@charset "utf-8";

/*------------ header ------------*/

#header_wrap {
    background: transparent;
}

#logo img.logo_black {
    display: none;
    opacity: 0;
}

.smallhead #logo img.logo_black {
    display: block;
    opacity: 1;
}

#logo img.logo_white {
    opacity: 1;

}

.smallhead #logo img.logo_white {
    display: none;
    opacity: 0;
}


/* smallhead */
/*#header_wrap.smallhead {
	background: #FFF !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}*/
/*.menu_link {
	color: #fff !important;
}*/
/*.smallhead .menu_link {
	color: #333 !important;
}*/


/* .home .menu_link {
    color: #fff !important;
} */

/* .h_tel_area {
    color: #fff;
}
 */

/*------------ footer ------------*/

#footer_wrap .footer_sns {
    display: flex;
	justify-content: flex-end;
    gap: 20px;
	position: relative;
    top: -102px;
	z-index: 100;
}

#footer_wrap .footer_sns .sns_fb {
    display: block;
    background: url(../img/icon_fb.svg) no-repeat top;
    min-width: 65px;
    padding-top: 73px;
    text-align: center;
    line-height: 1;
    text-decoration: none;
}

#footer_wrap .footer_sns .sns_insta {
    display: block;
    background: url(../img/icon_insta.svg) no-repeat top;
    min-width: 65px;
    padding-top: 73px;
    text-align: center;
    line-height: 1;
    text-decoration: none;
}

/*---------------------------------------------------------
	Top
---------------------------------------------------------*/
/* top common */

.top_ttl {
    position: relative;
    text-align: center;
    margin-bottom: 90px;
}

.top_ttl h2 {
    font-size: 4.6rem;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 0.06em;
    max-height: 100%;
}

.top_ttl h2::before {
    display: block;
    content: attr(data-txt);
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #269339;
    max-height: 100%;
    margin-bottom: 10px;
}

p {
	text-align: justify;
}

/* === Click here! エリア === */
.badge_cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    font-size: 2.4rem;
    color: #FFF101;
}

/* プラス記号 */
.badge_plus {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 4px;
}

.badge_plus::before,
.badge_plus::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #FFF101;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}

.badge_plus::before {
    width: 100%;
    height: 3px;
}

.badge_plus::after {
    width: 3px;
    height: 100%;
}


/*------------ 外部リンク矢印 ------------*/
.has-ext-arrow {
    position: relative;
    padding-right: 56px;
    /* 矢印分の余白 */
    --arrow-right: 22px;
    /* 右端からの距離 */
    --arrow-size: 18px;
    /* 矢の大きさ（縦横） */
}

/* 矢（棒＋矢じり）を1要素で描画。色はcurrentColorで反転に追従 */
.has-ext-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: var(--arrow-right);
    width: var(--arrow-size);
    height: var(--arrow-size);
    transform: translateY(-50%);
    /* 常に縦センター */
    background: currentColor;
    /* マスクに色を流し込む */

    /* SVGをマスクとして適用（SafariもOK） */
  -webkit-mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.323 17.591">\
  <path d="M0,10.88a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L3.526,4.94-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L6.354,4.94.707,10.587A1,1,0,0,1,0,10.88Z" transform="translate(6.389 3.241) rotate(-41)" fill="currentColor"/>\
  <path d="M0,11.211a1,1,0,0,1-.772-.364A1,1,0,0,1-.636,9.439L11.753-.772a1,1,0,0,1,1.408.136A1,1,0,0,1,13.025.772L.636,10.983A1,1,0,0,1,0,11.211Z" transform="translate(0 4.698)" fill="currentColor"/>\
</svg>') no-repeat center / contain;
          mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.323 17.591">\
  <path d="M0,10.88a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L3.526,4.94-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L6.354,4.94.707,10.587A1,1,0,0,1,0,10.88Z" transform="translate(6.389 3.241) rotate(-41)" fill="currentColor"/>\
  <path d="M0,11.211a1,1,0,0,1-.772-.364A1,1,0,0,1-.636,9.439L11.753-.772a1,1,0,0,1,1.408.136A1,1,0,0,1,13.025.772L.636,10.983A1,1,0,0,1,0,11.211Z" transform="translate(0 4.698)" fill="currentColor"/>\
</svg>') no-repeat center / contain;
}


/* ホバー時も同じ形（色だけ既存の反転に追従） */
.has-ext-arrow:hover::after {
    transform: translateY(-50%);
}

/* フォーカス */
.has-ext-arrow:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.has-ext-arrow::after {
    pointer-events: none;
}



@media screen and (max-width:767px) {


    /* home common */

    .top_ttl {
        margin-bottom: 20px;
    }

    .top_ttl h2 {
        font-size: 2.2rem;
    }

    .top_ttl h2::before {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
	
	
/* Click here! */
	.badge_cta {
		font-size: 1.3rem;
	}
	
/* 外部リンク矢印 */
    .has-ext-arrow {
        padding-right: 48px;
        --arrow-right: 18px;
        --arrow-size: 16px;
    }
	
/* フッター */	
	#footer_wrap .footer_sns {
		justify-content: center;
		top: -35px;
		gap: 10px;
}
	
}

@supports not ((-webkit-mask: url("")) or (mask: url(""))) {
  .has-ext-arrow::after {
    -webkit-mask: none;
            mask: none;
    background: none;
    content: "↗";
    font-size: var(--arrow-size);
    line-height: 1;
    right: var(--arrow-right);
    top: 50%;
    transform: translateY(-50%); /* 縦センター */
  }
	
}
