@charset "utf-8";

/* ---------------------
ブレークポイント
429px以下（SP）：430px以上：背景表示
768px以上（tablet）：お知らせピックアップ表示
1124px以上（PC）：メニュー表示

--------------------- */


/* ベーススタイル */
:root {
    --font-base: 'M PLUS Rounded 1c', sans-serif;
    --font-en: 'Montserrat','M PLUS Rounded 1c', sans-serif;
    --font-regular: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
    --font-extra-bold: 800;
    
    /* カラーパレット */
    --color-primary: #1EB873;
    --color-secondary: #6ECB1C;
    --color-accent: #F98236;
    --color-text: #3E433B;
    --color-gray: #C6C7C5;
    --color-yellow: #FCCF3E;
    --color-white: #FFF;
    --color-bg-light: #FEFAEB;
    --transition: all 0.3s ease;

    /* マージン等 */
    --wh10: 2.56vw;
    --wh15: calc(var(--wh10) * 1.5);
    --wh16: calc(var(--wh10) * 1.6);
    --wh20: calc(var(--wh10) * 2);
    --wh25: calc(var(--wh10) * 2.5);
    --wh30: calc(var(--wh10) * 3);
    --wh35: calc(var(--wh10) * 3.5);
    --wh40: calc(var(--wh10) * 4);
    --wh45: calc(var(--wh10) * 4.5);
    --wh50: calc(var(--wh10) * 5);
    --wh60: calc(var(--wh10) * 6);
    --wh70: calc(var(--wh10) * 7);
    --wh80: calc(var(--wh10) * 8);

    @media (min-width: 430px) {
        --wh10: 10px;
    }
}

@media screen and (max-width: 430px) {
    .sp { display: block }
    .pc { display: none }
}

@media screen and (min-width: 431px) and (max-width: 1123px) {
    .sp { display: none }
    .pc { display: none }
}

/* サイドメニュー形 */
@media screen and (min-width: 1124px) {
    .sp { display: none }
    .pc { display: block}
}

html {
    scroll-behavior: smooth;
    }

body {
    font-family: var(--font-base);
    font-weight: 500;
    line-height: 1.74;
    letter-spacing: 0.1em;
    color: var(--color-primary);
    background-color: var(--color-white);
    overflow-x: hidden;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* リンク位置調整 */
@media screen and (max-width: 430px) {
    #access {
        scroll-margin-top: -530px;
    }
}
@media screen and (min-width: 1124px) {
    #access {
        scroll-margin-top: -600px;
    }
}

/* 見出しのスタイル */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-base);
    line-height: 1.75;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    color: var(--color-primary);
}

/* テキストスタイル */
p {
    font-size: calc(var(--wh10) * 1.4);
    margin-bottom: 1.5rem;
    font-weight: 500;
    color: var(--color-text);
}

p.text {
    font-size: calc(var(--wh10) * 1.4);
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 2;
    color: var(--color-text);
}

p.lead-text {
    font-size: calc(var(--wh10) * 1.8);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: var(--color-accent);
    margin: var(--wh40) auto var(--wh10);
    text-align: center;
}

p.text-attention {
    font-size: calc(var(--wh10) * 1.2);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 0.75em;
}

p.text-s {
    font-size: calc(var(--wh10) * 1.3);
}

strong, b {
    font-weight: 700;
}

/* テキストカラー */
.color-g {
    color: var(--color-primary);
}

.color-o {
    color: var(--color-accent);
}

.color-y {
    color: var(--color-secondary);
}

/* リンク */
a {
    text-decoration: none;
    opacity: 1;
    transition: var(--transition);
    color: inherit;
    word-break: break-all;  /* 英数字だけの長いURLを確実に折返す */
}

.page-content a.text-link {
    color: var(--color-primary);
    font-weight: var(--font-bold);
    border-bottom: 1px solid currentColor;
}

@media (hover: hover) and (pointer: fine) {
    a:hover:not([class*="btn"]) {
        opacity: 0.6;
    }
}

ul, ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

em {
    font-style: normal
}

/* レイアウト */
.section {
    padding: var(--wh30) 0;
    position: relative;
}

.section-title {
    font-weight: 800;
    color: var(--color-primary);
    text-align: center;
    margin: var(--wh20) auto var(--wh50);
    position: relative;
    padding-bottom: 0;
    
}

/* タイトル背景 */
*:has(.bg-branch) {
    position: relative;
}

