@charset "utf-8"; 
@import url("import/attachment.css");




/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"); 
/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&family=Dancing+Script:wght@400;700&display=swap'); /*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("slide.css"); @import url("inview.css"); 
/*CSSカスタムプロパティ（サイト全体を一括管理する為の設定）
---------------------------------------------------------------------------*/
:root {
    --primary-color: #ff8948;
    /*テンプレートのメインまたはアクセントカラー*/
    --primary-inverse-color: #fff;
    /*上のprimary-colorの対となる色*/
    --space-large: 8vw;
    /*主に余白の一括管理用。画面幅100%＝100vwです。*/
    --space-small: 2vw;
    /*主に余白の一括管理用。画面幅100%＝100vwです。*/
}

/*opa1のキーフレーム設定（汎用的）
---------------------------------------------------------------------------*/
@keyframes opa1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



/*全体の設定
---------------------------------------------------------------------------*/

*::selection {
 background-color:rgba(109,149,48,0.8);
 color: #fff;
}
*::-moz-selection {
 background-color:rgba(109,149,48,0.8);
 color: #fff;
}

body * {
    box-sizing: border-box;
}

html,body {
    font-size: 16px;
    height: 100%;
}

/*画面幅1200px以上の追加指定*/
@media screen and (min-width: 1200px) {
    html, body {
        font-size: 17px;
    }
}

/*追加指定ここまで*/
/*画面幅1600px以上の追加指定*/
@media screen and (min-width: 1600px) {
    html, body {
        font-size: 1vw;
    }
}

/*追加指定ここまで*/
body {
    margin: 0;
    padding: 0;
    font-family: "Zen Kurenaido", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*フォント種類*/
    -webkit-text-size-adjust: none;
    /*背景色*/
    color: #555;
    /*文字色*/
    line-height: 2;
    /*行間*/
    font-weight: 600;
    /*文字の太さ*/
}

/* 部分的にフォントファミリーを変更 */
.tx_family {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
}

/*リセット他*/
figure {
    margin: 0;
}

dd {
    margin: 0;
}

nav ul {
    list-style: none;
}

nav,ul,li,ol {
    margin: 0;
    padding: 0;
}

section li {
    margin-left: 0rem;
}

/*table全般の設定*/
table {
    border-collapse: collapse;
}

/*画像全般の設定*/
img {
    border: none;
    max-width: 100%;
    height: auto;
}

/*videoタグ*/
video {
    max-width: 100%;
}

/*iframeタグ*/
iframe {
    width: 100%;
}

/*input*/
input {
    font-size: 1rem;
}

form {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*section*/
section {
    overflow-x: hidden;
    padding: var(--space-large);
}

/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
h2 {
	line-height: 1.4em;
}
a {
    color: inherit;
    transition: 0.3s;
    /*hoverまでにかける時間。0.3秒。*/
}

/*マウスオン時*/
a:hover {
    text-decoration: none;
    /*下線を消す*/
    opacity: 0.9;
    /*色を90%だけ出す*/
}

p {
    font-size: 1rem;
    line-height: 1.8;
}


/*container（サイト全体を囲むボックス）
---------------------------------------------------------------------------*/
#container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*header（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
    background: #fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

/*画面幅800px以上でヘッダー背景色を変更*/
@media screen and (min-width: 800px) {
    header {
        background: #b9e4ff;
    }
}

body:not(.home) header {
    margin-bottom: var(--space-large);
}

body.blank-page header {
    margin-bottom: 0;
    background: #fff;
}

body.blank-page .blank-page-offset {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    body.blank-page .blank-page-offset {
        margin-top: 45px;
    }
}

body.secondPage main {
    background: #fff;
}

/*ロゴ画像*/
#logo img {
    display: block;
    opacity: 1;
    animation: logo-float 3s ease-in-out 0s infinite;
}

/*ロゴテキスト - デフォルトで非表示（PC表示時）*/
.logo-text {
    display: none;
    font-size: 16px;
}

#logo a {
    text-decoration: none;
    color: inherit;
}

/*スマホでロゴ画像の位置調整*/
@media screen and (max-width: 500px) {
    #logo img {
        display: block;
        opacity: 1;
        position: relative;
        top: 9px;
        animation: logo-float 3s ease-in-out 0s infinite;
    }

    /* スマホでロゴとテキストを横並びに */
    #logo a {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    /* スマホでロゴテキストを表示 */
    .logo-text {
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #555;
        line-height: 1.3;
        white-space: nowrap;
    }
}

/*ロゴのフェードインアニメーション（初回）*/
@keyframes logo-fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*ロゴのふわふわ浮遊アニメーション（継続）*/
@keyframes logo-float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

#logo {
    margin: 0;
    padding: 0;
    width: 20vw;
    /*ロゴの幅*/
    position: relative;
    z-index: 1;
    left: 2vw;
    /*左からの配置場所*/
    top: 4.5vw;
    /*上からの配置場所*/
}

body.blank-page #logo {
    top: 4.5vw;
}

/*画面幅500px以下の追加指定*/
@media screen and (max-width: 500px) {
    #logo {
        top: 0;
        /*上からの配置場所*/
        width: 60px;
        /*ロゴの幅*/
    }

    body.blank-page #logo {
        top: 0;
    }
}

/*追加設定ここまで*/
/*ヘッダー内メニュー
---------------------------------------------------------------------------*/
/*900px未満では非表示*/
header nav ul {
    display: none;
}

/*画面幅900px以上の追加指定*/
@media screen and (min-width: 900px) {
    /*メニューブロック全体の設定*/ header > nav > ul {
        margin-right: 10vw;
        /*ハンバーガーアイコンに重ならないように余白*/
        display: flex;
        /*横並びにする*/
    }

    /*メニュー１個あたりの設定*/
    header nav li a {
        display: block;
        text-decoration: none;
        font-size: 0.9rem;
        /*文字サイズ90%*/
        padding: 0.5rem 1rem;
        /*メニュー内の余白。上下、左右へ。*/
        font-weight: bold;
        /*太字にする*/
        position: relative;
        /*下線アニメーション用*/
        transition: color 0.3s;
        /*文字色の変化をスムーズに*/
    }

    /*ホバー時の下線（左から右へ走る）*/
    header nav li a::after {
        content: "";
        position: absolute;
        bottom: 0.3rem;
        left: 1rem;
        width: 0;
        height: 2px;
        background-color: var(--primary-color);
        transition: width 0.3s ease-out;
    }

    /*ホバー時のスタイル*/
    header nav li a:hover {
        color: var(--primary-color);
        /*文字色を変更*/
    }

    header nav li a:hover::after {
        width: calc(100% - 2rem);
        /*下線を左から右へ伸ばす*/
    }

    /*ドロップダウンメニュー冒頭の矢印アイコン*/
    header nav i {
        padding-right: 0.5rem;
        /*右に空ける余白*/
    }
}

/*追加設定ここまで*/
/*ヘッダー内メニュー、開閉メニュー、共通のドロップダウン設定
---------------------------------------------------------------------------*/
header nav ul ul, .small-screen #menubar ul ul {
    animation: opa1 0.5s 0.1s both;
    /*0.1秒待機後、0.5秒かけてフェードイン表示*/
}

/*ヘッダー内メニューのドロップダウン
---------------------------------------------------------------------------*/
/*ドロップダウンメニューブロック全体*/
header nav ul ul {
    position: absolute;
    z-index: 100;
}

/*メニュー１個あたりの設定*/
header nav ul ul a {
    background: #fff;
    /*背景色*/
    padding: 0.3em 1em;
    /*上下、左右へのメニュー内の余白*/
    margin-top: 4px;
    /*上に空けるスペース。ドロップダウン同士の隙間。*/
    border: 2px solid var(--primary-color);
    /*枠線の幅、線種、varは色の指定で冒頭のparimary-colorを読み込みます。*/
    border-radius: 100px;
    /*角丸の指定。この場合は大きめであれば適当でOK*/
    color: var(--primary-color);
    /*文字色。冒頭のparimary-colorを読み込みます。*/
}

/*メニューブロック初期設定
---------------------------------------------------------------------------*/
/*メニューをデフォルトで非表示*/
#menubar {
    display: none;
}

