@charset "utf-8";
/* CSS Document */

/*--------------------------------------
    common
--------------------------------------*/

.sectionMargin{
    margin-bottom: 100px;
    position: relative;
    z-index: 60;
}
.contentArea{
    max-width: 1200px;
    margin-left:auto;
    margin-right: auto;
}
.page .text{
    line-height: 1.9;
}
.column1{
    max-width:960px;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 80px;
}
.column2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:100px;
    margin-bottom: 80px;
}
h3.style001{
    font-size:5.0rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; 
    margin-bottom: 50px;
}
h3.style001 span{
    font-size:2.4rem;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    line-height: 1.25;
    margin-top: 8px;
    letter-spacing: 0.3em;
    color:#03B8DF;
    padding-left: 0.3em;
    padding: 0 45px 0 45px;
    position:relative;
}
h3.style001 span::before{
    content: "-";
    position: absolute;
    top:0;
    left:0;
}
h3.style001 span::after{
    content: "-";
    position: absolute;
    top:0;
    right:0;
}
h3.style002{
    font-size:2.8rem;
    font-weight: 700;
    line-height: 1.3;
    padding:0 0 0 27px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 24px;
}
h3.style002:before{
    content: "";
    width:12px;
    height:50%;
    position: absolute;
    top:0;
    left:0;
    right:auto;
    bottom:auto;
    background: #31DBFF;
}
h3.style002:after{
    content: "";
    width:12px;
    height:50%;
    position: absolute;
    top:auto;
    left:0;
    right:auto;
    bottom:0;
    background: #03B8DF;
}
h4.style001{
    font-size:2.4rem;
    font-weight: 700;
    line-height: 1.25;
    position: relative;
    margin-bottom: 24px;
    color:#03B8DF;
}
h4.style002{
    font-size:1.8rem;
    font-weight: 700;
    line-height: 1.25;
    position: relative;
    margin-bottom: 15px;
    color:#9A7B36;
    padding-bottom: 5px;
    border-bottom: 1px solid #9A7B36;
}
table.table001{
    width:100%;
}
table.table001 tbody tr th{
    width:23%;
    font-size:1.8rem;
    font-weight: 700;
    color:#03B8DF;
    padding: 30px 30px 30px 0;    
    background-size:11px 1px ;
    background-image: linear-gradient(to right, rgba(127,127,127,1) 3px, transparent 0);
    background-position: center bottom;
    background-repeat: repeat-x;
    text-align: left;
    vertical-align: middle;
}
table.table001 tbody tr td{
    width:77%;
    font-weight: 700;
    padding: 30px 0 30px 0;  
    background-size:11px 1px ;
    background-image: linear-gradient(to right,rgba(0,0,0,0.5) 3px, transparent 0);
    background-position: center bottom;
    background-repeat: repeat-x;
    vertical-align: middle;
}
.page-nav{
    padding: 20px 0;
    display: flex;
    justify-content: center;
}
.page-nav .wp-pagenavi * {
    letter-spacing: 0;
}
.page-nav .wp-pagenavi {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
    position: relative;
}
.page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span{
    margin: 0 5px;
    font-size: 100%;
    text-align: center;
}
.page-nav .wp-pagenavi .page{
    font-size:1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    color:#8D8D8D;
    border:1px solid #8D8D8D;
    border-radius: 50%;
}
.page-nav .wp-pagenavi .current {
    font-size:1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    color:#03B8DF;
    border:1px solid #03B8DF;
    border-radius: 50%;   
}
.page-nav .wp-pagenavi .previouspostslink{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #000000;
    border-color: transparent;
    position: absolute;
    top:0;
    right:calc(100% + 10px);
}
.page-nav .wp-pagenavi .nextpostslink{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #000000;
    border-color: transparent;
    position: absolute;
    top:0;
    left:calc(100% + 10px);
}
@media screen and (max-width: 1200px) {
    .sectionMargin{
        margin-bottom: 50px;
    }
    .contentArea{
        max-width: calc(100% - 40px);
    }
    .column1{
        max-width: calc(100% - 40px);
        margin-bottom: 40px;
    }
    .column2{
        grid-template-columns: 1fr;
        gap:30px;
        margin-bottom: 40px;
    }
    h3.style001{
        font-size:2.4rem;
        margin-bottom: 40px;
    }
    h3.style001 span{
        font-size:1.4rem;
        margin-top: 5px;
        padding: 0 25px 0 25px;
    }
    h3.style002{
        font-size:2.0rem;
        padding:0 0 0 16px;
        margin-bottom: 15px;
    }
    h3.style002:before{
        width:6px;
    }
    h3.style002:after{
        width:6px;
    }
    h4.style001{
        font-size:1.8rem;
        margin-bottom: 15px;
    }
    h4.style002{
        font-size:1.4rem;
        margin-bottom: 10px;
    }
    table.table001,
    table.table001 tbody,
    table.table001 tbody tr,
    table.table001 tbody tr th,
    table.table001 tbody tr td{
        display: block;
    }
    table.table001 tbody tr th{
        width:100%;
        font-size:1.6rem;
        padding: 30px 0 10px 0;
        background:none;
    }
    table.table001 tbody tr td{
        width:100%;
        padding: 10px 0 30px 0; 
    }

    .page-nav {
        padding: 10px 0;
    }
    .page-nav .wp-pagenavi .page,
    .page-nav .wp-pagenavi .current,
    .page-nav .wp-pagenavi .previouspostslink,
    .page-nav .wp-pagenavi .nextpostslink{
        box-sizing: border-box;
        width: 36px;
        height: 36px;
        font-size: 87.5%;
    }
}

