@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

section {
  padding-bottom: 1rem;
  margin-bottom: 1rem
}
body {
  background-color: #ffffff;
  font-family: source-han-sans-japanese, '源ノ角ゴシック Code JP N', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  color: #333;
}
.hero {
  position: relative;
  background-image: url(../images/img_top.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e1e5ee;
}
.hero .hero-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero.is-large .hero-body h1 {
  border-top: thin solid #000000;
  font-style: normal;
}
.hero.is-large .hero-body h3 {
  border-bottom: thin solid #000000;
}
.hero.is-large .hero-body p {
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
}
.staff {
  position: absolute;
  transform: rotate(-45deg);
  background-color: #f2a106;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  color: white;
  font-weight: bold;
}
.staff span {
  white-space: pre-line; /* 改行を反映させる */
}
.notes {
  color: #666;
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: .75rem;
  padding-bottom: 1rem;
  text-shadow: 1px 0px 4px rgba(206, 199, 199, 0.48);
}
h2 {
  font-size: clamp(30px, 10vw, 56px);
  text-align: center;
  margin-bottom: 1rem;
}
strong {
  font-weight: 700;
  font-family: source-han-sans-japanese, '源ノ角ゴシック Code JP B', '源ノ角ゴシック Code JP H', sans-serif;
  font-size: 150%;
  color: #5B5A4A;
}
#Insta {
  padding-top: 3rem
}
#Recruit p {
  margin-bottom: 1rem
}
#Recruit button {
  margin: 40px 0
}
#Recruit #button1 {
  color: #f4f4f4;
  /* transition properties */
  background: #000;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0;
  border: none;
}
#Recruit #button1:hover {
  background: #EA575B;
}
#Concept {
  background-color: #eef1f7
}
#Concept strong {
  font-size: clamp(18px, 3vw, 24px)
}
#Concept p {
  margin: 0 0 1rem 0;
  font-size: clamp(14px, 2vw, 21px);
  line-height: 1.5;
}
#Access h2 {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
#Access {
  background-color: #ffffff;
}
#Access iframe {
  margin: 20px 0;
  width: 100%;
}
#Access dl {
  width: min(90%, 700px);
  display: grid;
  gap: 10px;
  grid-template-columns: [key] minmax(50px, min-content) [value] 1fr;
}
#Access dt {
  grid-column: key;
  white-space: nowrap;
}
#Access dd {
  grid-column: value;
  margin-left: 0;
}
#Recruit {
  background-color: #eef1f7;
  padding: 40px 0
}
/*-------------------　400以下　------------------------*/
@media (max-width:400px) {
  .staff {
    transform: rotate(-40deg);
    top: -65px;
    left: -125px;
    width: 300px;
    height: 150px;
    text-align: center;
    font-size: 13px;
    line-height: 0.7;
    padding-bottom: .8rem;
  }
  .hero {
    background-position: 50px 0;
    background-repeat: no-repeat;
    background-color: #d2d7e3;
    height: 500px;
    background-size: cover;
  }
  .hero .hero-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .hero .hero-body #hero-title {
    width: clamp(200px, 70vw, 250px);
    text-align: center;
    translate: 5% 15%;
  }
  .hero.is-large .hero-body h1 {
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: 10px
  }
  .hero.is-large .hero-body h3 {
    font-size: 11px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .hero.is-large .hero-body p {
    font-size: 13px;
    margin-bottom: 0.5rem;
  }
  #Concept h2 {
    margin: 0 0 1rem 0;
  }
  #Concept p, #Recruit p {
    margin: 0 1rem 1rem 1rem;
    padding: 0 0.2rem
  }
}
/*-------------------　401以上　------------------------*/
@media (min-width: 401px) {
  .staff {
    transform: rotate(-40deg);
    top: -64px;
    left: -125px;
    width: 300px;
    height: 150px;
    text-align: center;
    font-size: 13px;
    line-height: 0.8;
    padding-bottom: .8rem
  }
  .hero {
    background-position: 120px 0;
    background-repeat: no-repeat;
    background-color: #d2d7e3;
    height: 500px;
    background-size: cover;
  }
  .hero .hero-body #hero-title {
    width: clamp(150px, 70vw, 220px);
    text-align: center;
    translate: -30% 10%;
  }
  .hero.is-large .hero-body h1 {
    font-family: "源ノ角ゴシック Code JP N", sans-serif;
    border-top: thin solid #000000;
    font-style: normal;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-top: 10px
  }
  .hero.is-large .hero-body h3 {
    font-size: 11px;
    padding-bottom: 15px;
    border-bottom: thin solid #000000;
    margin-bottom: 10px;
  }
  .hero.is-large .hero-body p {
    font-size: 13px;
    margin-bottom: 0.5rem;
  }
  #Concept p, #Recruit p {
    margin: 1rem;
    padding: 0 0.2rem
  }
}
/*-------------------　521以上　------------------------*/
@media (min-width: 521px) {
  .staff {
    top: -50px;
    left: -120px;
    width: 300px;
    height: 150px;
    font-size: 15px;
    line-height: .8;
    padding-bottom: 1rem
  }
  .hero {
    background-position: -50px 0px;
    height: 500px;
  }
  .hero .hero-body {
    display: flex;
    justify-content: center; /* 中央揃えベース */
  }
  .hero .hero-body #hero-title {
    width: clamp(150px, 50vw, 300px); /* 200px以上600px以下で画面幅に応じて変化 */
    text-align: center;
    translate: 40% 0%;
  }
  .hero.is-large .hero-body h1 {
    font-family: "源ノ角ゴシック Code JP N", sans-serif;
    border-top: thin solid #000000;
    font-style: normal;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 20px
  }
  .hero.is-large .hero-body h3 {
    font-size: 12px;
    padding-bottom: 20px;
    border-bottom: thin solid #000000;
    margin-bottom: 20px;
  }
  .hero.is-large .hero-body p {
    font-size: 12px;
    margin-bottom: 0.85rem;
  }
  #Concept p, #Recruit p {
    margin: 1rem;
    padding: 0 0.2rem
  }
}
/*-------------------　bulma除去　------------------------*/
@media print, screen and (min-width: 769px) {
  .hero.is-large .hero-body {
    padding: 0 !important;
  }
}
/*-------------------　769以上　------------------------*/
@media (min-width: 769px) {
  .staff {
    top: -40px;
    left: -110px;
    width: 300px;
    height: 150px;
    font-size: 16px;
    line-height: .8;
    padding-bottom: 1rem;
  }
  .hero {
    background-position: -20px 0px;
    height: 600px;
  }
  .hero .hero-body {
    display: flex;
    justify-content: center;
  }
  .hero .hero-body #hero-title {
    width: clamp(300px, 40vw, 380px);
    text-align: center;
    transform: translateX(10%);
  }
  .hero .hero-body h1 {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .hero .hero-body h3 {
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 15px;
  }
  .hero.is-large .hero-body p {
    font-size: 18px;
    margin-bottom: 0.85rem;
    /* white-space: nowrap;*/
  }
  #Concept p, #Recruit p {
    margin: 0rem 1rem 1rem 2rem;
    padding: 0 0.2rem
  }
}
/*-------------------　1025以上　------------------------*/
@media (min-width:1025px) {
  .staff {
    top: -130px;
    left: -190px;
    width: 450px;
    height: 300px;
    font-size: 21px;
    line-height: 1;
    padding-bottom: 2rem;
  }
  .hero {
    background-position: 50px 0px;
    height: 650px;
  }
  .hero .hero-body {
    display: flex;
    justify-content: center;
  }
  .hero .hero-body #hero-title {
    width: clamp(400px, 50vw, 450px);
    text-align: center;
    translate: 40% 5%;
  }
  .hero .hero-body h1 {
    font-family: "源ノ角ゴシック Code JP N", sans-serif;
    border-top: thin solid #000000;
    font-style: normal;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .hero .hero-body h3 {
    padding-bottom: 20px;
    border-bottom: thin solid #000000;
    margin-bottom: 25px;
  }
  .hero .hero-body p {
    font-size: 18px;
    margin-bottom: 0.85rem;
  }
  #Concept h2 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
/*-------------------　　------------------------*/