#menubar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menubar a {
    display: block;
    text-decoration: none;
}

/*#menubar内のロゴ画像*/
#menubar img {
    width: 185px;
    display: block;
    margin: 0 auto 15px;
}

/*画面幅800px以上で画像サイズを変更*/
@media screen and (min-width: 800px) {
    #menubar img {
        width: 235px;
    }
}

/*上で非表示にしたメニューを表示させる為の設定*/
.large-screen #menubar {
    display: block;
}

.small-screen #menubar.display-block {
    display: block;
}

/*3本バーをデフォルトで非表示*/
#menubar_hdr.display-none {
    display: none;
}

/*ドロップダウンをデフォルトで非表示*/
.ddmenu_parent ul {
    display: none;
}

/*ddmenuを指定しているメニューに矢印アイコンをつける設定*/
a.ddmenu::before {
    font-family: "Font Awesome 6 Free";
    /*Font Awesomeを使う指示*/
    content: "\f078";
    /*使いたいアイコン名（Font Awesome）をここで指定*/
    font-weight: bold;
    /*この手の設定がないとアイコンが出ない場合があります*/
    margin-right: 0.5em;
    /*アイコンとテキストとの間に空けるスペース*/
}

/*開閉メニュー
---------------------------------------------------------------------------*/
/*animation1のキーフレーム設定（開く）*/
@keyframes animation1 {
    0% {
        right: -100vw;
    }

    100% {
        right: 0px;
    }
}

/*animation2のキーフレーム設定（閉じる）*/
@keyframes animation2 {
    0% {
        right: 0px;
    }

    100% {
        right: -100vw;
    }
}

/*メニューブロック設定*/
.small-screen #menubar.display-block {
    position: fixed;
    overflow: auto;
    z-index: 100;
    right: 0px;
    top: 0px;
    max-width: 800px;
    height: 100%;
    padding: 90px 10vw 100px;
    background: rgb(128 173 53 / 80%);
    color: var(--primary-inverse-color);
    animation: animation1 0.3s both;
}

/*メニューを閉じる時のアニメーション*/
.small-screen #menubar.display-closing {
    display: block;
    position: fixed;
    overflow: auto;
    z-index: 100;
    right: 0px;
    top: 0px;
    max-width: 800px;
    height: 100%;
    padding: 90px 10vw 100px;
    background: rgb(128 173 53 / 80%);
    color: var(--primary-inverse-color);
    animation: animation2 0.3s both;
}

/*子メニューの設定*/
.small-screen #menubar ul ul {
    margin: 2rem;
    /*外側に空けるスペース。２文字分。*/
}

/*メニュー１個あたりの設定*/
.small-screen #menubar nav ul li {
    border: 1px solid #fff;
    /*枠線の幅、線種、色。*/
    margin: 1rem 0;
    /*メニューの外側に空けるスペース。上下、左右への順番。*/
    border-radius: 5px;
    /*角を丸くする指定*/
}

.small-screen #menubar a {
    color: inherit;
    padding: 1rem 2rem;
    /*メニュー内の余白。上下、左右へ。*/
}

.small-screen #menubar a:hover {
    background: #fff;
    /*背景色*/
    color: #80ad35;
    /*文字色*/
}

/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーを囲むブロック*/
#menubar_hdr {
    animation: opa1 0.3s 0.5s both;
    position: fixed;
    z-index: 101;
    cursor: pointer;
    top: 0;
    right: calc(var(--space-small) + 5px);
    width: 30px;
    height: 60px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s;
}

/*バーの設定*/
#menubar_hdr div span {
    display: block;
    width: 100%;
    height: 3px;
    /*線の太さ*/
    border-radius: 3px;
    background-color: #000;
    /*線の色。*/
    transition: all 0.5s ease-in-out;
    position: absolute;
}

/*以下変更不要*/
#menubar_hdr div {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#menubar_hdr div span:nth-child(1) {
    top: 0;
}

#menubar_hdr div span:nth-child(2) {
    bottom: 0;
}

#menubar_hdr.ham div span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background-color: #fff;
}

#menubar_hdr.ham div span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    background-color: #fff;
}

/*画面右側の側面にある縦長ボタン（お問い合わせ）
---------------------------------------------------------------------------*/
#btn-special {
    padding: 0;
    margin: 0;
}

#btn-special a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: fixed;
    z-index: 100;
    right: 0px;
    top: 9rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background: #6d9530;
    color: #fff;
    padding: 2rem 1rem;
    border-radius: 3px 0px 0px 3px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

/*アイコンの下の余白*/
#btn-special i {
    padding-bottom: 1rem;
}

/*スマホでは#btn-specialを非表示*/
#btn-special {
    display: none;
}

/*画面幅800px以上で#btn-specialを表示*/
@media screen and (min-width: 800px) {
    #btn-special {
        display: block;
    }
}
/*画面右側の側面にある縦長ボタン（ダウンロード）
---------------------------------------------------------------------------*/
#btn-download {
    padding: 0;
    margin: 0;
}

#btn-download a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: fixed;
    z-index: 100;
    right: 0px;
    top: 22.5rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background: #444444;
    color: #fff;
    padding: 2rem 1rem;
    border-radius: 3px 0px 0px 3px;
    letter-spacing: 0.1em;
}

/*ボタン幅を固定*/
#btn-special a,
#btn-download a{
    width:70px;
    text-align:center;
}

/*初期状態：右へ隠す*/
#btn-special a {
    transform: translateX(110%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#btn-download a {
    transform: translateX(110%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}
#svg-box > div > div > a:hover {
    cursor: default;
}
/*スクロール後：右からスライドイン*/
#btn-special.is-visible a,
#btn-download.is-visible a {
    transform: translateX(0);
}

/* ボタン間10px */
#btn-download{
    top:unset;
    margin-top:0px;
}

/*アイコンの下の余白*/
#btn-download i {
    padding-bottom: 1rem;
}

/*スマホでは#btn-specialを非表示*/
#btn-download {
    display: none;
}

/*画面幅800px以上で#btn-specialを表示*/
@media screen and (min-width: 800px) {
    #btn-download {
        display: block;
    }
}

/*ページMVエリア
---------------------------------------------------------------------------*/
#page-mv {
    background: url("../images/bg_page.jpg") no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    position: relative;
    color: #fff;
}

/*ページMVエリアのタイトル*/
#page-mv h2 {
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/*画面幅800px以上でページMVエリアの高さを調整*/
@media screen and (min-width: 800px) {
    #page-mv {
        min-height: 400px;
    }

    #page-mv h2 {
        font-size: 3rem;
    }
}

/*main（メインコンテンツ）
---------------------------------------------------------------------------*/
main {
    flex: 1 0 auto;
    overflow-x: hidden;
    padding: 0 0 0;
    background: #fff;
}

/*画面幅800px以上でmain背景色を変更*/
@media screen and (min-width: 800px) {
    main {
        background: #b9e4ff;
    }
}

/*h2見出し（共通）*/
main h2 {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 1vw;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

main h2.c {
    align-items: center;
    /*見出しをセンタリングする場合*/
}

/*h2見出しのサブテキスト（sub-text）*/
main h2 span.sub-text {
    display: inline-block;
    border-top: 1px solid var(--primary-inverse-color);
    /*上の線の幅、線種、varは色のことで冒頭のprimary-inverse-colorを読み込みます。*/
    font-size: 0.9rem;
    /*文字サイズ80%*/
    opacity: 0.6;
    /*透明度。色が60%出た状態。*/
    letter-spacing: 0.1rem;
    /*文字間隔を少しだけ広く*/
    padding-top: 2rem;
    /*上に空ける余白。ラインとの間の余白調整です。お好みで。*/
}

/*見出し上のラインを消すスタイル*/
main h2.no-line span.sub-text {
    border: none;
    padding-top: 0;
}

/*h3見出し（共通）*/
main h3 {
    font-weight: 500;
    font-size: 1.4rem;
    /*文字サイズ140%*/
}

/*トップの強み*/
.sto_img img {
    border: none;
    max-width: 100%;
    height: auto;
    margin-left: 1rem;
}

/*Google Map　レスポンシブにする為のものなので、基本的に編集不要です。
---------------------------------------------------------------------------*/
.iframe-box {
    width: 100%;
    height: 0;
    padding-top: 50%;
    /*マップの高さを増やしたい場合は、ここの数値を上げてみて下さい。*/
    position: relative;
    overflow: hidden;
}

.iframe-box iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer a {
    color: inherit;
    text-decoration: none;
}

footer small {
    font-size: 100%;
}

footer {
    background: #80ad35;
    color: #fff;
    font-size: 0.9rem;
    padding: 3rem 5vw;
    line-height: 1.8;
}

/*footer-contentsの2カラムレイアウト*/



#footer-contents {
    width: 100%;
}

