/*****************************************************/


.hero-section {
  position: relative;
  width: 100%;
  color: #fff;
  letter-spacing: 0.48px;
  font: 700 48px 'Hiragino Sans', sans-serif;
}

@media (max-width: 767px) {
  .hero-section {
    font: 700 30px 'Hiragino Sans', sans-serif;
  }

  .hero-section .inner {
    padding: 0;
  }
}

@media (max-width: 440px) {
  .hero-section {
    font: 700 6.82vw 'Hiragino Sans', sans-serif;
  }
}

.hero-image {
  width: 100%;
  display: block;
}

.hero-section h1 {
  position: relative;
}

.content-section {
  background: #f5f5f5;
  width: 100%;
}

.content-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 124px 0px 100px;
  margin: auto;
}

@media (max-width: 767px) {
  .content-wrapper {
    padding: 64px 0 64px;
  }
}

@media (max-width: 440px) {
  .content-wrapper {
    padding: 14.545vw 0 14.545vw;
  }
}

.content-section_tax .content-wrapper {
  padding: 0 0px 100px;
}

@media (max-width: 767px) {
  .content-section_tax .content-wrapper {
    padding: 0 0px 40px;
  }
}

@media (max-width: 440px) {
  .content-section_tax .content-wrapper {
    padding: 0 0px 9.091vw;
  }
}

.content-section_tax:last-child .content-wrapper {
  padding: 0 0px 124px;
}

@media (max-width: 767px) {
  .content-section_tax:last-child .content-wrapper {
    padding: 0 0px 90px;
  }
}

@media (max-width: 440px) {
  .content-section_tax:last-child .content-wrapper {
    padding: 0 0px 20.455vw;
  }
}

.content-section-archive .content-wrapper {
  padding: 124px 0px;
}

@media (max-width: 767px) {
  .content-section-archive .content-wrapper {
    padding: 60px 0px;
  }
}

@media (max-width: 440px) {
  .content-section-archive .content-wrapper {
    padding: 13.636vw 0px;
  }
}

.section-titleBlock{
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap:12px 40px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
.section-titleBlock{
    margin-bottom: 28px;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

@media (max-width: 440px) {
.section-titleBlock{
    margin-bottom: 6.364vw;
  }
}

.section-title {
  color: #000;
  letter-spacing: 0.4px;
  text-align: left;
  font: 700 40px 'Hiragino Sans', sans-serif;  
}

@media (max-width: 767px) {
  .section-title {
    font: 700 28px 'Hiragino Sans', sans-serif;
  }
}

@media (max-width: 440px) {
  .section-title {
    font: 700 6.364vw 'Hiragino Sans', sans-serif;
  }
}

.section-title a {
  color: #000;
  position: relative;
  display: inline-block;
  padding-right: 40px;
}

@media (max-width: 767px) {
  .section-title a {
    padding-right: 20px;
  }
}

@media (max-width: 440px) {
  .section-title a {
    padding-right: 4.545vw;
  }
}

.section-title a:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  transform: translateY(-50%) rotate(45deg);
  top: 55%;
  right: 0;
}

@media (max-width: 767px) {
  .section-title a:before {
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}

@media (max-width: 440px) {
  .section-title a:before {
    width: 2.727vw;
    height: 2.727vw;
  }
}

.section-title a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .section-titleLink{
    margin-top: 40px;
  }
}
@media (max-width: 440px) {
  .section-titleLink{
    margin-top: 9.091vw;
  }
}
.section-titleLink a{
  color: #FFF;
  min-width: 200px;
  padding: 8px 20px;
  border-radius: 32px;
  background: #269640;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position:relative;
}
@media (max-width: 767px) {
  .section-titleLink a{
    max-width: 375px;
    min-width: 0;
    padding: 12px 20px;
    border-radius: 32px;
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .section-titleLink a{
    padding: 2.727vw 4.545vw;
    border-radius: 7.273vw;
    font-size: 3.636vw;
  }
}

.section-titleLink a span:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateY(-50%) rotate(45deg);
  top: 52%;
  right: 20px;
}

@media (max-width: 767px) {
  .section-titleLink a span:before {
    width: 12px;
    height: 12px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    right: 20px;
  }
}

@media (max-width: 440px) {
  .section-titleLink a span:before {
    width: 2.727vw;
    height: 2.727vw;
    right: 4.545vw;
  }
}

.category-list {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .category-list {
    margin-bottom: 40px;
  }
}

@media (max-width: 440px) {
  .category-list {
    margin-bottom: 9.091vw;
  }
}

.category-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media (max-width: 767px) {
  .category-list ul {
    gap: 20px;
  }
}

@media (max-width: 440px) {
  .category-list ul {
    gap: 4.545vw;
  }
}

.category-list ul li {}

.category-list ul li a {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

@media (max-width: 767px) {
  .category-list ul li a {
    font-size: 20px;
  }
}

@media (max-width: 440px) {
  .category-list ul li a {
    font-size: 4.545vw;
  }
}

.category-list ul li a.active {
  text-decoration: underline;
}

.content-section .swiper{
  width: 100%;
  padding: 0 8px 8px 0;
  overflow: visible;
}

/* 共通設定：デフォルトの「青い線」を消してサイズを調整 */
.content-section .custom-arrow::after {
  font-size: 20px !important;
  /* 矢印自体の大きさ */
  font-weight: bold;
}
@media (max-width: 767px) {
  .content-section .custom-arrow::after {
    font-size: 16px !important;
  }
}

@media (max-width: 440px) {
  .content-section .custom-arrow::after {
     font-size: 3.636vw !important;
  }
}

.content-section .custom-arrow {
  width: 50px !important;
  height: 50px !important;
  background-color: #fff;
  /* 背景色 */
  color: #333;
  /* 矢印の色 */
  border-radius: 50%;
  /* 正円にする */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* 軽い影 */
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .content-section .custom-arrow {
    width: 40px !important;
    height: 40px !important;
  }
}

@media (max-width: 440px) {
  .content-section .custom-arrow {
    width: 9.091vw !important;
    height: 9.091vw !important;
  }
}

/* ホバー時に色を反転させる */
.content-section .custom-arrow:hover {
  background-color: #333;
  color: #fff;
}

.article-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 66px 52px;
}

@media (max-width: 767px) {
  .article-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 440px) {
  .article-grid {
    /* margin-top: 9.97vw; */
    gap: 5.455vw;
  }
}

.article-card {
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  width: calc(33.333% - ((52px * 2) / 3));
  border-radius: 12px;
  overflow: hidden;
}

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

.article-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .article-card img {
    height: 200px;
  }
}

