@charset "UTF-8";

/* リセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

ins {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #fff;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/* 基本設定 */


html {
    font-family: "Noto Sans JP", sans-serif;
    scroll-behavior: smooth;
}

p {
    font-size: 20px;
    line-height: 1.3;
}

h2,
h3,
h4 {
    line-height: 1.3;
}


.headline {
    font-size: 34px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    font-weight: 900;
    color: #fff;
    padding-bottom: 12px;
    border-bottom: 2px solid #fff;
    /* 中央白線 */
}

/* 左端の黄色線 */
.headline::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 2px;
    background-color: #FFD70E;
    bottom: -2px;
}

/* 右端の黄色線 */
.headline::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
    height: 2px;
    background-color: #FFD70E;
    bottom: -2px;
}

.headline2 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    font-weight: 900;
    color: #4D939B;
    padding-bottom: 12px;
    border-bottom: 2px solid #4D939B;
}


/* 左端の黄色線 */
.headline2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 2px;
    background-color: #FFD70E;
    bottom: -2px;
}

/* 右端の黄色線 */
.headline2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
    height: 2px;
    background-color: #FFD70E;
    bottom: -2px;
}


/* ボタン */

.btn_flex {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
}

.button-41 {
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 460px;
    height: 85px;
    margin: 0 auto;
    padding-bottom: 5px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(135deg, #FF4401 0%, #FC8A06 100%);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: transform 0.2s ease-in-out;
    /* ← ここで自然に拡大 */
}

/* 拡大：ホバー中は1.01倍に */
.button-41:hover,
.button-42:hover {
    transform: scale(1.01);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5)
}

/* 白い矢印アイコン */
.button-41::after {
    content: '';
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    display: inline-block;
}

.button-42 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 178px;
    margin: 0 auto;
    padding: .9em 1em 1em;
    border: none;
    border-radius: 25px;
    background: linear-gradient(135deg, #FF4401 0%, #FC8A06 100%);
    color: #fff;
    font-weight: 900;
    font-size: 1em;
    transition: transform 0.2s ease-in-out;
}

.button-42:hover {
    animation: anima-button-41 2s linear infinite;
}

.button-42::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}


.button-43 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 178px;
    margin: 0 auto;
    padding: .9em 1em;
    border: none;
    border-radius: 25px;
    background: linear-gradient(135deg, #84C9D2 0%, #4D939B 100%);
    color: #fff;
    font-weight: 900;
    font-size: 1em;
}


.sp_btn {
    display: none;
}

/* ヘッダー */

header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 64px;
    z-index: 9999;
    width: 100%;
}

header .flex_box {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

header .flex_box h1 {
    margin-top: 10px;
    width: 320px;
}

header .flex_box h1 img {
    width: 100%;
}

header .flex_box nav ul {
    display: flex;
}

header .flex_box nav ul li {
    margin: 10px 0 10px;
}

header .flex_box nav ul li:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
}

.sp_nav {
    display: none;
}


/* スライド */

.top_slide {
    width: 100%;
    margin: 64px auto 0;
    height: 540px;
    position: relative;
}

.top_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_slide .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top_slide .text_box p {
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 6px #000;
    margin-bottom: 50px;
}