@media screen and (min-width: 800px) {
    #footer-contents {
        display: flex;
        gap: 5vw;
    }

    #footer-contents .left {
        flex: 1;
    }

    #footer-contents .right {
        flex: 1;
        max-width: 500px;
    }
}

/*footer内のh3見出し*/
footer h3 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
	text-align: center;
}

#page-mv h2 span {
	display: block;
	font-size: 0.6em;
	text-align: center;
}

footer h3 img {
    height: 90px;
    width: auto;
}

/*画面幅800px以上でh3を横並びに*/
@media screen and (min-width: 800px) {
    footer h3 {
        flex-direction: row;
        text-align: left;
    }
}

/*footer内のナビゲーション*/
footer nav ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem 1rem;
}

@media screen and (min-width: 500px) {
    footer nav ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 800px) {
    footer nav ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1300px) {
    footer nav ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

footer nav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0;
    transition: 0.3s;
    font-size: 1.1em;
    text-align: center;
}

@media screen and (min-width: 500px) {
    footer nav ul li a {
        text-align: left;
    }
}

@media screen and (max-width: 599px) {
	#footer-contents .left nav ul li a {
		font-size: 1em;
	}
}

footer nav ul li a:hover {
    color: rgba(255,255,255,0.7);
    padding-left: 0.5rem;
}

/*footer内の住所・連絡先*/
footer p {
    margin: 0 0 2rem 0;
    line-height: 2;
}

/*iframe（Google Map）*/
footer iframe {
    width: 100%;
    height: 300px !important;
    border-radius: 8px;
}

@media screen and (min-width: 800px) {
    footer iframe {
        height: 350px !important;
    }
}

/*著作部分（※意図的に見えなくしたりしないで下さい。規約違反になります。）*/
.pr a {
    text-decoration: none;
    display: block;
    background: rgba(0,0,0,0.9);
    text-align: right;
    padding: 0.5rem 1rem;
    color: #ccc;
}

.pr a::before {
    font-family: "Font Awesome 6 Free";
    content: "\e2ca";
    font-weight: bold;
    margin-right: 0.5em;
}

/*フッター内にあるソーシャルメディアのアイコン
---------------------------------------------------------------------------*/
.icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
}

.icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    transition: 0.3s;
}

.icons li a:hover {
    background: #fff;
    color: #80ad35;
    transform: translateY(-3px);
}

.icons i {
    font-size: 22px;
}

/*コピーライト*/
.copy {
    background: #6d9530;
    color: #fff;
    text-align: center;
    padding: 1rem;
    font-size: 0.5rem;
    padding-bottom: 75px;
    letter-spacing: 0.2em;
}

/*画面幅800px以上でpadding-bottomをリセット*/
@media screen and (min-width: 800px) {
    .copy {
        padding-bottom: 1.0rem;
    }
}

.copy a {
    color: #fff;
    text-decoration: none;
}

/*list-c2（お問い合わせ、スクール見学）
---------------------------------------------------------------------------*/
.list-c2 > a {
    text-decoration: none;
    display: block;
}

/*電話番号リンク*/
.list-c2 a[href^="tel:"] {
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: bold;
    color: #80ad35;
}

.list-c2 a[href^="tel:"]:hover {
    opacity: 0.8;
}

/*お問い合わせボタン*/
.list-c2 .btn-cta {
    display: inline-block;
    background: #80ad35;
    color: #fff;
    padding: 1rem 2.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(128, 173, 53, 0.3);
    letter-spacing: 0.05em;
    margin-top: 1.5rem;
}

.list-c2 .btn-cta:hover {
    background: #6d9530;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(128, 173, 53, 0.4);
    opacity: 1;
}

.list-c2 .btn-cta::after {
    content: " →";
    margin-left: 0.5rem;
}

/*お問い合わせボタン（アニメーション付き）*/

.btn_form {
  display: inline-block;
  width: 100%;
  max-width: 25%;
  padding: 0.3rem 0 0.5rem ;
  line-height: 56px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #ff8948;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  margin: 0 auto;
  transition: background-color 0.2s ease, transform 0.2s ease;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 600px) {
    .btn_form {
  max-width: 80%;
  }
}

@media (any-hover: hover) {
  .btn_form:hover {
    background-color: #f86d22;
    transform: translateY(-2px);
  }
}

/*画面幅600px以上の追加指定*/
@media screen and (min-width: 600px) {
    /*２つのボックスを囲むボックス*/ 
	.list-c2 {
        /*横並びにする*/
    }
}

/*追加指定ここまで*/
/*ボックス１個あたり*/
.list-c2 .list {
    text-align: center;
    position: relative;
    overflow-y: hidden;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
    padding: 4rem 2rem 5rem;
    margin: 0;
}

/*画面幅600px以上の追加指定*/
@media screen and (min-width: 600px) {
    .list-c2 > * {
        flex: 1;
    }

    .list-c2 .list {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list-c2 > a .list {
        height: 100%;
    }
}
/*追加指定ここまで*/



/*list-c2（背景画像の指定）
---------------------------------------------------------------------------*/
/*conversionエリア*/
.list-c2 .list.image1 {
    background: url("../images/conversion_bg.jpg") no-repeat center center / cover;
}

.list-c2 .list.image2 {
    background: url("../images/sample5.jpg") no-repeat center center / cover;
}

/*list1（背景画像の指定）
---------------------------------------------------------------------------*/
/*サービス案内のフロー*/
.list1.step1, .flow-card.step1 {
	background: url("../images/ser_step_1.jpg") no-repeat center center / cover;
}
.list1.step2, .flow-card.step2 {
	background: url("../images/ser_step_2.jpg") no-repeat center center / cover;
}
.list1.step3, .flow-card.step3 {
	background: url("../images/ser_step_3.jpg") no-repeat center center / cover;
}
.list1.step4, .flow-card.step4 {
	background: url("../images/ser_step_4.jpg") no-repeat center center / cover;
}
.list1.step5, .flow-card.step5 {
	background: url("../images/ser_step_5.jpg") no-repeat center center / cover;
}

.flow-grid {
	display: grid;
	gap: 1.5rem;
	margin-top: 3rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 1680px;
	width: min(100%, 1680px);
	padding: 0 1rem;
}

.flow-card {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	min-height: 320px;
	color: #fff;
	text-shadow: 0 6px 25px rgba(0,0,0,0.45);
	display: flex;
	align-items: stretch;
}

.flow-card::before,
.flow-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.45);
	transition: opacity 0.3s ease;
}

.flow-card::after {
	opacity: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,0,0,0.65) 90%);
}

.flow-card:hover::after {
	opacity: 1;
}

.flow-card__content {
	position: relative;
	z-index: 1;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 1rem;
	min-height: 100%;
}

.flow-card__step {
	font-weight: 700;
	letter-spacing: 0.25em;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	text-transform: uppercase;
}

.flow-card__step span {
	font-size: 0.7rem;
	letter-spacing: 0.3em;
	opacity: 0.8;
}

.flow-card h3 {
	font-size: 1.5rem;
	margin: 0;
	line-height: 1.4em;
}

.flow-card__cta {
	margin-top: 0.5rem;
}

.flow-card__link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.55rem 1.5rem;
	border-radius: 999px;
	background: rgba(255,255,255,0.9);
	color: #d54a16;
	font-weight: 700;
	text-decoration: none;
	font-size: 0.85rem;
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    line-height: 1.5em;
}

.flow-card__link::after {
	content: "→";
	margin-left: 0.3rem;
}

.flow-card:hover::before {
	opacity: 0.85;
}

.flow-card:hover .flow-card__link {
	background: #fff;
	color: #c43c09;
}

