@charset "utf-8";

.bgSub {
    background-color: rgba(246,246,246,0.50);
}







#top main .h2 {
   margin: 0 0 20px 0;
   text-align: center;
   color: #fff;
   font-size: 48px;
}



#top h2 {
    font-weight: 600;
    font-size: 42px;
    margin: 0 0 20px 0;
    font-family: "peridot-devanagari", sans-serif;
    font-weight: 600;
    font-style: normal;
}
#top h2 span {
    font-weight: 600;
    font-size: 20px;
    color: #3cc2bf;
    display: block;
}




.topLead {

}

.h1{
	font-size:42px;
}

.h2{
	font-size:28px;
}

.h3{
	font-size:24px;
}



.toplead {
    text-align: center;
    background-image: url(/img/background.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.toplead h2 {
    font-size: 24px;
    color: #333;
    margin: 0 0 20px 0;
}

.toplead .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 中央揃え */
    gap: 15px;
}

.toplead .card {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    width: calc(33.33% - 20px); /* 3列で均等に配置 */
    min-width: 250px; /* カードが小さくなりすぎないようにする */
}

.toplead .card h3 {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 0;
    gap: 8px;
}

.toplead .card h3 i {
    color: #3cc2bf;
    font-size: 20px;
    flex-shrink: 0;
}

.toplead .card p {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}


.toplead .arrow {
    text-align: center;
    margin: 0 0 100px 0;
}

.toplead .arrow img {
    height: 10px;
    width: auto;
}




@media (max-width: 736px) { /* forSMP */
    .topLead h1 {

    }

    .toplead h2 {
        font-size: 18px!important;
        margin: 0 0 20px 0;
    }
    
    
    .toplead .card {
        width: 46%;
        min-width: 100px; 
        padding: 10px;
    }
    
    
    .toplead .card h3 {
        font-size: 12px;
        gap: 5px;
    }
    
    .toplead .card p {
        font-size: 11px;
    }
    
    
    .toplead .arrow img {
        height: 60px;
        width: auto;
    }
    
}













/* グレーの背景 */
.topGreat {
    background-color: #f5f5f5; /* グレー */
    padding: 150px 20px;
    position: relative; /* 相対配置（白いボックスの基準にする） */
    background-image: url(/img/wave.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}


#top .topGreat h2 {
        font-size: 42px;
        font-weight: 600;
}


.topGreat .col2  {
   margin: 0 0 50px 0;
}

.topGreat .col2 article:first-child {
    width: 60%;
}

.topGreat .col2 article:last-child {
    width: 35%;
}

.topGreat .col2 article:last-child img {
    margin: 0 0 0 50px;
    width: auto;
    height: 400px;
}

.topGreat .name {
    font-size: 24px;
    text-align: right;
    font-weight: 600;
}




/* 白いボックス */
.topGreat h3.fuki {
    background-color: #fff;
    padding: 20px 30px;
    margin: 0 0 100px 0;
    border-radius: 50px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    font-weight: 500;
    font-size: 28px;
    width: 50%;
    text-align: center;
}

.topGreat h3.fuki strong {
    color: #3cc2bf;
    font-size: 120%;
    font-weight: 900;
}



.trust-container {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    margin: auto;
}

.trust-title {
    background: #e65384;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
}

.trust-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-top: 20px;
}

.person {
    width: 150px;
}

.icon {
    background: #fde8ef;
    border-radius: 50%;
    padding: 15px;
    display: inline-block;
}

.icon img {
    width: 80px;
    height: 80px;
}

