@charset "UTF-8";

/* ==================================================================================================================================

  *基本設定

================================================================================================================================== */
.front {
  overflow: hidden;
}

.f-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .f-inner {
    padding: 0 20px;
  }
}

.l-fixed__container {
  bottom: 80px;
}

.l-fixed__container.is-move {
  bottom: 50px;
}

.js-pagetop {
  position: fixed;
  right: 60px;
  bottom: 95px;
  z-index: 50;
  transition: bottom 0.5s;
}

.js-pagetop.is-move {
  bottom: 65px;
}

/* --------------------------------------------------
タイトル
-------------------------------------------------- */
.f-title {
  margin: 0 auto 60px;
}

.f-title--left {
  margin: 0 auto 60px 0;
}

.f-title__eng {
  width: fit-content;
  margin-bottom: 5px;
  background: linear-gradient(120deg, var(--main-color) 20%, var(--sub-color));
  -webkit-background-clip: text;
  font-family: "canto-pen", serif;
  font-style: normal;
  font-weight: 300;
  color: rgba(255, 255, 255, 0);
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.f-title__jp {
  font-size: 24px;
  line-height: 1.65;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .f-title {
    margin: 0 auto 40px;
  }

  .f-title__eng {
    font-size: 40px;
  }

  .f-title__jp {
    font-size: 18px;
    line-height: 1.65;
    letter-spacing: 0.15em;
  }
}

.f-title-line {
  margin-bottom: 80px;
}

.f-title-line__eng {
  flex-shrink: 0;
  align-items: center;
  width: fit-content;
  margin: 0 auto 15px;
  background: linear-gradient(120deg, var(--main-color) 20%, var(--sub-color));
  -webkit-background-clip: text;
  font-family: "canto-pen", serif;
  font-style: normal;
  font-weight: 300;
  color: rgba(255, 255, 255, 0);
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.f-title-line__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.f-title-line__container::before, .f-title-line__container::after {
  content: "";
  position: relative;
  top: -5px;
  display: block;
  width: 39px;
  height: 21px;
  background: url(../images/front/title-kazari.svg) no-repeat center/cover;
}

.f-title-line__wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
}

.f-title-line__wrapper::before, .f-title-line__wrapper::after {
  content: "";
  position: relative;
  top: -5px;
  display: block;
  width: 100%;
  height: 2px;
  background: #e6e6e6;
}

.f-title-line__jp {
  font-size: 24px;
  line-height: 1.65;
  letter-spacing: 0.15em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .f-title-line {
    margin-bottom: 40px;
  }

  .f-title-line__eng {
    font-family: "canto-pen", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
  }

  .f-title-line__container {
    gap: 0px;
  }

  .f-title-line__container::before, .f-title-line__container::after {
    display: none;
  }

  .f-title-line__wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  .f-title-line__wrapper::before, .f-title-line__wrapper::after {
    content: "";
    top: -6px;
    height: 1px;
  }

  .f-title-line__jp {
    font-size: 18px;
  }
}

.f-title-small {
  margin: 0 auto 90px;
  text-align: center;
}

.f-title-small__eng {
  width: fit-content;
  margin: 0 auto 15px;
  background: linear-gradient(120deg, var(--main-color) 20%, var(--sub-color));
  -webkit-background-clip: text;
  font-family: "canto-pen", serif;
  font-style: normal;
  font-weight: 300;
  color: rgba(255, 255, 255, 0);
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.f-title-small__jp {
  font-size: 24px;
  line-height: 1.65;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .f-title-small {
    margin: 0 auto 50px;
    text-align: center;
  }

  .f-title-small__eng {
    font-size: 36px;
  }

  .f-title-small__jp {
    font-size: 18px;
  }
}

/* --------------------------------------------------
ボタン
-------------------------------------------------- */
.f-button a {
  position: relative;
  z-index: 1;
  display: inline-block;
  align-items: center;
  width: fit-content;
  min-width: 300px;
  padding: 12px 80px 15px 35px;
  background: linear-gradient(to right, #daa8ab, #b2adc5);
  border-radius: 1000px;
  color: #ffffff;
  font-size: 18px;
  transition: filter 0.2s;
}

.f-button a:hover {
  filter: brightness(1.1);
}

.f-button a::after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 0px 0px 1px 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 11px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.f-button a:hover::after {
  transform: translateY(-50%) rotate(360deg);
}

/* ==================================================================================================================================

  *メインビジュアル

================================================================================================================================== */
/* --------------------------------------------------
MVのアニメーション
-------------------------------------------------- */
@keyframes fadeVertical {
  0% {
    opacity: 1;
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }

  100% {
    opacity: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes moveActive {
  0% {
    left: calc(50% - 30px);
  }

  100% {
    left: calc(50% - 60px);
  }
}
@keyframes moveNext {
  0% {
    left: 50%;
  }

  100% {
    left: calc(50% - 30px);
  }
}

.f-mainvisual-img__item.is-active {
  z-index: 3;
  animation: fadeVertical 1s ease-in-out forwards 6s;
}

.f-mainvisual-img__item.is-active picture {
  animation: moveActive 7s linear infinite;
}

.f-mainvisual-img__item.is-next picture {
  z-index: 2;
  animation: moveNext 7s linear infinite;
}

/* --------------------------------------------------
MVのベース
-------------------------------------------------- */
.f-mainvisual {
  position: relative;
  z-index: 1;
  height: 100svh;
  min-height: 1000px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .f-mainvisual {
    height: 700px;
    min-height: auto;
  }
}

.f-mainvisual__inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .f-mainvisual__inner {
    padding: 20px;
  }
}

/* --------------------------------------------------
キャッチコピー
-------------------------------------------------- */
.f-mainvisual__catch {
  position: absolute;
  bottom: 100px;
  left: 60px;
  color: #ffffff;
  line-height: 1.65;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 768px) {
  .f-mainvisual__catch {
    bottom: 50px;
    left: 20px;
  }
}

/* ----- 日本語 ----- */
.f-mainvisual__catch--jp {
  font-family: "fot-klee-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .f-mainvisual__catch--jp {
    font-size: 16px;
  }
}

/* ----- 英語 ----- */
.f-mainvisual__catch--eng {
  margin-top: 10px;
  font-family: "canto-pen", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .f-mainvisual__catch--eng {
    font-size: 12px;
  }
}
@keyframes colorChange {
  from {
    background-position: 0% 0%;
  }

  50% {
    background-position: 100% 100%;
  }

  to {
    background-position: 0% 0%;
  }
}

/* --------------------------------------------------
MVの画像
-------------------------------------------------- */
.f-mainvisual-img {
  position: relative;
  z-index: -1;
  display: flex;
  width: 100%;
  height: 100%;
}

.f-mainvisual-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(125deg, rgba(218, 168, 171, 0.4), rgba(178, 173, 197, 0.3));
}

.f-mainvisual-img__list {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-mainvisual-img__item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-mainvisual-img__item picture {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: calc(100% + 120px);
  height: calc(100% + 120px);
  transform: translate(-50%, -50%);
}

.f-mainvisual-img__item picture img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}

.f-mainvisual__office-hours {
  position: absolute;
  bottom: 60px;
  left: 120px;
  width: 600px;
  padding: 25px 20px 20px;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .f-mainvisual__office-hours {
    display: none;
  }
}

/* ==================================================================================================================================

  *おすすめ記事

================================================================================================================================== */
.f-pickup {
  position: relative;
  z-index: 1;
}

.f-pickup::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 45%;
  background: url(../images/common/dot.png) repeat center/15px 2px;
}

@media screen and (max-width: 768px) {
  .f-pickup::before {
    height: 65%;
  }
}

.f-inner--pickup {
  max-width: 1500px;
  padding: 140px 50px 110px;
}

@media screen and (max-width: 768px) {
  .f-inner--pickup {
    padding: 60px 20px;
  }
}

/* --------------------------------------------------
記事リスト
-------------------------------------------------- */
.f-pickup__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .f-pickup__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}