@media screen and (min-width: 600px) {
	.flow-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 900px) {
	.flow-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1200px) {
	.flow-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}


/*list-c3（背景画像の指定）
---------------------------------------------------------------------------*/
/*サービス案内の提携クリニック*/
.list.partner1 {
    background: url("../images/ser_partner_1.jpg") no-repeat center center / cover;
}
.list.partner2 {
    background: url("../images/ser_partner_2.jpg") no-repeat center center / cover;
}

/*list-c3（背景画像の指定）
---------------------------------------------------------------------------*/
/*ダウンロード*/
.list.dl1 {
    background: url("../images/dl_1.jpg") no-repeat center center / cover;
}
.list.dl2 {
    background: url("../images/dl_2.jpg") no-repeat center center / cover;
}
.list.dl3 {
    background: url("../images/dl_3.jpg") no-repeat center center / cover;
}
.list.dl4 {
    background: url("../images/dl_4.jpg") no-repeat center center / cover;
}


/*h4見出し*/
.list-c2 h4 {
    font-weight: 300;
    /*細字にする*/
    line-height: 1.2;
    /*行間を狭く*/
}

/*h4見出し内のメインテキスト（main-text）*/
.list-c2 h4 .main-text {
    display: block;
    font-size: 3rem;
    /*文字サイズ。3倍。*/
    padding-top: 1.5rem;
    /*上に空ける余白*/
    padding-bottom: 3rem;
    /*下に空ける余白*/
}

/*画面幅600px以上の追加指定*/
@media screen and (min-width: 600px) {
    .list-c2 h4 .main-text {
        font-size: 4rem;
        /*文字サイズ。4倍。*/
    }
}

/*追加指定ここまで*/
/*h4見出し内のサブテキスト（sub-text）*/
.list-c2 h4 .sub-text {
    position: relative;
    padding: 0 5rem;
    /*上下、左右への余白設定ですが、両サイドのラインの配置にも影響します。お好みで。*/
}

/*h4見出し内のサブテキストの左右のライン*/
.sub-text::before {
    left: 0;
}

.sub-text::after {
    right: 0;
}

.list-c2 h4 .sub-text::before,.list-c2 h4 .sub-text::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2rem;
    /*線の長さ*/
    border-top: 1px solid #fff;
    /*ラインの幅、線種、色*/
}

/*見出しの下の説明テキスト*/
.list-c2 .list .text {
    position: relative;
    z-index: 1;
    font-size: 0.85rem;
    /*文字サイズ85%*/
}

/*マウスオン用のアニメーション*/
.list-c2 .list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    /*写真に重ねておく半透明の黒い色。0,0,0は黒のことで0.6は色が60%出た状態。*/
    transition: transform 0.3s 0.1s;
    /*アニメーションの速度（0.3秒）と待機時間（0.1秒）。*/
}

.list-c2 .list:hover::before {
    transform: translateY(100%);
    /*マウスオンで半透明の黒を枠外へ出す。-100%にすると逆に移動します。*/
}

/*ボックス内のボタン（.btn2）*/
.list-c2 .list .btn2 a {
    background: rgba(0,0,0,0.7);
    /*背景色。0,0,0は黒のことで0.7は色が70%出た状態。*/
}

/*ボックス内のボタン（.btn3）*/
.list-c2 .list .btn1 a {
    text-shadow: none;
    /*テキストの影を消す*/
}

/*list-c3（2カラム）
---------------------------------------------------------------------------*/
.list-c3 > a {
    text-decoration: none;
    display: block;
}

	/*画面幅600px以上の追加指定*/
	@media screen and (min-width:600px) {
	
	/*２つのボックスを囲むボックス*/
	.list-c3 {
		display: flex;	/*横並びにする*/
	}

	}/*追加指定ここまで*/


/*ボックス１個あたり*/
.list-c3 .list {
	text-align: center;
	position: relative;
	overflow-y: hidden;
	color: #fff;		/*文字色*/
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
	padding: 5rem 2rem;	/*上下、左右へのボックス内の余白*/
	margin: 1rem 0;		/*上下、左右へのマージン*/
}

	/*画面幅600px以上の追加指定*/
	@media screen and (min-width:600px) {
	
	.list-c3 > * {
		flex: 1;
	}
	.list-c3 .list {
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.list-c3 > a .list {
		height: 100%;
	}

	}/*追加指定ここまで*/


/*左側ボックスの背景*/
.list-c3 .list.image1 {
	background: url("../images/sample4.jpg") no-repeat center center / cover;
}
/*右側ボックスの背景*/
.list-c3 .list.image2 {
	background: url("../images/sample5.jpg") no-repeat center center / cover;
}

/*h4見出し*/
.list-c3 h4 {
	font-weight: 300;	/*細字にする*/
	line-height: 1.2;	/*行間を狭く*/
}

/*h4見出し内のメインテキスト（main-text）*/
.list-c3 h4 .main-text {
	display: block;
	font-size: 3rem;		/*文字サイズ。3倍。*/
	padding-top: 1.5rem;	/*上に空ける余白*/
	padding-bottom: 3rem;	/*下に空ける余白*/
}

	/*画面幅600px以上の追加指定*/
	@media screen and (min-width:600px) {

	.list-c3 h4 .main-text {
		font-size: 2.4rem;	/*文字サイズ。4倍。*/
	}

	}/*追加指定ここまで*/


/*h4見出し内のサブテキスト（sub-text）*/
.list-c3 h4 .sub-text {
	position: relative;
	padding: 0 5rem;	/*上下、左右への余白設定ですが、両サイドのラインの配置にも影響します。お好みで。*/
}
/*h4見出し内のサブテキストの左右のライン*/
.sub-text::before {left: 0;}
.sub-text::after {right: 0;}
.list-c3 h4 .sub-text::before,.list-c3 h4 .sub-text::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 2rem;	/*線の長さ*/
	border-top: 1px solid #fff;	/*ラインの幅、線種、色*/
}

/*見出しの下の説明テキスト*/
.list-c3 .list .text {
	position: relative;z-index: 1;
	font-size: 0.85rem;	/*文字サイズ85%*/
}

#download .list-c3 .list {
	flex-direction: column;
	align-items: center;
}

#download .list-c3 .list .text {
	flex: 1 1 auto;
	width: 100%;
	max-width: 360px;
}

.btn-download {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	background: #d32f2f;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0.45rem 1.1rem;
	border-radius: 999px;
	font-size: 0.8rem;
	text-transform: uppercase;
	margin: 0.8rem auto;
	text-align: center;
	text-shadow: none;
	width: auto;
	max-width: 220px;
	transition: background 0.25s ease;
}

.btn-download:hover,
.btn-download:focus-visible {
	background: #b71c1c;
}

.btn-download i {
	font-size: 0.8rem;
	background: #fff;
	color: #d32f2f;
	border-radius: 50%;
	width: 1.8rem;
	height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	flex-shrink: 0;
	position: relative;
}

.btn-download i::before {
	position: relative;
	left: 0.03rem;
}

/*マウスオン用のアニメーション*/
.list-c3 .list::before {
	content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;
	background: rgba(0,0,0,0.6);		/*写真に重ねておく半透明の黒い色。0,0,0は黒のことで0.6は色が60%出た状態。*/
	transition: transform 0.3s 0.1s;	/*アニメーションの速度（0.3秒）と待機時間（0.1秒）。*/
}
.list-c3 .list:hover::before {
	transform: translateY(100%);	/*マウスオンで半透明の黒を枠外へ出す。-100%にすると逆に移動します。*/
}

/*ボックス内のボタン（.btn2）*/
.list-c3 .list .btn2 a {
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒のことで0.7は色が70%出た状態。*/
}

/*ボックス内のボタン（.btn3）*/
.list-c3 .list .btn1 a {
	text-shadow: none;	/*テキストの影を消す*/
}

/*お知らせブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
.new {
    display: grid;
    /*gridを使う指定*/
    grid-template-columns: 1fr;
    /*スマホでは縦並び*/
    max-width: 700px;
    /*最大幅*/
    margin: 0 auto;
}

/*画面幅800px以上で横並びに*/
@media screen and (min-width: 800px) {
    .new {
        grid-template-columns: auto 1fr;
        /*横並びの指定。日付とアイコン部分の幅は自動で、内容が入るブロックは残り幅一杯とる。*/
    }
}

