.section-strength {
    background: url(../img/section/strength/strength_new/strongth_bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 50px;
}
@media (max-width: 767.98px) {
    .section-strength {
        padding-top: 30px;
    }
}
.section-strength-intro {
    padding-top: 0px;
    padding-bottom: 120px;
}
.section-strength-intro .title-green-40 {
    margin-bottom: 45px;
}
@media (max-width: 767.98px) {
    .section-strength-intro {
        padding-top: 0px;
        padding-bottom: 60px;
    }
    .section-strength-intro .title-green-40 {
        margin-bottom: 20px;
    }
}
/*-------- strengths_base  ----------*/
.section-strength .strength-pb-85 {
    padding-bottom: 85px;
}
.section-strength .strength-pb-50 {
    padding-bottom: 50px;
}
.section-strength .item.item-pt-20 {
    padding-top: 20px;
}
.section-strength .title-black-34 {
    margin-bottom: 50px;
}
@media (max-width: 767.98px) {
    .section-strength .title-black-34 {
        margin-bottom: 30px;
    }
}
.section-strength p.chusyaku {
    text-align: right;
    font-size: 0.9rem;
}
@media (max-width: 767.98px) {
    .section-strength p.chusyaku {
        text-align: right;
        font-size: 0.7rem;
        line-height: 1rem;
    }
}

.title-black.title-black-26 {
    font-size: 26px;
    color: #6D6F75;
}
h4.title-black span {
    padding-right: 10px;
}
.title-green-48 {
    background: linear-gradient(to right, #8ee070, #2a9b00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-weight: bold;
}
@media (max-width: 767.98px) {
    .title-green-48 {
        font-size: 32px;
    }

}

.section-strength-intro .btn-container-common {
    margin-top: 0;
}
/*-------- pagelink  ----------*/
.section-strength-link .card-white .card-body {
    padding: 10px 20px;
}
.section-strength-link .card-white .card-body .card-title {
    text-align: left;
}
.section-strength-link .card-white.circle-arrow {
    position: relative;
}
.section-strength-link .card-white.circle-arrow:before,
.card-white.circle-arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    content: "";
}
.section-strength-link .card-white.circle-arrow:before {
    right: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #c1e2ae;
}
.section-strength-link .card-white.circle-arrow:after {
    right: 26px;
    width: 14px;
    height: 8px;
    background: url(../img/icon/arrow-green.png) 50% 50%/cover no-repeat;
}
.section-strength-link .card-body {
    flex-wrap: nowrap;
    gap: 0 15px;
    align-items: center;
}
.section-strength-link .col-md-4 {
    display: flex;
    width: 33.3333%;
}
@media (max-width: 767.98px) {
    .section-strength-link .col-md-4 {
        display: flex;
        width: 100%;
    }
    .section-strength-link .card-white {
        margin-bottom: 15px;
    }
}
.section-strength-link .col-md-4 a.card {
    width: 100%;
}

.section-strength #section01,
.section-strength #section02,
.section-strength #section03,
.section-strength #section04,
.section-strength #section05 {
    padding: 60px 0 60px;
}
#section01 {
    padding-top: 120px;
}
@media (max-width: 767.98px) {
    .section-strength #section01,
    .section-strength #section02,
    .section-strength #section03,
    .section-strength #section04,
    .section-strength #section05 {
        padding: 30px 0 30px;
    }
    .section-strength #section01 {
        padding-top: 60px;
    }
}

/*-------- item  ----------*/
.section-strength .item {
    padding-top: 0px;
    padding-bottom: 50px;
    line-height: 1.5;
}
@media (max-width: 767.98px) {
    .section-strength .item {
        padding-top: 0px;
        padding-bottom: 30px;
        line-height: 1.3;
    }
}
#section01 .item:last-child,
#section02 .item:last-child,
#section03 .item:last-child,
#section04 .item:last-child,
#section05 .item:last-child {
    padding-bottom: 0;
}
#section02 .item:last-child p:last-child {
    margin-bottom: 0;
}
.section-strength .strengthsContent:last-child {
    padding-bottom: 0;
}
/*-------- imgBox  ----------*/
.section-strength .imgBox_content {
    padding: 80px 0 30px;
}
@media (max-width: 767.98px) {
    .section-strength .imgBox_content {
        padding: 40px 0 20px;
    }
}
.section-strength .imgBox {
    margin: 40px 0;
}
@media (max-width: 767.98px) {
    .section-strength .imgBox {
        margin: 20px 0;
    }
}
.section-strength .imgBox img {
    display: block;
    margin: 0 auto;
}



