@charset "UTF-8";
/*
Theme Name: nemoto-hitoshi
Theme URL: nemoto-hitoshi.com
Description: テーマの説明
Author: 作者の名前
Version: テーマのバージョン
*/

:root {
    --header-height: 100px; /* ヘッダーの高さを変数として管理 */
  }

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height);
}
  
html, body {
    overflow-x: hidden;
}

body {
    margin: 0;
    color: #414141;
    font-family: "Shippori Gothic B2", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a{
    color: #414141;
    transition: opacity 0.3s ease-in-out; 
}

a:hover{
    opacity: 0.5;
}

button{
    transition: opacity 0.3s ease-in-out; 
}

button:hover{
    opacity: 0.5;
}
main {
    margin: 0 auto;
}


body p {
    font-size: 20px;
    line-height: 2;
}

a{
    text-decoration: none !important;
}

li::marker {
    content: none !important;
}

li {
    list-style: none !important;
}

:target::before {
    content: "";
    display: block;
    height: 80px; /* ヘッダーの高さ */
    margin-top: -80px;
}



@media screen and (max-width: 768px){
    .sp_d-none{
        display: none;
    }
    
}

@media (min-width: 1025px) {
    .pc_d-none {
        display: none !important;
    }
    .hamburger-btn{
        visibility: hidden;
    }
}

@media (max-width: 1024px) and (min-width: 768px){
    .tb-d-none {
        display: none;
    }
}

.i-vertical {
    writing-mode: vertical-rl; /* 右から左へ縦書き */
    text-orientation: upright; /* 文字を正しい向きに */
  }


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

header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    box-shadow: 0px 3px 10px #00000029;
    position: fixed;
    z-index: 10;
}

header ul{
    margin: 0;
}

header h1 {
font-size: 3rem;
margin: 0 0 0 2rem;
color: #284296;
}

.title_middle{
    font-size: 2.2rem;
}

.title_small{
    font-size: 2rem;
    margin-left:20px;
}


.menu-main_menu-container{ 
    width: 100%;
    font-size: 20px;
}

.menu{
    justify-content: space-between;
}

.menu-main_menu-container ul{
    display: flex;    
}

.menu-main_menu-container li{
    padding:1.5rem;
}

