@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

* {
    box-sizing: border-box;
    justify-content: center;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

html {
    font-size: 100%;
    font-family: 'Arial', sans-serif;
}

a,
a:visited,
button {
/*  color: inherit; */           /* サイトのベース色を引き継ぐ */
/*  text-decoration: none; */    /* 下線を消す（必要なら） */
  transition: filter 0.2s ease;
}

a:hover,
button:hover {
  filter: brightness(1.2);
}


.wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

/* 見出し（特大） */
.section-title {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
    font-size: 3rem;
    font-weight: 700;
    line-height: 75px;
    text-align: center;
    text-decoration-skip-ink: none;
    display: inline-block;
    margin-bottom: 1rem;
}
.title-blue-line {
    border-bottom: 1px solid #0E62A9;
    color: #0E62A9;
}
.title-red-line {
    border-bottom: 1px solid #CB0303;
    color: #CB0303;
}

/* 見出し（大） */
.section-title-middle {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 43.2px;
    text-decoration-skip-ink: none;
    display: inline-block;
    margin-bottom: 1rem;
}

/* 見出し（中） */
.section-title-msmall {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    text-decoration-skip-ink: none;
    display: block;
    margin-bottom: 1rem;
	color: #0E62A9!important;
}

/* 見出し（中小） */
.section-title-msmallx {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    text-decoration-skip-ink: none;
    display: block;
    margin-bottom: 0.3rem;
	color: #0E62A9!important;
}

/* 見出し（小） */
.section-title-small {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6;
    text-decoration-skip-ink: none;
    display: block;
    margin-bottom: 1rem;
	color: #0E62A9!important;
}

/* 注釈（14p※） */
.warning-note {
    font-family: 'Zen Kaku Gothic Antique';
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 20.27px;
    text-align: center;
}

/* 各ページのメイン画像 */
.page-main-visual {
    height: 450px;
    margin-bottom: 80px;
}
.page-main-visual img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.parallax-container {
    position: relative;
}

/* 各ページのパララックス画像 */
.page-parallax-visual {
    width: 100%;    
    background-size: cover;
    position: sticky;
    top: 70px;
    z-index: -1;
}

/* 画像上のテキスト */
.parallax-text-container {
    text-align: center;
    position: absolute;
}

.image-title {
    font-family: 'Noto Sans','Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', 'Arial';
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 700;
    line-height: 80px;
    display: inline-block;
    margin-bottom: 1rem;
    border-bottom: 1px solid #FFFFFF;
}
.parallax-text-container p {
    color: #FFFFFF;
}

/* ボタン(青背景、白文字のリンク) */
.link-button {
    display: inline-block;
    width: 300px;
    min-width: 150px;
    height: 50px;
    padding: 0.8em 0;
    border-radius: 50px; 
    background-color: #0E62A9;
    color: #fff;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 24.52px;
    text-align: center;
    position: relative;
}
.link-button::after {
    position: absolute;
    top: 30%;
    right: 7%;
    content: url('.././images/button-img/more.png');
}

/* ボタン(青背景、白文字の外部リンク) */
.link-button-exit {
    display: inline-block;
    width: 300px;
    min-width: 150px;
    height: 50px;
    padding: 0.8em 0;
    border-radius: 50px; 
    background-color: #0E62A9;
    color: #fff;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 24.52px;
    text-align: center;
    position: relative;
}
.link-button-exit::after {
    position: absolute;
    top: 30%;
    right: 7%;
    content: url('.././images/button-img/link-button.png');
}

/* ボタン(白背景、青文字の外部リンク) */
.ext-link-button {
    display: inline-block;
    width: 300px;
    min-width: 150px;
    height: 50px;
    padding: 0.6em 0 1rem;
    border: 1px solid #0E62A9;
    border-radius: 30px; 
    background-color: #FFFFFF;
    color: #0E62A9;
    font-family: 'Zen Kaku Gothic Antique';
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 26.06px;
    text-align: center;
    position: relative;
    margin-top: 2rem;
}
.ext-link-button::after {
    position: absolute;
    top: 20%;
    right: 7%;
    content: url('.././images/button-img/link.png');
}

/* ボタン（白背景、黒文字のダウンロード） */
.dl-button {
    display: inline-block;
    width: 350px;
    height: 50px;
    padding: 0.7em 0;
    border: 1px solid #222222;
    border-radius: 30px; 
    background-color: #FFFFFF;
    color: #222222;
    font-family: 'Zen Kaku Gothic Antique';
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 26.06px;
    text-align: center;
    position: relative;
    margin-top: 2rem;
}

.dl-button::after {
    position: absolute;
    top: 30%;
    right: 7%;
    content: url('.././images/button-img/dl-button.png');
}

/* ボタン(白背景、青文字のダウンロード) */
.ext-link-button-blue {
    display: inline-block;
    width: 300px;
    min-width: 150px;
    height: 50px;
    padding: 0.6em 0 1rem;
    border: 1px solid #0E62A9;
    border-radius: 30px; 
    background-color: #FFFFFF;
    color: #0E62A9;
    font-family: 'Zen Kaku Gothic Antique';
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 26.06px;
    text-align: center;
    position: relative;
    margin-top: 2rem;
}
.ext-link-button-blue::after {
    position: absolute;
    top: 30%;
    right: 7%;
    content: url('.././images/button-img/link-blue.png');
}


/* 囲み線ありのコンテナ */ 
.border-container {
    margin-top: 3rem;
    border: 1px solid #222222;
    padding: 1.5rem;
}


/* 背景色ありのコンテナ */ 
.border-container-bg {
    margin-top: 3rem;
    padding: 1.5rem;
	background-color: #ECF5FC;
}


li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* 18px本文PC */
p {
    font-family: 'Noto Sans','Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', 'Arial';
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    text-decoration-skip-ink: none;
}

/* マーカー*/
span.line{
	background: linear-gradient(transparent 65%, #FFFB03 50%);
    display: inline;
	padding: 0.1rem 0.5rem;
}

/* ルビ*/
[data-ruby] {
	position: relative;
}
[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -2.3rem;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 1rem;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {

    .page-main-visual {
        height: 320px;
        margin-bottom: 40px;
    }
    
    .page-main-visual img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }

    .page-main-visual {
        margin-bottom: 40px;
    }

    .page-parallax-visual {
        top: 60px;
    }

    .section-title,
    .section-title-middle,
    .image-title
     {
        font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 24px;
        text-decoration-skip-ink: none;
        padding-bottom: 1rem;
    }
	
    .section-title-msmallx, .section-title-msmall
     {
        font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
        font-size: 1.17rem;
        font-weight: 700;
        line-height: 24px;
        text-decoration-skip-ink: none;
    }
    
    .link-button,
    .ext-link-button,
    .dl-button {
        height: 40px;
        padding: 0.5em 0;
    }

    p {
        font-size: 1rem;
    }

}

@media (max-width: 480px) {
	/* 囲み線ありのコンテナ */ 
	.border-container {
    margin-top: 1.5rem;
		padding: 1rem;
}
	.border-container-bg {
    margin-top: 1.5rem;
		padding: 1rem;
}

    .section-title,
    .section-title-middle,
    .image-title
     {
        font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 24px;
        text-decoration-skip-ink: none;
    }
	
	.required-items {
        width: 100%;
    }
	
	p {
    font-size: 1rem;

}
	[data-ruby]::before {
	top: -1rem;
	font-size: 0.8rem;
}

}