.top_slide .text_box .catch {
    font-weight: 900;
    font-size: 70px;
    background: linear-gradient(to bottom, transparent 75%, #FF6600 75%);
    white-space: nowrap;
}

.sp_slide {
    display: none;
}

/* col1 */

.col1 {
    padding: 50px 0;
}

.col1 article p {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 2;
}

.col1 article p span {
    color: #FF6600;
    font-size: 32px;
    font-weight: 900;
}

.col1 article p .sp_br {
    display: none;
}




/* col2 */

.col2 {
    background: linear-gradient(135deg, #84C9D2 0%, #4D939B 100%);
    padding: 30px;
}

.col2 article {
    max-width: 1200px;
    margin: 0 auto;
}

.col2 article h2 {}

.col2 article .flex_box {
    max-width: 1000px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.col2 article .flex_box .box {
    width: 280px;
}

.col2 article .flex_box .box h3 {
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.col2 article .flex_box .box p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.col2 article .flex_box .box .data {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.col2 article .flex_box .box .number {
    font-size: 40px;
}

.col2 article .flex_box .box .small {
    font-size: 16px;
    font-weight: normal;
}

.col2 article .flex_box .box .img_box {
    text-align: center;
    margin: 30px 0;
}

.col2 article .flex_box .box .img_box:first-of-type {
    margin-bottom: 20px;
    height: 30%;
}

.col2 article .flex_box .box .img_box img {
    width: 35%;
}

/* col3 */


.col3 {
    padding: 30px;
}

.col3 article {
    max-width: 1200px;
    margin: 0 auto;
}

.col3 article p {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
}

.col3 article p span {
    color: #FF6600;
    font-weight: 900;
    font-size: 32px;
}

.col3 .flex_box {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 30px auto;
}

.col3 .flex_box .img_box {
    width: 294px;
}

.col3 .flex_box .img_box img {
    width: 100%;
}



/* col4 */

.col4 {
    background: linear-gradient(135deg, #84C9D2 0%, #4D939B 100%);
    padding: 30px;
}

.col4 article {
    max-width: 1200px;
    margin: 0 auto;
}

.col4 article .flex_box {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
}

.col4 article .flex_box .img_box {
    width: 475px;
}

.col4 article .flex_box .img_box img {
    width: 100%;
}

.col4 article .flex_box .box {
    width: 280px;
}

.col4 article p {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
    color: #fff;
}

.col4 article .text_box {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    padding: 30px;
    margin-top: 30px;
    box-sizing: border-box;
}

.col4 article .text_box .box {
    max-width: 1000px;
    margin: 0 auto;
}

.col4 article .text_box h3 {
    font-size: 24px;
    font-weight: 500;
    display: inline;
    background: linear-gradient(to bottom, transparent 75%, #ffd700 75%);
    margin-bottom: 10px;
}

.col4 article .text_box p {
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.4;
}

.col4 article .text_box .schedule {
    font-size: 34px;
    text-align: center;
    font-weight: 900;
    color: #FF6600;
}

.col4 article .text_box .schedule span {
    color: #4D939B;
}

.col4 article .text_box .schedule2 {
    text-align: center;
}


/* col5 */


.col5 {
    padding: 30px;
}

.col5 article {
    max-width: 1200px;
    margin: 0 auto;
}

.col5 article .flex_box1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.col5 article .flex_box1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.col5 article .flex_box1 .text_box {
    width: 50%;
}

.col5 article .flex_box1 .img_box {
    width: 48%;
}

.col5 article .flex_box1 .img_box img {
    width: 100%;
}

.col5 article .flex_box1 .text_box .catch {
    font-size: 26px;
    font-weight: 500;
    display: block;
    text-align: center;
    background: linear-gradient(to bottom, transparent 75%, #ffd700 75%);
    margin-bottom: 10px;
    color: #4D939B;
}

.col5 article .flex_box1 .text_box h3 {
    font-size: 33px;
    font-weight: 900;
    text-align: center;
    border-bottom: 2px solid #4D939B;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.col5 article .flex_box1 .text_box p {
    line-height: 1.5;
}

.col5 article .flex_box2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 70px;
}

.col5 article .flex_box2 .text_box {
    width: 50%;
}

.col5 article .flex_box2 .img_box {
    width: 48%;
}

.col5 article .flex_box2 .img_box img {
    width: 100%;
}

.col5 article .flex_box2 .text_box .catch {
    font-size: 26px;
    font-weight: 500;
    display: block;
    text-align: center;
    background: linear-gradient(to bottom, transparent 75%, #ffd700 75%);
    margin-bottom: 10px;
    color: #4D939B;
}

.col5 article .flex_box2 .text_box h3 {
    font-size: 33px;
    font-weight: 900;
    text-align: center;
    border-bottom: 2px solid #4D939B;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.col5 article .flex_box2 .text_box p {
    line-height: 1.5;
}

.col5 article .banner_pc {
    max-width: 1000px;
    margin: 0 auto;
}

.col5 article .banner_pc:hover {
    opacity: .8;
}

.col5 article .banner_pc img {
    width: 100%;
}

.col5 article .banner_sp {
    display: none;
}

/* col6 */


.col6 {
    padding: 30px;
}

.col6 article {
    max-width: 1200px;
    margin: 0 auto;
}

.col6 article .flex_box {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.col6 article .flex_box .img_box {
    width: 332px;
}

.col6 article .flex_box .img_box img {
    width: 100%;
}

.col6 article .flex_box .text_box {
    width: 620px;
}

.col6 article .flex_box .text_box h3 {
    font-size: 32px;
    font-weight: 900;
    background: linear-gradient(to bottom, transparent 75%, #ffd700 75%);
    margin-bottom: 30px;
}

.col6 article .flex_box .text_box h3 span {
    color: #FF6600;
}

.col6 article .flex_box .text_box .name {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
}

/* col7 */

.col7 {
    background: linear-gradient(135deg, #84C9D2 0%, #4D939B 100%);
    padding: 30px;
}

.col7 article {
    max-width: 1200px;
    margin: 0 auto;
}


/* col8 */

.col8 {
    padding: 30px;
}

.col8 article {
    max-width: 1200px;
    margin: 0 auto;
}

.col8 article .step {
    font-size: 50px;
    font-family: "Sawarabi Mincho", serif;
    color: #FF6600;
    text-align: center;
    margin-bottom: 10px;
}

.col8 article h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.col8 article h3 span {
    color: #FF6600;
}

.col8 article p {
    text-align: center;
    line-height: 1.5;
}

.col8 article .arrow {
    text-align: center;
    margin: 20px 0;
}

/* footer */

footer {
    background: linear-gradient(135deg, #84C9D2 0%, #4D939B 100%);
    padding: 30px;
    color: #fff;
    text-align: center;
}

.logo_footer {
    max-width: 1200px;
}

footer p {
    margin-bottom: 15px;
}

footer p:last-of-type {
    margin-bottom: 30px;
}

footer a {
    color: #fff;
    font-size: 20px;
    border-bottom: #fff solid 1px;
}



/* よくある質問 */

.accordion-003 {
    width: 100%;
    margin-bottom: 7px;
    border-bottom: 2px dotted #fff;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1.3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 26px;
    color: #fff;
    font-weight: 500;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::before,
.accordion-003 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}

.accordion-003 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-003 summary::after {
    transition: rotate .3s;
}

.accordion-003[open] summary::after {
    rotate: 90deg;
}

.accordion-003 .answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 0.6s ease,
        opacity 0.6s ease,
        padding 0.3s ease 0.3s,
        margin-bottom 0.3s ease 0.3s;
    margin: 0 auto;
    padding: 0 30px;
    /* 上下は最初0 */
    color: #333333;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 0;
}

.accordion-003[open] .answer {
    max-height: 1000px;
    opacity: 1;
    padding: 0 30px;
}

.accordion-003 .answer h3 {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 500px;
    margin-bottom: 15px;
    text-indent: -1.2em;
    padding-left: 1.5em;
}

.accordion-003 .answer .member_flex {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.accordion-003 .answer .member_flex .img_box {
    width: 150px;
    margin-right: 15px;
}

.accordion-003 .answer .member_flex .img_box img {
    width: 100%;
}

.accordion-003 .answer .member_flex .text_box {
    max-width: 800px;
}

.accordion-003 .answer .member_flex .text_box p {
    color: #505050;
}



/* アニメーション */


/* 中央の固定された緑円 */
.satis {
    width: 270px;
    height: 270px;
    background-color: #FFD70E;
    /* 中央の黄色い塗りつぶし部分 */
    border-radius: 50%;
    position: relative;
    margin-right: 150px;
    margin-top: 100px;
}

/* 黄色い外枠 */
.satis .yellow-circle {
    width: 280px;
    height: 280px;
    border: 3px solid #4D939B;
    /* 白い枠 */
    border-radius: 50%;
    position: absolute;
    bottom: -7px;
    right: -7px;
    z-index: 0;
    animation: expandWhite 2s infinite;
    /* 白い外枠が広がるアニメーション */
    animation-delay: 0.25s;
    /* 黄色い枠のアニメーションを1秒遅らせる */
}

/* 緑外枠 */
.satis .green-circle {
    width: 280px;
    height: 280px;
    border: 3px solid #FFD70E;
    /* 黄色い枠 */
    border-radius: 50%;
    position: absolute;
    bottom: -7px;
    right: -7px;
    z-index: -1;
    animation: expandYellow 2s infinite;
    /* 黄色い外枠が広がるアニメーション */
}

.satis p {
    position: absolute;
    font-size: 26px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    text-align: center;
}

.satis p span {
    font-size: 56px;
}


.circle-container::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #4D939B;
    /* 白色の円 */
    border-radius: 50%;
    left: -50px;
    top: -50px;
    z-index: 9;
    animation: rotateClockwise 7s linear infinite;
    /* 時計回り */
    transform-origin: 55% 55%;
    /* 回転軸をずらす */
}

.circle-container::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid #FFD70E;
    /* 緑色の枠 */
    border-radius: 50%;
    left: -50px;
    top: -50px;
    z-index: 8;
    animation: rotateCounterClockwise 14s linear infinite;
    /* 反時計回り */
    transform-origin: 55% 55%;
    /* 回転軸をずらす */
}

/* 黄色の塗りつぶし円 (::before) */
.circle-container2::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #FFD70E;
    /* 黄色の塗りつぶし */
    border-radius: 50%;
    right: -50px;
    bottom: -50px;
    z-index: 9;
    animation: rotateClockwise 7s linear infinite;
    /* 時計回り */
    transform-origin: 45% 45%;
    /* 回転軸をずらす */
}

.circle-container2::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid #4D939B;
    /* 緑色の枠 */
    border-radius: 50%;
    right: -50px;
    bottom: -50px;
    z-index: 8;
    animation: rotateCounterClockwise 14s linear infinite;
    /* 反時計回り */
    transform-origin: 55% 55%;
    /* 回転軸をずらす */
}

/* 時計回りのアニメーション */
@keyframes rotateClockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        /* 時計回り */
    }
}

/* 反時計回りのアニメーション */
@keyframes rotateCounterClockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
        /* 反時計回り */
    }
}


/* 白い外枠のアニメーション */
@keyframes expandWhite {
    0% {
        transform: scale(1);
        /* 初期状態 */
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        /* 枠が広がる */
        opacity: 0;
    }
}

/* 黄色い外枠のアニメーション */
@keyframes expandYellow {
    0% {
        transform: scale(1);
        /* 初期状態 */
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        /* 枠が広がる */
        opacity: 0;
    }
}




/* 背景の円を追加 */
.catch_box1::before,
.catch_box1::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    animation: rotateClockwise 10s linear infinite;
}

.catch_box1 {
    width: 300px;
    height: 300px;
    position: relative;
    z-index: -1;
    animation: rotateClockwise 9s linear infinite;
    transform-origin: 55% 55%;
    /* 自身は透明にしておく */
}

.catch_box1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/img_7.png);
    background-size: cover;
    background-position: center;
    transform: rotate(-360deg);
    /* 回転打ち消し用（初期値） */
    animation: rotateCounter 9s linear infinite;
}

/* 緑色の円（時計回り） */
.green {
    width: 260px;
    height: 260px;
    background-color: #4D939B;
    border-radius: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    /* 円の位置を画像に基づいて調整 */
    left: 70px;
    /* 左にずらして配置 */
    animation: rotate 18s linear infinite;
    /* 時計回り */
    transform-origin: 55% 55%;
    /* 回転軸をずらす */
}

/* 黄色の円（反時計回り） */
.catch_box1::after {
    width: 330px;
    height: 330px;
    border: 4px solid #F8F01E;
    top: 0;
    /* 円の位置を調整して重なりを再現 */
    left: 0;
    /* 少しずらして配置 */
    z-index: -2;
    animation: rotateCounter 18s linear infinite;
    /* 反時計回り */
    transform-origin: 55% 55%;
    /* 回転軸をずらす */
}


@keyframes rotateClockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateCounter {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}