/*--------------------------------------*/
/*----- section01_Why Choose Us  -------*/
/*--------------------------------------*/
.strength_why-choose-us_content .caption-48 {
    font-size: 48px;
    margin-bottom: 50px;
}
@media (max-width: 767.98px) {
    .strength_why-choose-us_content .caption-48 {
        font-size: 36px;
        margin-bottom: 30px;
    }
}
.strength_why-choose-us_content .caption-34 {
    font-size: 34px;
    margin-bottom: 30px;
}
.strength_why-choose-us_content {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    position: relative;
}
@media (max-width: 767.98px) {
    .strength_why-choose-us_content {
       flex-wrap: wrap;
       gap: 0;
       padding: 0px 30px;
    }
}
.strength_why-choose-us_left {
    width: 60%;
    background: url("../img/section/strength/strength_new/map.png") 50% 0 no-repeat;
    background-position: right;
    background-position-y: bottom;
}
@media (max-width: 767.98px) {
    .strength_why-choose-us_left {
        background-size: 65%;
        background-position-y: 320px;
    }
}
.strength_why-choose-us_right {
    width: 40%;
}
@media (max-width: 767.98px) {
    .strength_why-choose-us_left {
        width: 100%;
    }
    .strength_why-choose-us_right {
        width: 100%;
    }
}
.strength_why-choose-us_body {
    margin-bottom: 30px;
}
.strength_why-choose-us_body img {
    margin-bottom: 10px;
}

.strength_why-choose-us_body.years {
    width: 326px;
}
@media (max-width: 767.98px) {
    .strength_why-choose-us_body.years {
        width: 100%;
    }
    .strength_why-choose-us_body.years img {
        width: 65%;
    }
}
.strength_why-choose-us_body.years img,
.strength_why-choose-us_body.offices img {
    margin-bottom: 20px;
}
.strength_why-choose-us_body.offices {
    width: 200px;
    margin-top: 50px;
}
@media (max-width: 767.98px) {
    .strength_why-choose-us_body.offices {
        margin-top: 35px;
        width: 30%;
    }
}
.strength_why-choose-us_body.offices hr {
    width: 116px;
}

.strength_why-choose-us_body.jis {
    position: absolute;
    bottom: 0;
}
@media (max-width: 767.98px) {
    .strength_why-choose-us_body.jis {
        position: unset;
    }
}
.strength_why-choose-us_body.jis p {
    padding-right: 50px;
    padding-bottom: 10px;
}
.strength_why-choose-us_body.jis img {
    margin-bottom: 20px;
}
.strength_why-choose-us_body.projects img {
    margin-top: -35px;
}

.strength_why-choose-us_body.member img {
    margin-top: -40px;
}
@media (max-width: 767.98px) {
    .strength_why-choose-us_body .caption-18 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .strength_why-choose-us_body.projects p,
    .strength_why-choose-us_body.member p {
        margin-bottom: 15px;
    }
}

/*--------------------------------------*/
/*----- section02_High Quality  -------*/
/*--------------------------------------*/


