@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
*/

body {
  line-height: 4;
}
h1, h2, h3, h4, h5 {
  font-family: 'Shippori Mincho', serif;
  line-height: 3 !important;
}
h1, h2, h3, p, br, span {
    line-height: 2.5;
}
.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
  display: none;
}
.post_content h2 {
  font-size: 1.8em;
}
.post_content h3 {
  font-size: 1.3rem;
}
.l-header__bar {
    display: none;
}
.p-breadcrumb {
  display: none;
}
.c-pageTitle {
  display: none;
}
.l-content {
    padding-top: 0;
}
.color_card {
  position: relative;
  padding: 40px;
  border-radius: 20px;
}
.color_card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px; /* 枠の太さ */

  background: linear-gradient(
    90deg,
    #B9F0EC 0%,
    #D4B3EC 49%,
    #FBE7AF 98%
  );

  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}
/*グラデボタン*/
.cv_gradient_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  height:64px;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(185, 240, 236, 0.35) 0%,
    rgba(212, 179, 236, 0.35) 49%,
    rgba(251, 231, 175, 0.35) 100%
  );
}

.cv_gradient_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 2px;
  background: linear-gradient(
    90deg,
    #B9F0EC 0%,
    #D4B3EC 49%,
    #FBE7AF 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.cv_gradient_btn__text,
.cv_gradient_btn__arrow {
  position: relative;
  z-index: 1;
  color: #6f6f6f;
}

.cv_gradient_btn__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  flex: 1 1 auto;
}

.cv_gradient_btn__arrow {
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  margin-left: 40px;
}
/*グラデアイコン見出し*/
.cv_h3_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cv_h3_icon {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.cv_h3_title {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: 0.06em;
  color: #737373;
}
.contact_cv_section .cv_gradient_btn {
  margin: 0 auto;
}
#footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;

  background: linear-gradient(
    90deg,
    #B9F0EC 0%,
    #D4B3EC 49%,
    #FBE7AF 98%
  );
}
@media (min-width: 960px) {
  .w-footer {
    display: flex;
  }

  .w-footer > div:first-child {
    flex: 0 0 30%; /* ロゴ側 */
  }

  .w-footer > div:last-child {
    flex: 0 0 70%; /* メニュー側 */
  }
}
.footer_menu ul {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_menu a {
  text-decoration: none;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

.footer_menu a:hover {
  color: #333;
}

.footer_sns {
  width: 100%;
  text-align: left;
  margin-top: 0;
  padding-top: 20px;
  line-height: 2;
}

.footer_sns a {
  display: inline-block;
  margin: 0;
}

.footer_sns img {
  width: 36px;  /* サイズ調整 */
  height: auto;
  opacity: 0.8;
  transition: 0.3s;
}

.footer_sns img:hover {
  opacity: 1;
}
.footer_sns {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 20px;
}
.footer_privacy {
  text-align: right;
  margin-top: 10px;
  line-height: 1;
}

.footer_privacy a {
  font-size: 12px;
  color: #999;
  text-decoration: none;
  transition: 0.3s;
}

.footer_privacy a:hover {
  color: #666;
}
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
  .c_reverse .swell-block-columns__inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer_menu ul {
    flex-direction: column;
    gap: 12px;
  }
  .footer_privacy {
    text-align: left;
    margin-top: 20px;
  }
  .footer_sns {
  display: flex;
  justify-content: flex-start;
}