.f-pickup-item__link {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--text-color) !important;
}

/* --------------------------------------------------
サムネイル
-------------------------------------------------- */
.f-pickup-item__thumbnail {
  overflow: hidden;
  aspect-ratio: 13/9;
}

.f-pickup-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.f-pickup-item__link:hover .f-pickup-item__thumbnail img {
  transform: scale(1.05);
}

/* --------------------------------------------------
記事情報
-------------------------------------------------- */
.f-pickup-item__info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .f-pickup-item__info {
    gap: 15px;
    margin-top: 20px;
  }
}

.f-pickup-item__date {
  position: relative;
  color: #777777;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .f-pickup-item__date {
    font-size: 14px;
  }
}

.f-pickup-item__category-list {
  display: flex;
  flex-flow: wrap;
  gap: 5px;
}

.f-pickup-item__category-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 35px;
  padding: 5px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .f-pickup-item__category-item {
    min-width: 90px;
    height: 30px;
    padding: 5px;
    font-size: 13px;
  }
}

/* --------------------------------------------------
タイトル
-------------------------------------------------- */
.f-pickup-item__title {
  margin-top: 20px;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .f-pickup-item__title {
    margin-top: 15px;
    font-size: 20px;
  }
}

/* ==================================================================================================================================

  *スライダーコラム

================================================================================================================================== */
.f-slider-column-wrapper {
  position: relative;
  z-index: 1;
}