.bg-branch {
    content: '';
    width: 100%;
    height: 125%;
    background: url(../img/common/deco_branch.webp) no-repeat center top;
    background-size: 37%;
    position: absolute;
    top: calc(var(--wh10) * -38);
    right: 0;
    z-index: 0;
    transform: rotate(86deg);
}

*:has(.illust-hozukinchan) {
    position: relative;
}

.illust-hozukinchan {
    content: '';
    display: inline-block;
    position: relative;
    width: calc(var(--wh10) * 6.2);
    height:calc(var(--wh10) * 7);
    background: url(../img/common/illust_hozukinchan.webp) no-repeat center center;
    background-size: contain;
    color: var(--color-white);
    margin-right: 0.5em;
    animation: swing 3s ease-in-out infinite;
}


/* 色背景の終わりの処理 */
*:has(.divider) {
    position: relative;
}

.divider {
    content: '';
    position: absolute;
    height: var(--wh80);
    background:url(../img/common/deco_divider.webp) ,linear-gradient(180deg, 0% #fefaeb, 79% #fff, 80% #fff);
    background-size: contain;
    bottom: 0;
    left: -25%;
    width: 150%;
}

/* コンポーネント */
/* ヘッダー */
.header {
    width: 100%;
    height: 68px;
    position: fixed;
    top: 0;
    left: 0;
    color: var(--color-primary);
    background-color: var(--color-white);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
}

.header-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 14px 0 20px;
}

.header-logo {
    width: calc(var(--wh10) * 14.4);
    height: calc(var(--wh10) * 4.3);
    flex: 1;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.header-logo img {
    min-width: 96px;
    max-width: 145px;
    width: 100%;
}

/* ヘッダー内電話番号エリア */
.header .contact-area {
    width: 130px;
    font-family: var(--font-en);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 0.2em;
}

.phone-container {
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    font-family: var(--font-en);
    font-size: 11px;
}

.header .phone-container {
    column-gap: 0.5em;
}

.tel-label {
    letter-spacing: 0.05em;
    line-height: 1;
    margin-right: 0.4em;
}

.hours-tag {
    background-color: rgba(30, 184, 115, 0.6);
    color: var(--color-white);
    font-size: 9px;
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 2px 6px 2px 6.5px;
    border-radius: 1em;
}

.hours-tag .jp {
    font-size: 8px;
}

.phone-number {
    color: currentColor;
    text-decoration: none;
    font-family: var(--font-en);
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

@media (hover: hover) and (pointer: fine) {
    .phone-number:hover {
        color: var(--color-primary);
    }
}

/* ハンバーガーメニュー */
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 46px;
    height: 46px;
    background: var(--color-primary);
    border-radius: 46px;
    border: none;
    cursor: pointer;
    padding: 14px 8px;
    z-index: 1001;
    position: relative;
    top: -0.25em;
    border-color: var(--color-white);
}

.hamburger::after {
    content: 'MENU';
    display: inline-block;
    font-size: 9px;
    letter-spacing: 0.05em;
    position: absolute;
    color: var(--color-primary);
    bottom: -1.5em;
    left: 9px;
}

.hamburger::before {
    content: '';
    position: absolute;
    width: 48px;
    height:  48px;
    border: 2px solid var(--color-white);
    border-radius: 48px;
    top: -1px;
    left: -1px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 2.5px;
    border-radius: 5px;
    background-color: var(--color-white);
    transition: all 0.3s ease;
}

.hamburger.active::after {
    content: 'とじる';
    color: var(--color-white);
    bottom: -2em;
}

/* ナビゲーション */
.global-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: var(--color-primary);
    transition: right 0.5s ease;
    z-index: 1000;
    padding: calc(var(--wh10) * 8) var(--wh20) var(--wh40);
    overflow-y: auto;
    text-align: center;
}

.nav-list a {
    display: block;
    padding: var(--wh15) 0;
    font-size: calc(var(--wh10) * 1.6);
    font-weight: 700;
    letter-spacing: 0.1em;
    opacity: 1;
    transition: all 0.3s ease;
}

.global-nav ul {
    width: max-content;
    margin: 0 auto;
}

