@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/**********************
* 全体
**********************/
* {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.7;
}
.font-serif,
.font-serif span{
    font-family: 'Noto Serif JP', serif;
}
body{
    background: none;
    min-width: 1350px;
}
.container{
    padding-top: 80px;
}
a {
    color: #0170B9;
    transition: all 0.2s ease-in;
}
a:hover {
    color: #000;
}
ol, ul, li {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.article ol,
.article ul,
.article ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
em, pre, i, address {
    font-style: normal;
}
img{
    vertical-align: top;
}
.inner{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}
.wrap{
    width: 100%;
}
#content{
    padding: 100px;
    max-width: 1300px;
    margin: -200px auto 0;
    background-color: #fff;
}
.content p{
    font-size: 16px;
    line-height: 2;
}

/* 画像 フィット */
img.img-fit{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

/* フワッと表示 0.2秒遅延 */
.fade-in01 {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.4s ease-out 0.2s, transform 0.4s ease-out 0.2s;
}
.fade-in01.visible {
  opacity: 1;
  transform: translateY(0);
}

/* フワッと表示 0.4秒遅延 */
.fade-in02 {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.4s ease-out 0.4s, transform 0.4s ease-out 0.4s;
}
.fade-in02.visible {
  opacity: 1;
  transform: translateY(0);
}

/* pc、sp */
.pc {
  display: block!important;
}
.sp {
  display: none!important;
}

/**********************
* 固定ページ
**********************/
/* content */
body.page .article,
body.page .entry-content,
body.page .content .main{
    padding: 0;
    margin: 0;
    border: 0;
}
body.page .article p{
    margin: 0;
}
body.page .date-tags {
    display: none;
}

/* パンくず */
.breadcrumbs{
    margin: 0 auto 20px;
    color: #000;
    font-size: 23px;
    display: flex;
    align-items: center;
    line-height: 1.3;
}
.breadcrumbs span{
    color: #000;
    font-size: 13px;
}
.breadcrumbs a{
    text-decoration: none;
}

/* デフォルトのパンくず非表示 */
#breadcrumb{
    display: none;
}

/* 各固定ページの先頭画像 */
.header-ttl-img{
    margin-bottom: 60px;
}
.header-ttl-img p img{
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 60px 60px 270px 60px;
}

/**********************
* TOPのみ
**********************/
body.home .wrap{
    width: 100%;
}
body.home #content,
body.home .article,
body.home .entry-content,
body.home .main{
    margin: 0;
    padding: 0;
    border: 0;
}
body.home #content{
    max-width: 100%;
}

/**********************
* 1カラム(フルワイド)
**********************/
body.column-full-wide .article-header{
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
}
body.column-full-wide .breadcrumbs{
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
}

/**********************
* サイドバー
**********************/
.sidebar {
    width: 320px;
}

/**********************
* 見出し
**********************/
/* page h1 */
body.page .article-header{
    margin-bottom: 70px;
}
body.page .article-header h1.entry-title{
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
}

/* .entry-title */
.entry-title, .archive-title{
    text-align: center;
}

/* home h2 */
.home h2{
    font-size: 20px;
    letter-spacing: 3px;
}

/* h2_single01 */
h2.h2_single01{
    background-color: inherit;
    padding: 0;
    margin: 0 0 30px;
    font-family: 'Noto Serif JP', serif;
}

/* h3_single01 */
h3.h3_single01{
    border: 0;
    padding: 0;
    margin: 0 0 20px;
    font-size: 18px;
}
h3.h3_single01 span{
    font-size: 18px;
}

/**********************
* p、span
**********************/
p.p_center{
    text-align: center;
}
p.p_last{
    margin: 0;
}
.bold{
    font-weight: 700;
}
.small{
    font-size: 13px;
}
.sky-blue{
    color: #009FE8;
}

/**********************
* btn 汎用
**********************/
p.btn01 a {
    text-decoration: none;
    background-color: #009FE8;
    border-radius: 30px;
    width: auto;
    display: inline-block;
    padding: 13px 40px;
    margin: 0;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #fff;
    position: relative;
    transition: all 0.2s ease-in;
}
p.btn01 a:hover{
    opacity: 0.8;
}
p.btn02 a {
    text-decoration: none;
    background-color: #000;
    border-radius: 30px;
    width: auto;
    display: inline-block;
    padding: 13px 40px;
    margin: 0;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #fff;
    position: relative;
    transition: all 0.2s ease-in;
}
p.btn02 a:hover{
    opacity: 0.8;
}