.f-slider-column-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: calc(50% - 60px);
  height: 65%;
  background: url(../images/common/marble-beige.jpg) center center/500px 500px repeat;
}

@media screen and (max-width: 768px) {
  .f-slider-column-wrapper::before {
    width: calc(50% - 60px);
    height: 73%;
  }
}

.f-slider-column__inner {
  width: calc(1500px + (100% - 1600px) / 2);
  max-width: none;
  margin: 0 0 0 auto !important;
  padding: 140px 0 100px 0;
}

@media screen and (max-width: 768px) {
  .f-slider-column__inner {
    width: 100%;
    padding: 60px 0 60px 20px;
  }
}

.f-slider-column__top {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 180px 0 !important;
}

@media screen and (max-width: 768px) {
  .f-slider-column__top {
    margin: 0 auto 80px 0 !important;
  }
}

.f-slider-column-buttun {
  margin-bottom: 15px;
}

/* --------------------------------------------------
プログレスバー
-------------------------------------------------- */
/* --------------------------------------------------
Splide
-------------------------------------------------- */
#js-column-splide {
  width: 100%;
  overflow: hidden;
}

.f-slider-column__link {
  display: block;
  width: 100%;
  height: 100%;
}

.f-slider-column__thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
  overflow: hidden;
  aspect-ratio: 13/9;
}

.f-slider-column__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.f-slider-column__link:hover .f-slider-column__thumbnail img {
  transform: scale(1.1);
}

.f-slider-column__new {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-self: center;
  width: 100px;
  height: 70px;
  padding: 10px 35px 0 0;
  background: var(--main-color);
  font-family: "fot-klee-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  font-size: 15px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.f-slider-column__new span {
  font-family: "fot-klee-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}

.f-slider-column__info {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #777777;
}

.f-slider-column__date {
  flex-shrink: 0;
  font-family: "canto-pen", serif;
  font-style: normal;
  font-weight: 300;
  color: 777777;
  font-size: 15px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .f-slider-column__date {
    font-size: 14px;
  }
}

.f-slider-column__category-list {
  display: flex;
  flex-flow: wrap;
  gap: 5px;
  width: 100%;
}

.f-slider-column__category-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 35px;
  padding: 5px 20px;
  font-family: "fot-klee-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .f-slider-column__category-item {
    min-width: 90px;
    height: 30px;
    padding: 5px;
    font-size: 13px;
  }
}