/*--------------------------------------
    visual
--------------------------------------*/

.visualArea{
    width:100%;
    position: relative;
    margin-bottom: -95px;
}
.visualArea:after{
    content: "";
    max-width:1200px;
    height:175px;
    position: absolute;
    top:auto;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    background: #FFFFFF;
    z-index: 20;
}
.visualArea .bgArea{
    width:38.8888%;
    height:450px;
    position: absolute;
    top:0;
    right:0;
    z-index: -1;
}
.visualArea .bgArea img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.visualArea .breadcrumbs{
    width:100%;
    height:100px;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 38.8888%;
}
.visualArea .breadcrumbs ul{
    height:100%;
    display: flex;
    align-items: center;
    gap:30px;
}
.visualArea .breadcrumbs ul li,
.visualArea .breadcrumbs ul li a{
    font-weight: 700;
}
.visualArea .breadcrumbs ul li{
    position: relative;
}
.visualArea .breadcrumbs ul li:not(:last-child):after{
    content: "＞";
    position: absolute;
    top:0;
    left:calc(100% + 15px);
    transform: translate(-50%,0);
}
.visualArea .titleArea{
    width:calc(350px + 50%);
    height:350px;
    padding-top: 55px;
    padding-left: calc(50% - 600px);
    box-sizing: border-box;
    background: rgba(3,184,223,0.8);
}
.visualArea .titleArea h2{
    font-size:5.0rem;
    font-weight: 700;
    color:#FFFFFF;
    line-height: 1.4;
}
@media (max-width: 1200px) {
    .visualArea{
        margin-bottom: 50px;
    }
    .visualArea:after{
        display: none;
    }
    .visualArea .bgArea{
        width:100%;
        height:auto;
        position: absolute;
        top:auto;
        left:0;
        right:0;
        bottom:0;
        padding-top: 35%;
    }
    .visualArea .bgArea img{
        position: absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
    }
    .visualArea .breadcrumbs{
        height:auto;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .visualArea .breadcrumbs ul{
        gap:10px 20px;
        flex-wrap: wrap;
    }
    .visualArea .breadcrumbs ul li:not(:last-child):after{
        left:calc(100% + 10px);
    }
    .visualArea .titleArea{
        width:100%;
        height:auto;
        position: relative;
        padding-top: 35%;
        padding-left: 0;
    }
    .visualArea .titleArea h2{
        font-size:2.8rem;
        position: absolute;
        top:50%;
        left:20px;
        right:20px;
        bottom:auto;
        transform: translate(0,-50%);
    }
}

/*--------------------------------------
    anchorArea
--------------------------------------*/

.anchorArea{
    max-width:1200px;    
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 100px;
    position: relative;
    z-index: 60;
}
.anchorLink{
    display: flex;
    flex-wrap: wrap;
    gap:20px 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #03B8DF;
}
.anchorLink li a{
    vertical-align: middle;
    position: relative;
    display: inline-block;
    line-height: 26px;
}
.anchorLink li a:after{
    content: "";
    width:26px;
    height:26px;
    display: inline-block;
    vertical-align: middle;
    margin: auto auto 3px 20px;
    background: url("../images/page/icon_anchor.png") no-repeat center center/contain;
}
@media (max-width: 1200px) {
    .anchorArea{
        max-width:calc(100% - 40px); 
        margin-bottom: 50px;
        padding-bottom: 20px;
    }
    .anchorLink{
        flex-wrap: wrap;
        gap:10px;
    }
    .anchorLink li{
        max-width: 90%;
    }
    .anchorLink li a{
        line-height: 20px;
    }
    .anchorLink li a:after{
        width:15px;
        height:15px;
        margin: auto auto 1px 10px;
    }
}

/*--------------------------------------
    individual business
--------------------------------------*/

.page.individual .text,
.page.business .text{
    line-height: 1.9;
    margin-bottom: 50px;
}
.page.individual .text a,
.page.business .text a{
    font-weight: 700;
    text-decoration: underline;
}
.customBtn{
    width:280px;
    height:80px;
    margin: 50px auto 80px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.business .meritArea .box{
    padding: 50px;
    box-shadow: 0 0 20px gray;
    position: relative;
    margin-bottom: 50px;
}
.business .meritArea .box::after{
    content: "";
    width:calc(100% - 40px);
    height:calc(100% - 40px);
    border:2px solid #03b8df;
    display: block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    z-index: -1;
}
.business .meritArea .box .text:last-child{
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    .page.individual .text,
    .page.business .text{
        margin-bottom: 30px;
    }
    .customBtn{
        width:240px;
        height:50px;
        font-size:1.4rem;
        margin: 20px auto 50px auto;
    }
    .business .meritArea .box{
        padding: 40px;
        margin-bottom: 40px;
    }
    .business .meritArea .box::after{
        width:calc(100% - 30px);
        height:calc(100% - 30px);
    }
}

/*--------------------------------------
    serviceArea
--------------------------------------*/

.serviceArea .contentArea h3{
    position: relative;
    margin-bottom: 35px;
}
.serviceArea .contentArea h3::before{
    content: "";
    width:100%;
    height:1px;
    position: absolute;
    top:0;
    left:0;
    right:auto;
    bottom:0;
    margin: auto;
    background: #03B8DF;
    z-index: 20;
}
.serviceArea .contentArea h3 span.line{
    padding-right: 30px;
    display: inline-block;
    font-size:2.8rem;
    font-weight: 700;
    color:#03B8DF;
    position: relative;
    background: #FFFFFF;
    z-index: 60;
}
.serviceArea .contentArea .boxArea{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap:6px;
}
.serviceArea .contentArea .boxArea a.box{
    width:100%;
    height:155px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #03B8DF;
    box-sizing: border-box;
    background: #03B8DF;
    color:#FFFFFF;
    font-size:1.8rem;
    font-weight: 700;
    transition: 0.3s;
    text-align: center;
}
.serviceArea .contentArea .boxArea a.box:hover{
    opacity: 1;
    background: #FFFFFF;
    color:#03B8DF;
}
@media screen and (max-width: 1200px) {
    .serviceArea .contentArea h3{
        margin-bottom: 25px;
    }
    .serviceArea .contentArea h3 span.line{
        padding-right: 20px;
        font-size:2.4rem;
    }
    .serviceArea .contentArea .boxArea{
        grid-template-columns: 1fr 1fr;
        gap:2px;
    }
    .serviceArea .contentArea .boxArea a.box{
        width:100%;
        height:auto;
        aspect-ratio:1 / 1;
        font-size:1.4rem;
    }
}

/*--------------------------------------
    office
--------------------------------------*/

.office .map{
    width: 100%;
    padding-top: 50%;
    position: relative;
    margin-top: 50px;
}
.office .map iframe{
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
.office .picArea{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:40px;
}
.office .picArea figcaption{
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size:1.8rem;
}
.office .rinen{
    display: grid;
    grid-template-columns: 3fr 5fr;
    gap:40px;
}
.office .rinen .textArea .text{
    font-size:1.8rem;
    margin-bottom: 30px;
}
.office .rinen .textArea li{
    font-size:1.8rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.office #link a{
    text-decoration: underline;
    font-weight: bold;
}
@media screen and (max-width: 1200px) {
    .office .map{
        margin-top: 30px;
    }
    .office .picArea{
        grid-template-columns: 1fr;
        gap:30px;
    }
    .office .picArea figcaption{
        font-size:1.4rem;
    }
    .office .rinen{
        grid-template-columns: 1fr;
        gap:30px;
    }
    .office .rinen .textArea .text{
        font-size:1.4rem;
        margin-bottom: 20px;
    }
    .office .rinen .textArea li{
        font-size:1.4rem;
        margin-bottom: 5px;
    }
}

/*--------------------------------------
    lawyer
--------------------------------------*/

.lawyer .anchorLink{
    margin-bottom: 50px;
}
.lawyer .boxArea{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:15px;
}
.lawyer .boxArea a.box{
    display: block;
    padding: 25px;
    background: #f4f4f4;
    transition: 0.3s;
}
.lawyer .boxArea a.box:hover{
    opacity: 1;
    background: #03B8DF;
}
.lawyer .boxArea a.box .thumbArea{
    width:100%;
    padding-top: 125%;
    position: relative;
    margin-bottom: 20px;
}
.lawyer .boxArea a.box .thumbArea img{
    width: 100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
}
.lawyer .boxArea a.box .textArea h3,
.lawyer .boxArea a.box .textArea h3 span,
.lawyer .boxArea a.box .textArea .text{
    transition: 0.3s;
}
.lawyer .boxArea a.box:hover .textArea h3,
.lawyer .boxArea a.box:hover .textArea h3 span,
.lawyer .boxArea a.box:hover .textArea .text{
    color:#FFFFFF;
}
.lawyer .boxArea a.box .textArea h3{
    font-size:2.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.lawyer .boxArea a.box .textArea h3 span{
    font-size:1.4rem;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}
.lawyer .lawyerArea .picArea{
    width:320px;
    float: left;
}
.lawyer .lawyerArea .tableArea{
    width:580px;
    float: right;
}
.lawyer .lawyerArea .text,
.lawyer .lawyerArea ul li{
    font-size:1.8rem;
}
.lawyer .lawyerArea .text{
    margin-bottom: 50px;
}
.lawyer .lawyerArea ul li{
    padding-left: 2em;
    position: relative;
    margin-bottom: 10px;
}
.lawyer .lawyerArea ul li:before{
    content: "・";
    position: absolute;
    top:0;
    left:0;
}
.lawyer .lawyerArea .anchorLink li{
    padding-left: 0;
    margin-bottom: 0;
}
.lawyer .lawyerArea .anchorLink li:before{
    display: none;
}
.lawyer .lawyerArea ul li strong{
    display: block;
}
.lawyer .lawyerArea .lawyerBtn{
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
}
.lawyer .lawyerArea .bookArea{
    display: grid;
    grid-template-columns: 230px 1fr;
    gap:60px;
}
.lawyer .lawyerArea .bookArea h4{
    font-size:1.8rem;
    font-weight: 700;
}
.lawyer .lawyerArea .bookArea h4 span{
    font-size:1.4rem;
    font-weight: 700;
}
@media (max-width: 1200px) {
    .lawyer .boxArea{
        grid-template-columns: 1fr 1fr;
        gap:10px;
    }
    .lawyer .boxArea a.box{
        padding: 15px;
    }
    .lawyer .boxArea a.box .textArea h3{
        font-size:1.6rem;
    }
    .lawyer .boxArea a.box .textArea h3 span{
        font-size:1.3rem;
    }
    .lawyer .boxArea a.box .textArea .text{
        font-size:1.4rem;
        line-height: 1.5;
    }
    .lawyer .lawyerArea .picArea{
        width:100%;
        float: none;
        text-align: center;
        margin-bottom: 40px;
    }
    .lawyer .lawyerArea .tableArea{
        width:100%;
        float: none;
    }
    .lawyer .lawyerArea .text,
    .lawyer .lawyerArea ul li{
        font-size:1.4rem;
    }
    .lawyer .lawyerArea .text{
        margin-bottom: 40px;
    }
    .lawyer .lawyerArea .bookArea{
        display: grid;
        grid-template-columns: 1fr;
        gap:30px;
    }
    .lawyer .lawyerArea .bookArea .thumbArea{
        text-align: center;
    }
    .lawyer .lawyerArea .bookArea .thumbArea img{
        max-width: 320px;
    }
    .lawyer .lawyerArea .bookArea h4{
        font-size:1.6rem;
    }
    .lawyer .lawyerArea .bookArea h4 span{
        font-size:1.3rem;
    }
}

/*--------------------------------------
    flow
--------------------------------------*/

.flow .text{
    margin-bottom: 50px;
}
.flow figure img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.flow #flow001 figure{
    width:230px;
    height:450px;
    float: right;
    margin: 0 0 50px 50px;
}
.flow #flow002 figure{
    width:270px;
    height:180px;
    float: left;
    margin: 0 50px 50px 0;
}
.flow #flow003 figure{
    width:320px;
    height:600px;
    float: right;
    margin: 0 0 50px 50px;
}
.flow #flow004 figure{
    width:270px;
    height:180px;
    float: left;
    margin: 0 50px 50px 0;
}
.flow #flow005 figure{
    width:270px;
    height:180px;
    float: right;
    margin: 0 0 50px 50px;
}
.flow .text a{
    font-weight: bold;
    text-decoration: underline;
}
.flow .flowBtn{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
    .flow .text{
        margin-bottom: 30px;
    }
    .flow #flow001 figure,
    .flow #flow002 figure,
    .flow #flow003 figure,
    .flow #flow004 figure,
    .flow #flow005 figure{
        display: none;
    }
    .flow .flowBtn{
        margin-bottom: 40px;
    }
}