@media (max-width: 440px) {
  .article-card img {
    height: 45.455vw;
  }
}

.article-image{
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
}

.article-content {
  padding: 20px 32px 40px;
}

@media (max-width: 767px) {
  .article-content {
    padding: 20px 24px 32px;
  }
}

@media (max-width: 440px) {
  .article-content {
    padding: 4.55vw 5.45vw 7.27vw;
  }
}

.article-category {
  margin: 12px 0;
}

@media (max-width: 767px) {
  .article-category {
  margin: 12px 0;
  }
}

@media (max-width: 440px) {
  .article-category {
  margin: 2.727vw 0;
  }
}

.article-category ul{
  display: flex;
  flex-wrap: wrap;
  gap:8px 8px;
}
@media (max-width: 767px) {
  .article-category {
    gap:4px 4px;
  }
}

@media (max-width: 440px) {
  .article-category ul{
    gap:0.909vw 0.909vw;
  }
}
.article-category ul li{
  
}
.article-category ul li span{
  background-color:#269640;
  color:#fff;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 14px;
  display: block;
  word-break: break-all;
}
@media (max-width: 767px) {
  .article-category ul li span{
    padding: 4px 12px;
    font-size: 12px;
  }
}
@media (max-width: 440px) {
  .article-category ul li span{
    padding: 0.909vw 2.727vw;
    font-size: 2.727vw;
  }
}


.article-date {
  color: #424242;
  font: 14px Avenir Next, sans-serif;
  text-align: right;
}

@media (max-width: 767px) {
  .article-date {
    font: 14px Avenir Next, sans-serif;
  }
}

@media (max-width: 440px) {
  .article-date {
    font: 3.18vw Avenir Next, sans-serif;
  }
}

.article-title {
  color: #000;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.24px;
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  .article-title {
    font-size: 20px;
    margin: 0 0 8px;
  }
}

@media (max-width: 440px) {
  .article-title {
    font-size: 4.55vw;
    margin: 0 0 1.818vw;
  }
}

.article-text {
  color: #464646;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.16px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 12px;
}

@media (max-width: 767px) {
  .article-text {
    font-size: 16px;
    -webkit-line-clamp: 3;
    margin: 0 0 8px;
  }
}

