@charset "utf-8";
a:link {
    color: unset;
    text-decoration: unset;
}
.sp-fixed {
  background-color: rgb(142 142 142 / 16%);
  display: flex;
  justify-content: center;
  position: sticky;
  bottom: 0;
  left: 0;
}
.sp-fixed .cta-btn a:link {
  display: inline-block;
  text-decoration: none !important;
  color: #fff !important;
}
.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 550px;
  margin: 0.6em;
  padding: 15px 0 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffa94d 0%, #f08a2b 100%);
  color: #fff;
   font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
   font-weight: 400;
   font-size: 2em;
  box-shadow: 4px 3px 9px 1px rgba(0, 0, 0, 0.15), 0 8px 15px rgba(0, 0, 0, 0.2);
  border: 3px solid #fff;
}
.cta-btn a,
.cta-btn a:link,
.cta-btn a:visited,
.cta-btn a:hover,
.cta-btn a:active {
  color: #fff;
  text-decoration: none;
}
.cta-btn a {
  margin: 0 auto;
}
.cta-btn .label {
  display: inline-flex;
  align-items: center;
  font-size: 0.6em;
 background-color: #fff;
 color: #38b508 !important;
  border-radius: 999px;
  padding: 15px 5px;
  margin: 0 15px 15px 0;
}
.cta-btn .text {
  display: inline-flex;
  align-items: center;
}
.cta-btn .arrow {
  display: inline-flex;
  align-items: center;
  font-size:0.5em;
  margin: 0 0 0 15px;
}
@media (max-width: 480px) {
.cta-btn a {
  width: 100%;
  padding: 0;
  font-size: 0.7em;
  text-align: center;
 }
.cta-btn .label {
  padding: 15px 8px;
  margin: 0 10px 15px 0;
}
}

main {
    font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.nowrap {
    white-space: nowrap;
}
.bell_main {
    max-width: 1280px;
    margin: 20px auto 55px;
}
.bell_main section {
  margin: 2rem !important;
}
.about {
    width: 100%;
  padding: 20px;
    margin: -30px auto;
}
.about img {
  margin: 0 auto;
}
.about-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.about-title {
  font-size: 2.4em;
  font-weight: 600;
  margin: 28px 0;
  letter-spacing: 0.05em;
  color: #6F9A67;
}

.about-text {
  font-size: 1.3em;
  line-height: 2;
  color: #444;
  margin-bottom: 40px;
}

.about-block {
  text-align: center;
  margin: 3% auto;
}

.about-subtitle {
  font-size: 2em;
  color: #565656;
  font-weight: 600;
  margin: 12px 0;
  position: relative;
  display: inline-block;
}

.about-subtitle::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #ccc;
  margin: 4px auto 0;
}

.about-lead {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}
.box-013 {
    width: 300px;
    min-height: 170px;
    margin: 0 auto;
    border: 2px solid #e5e5e5;
    border-radius: 15px;
    box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.3);
}

.box-013 span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .3em 0;
    background-color: #e5e5e5;
    border-radius: 14px 14px 0 0;
    color: #fff;
    font-weight: 600;
    font-size: 1.4em;
}

.box-013 p {
    margin: 0;
    padding: 0 1.5em 1.5em;
    color: #333;
}
.box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 980px;
  margin: 4rem auto 5rem;
}

.touroku-wrap {
  display: grid;
  align-items: start;
  grid-template-columns: 25% 75%;
  gap: 30px;
  max-width: 850px;
  margin: 2rem auto;
  padding: 15px;
}
.box-t1 {
    max-width: 180px;
    margin: 2% 0;
    text-align: right;
    justify-self: end;

}
.box-t2 {
    max-width: 600px;
    margin: 7% 0 2%;
}
.box-t2 img {
  margin: 15px 10px 0;
}
.arrow-down {
  width: 0;
  height: 0;
  margin: 30px auto;
  
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 32px solid #FEECF2;
}
.sub_ttl {
  margin: 50px auto 0;
  text-align: center;
  font-weight: 600;
  color: #f68e9e;
  font-size: 1.4em;
}

.job_flow {
  margin: 6rem auto 3rem !important;
}