/*--------------------------------------*/
/*----- section03_5 Strengths  -------*/
/*--------------------------------------*/
.section-strength .strengthsContent {
    padding-bottom: 100px;
}
@media (max-width: 767.98px) {
    .section-strength .strengthsContent {
        padding-bottom: 50px;
    }
}
.section-strength .strengthsContent .item:last-child {
    padding-bottom: 0px;
}
.section-strength .item .item-title {
    margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
    .section-strength .item .item-title {
        margin-bottom: 1.2rem;
    }
}
.section-strength .strengthsContent .item p:last-child {
    margin-bottom: 0px;
}
/*--------  strengths_btn  ----------*/
.btn-container-strengths {
    max-width: 488px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

/*--------  members_graph  ----------*/
.section-strength .members_graph {
    justify-content: center;
}
.section-strength .members_graph h6 {
    color: #c1d3b7;
}
.section-strength .members_graph .col-md-6.icon {
    justify-content: center;
    display: flex;
}
.section-strength .members_graph .col-md-6.icon img {
    padding: 10px 20px;
}
@media (max-width: 767.98px) {
    .section-strength .members_graph .row.col-md-6 {
        align-items: end;
        margin-bottom: 30px;
    }
    .section-strength .members_graph .strength-pb-50 {
        padding-bottom: 0px;
    }
    .section-strength .members_graph .col-md-6 .col-md-6 {
        width: 50%;
    }
    .section-strength .members_graph .col-md-6.icon img {
        padding: 0px 20px;
    }
}


/*--------  specialpanel  ----------*/
.section-strength .specialpanelContent {
    margin-top: 50px;
}
.card-strengths .card-body {
    padding-top: 30px;
}
.card-strengths .card-title {
    margin-bottom: 30px;
    color: #65b634;
}
@media (max-width: 767.98px) {
    .card-strengths .card-body {
        padding-top: 20px;
    }
    .card-strengths .card-title {
        margin-bottom: 15px;
    }
}
/*--------  tableArea  ----------*/
.section-strength .tableArea {
    margin-top: 50px;
}
.section-strength .table-about.table-bordered > tbody > tr > th,
.section-strength .table-about.table-bordered > tbody > tr > td {
    word-break: keep-all;
    vertical-align: middle;
}
.section-strength .table-about > tbody > tr > th {
    font-weight: bold;
    color: #85d767;
}
.section-strength .table-about > tbody > tr > td .td-title {
    margin-bottom: 0;
}
.section-strength .table-about dl:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .section-strength .shadow-tokubetu .btn-green {
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 90px;
        line-height: 1.4rem;

        box-shadow: 0 5px 12px 0 #bef2a6, 0 2px 4px 0 #bef2a6;
    }

    .section-strength .table-bordered > :not(caption) > *{
        border: unset;
        border-bottom: 1px solid #d0d4df;
    }
    .section-strength .table-about.table-bordered > tbody > tr:first-child {
        border-top: 1px solid #d0d4df;
    }
    .section-strength .table-about.table-bordered > tbody > tr > th,
    .section-strength .table-about.table-bordered > tbody > tr > td {
        border-width: 0px 0;
    }
}


/*----------------------------*/
/*--Home-visits_修正240321--*/
/*--support--*/
/*----------------------------*/
.supportContent h3 {
    padding-bottom: 33px;
}
.supportContent_block {
    margin-top: 40px;
    padding: 40px;
    border-radius: 6px;
    position: relative;
}

.supportContent_block .imgBox h5 {
    font-weight: bold;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.supportContent_block .imgBox img {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}
.supportContent_block_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
}
.supportContent_block_list ul li {
    padding: 0px;
    padding-left: 0;
    width: 49%;
    display: flex;
    align-items: flex-start;
    border-radius: 6px;
    height: auto;
    margin-bottom: 20px;
}
.supportContent_block_list ul li h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    min-height: 55px;
    color: #65b634;
}
.supportContent_block_list ul li p {
    font-size: 16px;
    line-height: 1.3rem;
}
.supportContent_block_list ul li p span.small {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1rem;
    display: block;
}
.supportContent_block_list ul li p span.small strong {
    font-weight: bold;
}
.supportContent_block_list ul li .textBox {
    width: 75%;
}
.supportContent_block_list ul li .imgBox {
    width: 25%;
    display: flex;
    justify-content: center;
}
.supportContent_block_list ul li .imgBox img {
    width: 100%;
    padding: 0 30px;
}
@media screen and (max-width: 767px) {
    .supportContent_block {
        margin-top: 30px;
        padding: 30px;
    }
    .supportContent_block .imgBox h4 {
        top: 70px;
    }
    .supportContent_block .imgBox img {
        margin-top: 50px;
    }
    .supportContent_block_list {
        margin-top: 20px;
    }
    .supportContent_block_list ul li {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .supportContent_block_list ul li:last-child {
        margin-bottom: 0px;
    }
    .supportContent_block_list ul li .imgBox img {
        margin-top: unset;
        padding: 0 15px;
    }
}



/*-------   追記240406   --------*/
.section-strength-link .col-md-4 {
    display: flex;
    width: 50%;
    margin-bottom: 15px;
}
.section-strength-link .col-md-4:nth-child(5),
.section-strength-link .col-md-4:nth-child(6) {
    margin-bottom: 0;
}

.section-strength .table-about.table-bordered > tbody > tr > th,
.section-strength .table-about.table-bordered > tbody > tr > td {
    vertical-align: top;
}
.section-strength .table-about.table-bordered > tbody > tr > td ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}
.section-strength .table-about.table-bordered > tbody > tr > td ul li::before {
    content: "";
    display: block;
    background: #2a9b00;
    width: 10px;
    height: 1px;
    position: absolute;
    top: 10px;
    left: 0;
}
.forPc {
    display: block;
}
.forSp {
    display: none;
}
@media screen and (max-width: 767px) {
    .section-strength-link .col-md-4 {
        width: 100%;
        margin-bottom: 0px;
    }
    .section-strength .table-about.table-bordered > tbody > tr > td ul {
        padding-left: 0;
    }
    .forPc {
        display: none;
    }
    .forSp {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .section-strength-link .card-white .card-body {
        padding-right: 60px;
    }
}

#section03 .table-about.table-md > tbody > tr > th {
    padding-right: 0;
}
.section-strength .table-about.table-bordered > tbody > tr > th img {
    display: inline-block;
    width: 40px;
    vertical-align: top;
    margin-right: 10px;
    padding-right: 5px;
    padding-top: 5px;
}
.section-strength .table-about.table-bordered > tbody > tr > th p {
    display: inline-block;
    width: calc(100% - 55px);
}
@media screen and (max-width: 767px) {
    .section-strength .table-about.table-bordered > tbody > tr > th img {
        padding-top: 0px;
        vertical-align: middle;
    }
    .section-strength .table-about.table-bordered > tbody > tr > th p {
        margin-bottom: 0;
        vertical-align: middle;
    }
}