.global-nav ul:first-of-type li {
    background-image: linear-gradient(to right, var(--color-white) 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.global-nav ul:last-of-type {
    margin-top: var(--wh40);
    width:calc(100% - var(--wh20) * 2);
}

.global-nav .btn-menu {
    background: var(--color-white);
    border-radius: 5em;
    margin: 0 var(--wh50);
    
}

@media (min-width: 430px) {
    .global-nav .btn-menu {
        max-width: 300px;
        margin: 0 auto;
    }
}

.global-nav li.btn-menu a {
    color: var(--color-primary);
}

.global-nav a[href*='privacy'] {
    font-size: calc(var(--wh10) * 1.3);
    padding: var(--wh25) 0 var(--wh15);
}

.global-nav.active {
    right: 0;
    overflow: hidden;
}

.global-nav .logo-img {
    width: calc(var(--wh10) * 14.4);
    position: absolute;
    top: var(--wh15);
}

.global-nav .nav-list a:not([class*="btn-"]) {
    color: var(--color-white);
}


.global-nav ul {
    padding-left: 0;
}

/* フッター */
.footer {
    color: var(--color-text);
    padding: 0;
    background-color: var(--color-primary);
    background-image: linear-gradient(180deg, #1eb873 0%, #1eb873 50%, rgb(255 255 255) 51%, rgba(255 255 255) 100%);
    position: relative;
}

.footer .footer-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center; /* 中の子要素を中央揃え */
}

.footer .footer-wrapper::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: -70%;
    width: 240%;
    height: 120vh;
    border-radius: 200%;
    background-color: var(--color-white);
    z-index: 1;
}

.footer .footer-wrapper > *:not(.footer-inner) {
    position: relative;
    z-index: 2;
}

.footer-inner {
    max-width: 252px;
    margin: 0 auto;
    padding: var(--wh60) 0 calc(var(--wh10) * 10);
    text-align: center;
    z-index: 3;
}

.footer .nav-list {
    padding-left: 0;
    margin-bottom: var(--wh40);
}

.footer .nav-list li {
    margin-bottom: 0;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.footer .nav-list li::after {
    content: '▲';
    position: absolute;
    display: inline-block;
    width: var(--wh10);
    height: var(--wh10);
    font-family: var(--font-en);
    font-size: var(--wh10);
    color: var(--color-text);
    transform: rotate(90deg) translateY(-50%);
    z-index: 1;
    
}

.footer .nav-list a {
    font-size: calc(var(--wh10) * 1.4);
    font-weight: 500;
    padding: var(--wh10) 0 var(--wh10) var(--wh20);
}

.footer-access {
    font-style: normal;
    text-decoration: none;
}

.footer-access p {
    text-align: center;
    font-size: calc(var(--wh10) * 1.35);
    letter-spacing: 0.05em;
    line-height: 1.66;
    margin-bottom: 1.2em;
}

.footer-logo {
    display: flex;
    justify-content: center;
    background-image : linear-gradient(to right, rgba(67, 69, 65, 0.4) 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.footer-logo img {
    width: calc(var(--wh10) * 12.12);
    height: auto;
    margin-bottom: 12px;
    text-align: center;
}

.footer-inner a:not(li a) {
    font-size: calc(var(--wh10) * 1.2);
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: var(--color-primary);
}

.footer .illust-ehon {
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
    color: var(--color-white);
}

.footer .illust-ehon img {
    position: absolute;
    bottom: 0;
}

.copyright {
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 0.6em;
    font-size: calc(var(--wh10) * 1.1);
    color: var(--color-white);
    font-weight: 700;
}

/* page-top */
.page-top {
    position: fixed;
    bottom: calc(var(--wh10) * -2);
    right: calc(var(--wh10) * -1);
    z-index: 999;
    width: calc(var(--wh10) * 9);
    height: calc(var(--wh10) * 9);
    border-radius: calc(var(--wh10) * 7);
    box-shadow: 0 2px 6px #81818129;
    color: var(--color-primary);
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: var(--wh10);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-top span {
    font-size: calc(var(--wh10) * 0.9);
    font-weight: 500;
    
}

.page-top::after {
    content: '';
    position: absolute;
    width: var(--wh25);
    height: var(--wh25);
    background: url(../img/common/illust_submarine.png) no-repeat center center;
    background-size: contain;
    top: var(--wh10);
    right: var(--wh20);
    transform: rotateY(0) rotate(0);
    /* animation: submarine 0.2s ease-in-out infinite; */
    transition: 0.2s ease-out all;
}

.pagetop-arrow {
    width: calc(var(--wh10) * 0.8);
    height: auto;
    margin-bottom: 0.4em;
    position: relative;
    top: 0;
    transition: var(--transition);
}

@media (hover: hover) and (pointer: fine) {
    .pagetop-link-btn:hover .page-top::after {
        transform: rotateY(180deg) rotate(-45deg);
        top: calc(var(--wh10) * 0.5);
    }

    .pagetop-link-btn:hover .pagetop-arrow {
        top: -0.5em;
    }
}

.pagetop-link-btn.is-visible {
    bottom: 0;
    opacity: 1;
}

@keyframes submarine {
    0% {
		transform: translateX(0);
	}

	40% {
		transform: translateX(-2%);
        transform: translateY(-2%);
	}

	80% {
		transform: translateX(2%);
        transform: translateY(2%);
	}

	100% {
		transform: translateX(0);
	}
}

/* フッターイラスト配置 */
.footer > span {
    position: absolute;
    z-index: 3;
    content: '';
}

.illust-planet {
    width: calc(var(--wh10) * 7.7);
    height: calc(var(--wh10) * 5.1);
    background: url(../img/common/illust_planet.png) no-repeat center center;
    background-size: contain;
    top: calc(var(--wh10) * -1);
    left: calc(var(--wh10) * 2.5);
    animation: floatPlanet 4s ease-in-out infinite;
}

.illust-sun {
    width: calc(var(--wh10) * 4);
    height: calc(var(--wh10) * 4.8);
    background: url(../img/common/illust_sun.webp) no-repeat center center;
    background-size: contain;
    top: calc(var(--wh10) * 18);
    left: calc(var(--wh10) * 30);
}

.illust-balloon {
    width: calc(var(--wh10) * 5);
    height: calc(var(--wh10) * 10.2);
    background: url(../img/common/illust_balloon.webp) no-repeat center center;
    background-size: contain;
    top: calc(var(--wh10) * 7);
    left: calc(var(--wh10) * 29);
    animation: floatBalloon 8s ease-in-out alternate infinite;
}

.illust-bee {
    width: calc(var(--wh10) * 6);
    height: calc(var(--wh10) * 6.8);
    background: url(../img/common/illust_bee.webp) no-repeat center center;
    background-size: contain;
    top: calc(var(--wh10) * 25);
    left: calc(var(--wh10) * 27);
    animation: flyBee 12s ease-in-out infinite;
}

/* アニメーション */
@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes swing {
    0%, 100% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(15deg);
    }
}

@keyframes rotateY {
    0%, 100% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(360deg);
    }
}

@keyframes swingHozukiL {
    0%, 100% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(10deg);
    }
}

@keyframes swingHozukiR {
    0%, 100% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(-15deg);
    }
}

*:has(.hozuki-r, .hozuki-l) {
    position: relative;
}

.hozuki-l,
.hozuki-r {
    content: '';
    position: absolute;
    width: var(--wh40);
    height: calc(var(--wh10) * 4.2);
    background: url(../img/common/icon_hozuki.svg) no-repeat center center;
    animation: swingHozukiL 2.5s ease-in-out infinite;
}

/* タイトル向け */
.hozuki-l {
    top: 1em;
    left: -1.25em;
    animation: swingHozukiL 2.5s ease-in-out infinite;
}

.hozuki-r {
    bottom: 1em;
    right: -1.75em;
    animation: swingHozukiR 3s ease-in-out infinite;
}

/* タイトル以外 */
.hozuki-l:not(.section-title > .hozuki-l) {
    left: -6em;
}

.hozuki-r:not(.section-title > .hozuki-r) {
    right: -5.3em;
}

/* 文字間調整 */
.letter-narrow {
    letter-spacing: -0.03em;
}

/* 画像装飾 */
.deco-ph {
    position: relative;
}

.deco-ph::before,
.deco-ph::after,
.deco-ph figure::before,
.deco-ph figure::after {
    content: '';
    position: absolute;
    display: inline-block;
}

.deco-ph::before {
    width: 100%;
    height: var(--wh10);
    background-image: url(../img/common/deco_ph_top.webp);
    background-size: contain;
    top: -1px;
    left: 0;
}

.deco-ph::after {
    width: 100%;
    height: var(--wh10);
    background-image: url(../img/common/deco_ph_bottom.webp);
    background-size: contain;
    bottom: -1px;
    left: 0;
}

.deco-ph figure::before {
    width: var(--wh10);
    height: 100%;
    background-image: url(../img/common/deco_ph_left.webp);
    background-size: contain;
    top: 0;
    left: -1px;
}

.deco-ph figure::after {
    width: var(--wh10);
    height: 100%;
    background-image: url(../img/common/deco_ph_right.webp);
    background-size: contain;
    top: 0;
    right: -1px;
}

/* 各セクションのスタイル */
.section {
    position: relative;
    overflow: hidden;
}

.section-wrapper {
    position: relative;
    z-index: 1;
    padding-bottom: var(--wh40);
}

/* ボタンコンポーネント */
.btn,
.wp-element-button:not(.btn-s .wp-element-button) {
    width: calc(100% - var(--wh70));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--wh25);
    color: var(--color-primary);
    border: 2px solid currentColor;
    border-radius: 9999px;
    box-shadow: 0 4px 0 currentColor;
    font-size: var(--wh20);
    font-weight: var(--font-bold);
    letter-spacing: 0.1em;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    position: relative;
    margin: var(--wh50) auto;
    background: var(--color-white);
    line-height: 1.35;
}