/*日付、記事（共通）*/
.new dt,.new dd {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/*スマホでdtの下余白を削減*/
.new dt {
    padding-bottom: 0;
}

/*スマホでddに下線を追加*/
.new dd {
    border-bottom: 1px solid #333;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
}

/*画面幅800px以上での調整*/
@media screen and (min-width: 800px) {
    .new dt,.new dd {
        border-bottom: 1px solid rgba(255,255,255,0.3);
        /*下線の幅、線種、255,255,255は白のことで0.3は色が30%出た状態。*/
        padding-top: 2rem;
        /*上の余白*/
        padding-bottom: 2rem;
        /*下の余白*/
    }

    /*日付*/
    .new dt {
        padding-right: 4rem;
        padding-bottom: 2rem;
    }

    .new dd {
        margin-bottom: 0;
    }
}

/*トップページ：強みブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
.streng {
    background: #fff;
    /*背景色*/
    color: #555;
    /*文字色*/
    position: relative;
}

/*画面幅800px以上の追加指定*/
@media screen and (min-width: 800px) {
    .streng {
        display: flex;
        flex-direction: row-reverse;
        /*左右の並びをデフォルトと逆に*/
        gap: 3vw;
        align-items: flex-start;
    }
}

/*追加指定ここまで*/
/*streng内のh2見出し*/
.streng h2 {
    margin: 0 0 2rem 0;
    padding: 0;
}

.streng h2 img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

/*画面幅800px以上の追加指定*/
@media screen and (min-width: 800px) {
    .streng h2 {
        flex-shrink: 0;
        width: 45%;
        margin: 0;
    }

    .streng h2 img {
        width: 100%;
        max-width: 500px;
    }
}

/*追加指定ここまで*/
/*質問*/
.streng dt {
    font-size: 1.5rem;
    font-weight: 500;
    color: #617147;
    margin-bottom: 1rem;
    padding: 0;
}

/*回答*/
.streng dd {
    padding: 0;
    margin: 0;
    line-height: 1.9;
}

/*テキストブロック*/
.streng .text {
    flex: 1;
}

/*btn3.whiteの調整*/
.streng .btn3.white {
    color: #555;
}

.streng .btn3 a::after {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.streng .btn3.white a::after {
    background: url("../images/arrow1.svg") no-repeat right center / 100px;
    border: 1px solid #ff8948;
}

.streng .btn3.white a:hover::after {
    background-color: #ff8948;
    background-position: left center;
}

/*追加指定ここまで*/

/*よくあるご質問ブロック
---------------------------------------------------------------------------*/
/*faqブロック全体*/
.faq {
	background: #5E5C5A;	/*背景色*/
	color: #fff;			/*文字色*/
	position: relative;
}

	/*画面幅600px以上の追加指定*/
	@media screen and (min-width:600px) {

	.faq {
		display: flex;
		flex-direction: row-reverse;	/*左右の並びをデフォルトと逆に*/
		justify-content: space-between;
	}

	}/*追加指定ここまで*/


/*faq内のh2見出し*/
.faq h2 {
	margin: 0;padding: 0;
	font-size: 2rem;	/*文字サイズを2倍*/
	font-weight: 300;	/*文字を細く*/
	letter-spacing: 0.4em;	/*文字間隔を広くする*/
}

	/*画面幅600px以上の追加指定*/
	@media screen and (min-width:600px) {

	/*faq内のh2見出し*/
	.faq h2 {
		writing-mode: vertical-lr;	/*日本語は縦書き。英語は90度回転。*/
		margin-right: 18vw;	/*右側に画面18%程度のスペースを空ける。そこに英語の飾り文字を入れる為。*/
	}

	}/*追加指定ここまで*/


/*右側の英語の飾り文字*/
.faq h2 .kazari {
	line-height: 1;
	font-size: 0.9rem;	/*文字サイズ90%*/
	font-family: 'Dancing Script', cursive;
}

	/*画面幅600px以上の追加指定*/
	@media screen and (min-width:600px) {

	/*右側の英語の飾り文字*/
	.faq h2 .kazari {
		font-size: 20vw;	/*文字サイズ*/
		position: absolute;
		left: 0px;
		top: var(--space-large);
    	color: rgba(255,255,255,0.05);	/*文字色。255,255,255は白のことで、0.05は色が5%出た状態。*/
	}

	}/*追加指定ここまで*/


/*質問*/
.faq dt {
	font-size: 1.3rem;	/*文字サイズ130%*/
	border-top: 1px solid rgba(255,255,255,0.2);	/*上の線の幅、線種、色。255,255,255は白のことで、0.2は色が20%出た状態。*/
	padding: 2rem 0 1rem 0;	/*上、右、下、左への余白*/
}

	/*画面幅600px以上の追加指定*/
	@media screen and (min-width:600px) {

	.faq dt {
		padding: 2rem 2rem 1rem 2rem;	/*上、右、下、左への余白*/
	}

	}/*追加指定ここまで*/


/*回答*/
.faq dd {
	padding: 0 0 2rem 0;	/*上、右、下、左への余白*/
	font-size: 0.9rem;	/*文字サイズ90%*/
}

	/*画面幅600px以上の追加指定*/
	@media screen and (min-width:600px) {

	.faq dd {
		padding: 0 2rem 2rem 2rem;	/*上、右、下、左への余白*/
	}

	}/*追加指定ここまで*/


	/*画面幅600px以上の追加指定*/
	@media screen and (min-width:600px) {

	/*左側のテキストブロック*/
	.faq .text {
		width: 63%;	/*幅*/
	}
	
	}/*追加指定ここまで*/


/*list-yoko-scroll（保護者様の声）
---------------------------------------------------------------------------*/
.list-yoko-scroll * {
    margin: 0;
    padding: 0;
}

/*横スクロールブロック全体*/
.list-yoko-scroll {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox用 */
    scroll-snap-type: x mandatory;
    /* スナップスクロールを有効にする */
    margin-right: calc(-1 * var(--space-large));
    /*右マージンをなくす為にネガティブマージンで相殺*/
    padding-bottom: 3vw;
    /*下に空ける余白*/
}

.list-yoko-scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge用 */
}

/*ブロック内の１個あたり*/
.list-yoko-scroll .list {
    width: 60%;
    /*ブロック１個の幅。お好みで変更して下さい。*/
    flex-shrink: 0;
    scroll-snap-align: start;
    padding: 1rem;
    /*ブロック内の余白。1文字分。*/
    position: relative;
    display: flex;
    flex-direction: column;
}

/*画面幅600px以上の追加指定*/
@media screen and (min-width: 600px) {
    /*ブロック内の１個あたり*/ .list-yoko-scroll .list {
        width: 28%;
        /*ブロック１個の幅。お好みで変更して下さい。*/
        padding: 2rem;
        /*ブロック内の余白。２文字分。*/
    }
}

/*追加指定ここまで*/
/*テキストブロックが高さを目一杯とる指定*/
.list-yoko-scroll .list .text {
    flex: 1;
}

/*ブロックのカギカッコ（共通）*/
.list-yoko-scroll .list::before,.list-yoko-scroll .list::after {
    content: "";
    position: absolute;
    width: 30px;
    /*カギカッコの幅。お好みで。*/
    height: 10px;
    /*カギカッコの高さ。お好みで。*/
    border: 0.5px solid #999;
    /*線の幅、線種、色。*/
}

/*左上のカギカッコへの追加指示*/
.list-yoko-scroll .list::before {
    left: 0px;
    /*左からの配置場所*/
    top: 0px;
    /*上からの配置場所*/
    border-right: none;
    /*右の線を消す*/
    border-bottom: none;
    /*下の線を消す*/
}

/*右上のカギカッコへの追加指示*/
.list-yoko-scroll .list::after {
    right: 0px;
    /*右からの配置場所*/
    bottom: 0px;
    /*下からの配置場所*/
    border-top: none;
    /*上の線を消す*/
    border-left: none;
    /*左の線を消す*/
}

/*faq内のh4見出し（「とても満足です。」のところ）*/
.list-yoko-scroll h4 {
    margin-bottom: 1rem;
    /*下に１文字分のスペースを空ける*/
}

