@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

#page-bg.swell-block-fullWide.has-bg-img {
	background-repeat: repeat !important;
    background-size: contain !important;
}

/* #header,
#fix_header {
  background: transparent !important;
  position: fixed;
  box-shadow: unset !important;
} */

.l-fixHeader:before {
  background: linear-gradient(90deg, #46aef7 0%, #16d9e3 100%) !important;
}

.c-pageTitle {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  color: #333;
  font-size: 2rem;
}

.c-pageTitle__subTitle {
  font-size: 20px;
  margin-left: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #333;
  font-style: normal;
}

@media (min-width: 600px) {
  .c-pageTitle {
    font-size: 2em;
  }
}

.gradation-sec-title {
  background: linear-gradient(90deg, #46aef7 0%, #16d9e3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* グローバルナビゲーション */
.gnav-item .ttl {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.gnav-item__title-jp {
  /* font-size: 14px; */
  font-weight: 300;
}

.gnav-item__title-en {
  font-size: 12px;
  font-weight: 300;
}

@media (min-width: 600px) {
  .gnav-item a {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
  }
}

/* footer */
#before_footer_widget,
#footer {
  text-align: center;
  background: linear-gradient(90deg, #46aef7 0%, #16d9e3 100%) !important;
}

#before_footer_widget {
  color: #fff;
  padding-top: 1rem;
}

/*　
 * ホーム
 */
.fv-parts-top,
.fv-parts-bottom {
  position: absolute;
  width: 50%;
}

.fv-parts-top {
  top: 0;
  left: 0;
}

.fv-parts-bottom {
  bottom: 0;
  right: 0;
}

#fv .under-line {
  position: relative;
}

#fv .under-line::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fb4aa0;
}

#fv .fv-mari-img {
  max-width: 440px;
}

#fv .fv-text {
  padding-block: 2rem;
  background-color: #ffffff70;
}

.media .p-postList__thumb {
  box-shadow: unset !important;
}

.media .c-postThumb__cat {
  position: static;
  margin-top: 1rem;
  background-image: unset !important;
}

.top-sec-title h2 {
  margin-bottom: 1rem;
}
.top-sec-title hr {
  height: 4px;
  border-radius: 2px;
  margin-top: 0;
}

.top-profile-title {
	padding: 1rem !important;
	display: inline-block;
}

/* 共通ボタン */
.gradient-btn-wrapper {
  text-align: center;
}

.gradient-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  border: 2px solid transparent;
  border-radius: 2px;
  cursor: pointer;

  /* 枠線グラデーション */
  border-image: linear-gradient(90deg, #16d9e3 0%, #46aef7 100%);
  border-image-slice: 1;

  transition: all 0.3s ease;
}

.gradient-btn svg {
  position: absolute;
  right: -25px;
  transition: all 0.3s ease;
}

.gradient-btn:hover svg {
  right: -35px;
}

/* テキストにグラデーション */
.gradient-btn span {
  background: linear-gradient(90deg, #16d9e3 0%, #46aef7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-btn svg {
  width: 50px;
  height: 20px;
}

@media (max-width: 600px) {
  .gradient-btn {
    font-size: 16px;
  }
}

/* 
 * プロフィールページ
 */
.profile-img-wrap {
  height: 200px;
}

@media (max-width: 600px) {
  .profile-img-wrap {
    height: 150px;
  }
}

/*
 * 慈善活動
 */
.activity-head .profile-img-wrap {
  height: 100px;
}

/* .activity-head .profile-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 130px;
} */

.activity-item--desk,
.activity-item--book,
.activity-item--earth {
  position: absolute;
  z-index: 1;
}

.activity-item--desk {
  top: -50px;
  right: 0;
  max-width: 200px;
}

.activity-item--book {
  top: -60px;
  left: 150px;
  max-width: 170px;
}

.activity-item--earth {
  bottom: -150px;
  right: 0;
  max-width: 160px;
}

.w-700 {
  max-width: 700px;
}

@media (max-width: 600px) {
  .activity-head .profile-img-wrap {
    height: 50px;
  }

  .activity-item--desk,
  .activity-item--earth {
    display: none;
  }
}

/*
 * ユーティリティ
 */
.relative {
  position: relative;
}

.ff-shippori-mincho {
  font-family: "Shippori Mincho", serif;
}

.ff-josefin {
  font-family: "Josefin Sans", sans-serif;
}

.ff-serif {
  font-family: "Noto Serif JP", serif;
}