.btn::after,
.pagination a::after,
.wp-element-button:not(.btn-s .wp-element-button)::after {
    content: '▲';
    display: table;
    vertical-align: middle;
    width: var(--wh30);
    height: var(--wh30);
    padding-top: calc(var(--wh10) * 0.8);
    padding-left: calc(var(--wh10) * 0.25);
    border-radius: 9999px;
    font-family: var(--font-en);
    font-size: var(--wh10);
    text-align: center;
    background: var(--color-primary);
    color: var(--color-white);
    transform: rotate(90deg) translateY(-50%);
    z-index: 1;
}

.btn-s,
.btn-s .wp-element-button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--color-primary);
    font-size: calc(var(--wh10) * 1.6);
    font-weight: var(--font-bold);
    letter-spacing: 0.175em;
    text-align: right;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    padding: 0 var(--wh20) 0 0;
    position: relative;
}

.btn-s:not(.entry-content .btn-s)::after,
.btn-s .wp-element-button::after {
    content: '▲';
    display: table;
    vertical-align: middle;
    width: var(--wh30);
    height: var(--wh30);
    padding-top: calc(var(--wh10) * 0.55);
    padding-left: calc(var(--wh10) * 0.25);
    border-radius: 9999px;
    font-family: var(--font-en);
    font-size: var(--wh10);
    text-align: center;
    background: var(--color-primary);
    color: var(--color-white);
    transform: rotate(90deg) translateY(-25%);
    z-index: 1;
}

