@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.7;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  display: block;
  text-decoration: none;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/*============================================
          基本設定						
============================================*/
img {
  height: auto;
  max-width: 100%;
}

body {
  color: #333;
  font-family: "Noto sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

body.scroll-lock {
  bottom: 0;
  left: 0;
  overflow: hidden;
  /* スクロールを無効化 */
  position: fixed;
  right: 0;
  top: 0;
}

.inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1212px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 350px;
  }
}

.c-child__inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1115px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-child__inner {
    padding: 0 20px;
  }
}

a {
  display: block;
  transition: all 0.3s ease 0s;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}

*:focus {
  outline: none;
}

/*============================================
  Utility						
  ============================================*/
@media screen and (min-width: 1101px) {
  .sp-only {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .tab-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}

.not-pc-only {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .not-pc-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .not-pc-only {
    display: block;
  }
}

.not-sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .not-sp {
    display: none;
  }
}

.not-tab {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .not-tab {
    display: none;
  }
}

/*============================================
            アニメーション
============================================*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    -webkit-transform: translateY(100px);
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    -webkit-transform: translateY(100px);
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

/*============================================
          Section title						
============================================*/
.c-section__ttl {
  align-items: center;
  color: #333;
  display: flex;
  flex-direction: column;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-section__ttl {
    font-size: 18px;
  }
}
.c-section__ttl span {
  color: #e39792;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-section__ttl span {
    font-size: 12px;
  }
}
.c-section__ttl[data-type="home_about"] {
  align-items: start;
  flex-direction: column;
}

/*============================================
          Button						
============================================*/
.c-btn {
  align-items: center;
  border: 1px solid #e39792;
  border-radius: 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 16px;
  }
}

.c-btn__large {
  height: 100px;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .c-btn__large {
    height: 60px;
    max-width: 312px;
  }
}

.c-btn__middle {
  height: 70px;
  max-width: 500px;
}

.c-btn__short {
  height: 60px;
  max-width: 400px;
}

.c-btn__white {
  background-color: #fff;
  color: #e39792;
  transition: all 0.3s ease;
}
.c-btn__white:hover {
  background-color: #e39792;
  box-shadow: none;
  color: #fff;
}

.c-btn__pink {
  background-color: #e39792;
  color: #fff;
}
.c-btn__pink:hover {
  background-color: #fff;
  box-shadow: none;
  color: #e39792;
}

/*============================================
          Child						
============================================*/
.c-child__main {
  align-items: center;
  background-position: center center;
  background-size: cover;
  display: flex;
  height: 500px;
  justify-content: center;
  margin-top: 100px;
  position: relative;
}
.c-child__main::before {
    background-color: #fff;
    content: "";
    height: 100%;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    z-index: 0;
}
@media screen and (max-width: 1100px) {
    .c-child__main {
        margin-top: 70px;
    }
}
@media screen and (max-width: 767px) {
    .c-child__main {
      height: 200px;
    }
}