.table-about.table-md > tbody > tr > th {
    width: 320px;
}
#section04 .table-about.table-md > tbody > tr > th {
    width: 220px;
}
@media screen and (max-width: 767px) {
    .table-about.table-md > tbody > tr > th,
    #section04 .table-about.table-md > tbody > tr > th {
        width: 100%;
    }
}

#section03 .table-about.table-md > tbody > tr > th p,
#section03 .table-about.table-md > tbody > tr > td ul {
    margin-bottom: 0;
}
#section05 .item {
    display: flex;
    gap: 20px;
}
#section05 .item .textArea {
    width: 55%
}
#section05 .item .imgArea {
    width: 45%
}
#section05 .item img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
    #section05 .item {
        flex-wrap: wrap;
    }
    #section05 .item .textArea {
        width: 100%
    }
    #section05 .item .imgArea {
        width: 100%
    }

    #section05 .item ul {
        margin-bottom: 0;
    }
}


/*-----------------------------------------*/
/*-------   追記_VenueFacilities   --------*/
/*----------------------------------------*/
.is-center {
    text-align: center;
}
.section-VenueFacilities #section01,
.section-VenueFacilities #section02,
.section-VenueFacilities #section03,
.section-VenueFacilities #section04,
.section-VenueFacilities #section05,
.OnlineResearch {
    padding-top: 100px;
    position: relative;
}
.section-VenueFacilities #section01 .container,
.section-VenueFacilities #section04 .container {
    padding-bottom: 100px;
    border-bottom: solid  1px #dedede;
}
.section-VenueFacilities #section03 {
    padding-bottom: 0px;
    padding-bottom: 0px;
}
.section-VenueFacilities #section01 .title-black.title-black-44 {
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .section-VenueFacilities #section01,
    .section-VenueFacilities #section02,
    .section-VenueFacilities #section03,
    .section-VenueFacilities #section04,
    .section-VenueFacilities #section05 {
        padding-top: 80px;
    }
    .section-VenueFacilities #section01,
    .section-VenueFacilities #section04 {
        padding-top: 40px;
    }
    .section-VenueFacilities #section03 {
        padding-bottom: 0px;
    }
    .section-VenueFacilities #section01 .title-black.title-black-44 {
        margin-bottom: 40px;
    }
}