@media (min-width: 431px) and  (hover: hover) and (pointer: fine) {
    [class*="btn"]:not(.blog [class*="btn"]):not(.recruit-footer .btn):hover {
        transform: translateY(-3px);
    }

    .recruit-footer .btn:hover {
        transform: translateX(-50%) translateY(57%);
    }
    
}

/* イラストのアニメーション */
.ehon {
    transform: translateX(0);
    animation: slideInFromRight 60s linear 0s alternate infinite;
}

@keyframes slideInFromRight {
    to {
        opacity: 1;
        transform: translateX(-100%);
        left: 100%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatPlanet {
    0%, 100% {
        transform: translateX(0);
        transform: translateY(0);
    }
    50% {
        transform: translateX(-15px);
        transform: translateY(-6px);
    }
}

@keyframes floatBalloon {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes floatX {
    0%, 100% {
        transform: translateX(0) translateY(0);
    }
    50% {
        transform: translateX(-10px) translateY(-5px);
    }
}

@keyframes flyBee {
    0% {
        transform: translateX(0) rotateY(0deg);
    }
    35% {
        transform: translateX(50px) rotateY(0deg);
    }
    50% {
        transform: translateX(50px) rotateY(180deg);
    }
    85% {
        transform: translateX(0px) rotateY(180deg);
    }
    100% {
        transform: translateX(0px) rotateY(0deg);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    40% {
        transform: translateY(-10px) translateX(-50%);
    }
    60% {
        transform: translateY(-5px) translateX(-50%);
    }
}

/* アニメーション定義 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 活動アイコン */
.icon-hozuki:not(.access .icon-hozuki) {
    position: relative;
    padding-left: 2em;
}

.icon-hozuki::before {
    background: url(../img/common/icon_hozuki.webp) no-repeat center center;
    background-size: contain;
}

.icon-helper::before {
    background: url(../img/common/icon_helper.webp) no-repeat center center;
    background-size: contain;
}

.icon-group::before {
    background: url(../img/common/icon_group.webp) no-repeat center center;
    background-size: contain;
}

.icon-soudan::before {
    background: url(../img/common/icon_soudan.webp) no-repeat center center;
    background-size: contain;
}

/* 動く雲イラスト */
.move-kumo {
    position: relative;
}

.move-kumo::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0.6em;
    right: -1em;
    width: calc(var(--wh10) * 14);
    height: calc(var(--wh10) * 6.1);
    background: url(../img/common/illust_kumo.webp) no-repeat;
    background-size: contain;
    animation: floatX 6s ease-in-out infinite;
}