@media (max-width: 768px) {
  .box-wrap {
    grid-template-columns: repeat(2, 1fr);
    max-width: 768px;
    gap: 30px;
  }
  .touroku-wrap {
  grid-template-columns: 25% 75%;
  gap: 15px;
  margin: 0 auto 1rem;
  padding: 15px;
  }
}
@media (max-width: 500px) {
  .box-wrap {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
  .box-013 {
    width: 350px;
  }
   .touroku-wrap {
    margin: 5% 0 2%;
  }
  .box-t2 img {
  margin: 15px 0 0;
  }
  .about-text {
  font-size: 1.2em;
    }
    .about-subtitle {
  font-size: 1.8em;
  }
  .arrow-down {
  width: 0;
  height: 0;
  margin: 10px auto;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 24px solid #FEECF2;
}
.sub_ttl {
  font-size: 1.2em;
}
.job_flow {
  margin: 4rem auto 1rem !important;
}
}

strong {
  font-weight: 600;
  font-size: 1.05em;
  color: #333333;
}

/*こんな方におすすめ*/
.job-check {
  list-style: none;
  padding: 0;
  margin: 0 15px 15px;
}

.job-check li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 10px;
}

.job-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f5f1e8;
  color: #b08d57;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
}
.icn_kitsuke li::before {
  background: #e8f3e0;
  color: #9fb291;
}

.icn_lesson li::before {
  background: #f0ecf3;
  color: #b9a6c4;
}

.icn_hairmake li::before {
  background: #f8edee;
  color: #da939a;
}

.icn_photo li::before {
  background: #e4edf8;
  color: #95aac0;
}

.icn_staff li::before {
  background: #f6f0e3;
  color: #d9b770;
}

.icn_event li::before {
  background: #e3efdb;
  color: #a1b491;
}

.icn_seijinshiki li::before {
  background: #f6ecee;
  color: #e5a9b2;
}

.icn_hakama li::before {
  background: #e4f1ef;
  color: #9ebbb8;
}

.icn_backyard li::before {
  background: #f3efe7;
  color: #c4b395;
}

/*担当するお仕事内容*/
.job-details{
  padding: 0 1.5em 1.5em;
}
.job-details summary{
    cursor:pointer;
    font-weight:bold;
    color:#4387c0;
}

.job-details ul{
    padding: 15px 5px;
    line-height: 2em;
}
/*アコーディオン*/
.accordion-007 {
    max-width: 700px;
    margin: 2rem auto;
}

/* タイトル */
.accordion-007 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;

    position: relative;

    padding: 1em 2em;

    border: 2px solid #f68e9e;
    border-radius: 25px;

    color: #f68e9e;
    font-weight: 600;

    cursor: pointer;
    list-style: none;
}

.accordion-007 summary::-webkit-details-marker {
    display: none;
}

/* ＋マーク */
.accordion-007 summary::before,
.accordion-007 summary::after {
    content: '';

    position: absolute;
    right: 2em;

    width: 3px;
    height: .9em;

    border-radius: 5px;
    background: #f68e9e;
}

.accordion-007 summary::before {
    rotate: 90deg;
}

.accordion-007 summary::after {
    transition: rotate .3s ease;
}

.accordion-007[open] summary::after {
    rotate: 90deg;
}

/* アニメーション用 */
.accordion-007 .content {
    overflow: hidden;
}

/* 吹き出し */
.accordion-007 p {
    position: relative;

    margin-top: 20px;
    padding: .8em 1.2em;

    border: 2px solid #d6d6d6;
    border-radius: 25px;

    background: #fff;
    color: #333;

    text-align: left;

    animation: none;
}

/* 開いた時だけ毎回アニメーション */
.accordion-007[open] p {
    animation: fadeIn .4s ease forwards;
}

/* 吹き出し三角 */
.accordion-007 p::before,
.accordion-007 p::after {
    content: '';

    position: absolute;
    left: 1.2em;

    width: 30px;
    height: 15px;

    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.accordion-007 p::before {
    top: -15px;
    background: #d6d6d6;
}

.accordion-007 p::after {
    top: -12px;
    background: #fff;
}

/* ふわっと */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}