@charset "utf-8";
.__about_policy_box > h3,
.__about_greeting_box > h3,
.__about_overview_box > h3,
.__about_accessmap_box > h3{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    font-weight: normal;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}
.__about_policy_box > h3 > p,
.__about_greeting_box > h3 > p,
.__about_overview_box > h3 > p,
.__about_accessmap_box > h3 > p{
    font-size: 1.2em;
    display: flex;
    align-items: start;
}
.__about_policy_box > h3 > span,
.__about_greeting_box > h3 > span,
.__about_overview_box > h3 > span,
.__about_accessmap_box > h3 > span{
    font-size: 0.6em;
    margin-left: 10px;
}

.__about_policy_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.__about_policy_box h3{
    width: 100%;
}
.__about_policy_box_img{
    width: 35%;
}
.__about_policy_box_contents{
    width: 100%;
    margin-top: 20px;
}
.__about_policy_box_contents ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    counter-reset: numbers;
}
.__about_policy_box_contents ul li{
    width: calc((100% / 5) - 10px );
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 20px;
    aspect-ratio: 1 / 1;
    border: solid 1px #425DAA;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background: -moz-linear-gradient(45deg, #425DAA, #5577d4);
    background: -webkit-linear-gradient(45deg, #425DAA, #5577d4);
    background: linear-gradient(45deg, #425DAA, #5577d4);
    color: #ffffff;
    transition: 0.5s all;
}
.__about_policy_box_contents ul li:hover{
    scale: 1.1;
    transition: 0.5s all;
}
.__about_policy_box_contents ul li h4{
    font-size: 1.2em;
    text-align: center;
}
.__about_policy_box_contents ul li::before{
    counter-increment: numbers;
    content:counter(numbers)".";
    color: #425DAA;
    opacity: 0.4;
    font-size: 10vw;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-style: italic;
    line-height: 1em;
    margin-right: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.__about_greeting_box{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: column;
    margin-bottom: 3.6rem;
}
.__about_greeting_box h3{
    width: 100%;
    height: auto;
}
.__about_greeting_box_contents{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.__about_greeting_img_box{
    width: 40%;
    height: auto;
    position: relative;
    z-index: 0;
    margin-left: 20px;
}
.__about_greeting_img_box{
    width: 40%;
    height: auto;
    position: relative;
    z-index: 0;
    margin-left: 20px;
}

.__about_greeting_img_box::after{
    content: '';
    width: 100%;
    aspect-ratio: 1 / 1.25 ;
    display: block;
    background-color: #425DAA;
    position: absolute;
    z-index: -1;
    left: -20px;
    top: 20px;
}
.__about_greeting_comment_box{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.__about_greeting_comment_box p{
    width: 100%;
    line-height: 1.8em;
    font-size: 0.9rem;
}
.__about_greeting_comment_name{
    margin-top: 20px;
    text-align: right;
    text-align-last: right;
}

.__about_overview_comment_box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 40px;
}
.__about_overview_comment_box table{
    width: 100%;
    font-size: 0.9rem;
}
.__about_overview_comment_box table th{
    border: solid 1px #dedede;
    padding: 20px;
    font-weight: normal;
    border-left: none;
}
.__about_overview_comment_box table td{
    border: solid 1px #dedede;
    padding: 20px;
    border-right: none;
}
.__about_overview_comment_box table td ul{
    width: 100%;
    height: auto;
}
.__about_overview_comment_box table td ul li{
    padding: 10px 0;
}
.__about_overview_comment_box table td ul li a i{ 
    font-size: 0.6em;
    margin-left: 10px;
    color: #425DAA;
}
.__about_overview_comment_box table tr:first-child th,
.__about_overview_comment_box table tr:first-child td
{
    border-top: none;
}
.__about_overview_comment_box table tr:last-child th,
.__about_overview_comment_box table tr:last-child td
{
    border-bottom: none;
}



.__about_accessmap_box_contents{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.__about_accessmap_comment_box{
    width: 48%;
    background: #ffffff;
    padding: 40px;
}
.__about_accessmap_comment_box table{
    width: 100%;
}
.__about_accessmap_comment_box table th{
    border: solid 1px #dedede;
    border-left:none ;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 1.6em;
    color: #425DAA;
}
.__about_accessmap_comment_box table td{
    border: solid 1px #dedede;
    border-right: none;
    padding: 20px;
}

.__about_accessmap_comment_box table tr:first-child th,
.__about_accessmap_comment_box table tr:first-child td{
    border-top: none;
}
.__about_accessmap_comment_box table tr:last-child th,
.__about_accessmap_comment_box table tr:last-child td{
    border-bottom: none;
}


.__about_accessmap_ifleme_box{
    width: 48%;
    height: 370px;
}