@media (max-width: 440px) {
  .article-text {
    font-size: 3.64vw;
    margin: 0 0 1.818vw;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  justify-content: center;
  margin: auto;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .pagination {
    gap: 16px;
    margin-top: 60px;
  }
}

@media (max-width: 440px) {
  .pagination {
    gap: 3.64vw;
    margin-top: 13.636vw;
  }
}

.page-dot {
  background: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid #269640;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.75em;
  text-align: center;
  letter-spacing: 0.01em;
  color: #269640;
}

@media (max-width: 767px) {
  .page-dot {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }
}

@media (max-width: 440px) {
  .page-dot {
    width: 7.73vw;
    height: 7.73vw;
    font-size: 4.55vw;
  }
}

span.page-dot,
.page-dot.active {
  background: #269640;
  border: none;
  color: #FFFFFF;
  pointer-events: none;
}

.page-arrow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-arrow {
  aspect-ratio: 1;
  object-fit: contain;
  width: 48px;
}

@media (max-width: 767px) {
  .page-arrow {
    width: 34px;
  }
}

@media (max-width: 440px) {
  .page-arrow {
    width: 7.73vw;
  }
}

.models-section {
  margin: 124px auto 124px;
  width: 100%;
}

@media (max-width: 767px) {
  .models-section {
    margin: 90px auto 90px;
    width: 100%;
  }
}

@media (max-width: 440px) {
  .models-section {
    margin: 20.455vw auto;
  }
}

.model-flex {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 767px) {
  .model-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
}

@media (max-width: 440px) {
  .model-flex {
    gap: 7.27vw;
  }
}

.model-card {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  letter-spacing: 0.16px;
  font: 16px 'Hiragino Sans', sans-serif;
}

@media (max-width: 767px) {
  .model-card {
    width: 100%;
    font: 16px 'Hiragino Sans', sans-serif;
  }
}

@media (max-width: 440px) {
  .model-card {
    font: 3.64vw 'Hiragino Sans', sans-serif;
  }
}

.model-image {
  aspect-ratio: 0.94;
  object-fit: contain;
  width: 100%;
}

.model-title {
  color: #000;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.24px;
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .model-title {
    font-size: 24px;
    margin: 8px 0 0;
  }
}

@media (max-width: 440px) {
  .model-title {
    font-size: 5.45vw;
    margin: 1.82vw 0 0;
  }
}

.model-subtitle {
  color: #6f6f6f;
  font: 600 16px Avenir Next, sans-serif;
}

@media (max-width: 767px) {
  .model-subtitle {
    font: 600 16px Avenir Next, sans-serif;
  }
}

@media (max-width: 440px) {
  .model-subtitle {
    font: 600 3.64vw Avenir Next, sans-serif;
  }
}

.model-button {
  border-radius: 21px;
  background: #269640;
  color: #fff;
  font-weight: 500;
  padding: 12px 12px;
  width: 167px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}

@media (max-width: 767px) {
  .model-button {
    padding: 6px 12px;
    width: 167px;
    height: 42px;
    margin: 20px auto 0;
  }
}

@media (max-width: 440px) {
  .model-button {
    padding: 1.36vw 2.73vw;
    width: 37.93vw;
    height: 9.53vw;
    margin: 4.55vw auto 0;
  }
}

.recommend-section {
  margin: 124px auto 0;
  width: 100%;
  margin-bottom: 124px;
}

@media (max-width: 767px) {
  .recommend-section {
    margin: 90px auto 90px;
  }
}

@media (max-width: 440px) {
  .recommend-section {
    margin: 90px auto 90px;
  }
}

.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

@media (max-width: 767px) {
  .recommend-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
}

@media (max-width: 440px) {
  .recommend-grid {
    gap: 13.64vw;
  }
}

.recommend-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.model-image {
  aspect-ratio: 0.94;
  object-fit: contain;
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*************************************************************/

.what-section {
  padding: 124px 0px 124px;
}

@media (max-width: 767px) {
  .what-section {
    padding: 90px 0px 90px;
  }
}

@media (max-width: 440px) {
  .models-section {
    padding: 0 0px 20.455vw;
  }
}

.-section-container {}

.what-section-container h2 {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  color: rgb(82, 82, 99);
}

@media (max-width: 767px) {
  .what-section-container h2 {
    font-size: 30px;
  }
}

@media (max-width: 440px) {
  .what-section-container h2 {
    font-size: 6.818vw;
  }
}

.what-section-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .what-section-content {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 440px) {
  .what-section-content {
    gap: 4.545vw;
    margin-bottom: 4.545vw;
  }
}

.what-section-content figure {
  width: 220px;
}

@media (max-width: 767px) {
  .what-section-content figure {
    width: 220px;
  }
}

@media (max-width: 440px) {
  .what-section-content figure {
    width: 50vw;
  }
}

.what-section-textcontent {}

.what-section-textcontent h5 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  color: rgb(82, 82, 99);
}

@media (max-width: 767px) {
  .what-section-textcontent h5 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media (max-width: 440px) {
  .what-section-textcontent h5 {
    font-size: 5.455vw;
    margin-bottom: 2.273vw;
  }
}

.what-section-textcontent p {
  line-height: 1.8;
  color: rgb(82, 82, 99);
  font-size: 16px;
}

@media (max-width: 767px) {
  .what-section-textcontent p {
    font-size: 16px;
  }
}

@media (max-width: 440px) {
  .what-section-textcontent p {
    font-size: 3.636vw;
  }
}

.what-section-btnarea {
  display: flex;
  justify-content: center;
}

.what-section-btn {}

.what-section-btn a {
  padding: 10px 50px;
  border-radius: 25px;
  font-size: 16px;
  background-color: #269641;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 44px;
  coloR: #FFF;
}

@media (max-width: 767px) {
  .what-section-btn a {
    padding: 10px 50px;
    border-radius: 25px;
    font-size: 16px;
    width: 230px;
    height: 44px;
  }
}

@media (max-width: 440px) {
  .what-section-btn a {
    padding: 2.273vw 11.364vw;
    border-radius: 5.682vw;
    font-size: 3.636vw;
    width: 52.273vw;
    height: 10vw;
  }
}



/*****************************************************/