/**********************
* メインイメージ
**********************/
#main_img {
    background-image: url("https://biwako-biyo.jp/wp-content/uploads/2025/02/main_img_bg.jpg");
    background-position: center center;
    background-size: cover;
    min-height: 710px;
    position: relative;
}
#main_img .main_img_text{
    position: absolute;
    top: 170px;
    left: 400px;
}
#main_img .main_img_text p.text01{
    margin: 0 0 40px;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 7px;
    line-height: 1.4;
}
#main_img .main_img_text p.text01 span.span01{
    font-size: 67px;
    font-weight: 700;
    letter-spacing: 13px;
}
#main_img .main_img_text p.img01{
}

@media screen and (max-width: 1400px){
    #main_img .main_img_text{
        left: 170px;
    }
}

/**********************
* header
**********************/
#header{
    width: 100%;
    min-width: 1300px;
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 100;
}
#header-in-pc{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 30px 10px 30px;
    align-items: center;
    background-color: #fff;
    flex-direction: row;
}
#header-in-pc .h-logo{
}

/* navナビゲーション */
#header-in-pc nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#header-in-pc nav ul li a{
    font-weight: 500;
    font-size: 15px;
    position: relative;
    padding: 7px 30px;
    color: #000;
    text-decoration: none;
}
#header-in-pc nav ul li a::after{
    opacity: 0;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #43484A;
    z-index: 2;
    transition: all 0.2s ease-in;
}

#header-in-pc nav ul li a:hover::after{
    opacity: 1;
}

/* 非表示 */
#header-in-sp{
    display: none;
}
#drawerPane{
    display: none;
}

/* under_main_img */
#under_main_img{
    min-height: 340px;
    background-image: url("https://biwako-biyo.jp/wp-content/uploads/2025/02/j-head.jpg");
    background-position: bottom center;
    background-size: cover;
}

/**********************
* footer
**********************/
#footer{
    padding: 70px 0;
}
#footer-in{
    width: 1200px;
    margin: 0 auto;
}
#f-copyright{
    color: #000;
    font-size: 12px;
    text-align: left;
    margin: 60px 0 0;
}
.f-nav ul{
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
  grid-template-columns: repeat(6, 1fr); /* 6列に分ける（2段×6列 = 最大12個） */
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.f-nav ul li{
}
.f-nav ul li a{
    border-right: solid 1px #000000;
    padding: 0 20px 0 20px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.f-nav ul li:first-child a{
    padding-left: 0;
}
.f-nav ul li:last-child a{
    border-right: 0;
    padding-right: 0;
}

/* footer_contact */
#footer_contact{
    background-color: #F5F5F5;
    padding: 100px 0;
    text-align: center;
}
#footer_contact h2{
    font-size: 33px;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 0 20px;
}
#footer_contact h2 span{
    letter-spacing: 0;
}
#footer_contact p.footer_contact_btn{
    margin: 40px 0 0;
}
#footer_contact p.footer_contact_btn a{
    text-decoration: none;
    background-color: #000;
    border-radius: 30px;
    width: auto;
    display: inline-block;
    text-align: center;
    padding: 15px 50px;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #fff;
    position: relative;
    transition: all 0.2s ease-in;
}
#footer_contact p.footer_contact_btn a::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    width: 10px;
    height: 10px;
    background: url(img/btn_maru_icon.png) no-repeat center / contain;
    transform: translateY(-50%);
}
#footer_contact p.footer_contact_btn a:hover{
    opacity: 0.8;
}

/**********************
* TOPページ
**********************/
/* top_intro */
#top_intro{
    padding: 100px 0;
}
#top_intro .inner{
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home #top_intro h2{
    margin: 0 0 30px;
    font-size: 27px;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
}
#top_intro .text_box{
    width: 530px;
}
#top_intro .text_box p{
    margin: 0 0 30px;
}
#top_intro .text_box p:last-child{
    margin: 0;
}
#top_intro .text_box p{
    font-family: 'Noto Serif JP', serif;
}