.header_kouenkai{
    background: linear-gradient(320deg,#0066FF,#00F1D0);
    transition: opacity 0.3s ease-in-out; 
}

.header_kouenkai:hover{
    opacity: 0.5;
}

.header_kouenkai a{
    color: white;
    opacity: 1;
}

.section_title{
    text-align: center;
}

.section_title.news{
    padding-top: 0;
    text-shadow: 0px 0px 11px #fff;
}

.section_title h1{
    font-size: 40px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.section_title h1 span{
    color: #00A0EE;
}

.section_title p{
    margin-top: 0 !important;
}

.post-categor a{
    color: blue;
    border: solid 3px;
    padding: 7px;
    border-radius: 50px;
}

/*-------------------------------------------
main
---------------------------------------------*/
.main_visual{
    position: relative;
    width: 100%;
}

.main_visual{
    position: relative;
    background-image: url('/wp-content/themes/original/images/home/main_image_bg_3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -2;
}

.main_visual::before{
    content: "";
    position: absolute;
    background-image: url('/wp-content/themes/original/images/home/main-image_bg_4.png');
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: 40%; 
}


.main_visual_content{
    display: flex;
    width: 95%;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    padding-top: 68px;
    justify-content: space-between;
    letter-spacing: 0.7rem;
}

.main_visual_content__image{
    width: 100%;
}

.main_visual_content__lead_right .marker{
    background-color: yellow;
    padding: 10px;
    font-size: 10rem;
    box-shadow: 3px 3px 8px #ffff;
}

.main_visual_content__lead_right h1{
    font-size: 8rem;
    margin: 0;
    line-height: 1.3;
    color: #284296;
}

.main_visual_content__lead_right h1 .br-space{
    display: block; 
    padding-top: 6rem;
    text-shadow: 3px 3px 8px #ffff;
}

.main_visual_content__lead_right{
    height: 45rem;
    height: 45rem;
    position: relative;
    right: 6rem;
    display: flex;
}

.lead_right__hitsuyou{
    background: yellow;
    padding: 1rem 0;
    font-size: 10rem;
}
.lead_right__desuka{
    width: 8rem;
    margin-right: 20px;
}

.main_visual_content__lead_left{
    text-align: center;
}

.main_visual_content__lead_left h1{
    font-size: 9rem;
    margin: 0;
    width: 9rem;
    color: #284296;
    text-shadow: 3px 3px 8px #ffff;
}

.main_visual_content__lead_left h1 span{
    font-size: 6.5rem;
}

.nemoto-hitoshi_img{
    height: 900px;
    width: 900px;
    object-fit: cover;
    object-position: top;
}


.main_visual_content__title{
    font-weight: bold;
    font-size: 5rem;
    text-align: left !important;
}

.main_visual_content__title2{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-top: 4rem;
    font-size: 5rem;
    text-align: center;
}

.main_visual_content__style2{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.main_visual_content__policy{
    background: linear-gradient(320deg,#0066FF,#00F1D0);
    width: 320px;
    height: 320px;
    border-radius: 50%;
    color: white;
}
.main_visual_content__with{
    font-size: 4rem;
}
.main_visual_content__c{
    background: linear-gradient(320deg,#FBB701,#F8487B);
    width: 320px;
    height: 320px;
    border-radius: 50%;
    color: white;
}
.main_visual_content__title span.ft_yellow{
    font-size: 5rem;
}

.main_visual_content__title{
background: #ffffff;
display: inline;
}

.section_main_policy{
    position: relative;
    top: -3rem;
    max-width: 1100px;
    width: 74%;
    margin: auto;
    padding: 2rem 0;
    background: white;
    box-shadow: 5px 5px 15px #8a8a8a85;
}

.main_policy__content figure{
    background: linear-gradient(320deg, #0066FF, #00F1D0);
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.main_policy__content{
    margin: auto;
    gap: 0;
    padding: 25px;
    background: linear-gradient(45deg, #f5ffa0, #c4f8ff);
    box-shadow: 0 0 15px #c2c2c2;
}

.main_policy__content_evbus{
    width: 57%;
}

.main_policy__content p{
    width: 100%;
    text-align: right;
}

.main_policy__content a{
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(89deg, #007DF7, #00F0D0);
    color: white;
}

.main_policy__content h2{
    font-size: 3.7rem;
}

.main_policy__content img{
    padding: 20px;
    display: inline-block;
    animation: float 2s infinite ease-in-out;
}

.main_policy__lead{
    margin-top: 0px;
    font-size: 45px;
    font-weight: bold;
    color: #284296;
    font-size:3rem;
}

.main_policy__text{
    font-size: 40px;
    margin-bottom:0px;
    font-weight: bold;
    color: #284296;
}

.main_policy__lead span{
    background-color: yellow;
    padding: 5px;
    margin: 5px;
}



/*-------------------------------------------
message
---------------------------------------------*/
.section_message{
    position: relative;
    background-image: url('/wp-content/themes/original/images/home/message-image_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
    width: 100%;
    height: 42rem;
    display: flex; /* フレックスボックスを適用 */
    justify-content: center; /* 水平方向の中央配置 */
    align-items: center; /
}

.section_message::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0)); /* グラデーション */
    z-index: 1; /* 前面に配置 */
}

.section_message__content{
    position: relative;
    z-index: 1;
}


/*-------------------------------------------
policy
---------------------------------------------*/
.section_policy{
    margin-top: 100px;
}

.policy_top{
    width: 95%;
    max-width: 1200px;
    margin: auto;
}

.policy_3contents{
    border-radius: 50%;
    width: 165px;
    height: 165px;
    background: linear-gradient(320deg,#0066FF,#00F1D0);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
}

.policy_number{
    font-size: 5rem;
    color: #00A0EE;
    margin-right: 30px;
}

.policy_title{
    font-size: 2rem;
}

.policy_content_1{
    text-align: left !important;
    width: 95%;
    max-width: 1200px;
    padding-top: 9rem;
    padding-bottom: 6rem;
    margin: auto;
    background: linear-gradient(358deg, #e1f6ff, transparent);
    padding-left: 14rem;
}

.policy_content_2{
    text-align: left !important;
    width: 95%;
    max-width: 1200px;
    padding: 6rem;
    margin: auto;
    background: linear-gradient(358deg, #e1f6ff, transparent);
    padding-left: 14rem;
    }

.policy_image_left{
    position: relative;
}

.policy_image_left::before{
    content: "";
    position: absolute;
    width: 57rem;
    height: 23rem;
    background-image: url(/wp-content/themes/original/images/home/main-image_bg_2.png);
    z-index: -2;
    left: -29rem;
    top: 6rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    opacity: 0; /* 初期状態で透明 */
    transform: translateX(-100%); /* 初期状態で左に隠れる */
}

.policy_image_left.show::before {
    opacity: 1; /* 表示 */
    transform: translateX(0); /* 元の位置にスライド */
    transition: transform 1s ease-in-out, opacity 1s ease-out;
}

.policy_image_right{
    position: relative;
}

.policy_image_right::before{
    content: "";
    position: absolute;
    width: 63rem;
    height: 24rem;
    background-image: url(/wp-content/themes/original/images/home/main-image_bg_2.png);
    z-index: -2;
    left: 8rem;
    top: -5rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    opacity: 0; /* 初期状態で透明 */
    transform: translateX(100%); /* 初期状態で右に隠れる */
    transition: transform 1s ease-in-out, opacity 1s ease-out; /* アニメーションの時間とイージング */
}

/* showクラスが追加された場合に表示 */
.policy_image_right.show::before {
    opacity: 1; /* 表示 */
    transform: translateX(0); /* 元の位置にスライド */
}

.policy_content_1 h2{
    position: relative;
}

.policy_content_2 h2{
    position: relative;
}

.policy_content_1 h2::before{
    content: '';
    position: absolute;
    left: -6%;
    top: 2vh;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-top: 50px solid #3498db;
    z-index: 0;
}

.policy_content_2 h2::before{
    content: '';
    position: absolute;
    left: -6%;
    top: 2vh;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-top: 50px solid #3498db;
    z-index: 0;
}


.policy_4_lead::before{
    content: '';
    position: absolute;
    left: 0;
    top: 44%;
    transform: translateY(-50%);
    width: 39%;
    height: 0;
    border-right: 40px solid transparent;
    border-top: 40px solid #3498db;
    z-index: 0;
}

.policy_4_lead{
    position: relative;
    margin: 50px 0;
}

.policy_4_lead::after{
    content: '';
    position: absolute;
    right: 0;
    top: 62%;
    transform: translateY(-50%);
    width: 39%;
    height: 0;
    border-left: 40px solid transparent;
    border-bottom: 40px solid #3498db;
    z-index: 0;
}

.policy_4_lead span{
    font-size: 3rem;
}  


/*-------------------------------------------
section_c
---------------------------------------------*/
.section_c{
    position: relative;
    background: linear-gradient(320deg,#F8487B,#FBB701);
    margin-top: 100px;
}

.section_c::before{
    background-color: white;
    position: relative;
    z-index: 1;
}

.section_c__content{
    width: 95%;
    max-width: 1200px;
    margin: auto;
}

.section_c::before {
    content: "";
    position: absolute;
    top: 20rem;
    left: 0;
    width: 100%;
    height: 25rem; 
    background-color: #ffffffcc;
    z-index: 1;
}

.section_c img{
    position: relative;
    z-index: 2;
    top: 1rem;
}

.section_c__3C{
    position: relative;
    left: -12rem;
    width: 52rem;
    top: 3rem;
}

.section_c__3C h2{
    font-size: 40px;
    text-shadow: 4px 4px 8px #ffff;
}

.section_c__3C span{
    font-size: 60px;
    color: #FD4689;
}

.section_c__3C p{
    font-weight: bold;
    color: white;
    font-size: 25px;
}

.section_c__torikumi{
    position: relative;
    z-index: 2;
    top: 9rem;
    left: 4rem;
}

.section_c__torikumi h3{
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.section_c__torikumi h3::before{
    content: '';
    position: absolute;
    left: -10%;
    top: 2vh;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-top: 50px solid #FD4689;
    z-index: 2;
}

.section_c__torikumi h2{
    position: relative;
}

.section_c__torikumi h2::before{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 34%;
    width: 14%;
    transform: translate(-50%, -50%);
    height: 6px;
    background: linear-gradient(to right, #F8487B, #FBB701);
    border-radius: 9px;
}


/*-------------------------------------------
section_profile
---------------------------------------------*/
.section_profile{
    margin-top: 100px;
}
.section_profile__main{
    width: 95%;
    max-width: 1200px;
    margin: auto;
}

.profile_year{
font-weight: bold;
color: #3498db;
width: 120px;
}

.profile_name h2{
    font-size: 50px;
}

.profile_name p{
    font-size: 20px;
    font-weight: bold;
}

.profile_school{
    padding: 10px;
    color: white;
    width: 7.1rem;
    background: #3777D6;
}

.porfile_name_2{
    font-size: 30px;
    margin-top: 0px;
}

.profile_content_right{
    position: relative;
}

.profile_comment{
    position: absolute;
    background: #AEF2FF;
    padding: 10px;
    border-radius: 20px;
    left: 25rem;
    text-align: center;
}

.profile_comment::before{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 24%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #AEF2FF transparent transparent transparent;
}

.profile_rirekikou{
    margin-top:50px;
}

.pfrofile_image {
    position: relative;
    bottom: -100%; /* 初期位置で下外に隠す */
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.pfrofile_image::before {
    content: "";
    position: absolute;
    width: 65rem;
    height: 46rem;
    background-image: url(/wp-content/themes/original/images/home/profile_image_bg.png);
    z-index: -2;
    top: 5rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

/* 背景のスライドインアニメーション */
@keyframes slideInBackground {
    0% {
        left: 100%; /* 右外に隠れた状態 */
        opacity: 0;
    }
    100% {
        left: 0; /* 元の位置にスライド */
        opacity: 1; /* 完全に表示 */
    }
}

/* 人物のフェードイン + スライドインアニメーション */
@keyframes fadeInPerson {
    0% {
        bottom: -10%; /* 下外に隠れた状態 */
        opacity: 0;
    }
    100% {
        bottom: 0; /* 元の位置にスライド */
        opacity: 1; /* 完全に表示 */
    }
}
/*-------------------------------------------
section_news
---------------------------------------------*/
.section_news{
    padding: 50px 0;
    background: #EFEFEF;
    margin-top: 100px;
}

.section_news__main{
    display: flex;
    width: 95%;
    max-width: 1200px;
    margin: auto;
}

.section_news .latest-posts{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-left: 50px;
}

.post-thumbnail img {
    width: 300px;
    height: 200px; /* ここで高さを固定 */
    object-fit: cover; /* はみ出た部分を自動調整 */
    object-position: top;
}

.post-date{
    color: #1AAFEF;
    font-weight: bold;
    margin:0px;
}

.post-title {
    margin-top: 0;
}

.post-item {
    width: 300px;
    box-shadow: 5px 5px 5px #82828247;
    background: white;
}

.post-text a{
    color: #007ff9;
    border-bottom: solid 2px;
}

.latest-posts .post-item {
    opacity: 0;
    transform: translateY(-50px); /* 初期状態で少し上に配置 */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.latest-posts .post-item.visible {
    opacity: 1;
    transform: translateY(0); /* 表示されたときに元の位置に戻る */
}

.section_news__btn{
    width: 95%;
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}

.section_news__btn button{
    width: 200px;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(89deg, #007DF7, #00F0D0);
}

.section_news__btn a{
    color: white;
    font-size: 20px;
    opacity: 1;
}

.post-navigation{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}


.section_kouenkai{
    padding: 100px 0;
    background: #BDE9FF;
}

.section_kouenkai form{
    background: white;
    width: 50%;
    margin: 60px auto;
    padding: 50px;
}

.section_kouenkai input{
width: 96%;
padding: 10px;
font-size: 20px;
}


.section_kouenkai_btn input{
    width: 200px;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(89deg, #007DF7, #00F0D0);
    color: white;
    font-size: 20px;
    margin-top: 30px;
}

.section_kouenkai_btn{
    text-align: center;
}

.section_kouenkai select {
    font-size: 20px;
    padding: 10px;
}

.kouenkai__thanks{
    padding: 100px 0;
    background: #BDE9FF;
}

.kouenkai__thanks p{
    background: white;
    width: 50%;
    margin: 60px auto;
    padding: 50px;
}

/*-------------------------------------------
footer
---------------------------------------------*/
.section_footer__adress{
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2等分 */
    margin-top: 20px;
}

.section_footer__adress p{
    margin: 0;
}

.section_footer{
    width: 95%;
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
}

.section_footer__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_footer__content_2{
    width: 74%;
}

.section_footer__name{
    border-bottom: solid;
}

.section_footer__name .name_middle{
    font-size: 40px;
    font-weight: bold;
}

.section_footer__name .name_small{
    font-size: 30px;
    font-weight: bold;
}

.footer_address p{
    margin: 0;
}
.section_footer__SNS img{
    width: 60px;
    margin: 0 5px;
}


/*-------------------------------------------
archive
---------------------------------------------*/

.archive_header{
    height: 33rem;
    background: #d3fffc;
}

.archive_header .section_title{
    padding-top: 15rem;
    z-index: 2;
    position: relative;
}


.archive_header{
    position: relative;
    background-image: url('/wp-content/themes/original/images/home/main_image_bg_3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

.archive_header::before{
    content: "";
    position: absolute;
    background-image: url('/wp-content/themes/original/images/home/page-image.png');
    background-repeat: no-repeat;
    z-index: 1;
    width: 120%;
    height: 100%;
    background-size: 40%;
}


.latest-posts{

}


.required{
    background: #fd4747;
    color: white;
    padding: 3px 10px;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 16px;
}

/*-------------------------------------------
news
---------------------------------------------*/

.news_section{
    display: flex;
    width: 1000px;
    margin: auto;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 200px;
}

.news_section .latest-posts{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列を均等に配置 */
    gap: 70px; /* アイテム間の隙間 */

}

.copyright{
    background: #EFEFEF;
}

.copyright p{
text-align: center;
margin: 0px;
}



.single-post{
    display: flex;
    width: 1000px;
    margin: auto;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 200px;
}

.single-post .post-thumbnail img{
    width: 700px;
    height: 480px;
}

.post-category{
    margin: 0;
    border-radius: 50px;
    padding: 0px 10px;
    width: 4rem;
    background: #ebebeb;
    margin-top: 10px;
    font-size: 16px;
    display: flex;
    justify-content: center;
}

.post-content{
    padding: 15px;
}

.sidebar a{
    font-size: 20px;
}

.sidebar{
width: 250px;
}

.sidebar_content{
    width: 100%;
    margin: auto;
    margin-bottom: 100px;
}

.sidebar_content ul{
    width: 96%;
}

.sidebar_content li{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 3px #d8d8d8;
}


.sidebar_content h2{
    margin: auto;
    color: white;
    padding: 10px;
    background: linear-gradient(320deg, #0066FF, #00F1D0);
}


.post-header{
    width: 700px;
}


/*-------------------------------------------
kouenkai_confrimation
---------------------------------------------*/
.kouenkai__confirmation{
    padding: 100px 0;
    background: #BDE9FF;
}

.kouenkai__confirmation form {
    background: white;
    width: 50%;
    margin: 60px auto;
    padding: 50px;
}

.contact-form3 input{
    width: 200px;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(89deg, #007DF7, #00F0D0);
    color: white;
    font-size: 20px;
    margin-top: 10px;
}

.contact-form3 p{
    display: flex;
    justify-content: center;
}

.wpcf7-spinner{
    display: none;
}



/*-------------------------------------------
header_sp
---------------------------------------------*/
@media screen and (max-width: 767px) {
    header h1{
        font-size: 2rem;
        margin: 0.5rem 1rem;
    }
    .title_middle{
        font-size: 1.5rem;
    }
    .title_small {
        font-size: 1.5rem;
    }
    .hamburger-btn {
        position: absolute;
        top: 15px;
        right: 20px;
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1001;
    }

    .hamburger-btn span {
        display: block;
        width: 30px;
        height: 3px;
        background: #333;
        margin: 6px auto;
        transition: 0.3s;
    }

    /* メニューのデザイン（初期は非表示） */
    .mobile-nav {
        position: fixed;
        top: -100%; /* 初期状態では上に隠しておく */
        left: 0;
        width: 100%; /* 横幅を全体に */
        height: auto;
        background: #fff;
        box-shadow: 0px 3px 10px #00000029;
        transition: top 0.3s ease-in-out;
        z-index: 1000;
        /* padding-top: 60px; */
        display: flex;
        flex-direction: column;
        align-items: center; /* メニュー項目を中央寄せ */
        justify-content: center; /* 画面中央に配置 */
        z-index: 5;
    }

    /* メニュー内のリスト */
    .nav-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .nav-list li {
        padding: 15px;
        text-align: center;
    }

    .nav-list li a {
        text-decoration: none;
        color: #333;
        font-size: 18px;
    }

    /* メニュー表示時のアクション */
    .mobile-nav.active {
        top: 60px;
    }

    /* ハンバーガーアイコンのアニメーション */
    .hamburger-btn.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    .hamburger-btn.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger-btn.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
    .archive_header::before{
        width: 100%;
        height: 86%;
        background-size: 92%;
    }
    .sp_menu .menu{
        display: block;
        padding: 0;
        margin: 0;
    }
}

/*-------------------------------------------
main_visual_sp
---------------------------------------------*/
@media screen and (max-width: 767px){
    .main{
        height: 46rem;
    }
    .main_visual_content{
    width: 100%;
    }
    .nemoto-hitoshi_img {
        height: 77%;
        width: 45vh;
        position: absolute;
        top: 50%;           /* 垂直方向中央 */
        left: 50%;          /* 水平方向中央 */
        transform: translate(-50%, -50%); 
    }
    .main_policy__lead{
        font-size: 25px;
        padding: 0 10px;
    }
    .lead__nemoto{
        width: 4rem;
    }
    .lead__hitoshi{
        width: 3rem;
    }
    .lead_right__desuka {
        width: 3rem;
        order: 2;
        margin-right: 0px;
    }
    .lead_right__hitsuyou {
        width: 4rem;
        height: 10rem;
        order: 1;
        padding: 0rem;
    }
    .main_visual_content__lead_right {
        flex-direction: column;
        align-items: center;
        right: 3vh;
        top: -7rem;
    }
    .main_visual_content__lead_right h1{
        font-size: 3rem;
    }
    .main_visual_content__lead_right .marker{
        padding: 10px 0; 
        font-size: 4rem;
    }
    .main_visual_content__lead_right h1 .br-space{
        display: contents;
        padding-top: 0;
    }
    .main_visual_content__lead_left{
        position: relative;
        top: -8rem;
        left: 0.7rem;
        z-index: 1;
    }
    .main_visual_content__lead_left h1{
        font-size: 4rem;
        width: 5.7rem;
    }
    .main_visual_content__lead_left h1 span{
        font-size: 3rem;
    }
    .main_visual::before{
        background-size: 88%;
    }
    .main_policy__content {
        gap: 10px;
        display: block !important;
    }
    .main_policy__content .wp-block-column{
        margin-bottom:10px;
    }
    .main_policy__content figure{
        height: 100px;
        width: 100px;
    }
    .main_policy__content h2 {
        font-size: 2rem;
    }
    .main_policy__text {
        font-size: 25px;
        padding: 0 10px;
    }
    .section_main_policy {
        padding: 1rem;
        padding: 1rem 0;
        width: 85%;
    }
    .main_policy__content{
        padding: 10px;
    }
    .section_c__torikumi h2::before{
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 14%;
        transform: translate(-50%, -50%);
        height: 6px;
        background: linear-gradient(to right, #F8487B, #FBB701);
        border-radius: 9px;
    }
    .main_policy__content_evbus {
        width: 65%;
    }
    .main_policy__content_taiikukan {
        width: 65%;
    }
    .main_policy__content a{
        font-size: 15px;
    }
}
/*-------------------------------------------
policy_sp
---------------------------------------------*/
@media screen and (max-width: 767px) {
    .policy_title{
        font-size: 1.1rem;
    }
    .policy_title_2{
        font-size: 23px;
    }
    .policy_number{
        font-size: 6vh;
    }
    .policy_contetnt__main{
        width: 90% !important;
        margin: 50px auto auto auto !important;
    }
    .policy_3contents{
        height: 119px;
    }
    .policy_3contents p{
        font-size: 16px;
    }
    .policy_3contents__main{
        gap: 10px;
    }
    .policy_top{
        display: flex !important;
        flex-direction: column;
        width: 100%;
    }
    .policy_image_left{
        width: 80%;
        margin: auto;
    }
    .policy_image_left::before {
        height: 13rem;
        width: 23rem;
        left: -5rem;
        top: 3rem;
    }
    .policy_image_right{
        width: 80%;
        margin: auto;
    }
    .policy_image_right::before {
        width: 19rem;
        height: 13rem;
        top: -2rem;
        right: -2.5rem;
        left: auto;
    }
    .policy_content_1 h2{
        font-size:20px;
        margin-left: 3rem;
    }
    .policy_content_1 h2::before {
        left: -16%;
        border-right: 30px solid transparent;
        border-top: 30px solid #3498db;
    }
    .policy_content_1 p{
        font-size:15px;
    }
    .policy_content_1{
        width: 100%;
        padding: 20px;
    }
    .policy_content_2 h2{
        font-size:20px;
        margin-left: 3rem;
    }
    .policy_content_2 h2::before {
        left: -16%;
        border-right: 30px solid transparent;
        border-top: 30px solid #3498db;
    }
    .policy_content_2 p{
        font-size:15px;
    }
    .policy_content_2{
        width: 100%;
        padding: 20px;
    }
    .policy_4_lead::after{
        width: 15%;
    }
    .policy_4_lead::before{
        width: 15%;
    }
    .policy_content__2_text{
        order: 2;
    }
    .policy_image_right{
        order: 1;
    }
}

/*-------------------------------------------
3C_sp
---------------------------------------------*/

@media screen and (max-width: 767px){
    .section_c{
        height: auto;
    }
    .section_c__3C{
        position:static;
        width: 100%;
    }
    .section_c__3C .wp-block-group{
        display: block;
    }
    .section_c__3C p{
        font-size: 20px;
    }
    .section_c__content{
        width: 100%;
        position: relative;
        top: -11rem;
    }
    .section_c__content figure{
        margin: auto;
        width: 250px;
    }
    .section_c__main{
        margin-top: 15rem;
        height: 78rem;
    }
    .section_c__3C{
        width: 85%;
        margin: auto;
        margin-top: 3rem;
    }
    .section_c__torikumi {
        position: static;
        width: 100%;
        margin: auto;
        margin-top:50px;
        background: #ffffffad;
    }
    .section_c__torikumi h3{
        font-size:19px;
        margin-left: 44px;

    }
    .section_c::before{
        display: none;
    }
    .section_c__torikumi h2{
        text-align: center;
    }
    .section_c__torikumi h3::before{
        border-right: 30px solid transparent;
        border-top: 30px solid #FD4689;
    }
    .section_c__torikumi .wp-block-group__inner-container{
        width: 90%;
        margin: auto;
        padding: 10px 0;
    }
}

/*-------------------------------------------
news_sp
---------------------------------------------*/
@media screen and (max-width: 767px) {
    
    .section_news{
        width: 100%;
    }
    .section_news__main{
        display: block;
        width: 100%;
    }
    .section_news .latest-posts{
        display: block;
    }
}

/*-------------------------------------------
kouenkai_sp
---------------------------------------------*/
@media screen and (max-width: 767px) {
    .section_kouenkai form{
        width: 75%;
        margin: 60px auto;
        padding: 30px;
    }
    .kouenkai__confirmation form{
        width: 75%;
        margin: 0px auto;
        padding: 30px; 
    }
    .kouenkai__thanks p{
        width: 75%;
        margin: 0px auto;
        padding: 30px;
    }
}

/*-------------------------------------------
profile_sp
---------------------------------------------*/
@media screen and (max-width: 767px){
    .section_profile__main{
        width: 90%;
        margin: auto;
    }
    .section_profile__main .wp-block-columns{
        display: block;
    }
    .section_profile__main p{
        font-size: 15px;
    }
    .porfile_name_2{
        font-size:20px;
    }
    .profile_comment{
        left: 12rem;
        top: 0rem;
        font-size: 13px !important;
    }
    .profile_name h2{
        font-size: 35px;
    }
    .pfrofile_image::before {
        top: 9rem;
        width: 100%;
        height: 27rem;
    }
    .profile_year{
        width: 90px;
    }
}

/*-------------------------------------------
news_sp
---------------------------------------------*/
@media screen and (max-width: 767px){
    .archive_header{
        height: 300px;
        width: 100%;
    }
    .archive_header .section_title{
        padding-top: 9rem;
        text-shadow: 0px 0px 11px #fff;
    }
    .post-item  {
        margin: auto;
        margin-bottom:100px;
    }
    .section_news .latest-posts {
        margin-left: 0px;
    }
    .news_section{
        display: block;
        width: 100%;
        margin-bottom: -16px;
    }
    .latest-posts{
        display: block !important;
    }
    .sidebar{
        width: 100%;
    }
    .single-post{
        display: block;
        width: 100%;
    }
    .post-header{
        width: 90%;
        margin: auto;
    }
    .single-post .post-thumbnail img {
        width: 100%;
        height: 260px;
    }
    .post-content p{
        font-size: 16px;
    }
    .post-title{
        font-size:22px
    }
    .post-item{
        width: 90%;
    }
    .post-thumbnail img {
        width: 100%;
        height: 260px;
    }
}

@media screen and (max-width: 767px){
    .section_footer{
        width: 90%;
        margin: auto;
    }
    .section_footer__content {
        display: block;
    }
    .footer_address{
        display: block !important;
    }
    .footer_address p{
        font-size: 16px;
    }
    .section_footer__content_2 {
        width: 100%;
        }
    .section_footer__SNS{
        display: flex;
        justify-content: center;
    }    
    .section_footer__SNS img{
        width: 50px;
    } 
    .copyright p{
        font-size: 14px;
    }
    .section_footer__name .name_middle{
        font-size: 30px;
    }   
    .section_footer__name .name_small {
        font-size: 20px;
    }
}


@media (max-width: 1024px) and (min-width: 768px)  {

    .header h1{
        font-size: 2rem;
        margin: 0.5rem 1rem;
    }
    .title_middle{
        font-size: 2rem;
    }
    .title_small {
        font-size: 1.5rem;
    }
    .hamburger-btn {
        position: absolute;
        top: 15px;
        right: 20px;
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1001;
    }

    .hamburger-btn span {
        display: block;
        width: 30px;
        height: 3px;
        background: #333;
        margin: 6px auto;
        transition: 0.3s;
    }

    /* メニューのデザイン（初期は非表示） */
    .mobile-nav {
        position: fixed;
        top: -100%; /* 初期状態では上に隠しておく */
        left: 0;
        width: 100%; /* 横幅を全体に */
        height: auto;
        background: #fff;
        box-shadow: 0px 3px 10px #00000029;
        transition: top 0.3s ease-in-out;
        z-index: 1000;
        /* padding-top: 60px; */
        display: flex;
        flex-direction: column;
        align-items: center; /* メニュー項目を中央寄せ */
        justify-content: center; /* 画面中央に配置 */
        z-index: 5;
    }

    /* メニュー内のリスト */
    .nav-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .nav-list li {
        padding: 15px;
        text-align: center;
    }

    .nav-list li a {
        text-decoration: none;
        color: #333;
        font-size: 18px;
    }

    /* メニュー表示時のアクション */
    .mobile-nav.active {
        top: 70px;
    }

    /* ハンバーガーアイコンのアニメーション */
    .hamburger-btn.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    .hamburger-btn.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger-btn.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
    .sp_menu .menu {
        display: block;
        padding: 0;
        margin: 0;
    }
}


/*-------------------------------------------
news_tb
---------------------------------------------*/
@media (max-width: 1024px) and (min-width: 768px)  {
    .main_visual_content{
        width: 100%;
        height: 53rem;
    }
    .section_main_policy {

    }
    .nemoto-hitoshi_img{
        width: 600px;
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 49rem;
    }
    .lead__nemoto{
        width: 7rem;
    }
    .lead__hitoshi{
        width: 5rem;
    }
    .lead_right__hitsuyou{
        width: 7rem;
        height: 14rem;
    }
    .lead_right__desuka {
        width: 7rem;
    }
    .main_visual_content__lead_left h1{
        width: 10rem;
        font-size: 7rem;
    }
    .main_visual_content__lead_left h1 span {
        font-size: 5rem;
    }
    .main_visual_content__lead_left{
        position: relative;
        left: 2%;
        z-index: 2;
    }
    .main_visual_content__lead_right{
        right: 2%;
    }
    .main_visual_content__lead_right .marker{
        font-size: 7rem;
    }
    .main_visual_content__lead_right h1 {
        font-size: 6rem;
    }
    .main_visual::before{
        background-size: 72%;
    }
}
/*-------------------------------------------
policy_sp
---------------------------------------------*/
@media (max-width: 1024px) and (min-width: 768px)  {
    .policy_title{
        font-size: 1.3rem;
    }
    .policy_title_2{
        font-size: 1.4rem;
    }
    .policy_number{
        font-size: 4.5vh;
    }
    .policy_contetnt__main{
        width: 90% !important;
        margin: 50px auto auto auto !important;
    }
    .policy_3contents{
        height: 119px;
    }
    .policy_3contents p{
        font-size: 17px;
    }
    .policy_3contents__main{
        gap: 1px;
    }
    .policy_top{
        display: flex !important;
        width: 90%;
    }
    .policy_image_left{
        width: 21rem;
        margin: auto;
    }
    .policy_image_left::before {
        height: 13rem;
        width: 20rem;
        left: -5rem;
        top: 3rem;
    }
    .policy_image_right{
        width: 21rem;
        margin: auto;
    }
    .policy_image_right::before {
        width: 20rem;
        height: 13rem;
        left: 3rem;
        top: -2rem;
    }
    .policy_content_1 h2{
        font-size:20px;
        margin-left: 3rem;
    }
    .policy_content_1 h2::before {
        left: -6%;
        border-right: 30px solid transparent;
        border-top: 30px solid #3498db;
    }
    .policy_content_1 p{
        font-size: 18px;
        padding-left: 3rem;
    }
    .policy_content_1{
        width: 90%;
        padding: 20px;
    }
    .policy_content_2 h2{
        font-size:20px;
        margin-left: 3rem;
    }
    .policy_content_2 h2::before {
        left: -6%;
        border-right: 30px solid transparent;
        border-top: 30px solid #3498db;
    }
    .policy_content_2 p{
        font-size: 18px;
        padding-left: 3rem;
    }
    .policy_content_2{
        width: 90%;
        padding: 20px;
    }
    .policy_4_lead::after{
        width: 34%;
    }
    .policy_4_lead::before{
        width: 34%;
    }
    .main_policy__content {
        gap: 10px;
        display: block !important;
    }
    .main_policy__content .wp-block-column{
        margin-bottom:20px;
    }
    .main_policy__content figure{
       
        justify-content: center;
    }
    .main_policy__content_evbus {
        width: 64%;
    }
    .main_policy__content_taiikukan {
        width: 64%;
    }
    .main_policy__lead{
        font-size: 3rem;
    }
}

/*-------------------------------------------
3C_sp
---------------------------------------------*/

@media (max-width: 1024px) and (min-width: 768px) {
    .section_c{
        height: 92vh;
    }
    .section_c__3C{
        position:static;
        width: 100%;
    }
    .section_c__3C .wp-block-group{
        display: flex;
    }
    .section_c__3C p{
        font-size:1.8vh;
    }
    .section_c__content{
        width: 100%;
        position: relative;
        top: -11rem;
        display: block !important;
    }
    .section_c__content figure{
        margin: auto;
        width: 40vh;
    }
    .section_c__main{
        margin-top: 24vh;
    }
    .section_c__3C{
        width: 90%;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .section_c__torikumi {
        position: static;
        width: 100%;
        margin: auto;
        background: #ffffff8c;
    }
    .section_c__torikumi h2::before{
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 14%;
        transform: translate(-50%, -50%);
        height: 6px;
        background: linear-gradient(to right, #F8487B, #FBB701);
        border-radius: 9px;
    }
    .section_c__torikumi .wp-block-group__inner-container{
        width: 60%;
        margin: auto;
        padding:10px 0;
    }
    .section_c__torikumi h3{
        font-size: 1.8vh;
        margin-left: 3vh;
        margin-bottom: 2vh;
    }
    .section_c::before{
        display: none;
    }
    .section_c__torikumi h2{
        text-align: center;
    }
    .section_c__torikumi h3::before{
        border-right: 30px solid transparent;
        border-top: 30px solid #FD4689;
    }
    .section_c__3C h2{
        font-size: 3vh;
    }
    .section_c__3C span{
        font-size: 5vh;
    }
}

/*-------------------------------------------
news_sp
---------------------------------------------*/
@media (max-width: 1024px) and (min-width: 768px) {
    
    .section_news{
        width: 100%;
    }
    .section_news__main{
        display: block;
        width: 100%;
    }
    .section_news .latest-posts{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

/*-------------------------------------------
kouenkai_sp
---------------------------------------------*/

@media (max-width: 1024px) and (min-width: 768px)  {
    .section_kouenkai form{
        width: 75%;
        margin: 60px auto;
        padding: 30px;
    }
    .kouenkai__confirmation form{
        width: 75%;
        margin: 0px auto;
        padding: 30px; 
    }
    .kouenkai__thanks p{
        width: 75%;
        margin: 0px auto;
        padding: 30px;
    }
}

/*-------------------------------------------
profile_sp
---------------------------------------------*/

@media (max-width: 1024px) and (min-width: 768px) {
    .section_profile__main{
        width: 90%;
        margin: auto;
    }
    .section_profile__main .wp-block-column{
        width: 28rem;
        margin: auto;
    }
    .section_profile__main .wp-block-columns{
        display: block;
    }
    .section_profile__main p{
        font-size: 18px;
    }
    .porfile_name_2{
        font-size:20px;
    }
    .profile_comment{
        left: 13rem;
        top: -1rem;
        font-size: 16px;
    }
    .profile_name h2{
        font-size: 40px;
    }
    .pfrofile_image::before {
        width: 172%;
        height: 33rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

/*-------------------------------------------
news_sp
---------------------------------------------*/

@media (max-width: 1024px) and (min-width: 768px) {
    .archive_header{
        height: 300px;
        width: 100%;
    }
    .archive_header .section_title{
        padding-top: 9rem;
        text-shadow: 0px 0px 11px #fff;
    }
    .news_section .latest-posts{
        gap: 50px;
        width: 90%;
        margin: auto;
    }
    .post-item  {
        margin: auto;
        margin-bottom:100px;
        height: 30rem;
        width: 90%;
        width: 100%;
    }
    .section_news .latest-posts {
        gap: 15px;
        width: 95%;
        margin: auto;
    }
    .news_section{
        display: block;
        width: 100%;
        margin-bottom: -16px;
    }
    .latest-posts{
         
    }
    .sidebar{
        width: 100%;
    }
    .single-post{
        display: block;
        width: 100%;
    }
    .post-header{
        width: 90%;
        margin: auto;
    }
    .single-post .post-thumbnail img {
        width: 100%;
        /* height: 260px; */
    }
    .post-content p{
        font-size: 16px;
    }
    .post-title{
        font-size:22px
    }
    .post-thumbnail img {
        width: 100%;
        height: 200px;
    }
}


@media (max-width: 1024px) and (min-width: 768px) {
    .section_footer{
        width: 90%;
        margin: auto;
    }
    .section_footer__content {
        display: block;
    }
    .footer_address{
        display: block !important;
    }
    .footer_address p{
        font-size: 18px;
    }
    .section_footer__content_2 {
        width: 100%;
        }
    .section_footer__SNS img{
        width: 50px;
    } 
    .copyright p{
        font-size: 15px;
    }   
    
}


/*-----------------------------------
ipadpro
-------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1366px)  {

    .header h1{
        font-size: 2rem;
        margin: 0.5rem 1rem;
    }
    .title_middle{
        font-size: 2.2rem;
    }
    .title_small {
        font-size: 1.5rem;
    }
   
}


/*-------------------------------------------
news_ipadpro
---------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1366px)  {
    .main_visual_content{
        width: 100%;
        height: 53rem;
    }
    .section_main_policy {
        width: 80%;
    }
    .nemoto-hitoshi_img{
        width: 600px;
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 49rem;
    }
    .lead__nemoto{
        width: 7rem;
    }
    .lead__hitoshi{
        width: 5rem;
    }
    .lead_right__hitsuyou{
        width: 7rem;
        height: 14rem;
    }
    .lead_right__desuka {
        width: 7rem;
    }
    .main_visual_content__lead_left{
        position: relative;
        left: 2%;
    }
    .main_visual_content__lead_left{
        position: relative;
        left: 2%;
    }
    .main_visual_content__lead_right{
        right: 2%;
    }
    .main_policy__content_evbus{
        width: 73%;
    }
    .main_policy__content_taiikukan{
        width: 73%;
    }
    .main_policy__lead{
        font-size: 4rem;
    }
}
/*-------------------------------------------
policy_ipadpro
---------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1366px)  {
    .policy_title{
        font-size: 1.8rem;
    }
    .policy_title_2{
        font-size: 1.6rem;
    }
    .policy_number{
        font-size: 5vh;
    }
    .policy_contetnt__main{
        width: 90% !important;
        margin: 50px auto auto auto !important;
    }
    .policy_3contents{
        height: 150px;
    }
    .policy_3contents p{
        font-size: 20px;
    }
    .policy_3contents__main{
        gap: 10px;
    }
    .policy_top{
        display: flex !important;
        width: 90%;
    }
    .policy_image_left{
        width: 28rem;
        margin: auto;
    }
    .policy_image_left::before {
        height: 18rem;
        width: 32rem;
        left: -9rem;
        top: 4rem;
    }
    .policy_image_right{
        width: 28rem;
        margin: auto;
    }
    .policy_image_right::before {
        width: 29rem;
        height: 18rem;
        left: 3rem;
        top: -4rem;
    }
    .policy_content_1 h2{
        font-size:20px;
        margin-left: 3rem;
    }
    .policy_content_1 h2::before {
        left: -6%;
        border-right: 40px solid transparent;
        border-top: 40px solid #3498db;
    }
    .policy_content_1 p{
        font-size: 18px;
        padding-left: 3rem;
    }
    .policy_content_1{
        width: 90%;
        padding: 20px;
        padding-bottom: 6rem;
        padding-left: 7rem;
        padding-top: 4rem;
    }
    .policy_content_2 h2{
        font-size:20px;
        margin-left: 3rem;
    }
    .policy_content_2 h2::before {
        left: -6%;
        border-right: 40px solid transparent;
        border-top: 40px solid #3498db;
    }
    .policy_content_2 p{
        font-size: 18px;
    }
    .policy_content_2{
        width: 90%;
        padding: 20px;
        padding-bottom: 6rem;
        padding-left: 7rem;
    }
    .policy_4_lead::after{
        width: 34%;
    }
    .policy_4_lead::before{
        width: 34%;
    }
    .policy_3contents__main{
        width: 100%;
    }
}

/*-------------------------------------------
3C_ipadpro
---------------------------------------------*/

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .section_c{
        height: 92vh;
    }
    .section_c__3C{
        position:static;
        width: 100%;
    }
    .section_c__3C .wp-block-group{
        display: flex;
    }
    .section_c__3C p{
        font-size:1.8vh;
    }
    .section_c__content{
        width: 100%;
        position: relative;
        top: -11rem;
        display: block !important;
    }
    .section_c__content figure{
        margin: auto;
        width: 40vh;
    }
    .section_c__main{
        margin-top: 24vh;
    }
    .section_c__3C{
        width: 90%;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .section_c__torikumi {
        position: static;
        width: 100%;
        margin: auto;
        background: #ffffff8c;
    }
     .section_c__torikumi h2::before{
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 14%;
        transform: translate(-50%, -50%);
        height: 6px;
        background: linear-gradient(to right, #F8487B, #FBB701);
        border-radius: 9px;
    }
    .section_c__torikumi .wp-block-group__inner-container{
        width: 60%;
        margin: auto;
        padding:10px 0;
    }
    .section_c__torikumi h3{
        font-size: 1.8vh;
        margin-left: 3vh;
        margin-bottom: 2vh;
    }
    .section_c::before{
        display: none;
    }
    .section_c__torikumi h2{
        text-align: center;
    }
    .section_c__torikumi h3::before{
        border-right: 30px solid transparent;
        border-top: 30px solid #FD4689;
    }
    .section_c__3C h2{
        font-size: 3vh;
    }
    .section_c__3C span{
        font-size: 5vh;
    }
}

/*-------------------------------------------
news_ipadpro
---------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1366px) {
    
    .section_news{
        width: 100%;
    }
    .section_news__main{
        display: block;
        width: 100%;
    }
    .section_news .latest-posts{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

/*-------------------------------------------
kouenkai_ipadpro
---------------------------------------------*/

@media screen and (min-width: 1024px) and (max-width: 1366px)  {
    .section_kouenkai form{
        width: 75%;
        margin: 60px auto;
        padding: 30px;
    }
    .kouenkai__confirmation form{
        width: 75%;
        margin: 0px auto;
        padding: 30px; 
    }
    .kouenkai__thanks p{
        width: 75%;
        margin: 0px auto;
        padding: 30px;
    }
}

/*-------------------------------------------
profile_ipadpro
---------------------------------------------*/

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .section_profile__main{
        width: 90%;
        margin: auto;
    }
    .section_profile__main .wp-block-column{
        margin: auto;
        display: flex;
        width: 100%;
        justify-content: space-around;
    }
    .section_profile__main .wp-block-columns{
        display: block;
    }
    .section_profile__main p{
        font-size: 18px;
    }
    .porfile_name_2{
        font-size:20px;
    }
    .profile_comment{
        left: 26rem;
        top: 2rem;
        font-size: 16px;
    }
    .profile_name h2{
        font-size: 40px;
    }
    .pfrofile_image{
        left: 33%;
    }
    .pfrofile_image::before {
        width: 174%;
        height: 52rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .profile_content{

    }
}

/*-------------------------------------------
news_ipadpro
---------------------------------------------*/

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .archive_header{
        height: 300px;
        width: 100%;
    }
    .archive_header .section_title{
        padding-top: 9rem;
        text-shadow: 0px 0px 11px #fff;
    }
    .post-item  {
        margin: auto;
        margin-bottom:100px;
        height: 30rem;
        width: 90%;
    }
    .section_news .latest-posts {
        margin: auto;
    }
    .news_section{
        display: block;
        width: 100%;
        margin-bottom: -16px;
    }
    .news_section .latest-posts {
        gap: 50px;
        width: 90%;
        margin: auto;
    }
    .sidebar{
        width: 100%;
    }
    .single-post{
        display: block;
        width: 100%;
    }
    .post-header{
        width: 90%;
        margin: auto;
    }
    .single-post .post-thumbnail img {
        width: 100%;
        height: auto;
    }
    .post-content p{
        font-size: 16px;
    }
    .post-title{
        font-size:22px
    }
    .post-thumbnail img {
        width: 100%;
        height: 260px;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .section_footer{
        width: 90%;
        margin: auto;
    }
    .section_footer__content {
        display: block;
    }
    .footer_address{
        display: block !important;
    }
    .footer_address p{
        font-size: 18px;
    }
    .section_footer__content_2 {
        width: 100%;
        }
    .section_footer__SNS img{
        width: 50px;
    } 
    .copyright p{
        font-size: 15px;
    }   
    
}



/*-------------------------------------------
animation
---------------------------------------------*/

/* フェードインの初期状態 */
.fade-in {
    opacity: 0;
    transform: translateY(50px); /* 50px 下から */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* 順番ごとに遅延をつける */
.fade-in.delay-1 { transition-delay: 0.2s; }
.fade-in.delay-2 { transition-delay: 0.8s; }

.fade-in.active {
    opacity: 1;
    transform: translateY(0);
}

/* フェードインの初期状態 */
.fade-in-step {
    opacity: 0; /* 最初は透明 */
    transform: translateY(30px); /* 少し下から開始 */
    transition: opacity 0.7s ease, transform 0.7s ease; /* アニメーションの時間とタイミング */
}

/* 遅延を追加 */
.fade-in-step.delay-1 {
    transition-delay: 0.2s; /* 1番目の遅延 */
}

.fade-in-step.delay-2 {
    transition-delay: 0.4s; /* 2番目の遅延 */
}

.fade-in-step.delay-3 {
    transition-delay: 0.6s; /* 3番目の遅延 */
}

/* アクティブ状態でフェードインする */
.fade-in-step.active {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻す */
}

/* 💡 2段階アニメーション */
@keyframes stepFade {
    0% { opacity: 0; transform: translateY(50px); }
    50% { opacity: 0.5; transform: translateY(15px); }
    100% { opacity: 1; transform: translateY(0); }
}


@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%); /* 完全に左に隠れた状態 */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* 元の位置にスライドしてフェードイン */
    }
}


/* 初期状態で要素が右側に隠れている */
.slide-in-element {
    opacity: 0; /* 初期状態で透明 */
    transform: translateX(-100%); /* 初期状態で右に隠れる */
    transition: transform 0.5s ease-in-out, opacity 0.7s ease-out; /* アニメーション時間とイージング */
}

/* .show クラスが追加されるとスライドイン */
.slide-in-element.show {
    opacity: 1; /* 表示 */
    transform: translateX(0); /* 元の位置にスライド */
}


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