/*--------------------------------------
    page-content important
--------------------------------------*/

.important dl dt {
    color: #fff;
    background: #0A1D3C;
    border-bottom: #fff solid 1px;
    padding: 15px;
    font-size: 120%;
    position: relative;
}
.important dl dt::after{
    content: "";
    position: absolute;
    top:calc(50% - 4px);
    right:20px;
    border-top:8px solid #FFFFFF;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
}
.important dl dt.active::after{
    transform: rotate(180deg);
}
.important dl dd {
    display:none;
    line-height: 1.8;
    padding: 30px 0;
}
.important dl dd strong{
    margin: 10px 0 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    display: inline-block;
}
@media (max-width: 1200px) {
    .important dl dt {
        padding: 10px 30px 10px 10px;
    }
    .important dl dd {
        display:none;
        line-height: 1.8;
        padding: 20px 0;
    }
}
/*--------------------------------------
    cost
--------------------------------------*/

.cost .text,
.cost table,
.cost dl{
    margin-top: 30px;
}
.cost h4.style001{
    margin-top: 40px;
}
.cost h5.style001{
    font-size:18px;
    font-weight: bold;
    margin-top: 40px;
}
.cost h5.style001::before{
    content: "●";
    color:#03B8DF;
    margin-right: 10px;
}
.cost dl dt{
    float: left;
    font-weight: 700;
}
.cost dl dd{
    padding-left: 200px;
    display: block;
    margin-bottom: 10px;
}
.cost dl.dtlong dd{
    padding-left: 400px;
}
.cost strong{
    font-weight: 700;
}
@media screen and (max-width: 1200px) {
    .cost h5.style001{
        font-size:16px;
    }
    .cost dl dt{
        float: none;
        margin-bottom: 5px;
    }
    .cost dl dd{
        padding-left:0;
    }
    .cost dl.dtlong dd{
        padding-left: 0;
    }
}

