/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700;800;900&display=swap');

sup {
  vertical-align: super;
}

a:link {
  color: #3182CE;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #3182CE;
}

.pc-only {
  display: block !important;
}

@media (width < 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media (width < 767px) {
  .sp-only {
    display: block !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFBF4;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: 100%;
}

@media (width < 767px) {
  body {
    font-size: 1.4rem;
  }
}

header {
  position: relative;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 24px 0;
}

@media (width < 767px) {
  .header__inner {
    padding: 16px 0;
  }
}

.header__logo {
  max-width: 246px;
  height: auto;
  margin-left: 30px;
}

@media (width < 767px) {
  .header__logo {
    max-width: 140px;
    margin-left: 10px;
  }
}

.header__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.header__contact {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

@media (width < 767px) {
  .header__contact {
    font-size: 1.2rem;
  }
}

.header__contact a {
  background-color: #F25140;
  color: #FFFFFF;
  display: block;
  padding: 20px 48px;
  border-radius: 20px 0 0 20px;
  transition: all .3s ease-in-out;
}

@media (width < 767px) {
  .header__contact a {
    padding: 12px 16px;
  }
}

.header__contact a:hover {
  background-color: #f87b6d;
}

/* ヒーローエリア用のCSS */
.mainvisual {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.mainvisual__slider {
  width: 95%;
  height: 600px;
  margin-left: auto;
  position: relative;
}

.mainvisual__slider .slick-img {
  width: 100%;
  height: 600px;
  position: relative;
}

.mainvisual__slider .slick-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* slickのデフォルトスタイルをオーバーライド */
.mainvisual__slider .slick-list {
  height: 100%;
  overflow: hidden;
  border-radius: 40px 0 0 40px;
}

.mainvisual__slider .slick-track {
  height: 100%;
}

.mainvisual__slider .slick-slide {
  height: 100vh;
}

.mainvisual__slider:not(.slick-initialized) {
  opacity: 0;
}

.mainvisual__slider.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* レスポンシブ対応 */
@media (width < 767px) {
  .mainvisual {
    /*height: 300px;*/
    height: 100%;
  }

  .mainvisual__slider {
    width: 100%;
    /*height: 300px;*/
    height: 100%;
  }

  .mainvisual__slider .slick-img,
  .mainvisual__slider .slick-slide {
    /*height: 300px;*/
    height: 100%;
  }
}

@media (width < 480px) {
  .mainvisual__slider {
    width: 100%;
    margin-left: 0;
  }

  .mainvisual__slider .slick-img,
  .mainvisual__slider .slick-slide {
    /*height: 250px;*/
    height: 100%;
  }

  .mainvisual__slider .slick-list {
    border-radius: 20px 0 0 20px;
  }
}

.mainvisual__catch {
  position: absolute;
  bottom: 10%;
  z-index: 10;
}

.mainvisual__catch h1 {
  font-weight: 900;
  line-height: 1.6;
  margin: 0;
}

.mainvisual__catch h1 span {
  background-color: #FFFFFF;
  display: table;
  line-height: 1;
  margin-bottom: 12px;
  padding: 8px 20px 12px;
}

@media (width < 767px) {
  .mainvisual__catch h1 span {
    padding: 6px 10px 10px;
    margin-bottom: 8px;
  }
}

.mainvisual__catch span:last-child {
  margin-bottom: 0;
}

.mainvisual__catch h1 span.lead {
  font-size: 3.6rem;
}

@media (width < 767px) {
  .mainvisual__catch h1 span.lead {
    font-size: 2.0rem;
  }
}

.mainvisual__catch h1 span.main {
  font-size: 4.6rem;
}

@media (width < 767px) {
  .mainvisual__catch h1 span.main {
    font-size: 2.6rem;
  }
}

.concerns {
  max-width: 100%;
  margin: auto;
  position: relative;
}

.concerns__inner {
  max-width: 960px;
  margin: 100px auto 0;
}

@media (width < 767px) {
  .concerns__inner {
    max-width: 100%;
    margin: 30px auto 0;
  }
}

.concerns__header {
  text-align: center;
}

.concerns__header h2 {
  font-size: 3.0rem;
  font-weight: 900;
  line-height: 1.3;
}

@media (width < 767px) {
  .concerns__header h2 {
    font-size: 2rem;
  }
}

.concerns__header h2 span {
  font-size: 4.8rem;
  color: #F25140;
}

@media (width < 767px) {
  .concerns__header h2 span {
    font-size: 3rem;
  }
}

.concerns__header::after {
  background-color: #000;
  display: block;
  content: "";
  width: 50px;
  height: 5px;
  margin: 24px auto 0;
  transform: rotate(-45deg);
}

@media (width < 767px) {
  .concerns__header::after {
    width: 40px;
    height: 4px;
    margin: 16px auto 0;
  }
}

.concerns__content {
  margin: 40px auto 0;
}

@media (width < 767px) {
  .concerns__content {
    margin: 32px auto 0;
  }
}

.concerns__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 20px;
  padding-bottom: 30px;
  position: relative;
}

@media (width < 767px) {
  .concerns__list {
    gap: 8px 4%;
    margin: 0 1em;
  }
}

.concerns__list::before,
.concerns__list::after {
  display: block;
  content: "";
  position: absolute;
}

.concerns__list::before {
  background: url("../img/freeconsul/people_left.png") no-repeat center / 100%;
  width: 120px;
  height: 215px;
  bottom: -60px;
  left: 30px;
}

@media (width < 767px) {
  .concerns__list::before {
    width: 60px;
    height: 108px;
    bottom: 0;
    left: 10px;
  }
}

.concerns__list::after {
  background: url("../img/freeconsul/people_right.png") no-repeat center / 100%;
  width: 136px;
  height: 233px;
  right: 30px;
  bottom: -40px;
}

@media (width < 767px) {
  .concerns__list::after {
    width: 68px;
    height: 117px;
    right: 10px;
    bottom: 0;
  }
}

.concerns__list li {
  max-width: 300px;
  height: auto;
}

@media (width < 767px) {
  .concerns__list li {
    max-width: 48%;
  }
}

.concerns__list li img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.concerns__message {
  position: absolute !important;
  top: 12%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  pointer-events: none;
  overflow: hidden;
}

@media (width < 767px) {
  .concerns__message {
    height: auto;
    top: 20%;
  }
}

.concerns__message .slick-img {
  height: 100px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.concerns__message img {
  /*height: 80px;*/
  height: 300px;
  width: auto;
  max-width: none;
  opacity: .2;
}

@media (width < 767px) {
  .concerns__message img {
    height: 200px;
  }
}

/* Slickのカスタマイズ */
.concerns__message .slick-track {
  display: flex !important;
  align-items: center;
}

.concerns__message .slick-slide {
  height: inherit;
  width: auto !important;
}

/* slick初期化前の非表示設定 */
.concerns__message:not(.slick-initialized) {
  display: none;
}

.concerns__message.slick-initialized {
  display: block;
}

.concerns__next {
  background: url("../img/freeconsul/concersn_next_pc.svg") no-repeat center/ 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 960px;
  height: 179px;
  margin: auto;
  position: relative;
}

@media (width < 767px) {
  .concerns__next {
    background: url("../img/freeconsul/concersn_next_sp.svg") no-repeat center/ 100%;
    width: auto;
    height: 130px;
    margin-top: -10px;
  }
}

.concerns__next h3 {
  font-size: 2.8rem;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
  margin-top: -30px;
}

@media (width < 767px) {
  .concerns__next h3 {
    font-size: 1.6rem;
  }
}

.concerns__next h3 span {
  font-size: 3.2rem;
  color: #FFFF00;
}

@media (width < 767px) {
  .concerns__next h3 span {
    font-size: 2.0rem;
  }
}

.success {
  background-color: #FFF8DD;
  max-width: 100%;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

@media (width < 767px) {
  .success {
    margin: 30px auto 0;
    padding: 48px 1em;
  }
}

.success__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

@media (width < 767px) {
  .success__inner {
    display: block;
    max-width: 100%;
  }
}

.success__inner::after {
  background: url("../img/freeconsul/people_salon.png") no-repeat center / 100%;
  display: block;
  content: "";
  width: 438px;
  height: 360px;
  position: absolute;
  bottom: -130px;
}

@media (width < 767px) {
  .success__inner::after {
    content: none;
    width: 94px;
    height: 77px;
    bottom: unset;
    top: 20px;
    right: 0;
  }
}

.success__text {
  width: calc(100% - 656px);
}

@media (width < 767px) {
  .success__text {
    width: auto;
  }
}

.success__header {
  position: relative;
}

.success__header h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

@media (width < 767px) {
  .success__header h3 {
    font-size: 1.3rem;
  }
}

.success__header h2 {
  font-size: 4.6rem;
  font-weight: 900;
  color: #F25140;
  line-height: 1.2;
  margin-top: 10px;
}

@media (width < 767px) {
  .success__header h2 {
    font-size: 3.6rem;
    margin-top: 0;
  }
}

.success__header h2 span {
  font-size: 6.2rem;
}

@media (width < 767px) {
  .success__header h2 span {
    font-size: 5.2rem;
  }
}

.success__header p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  margin-top: 32px;
}

@media (width < 767px) {
  .success__header p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 18px;
  }
}

.success__img {
  width: 656px;
  height: auto;
  margin-top: 20px;
}

@media (width < 767px) {
  .success__img {
    width: auto;
  }
}

.success__img img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.common-header {
  text-align: center;
}

.common-header::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  content: "";
  width: 225px;
  height: 12px;
  margin: 20px auto 0;
}

@media (width < 767px) {
  .common-header::after {
    width: 180px;
    height: 10px;
    margin: 10px auto 0;
  }
}

.common-header--produce::after {
  background-image: url("../img/freeconsul/bg_line01.png");
}

.common-header--flow::after {
  background-image: url("../img/freeconsul/bg_line02.png");
}

.common-header--introduce::after {
  background-image: url("../img/freeconsul/bg_line03.png");
}

.common-header h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

@media (width < 767px) {
  .common-header h2 {
    font-size: 2.4rem;
  }
}

.common-header--produce h2 {
  color: #008D88;
}

.common-header--flow h2 {
  color: #F25140;
}

.common-header--introduce h2 {
  color: #744800;
}

.common-header h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 20px;
}

@media (width < 767px) {
  .common-header h3 {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.produce {
  max-width: 100%;
  padding: 100px 0;
}

@media (width < 767px) {
  .produce {
    padding: 48px 0;
  }
}

.produce__inner {
  max-width: 1200px;
  margin: auto;
}

@media (width < 767px) {
  .produce__inner {
    max-width: 100%;
    margin: 0 1em;
  }
}

.produce__graph {
  position: relative;
}

.produce__point {
  max-width: 1200px;
  margin: 80px auto 0;
}

@media (width < 767px) {
  .produce__point {
    max-width: 100%;
    margin: 60px 1em 0;
  }
}

.bg-graph {
  margin: 60px auto 0;
}

@media (width < 767px) {
  .bg-graph {
    margin: 40px auto 0;
  }
}

.bg-graph__box {
  display: flex;
}

@media (width < 767px) {
  .bg-graph__box {
    flex-direction: column;
  }
}

.bg-graph__title {
  background-color: #008D88;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #008D88;
  position: relative;
}

@media (width < 767px) {
  .bg-graph__title {
    width: auto;
    border-radius: 10px 10px 0 0;
  }
}

.bg-graph__title p {
  font-size: 2.4rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1;
}

@media (width < 767px) {
  .bg-graph__title p {
    font-size: 2rem;
  }
}

.bg-graph__content {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  width: calc(100% - 360px);
  margin-left: -30px;
  padding: 10px 20px 10px 40px;
  border-radius: 10px;
  border: 1px solid #008D88;
}

@media (width < 767px) {
  .bg-graph__content {
    flex-direction: column;
    width: auto;
    margin-left: 0;
    padding: 10px;
    border-radius: 0 0 10px 10px;
  }
}

.bg-graph__price {
  font-size: 2rem;
  font-weight: 900;
  color: #F25140;
  text-align: center;
  line-height: 1;
  padding: 10px 20px;
}

@media (width < 767px) {
  .bg-graph__price {
    font-size: 1.8rem;
  }
}

.bg-graph__price span {
  font-size: 1.4rem;
  display: block;
}

@media (width < 767px) {
  .bg-graph__price span {
    font-size: 1.3rem;
  }
}

.bg-graph__price strong {
  font-size: 5rem;
}

@media (width < 767px) {
  .bg-graph__price strong {
    font-size: 4rem;
  }
}

.bg-graph__text ul li {
  font-size: 1.4rem;
  font-weight: 500;
}

@media (width < 767px) {
  .bg-graph__text ul li {
    font-size: 1.3rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.other-graph {
  max-width: 1160px;
  margin: auto;
}

@media (width < 767px) {
  .other-graph {
    max-width: 100%;
  }
}

.other-graph__box {
  display: flex;
  margin: 10px auto 0;
}

@media (width < 767px) {
  .other-graph__box {
    flex-direction: column;
  }
}

.other-graph__title {
  background-color: #E2E2E2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  position: relative;
}

@media (width < 767px) {
  .other-graph__title {
    width: auto;
    border-radius: 10px 10px 0 0;
  }
}

.other-graph__title p {
  font-size: 2.0rem;
  font-weight: 800;
  color: #008D88;
  line-height: 1;
}

@media (width < 767px) {
  .other-graph__title p {
    font-size: 1.8rem;
  }
}

.other-graph__content {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  width: calc(100% - 340px);
  margin-left: -30px;
  padding: 10px 20px 10px 40px;
  border-radius: 10px;
  border: 1px solid #E2E2E2;
}

@media (width < 767px) {
  .other-graph__content {
    flex-direction: column;
    width: auto;
    margin-left: 0;
    padding: 10px;
    border-radius: 0 0 10px 10px;
  }
}

.other-graph__price {
  font-size: 2rem;
  font-weight: 900;
  color: #008D88;
  text-align: center;
  line-height: 1;
  width: 30%;
  padding: 10px 20px;
}

@media (width < 767px) {
  .other-graph__price {
    font-size: 1.8rem;
    width: auto;
    padding: 0;
  }
}

.other-graph__text ul li {
  font-size: 1.4rem;
  font-weight: 500;
}

@media (width < 767px) {
  .other-graph__text ul {
    margin-top: 10px;
  }

  .other-graph__text ul li {
    font-size: 1.3rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.bg-point {
  background-color: #FFFFFF;
  padding: 40px;
  border: 1px solid #008D88;
  border-radius: 20px;
  position: relative;
}

@media (width < 767px) {
  .bg-point {
    padding: 15px;
  }
}

.bg-point__badge {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -20px;
  left: -20px;
}

@media (width < 767px) {
  .bg-point__badge {
    width: 100px;
    height: 100px;
    top: -30px;
    left: -10px;
  }
}

.bg-point__badge img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.bg-point__inner {
  display: flex;
  justify-content: center;
  column-gap: 50px;
}

@media (width < 767px) {
  .bg-point__inner {
    flex-direction: column;
    row-gap: 20px;
  }
}

.bg-point__img {
  max-width: 460px;
  height: auto;
}

@media (width < 767px) {
  .bg-point__img {
    max-width: 100%;
  }
}

.bg-point__img img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.bg-point__text {
  width: calc(100% - 460px);
}

@media (width < 767px) {
  .bg-point__text {
    width: auto;
  }
}

.bg-point__text h3 {
  font-size: 2.6rem;
  font-weight: 900;
  color: #008D88;
  text-align: center;
  line-height: 1;
}

@media (width < 767px) {
  .bg-point__text h3 {
    font-size: 1.7rem;
  }
}

.bg-point__text h3 span {
  background-color: #EBFFFE;
  display: inline-block;
  padding: 10px 40px 12px;
  border: 1px solid #008D88;
  border-radius: 50px;
}

@media (width < 767px) {
  .bg-point__text h3 span {
    display: block;
    padding: 10px 0 12px;
  }
}

.bg-point__text p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
}

@media (width < 767px) {
  .bg-point__text p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 16px;
  }
}

.bg-point__text p strong {
  font-weight: 900;
}

.flow {
  background-color: #FFF8DD;
  max-width: 100%;
  margin: auto;
  padding: 100px 0 140px;
}

@media (width < 767px) {
  .flow {
    padding: 48px 1em 64px;
  }
}

.flow__inner {
  max-width: 900px;
  margin: auto;
  position: relative;
}

@media (width < 767px) {
  .flow__inner {
    max-width: 100%;
  }
}

.flow__inner::before,
.flow__inner::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  content: "";
  position: absolute;
}

@media (width < 767px) {

  .flow__inner::before,
  .flow__inner::after {
    display: none;
  }
}

.flow__inner::before {
  background-image: url("../img/freeconsul/people_guide.png");
  width: 160px;
  height: 251px;
  right: -120px;
  top: 10%;
}

.flow__inner::after {
  background-image: url("../img/freeconsul/people_pc.png");
  width: 300px;
  height: 213px;
  bottom: -130px;
  left: -140px;
}

.flow__content {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  margin: 60px auto 0;
}

@media (width < 767px) {
  .flow__content {
    row-gap: 40px;
    margin: 30px auto 0;
  }
}

.flow__box {
  display: flex;
  column-gap: 20px;
  position: relative;
}

@media (width < 767px) {
  .flow__box {
    column-gap: 10px;
  }
}

.flow__box--hearing {
  left: -100px;
}

@media (width < 767px) {
  .flow__box--hearing {
    left: 0;
  }
}

.flow__box--plan {
  right: -100px;
}

@media (width < 767px) {
  .flow__box--plan {
    right: 0;
  }
}

.flow__mark {
  display: flex;
  column-gap: 20px;
}

@media (width < 767px) {
  .flow__mark {
    column-gap: 10px;
  }
}

.flow__mark::after {
  background-color: #FFC76C;
  display: block;
  content: "";
  width: 40px;
  height: 8px;
  margin-top: 50px;
}

@media (width < 767px) {
  .flow__mark::after {
    width: 30px;
    margin-top: 40px;
  }
}

.flow__icon {
  width: 100px;
  height: auto;
}

@media (width < 767px) {
  .flow__icon {
    width: 60px;
  }
}

.flow__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.flow__icon span {
  font-family: "Prompt", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFC76C;
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 5px;
}

@media (width < 767px) {
  .flow__icon span {
    font-size: 1.2rem;
  }
}

.flow__exp h3 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}

@media (width < 767px) {
  .flow__exp h3 {
    font-size: 1.8rem;
  }
}

.flow__text {
  background-color: #FFFFFF;
  width: 720px;
  margin-top: 10px;
  padding: 15px 20px;
  border: 1px solid #FFC76C;
  border-radius: 10px;
  position: relative;
}

@media (width < 767px) {
  .flow__text {
    width: auto;
    margin-top: 5px;
    padding: 10px;
  }
}

.flow__text::after {
  background: url("../img/freeconsul/arrow_flow_yellow.svg") no-repeat center / 100%;
  display: block;
  content: "";
  width: 60px;
  height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
}

@media (width < 767px) {
  .flow__text::after {
    width: 40px;
    height: 20px;
    bottom: -20px;
  }
}

.flow__box:last-child .flow__text::after {
  content: none;
}

.flow__text p {
  font-size: 1.7rem;
  font-weight: 500;
}

@media (width < 767px) {
  .flow__text p {
    font-size: 1.3rem;
  }
}

.faq {
  max-width: 100%;
  padding: 100px 0;
}

@media (width < 767px) {
  .faq {
    padding: 48px 1em;
  }
}

.faq__inner {
  display: flex;
  column-gap: 2%;
  max-width: 1200px;
  margin: auto;
}

@media (width < 767px) {
  .faq__inner {
    flex-direction: column;
    max-width: 100%;
  }
}

.faq__header {
  width: 24%;
}

@media (width < 767px) {
  .faq__header {
    width: auto;
  }
}

.faq__header h2 {
  font-size: 3.4rem;
  font-weight: 800;
  color: #008D88;
  line-height: 1;
  position: relative;
}

@media (width < 767px) {
  .faq__header h2 {
    font-size: 3rem;
    text-align: center;
  }
}

.faq__header h2::after {
  font-family: "Prompt", sans-serif;
  font-size: 12rem;
  color: rgba(0, 141, 136, 0.1);
  content: "FAQ";
  display: block;
  position: absolute;
  top: 0;
}

@media (width < 767px) {
  .faq__header h2::after {
    font-size: 7rem;
    text-align: center;
    margin: auto;
    right: 0;
    left: 0;
  }
}

.faq__content {
  width: 74%;
  border-bottom: 1px solid #333333;
}

@media (width < 767px) {
  .faq__content {
    width: auto;
    margin-top: 40px;
  }
}

.faq__content dl {
  border-top: 1px solid #333333;
}

@media (width < 767px) {}

.faq__content dl dt {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

@media (width < 767px) {
  .faq__content dl dt {
    font-size: 1.6rem;
    column-gap: 10px;
    padding: 10px;
  }
}

.faq__content dl dt::before {
  background: url("../img/freeconsul/icon_question.svg") no-repeat center / 100%;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
}

@media (width < 767px) {
  .faq__content dl dt::before {
    width: 30px;
    height: 30px;
    flex-shrink: 0
  }
}

.faq__content dl dt::after {
  background: url("../img/freeconsul/arrow_faq_bottom.svg") no-repeat center / 100%;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  margin-left: auto;
  transition: transform 0.3s ease;
}

@media (width < 767px) {
  .faq__content dl dt::after {
    width: 20px;
    height: 20px;
    flex-shrink: 0
  }
}

.faq__content dl.is-open dt::after {
  transform: rotate(180deg);
}

.faq__content dl dd {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  padding: 0 20px;
  transition: max-height 0.8s ease, opacity 0.6s ease, padding 0.8s ease;
}

@media (width < 767px) {
  .faq__content dl dd {
    column-gap: 10px;
  }
}

.faq__content dl.is-open dd {
  max-height: 300px;
  opacity: 1;
  padding: 0 20px 20px;
}

@media (width < 767px) {
  .faq__content dl.is-open dd {
    padding: 0 10px 10px;
  }
}

.faq__content dl dd::before {
  background: url("../img/freeconsul/icon_answer.svg") no-repeat center / 100%;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
}

@media (width < 767px) {
  .faq__content dl dd::before {
    width: 30px;
    height: 30px;
    flex-shrink: 0
  }
}

.faq__content dl dd p {
  font-size: 1.6rem;
  width: calc(100% - 80px);
}

@media (width < 767px) {
  .faq__content dl dd p {
    font-size: 1.4rem;
    width: calc(100% - 30px);
  }
}

.introduce {
  background-color: #FFFFFF;
  max-width: 100%;
  padding: 100px 0;
}

@media (width < 767px) {
  .introduce {
    padding: 48px 0;
  }
}

.introduce__inner {
  max-width: 1140px;
  margin: auto;
}

@media (width < 1039px) {
  .introduce__inner {
    max-width: 100%;
    padding-left: 1em;
  }
}

.introduce__content {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
}

@media (width < 1039px) {
  .introduce__content {
    column-gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 20px auto 0;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
}

.introduce__box {
  width: 220px;
}

@media (width < 1039px) {
  .introduce__box {
    flex-shrink: 0;
  }
}

@media (width < 767px) {
  .introduce__box {
    width: 200px;
    flex-shrink: 0;
  }
}

.introduce__box:nth-child(2n) {
  transform: translateY(30px);
}

/*@media (width < 767px) {
  .introduce__box:nth-child(2n) {
    transform: none;
  }
}*/

.introduce__picture {
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px 20px 20px 0;
}

.introduce__picture img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px 20px 20px 0;
}

.introduce__meta {
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 0 20px 0 0;
  position: absolute;
  bottom: 0;
}

.introduce__meta span {
  display: block;
}

.introduce__post {
  font-size: 1.3rem;
  font-weight: 900;
  color: #744800;
  line-height: 1;
}

@media (width < 767px) {
  .introduce__post {
    font-size: 1.2rem;
  }
}

.introduce__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}

@media (width < 767px) {
  .introduce__name {
    font-size: 1.8rem;
  }
}

.introduce__text {
  margin-top: 10px;
}

.introduce__text p {
  font-size: 1.4rem;
}

@media (width < 767px) {
  .introduce__text p {
    font-size: 1.3rem;
  }
}


.case-post {
  padding: 48px 0;
  position: relative;
  overflow: hidden !important;
}

@media (width < 767px) {
  .case-post {
    background-color: #008D88;
    padding: 32px 0 32px 16px;
  }
}

.case-post__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: visible !important;
}

@media (width < 767px) {
  .case-post__inner {
    max-width: 100%;
  }
}

.case-post__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 48px;
}

@media (width < 767px) {
  .case-post__header {
    margin-bottom: 32px;
  }
}

.case-post__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 100px;
  left: -120px;
  z-index: 26;
}