.role {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.trustee {
    background: #e65384;
    color: white;
}

.trust-manager {
    border: 2px solid #e65384;
    color: #e65384;
}

.beneficiary {
    background: #e65384;
    color: white;
}



@media (max-width: 736px) { /* forSMP */
    .topGreat {
        padding: 30px 10px;
    }
    
    #top .topGreat h2 {
        font-size: 24px;
        margin: 30px 0 15px;
        font-weight: 900;
    }
    
    #top .topGreat h2 span {
        font-size: 14px;
    }    
    
    
    .topGreat h3.fuki {
        padding: 15px;
        margin: 0 0 20px 0;
        top: -60px;
        left: 50%;
        font-size: 18px;
        width: 90%;
        font-weight: 900;
    }

    .topGreat .col2  {
       margin: 0 0 0 0;
    }

    .topGreat .col2 article:first-child {
        width: 100%;
    }

    .topGreat .col2 article:last-child {
        width: 100%;
    }

    .topGreat .col2 article:last-child img {
        margin: 0;
        width: auto;
        height: auto;
    }
    
    .topGreat .name {
        font-size: 16px;
    }
}







.topMerit {

}

/* セクションタイトル */
.topMerit h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.topMerit p {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}




/* メリットのコンテナ（3等分で横並び） */
.merit-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 4px;
}

/* 各メリットカード（3等分） */
.merit-card {
  width: 33%; /* 3等分 */
  background-color: #F9F9F9;
  border-radius: 10px;
  padding: 0 0 10px 0;
  margin: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden; /* 画像のはみ出しを防ぐ */
  position: relative; /* アイコンを配置する基準 */
}

/* 画像コンテナ */
.merit-image {
  position: relative;
}

/* 画像（カードの縁ギリギリまで広げる） */
.merit-image img {
  width: 100%;
  display: block;
  border-radius: 0;  /* 角を完全になくす */
}

/* 番号（アイコン化 & センター配置 & h3 の上 & 画像にかかる） */
.merit-number {
  position: absolute;
  top: 100%; /* 画像の下部に配置 */
  left: 50%;
  transform: translate(-50%, -50%); /* 完全に中央揃え */
  background-color: #3cc2bf;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 10; /* h3 より前面に */
}

/* タイトル（h3） */
.merit-card h3 {
  font-size: 20px;
  margin-top: 30px; /* 数字アイコンと間隔を取る */
  margin-bottom: 10px;
}

/* 説明文 */
.merit-card p {
  font-size: 14px;
  color: #555;
  margin: 0 15px 15px;
}

/* ボタン */
.merit-button {
  display: inline-block;
  color: #e60073; /* ボタンのテキストと枠の色 */
  border: 1px solid #e60073;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease-in-out; /* ふわっと変化 */
  margin-bottom: 15px;
}

.merit-button:hover {
  background-color: #e60073;
  color: #fff;
  box-shadow: 0 4px 10px rgba(230, 0, 115, 0.4);
}

/* スマホ対応（縦並びにする） */
@media (max-width: 768px) {
  .merit-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .merit-card {
    width: 100%;
  }
}






.topForm {
    background: #fff;
    border-radius: 30px;
    padding: 50px;
}

.topForm h2 {
    text-align: center;
}

@media (max-width: 736px) { /* forSMP */
    .topForm {
        padding: 15px;
    }
}







.topPrice{
   text-align: center;
   padding: 20px;
   background: #fff;
   margin: 0 0 30px 0;
}

.topPrice h3{
   text-align: center;
   padding: 0;
   background: #fff;
   color: #3cc2bf;
   font-size: 32px;
}

.topPrice h3 span{
   font-size: 80%;
   margin: 0 0 10px 0;
}



.topPrice table{
   margin: 0 auto;
   vertical-align: top;
}

.topPrice table th span{
   font-size: 70%;
   font-weight: normal;
}

.topPrice table td{
   font-size: 32px;
   font-weight: 700;
   text-align: right;
   vertical-align: top;
}

.topPrice table td span{
   font-size: 70%;
}


@media (max-width: 736px) { /* forSMP */
    .topPrice h3{
       font-size: 18px;
       margin: 0 0 30px 0;
    }
    
    .topPrice table td{
       font-size: 24px;
    }
    
}










.topMap{
   
}


.topMap .col2 article {
    width: 50%;
}

.topMap .col2 article:nth-child(1) {
    padding: 50px;
}


.topMap .col2 article:nth-child(1) h2  {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    display: inline-block;
}

