@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio],
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #221E1F;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

html.fixed {
  overflow: hidden;
}

main {
  width: 100%;
  overflow-x: hidden;
}

section {
  position: relative;
}

button {
  color: inherit;
}

header {
  position: fixed;
  top: 3.75rem;
  left: 0;
  width: 100%;
  padding: 0 1.25rem;
  z-index: 500;
}
@media screen and (min-width: 768px) {
  header {
    top: 0rem;
    padding: 1.5rem 1.5rem 0;
  }
}

.header-inner {
  background-color: #fff;
  border-radius: 8px;
  overflow-y: auto;
  padding: 1.5rem 0rem;
  position: relative;
  min-height: 4.5rem;
}
@media screen and (min-width: 768px) {
  .header-inner {
    overflow: hidden;
    padding: 1.125rem 1.625rem 1.3125rem;
    display: flex;
    align-items: center;
    gap: 2.75rem;
  }
}

.header-logo {
  text-align: center;
  font-size: 0.6875rem;
  line-height: 2;
  position: absolute;
  top: 0.75rem;
  left: 0;
  padding-right: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header-logo {
    line-height: 1;
    position: initial;
    font-size: 1.25rem;
    width: 21.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .header-logo {
    font-size: 0.875rem;
    width: 17.5rem;
  }
}

.open .header-logo {
  opacity: 0;
}

.header-logo span {
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .header-logo span {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .header-logo span {
    font-size: 1.375rem;
  }
}

footer {
  background-color: #221E1F;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer-inner {
    display: flex;
  }
}

.footer-block {
  padding: 1.875rem 1.875rem 2.375rem;
}
@media screen and (min-width: 768px) {
  .footer-block {
    width: 33.33%;
  }
}

.footer-block:nth-child(n+2) {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .footer-block:nth-child(n+2) {
    border-left: 1px solid #fff;
  }
}

.footer-block .title {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .footer-block .title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer-block .title {
    font-size: 0.9375rem;
  }
}

.footer-block .sns-icons {
  margin-top: 1.125rem;
}

.footer-block .blog-image_btn {
  margin-top: 1.125rem;
}

.footer-block .blog-image_btn img {
  width: 15.125rem;
}
@media screen and (min-width: 768px) {
  .footer-block .blog-image_btn img {
    width: 17.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer-block .blog-image_btn img {
    width: 15.125rem;
  }
}

.footer-block .blog-image_btn p {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer-block .blog-image_btn p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer-block .blog-image_btn p {
    font-size: 0.75rem;
  }
}

.footer-block__top {
  font-size: 1rem;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .footer-block__top {
    margin-top: 0.5rem;
    font-size: 1.25rem;
    line-height: 2.1538461538;
  }
}
@media screen and (min-width: 1440px) {
  .footer-block__top {
    font-size: 0.8125rem;
  }
}

.footer-block__top span {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-block__top span {
    display: inline;
  }
}

.footer-block__btm {
  margin-top: 7.5rem;
  font-size: 0.875rem;
  line-height: 2.5714285714;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .footer-block__btm {
    margin-top: 9.875rem;
    font-size: 1.25rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1440px) {
  .footer-block__btm {
    font-size: 0.8125rem;
  }
}

.footer-block__btm li::after {
  content: "　｜　";
  display: inline;
}

.footer-block__btm li:last-child::after {
  display: none;
}

.copyright {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 0.125rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .copyright {
    font-size: 0.75rem;
  }
}

.inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 120rem;
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}

.header-hamberger {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  padding: 0.375rem;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header-hamberger {
    display: none;
  }
}

.hamberger {
  width: 1.375rem;
  height: 0.75rem;
  position: relative;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
  margin-left: auto;
}
.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.125rem;
  background: #221E1F;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.hamberger-bar:nth-of-type(1) {
  top: 0%;
}

.hamberger-bar:nth-of-type(2) {
  top: 50%;
}

.hamberger-bar:nth-of-type(3) {
  top: 100%;
}

/* オープン時の動き */
.open .hamberger-bar {
  width: 1.625rem;
  transition: 0.3s;
}

.open .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.open .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%);
  opacity: 0;
}