/*faq内のp段落（「とても満足です。」の下のテキスト）*/
.list-yoko-scroll p {
    font-size: 0.9rem;
    /*文字サイズを90%に*/
}

/*お客様の名前*/
.list-yoko-scroll .name {
    text-align: right;
    /*右に寄せる*/
}

/*お客様の写真*/
.list-yoko-scroll .name img {
    width: 50px;
    /*幅*/
    height: 50px;
    /*高さ*/
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    /*円形にする。この１行を削除すれば正方形になります。*/
    margin-left: 20px;
    /*写真の左に空けるスペース*/
}

/*横スクロールナビゲーション*/
.scroll-nav {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	margin-top: 1.5rem;
}

.scroll-nav .scroll-btn {
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 50%;
	border: none;
	background: var(--primary-color);
	color: var(--primary-inverse-color);
	cursor: pointer;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
	transition: transform 0.2s ease, background 0.2s ease;
}

.scroll-nav .scroll-btn:hover,
.scroll-nav .scroll-btn:focus-visible {
	background: #ff6a18;
	transform: translateY(-2px);
}

/*box1（1つ目のセクションボックス）
---------------------------------------------------------------------------*/
/*ボックス全体*/
.box1 {
    overflow-x: visible;
    position: relative;
    background: var(--primary-color);
    color: var(--primary-inverse-color);
    padding: var(--space-large);
    margin-top: 6vw;
}

.box1 a {
    color: inherit;
}

/*ボックス上部の大きな装飾テキスト*/
.box1 .deco-text {
    position: absolute;
    right: 0;
    top: -13vw;
    /*font-sizeを２倍にし、気持ち小さくしたサイズ（背景色と少し重ねる為）にする。*/
    color: var(--primary-color);
    /*文字色*/
    font-size: 7vw;
    /*下の.box1のmargin-topと合わせる*/
    line-height: 1;
    font-family: 'Dancing Script', cursive;
}

/*ボックスの左上イラスト（クツ）*/
.box1 .illust1 {
    z-index: 9;
    position: absolute;
    right: 0;
    /*右からの配置場所*/
    top: 8vw;
    /*上からの配置場所*/
    width: 20vw;
    /*イラストの幅。*/
    transform: rotate(-10deg);
    /*左に10度回転*/
}

/*ボックスの左上イラスト（帽子）*/
.box1 .illust2 {
    z-index: 9;
    position: absolute;
    right: 22vw;
    /*右からの配置場所*/
    top: 2vw;
    /*上からの配置場所*/
    width: 15vw;
    /*イラストの幅。*/
    transform: rotate(10deg);
    /*右に10度回転*/
}

/*テキストボックスの上の小さなイラスト*/
.box1 h2 img {
    width: 10vw;
    /*幅*/
}

/*テキストボックス*/
.box1 .text {
    margin-bottom: 5rem;
    /*下に5文字分の余白*/
}

/*画面幅600px以上の追加指定*/
@media screen and (min-width: 600px) {
    .box1 {
        display: flex;
        gap: 5vw;
        border-radius: 20vw 0 0vw 0;
    }

    .box1 > * {
        flex: 1;
    }

    /*ボックスの左上イラスト（クツ）*/
    .box1 .illust1 {
        rignt: auto;
        left: 3vw;
        /*左からの配置場所*/
        top: -5vw;
        /*上からの配置場所。マイナスがついているので本来の向きとは逆に移動します。*/
        width: 10vw;
        /*イラストの幅。*/
    }

    /*ボックスの左上イラスト（帽子）*/
    .box1 .illust2 {
        rignt: auto;
        left: 15vw;
        /*左からの配置場所*/
        top: -5vw;
        /*上からの配置場所。マイナスがついているので本来の向きとは逆に移動します。*/
        width: 6vw;
        /*イラストの幅。*/
    }

    /*テキストボックスの上の小さなイラスト*/
    .box1 h2 img {
        width: 5vw;
        /*幅*/
    }

    .box1 .text {
        margin-bottom: 0;
        /*下マージンのリセット*/
    }
}

/*追加指定ここまで*/
/*画像を囲むブロック*/
.box1 .image {
    position: relative;
}

/*画像の角を少し丸くする指定*/
.box1 .image img {
    border-radius: 10px;
}

/*画像ブロック内の１枚目の写真への追加指定*/
.box1 .image img:nth-of-type(1) {
    width: 80%;
    /*画像の幅*/
}

/*画像ブロック内の２枚目の写真への追加指定*/
.box1 .image img:nth-of-type(2) {
    width: 40%;
    /*画像の幅*/
}

/*画像ブロック内の３枚目の写真への追加指定*/
.box1 .image img:nth-of-type(3) {
    width: 60%;
    /*画像の幅*/
}

/*user.htmlのエリアマップの画像サイズ*/
.box1 .image img.areamap {
    width: 100%;
    /*画像の幅*/
}

.box1 .image img:nth-of-type(2) {
    position: absolute;
    right: 0;
    /*画像ブロックに対して右側からの配置場所*/
    top: 15vw;
    /*画像ブロックに対して上からの配置場所*/
}

/*list1（教育方針コーナー）
---------------------------------------------------------------------------*/
/*冒頭の大きなロゴの飾り*/
.logo-kazari {
    background: url("../images/logo_kazari.png") no-repeat center 10vw / 100% #fff;
    /*ロゴ画像の読み込み*/
}

/*１枚目の写真*/
.list1.image1 {
    background: url("../images/5.jpg") no-repeat center center / cover;
}

/*２枚目の写真*/
.list1.image2 {
    background: url("../images/6.jpg") no-repeat center center / cover;
}

/*３枚目の写真*/
.list1.image3 {
    background: url("../images/7.jpg") no-repeat center center / cover;
}

/*４枚目の写真*/
.list1.image4 {
    background: url("../images/8.jpg") no-repeat center center / cover;
}

/*ボックス１個あたり*/
.list1 {
    padding: var(--space-large);
    /*ボックス内の余白。冒頭のspace-largeを読み込みます。*/
    position: relative;
    overflow-x: hidden;
    margin-bottom: 1vw;
    /*下に空けるスペース。ボックス同士の隙間です。*/
}

/*マウスオン用のアニメーション*/
.list1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    /*写真に重ねておく半透明の黒い色。0,0,0は黒のことで0.6は色が60%出た状態。*/
    transition: transform 0.5s 0.1s;
    /*アニメーションの速度（0.5秒）と待機時間（0.1秒）。*/
}

.list1:hover::before {
    transform: translateX(100%);
    /*マウスオンで半透明の黒を枠外へ出す。-100%にすると逆に移動します。*/
}

/*テキストブロック*/
.list1 .text {
    position: relative;
    z-index: 1;
    width: 80%;
    /*幅*/
    height: 100%;
    color: #fff;
    /*文字色*/
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    /*テキストの影。右へ、下へ、ぼかし幅、0,0,0は黒のことで0.3は色が30%出た状態。*/
}

/*画面幅600px以上の追加指定*/
@media screen and (min-width: 600px) {
    /*テキストブロック*/ .list1 .text {
        width: 50%;
        /*幅*/
    }
}

/*追加指定ここまで*/
/*テキストの配置場所を入れ替えたい場合のスタイル。*/
.list1 .text.reverse {
    margin-left: auto;
}

/*list1内のh3見出し*/
.list1 h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    /*h要素のデフォルトの太字を標準に*/
    position: relative;
    font-size: 2rem;
    /*文字サイズを200%*/
    letter-spacing: 0.1rem;
    /*文字間隔を少しだけ広く*/
    line-height: 1.2;
    /*行間を狭くする*/
}

/*list1内のh3見出し内の１文字目の大きな文字*/
.list1 h3 .large {
    font-size: 7rem;
    /*文字サイズを7倍*/
}

/*見出しの右上にある英語の小さな文字*/
.list1 h3 span:not(.large) {
    font-size: 1rem;
    /*文字サイズを標準に戻す*/
    opacity: 0.5;
    /*透明度50%*/
    position: absolute;
    right: 0px;
    /*右からの配置場所*/
    top: 0px;
    /*上からの配置場所*/
}