.c-child__sectionTitle {
  background-color: #fcf7f6;
  font-size: 24px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  /* max-width: calc(100% - 40px); */
  padding: 24px 40px;
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-child__sectionTitle {
    font-size: 18px;
    padding: 12px 40px;
  }
}
.c-child__sectionTitle span{
  color: #fff;
  width: 100px;
  height: 40px;
  border-radius: 20px;
  background-color: #E39792;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-child__sectionTitle span{
    width: 60px;
    height: 30px;
    font-size: 14px;
  }
}
.c-child__sectionTitle::before {
  background-color: #e39792;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}

.c-child__title {
  z-index: 1;
}

/*============================================
            Z-index						
============================================*/
.header {
  z-index: 9999;
}

/*============================================
          Header						
============================================*/
.header {
  background-color: #fff;
  display: flex;
  height: 100px;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.header__inner {
  align-items: center;
  display: flex;
  max-width: 1440px;
  width: 100%;
}

.header__logo {
  max-width: 183px;
}

.header__nav {
  margin-left: auto;
}

.header__nav ul {
  align-items: center;
  display: flex;
  gap: 72px;
}

.header__nav li {
  position: relative;
}

.header__nav li::before {
  -webkit-transform: translateX(-50%);
  background-color: #e39792;
  bottom: -8px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  width: 0px;
}

.header__nav li:hover::before {
  width: 87px;
}

.header__nav li[data-type="industry"] {
  position: relative;
}

/* Improved dropdown styles */
.header__nav-industry-subs {
  -webkit-transform: translateY(10px);
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* Starting position */
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 60px;
  transform: translateY(10px);
  /* Improved transition properties */
  transition: all 0.3s ease;
  visibility: hidden;
  width: 330px;
  /* Prevents hover issues during animation */
  z-index: 100;
  /* Ensure dropdown appears above other content */
}

.header__nav-industry-subs.active {
  -webkit-transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  /* Re-enable interactions */
}

.header__nav-industry-title {
  background-color: #e39792;
  border-bottom: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
  padding: 24px 33px;
  /* Added for better readability */
}

.header__nav-industry-items {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  color: #adadad;
}

.header__nav-industry-item {
  cursor: pointer;
  padding: 24px 33px;
  transition: all 0.3s ease;
  /* Added to indicate clickable */
}

.header__nav-industry-item:not(:first-child) {
  border-radius: 0 0 10px 10px;
}

.header__nav-industry-item:hover {
  background-color: #e39792;
  color: #fff;
}

.header__box {
  display: flex;
  margin-left: 74px;
}

.header__box-item {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 220px;
}
.header__box-item[data-type="recruit"] {
  background-color: #ededed;
}
.header__box-item[data-type="contact"] {
  background-color: #ddd;
}
.header__box-item:hover {
  background-color: #e39792;
  color: #fff;
}

/* ハンバーガーメニュー関連のCSS */
.hamburger-menu {
  cursor: pointer;
  display: none;
  height: 20px;
  margin-left: auto;
  position: relative;
  width: 30px;
  z-index: 1001;
}

.hamburger-menu span {
  background-color: #333;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}

.hamburger-menu span:nth-child(1) {
  top: 0;
}

.hamburger-menu span:nth-child(2) {
  top: 9px;
}

.hamburger-menu span:nth-child(3) {
  bottom: 0;
}

/* ハンバーガーメニューがアクティブ時の状態 */
.hamburger-menu.active span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

/* モバイルメニュー */
.mobile-menu {
  -webkit-transform: translateX(130%);
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 70px;
  transform: translateX(130%);
  transition: all 0.3s ease;
  width: 101%;
  z-index: 1000;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .mobile-menu {
    width: 104%;
  }
}

.mobile-menu.active {
  -webkit-transform: translateX(-4%);
  transform: translateX(-4%);
}

.mobile-menu__inner {
  display: flex;
  flex-direction: column;
}

.mobile-menu__list {
  flex-grow: 1;
}

.mobile-menu__item {
  border-bottom: 1px solid #f0f0f0;
  color: #adadad;
  font-weight: 700;
  padding: 20px 0;
  padding-left: 33px;
}
.mobile-menu__item[data-type="top"] {
  background-color: #fcf7f6;
  color: #e39792;
}
.mobile-menu__item[data-type="recruit"] {
  background-color: #ededed;
  color: #333;
  padding-left: 0;
  text-align: center;
}
.mobile-menu__item[data-type="contact"] {
  background-color: #dddddd;
  color: #333;
  padding-left: 0;
  text-align: center;
}

.mobile-menu__item a {
  display: block;
  font-size: 16px;
  text-decoration: none;
}

.mobile-menu__sns {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: end;
  margin-top: 24px;
  padding-right: 24px;
}

.mobile-menu__sns-text {
  font-size: 14px;
}

.mobile-menu__sns-link {
  height: 30px;
  width: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header {
    height: 70px;
  }

  .header__inner {
    padding: 0 15px;
  }

  .header__logo {
    max-width: 120px;
  }

  .header__nav,
  .header__box {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
  }

  .header__inner {
    padding: 0 15px;
  }

  .header__logo {
    max-width: 120px;
  }

  .header__nav,
  .header__box {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }
}
/*============================================
          Home Main						
============================================*/
.home__main {
  margin-top: 100px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .home__main {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .home__main {
    margin-top: 70px;
  }
}
.home__main::before {
  background-image: url(../img/home/home_wave.png);
  background-position: center 5px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  content: "";
  height: 100%;
  max-height: 200px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home__main::before {
    bottom: 0px;
    max-height: 100px;
  }
}

.home__hero {
  /* background-image: url(../movie/alba_Movie_PC.mp4);
  background-position: center center;
  background-size: cover; */
  color: #fff;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .home__hero {

  }
}
.home__hero-video{
  max-width: 100%;
}
.home_main-contents{
  position: absolute;
  bottom: 30%;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .home_main-contents{
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    max-width: 385px;
    bottom: 20%;
  }
}
.home__hero-message {
  font-size: 58px;
  font-weight: 700;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .home__hero-message {
    font-size: 28px;
  }
}

.hero__lead {
  font-size: 28px;
  font-weight: 700;
  margin-top: 42px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .hero__lead {
    font-size: 16px;
    margin-top: 8px;
  }
}

/*============================================
          Home About（空白最小化版）						
============================================*/
.home__about {
  padding-bottom: 30px;
  padding-top: 166px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home__about {
    padding-top: 40px;
  }
}
.home__about::before {
  background-image: url(../img/home/home_wave.png);
  background-position: center 5px;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  max-height: 200px;
  position: absolute;
  right: 0;
  top: -200px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .home__about::before {
    max-height: 120px;
    top: -115px;
  }
}
@media screen and (max-width: 767px) {
  .home__about::before {
    max-height: 100px;
    top: -100px;
  }
}

/* GSAP ScrollTrigger用CSS */
.home__about.gsap-pin-element {
  will-change: transform;
}

/* ピン留め時の余白をゼロに */
.gsap-pin-spacer {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.home__about-contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .home__about-contents {
    align-items: center;
    flex-direction: column;
    gap: 102px;
  }
}

.home__about-left {
  max-width: 580px;
  width: 100%;
}

.home__about-lead {
  font-size: 20px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .home__about-lead {
    font-size: 16px;
  }
}

.p-home__about-btn {
  margin-top: 64px;
}

.home__about-right {
  max-width: 580px;
  width: 100%;
}

.home__about-items {
  display: flex;
  flex-direction: column;
  gap: 64px;
  will-change: transform;
  /* GPU高速化 */
}

.home__about-item {
  background-color: #fcf7f6;
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 487px;
  max-width: 587px;
  padding: 38px 38px 28px 38px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home__about-item {
    height: 293px;
    max-width: 350px;
  }
}

.home__about-item-img {
  margin: 0 auto;
  max-width: 511px;
}
.home__about-item-img[data-type="logo"] {
  max-width: 310px;
}
@media screen and (max-width: 767px) {
  .home__about-item-img[data-type="logo"] {
    max-width: 204px;
  }
}

.home__about-item-body {
  align-items: center;
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .home__about-item-body {
    gap: 16px;
    padding-top: 8px;
  }
}

.home__about-itemNum {
  color: #e39792;
  font-size: 58px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .home__about-itemNum {
    font-size: 24px;
  }
}

.home__about-itemText {
  color: #333;
  font-size: 24px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .home__about-itemText {
    font-size: 18px;
    padding-top: 0;
  }
}

/*============================================
          Home Industry						
============================================*/
.Industry {
  background-color: #fcf7f6;
  padding-bottom: 151px;
  padding-top: 248px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Industry {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
.Industry::before {
  background-image: url(../img/home/home__cave.png);
  background-position: center 5px;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 200px;
  position: absolute;
  right: 0;
  top: -12px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Industry::before {
    max-height: 27px;
  }
}

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

.p-home__industry-items {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 150px;
}
@media screen and (max-width: 1100px) {
  .p-home__industry-items {
    margin-top: 45px;
    align-items: center;
  }
}

.p-home__industry-item {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 40px;
}
@media screen and (max-width: 1100px) {
    .p-home__industry-item {
      max-width: 587px;
    }
}
@media screen and (max-width: 767px) {
  .p-home__industry-item {
    padding: 18px;
  }
}

.p-home__industry-itemBody {
  align-items: center;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .p-home__industry-itemBody {
    flex-direction: column;
    gap: 26px;
  }
}

.p-home__industry-item-img {
  aspect-ratio: 468/385;
  max-width: 468px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  width: 100%;
  /* はみ出した画像を隠す (重要) */
}

.p-home__industry-itemContents {
  max-width: 540px;
}

.p-home__industry-itemTtl {
  align-items: center;
  color: #e39792;
  display: flex;
  font-size: 58px;
  font-weight: 700;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .p-home__industry-itemTtl {
    flex-direction: column;
    gap: 8px;
  }
}
.p-home__industry-itemTtl span {
  color: #333;
  font-size: 23px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-home__industry-itemTtl span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-home__industry-itemText {
    margin-top: 32px;
  }
}
.p-home__industry-itemText p {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-home__industry-itemText p {
    margin-bottom: 8px;
  }
}
.p-home__industry-itemText p:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-home__industry-itemText p:not(:first-child) {
    margin-top: 16px;
  }
}
.p-homeIndustry_item__btn{
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-homeIndustry_item__btn{
    margin-top: 16px;
  }
}

.p-homeIndustry__btn {
  margin: 149px auto 0;
}
@media screen and (max-width: 767px) {
  .p-homeIndustry__btn {
    margin-top: 80px;
  }
}

/*============================================
          Templates Recruit						
============================================*/
.recruit {
  position: relative;
}
.recruit[data-type="pink"] {
  background-color: #fcf7f6;
}
@media screen and (max-width: 1100px) {
  .recruit {
    background-image: url(../img/recruit/recruit__six-hero.jpg);
    background-size: cover;
  }
}

.recruit__contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
    .recruit__contents {
        display: block;
    }
}
@media screen and (max-width: 767px) {
  .recruit__contents {
    z-index: 1;
  }
}

.p-Recruit__inner {
  max-width: 880px;
  padding-bottom: 168px;
  padding-top: 170px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-Recruit__inner {
    padding-top: 100px;
  }
}

.recruit__text {
  font-size: 28px;
  font-weight: 700;
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit__text {
    font-size: 20px;
    margin-top: 92px;
  }
}

.p-recruit__btn {
  margin: 111px auto 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__btn {
    margin-top: 90px;
  }
}

.p-recruit__items {
  max-width: 278px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .p-recruit__items {
    display: none;
  }
}

.p-recruit__item {
  aspect-ratio: 278/278;
  max-width: 278px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  position: relative;
  width: 100%;
  /* はみ出した画像を隠す (重要) */
}

.p-recruit__item img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

/*============================================
          Footer						
============================================*/
.footer {
  background-color: #fcf7f6;
}
.footer[data-type="white"] {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer[data-type="white"] {
    background-color: #fcf7f6;
  }
}

.footer__contents {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 150px 0;
}
@media screen and (max-width: 1100px) {
  .footer__contents {
    flex-direction: column;
    padding-bottom: 74px;
    padding-top: 0;
  }
}

.footer__logo {
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .footer__logo {
    order: 2;
    padding-top: 60px;
  }
}
.footer__info a{
  transition: all .3s ease 0s;
}
.footer__info a:hover{
  color: #e39792;
}
@media screen and (max-width: 1100px) {
  .footer__info {
    font-weight: 700;
    line-height: 2;
    order: 3;
    text-align: center;
  }
  .footer__info:not(:first-child) p {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1100px) {
  .footer__contact {
    background-color: #fff;
    margin: 0 calc(50% - 50vw);
    order: 1;
    padding: 65px 0 70px 0;
    text-align: center;
    width: 100vw;
  }
}

.footer__contact-title {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .footer__contact-title {
    font-size: 18px;
    text-align: center;
  }
}

.footer__contact-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer__contact-item {
  align-items: center;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1100px) {
  .footer__contact-item {
    align-items: center;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
  }
}

.footer__contact-itemIcon {
  align-items: center;
  background-color: #e39792;
  border-radius: 50%;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
}
@media screen and (max-width: 1100px) {
  .footer__contact-itemIcon {
    height: 43px;
    width: 43px;
  }
}

.footer__contact-itemTell {
  color: #e39792;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .footer__contact-itemTell {
    font-size: 20px;
  }
}

.footer__contact-itemText {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05px;
}
@media screen and (max-width: 1100px) {
  .footer__contact-itemText {
    font-size: 12px;
    text-align: center;
  }
}

.footer__contact-itemMail {
  font-size: 20px;
  font-weight: 700;
}
.footer__contact-itemMail a:hover{
    opacity: .7;
}
@media screen and (max-width: 1100px) {
  .footer__contact-itemMail {
    font-size: 17px;
  }
}

.footer__container {
  background-color: #e39792;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 calc(50% - 50vw);
  padding: 30px 40px;
  width: 100vw;
}
@media screen and (max-width: 1100px) {
  .footer__container {
    align-items: center;
    flex-direction: column;
  }
}

/*============================================
          About main
============================================*/
.p-about__main {
  background-image: url(../img/about/about_hero.jpg);
}

/*============================================
          About CEO						
============================================*/
.aboutCEO {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .aboutCEO {
    padding-bottom: 64px;
    padding-top: 82px;
  }
}

.aboutCEO__contents {
  align-items: flex-end;
  display: flex;
  gap: 80px;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .aboutCEO__contents {
    flex-direction: column;
    gap: 42px;
    margin-top: 55px;
  }
}

.aboutCEO__img {
  aspect-ratio: 430/580;
  max-width: 430px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  width: 100%;
  /* はみ出した画像を隠す (重要) */
}
@media screen and (max-width: 767px) {
  .aboutCEO__img {
    aspect-ratio: 300/300;
    /* 幅に対する高さの比率を 468:385 に保つ */
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}

.aboutCEO__body {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .aboutCEO__part {
    text-align: center;
  }
}

.aboutCEO__name {
  font-size: 20px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .aboutCEO__name {
    margin-top: 8px;
    text-align: center;
  }
}

.aboutCEO__massage {
  font-size: 14px;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .aboutCEO__massage {
    letter-spacing: 1.6px;
  }
}

/*============================================
            aboutPhilosophy
============================================*/
.aboutPhilosophy__contents {
  display: flex;
  justify-content: space-between;
  padding-top: 136px;
}
@media screen and (max-width: 767px) {
  .aboutPhilosophy__contents {
    flex-direction: column;
    padding-top: 56px;
  }
}

.aboutPhilosophy__body {
  max-width: 453px;
  width: 100%;
}

.aboutPhilosophy__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .aboutPhilosophy__title {
    font-size: 18px;
  }
}

.aboutPhilosophy__massage {
  font-size: 14px;
  font-weight: 700;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .aboutPhilosophy__massage {
    margin-top: 40px;
  }
}

.aboutPhilosophy__img {
  aspect-ratio: 579/386;
  /* はみ出した画像を隠す (重要) */
  border-radius: 10px;
  max-width: 579px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .aboutPhilosophy__img {
    aspect-ratio: 349/233;
    /* 幅に対する高さの比率を 468:385 に保つ */
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    max-width: 349px;
  }
}

/*============================================
          About Slider
============================================*/
.slider-container {
  height: 350px;
  margin-top: 150px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .slider-container {
    height: 188px;
    margin-top: 72px;
  }
}

.slider-track {
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
  display: flex;
  /* 4枚の画像 x 2セット */
  position: absolute;
  width: 2800px;
}

.slide {
  flex-shrink: 0;
  height: 350px;
  padding: 0 10px;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .slide {
    height: 188px;
    width: 188px;
  }
}

.slide img {
  -o-object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1400px);
    transform: translateX(-1400px);
    /* 4枚の画像分だけ移動 */
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1400px);
    transform: translateX(-1400px);
    /* 4枚の画像分だけ移動 */
  }
}
/* スライダーにマウスを乗せたときにアニメーションを一時停止 */
.slider-container:hover .slider-track {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/*============================================
          About Company						
============================================*/
.aboutCompany {
  margin-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .aboutCompany {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}

.aboutCompany__items {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .aboutCompany__items {
    margin-top: 100px;
  }
}

.aboutCompany__item {
  align-items: center;
  background-color: #fcf7f6;
  border-top: 1px dotted #333;
  display: flex;
  gap: 180px;
  height: 90px;
  padding: 0px 56px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .aboutCompany__item {
    height: auto;
    padding: 20px 80px;
  }
}
@media screen and (max-width: 767px) {
  .aboutCompany__item {
    align-items: baseline;
    flex-direction: column;
    gap: 8px;
    height: auto;
    padding: 25px 20px 32px 16px;
  }
}
.aboutCompany__item:nth-child(even) {
  background-color: #fff;
}
.aboutCompany__item:last-child {
  border-bottom: 1px dotted #333;
}
.aboutCompany__item[data-type="address"] {
  height: auto;
  padding: 40px 60px 40px 80px;
}
@media screen and (max-width: 767px) {
  .aboutCompany__item[data-type="address"] {
    padding: 25px 20px 32px 16px;
  }
}

.aboutCompany__map {
  aspect-ratio: 702/400;
  margin-top: 54px;
  max-width: 702px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  /* はみ出した画像を隠す (重要) */
  position: relative;
  width: 100%;
}
.aboutCompany__map iframe {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.aboutCompany__item-title {
  font-size: 20px;
  font-weight: 700;
  max-width: 225px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .aboutCompany__item-title {
    font-size: 16px;
  }
}

.aboutCompany__item-body {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .aboutCompany__item-text {
    font-size: 14px;
  }
}
.aboutCompany__item-pdf{
  display: flex;
  gap: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutCompany__item-pdf{
    flex-direction: column;
    gap: 8px;
  }
}
.aboutCompany__item-pdf::before{
  content: "/";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .aboutCompany__item-pdf::before{
    display: none;
  }
}

/*============================================
          Industry Main
============================================*/
.p-industry__main {
  background-image: url(../img/industry/industry_hero.jpg);
  background-position: center bottom;
}

/*============================================
          Industry Alba
============================================*/
.industryAlba {
  margin-top: 120px;
  padding-bottom: 82px;
}
@media screen and (max-width: 767px) {
  .industryAlba {
    margin-top: 69px;
    padding-bottom: 69px;
  }
}

.industryAlba__contents {
  display: flex;
  gap: 32px;
  margin-top: 137px;
}
@media screen and (max-width: 767px) {
  .industryAlba__contents {
    flex-direction: column;
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .industryAlba__contents[data-type="second"] {
    margin-top: 100px;
  }
}

.industryAlba__img {
  aspect-ratio: 539/350;
  max-width: 539px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  width: 100%;
  /* はみ出した画像を隠す (重要) */
}

.industryAlba__body {
  font-weight: 700;
  max-width: 540px;
  width: 100%;
}

.industryAlba__title {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .industryAlba__title {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
.industryAlba__title span {
  color: #e39792;
}

.industryAlba__text {
  margin-top: 42px;
}

/*============================================
          Industry Partner
============================================*/
.industryPartner {
  background-color: #fcf7f6;
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 95px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .industryPartner {
    max-width: calc(100% - 40px);
    padding-top: 56px;
  }
}

.c-child__inner {
  padding: 0 20px;
}

.industryPartner__title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .industryPartner__title {
    font-size: 18px;
  }
}

.industryPartner__items {
  display: flex;
  flex-direction: column;
  gap: 84px;
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .industryPartner__items {
    margin-top: 48px;
  }
}

.industryPartner__item {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .industryPartner__item {
    flex-direction: column;
    gap: 48px;
  }
}

.industryPartner__item-title {
  align-items: center;
  border-bottom: 1px solid #333;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  gap: 80px;
  padding-bottom: 40px;
  padding-left: 60px;
}
@media screen and (max-width: 1100px) {
  .industryPartner__item-title {
    border: none;
    flex-direction: column;
    font-size: 18px;
    gap: 32px;
    padding: 0;
  }
}
.industryPartner__item-title a {
  color: #e39792;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .industryPartner__item-title a {
    padding-left: 13px;
  }
}
.industryPartner__item-title a::before {
  -webkit-transform: translateY(-50%);
  background-color: #e39792;
  background-image: url(../img/icons/icon_map.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: "";
  height: 37px;
  left: -47px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
}
@media screen and (max-width: 1100px) {
  .industryPartner__item-title a::before {
    left: -32px;
  }
}

.industryPartner__img {
  aspect-ratio: 531/355;
  max-width: 531px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  width: 100%;
  /* はみ出した画像を隠す (重要) */
}

.industryPartner__body {
  font-weight: 700;
  max-width: 590px;
  width: 100%;
}

.industryPartner__info {
  line-height: 2;
  margin-top: 32px;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .industryPartner__info {
    margin-top: 16px;
    padding: 0;
    text-align: center;
  }
}

.industryPartner__tell {
  margin-top: 18px;
  padding-left: 60px;
  padding-left: 156px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .industryPartner__tell {
    margin-top: 64px;
    padding: 0;
    text-align: center;
  }
}
.industryPartner__tell::before {
  -webkit-transform: translateY(-50%);
  align-items: center;
  background-color: #e39792;
  border-radius: 50px;
  color: #fff;
  content: "TEL";
  display: flex;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  left: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
}
@media screen and (max-width: 767px) {
  .industryPartner__tell::before {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: -36px;
    transform: translateX(-50%);
  }
}

.p-btn__industryPartner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 97px;
}

/*============================================
          Industry Food						
============================================*/
.industryFood {
  margin-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .industryFood {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}

.industryFood__contents {
  display: flex;
  gap: 40px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .industryFood__contents {
    flex-direction: column;
    margin-top: 0px;
  }
}

.industryFood__body {
  font-weight: 700;
  max-width: 540px;
  width: 100%;
}

.industryFood__title {
  font-size: 28px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .industryFood__title {
    font-size: 18px;
    margin-top: 54px;
  }
}

.industryFood__text {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .industryFood__text {
    margin-top: 42px;
  }
}

.industryFood__img {
  aspect-ratio: 539/350;
  max-width: 539px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  width: 100%;
  /* はみ出した画像を隠す (重要) */
}

/*============================================
          Privacy						
============================================*/
.privacy {
  margin-top: 125px;
  padding-bottom: 132px;
}

.privacy__leadText {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .privacy__leadText {
    font-size: 14px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
  }
}

.privacy__items {
  counter-reset: number;
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-top: 45px;
}

.privacy__item {
  border-top: 1px solid #333;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .privacy__item {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    padding-top: 113px;
  }
}

.privacy__item-body {
  padding-left: 77px;
  padding-right: 77px;
}
@media screen and (max-width: 767px) {
  .privacy__item-body {
    padding: 0;
  }
}

.privacy__item-title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.privacy__item-title::before {
  -webkit-transform: translateY(-50%);
  align-items: center;
  background-color: #e39792;
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: flex;
  font-size: 28px;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  left: -78px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
}
@media screen and (max-width: 767px) {
  .privacy__item-title::before {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: -64px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .privacy__item-title {
    text-align: center;
  }
}
.privacy__item-text {
  margin-top: 26px;
}
.privacy__item-text p {
  margin-top: 32px;
}

/*============================================
          Recruit Main
============================================*/
.p-recruit__main {
  background-image: url(../img/recruit/recruit_hero.jpg);
  background-position: center top -135px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .p-recruit__main {
      background-position: center center;
    }
}
/*============================================
          Recruit Message
============================================*/
.recruit__massage {
  background-color: #ead0ca;
  padding-bottom: 145px;
  padding-top: 170px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit__massage {
    padding-bottom: 110px;
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__massage {
    padding-bottom: 96px;
    padding-top: 118px;
  }
}

.recruit__massage-contents {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 880px;
  padding: 108px 70px 80px 70px;
  position: relative;
  width: 100%;
}
.recruit__massage-contents::before {
  -webkit-transform: rotate(-2deg);
  background-image: url(../img/recruit/recruit__message.png);
  background-position: center center;
  background-size: cover;
  content: "";
  height: 188px;
  left: -100px;
  position: absolute;
  top: -100px;
  transform: rotate(-2deg);
  width: 686px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit__massage-contents::before {
    -webkit-transform: rotate(-2deg) translateX(-50%);
    aspect-ratio: 686/188;
    left: 50%;
    max-width: 444px;
    top: -144px;
    transform: rotate(-2deg) translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .recruit__massage-contents::before {
    -webkit-transform: rotate(-2deg) translateX(-50%);
    aspect-ratio: 686/188;
    height: 100px;
    left: 50%;
    max-width: 80%;
    transform: rotate(-2deg) translateX(-50%);
  }
}
@media screen and (max-width: 1100px) {
  .recruit__massage-contents {
    max-width: calc(100% - 40px);
    padding: 42px 26px;
  }
}

.recruit__massage-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruit__massage-text {
    font-size: 14px;
  }
}

.p-recruitMessage__btn {
  margin: 83px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recruitMessage__btn {
    margin-top: 72px;
  }
}

/*============================================
          Recruit Member
============================================*/
.recruitMember {
  margin-top: 128px;
  padding-bottom: 218px;
}
@media screen and (max-width: 767px) {
  .recruitMember {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}

.recruitMember__items {
    display: grid;
    /* 3カラムを想定 */
    grid-template-columns: repeat(3, minmax(0, 350px));
    gap: 60px;
    justify-content: center; /* グリッド全体を中央に */
    justify-items: center; /* グリッドアイテムを中央に */
    margin-top: 120px;
    padding: 0;
    width: 100%;
  }
  
  /* 2カラムの場合 */
  @media screen and (max-width: 1140px) {
    .recruitMember__items {
      grid-template-columns: repeat(2, minmax(0, 350px));
    }
  }
  
  /* モバイル版 */
  @media screen and (max-width: 767px) {
    .recruitMember__items {
      display: flex;
      flex-wrap: nowrap;
      gap: 0;
      margin-top: 60px;
    }
  }
  
  .recruitMember__item {
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: 623px;
    width: 100%;
    max-width: 350px;
  }
  
  /* 最終行のアイテムを左寄せにする */
  .recruitMember__items > .recruitMember__item {
    justify-self: start;
  }
  
  @media screen and (max-width: 767px) {
    .recruitMember__item {
      display: none;
      flex: 0 0 100%;
      height: 560px;
      max-width: 100%;
    }
    .recruitMember__item.active {
      display: block;
    }
  }
.recruitMember__item-img {
  aspect-ratio: 350/286;
  max-width: 350px;
  /* 幅に対する高さの比率を 350:286 に保つ */
  overflow: hidden;
  width: 100%;
  /* はみ出した画像を隠す (重要) */
}
.recruitMember__item-img img {
  -o-object-fit: cover;
  border-radius: 10px 10px 0 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.recruitMember__item-body {
  font-weight: 700;
  padding: 40px 32px;
}
@media screen and (max-width: 767px) {
  .recruitMember__item-body {
    padding: 40px 20px;
  }
}

.recruitMember__item-part {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .recruitMember__item-part {
    font-size: 16px;
  }
}

.recruitMember__item-name {
  font-size: 24px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .recruitMember__item-name {
    font-size: 18px;
  }
}

.recruitMember__item-detail {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .recruitMember__item-detail {
    font-size: 14px;
  }
}

.slider-controls {
  align-items: center;
  display: none;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .slider-controls {
    display: flex;
  }
}

.slider-prev,
.slider-next {
  align-items: center;
  background: none;
  background-color: #e39792;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 20px;
  justify-content: center;
  position: relative;
  width: 20px;
}
.slider-prev svg,
.slider-next svg {
  stroke: #fff;
  height: 24px;
  width: 24px;
}

.slider-next::before {
  -webkit-transform: translate(-50%, -50%);
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  left: 55%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
}

.slider-prev::before {
  -webkit-transform: translate(-50%, -50%);
  border-bottom: 5px solid transparent;
  border-right: 10px solid #fff;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  left: 45%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
}

.slider-pagination {
  display: flex;
  justify-content: center;
  margin: 0 20px;
}

.pagination-bullet {
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  margin: 0 5px;
  transition: background-color 0.3s ease;
  width: 10px;
}
.pagination-bullet.active {
  background-color: #e97171;
}

/*============================================
          Recruit Day
============================================*/
.recruitDay {
  padding-bottom: 259px;
}
@media screen and (max-width: 767px) {
  .recruitDay {
    padding-bottom: 100px;
  }
}

.RecruitDay__image {
  aspect-ratio: 1200/400;
  border-radius: 10px;
  margin-top: 94px;
  max-width: 1200px;
  /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden;
  width: 100%;
  /* はみ出した画像を隠す (重要) */
}
@media screen and (max-width: 767px) {
  .RecruitDay__image {
    aspect-ratio: 350/200;
    margin-top: 69px;
    max-width: 350px;
    /* 幅に対する高さの比率を 468:385 に保つ */
  }
}

.RecruitDay__contents {
  background-color: #fcf7f6;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 92px;
  padding-left: 49px;
  padding-right: 40px;
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .RecruitDay__contents {
    margin-top: 40px;
    padding: 46px 20px 52px;
  }
}

.RecruitDay__item {
  font-size: 24px;
}
.RecruitDay__item:not(:last-child) {
  border-bottom: 1px dotted #333;
}

.RecruitDay__item-body {
  display: flex;
  font-weight: 700;
  gap: 132px;
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .RecruitDay__item-body {
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .RecruitDay__item-body {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 32px;
  }
  .RecruitDay__item-body:last-child {
    padding-bottom: 0;
  }
}

.RecruitDay__item-time {
  color: #e39792;
  font-size: 24px;
}
.RecruitDay__item-time span {
  padding-left: 49px;
  position: relative;
}
.RecruitDay__item-time span::before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/icons/icon__time.svg);
  content: "";
  height: 28px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}

.RecruitDay__item-detail {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .RecruitDay__item-detail {
    font-size: 18px;
  }
}

.recruitDay__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 118px;
}
@media screen and (max-width: 767px) {
  .recruitDay__btn {
    margin-top: 95px;
  }
}

/*============================================
          Recruit QA						
============================================*/
.recruitQA {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .recruitQA {
    padding-bottom: 100px;
  }
}

.recruitQA__items {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .recruitQA__items {
    margin-top: 56px;
  }
}

.recruitQA__item {
  font-weight: 700;
}

.recruitQA__answer {
  display: none;
  padding: 53px 0;
  padding-left: 64px;
  /* 初期状態では非表示 - slideToggleが表示/非表示を制御するため必要 */
}


@media screen and (max-width: 767px) {
  .recruitQA__answer {
    font-size: 14px;
    padding: 33px 20px;
  }
}

.recruitQA__title {
  background-color: #fcf7f6;
  border-bottom: 1px dotted #333;
  border-top: 1px dotted #333;
  cursor: pointer;
  font-size: 20px;
  padding: 32px 0px 32px 56px;
  position: relative;
  /* カーソルをポインターに変更して、クリックできることを示す */
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruitQA__title {
    padding: 32px 130px 32px 56px;
  }
}
@media screen and (max-width: 767px) {
  .recruitQA__title {
    font-size: 16px;
    padding: 33px 70px 33px 20px;
  }
}
.recruitQA__title::before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/icons/icon__arrowTop.svg);
  content: "";
  height: 12px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 23px;
  /* 回転のみをトランジションに設定 */
}
@media screen and (max-width: 767px) {
  .recruitQA__title::before {
    -webkit-transform: initial;
    top: 46px;
    transform: initial;
  }
}
.recruitQA__title.active::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  /* アクティブ時に矢印を回転 */
}
@media screen and (max-width: 767px) {
  .recruitQA__title.active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/* アクティブ状態のボーダー調整（オプション） */
.recruitQA__item .recruitQA__title.active {
  border-bottom: none;
}

/*============================================
          Contact Main
============================================*/
.p-contact__main {
  background-image: url(../img/contact/contact_hero.jpg);
  background-position: center bottom;
}

/*============================================
          Contact Form
============================================*/
.contactForm {
  margin-top: 122px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .contactForm {
    margin-top: 69px;
    padding-bottom: 95px;
  }
}

.contactForm__text {
  font-weight: 700;
  margin-top: 98px;
}
/*============================================
          Instagram Link
============================================*/
.common_instagram {
  position: fixed;
  top: 200px;
  right: -38px;
  z-index: 9999;
}

.common_instagram-contents {
  display: flex;
  gap: 13px;
  transform: rotate(90deg);
}

.common_instagram-text {
  padding-top: 10px;
  font-weight: 700;
  font-size: 14px;
}

.common_instagram-link {
  width: 52px;
  height: 52px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .common_instagram {
    position: fixed;
    top: 120px;
    right: -31px;
    z-index: 9999;
  }
  .common_instagram-text {
    font-size: 12px;
  }
  .common_instagram-link {
    width: 40px;
    height: 40px;
  }
  
}

/*============================================
          Page Alba
============================================*/
.p-alba__main {
  background-image: url(../img/alba/alba_hero.jpg);
  background-position: center bottom;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .pageAlba_section{
    max-width: calc(100% - 20px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .pageAlba_section{
    max-width: calc(100% - 20px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pageAlba_careConsultation {
  margin-top: 187px;
}

.pageAlba_careConsultation__contents {
  max-width: 1120px;
  margin: 0 auto;
}
.pageAlba_careConsultation-q {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  padding-left: 32px;
  margin-top: 132px;
}
@media screen and (max-width: 767px) {
  .pageAlba_careConsultation-q {
    font-size: 18px;
    margin-top: 56px;
  }
}
.pageAlba_careConsultation-q::before{
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #E39792;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .pageAlba_careConsultation-q::before{
    width: 16px;
    height: 16px;
  }
}
.pageAlba_careConsultation-qDetails {
  margin-top: 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageAlba_careConsultation-qDetails {
    margin-top: 40px;
  }
}
.pageAlba_careConsultation-qDetails::before{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 61px solid transparent;
  border-left: 61px solid transparent;
  border-top: 70px solid #e39792;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -160px;
}
.pageAlba_careConsultation-qDetail {
  background-color: #fcf7f6;
  padding: 32px 58px;
  font-size: 20px;
  font-weight: 700;
  border-top: 1px #333 dotted;
}
@media screen and (max-width: 767px) {
  .pageAlba_careConsultation-qDetail{
    font-size: 16px;
  }
}
.pageAlba_careConsultation-qDetail:last-child {
  border-bottom: 1px #333 dotted;
}
.pageAlba_careConsultation-text {
  margin-top: 266px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageAlba_careConsultation-text {
    margin-top: 199px;
    font-size: 18px;
  }
}
.pageAlba_careConsultation-flowTitle {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 212px;
}
@media screen and (max-width: 767px) {
  .pageAlba_careConsultation-flowTitle {
    margin-top: 120px;
    font-size: 18px;
  }
}
.pageAlba_careConsultation-flowTitle span {
  font-size: 16px;
  font-weight: 700;
  color: #E39792;
}
@media screen and (max-width: 767px) {
  .pageAlba_careConsultation-flowTitle span {
    font-size: 14px;
  }
}

.pageAlba_careConsultation-cards {
  margin-top: 123px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .pageAlba_careConsultation-cards {
    margin-top: 89px;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

.pageAlba_careConsultation-card {
  background-color: #fcf7f6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  display: flex;
  gap: 40px;
  padding: 40px;
  height: 480px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .pageAlba_careConsultation-card {
    flex-direction: column;
    height: auto;
    padding: 36px 18px;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .pageAlba_careConsultation-card {
    flex-direction: column;
    height: auto;
    padding: 36px 18px;
    max-width: 380px;
    margin: 0 auto;
  }
}

.pageAlba_careConsultation-cardImg {
  width: 100%;
  max-width: 540px;
  aspect-ratio: 540 / 400; /* 幅に対する高さの比率を 468:385 に保つ */
  overflow: hidden; /* はみ出した画像を隠す (重要) */
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .pageAlba_careConsultation-cardImg {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .pageAlba_careConsultation-cardImg {
    width: 100%;
    max-width: 314px;
    aspect-ratio: 314 / 235; /* 幅に対する高さの比率を 468:385 に保つ */
    overflow: hidden; /* はみ出した画像を隠す (重要) */
    margin: 0 auto;
  }
}

.pageAlba_careConsultation-cardBody {

}

.pageAlba_careConsultation-cardTitle {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .pageAlba_careConsultation-cardTitle {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .pageAlba_careConsultation-cardTitle {
    font-size: 16px;
    flex-direction: column;
    gap: 0;
  }
}
.pageAlba_careConsultation-cardTitle span{
  font-size: 58px;
  color: #e39792;
  font-family: 'Philosopher', sans-serif;
  letter-spacing: 0.2em;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 767px) {
  .pageAlba_careConsultation-cardTitle span{
    font-size: 50px;
  }
}
.pageAlba_careConsultation-cardText {
  font-weight: 700;
  
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .pageAlba_careConsultation-cardText {
   text-align: center; 
   margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .pageAlba_careConsultation-cardText {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.pageAlba_seniorHousing{
  padding-bottom: 186px;
}
/*============================================
          Page Alba コンタクト
============================================*/
.pageAlba_contact {
  background-color: #e39792;
  padding-top: 77px;
  padding-bottom: 72px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.pageAlba_contact-contents {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.pageAlba_contact-text {
  text-align: center;
  font-weight: 700;
}

.pageAlba_contact-catchCopy {
  font-size: 28px;
  margin-top: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.pageAlba_contact-items {
  margin-top: 54px;
  display: flex;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .pageAlba_contact-items {
    flex-direction: column;
    max-width: calc(100% - 40px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .pageAlba_contact-items {
    flex-direction: column;
    max-width: calc(100% - 40px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pageAlba_contact-item {
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  width: 100%;
  height: 124px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pageAlba_contact-item-title {
  color: #e39792;
  font-weight: 700;
  position: relative;
}

.pageAlba_contact-item-titleTell {
  font-size: 40px;
}
.pageAlba_contact-item-titleTell::before{
  position: absolute;
  content:"";
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/alba/alba_icon-tell.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .pageAlba_contact-item-titleTell {
    font-size: 30px;
  }
}
.pageAlba_contact-item-titleMail {
  font-size: 36px;
}
.pageAlba_contact-item-titleMail::before{
  position: absolute;
  content:"";
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/alba/alba_icon-mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .pageAlba_contact-item-titleMail {
    font-size: 18px;
  }
}

.pageAlba_contact-item-text {
  font-weight: 700;
}

.pageAlba_contact-itemTell{
  
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .pageAlba_contact-itemTell{
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pageAlba_contact-itemTell{
    text-align: center;
  }
}