.open .hamberger-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.header-nav {
  width: 100%;
  height: calc(100vh - 7.5rem);
  position: relative;
  z-index: 2;
  background-color: #fff;
  overflow-y: auto;
  padding: 2.5rem 1.25rem 3.75rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: calc(100% - 17.5rem);
    height: initial;
    position: initial;
    display: block;
    overflow-y: initial;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__items {
    display: flex;
    align-items: center;
    gap: 3rem;
  }
}

.header-nav__item {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    font-weight: 400;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .header-nav__item {
    font-size: 0.875rem;
  }
}

.header-nav__item a {
  display: block;
}
@media screen and (min-width: 768px) {
  .header-nav__item a {
    height: 3.75rem;
    padding: 0rem 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.header-nav .login-area {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .header-nav .login-area {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav .login-area .login-btn {
    background-color: #000;
    color: #fff;
    font-weight: 400;
    font-size: 1.125rem;
    height: 3.75rem;
    width: 15rem;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; /* 念のため追加 */
  }
}
@media screen and (min-width: 1440px) {
  .header-nav .login-area .login-btn {
    width: 13.75rem;
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav .login-area .mypage-btn {
    font-weight: 400;
    font-size: 1.25rem;
    width: 7.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .header-nav .login-area .mypage-btn {
    font-size: 0.875rem;
  }
}

.header-nav__btm {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .header-nav__btm {
    display: none;
  }
}

.header-nav__btm--block .title {
  font-size: 0.9375rem;
}

.header-nav__btm--block .sns-icons {
  margin-top: 1.125rem;
}

.header-nav__btm--block:nth-child(n+2) {
  margin-top: 2.125rem;
}

.blog-image_btn {
  margin-top: 1rem;
  font-size: 0.75rem;
}

.blog-image_btn img {
  width: 9.375rem;
}

.blog-image_btn p {
  margin-top: 0.3125rem;
}

.header-nav__btm--lincs {
  margin-top: 2.8125rem;
}

.header-nav__btm--lincs ul {
  display: flex;
  flex-wrap: wrap;
}

.header-nav__btm--lincs ul li {
  font-size: 0.875rem;
  line-height: 2.5714285714;
}

.header-nav__btm--lincs ul li::after {
  content: "　｜　";
  display: inline;
}

.header-nav__btm--lincs ul li:last-child::after {
  display: none;
}

.sns-icons {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

@media screen and (min-width: 768px) {
  .section-title {
    width: 16.5rem;
  }
}

.section-title__main {
  font-weight: 700;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .section-title__main {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .section-title__main {
    font-size: 1.75rem;
  }
}

.section-title__main::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.25rem;
  background-color: #221E1F;
  margin-top: 2.25rem;
}

.section-title__sub {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .section-title__sub {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .section-title__sub {
    font-size: 1.125rem;
  }
}

.section-title__btn {
  margin-top: 4rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .section-title__btn {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .section-title__btn {
    font-size: 0.875rem;
  }
}

.btn {
  display: block;
  width: 20rem;
  height: 3.75rem;
  background-color: #221E1F;
  color: #fff;
  font-size: 0.9375rem;
  margin: 0 auto;
  border-radius: 4px;
}

.mv {
  padding: 13.125rem 0 4.5rem;
  background-image: url("../img/mv-bg_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .mv {
    background-image: url("../img/mv-bg_pc.png");
    padding: 11.875rem 0 4rem;
  }
}

.mv-inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mv-inner {
    padding-left: 5.625rem;
    display: flex;
  }
}

.mv-title {
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mv-title {
    padding-left: 0;
    width: 28.125rem;
    position: absolute;
    top: 10rem;
    left: 5.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-title {
    padding-left: 1.25rem;
    width: 21.875rem;
  }
}

.mv-title .main-title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .mv-title .main-title {
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-title .main-title {
    font-size: 2rem;
  }
}

.mv-title .main-title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.25rem;
  background-color: #221E1F;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .mv-title .main-title::after {
    margin-top: 1.75rem;
  }
}

.mv-title .sub-title {
  font-size: 0.875rem;
  line-height: 1.8666666667;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .mv-title .sub-title {
    font-size: 1.125rem;
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-title .sub-title {
    font-size: 0.9375rem;
  }
}

.mv-slider__wrap {
  overflow: hidden;
  margin-top: 3.75rem;
  padding-left: 1.625rem;
}
@media screen and (min-width: 768px) {
  .mv-slider__wrap {
    margin-top: 0;
    padding-left: 0;
    transform: translateX(18%);
  }
}

.mv-slider {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv-slider {
    width: 131rem;
  }
}

.mv-slider .slick-list,
.popular-slider .slick-list {
  overflow: visible;
}

.mv-slider .slide-item {
  margin-left: 1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv-slider .slide-item {
    max-width: 62.5rem !important;
    margin-left: 2.875rem;
  }
}

.mv-slider .slide-item img {
  border-radius: 8px;
  aspect-ratio: 320/240;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mv-slider .slide-item img {
    aspect-ratio: 1000/750;
  }
}

.card-item .slide-item__text {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .card-item .slide-item__text {
    margin-top: 0.625rem;
    margin-left: 0.25rem;
  }
}

.mv-slider .card-item .slide-item__text {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .mv-slider .card-item .slide-item__text {
    margin-top: 0.75rem;
    margin-left: 0rem;
  }
}

.card-item .slide-item__text p:nth-child(n+2) {
  margin-top: 0.5rem;
}

.card-item .name {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .card-item .name {
    font-size: 1.75rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1440px) {
  .card-item .name {
    font-size: 1rem;
  }
}

.card-item .area {
  background-color: #221E1F;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 2.1818181818;
  width: 4rem;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .card-item .area {
    font-size: 1.25rem;
    line-height: 2;
    width: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .card-item .area {
    width: 4rem;
    font-size: 0.6875rem;
    line-height: 2.1818181818;
  }
}

.card-item .add {
  font-size: 0.8125rem;
  line-height: 1.8461538462;
}
@media screen and (min-width: 768px) {
  .card-item .add {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .card-item .add {
    font-size: 0.8125rem;
  }
}

.arrow {
  width: 2.5rem;
  height: 0.5rem;
  background-image: url("../img/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  cursor: pointer;
  display: block;
}
.arrow.right {
  transform: rotate(180deg);
}

.slick-num {
  font-size: 0.9375rem;
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 2.375rem;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .slick-num {
    margin-top: 14.5rem;
    margin-left: 0.625rem;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .slick-num {
    font-size: 0.9375rem;
  }
}

.slick-num__center {
  width: 4rem;
}
.about {
  padding: 10.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 10.75rem 0 0;
  }
}

.about_bg {
  width: 80%;
  position: absolute;
  top: -9.25rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .about_bg {
    width: 45%;
    top: -24.375rem;
  }
}

@media screen and (min-width: 768px) {
  .about .section-title {
    width: 100%;
  }
}

.about .section-title .section-title__main {
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about .section-title .section-title__main {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .about .section-title .section-title__main {
    font-size: 2.25rem;
  }
}

.about .section-title__main::after {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .about .section-title__main::after {
    margin-top: 2.25rem;
  }
}

.about-contents {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .about-contents {
    margin-top: 4.5rem;
  }
}

.about-contents__text {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .about-contents__text {
    max-width: 45rem;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .about-contents__text {
    font-size: 1rem;
  }
}

.about-contents__btn {
  margin-top: 2.5rem;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; /* 念のため追加 */
}
@media screen and (min-width: 768px) {
  .about-contents__btn {
    margin: 3.375rem 0 0;
    font-size: 1.25rem;
    width: 15rem;
  }
}
@media screen and (min-width: 1440px) {
  .about-contents__btn {
    width: 13.75rem;
    font-size: 0.875rem;
  }
}

.new {
  padding: 9.625rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .new {
    padding: 15.375rem 0 11.125rem;
  }
}

@media screen and (min-width: 768px) {
  .new .inner {
    display: flex;
    gap: 4.625rem;
  }
}

@media screen and (min-width: 768px) {
  .new .section-title {
    width: 16.25rem;
    margin-top: 0.5rem;
  }
}

.new__card-list {
  margin-top: 3.75rem;
  padding: 0 1.5625rem;
}
@media screen and (min-width: 768px) {
  .new__card-list {
    width: 100%;
    max-width: 83.75rem;
    margin-top: 0;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .new__card-list .card-item {
    width: calc(50% - 1.875rem);
  }
}

.new__card-list .card-item:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .new__card-list .card-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.card-item img {
  border-radius: 8px;
  aspect-ratio: 320/240;
}
@media screen and (min-width: 768px) {
  .card-item img {
    aspect-ratio: 640/480;
  }
}

.new__btn {
  margin-top: 3.75rem;
}

.popular {
  background-image: url("../img/popular-bg_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .popular {
    background-image: url("../img/popular-bg_pc.png");
    padding: 9.6875rem 0 9.5625rem;
  }
}

.popular-inner {
  position: relative;
}

.popular .section-title {
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .popular .section-title {
    padding-left: 0;
    width: 16.5625rem;
    margin-top: 0.5rem;
    position: absolute;
    top: 1.25rem;
    left: 7.5rem;
  }
}

.popular-slider__wrap {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .popular-slider__wrap {
    width: 131.25rem;
    transform: translateX(19%);
    margin-top: 0;
  }
}

.popular-slider {
  width: 100%;
  overflow: hidden;
  padding-top: 1.25rem;
  padding-left: 2.25rem;
}
@media screen and (min-width: 768px) {
  .popular-slider {
    padding-left: 0;
  }
}

.popular-slider .slick-list {
  padding-left: 18.75rem;
}
@media screen and (min-width: 768px) {
  .popular-slider .slick-list {
    padding-left: 3.75rem;
  }
}

.popular-slider .slide-item {
  position: relative;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .popular-slider .slide-item {
    padding-left: 3.75rem;
  }
}

.popular-slider .slide-item .num {
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: -1.25rem;
  left: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .popular-slider .slide-item .num {
    width: 4rem;
    height: 4rem;
    top: -1.25rem;
    left: 1.75rem;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .popular-slider .slide-item .num {
    font-size: 1.25rem;
  }
}

.popular-slider .slide-item .num1 {
  background-color: #EFC267;
  content: "1";
}

.popular-slider .slide-item .num2 {
  background-color: #A6B1B5;
  content: "2";
}

.popular-slider .slide-item .num3 {
  background-color: #A67262;
  content: "3";
}

.popular-slider__wrap .slick-num {
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .popular .slick-num {
    margin-top: 18rem;
    margin-left: 0;
  }
}

.introduction {
  padding: 8.875rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .introduction {
    padding: 10.1875rem 0 10rem;
  }
}

@media screen and (min-width: 768px) {
  .introduction .inner {
    display: flex;
    gap: 4.625rem;
  }
}

.introduction .section-title {
  margin-top: 1.875rem;
}

.introduction__card-list {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .introduction__card-list {
    margin-top: 0;
    max-width: 83.75rem;
    margin-left: auto;
  }
}

.introduction__card-list .card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.375rem;
}
@media screen and (min-width: 768px) {
  .introduction__card-list .card-list {
    gap: 3.125rem 2.5rem;
  }
}

.introduction__card-list .card-item {
  width: calc(50% - 0.6875rem);
}
@media screen and (min-width: 768px) {
  .introduction__card-list .card-item {
    width: calc((100% - 5rem) / 3);
  }
}

.introduction__btn {
  margin-top: 3.125rem;
}
.user {
  padding: 9.375rem 0 6.25rem;
  border: 1px solid #221E1F;
  background-image: url("../img/user-bg_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .user {
    background-image: url("../img/user-bg_pc.png");
    padding: 8.875rem 0 9.5rem;
  }
}

@media screen and (min-width: 768px) {
  .user .inner {
    max-width: 120rem;
    padding: 0 2.9375rem;
  }
}

.user .section-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .user .section-title {
    width: 100%;
  }
}

.user .section-title__main::after {
  margin: 2rem auto 0;
}

.user-contents {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .user-slider {
    width: 100%;
  }
}

.user-slide__item {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .user-slide__item {
    margin: 0 0.9375rem;
  }
}

.user-slide__item a {
  display: block;
  padding: 2.5rem 1.25rem 3.25rem;
}
@media screen and (min-width: 768px) {
  .user-slide__item a {
    padding: 3.125rem;
  }
}

.user-slide__item .title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
@media screen and (min-width: 768px) {
  .user-slide__item .title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .user-slide__item .title {
    font-size: 1.125rem;
  }
}

.user-slide__item .name {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .user-slide__item .name {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .user-slide__item .name {
    font-size: 0.875rem;
  }
}

.user-slide__item .text {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .user-slide__item .text {
    margin-top: 2rem;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .user-slide__item .text {
    line-height: 1.8666666667;
    font-size: 0.9375rem;
  }
}

.user-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .user-slider .slick-dots {
    margin-top: 1.875rem;
  }
}

.user-slider .slick-dots button {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #D9D9D9;
  border-radius: 50%;
  color: transparent;
}

.user-slider .slick-dots .slick-active button {
  background-color: #221E1F;
}

.faq {
  padding: 9.875rem 0 6.25rem;
  border: 1px solid #221E1F;
  background-image: url("../img/faq-bg_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .faq {
    background-image: url("../img/faq-bg_pc.png");
    padding: 7.875rem 0 8.375rem;
  }
}

@media screen and (min-width: 768px) {
  .faq .inner,
  .news .inner {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .faq .section-title,
  .news .section-title {
    margin-top: 1.875rem;
  }
}

.faq-list,
.news-list {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .faq-list,
  .news-list {
    margin-top: 0;
    width: 100%;
    max-width: 72.5rem;
    margin-left: auto;
  }
}

.simple-list__item a {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  padding: 1.375rem 1.25rem 1.6875rem;
}
@media screen and (min-width: 768px) {
  .simple-list__item a {
    height: 10rem;
    padding: 3.25rem 3.75rem;
  }
}

.simple-list .simple-list__item:nth-child(n+2) {
  margin-top: 0.25rem;
}
.faq-list .simple-list__item a {
  padding: 1.625rem 1.25rem 2.125rem;
}
@media screen and (min-width: 768px) {
  .faq-list .simple-list__item a {
    padding: 3rem 3.75rem;
    height: 11.875rem;
  }
}

.faq-list .title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .faq-list .title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .faq-list .title {
    font-size: 1rem;
  }
}

.faq-list .text {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .faq-list .text {
    margin-top: 1rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .faq-list .text {
    font-size: 0.9375rem;
  }
}

.faq__btn,
.news__btn {
  margin-top: 3.125rem;
}

.news {
  padding: 10rem 0 6.25rem;
  border: 1px solid #221E1F;
  background-image: url("../img/news-bg_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .news {
    background-image: url("../img/news-bg_pc.png");
    padding: 8.5rem 0 7.5rem;
  }
}

.news-list .day {
  font-size: 0.8125rem;
  line-height: 2.1538461538;
}
@media screen and (min-width: 768px) {
  .news-list .day {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .news-list .day {
    font-size: 0.8125rem;
  }
}

.news-list .text {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
@media screen and (min-width: 768px) {
  .news-list .text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .news-list .text {
    font-size: 0.9375rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-d_flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-d_flex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.white-text {
  color: #fff;
}

/*
  たぶんこの”.simple-list__item a” がリンク先ないのであれば削除で問題ないと思います！
  
*/
.simple-list__item a {
  /* display: block;
  background-color: #fff;
  border-radius: 8px;
  padding: 1.375rem 1.25rem 1.6875rem; */
}
@media screen and (min-width: 768px) {
  .simple-list__item a {
    /* padding: 3.25rem 3.75rem; */
  }
}

.simple-list__item {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 1.375rem 1.25rem 1.6875rem;
}
@media screen and (min-width: 768px) {
  .simple-list__item {
    padding: 3.25rem 3.75rem;
  }
}

/* css変更 */
.faq-list .simple-list__item {
  padding: 1.625rem 1.25rem 2.125rem;
}
@media screen and (min-width: 768px) {
  .faq-list .simple-list__item {
    padding: 3rem 3.75rem;
  }
}
.faq-list .text {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .faq-list .text {
    padding-top: 1rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .faq-list .text {
    font-size: 0.9375rem;
  }
}

/* 
下のアコーディオン用汎用css
*/
.Js-aco-title {
  cursor: pointer;
}
.Js-aco-box {
  display: none;
}

/*# sourceMappingURL=style.css.map */