.topMap .col2 article:nth-child(1) h2 span  {
        font-size: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
    color: #666;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: pink;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.topMap .col2 article:nth-child(1) table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.topMap .col2 article:nth-child(1) th {
    text-align: left;
    font-weight: bold;
    color: #e60073;
    padding: 10px 0;
}

.topMap .col2 article:nth-child(1) td {
    color: #333;
    padding: 10px 0;
}


@media (max-width: 736px) { /* forSMP */
    .topMap .col2 article {
        width: 100%;
    }

    .topMap .col2 article:nth-child(1) {
        padding: 15px;
    }

    .topMap .col2 article:nth-child(1) tr {
        border-bottom: solid thin #E3E3E3;
    }

    .topMap .col2 article:nth-child(1) th {
        background: #F7F7F7;
        padding: 10px;
        font-size: 11px;
        width: 20%;
    }

    .topMap .col2 article:nth-child(1) td {
        padding: 10px;
        font-size: 11px;
    }
}









.topBlog{
   padding: 0 0 100px 0;
}


.topBlog .col2 article:nth-child(1) {
    width: 25%;
}

.topBlog .col2 article:nth-child(2) {
    width: 70%;
}

.topBlog p.img{
   width: 80px;
   float: left;
}

.topBlog p.img img{
   width: 90%;
   height: auto;
   margin: 0 10% 0 0;
}

.topBlog p.title{
   width: calc(100% - 80px);
   float: right;
}



@media (max-width: 736px) { /* forSMP */

    .topBlog{
       padding: 0 0 30px 0;
    }

    .topBlog .col2 article:nth-child(1) {
        width: 100%;
        padding: 0 15px;
    }

    .topBlog .col2 article:nth-child(2) {
        width: 100%;
        padding: 0 15px;
    }
}







/* topBlog */
ul.topBlog{
    
}
ul.topBlog li{
    border-bottom: thin solid #3cc2bf;
    padding: 20px 15px;
    width: 100%;
    display: block;
}

ul.topBlog li:nth-child(1) {
    border-bottom: thin solid #3cc2bf;
    border-top: thin solid #3cc2bf;
}


ul.topBlog li date{
    padding: 0 15px 0 0;
}
ul.topBlog li a{
    color: #222222;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer!important;
}


@media (max-width: 736px) { /* forSMP */
    ul.topBlog li{
        font-size: 13px;
        padding: 5px;
    }

    ul.topBlog li date{
        display: block;
        font-size: 90%;
    }
}



p.btn {
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
}

p.btn a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background: #2A87B9;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    padding: 15px 50px;
    border-radius: 30px;
}


@media (max-width: 736px) { /* forSMP */
    p.btn a{
        font-size: 18px;
    }
}






/* contents */
header.title {
    text-align: center;
    padding: 150px 50px 50px 50px;
    border-bottom: 1px solid #DEDEDE;
    margin: 0;
    background-image: linear-gradient(90deg, rgba(115, 216, 248, 1), rgba(150, 167, 241, 1));
    background-position: center bottom;
}

header.title h1 {
	font-size: 36px;
    text-shadow: 
    0px 0px 3px #C4C4C4, 
    0px 0px 20px #fff, 
    0px 0px 40px #fff, 
    0px 0px 60px #fff, 
    0px 0px 80px #fff;
    color: #002A33;
}
header.title p {
    color: #fff;
}
@media (max-width: 736px) { /* forSMP */
    header.title {
        padding: 80px 0 50px; 
        margin: 0;
        background-image: url("/img/pt/titleSP.jpg");
    }
    header.title h1 {
	font-size: 24px;
    margin: 30px 0 0 0;
    }
    header.title p {
    color: #0E427E;
    font-size: 12px;
    }
}


/* crearfix */
.clearfix,
.topAboutus ul,
.topMap,
.topBlog li
{overflow:hidden; zoom: 1;}

.clearfix:after,
.topAboutus ul:after,
.topMap:after,
.topBlog li:after
{content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
