:root {
--base: #D23372;
--base-sub:#FDE4EE;
--headline: #FFFC9E;
--content_bg:#FFEEF5;
--fw-black: 900;
--fw-bold: 700;
--fc-gray:#505050;
--fc-magokoro-base:#332929;
}

.base{
    color: var(--base);
}

small{
    font-size: 0.8em;
}

.t-center{
    text-align: center;
    margin: auto;
}

.t-right{
    text-align: right;
}

.base{
    color:var(--base);
}

.title-area{
    padding: 60px 0;
    border-bottom: 1px solid var(--base);
}

h1.page-title{
    font-family: "Shippori Mincho", serif;
    font-size: 2.25rem;
    text-align: center;
    line-height: 1.2;
}

.title-area p.page-title{
    font-family: "Shippori Mincho", serif;
    font-size: 2.25rem;
    text-align: center;
    line-height: 1.2;
    font-weight: var(--fw-bold);
}

.title-area h2{
    font-family: "Shippori Mincho", serif;
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
    margin-top: 0.625rem;
}

.page-container{
    width: 1000px;
    margin: auto;
}

.page-main-visual{
    margin-bottom: 7.5rem;
}

.page-message{
    font-family: "Shippori Mincho", serif;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.06em;
}

.page-message p{
    margin-bottom: 1.875em;
}

.page-message.hr::after{
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: var(--base);
    margin: 60px auto 0;
}

.project-content{
    padding: 60px  0 100px;
}

.project-content .container{
    width: 1040px;
}

.project-content .project-box-wrap{
    margin-bottom: 1.875rem;
    display: flex;
    gap:50px 60px;
    flex-wrap: wrap;
}

.project-content .project-box{
    width: calc((100% - 60px) / 2);
}

.project-content .project-title{
    font-size: 1.25rem;
    font-weight: var(--fw-bold);
    text-align: center;
    color: var(--base);
    padding: 10px 0;
    border: 1px solid var(--base);
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin-bottom: 1.875rem;
}

.project-content p{
    color: var(--fc-gray);
    line-height: 1.8;
    letter-spacing: 0.06em;
}

.project-content .btn{
    width: 536px;
    margin: auto;
}

/**支援活動**/

.activities{
    padding:0 0 2em 24px;
    position: relative;
}

.activities p{
   line-height: 1.8;
}

.activities:before{
    border-left: 2px solid rgba(199, 199, 199, 0.5);
    height: calc(100% - 20px);
    left: 7px;
    top: 18px;
    content: "";
    display: block;
    position: absolute;
    width: 0;
}
.activities:after{
    border: 2px solid;
    box-sizing: border-box;
    height: 16px;
    width: 16px;
    content: "";
    display: block;
    position: absolute;
    left: 0.5px;
    top:0;
    border-radius: 50%;
    color: var(--base);
}

.activities:first-child{
    margin-top: 60px;
}

.activities:last-child{
    margin-bottom: 100px;
}
.activities-header{
    margin-bottom: 2em;
}

.activities .date{
    font-size: 0.75rem;
    color: var(--fc-gray);
    margin-bottom: 0.5em;
}

.activities h2{
    font-size: 1.2rem;
    position: relative;
    margin: 0 0 2em;
    padding: 0 0 1em 0.5em;
}
.activities h2::after{
    content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--base) 0%, var(--base) 29.3%, rgba(150, 150, 150, .2) 29.3%, rgba(150, 150, 150, .2) 100%);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    z-index: 0;
}

.activities-header img{
    width: 100%;
}

.activities .activities-header p{
    margin: 0 0 3em 0;
}

.activities .activities-header figure.main-img{
    width: 100%;
}

.activities .activities-header figcaption{
    font-size: 0.8rem;
    text-align: center;
}

.activities p{
    margin-bottom: 1em;
}

.activities h3{
    font-size: 1.2rem;
}
.activities h4{
    width: 100%;
    padding: 0 0 0 16px;
    border-left: solid 2px var(--base);
}
.activities .post{
    display: flex;
    gap:18px;
    flex-wrap: wrap;
    margin-bottom: 3em;
}

.activities .post .left{
    width: calc((100% - 18px) / 2);
}

.activities .post .right{
    width: calc((100% - 18px) / 2);    
}

.activities .post .left100{
    width: calc((100% - 18px) / 2 + 100px);
}

.activities .post .right100{
    width: calc((100% - 18px) / 2 - 100px);    
}

.activities .post figcaption{
    font-size: 0.8rem;
    text-align: center;
}

.activities:last-child div:last-child{
    margin-bottom: 0;
}

/**gallery**/

.gallery{
    display: flex;
    flex-wrap: wrap;
    gap:18px;
    margin-bottom: 4em;
}

.gallery figure{

}

.gallery figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery figure figcaption{
    font-size: 0.8rem;
    text-align: center;
}