/* top_candomb */
#top_candomb{
    margin: -100px 0 0;
}
#top_candomb .inner{
    position: relative;
    background-color: #fff;
    padding: 40px;
}
.btn_maru{
    position: absolute;
    right: 60px;
    top: 140px;
}
.btn_maru a{
    display: flex;
    flex-direction: column;
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-in;
    gap: 7px 0;
}
.btn_maru a .span01{
    font-size: 14px;
}
.btn_maru a .span02{
    background-color: #000;
    border-radius: 300%;
    width: 60px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.btn_maru a .span02 img{
    width: 11px;
}
.btn_maru a:hover{
    transform: scale(1.1);
}

/* top_intvoice */
#top_intvoice{
    min-height: 400px;
    background-image: url(img/top_intvoice_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 120px 0 0;
}
#top_intvoice .text_box{
    width: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 110px 0 0;
}
#top_intvoice .text_box p.top_intvoice_btn{
    margin: 20px 0 0;
}
#top_intvoice .text_box p.top_intvoice_btn a{
    text-decoration: none;
    background-color: #fff;
    width: 270px;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #00aeeb;
    position: relative;
    transition: all 0.2s ease-in;
}
#top_intvoice .text_box p.top_intvoice_btn a::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 55px; /* アイコンの位置調整 */
    width: 10px;
    height: 10px;
    background: url('img/top_intvoice_icon.png') no-repeat center/contain;
    transform: translateY(-50%);
}
#top_intvoice .text_box p.top_intvoice_btn a:hover{
    opacity: 0.8;
}
/* top_partner  */
#top_partner {
  min-height: 400px;
  background-image: url('https://biwako-biyo.jp/wp-content/themes/cocoon-child-master/img/top_partner_bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 120px 0 0;
}
#top_partner .text_box {
    width: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 110px 0 0;
}
#top_partner .text_box p.top_partner_btn {
    margin: 20px 0 0;
}
#top_partner .text_box p.top_partner_btn a {
    text-decoration: none;
    background-color: #fff;
    width: 270px;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #00aeeb;
    position: relative;
    transition: all 0.2s ease-in;
}
#top_partner .text_box p.top_partner_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55px;
    width: 10px;
    height: 10px;
    background: url(img/top_intvoice_icon.png) no-repeat center / contain;
    transform: translateY(-50%);
}
/* top_news */
#top_news{
    padding: 100px 0;
}
#top_news .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
}
#top_news .ttl_box{
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#top_news .ttl_box h2{
    text-align: center;
    font-weight: 500;
}
#top_news .text_box{
    width: 590px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 60px 0;
}
#top_news .text_box ul li{
    margin: 0 0 30px;
}
#top_news .text_box ul li:last-child{
    margin: 0 0 0;
}
.content #top_news p,
.content #top_news p a{
    font-size: 14px;
}
#top_news p.top_news_btn{
    margin: 20px 0 0;
}
#top_news p.top_news_btn a{
    text-decoration: none;
    background-color: #000;
    width: 270px;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #fff;
    position: relative;
    transition: all 0.2s ease-in;
}
#top_news p.top_news_btn a::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 55px; /* アイコンの位置調整 */
    width: 10px;
    height: 10px;
    background: url('img/btn_maru_icon.png') no-repeat center/contain;
    transform: translateY(-50%);
}
#top_news p.top_news_btn a:hover{
    opacity: 0.8;
}

/**********************
* 投稿系
**********************/
.entry-card-content,
.related-entry-card-content{
    margin: 0;
}

/**********************
* 基金について
**********************/
p#p_fund_first{
    max-width: 600px;
    font-size: 14px;
    margin: 0 auto;
}
#fund_box{
    margin: 70px 0 0;
}
#fund_box .child01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 70px;
}
#fund_box .child02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 0 70px;
}
#fund_box .child_last{
    margin: 0 0 0;
}
#fund_box .child_last{
    margin: 0 0 0;
}
#fund_box .img_box{
    width: 550px;
}
#fund_box .text_box{
    width: 470px;
}
#fund_box .text_box .num{
    margin: 0 0 20px;
}