@media (width < 767px) {
  .case-post__title {
    font-size: 2.6rem;
    text-align: left;
    position: static;
  }
}

.case-post__content {
  display: flex;
  position: relative;
  align-items: center;
  gap: 72px;
  overflow: visible !important;
}

@media (width < 767px) {
  .case-post__content {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}

.case-post__controller-area.pc-only {
  width: 124px;
  flex-shrink: 0;
  position: relative;
  z-index: 20;
}

@media (width < 767px) {
  .case-post__link {
    width: 124px;
  }
}

.case-post__link .arrow-link-white {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFFFFF !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  transition: color 0.3s ease;
  text-decoration: none;
}

@media (width < 767px) {
  .case-post__link .arrow-link-white {
    font-size: 1.4rem;
  }
}

.case-post__link .arrow-link-white--underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: none;
  top: auto;
  right: auto;
  transition: none;
}

.case-post__link .arrow-link-white--underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  transition: width 0.4s ease;
  transform: none;
  top: auto;
  right: auto;
  border: none;
  z-index: 1;
}

.case-post__link .arrow-link-white--underline .arrow-icon {
  position: relative;
  display: flex;
  align-items: center;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.case-post__link .arrow-link-white--underline .arrow-icon::before {
  background-color: #FFFFFF;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  transform-origin: left center;
  transform: translateX(15px) scaleX(0.5);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-right: -1px;
}

.case-post__link .arrow-link-white--underline .arrow-icon img {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  bottom: -0.7px;
  transition: right 0.3s ease;
}

.case-post__link .arrow-link-white--underline:hover::before {
  width: 100%;
}

.case-post__link .arrow-link-white--underline:hover .arrow-icon::before {
  transform: translateX(15px) scaleX(0.7);
}

.case-post__link .arrow-link-white--underline:hover .arrow-icon img {
  right: -10px;
}

.case-post__link .arrow-link-white--right {
  margin-left: auto;
}

.news-slider-container {
  width: 100%;
  position: relative;
  overflow: visible !important;
  flex-grow: 1;
}

@media (width < 767px) {
  .news-slider-container {
    width: 100%;
    margin-top: 24px;
  }
}

.news-slider {
  overflow: visible !important;
  width: 100%;
  position: relative;
  margin-left: 0;
}

.news-slider .slick-list {
  overflow: visible;
}

.news-slider .slick-track {
  display: flex;
}

.slider-left-mask {
  background-color: #008D88;
  width: 174px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 20px 20px 0;
  z-index: 25;
}

@media (width < 767px) {
  .slider-left-mask {
    width: 32px;
  }
}

.news-slide {
  width: 320px;
  margin-right: 30px;
  opacity: 1;
  height: auto;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

@media (width < 767px) {
  .news-slide {
    width: 280px;
    margin-right: 20px;
  }
}

.news-slide a {
  display: block;
  text-decoration: none;
  color: #444444;
  height: 100%;
}

.news-slide__article {
  background-color: #FFFFFF;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}

.news-slide__media {
  height: 230px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px 20px 0 0;
}

@media (width < 767px) {
  .news-slide__media {
    height: 180px;
  }
}

.news-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
}

.news-slide:hover .news-slide__media img {
  transform: scale(1.05);
}

.news-slide__content {
  padding: 12px 24px;
  position: relative;
}

@media (width < 767px) {
  .news-slide__content {
    padding: 12px 16px;
    position: relative;
  }
}

.news-slide__content::after {
  background: url("../img/freeconsul/arrow_right_green.svg") no-repeat center / 100%;
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.news-slide__meta {
  display: flex;
  align-items: center;
}

.news-slide__date {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000000;
  display: flex;
  align-items: center;
  line-height: 1;
}

.news-slide__date::after {
  font-size: 1.4rem;
  font-weight: 800;
  color: #000000;
  display: block;
  content: ":";
  margin: 0 12px;
}

.news-slide__category {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 1;
}

@media (width < 767px) {
  .news-slide__category {
    font-size: 1.1rem;
  }
}

.news-slide__title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 8px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (width < 767px) {
  .news-slide__title {
    font-size: 1.4rem;
  }
}

.news-slider-prev,
.news-slider-next {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 30;
  position: relative;
}

@media (width < 767px) {

  .news-slider-prev,
  .news-slider-next {
    width: 42px;
    height: 42px;
  }
}

.news-slider-prev:hover,
.news-slider-next:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.news-slider-prev:after,
.news-slider-next:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
}

.news-slider-prev:after {
  transform: translate(-25%, -50%) rotate(-135deg);
}

.news-slider-next:after {
  transform: translate(-75%, -50%) rotate(45deg);
}

.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.slick-progress {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.slick-progress-fill {
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  width: 0;
  transition: width 0.3s ease;
}

/* コントローラーボタン用の強化スタイル - important付きで優先度を上げる */
.case-post__controller-area.pc-only {
  width: 124px !important;
  flex-shrink: 0 !important;
  position: relative !important;
  top: 48px;
  left: -70px;
  z-index: 30 !important;
}

.case-post__controller-area.sp-only {
  margin-top: 30px !important;
  display: none !important;
}

@media (width < 767px) {
  .case-post__controller-area.sp-only {
    display: flex !important;
    justify-content: flex-end !important;
    margin-top: 40px !important;
    margin-right: 16px !important;
  }
}

.case-post__controller {
  display: flex !important;
  z-index: 10 !important;
  gap: 16px !important;
}

@media (width < 767px) {
  .case-post__controller {
    justify-content: flex-end !important;
  }
}

/* ナビゲーションボタンの詳細スタイル - 重要度を上げて確実に適用 */
.news-slider-prev,
.news-slider-next {
  width: 54px !important;
  height: 54px !important;
  border-radius: 50% !important;
  border: 1px solid #FFFFFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  z-index: 30 !important;
  position: relative !important;
}

@media (width < 767px) {

  .news-slider-prev,
  .news-slider-next {
    width: 42px !important;
    height: 42px !important;
  }
}

.news-slider-prev:hover,
.news-slider-next:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.news-slider-prev:after,
.news-slider-next:after {
  content: "" !important;
  width: 4px !important;
  height: 4px !important;
  border-top: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}

.news-slider-prev:after {
  transform: translate(-25%, -50%) rotate(-135deg) !important;
}

.news-slider-next:after {
  transform: translate(-75%, -50%) rotate(45deg) !important;
}

/* 無効状態の強調 */
.slick-disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

/* footer */
.float-btn {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 780px;
  margin: auto;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
}

@media (width < 767px) {
  .float-btn {
    font-size: 1.6rem;
    width: auto;
    margin: 60px 0.5em 0;
    position: static;
  }
}

.float-btn a {
  background-color: #F25140;
  color: #FFFFFF;
  display: block;
  padding: 32px 0;
  border: 5px solid #FFCD7D;
  border-radius: 20px;
  position: relative;
  transition: all .3s ease-in-out;
}

@media (width < 767px) {
  .float-btn a {
    padding: 16px 0;
    border-radius: 10px;
  }
}

.float-btn a:hover {
  background-color: #FFFFFF;
  color: #F25140;
}

.float-btn a::after {
  background: url("../img/freeconsul/arrow_right_white.svg") no-repeat center / 100%;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 34%;
  right: 30px;
}

@media (width < 767px) {
  .float-btn a::after {
    width: 20px;
    height: 20px;
    top: 32%;
    right: 10px;
  }
}

footer {
  background-color: #333333;
  max-width: 100%;
  margin: 100px auto 0;
  padding: 100px 0 40px;
  position: relative;
}

@media (width < 767px) {
  footer {
    background-color: #FFFBF4;
    max-width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
  }
}


.footer__inner {
  position: relative;
}

@media (width < 767px) {
  .footer__inner {
    background-color: #333333;
    margin: 32px auto 0;
    padding: 48px 0 16px;
  }
}

.footer__logo {
  max-width: 324px;
  margin: auto;
}

@media (width < 767px) {
  .footer__logo {
    max-width: 240px;
  }
}

.footer__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer__copyright {
  font-size: 1.2rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  margin-top: 40px;
}

@media (width < 767px) {
  .footer__copyright {
    font-size: 1.0rem;
    margin-top: 30px;
  }
}

#self-cmp {
  display: none !important;
}