.gallery.g2 figure{
    width: calc((100% - 18px) / 2);
}

.gallery.g3 figure{
    width: calc((100% - 18px * 2) / 3);
}

.gallery.g4 figure{
    width: calc((100% - 18px * 3) / 4);
}

.gallery.g6 figure{
    width: calc((100% - 18px * 5) / 6);
}

.activities .support-tool {
  border: 1px solid var(--base);
  padding: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.activities h4.support-title {
  background: var(--base);
  color: #fff;
  font-weight: var(--fw-bold);
  font-size: 1.0rem;
  position: absolute;
  padding: 7px 14px;
  top: -5%;
  line-height: 1;
  margin: 0;
  width: auto;
  border: none;
}

.activities .support-content {
  display: flex;
  gap: 2rem;
  background: #FFF8B0;
  padding: 1.5rem;
  align-items: flex-start;
}

.activities .support-image {
  flex: 0 0 40%;
  margin: 0;
  text-align: center;
}

.activities .support-image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
}

.activities .support-image figcaption {
  font-size: 0.85rem;
  margin-top: 0.5rem;
  color: #555;
}

.activities .support-text {
  flex: 1;
}

.activities .support-text p {
  line-height: 1.8;
  font-size: 0.95rem;
  margin: 0;
}

.activities .comment-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 30px auto;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.activities .comment-box img {
    width: 180px;
}

.activities .comment-content {
    position: relative;
    background: #f9f7d2;
    padding: 15px 20px;
    border-radius: 8px;
    line-height: 1.6;
    width: 60%;
}

.activities .comment-content::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 20px;
    border-width: 8px 12px 8px 0;
    border-style: solid;
    border-color: transparent #f9f7d2 transparent transparent;
}

.activities .person-name {
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.gentivoice{
    width: 100%;
    border: 4px double var(--base);
    padding: 2em;
}

.activities .profile{
    display: flex;
}

.activities .photo{
    width: 200px;
    margin-right: 30px;
}

.activities .profile-text{
    font-size: 0.8em;
}

.news-nav{
    background: var(--base);
}

.news-nav ul{
    width: 1000px;
    margin: auto;
    display: flex;
    height: 55px;
}

.news-nav ul li{
    width: 20%;
    border-right: 1px solid #fff;
    height: calc(100% - 1px);
}

.news-nav ul li:first-child{
    border-left: 1px solid #fff;
}

.news-nav ul li a{
    font-size: 0.875rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: var(--fw-bold);
}

.news-nav ul li.active{
    background: #fff;
}

.news-nav ul li.active a{
    color: var(--base);
}

.news-item a:hover{
    background: #F7F7F7;
}

.newslist-wrap{
    padding: 40px 0 100px;
}

.news-item:first-child{
    border-top: none;
}

.news-single-wrap{
    padding: 60px 0 100px;
}

.news-sigle-title{
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}

.news-sigle-title .news-headline{
    font-size: 1.75rem;
    text-decoration: none;
    color:var(--base);
}

.news-sigle-content{
    font-size: 1.25rem;
    color: var(--fc-gray);
    padding: 20px;
    line-height: 1.8;
    letter-spacing: 0.06em;
}

.news-sigle-content p{
    margin-bottom: 3.125rem;
}

.news-sigle-content img{
    max-width: 85%;
    height: auto;
    margin: 0 auto 3.125rem;
    display: block;
}

a {
  color: var(--base);
  padding-bottom: 0.3px;
  margin-bottom: 0.3px;
  position: relative;
  text-decoration: none;
}

a.link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 30px;
  bottom: 0;
  border-bottom: 1px solid var(--base);
}

a.link[target="_blank"] {
  display: inline-block;
  background: url(../images/link.svg) no-repeat right center;
  padding-right: 30px;
}

.title-img-area{
    position: relative;
}

.title-img-area-inner{
    width: 1150px;
    display: flex;
    gap:2%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.left-img{
    width: 57%;
}

.right-text{
    width: 41%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.title-img-area h1{
    font-size: 3.625rem;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    line-height: 1.2;
}

.tai-cambodia_FV_bg{
    width: 100%;
    min-height: 500px;
}

.tai-cambodia-description{
    text-align: center;
    color: var(--fc-magokoro-base);
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 100px;
}

.activities .mb{
    margin-bottom: 18px;
}

.activities .mb0{
    margin-bottom: 0;
}

.box-yellow{
    background:#ffffcc;
    padding: 10px 15px;
    margin: 20px 0;
}

.title-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.title-wrap .y-logo{
    max-width: 20%;
    margin-right: 2%;
}

.title-wrap .y-text{
    font-size: 1.3em;
    font-weight: 700;
}

.title-wrap .y-text small{
    font-size: 0.8em;
    font-weight: normal;
}

b.navy{
    color: #0b3041;
}