/*list-grid1（３カラムボックス）
---------------------------------------------------------------------------*/
.list-grid1 .list * {
    margin: 0;
    padding: 0;
}

/*ボックス１個あたり*/
.list-grid1 .list {
    display: grid;
    margin-bottom: 2rem;
    /*ボックスの下に空けるスペース*/
}

/*ボックス内のp要素*/
.list-grid1 .list p {
    font-size: 0.85rem;
    /*文字サイズを85%に*/
    line-height: 1.5;
    /*行間を狭くする*/
}

/*ボックス１個あたり*/
.list-grid1 .list {
    padding: 1rem;
    /*ボックス内の余白。１文字分。*/
    background: #fff;
    /*背景色*/
    color: #111;
    /*文字色*/
    grid-template-rows: auto 1fr auto;
    /*１つ目（この場合はfigure要素のサイズ）と「詳しくみる」ボタンの高さは自動に、２つ目（この場合はtextブロック））を残った幅で使う*/
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
    /*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

/*ボックス内のfigure画像*/
.list-grid1 .list figure {
    margin: -1rem;
    /*画像を枠いっぱいに表示させる為に上の「.list-grid1 .list」のpadding分をネガティブマーインで指定*/
    margin-bottom: 0.5rem;
    /*画像の下に空けるスペース*/
}

/*画面幅800px以上の追加指定*/
@media screen and (min-width: 800px) {
    /*listブロック全体を囲むブロック*/ .list-grid1 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /*3列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
        gap: 3vw;
        /*ブロックの間に空けるマージン的な指定*/
    }

    /*ボックス１個あたり*/
    .list-grid1 .list {
        margin-bottom: 0;
        /*下に空けるスペースをなくす*/
    }
}

/*追加指定ここまで*/
/*縦書き用の設定
---------------------------------------------------------------------------*/
/*ボックス全体*/
.title-bg {
    display: flex;
    /*flexボックスを使う指定*/
    justify-content: center;
    /*並びかたの種類の指定*/
}

/*ボックス内のh2*/
.title-bg h2 {
    font-weight: normal;
    /*h要素のデフォルトの太字を標準に*/
    display: flex;
    /*flexボックスを使う指定*/
    flex-direction: column;
    /*縦並びにする指定*/
    align-items: center;
    /*垂直揃えの指定。天地中央に配置されるように。*/
    padding-bottom: 3vw;
}

/*縦書きにする指定*/
.title-bg h2 .tate {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 2rem;
}

/*横書きで使う際の指定。※縦書きを横書きにする為の指定ではないのでご注意下さい。*/
.title-bg h2 .yoko {
    font-size: 0.9rem;
    /*文字サイズ90%*/
    margin-bottom: 3vw;
    /*下に空けるスペース*/
    letter-spacing: 0.1rem;
    /*文字間隔を少しだけ広く*/
    opacity: 0.5;
    /*透明度50%*/
}

/*ボタン
---------------------------------------------------------------------------*/
/*btn1、btn2共通*/
.btn1 a, .btn2 a {
    display: block;
    text-decoration: none;
    padding: 0.8rem 2rem;
    /*上下、左右へのボタン内の余白*/
    margin-top: 2rem;
    /*ボタンの上に2文字分のスペースを空ける*/
    text-align: center;
    /*テキストをセンタリング*/
    letter-spacing: 0.1em;
    /*文字間隔を少しだけ広く*/
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    /*ボタンの影。右へ、下へ、ぼかし幅、0,0,0は黒のことで0.1は色が10%出た状態*/
}

/*マウスオン時（btn1、btn2共通）*/
.btn1 a:hover, .btn2 a:hover {
    letter-spacing: 0.2rem;
    /*文字間隔を少し広げる*/
    box-shadow: none;
    /*ボタンの影を消す*/
}

/*btn1への追加設定*/
.btn1 a {
    color: var(--primary-color);
    /*文字色。冒頭のprimary-colorを読み込みます。*/
    background: var(--primary-inverse-color);
    /*文字色。冒頭のprimary-inverse-colorを読み込みます。*/
    border: 1px solid var(--primary-color);
    /*枠線の幅、線種、varは色のことで冒頭のprimary-colorを読み込みます。*/
}

/*btn2への追加設定*/
.btn2 a {
    color: #fff;
    /*文字色*/
    border: 1px solid #fff;
    /*枠線の幅、線種、色*/
}

/*list1内のbtn2の設定。マウスオン時にボタンの背景色を追加。*/
.list1:hover .btn2 a {
    background: rgba(255,137,72,0.8);
    border: 1px solid #ff8948;
}

/*btn3*/
.btn3 {
    text-align: right;
    /*テキストを右寄せ*/
    letter-spacing: 0.1em;
    /*文字間隔を少しだけ広く*/
}

.btn3.center {
    text-align: center;
}

/*白ベースのCTAボタン*/
.btn-white {
    text-align: center;
    margin-top: 30px;
}

.btn-white a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    border: 2px solid rgb(255 255 255 / 75%);
    color: var(--primary-color);
    padding: 0.8rem 2.5rem;
    border-radius: 999px;
    font-weight: bold;
    letter-spacing: 0.05em;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;

}

.btn-white a::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.btn-white a:hover,
.btn-white a:focus-visible {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 15px 30px rgba(255, 137, 72, 0.35);
    transform: translateY(-2px);
}

.btn-white a:hover::after,
.btn-white a:focus-visible::after {
    transform: translateX(4px) rotate(45deg);
    border-color: currentColor;
}

.btn3 a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    position: relative;
    padding-right: 5rem;
    /*矢印のアイコンと重ならないように余白をとる*/
}

/*btn3の矢印のアイコン設定*/
.btn3 a::after {
    content: "";
    background: url("../images/arrow1.svg") no-repeat right center / 100px;
    /*背景色、アイコン画像の指定。画像の右側を読み込みます。最後の100pxの数字は、widthの２倍で指定すればOK。*/
    display: block;
    position: absolute;
    right: 0px;
    bottom: -1rem;
    /*下からの配置場所*/
    width: 50px;
    /*アイコンの幅。ここを変更する場合は、上と下にあるbackgroundの100pxの数値も調整します。*/
    height: 50px;
    /*アイコンの高さ*/
    border-radius: 50%;
    /*円形にする指定。この１行を削除すれば正方形になります。*/
    text-align: center;
    transition: 0.3s;
    /*hover時に切り替えをなめらかにする*/
    border: 1px solid var(--primary-color);
    /*枠線の幅、線種、色*/
}

/*btn3の矢印のマウスオン時*/
.btn3 a:hover::after {
    background-color: var(--primary-color);
    /*背景色を冒頭のprimary-colorにする*/
    background-position: left center;
    /*矢印画像の入れ替え。画像の左側を読み込みます。*/
}

/*背景色が暗い所で使う場合*/
.btn3.white {
    color: #fff;
    /*文字色*/
}

.btn3.white a::after {
    background: url("../images/arrow1_white.svg") no-repeat right center / 100px;
    /*アイコン画像の指定。画像の右側を読み込みます。最後の100pxの数字は、widthの２倍で指定すればOK。*/
    border: 1px solid #fff;
    /*枠線の幅、線種、色*/
}

.btn3.white a:hover::after {
    background-color: #fff;
    /*背景色を白に*/
    background-position: left center;
    /*矢印画像の入れ替え。画像の左側を読み込みます。*/
}

/*サムネイルスライドショー
---------------------------------------------------------------------------*/
/*スライドショーブロック全てを囲むブロック*/
.slide-thumbnail-box {
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
}

/*各スライドショーブロックを囲むブロック*/
.slide-thumbnail1 {
    margin-bottom: 6vw;
    /*下に空けるスペース。スライドショーを２個以上置く場合に上下の画像が重ならないようにする為。*/
}

/*画像たちを囲むブロック*/
.slide-thumbnail1 .img {
    display: flex;
}

/*画像*/
.slide-thumbnail1 .img img {
    padding: 0 1rem;
    /*上下、左右への画像の余白*/
}

/*偶数番目の画像の垂直位置を少しずらす。垂直位置を並べたいならこのブロックを削除。*/
.slide-thumbnail1 .img div:nth-of-type(even) {
    transform: translateY(3vw);
}