/**********************
* よくある質問
**********************/
#qa{
    margin: 0 auto 0;
    width: 830px;
}
#qa .qa_box{
    margin: 0 0 40px;
}
#qa .qa_box:last-child{
    margin: 0 0 0;
}
#qa .qa_box .q_ttl{
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 20px;
}
#qa .qa_box .q_ttl::before {
    content: "Q";
    font-weight: 400;
    color: #009FE8;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 22px;
}
#qa .qa_box .q_ttl p{
    color: #009FE8;
}
#qa .qa_box .a_text{
    position: relative;
    padding: 0 0 0 40px;
}
#qa .qa_box .a_text::before {
    content: "A";
    font-weight: 400;
    color: #009FE8;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 22px;
}

/**********************
* 概要
**********************/
#about-us{
    width: 900px;
    margin: 0 auto 0;
}
#about-us h2.h2_about-us{
    background: none;
    text-align: center;
    border-bottom: solid 1px #cdcbcb;
}
#about-us h2.h2_about-us02{
    background: none;
    text-align: center;
    border: 0;
    padding-bottom: 0;
}
#about-us .about-us_box{
    margin: 0 0 90px;
}
#about-us .about-us_box:last-child{
    margin: 0 0 0;
}
#about-us .text_philosophy{
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 33px;
    letter-spacing: 4px;
}
#about-us table tr{
    border-top: 1px solid #B1B1B1;
}
#about-us table tr:last-child{
    border-bottom: 1px solid #B1B1B1;
}
#about-us table th{
    background: none;
    width: 300px;
}
#about-us table th,
#about-us table td{
    border: 0;
    padding: 20px 0;
}
#about-us .greeting_box p{
    margin: 0 0 40px;
    font-size: 18px;
}
#about-us .greeting_box p span{
    font-size: 18px;
}
#about-us .greeting_info{
    margin: 70px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 40px;
}
#about-us .greeting_info p{
    margin: 0;
}
#about-us .greeting_info .text_box p{
    margin: 0;
    font-weight: 600;
    letter-spacing: 2px;
}

/**********************
* お申し込み
**********************/
#application{
    width: 900px;
    margin: 0 auto 0;
}
#application .application_box{
    margin: 0 0 70px;
}
#application .application_box:last-child{
    margin: 0 0 0;
}

/**********************
* 支援者の声
**********************/
p#p_voice_first{
    max-width: 600px;
    font-size: 14px;
    margin: 0 auto;
}
#voice_box{
    width: 900px;
    margin: 70px auto 0;
}
#voice_box .child01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 70px;
}
#voice_box .child02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 0 70px;
}
#voice_box .child_last{
    margin: 0 0 0;
}
#voice_box .child_last{
    margin: 0 0 0;
}
#voice_box .img_box {
    width: 340px;
}
#voice_box .text_box {
    width: 460px;
}
#voice_box p{
    margin: 0 0 30px;
}
#voice_box p:last-child{
    margin: 0;
}

/**********************
* 支援者の声 詳細
**********************/
#voice_intvoice{
    width: 900px;
    margin: 70px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#voice_intvoice .img_box {
    width: 430px;
}
#voice_intvoice .text_box {
    width: 410px;
}
#voice_intvoice p{
    margin: 0 0 30px;
}
#voice_intvoice p:last-child{
    margin: 0;
}
/* 追加TOPページパートナーの声エリア */
.partner-items {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
}
.partner-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}

.partner-item {
  width: 280px;
}

.partner-card {
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease;
}


.partner-card figure {
  margin: 0;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-wrapper .category {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #00aeeb;
  color: #fff;
  padding: 4px 10px;
  font-size: 13px;
  max-width: 90%;
  white-space: normal;
}

.text-m {
  margin: 12px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.see-more-button {
  text-align: center;
  margin-top: 30px;
}

.see-more-button .btn {
    display: inline-block;
    padding: 15px 45px;
    background-color: #00aeeb;
    color: #fff;
    border-radius: 24px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.see-more-button .btn:hover {
  background-color: #0056b3;
}