.section-VenueFacilities .iframe {
    padding-top: 100px;
    padding-bottom: 20px;
}
.section-VenueFacilities .iframe iframe {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .section-VenueFacilities .iframe {
        padding-top: 80px;
        padding-bottom: 10px;
    }
    .section-VenueFacilities .iframe iframe {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
}

/*----------------------------------------*/
.section-VenueFacilities-intro {
    padding-top: 50px;
    padding-bottom: 115px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .section-VenueFacilities-intro {
        padding-top: 30px;
        padding-bottom: 75px;
    }
}
.section-VenueFacilities-intro .btn-container-common {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .section-VenueFacilities-intro .btn-container-common {
        margin-top: 30px;
    }
}
.section-VenueFacilities-link {
    padding-bottom: 100px;
    position: relative;
}
.intro-link_wrap {
    position: relative;
    background: linear-gradient(to bottom, #fff, #edffe3 50%);
}
.intro-link_wrap::before {
    content: "";
    background: url(../img/section/venue-facilities/sheet_bg.png) no-repeat;
    width: 836px;
    height: 1298px;
    background-size: 100%;
    position: absolute;
    top: -400px;
    left: 0;
}
@media screen and (max-width: 767px) {
    .intro-link_wrap::before {
        width: 100%;
        height: 648px;
        top: 0px;
    }
}
.bg_dotsheet {
    position: relative;
}
.bg_dotsheet::after {
    content: "";
    background: url(../img/section/venue-facilities/sheet_bg.png) no-repeat;
    width: 836px;
    height: 1298px;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
}
@media screen and (max-width: 767px) {
    .bg_dotsheet::after {
        width: 50%;
        height: 218px;
        top: -130px;
    }
}
.gradation_block_top {
    width: 100%;
    height: 325px;
    background: linear-gradient(to top, #edffe3, #fff);
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.gradation_block_top.koime {
    background: linear-gradient(to top, #f6fff1, #fff);
}
.gradation_block_bottom {
    width: 100%;
    height: 325px;
    background: linear-gradient(to bottom, #edffe3, #fff);
    position: absolute;
    top: 0;
    z-index: -1;
}
.gradation_block_bottom.koime {
    background: linear-gradient(to bottom, #def4d2, #fff);
}
.section-VenueFacilities-link .container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.section-VenueFacilities-link .row {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .section-VenueFacilities-link .container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .section-VenueFacilities-link .row {
        width: 100%;
    }
}
.section-VenueFacilities-link h2 {
    font-size: 18px;
    font-weight: bold;
    color: #65b634;
    margin-bottom: 20px;
}
.section-VenueFacilities-link .col-md-4 {
    width: 50%;
}
.section-VenueFacilities-link .card-white {
    border-radius: 90px;
    height: 60px;
}
@media screen and (max-width: 767px) {
    .section-VenueFacilities-link .col-md-4 {
        width: 100%;
    }
    .section-VenueFacilities-link .card-white {
        margin-bottom: 15px;
    }
}
.section-VenueFacilities-link .card-white .card-body {
    padding: 10px 30px;
    align-content: center;
}
.section-VenueFacilities-link .card-white .card-title {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.section-VenueFacilities-link .card-white.circle-arrow:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    content: "";
    right: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #c1e2ae;
}
.section-VenueFacilities-link .card-white.circle-arrow:after {
    right: 26px;
    width: 14px;
    height: 8px;
    background: url(../img/icon/arrow-green.png) 50% 50% / cover no-repeat;
}
/*----------------------------------------*/
.OfflineResearch {
    position: relative;
}
.section-VenueFacilities h2.item-title {
    font-size: 34px;
}
@media screen and (max-width: 767px) {
    .section-VenueFacilities h2.item-title {
        font-size: 25px;
    }
}
.btn-container-VenueFacilities {
    max-width: 720px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .btn-container-VenueFacilities {
        margin-top: 30px;
    }
}
.btn-container-VenueFacilities.btn-small {
    max-width: 260px;
}

.kaijoujouhou_block {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .kaijoujouhou_block {
        margin-top: 60px;
    }
}
.kaijoujouhou h3 {
    font-size: 34px;
    margin-bottom: 30px;
}
.kaijoujouhou h3 small {
    font-size: 18px;
    margin-left: 10px;
}
.kaijoujouhou h4 {
    font-size: 22px;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .kaijoujouhou h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .kaijoujouhou h3 small {
        font-size: 16px;
        margin-left: 10px;
    }
    .kaijoujouhou h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .section-VenueFacilities .btn-green {
        font-size: 15px;
        line-height: 1.2rem;
    }
}
.kaijoujouhou .textArea p:last-child {
    margin-bottom: 0;
}
.kaijoujouhou .textArea p.mt-50px {
    margin-top: 50px;
}
.kaijoujouhou .imgArea h5 {
    font-size: 18px;
}
.kaijoujouhou .imgArea h5.nigyo {
    min-height: 50px;
}
@media screen and (max-width: 767px) {
    .kaijoujouhou .textArea p.mt-50px {
        margin-top: 30px;
    }
    .kaijoujouhou .imgArea h5 {
        font-size: 16px;
    }
    .kaijoujouhou .imgArea h5.nigyo {
        min-height: 40px;
    }
    .kaijoujouhou .imgArea h5.nigyo_sp {
        min-height: 40px;
    }
}
.kaijoujouhou .imgArea {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .kaijoujouhou .imgArea {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
        margin-top: 30px;
    }
}
.kaijoujouhou .imgArea img {
    width: 100%;
    height: auto;
}
.kaijoujouhou .imgArea.col_2column .imgbox {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
.kaijoujouhou .imgArea.col_3column .imgbox {
    display: flex;
    flex-wrap: wrap;
    width: 33.3333%;
}
.kaijoujouhou .imgArea.col_4column .imgbox {
    display: flex;
    flex-wrap: wrap;
    width: 25%;
}
@media screen and (max-width: 767px) {
    .kaijoujouhou .imgArea.col_2column .imgbox {
        width: calc(50% - 10px);
    }
    .kaijoujouhou .imgArea.col_3column .imgbox {
        width: calc(50% - 10px);
    }
    .kaijoujouhou .imgArea.col_4column .imgbox {
        width: calc(50% - 10px);
    }
}
.dataArea {
    margin-top: 50px;
    display: flex;
    gap: 60px;
}
@media screen and (max-width: 1090px) {
    .dataArea {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 30px;
    }
}
.dataArea.col_3column .dataArea_block {
    width: 33.3333%;
    border-top: 2px solid #65b634;
}
@media screen and (max-width: 767px) {
    .dataArea.col_3column .dataArea_block {
        width: 100%;
    }
}
.dataArea_block dl {
    border-bottom: 1px solid #d0d4df;
    display: flex;
    gap: 10px;
}
.dataArea_block dl:first-child {
    margin-top: 10px;
}
.dataArea_block dl:last-child {
    margin-bottom: 0;
}
.kaijoujouhou_block.madori_2column {
    display: flex;
    gap: 40px;
    align-items: flex-end;
}
.kaijoujouhou_block.madori_2column .madori_content {
    width: 50%;
}
.kaijoujouhou_block.madori_1column img {
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 767px) {
    .kaijoujouhou_block.madori_2column {
        flex-wrap: wrap;
        gap: 30px;
    }
    .kaijoujouhou_block.madori_2column .madori_content {
        width: 100%;
    }
}
.madori_content h3 {
    font-size: 22px;
}
@media screen and (max-width: 767px) {
    .madori_content h3 {
        font-size: 20px;
    }
}
.madori_content table tbody tr {
    border-bottom: 1px solid #d0d4df;
}
.madori_content table tbody th {
    width: 30%;
}
.madori_content table tbody td {
    width: 70%;
}
.madori_content table dl {
    border-bottom: 1px solid #d0d4df;
    display: flex;
    gap: 10px;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.madori_content table dl dd {
    margin-bottom: 0;
}
.madori_content table dl.wide-100 {
    flex-wrap: wrap;
}
.madori_content table dl.wide-100 dd {
    width: 100%;
}
.madori_content table tr dl:first-child {
    margin-top: 10px;
}
.madori_content table tr dl:last-child {
    border-bottom: unset;
    padding-bottom: 0px;
}


.kaijoujouhou_block.col_2column {
    display: flex;
    gap: 40px;
}
.kaijoujouhou_block.col_2column .textArea,
.kaijoujouhou_block.col_2column .imgArea {
    width: 50%;
}
.kaijoujouhou_block.col_2column .imgArea {
    margin-top: 10px;
}
.madori_content.listArea {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .kaijoujouhou_block.col_2column {
        flex-wrap: wrap;
        gap: 30px;
    }
    .kaijoujouhou_block.col_2column .textArea,
    .kaijoujouhou_block.col_2column .imgArea {
        width: 100%;
    }
    .kaijoujouhou_block.col_2column .imgArea {
        margin-top: 0;
    }
    .madori_content.listArea {
        margin-top: 30px;
    }
}
.kaijoujouhou_block .madori_content h3 {
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-bottom: 2px solid #65b634;
}
@media screen and (max-width: 767px) {
    .kaijoujouhou_block .madori_content h3 {
        padding-bottom: 10px;
    }
}
.kaijoujouhou_block .listArea_content {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .kaijoujouhou_block .listArea_content {
        flex-wrap: wrap;
        gap: 0;
    }
    .kaijoujouhou_block .listArea_content .listArea_block {
        width: 100%;
    }
}
.kaijoujouhou_block .listArea_block h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.kaijoujouhou_block .listArea_block h5 {
    font-size: 18px;
    margin-bottom: 3px;
}
.kaijoujouhou_block .listArea_block ul {
    padding-left: 0;
    list-style: none;
}
.section-VenueFacilities #section01 {
    background: url(../img/section/venue-facilities/sheet_large.png) no-repeat;
    background-size: cover;
    background-position-y: bottom;
} 
.section-VenueFacilities #section02 {
    
    background: linear-gradient(to bottom, #f6fff1, #f6fff1,#f6fff1 ,#f6fff1 ,#f6fff1 ,#f6fff1 ,#f6fff1,#f6fff1, #def4d2 98%);
} 

/*----------------------------------------*/
.section-VenueFacilities #section03 {
    background: #def4d2;
}
.section-VenueFacilities #section03 .container {
    background: url(../img/section/venue-facilities/japanmap_img.png) no-repeat;
    background-position: right;
}
@media screen and (max-width: 767px) {
    .section-VenueFacilities #section03 .container {
        background: unset;
    }
}
.japanMap .japanMap_content {
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.japanMap .japanMap_content:last-child {
    margin-bottom: 0;
}
.japanMap_content .area {
    background: #65b634;
    border-radius: 90px;
    width: 120px;
    height: 120px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.japanMap_content .area h3 {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .japanMap_content .area {
        width: 100px;
        height: 100px;
        padding: 0 30px;
    }
    .japanMap_content .area h3 {
        font-size: 18px;
    }
}
.japanMap_content .area.osaka {
    background: #fabd00;
}
.japanMap_content .area.fukuoka {
    background: #e63b63;
}
.japanMap_content .textArea p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
}
.japanMap_content .textArea p small {
    font-size: 13px;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .japanMap_content .textArea p {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: bold;
    }
    .japanMap_content .textArea p small {
        font-size: 11px;
        font-weight: normal;
        line-height: 1rem;
        display: block;
        margin-top: 10px;
    }
}
/*----------------------------------------*/
.OnlineResearch_block .ttlblock p {
    font-size: 18px;
}
.OnlineResearch_block .ttlblock p small {
    font-size: 15px;
    font-weight: normal;
    margin-left: 10px;
}
.OnlineResearch_block .ttlblock h3 {
    font-size: 34px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .OnlineResearch_block .ttlblock p {
        font-size: 16px;
    }
    .OnlineResearch_block .ttlblock p small {
        font-size: 14px;
        font-weight: normal;
        margin-left: 10px;
    }
    .OnlineResearch_block .ttlblock h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

.onlinejoho {
    margin-top: 80px;
}
.onlinejoho_block h4 small {
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .onlinejoho {
        margin-top: 60px;
    }
    .onlinejoho_block h4 small {
        font-size: 16px;
    }
}
.onlinejoho_block {
    margin-top: 80px;
}
.onlinejoho_block.col_2column {
    display: flex;
}
.onlinejoho_block.col_2column .textArea {
    width: 25%;
}
.onlinejoho_block .datalist {
    width: 75%;
}
@media screen and (max-width: 767px) {
    .onlinejoho_block.col_2column {
        flex-wrap: wrap;
    }
    .onlinejoho_block.col_2column .textArea {
        width: 100%;
    }
    .onlinejoho_block .datalist {
        width: 100%;
    }
}
.onlinejoho_block .datalist dl {
    border-top: 1px solid #d0d4df;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.onlinejoho_block .datalist dl dd {
    margin-bottom: 0;
}
.onlinejoho_block .datalist dl:last-child {
    border-bottom: 1px solid #d0d4df;
}
.onlinejoho_block .datalist dl dd.pd-10 {
    padding: 10px 0;
}
.onlinejoho_block .pointBlock {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 75%;
}
.onlinejoho_block .pointBlock:last-child::after {
    content: "";
    width: 260px;
}
.pointBlock .pointBlock_content {
    padding: 30px 15px;
    background: #f8f8f8;
    border-radius: 6px;
    max-width: 260px;
}
.pointBlock .pointBlock_content h4 {
    margin-bottom: 0px;
}
.pointBlock .pointBlock_content p {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .onlinejoho_block .pointBlock {
        width: 100%;
    }
    .pointBlock .pointBlock_content {
        padding: 20px 10px;
        width: calc(50% - 5px);
    }
   
}

.onlinejoho_block .numlist {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.onlinejoho_block .numlist dl {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    border-right: 1px solid #d0d4df;
    width: 32%;
    padding-right: 20px;
}
.onlinejoho_block .numlist dl:nth-child(3n) {
    border-right: none;
    padding-right: 0px;
}
@media screen and (max-width: 767px) {
    .onlinejoho_block .numlist dl {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d0d4df;
        padding-bottom: 10px;
    }
}
.onlinejoho_block .numlist dl dt {
    font-size: 34px;
}
@media screen and (max-width: 767px) {
    .onlinejoho_block .numlist dl dt {
        font-size: 25px;
    }
}
.onlinejoho_block .caselist {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 0px;
    justify-content: space-between;
}
.onlinejoho_block .caselist:last-child::after {
    content: "";
    width: 340px;
}
.caselist .caselist_content {
    width: 340px;
    padding-right: 20px;
}
.caselist .caselist_content .ttlblock {
    background: #65b634;
    min-height: 170px;
    padding: 15px 20px;
    border-radius: 6px;
    color: #fff;
}
.caselist .caselist_content .ttlblock.nigyo {
    min-height: 145px;
}
@media screen and (max-width: 767px) {
    .caselist .caselist_content {
        width: 100%;
        padding-right: 0;
    }
    .caselist .caselist_content .ttlblock {
        min-height: unset;
    }
    .caselist .caselist_content .ttlblock.nigyo {
        min-height: unset;
    }
}
.caselist .caselist_content .ttlblock p {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
}
.caselist .caselist_content .ttlblock p small {
    font-size: 18px;
    font-weight: bold;
    margin-left: 0;
}
.caselist .caselist_content .ttlblock h4 {
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .caselist .caselist_content .ttlblock p {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .caselist .caselist_content .ttlblock p small {
        font-size: 16px;
        font-weight: bold;
        margin-left: 0;
    }
    .caselist .caselist_content .ttlblock h4 {
        font-size: 16px;
    }
}
.caselist .caselist_content .textArea p {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0px 10px;
    min-height: 95px;
}
@media screen and (max-width: 767px) {
    .caselist .caselist_content .textArea p {
        margin-bottom: 20px;
        min-height: unset;
    }
}
.caselist .caselist_content img {
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 767px) {
    .caselist .caselist_content img {
        width: 130px;
    }
    .caselist .caselist_content:nth-child(2) img {
        width: 110px;
    }
    .caselist .caselist_content:nth-child(3) img {
        width: 150px;
    }
    .caselist .caselist_content:nth-child(4) img {
        width: 110px;
    }
    .caselist .caselist_content:nth-child(5) img {
        width: 160px;
    }
}
.cta_btn_tuiju {
    position: fixed;
    top: 20%;
    right: 10px;
    z-index: 10;
}
.cta_btn_tuiju a {
    background: #65b634;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    box-shadow: 0 5px 12px 0 #d1f0c0, 0 2px 4px 0 #d1f0c0;
    transition: 0.3s;
}
.cta_btn_tuiju a span {
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .cta_btn_tuiju {
        display: none;
    }
}
.cta_btn_tuiju a:hover, .cta_btn_tuiju a:active, .cta_btn_tuiju a:focus {
    box-shadow: none !important;
    color: #fff;
    background-color: #41a91b;
    border-color: #41a91b;
    transition: 0.3s;
}

.page-service .header .card-service-header .btn-container.tuika_240602 {
    display: flex;
    max-width: 450px;
    gap: 20px;
}
.page-service .header .card-service-header .btn-container.tuika_240602 .btn-green.btn-md {
    padding: 10px 20px;
}
.btn-container-strengths.tuika_240602 {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .page-service .header .card-service-header .btn-container.tuika_240602 {
        flex-wrap: wrap;
        gap: 10px;
    }
    .page-service .header .card-service-header .btn-container.tuika_240602 .btn-green.btn-md {
        width: 100%;
        padding: 15px 0px;
    }
    .btn-container-strengths.tuika_240602 {
        margin-top: 30px;
    }
}

/*-----------------------------------------*/
/*-------   追記_240618   --------*/
/*----------------------------------------*/
footer p.tuika240618 {
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    footer p.tuika240618 {
        margin-bottom: 50px;
    }
}

/*-----------------------------------------*/
/*-------   追記_240815   --------*/
/*----------------------------------------*/
section.section-moderator {
    padding-bottom: 100px;
    position: relative;
}
table.table-moderator {
    border-top: 1px solid #dfe2e6;
}
table.table-moderator tr:nth-child(1) th,
table.table-moderator tr:nth-child(1) td {
    border-bottom-width: inherit;
}
table.table-moderator tr:nth-child(1) td {
    padding-top: 50px;
}
table.table-moderator th {
    width: 15%;
    padding: 20px 10px;
    text-align: right;
    color: #85D767;
}
table.table-moderator td {
    padding: 20px 10px;
}

section.section-moderator:before {
    top: -510px;
    left: 0;
    width: 836px;
    background-image: url(../img/section/strength/glow.png);
}
section.section-moderator:before {
    position: absolute;
    z-index: -1;
    max-width: 100%;
    height: 1298px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}
@media screen and (max-width: 767px) {
    .moderator_table {
        overflow-x: scroll;
    }
    .moderator_table table.table-moderator {
        width: 100%;
        min-width: 800px;
        border-collapse: collapse;
    }
    table.table-moderator th {
        width: 10%;
    }
    table.table-moderator td {
        width: calc((100% / 4) - 10%);
    }
    table.table-moderator tr:nth-child(1) td {
        padding-top: 20px;
        padding-bottom: 0;
    }
}