/*右から左へ、左から右へ、のアニメーション*/
.slide-thumbnail1 .rtl, .slide-thumbnail1 .ltr {
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.slide-thumbnail1 .rtl {
    animation-name: slide-rtl;
}

.slide-thumbnail1 .ltr {
    animation-name: slide-ltr;
}

@keyframes slide-rtl {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes slide-ltr {
    0% {
        transform: translateX(-50%);
    }

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

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
    font-weight: bold;
    /*太字に*/
    padding: 0.5rem 1rem;
    /*ボックス内の余白*/
    background: var(--primary-inverse-color);
    /*背景色*/
    color: var(--primary-color);
    /*文字色*/
    margin-bottom: 1rem;
    /*下に空けるスペース*/
    border-radius: 5px;
    /*角を丸くする指定*/
}

/*ta1テーブルブロック設定*/
.ta1 {
    table-layout: fixed;
    border-top: 1px solid #d7d7d7;
    /*テーブルの一番上の線。幅、線種、色*/
    width: 100%;
    /*幅*/
    margin-bottom: 5rem;
    /*テーブルの下に空けるスペース。5文字分。*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
    border-bottom: 1px solid #d7d7d7;
    /*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
    padding: 1rem;
    /*ボックス内の余白*/
    word-break: break-all;
    /*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

.ta1 input[type="text"],
.ta1 input[type="email"],
.ta1 input[type="tel"],
.ta1 textarea {
	width: 100%;
	box-sizing: border-box;
}

/*th（左側）のみの設定*/
.ta1 th {
    width: 30%;
    /*幅*/
    text-align: left;
    /*左よせにする*/
}

.tag-required {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.5rem;
	padding: 0.15rem 0.6rem;
	border-radius: 999px;
	background: #d32f2f;
	color: #fff;
	font-size: 0.55rem;
	letter-spacing: 0.05em;
	font-weight: 700;
}

/*画面幅900px以上の追加指定*/
@media screen and (min-width: 900px) {
    /*th（左側）のみの設定*/ .ta1 th {
        width: 20%;
        /*幅*/
    }
}

/*追加指定ここまで*/
/*調整用スタイル
---------------------------------------------------------------------------*/
/*並べ替え*/
.order1 {
    order: 1;
    /*orderは数字の小さな順番に並びます。デフォルトは0なので、それより後ろに表示させたいブロックに使います。（※flex内で使用）*/
}

.padding0 {
    padding: 0 !important;
}

.padding-bottom0 {
    padding-bottom: 0 !important;
}

.padding-lr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*左右の余白*/
.space-small {
    padding-left: var(--space-small);
    padding-right: var(--space-small);
}

/*その他
---------------------------------------------------------------------------*/
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.color-check, .color-check a {
    color: #ffdc17 !important;
}

.l {
    text-align: left !important;
}

.c {
    text-align: center !important;
}

.r {
    text-align: right !important;
}

.ws {
	width: 100%;
	display: block;
}

.wl {
	width: 100%;
	display: block;
}

.form-control {
	width: 100%;
	padding: 1rem 1.2rem;
	border: 2px solid rgba(0,0,0,0.08);
	border-radius: 18px;
	font-size: 1.05rem;
	line-height: 1.6;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	appearance: none;
	-webkit-appearance: none;
	font-family: inherit;
}

.form-control:focus {
	border-color: var(--primary-color);
	box-shadow: 0 0 0 4px rgba(255,137,72,0.25);
	outline: none;
}

textarea.form-control {
	min-height: 200px;
	resize: vertical;
}

.form-radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.form-radio {
	display: inline-flex;
	position: relative;
}

.form-radio input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.form-radio span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 1.6rem;
	border-radius: 999px;
	border: 2px solid rgba(0,0,0,0.08);
	background: rgba(255,255,255,0.95);
	font-weight: 600;
	letter-spacing: 0.02em;
	font-size: 0.95rem;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.form-radio input:checked + span {
	border-color: var(--primary-color);
	background: rgba(255,137,72,0.1);
	color: var(--primary-color);
	box-shadow: 0 3px 12px rgba(255,137,72,0.25);
}

.form-radio input:focus-visible + span {
	box-shadow: 0 0 0 3px rgba(255,137,72,0.25);
}

@media screen and (max-width: 600px) {
	.form-radio span {
		width: 100%;
		justify-content: center;
	}
	.form-radio-group {
		width: 100%;
	}
}

.ppArea {
	margin: 2rem 0;
	padding: 1.5rem;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 22px;
	background: rgba(255,255,255,0.9);
	max-height: 22rem;
	overflow-y: auto;
	box-shadow: 0 15px 30px rgba(0,0,0,0.05);
	line-height: 1.7;
	font-size: 0.9rem;
	-webkit-overflow-scrolling: touch;
}

.ppArea::-webkit-scrollbar {
	width: 6px;
}

.ppArea::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.2);
	border-radius: 999px;
}

.pp {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.pp h3 {
	font-size: 1rem;
	margin-bottom: 0.4rem;
	font-weight: 700;
}

.pp h4 {
	font-size: 0.95rem;
	margin: 1.1rem 0 0.4rem;
	font-weight: 600;
}

.pp ol,
.pp ul {
	padding-left: 1.4rem;
	margin: 0.3rem 0 0.6rem;
}

.pp li {
	margin-bottom: 0.4rem;
}

.ppArea p {
	margin: 0.2rem 0;
}


.privacy-confirm {
	margin: 1rem 0 2rem;
	display: flex;
	justify-content: center;
}

.privacy-check {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 0.9rem 1.4rem;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 18px;
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
}

.privacy-check input {
	width: 1.2rem;
	height: 1.2rem;
	accent-color: var(--primary-color);
	cursor: pointer;
}

.privacy-check span {
	line-height: 1.4;
}

.privacy-check input:checked + span {
	color: var(--primary-color);
}

.privacy-check input:focus-visible + span {
	outline: 2px solid var(--primary-color);
	outline-offset: 4px;
}

.privacy-check input:checked {
	outline: none;
}

.privacy-check input:checked::after {
	display: none;
}

.privacy-check input:checked + span,
.privacy-check input:checked ~ span {
	color: var(--primary-color);
}

.privacy-check:has(input:checked) {
	border-color: var(--primary-color);
	box-shadow: 0 6px 16px rgba(255,137,72,0.25);
	background: rgba(255,137,72,0.05);
}

@media screen and (max-width: 600px) {
	.ppArea {
		max-height: 50vh;
	}
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.look {
    line-height: 1.5 !important;
    display: inline-block;
    padding: 5px 10px;
    background: rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 3px;
    margin: 5px 0;
    word-break: break-all;
}

.small {
    font-size: 0.75em;
}

.large {
    font-size: 2em;
    letter-spacing: 0.1em;
}

.pc {
    display: none;
}

.dn {
    display: none !important;
}

.block {
    display: block !important;
}

.bg1 {
    background: var(--primary-color);
    color: var(--primary-inverse-color);
}

.bg1 a {
    color: inherit;
}

.bg2 {
    background: #fbfbdb;
    color: #555;
}

.bg2 a {
    color: inherit;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/*画面幅900px以上の追加指定*/
@media screen and (min-width: 900px) {
    .ws {
        width: 48%;
        display: inline;
    }

    .sh {
        display: none;
    }

    .pc {
        display: block;
    }
}

/*追加指定ここまで*/
section {
	background: #fff;
}

/*スマホ用固定メニュー
---------------------------------------------------------------------------*/
#fixed-menu-sp {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 90%);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 0;
}

#fixed-menu-sp .menu-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 0.5rem;
    text-decoration: none;
    color: #555;
    font-size: 0.7rem;
    transition: 0.3s;
    border-right: 1px solid #eee;
    line-height: 10px;
}

#fixed-menu-sp .menu-item:last-child {
    border-right: none;
}

#fixed-menu-sp .menu-item i {
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
    color: #80ad35;
}

#fixed-menu-sp .menu-item:hover,
#fixed-menu-sp .menu-item:active {
    background: #f5f5f5;
}

/*画面幅800px以上で固定メニューを非表示*/
@media screen and (min-width: 800px) {
    #fixed-menu-sp {
        display: none;
    }
}