.f-slider-column__title {
  margin: 15px 0 0;
  font-family: "fot-klee-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-size: 22px;
  transition: color 0.2s;
}

@media screen and (max-width: 768px) {
  .f-slider-column__title {
    font-size: 20px;
  }
}

.f-slider-column-button {
  margin: 40px auto 0;
  padding-right: 20px;
}

/* ==================================================================================================================================

  *カテゴリーコラム

================================================================================================================================== */
.f-column {
  position: relative;
  z-index: 1;
}

.f-column::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  display: block;
  width: calc(50% - 700px);
  height: 100%;
  background: url(../images/common/dot.png) center center/15px 2px repeat;
}

.f-column::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
  width: calc(50% - 700px);
  height: 100%;
  background: url(../images/common/dot.png) center center/15px 2px repeat;
}

.f-inner--column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  max-width: 1500px;
  padding: 140px 50px 150px;
}

@media screen and (max-width: 768px) {
  .f-inner--column {
    grid-template-columns: repeat(1, 1fr);
    gap: 70px;
    padding: 60px 20px;
  }
}

.f-column-item:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .f-column-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.f-column-item__link {
  display: flex;
  gap: 35px;
  color: var(--text-color) !important;
}

@media screen and (max-width: 768px) {
  .f-column-item__link {
    gap: 20px;
  }
}

.f-column-item__thumbnail {
  flex-shrink: 0;
  width: 280px;
  overflow: hidden;
  aspect-ratio: 13/9;
}

.f-column-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

@media screen and (max-width: 768px) {
  .f-column-item__thumbnail {
    width: 30%;
  }
}

.f-column-item__link:hover .f-column-item__thumbnail img {
  transform: scale(1.05);
}

.f-column-item__date {
  color: #777777;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .f-column-item__date {
    font-size: 14px;
  }
}

.f-column-item__title {
  margin-top: 10px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .f-column-item__title {
    margin-top: 5px;
    font-size: 16px;
  }
}

.f-column__button {
  width: fit-content;
  margin: 100px auto 0;
}

@media screen and (max-width: 768px) {
  .f-column__button {
    margin: 50px auto 0;
  }
}

/* ==================================================================================================================================

  *監修

================================================================================================================================== */
.f-author {
  margin: 0 auto 120px;
}

.f-inner--author {
  max-width: 1400px;
  padding: 40px 50px;
  border-top: solid 1px var(--line-color);
  border-bottom: solid 1px var(--line-color);
}

@media screen and (max-width: 768px) {
  .f-inner--author {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 40px 0 30px;
  }
}

.f-author__inner {
  display: flex;
  gap: 60px;
  max-width: 1300px;
}

@media screen and (max-width: 768px) {
  .f-author__inner {
    display: flex;
    flex-flow: column;
    gap: 40px;
  }
}

.f-author__images {
  flex-shrink: 0;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .f-author__images {
    width: 70%;
  }
}

.f-author__text {
  position: relative;
  top: -12px;
  width: 100%;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .f-author__text {
    font-size: 16px;
  }
}

.f-author__career {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .f-author__career {
    font-size: 16px;
  }
}

.f-author__title {
  margin: 0 auto 30px;
  font-family: "fot-klee-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .f-author__title {
    margin: 0 auto 30px;
    font-size: 22px;
  }
}

.f-author__name {
  display: inline-block;
  margin-left: 25px;
}

.f-author-profile {
  margin-top: 30px;
  padding: 35px 0 0;
  border-top: solid 1px var(--line-color);
}

.f-author-profile__title {
  width: fit-content;
  margin: 0 auto 20px 0;
  background: linear-gradient(120deg, var(--main-color) 20%, var(--sub-color));
  -webkit-background-clip: text;
  font-family: "canto-pen", serif;
  font-style: normal;
  font-weight: 300;
  color: rgba(255, 255, 255, 0);
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .f-author-profile__title {
    font-size: 24px;
  }
}
