@charset "UTF-8";
* {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  * {
    font-size: 16px;
  }
}

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

/* ==========
header
==========*/
.header {
  background: linear-gradient(
    270deg,
    rgba(255, 248, 157, 1) 0%,
    rgba(131, 217, 217, 1) 100%
  );
}
.header__inner {
  padding: 10px 5%;
}
.logo {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 234px;
  }
}

/* ==========
見出し
==========*/
.heading__h2 {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.heading__h2--pink {
  padding: 24px 0;
  border-top: 2px dotted #fff89d;
  border-bottom: 2px dotted #fff89d;
}

@media screen and (min-width: 768px) {
  .heading__h2 {
    font-size: 40px;
  }
}

.heading__h3 {
  padding: 11px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.heading-pd--pink {
  padding: 8px 14px;
  background-color: #b30746;
}
.heading-bg--black {
  background-color: #252525;
}
.heading-pd--skyblue {
  padding: 8px 14px;
  background-color: #96cccb;
}
.heading--big {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .heading__h3 {
    font-size: 20px;
  }
}

/* ==========
テキスト装飾・文字色
==========*/
.bg-text--blue {
  display: block;
  padding: 5px;
  border-radius: 10px;
  background-color: #71bebd;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
}
.sec__text {
  position: relative;
  z-index: 10;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.8;
}
.sec__text--high {
  line-height: 2;
}
.text--middle {
  font-size: 20px;
}
.text--big {
  font-size: 24px;
}
.text--bold {
  font-weight: bold;
}
.text--white {
  color: #ffffff;
}
.text--yellow {
  color: #fff89d;
}
.text--blue {
  color: #446b69;
}
.text--pink {
  color: #b30746;
}
.text-bg--black {
  padding: 5px;
  background-color: #252525;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}
.text-marker--yellow {
  position: relative;
  background: linear-gradient(transparent 70%, #fff89d 70%);
}
.text-marker--blue {
  position: relative;
  background: linear-gradient(transparent 70%, #bdefef 70%);
}
@media screen and (min-width: 768px) {
  .sec__text {
    font-size: 16px;
  }
}

/* ==========
余白共通
==========*/
.mb-24 {
  margin-bottom: 24px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-16 {
  margin-bottom: 16px;
}

/* ==========
ボタン
==========*/
.sns-btn {
  margin-bottom: 30px;
}
.sns__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 24px;
}
.sns__item {
  display: block;
  position: relative;
  width: 90%;
  max-width: 360px;
  height: 55px;
  margin: 0 auto;
  border: 1px solid #333333;
  border-radius: 5px;
  box-shadow: 3px 4px 0 0 #fff9a6;
  background-color: #b30746;
  color: #ffffff;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  transition: 0.3s;
}
.sns__item:first-child::before {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url(../images/sns/Instagram.svg);
  content: "";
}
.sns__item:nth-child(2)::before {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 17px;
  height: 20px;
  background-image: url(../images/sns/threads.svg);
  content: "";
}
.sns__item:nth-child(3)::before {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url(../images/sns/x.svg);
  content: "";
}
/* .sns__item:nth-child(4)::before {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url(../images/sns/);
  content: "";
} */
.sns__item:hover {
  transform: translateY(3px);
  box-shadow: none;
}
.sns__item a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 55px;
}
@media screen and (min-width: 768px) {
  .sns__list {
    flex-direction: row;
    max-width: 670px;
    margin: 0 auto;
  }
  .sns__item {
    max-width: 320px;
    height: 60px;
    line-height: 60px;
  }
  .sns__item a {
    line-height: 60px;
  }
}

.btn__text--big {
  font-weight: bold;
  font-size: 20px;
}

.btn {
  max-width: 305px;
  height: 45px;
  margin: 0 auto;
  border-radius: 5px;
  line-height: 45px;
  transition: 0.3s;
}
.btn--blue {
  border: 1px solid #333333;
  box-shadow: 3px 4px 0 0 #fff9a6;
  background-color: #96cccb;
  color: #ffffff;
  text-align: center;
}
.btn--black {
  border: 1px solid #333333;
  box-shadow: 3px 4px 0 0 #a9e9e2;
  background: #464442;
  color: #ffffff;
  text-align: center;
}
.btn--blue:hover,
.btn--black:hover {
  transform: translateY(3px);
  box-shadow: none;
}
.btn button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.line-btn {
  max-width: 360px;
  margin: 0 auto;
}
/* .line-btn a {
  display: block;
  width: 90%;
  margin: 0 auto;
} */
@media screen and (min-width: 768px) {
  .btn {
    max-width: 400px;
    height: 60px;
  }
  .btn button {
    font-size: 18px;
  }
  .btn__text--big {
    padding: 0 5px;
    font-size: 30px;
  }
  .line-btn {
    max-width: 450px;
    margin: 0 auto;
  }
}

/* ==========
section共通
==========*/
.sec__inner {
  padding: 0 5%;
}
.sec__img--pd {
  padding: 32px 5%;
}
@media screen and (min-width: 768px) {
  .sec__inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}

/* ==========
footer
==========*/
@media screen and (min-width: 768px) {
}

/* ==========
slick
==========*/
.hobby-img__list .slick-slide {
  width: auto !important;
  height: auto !important;
  padding: 0 5px;
}
.hobby-img .slick-dotted.slick-slider {
  margin-bottom: 20px;
}
.voice__list .slick-slide {
  transform: scale(0.9);
  padding: 0 5px;
}
.voice__list .slick-slide.slick-active {
  transform: scale(1);
}

.skill-language__list .slick-track {
  display: flex !important;
  align-items: center;
}

/* ドット全体の配置 */
.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute; /* 必要に応じて */
  position: static;
  bottom: -30px;
  margin-top: 20px;

  gap: 8px;
}
.slick-dots li button:before {
  display: none;
}

/* ドットの見た目をカスタマイズ */
.slick-dots .my-dot {
  width: 5px;
  height: 5px;
  border: none;
  border-radius: 50%;
  background-color: #97cdcb;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* アクティブなドット */
.slick-dots li.slick-active .my-dot {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background-color: #333333;
  background-color: #db2f6e;
}

@media screen and (min-width: 768px) {
  .hobby-img__list .slick-slide img {
    display: block;
    width: auto;
    height: auto;
    height: 130px; /* 任意の高さ */
    margin: 0 auto;
  }
  .voice__list .slick-slide {
    transform: scale(1);
    padding: 0 5px;
  }
}

/* ==========
aco
==========*/
.aco-contents {
  display: none;
}
.aco-btn {
  position: relative;
}
.aco-btn::after {
  position: absolute;
  top: 55%;
  right: 10px;
  transform: translateY(-50%);
  border-top: 10px solid #ffffff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-style: solid;
  content: "";
  transition: 0.3s;
}
.active .aco-btn::after {
  border-top: none;
  border-bottom: 10px solid #ffffff;
}

/* ==========
faq
==========*/
.aco-block {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
.aco-last {
  margin-bottom: 0;
}
.aco-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
}
.aco-content-left {
  margin-right: 20px;
}
.aco-content-left p {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.ancer {
  color: #df007a;
}
.question {
  color: #04979e;
}
.aco {
  padding: 24px 0;
}
.aco-text {
  font-size: 14px;
  line-height: 1.6;
}
.aco .q {
  position: relative;
  z-index: 2;
  padding: 16px 8px;
  border: 1px solid #d2dedd;
  box-shadow: 5px 5px 0 0 #b1d3e4;
  background-color: #ecf8f9;
  color: #000000;
}
.aco .q.close {
  box-shadow: none;
}
.aco .q::before {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/puls.png) no-repeat;
  background-size: contain;
  content: "";
  transition: all 0.3s;

  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s;
}
.aco .q:hover {
  cursor: pointer;
}
.aco .q .qa01-content-right p {
  font-weight: bold;
  font-size: 20px;
}
.aco .close::before {
  width: 30px;
  height: 30px;
  background: url(../img/minus.png) no-repeat;
  background-size: contain;
  transition: all 0.2s;

  -webkit-transition: all 0.2s;
}
.aco .a {
  position: relative;
  top: -30px;
  z-index: 0;
  padding: 60px 25px 10px 10px;
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
  color: #000000;
}
.aco .a .qa01-content-right {
  color: rgba(0, 0, 0, 0.8);
}
.aco-content.a .aco-content-left {
  margin-right: 40px;
}

/* ==========
footer
==========*/
footer {
  padding: 20px 10px;
  background-color: #96cccb;
  color: #ffffff;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
footer p {
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* ==========
フローティングボタン
==========*/
.float-button__wrap {
  display: none; /*最初は隠す*/
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #ffffff;
}
.float-button__wrap a {
  display: block;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 360px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .float-button__wrap {
    padding: 20px 10px;
  }
  .float-button__wrap a {
    max-width: 450px;
  }
}