/*--------------------------------------
    access
--------------------------------------*/

.access .map{
    width:100%;
    height:auto;
    padding-top: 65%;
    position: relative;
    margin-top: 30px;
}
.access .map iframe{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
.access figcaption,
.access .comment{
    font-size:1.4rem;
    margin-top: 10px;
}
.access table.table002{
    width:100%;
}
.access table.table002 .pct10{
    width:10%;
}
.access table.table002 .pct40{
    width:40%;
}
.access table.table002 .pct15{
    width:15%;
}
.access table.table002 .pct35{
    width:35%;
}
.access table.table002 th{
    font-size:2.4rem;
    font-weight: 700;
    color:#FFFFFF;
    background: #03B8DF;
    padding: 20px;
}
.access table.table002 td{
    font-size:1.8rem;
    font-weight: 700;
    border-bottom:1px dotted #03B8DF;
    color:#000000;
    background: #FFFFFF;
    padding: 20px;
    vertical-align: middle;
}
.access table.table002 td:nth-child(3){
    background: #03B8DF1A;
}
@media (max-width: 1200px) {
    .access table.table002 th{
        font-size:1.8rem;
        padding: 10px;
    }
    .access table.table002 td{
        font-size:1.4rem;
        padding: 10px;
    }
}

/*--------------------------------------
    download
--------------------------------------*/

.download figure{
    width: 100%;
    height:auto;
}
.download .downloadBtn{
    width: 370px;
    height:80px;
    margin: 50px auto 0 auto;
}
.download .downloadBtn .btnStyle002{
    height:100%;
}
@media screen and (max-width: 1200px) {
    .download .downloadBtn{
        width: 260px;
        height:50px;
        margin:30px auto 0 auto;
    }
}

/*--------------------------------------
    counseling
--------------------------------------*/

.counseling h4{
    font-size:1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.counseling .text{
    margin-bottom: 30px;
}
.counseling .flexBox{
    display: flex;
    flex-direction: row-reverse;
    gap:50px;
}
.counseling figure{
    width:320px;
    height:500px;
}
.counseling figure.square{
    width:320px;
    height:320px;
}
.counseling figure img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.counseling .textArea{
    width:590px;
}
.counseling dl{
    margin: 30px 0;
}
.counseling dl dt{
    float: left;
    font-weight: 700;
}
.counseling dl dd{
    padding-left: 200px;
    display: block;
    margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
    .counseling h4{
        font-size:1.6rem;
    }
    .counseling .flexBox{
        display: block;
    }
    .counseling figure{
        width:100%;
        height:auto;
        margin-bottom: 20px;
    }
    .counseling figure.square{
        width:100%;
        height:auto;
    }
    .counseling .textArea{
        width:100%;
    }
    .counseling dl{
        margin: 20px 0;
    }
    .counseling dl dt{
        float: none;
        margin-bottom: 5px;
    }
    .counseling dl dd{
        padding-left: 0;
    }
}

/*--------------------------------------
    support
--------------------------------------*/

.support .text{
    margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
}


/*--------------------------------------
    remote
--------------------------------------*/

.remote h5.style001{
    font-size:18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 15px;
}
.remote h5.style001::before{
    content: "●";
    color:#03B8DF;
    margin-right: 10px;
}
.remote .text{
    margin-bottom: 30px;
}
.remote .text a{
    font-weight: 700;
    text-decoration: underline;
}
.remote .flexArea{
    display: flex;
    gap:50px;
}
.remote .flexArea figure{
    width:320px;
    height:180px;
}
.remote .flexArea figure img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.remote .flexArea .textArea{
    width:590px;
}
@media screen and (max-width: 1200px) {
    .remote h5.style001{
        font-size:16px;
        margin-top: 30px;
    }
    .remote .flexArea{
        display: block;
    }
    .remote .flexArea figure{
        width:100%;
        height:auto;
        margin-bottom: 20px;
    }
    .remote .flexArea .textArea{
        width:100%;
    }
}

/*--------------------------------------
    contact
--------------------------------------*/

.contact .teltext{
    position: relative;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
    padding-left: 55px;
}
.contact .teltext::before{
    content: "";
    background: url("../common/images/icon_tel_header.png") no-repeat center center/contain;
    width:40px;
    height:30px;
    position: absolute;
    top:0;
    left:0;
}
.contact table.table001{
    margin-top: 30px;
}
.contact table.table001 th{
    width:33%;
}
.contact table.table001 td{
    width:67%;
}
.contact table.table001 th span{
    float: right;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size:1.4rem;
    color:#CC0000;
    background: #CC00001F;
    border:1px solid #CC0000;
    width:60px;
    height:27px;
    box-sizing: border-box;
    border-radius: 15px;
}
.contact table.table001 td input[type="text"],
.contact table.table001 td input[type="email"],
.contact table.table001 td input[type="tel"]{
    width:100%;
    line-height: 1.3;
    padding: 12px 15px 12px 15px;
    border-radius: 4px;
    border:1px solid #CCCCCC;
    box-sizing: border-box;
    font-family: inherit;
}
.contact table.table001 td textArea{
    width:100%;
    height:200px;
    line-height: 1.3;
    padding: 12px 15px 12px 15px;
    border-radius: 4px;
    border:1px solid #CCCCCC;
    box-sizing: border-box;
    font-family: inherit;
}
.contact table.table001 .wpcf7-radio{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:10px;
}
.contact .formBtn{
    position: relative;
    width:370px;
    height:80px;
    margin: 50px auto 0 auto;
    transition: 0.3s;
}
.contact .formBtn input[type="submit"]{
    width:100%;
    height:100%;
    box-sizing: border-box;
    border:1px solid #03B8DF;
    background: #03B8DF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:2.0rem;
    font-weight: 700;
    color:#FFFFFF;
}
.contact .formBtn::after{
    content: "";
    display: block;
    width:26px;
    height:8px;
    background: url("../common/images/icon_arrow_white.png") no-repeat center center/contain;
    position: absolute;
    top:0;
    bottom:0;
    right:20px;
    left:auto;
    margin: auto;
}
.contact .formBtn::hover{
    opacity: 0.5;
}
@media screen and (max-width: 1200px) {
    .contact table.table001 th{
        width:100%;
    }
    .contact table.table001 td{
        width:100%;
    }
    .contact table.table001 .wpcf7-radio{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .contact .formBtn{
        width:260px;
        height:50px;
        margin: 30px auto 0 auto;
    }
    .contact .formBtn input[type="submit"]{
        font-size:1.4rem;
    }
    .contact .formBtn::after{
        width:22px;
        height:6px;
    }
}

/*--------------------------------------
    thanks
--------------------------------------*/

.thanks .thanksBtn{
    margin: 50px auto 0 auto;
    width:370px;
    height:80px;
}
.thanks .thanksBtn a.btnStyle002{
    width:100%;
    height:100%;
}
@media screen and (max-width: 1200px) {
    .thanks .thanksBtn{
        margin: 30px auto 0 auto;
        width:260px;
        height:50px;
    }
}

/*--------------------------------------
    free
--------------------------------------*/

.free .freeBtn{
    margin: 50px auto 0 auto;
    width:370px;
    height:80px;
}
.free .freeBtn a{
    height:100%;
}
@media screen and (max-width: 1200px) {
    .free .freeBtn{
        margin: 30px auto 0 auto;
        width:260px;
        height:50px;
    }
}

/*--------------------------------------
    visit
--------------------------------------*/

.visit .contentArea ul{
    counter-reset: num;
}
.visit .contentArea ul li{
    counter-increment: num;
    margin-bottom: 15px;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.visit .contentArea ul li::before{
    width:1.5em;
    display: inline-block;
    text-indent: 0;
    content: counter(num);
}
.visit .contentArea .text{
    margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
}

/*--------------------------------------
    privacy
--------------------------------------*/

.privacy ul{
    margin: 30px 0 30px 20px;
}
@media screen and (max-width: 1200px) {
    .privacy ul{
        margin: 20px 0 20px 15px;
    }
}

