@charset "utf-8";
/* CSS Document */

.business_practice #contents{
    width: 100%;
}
.business_practice .main{
    width: 100%;
    background: #000000;
}
.business_practice .main .inner{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.business_practice .point h2{
  text-align: left;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  padding-left: 40px;
  margin-bottom: 50px;
  position: relative;
}
.business_practice .overview h2{
  text-align: left;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  padding-left: 40px;
  margin-bottom: 30px;
  position: relative;
}

.business_practice .point h2:before,
.business_practice .overview h2:before{
  display: block;
  content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 20px;
    height: 35px;
}
.business_practice .point h2:before{
    background: #1E6EAE;
}
.business_practice .overview h2:before{
    background: #A08F6B;
}
.business_practice .point{
    width: 100%;
    padding: 100px 0;
}
.business_practice .point .inner{
    width: 86%;
    max-width: 1000px;
    margin: 0 auto;
}

.business_practice .point .bp_point_list{
    width: 100%;
}
.business_practice .point .bp_point_list > li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.business_practice .point .bp_point_list > li:nth-child(2){
    flex-direction: row-reverse;
}
.business_practice .point .bp_point_list > li + li{
    margin-top: 60px;
}
.business_practice .point .bp_point_list > li figure{
    max-width: 480px;
}
.business_practice .point .bp_point_list > li:not(:nth-child(2)) figure{
    margin-left: 50px;
}
.business_practice .point .bp_point_list > li:nth-child(2) figure{
    margin-right: 50px;
}
.business_practice .point .bp_point_list > li div{
    flex: 1;
}
.business_practice .point .bp_point_list > li h3{
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 110px;
    position: relative;
}
.business_practice .point .bp_point_list > li h3::before{
    position: absolute;
    left: 0;
    top:0;
    display: block;
    content: "";
}
.business_practice .point .bp_point_list > li:nth-child(1) h3::before{
    background: url("/cinfo/business_practice/img/tit_point01.png") left top no-repeat;
    width: 85px;
    height: 50px;
}
.business_practice .point .bp_point_list > li:nth-child(2) h3::before{
    background: url("/cinfo/business_practice/img/tit_point02.png") left top no-repeat;
    width: 94px;
    height: 51px;
}
.business_practice .point .bp_point_list > li:nth-child(3) h3::before{
    background: url("/cinfo/business_practice/img/tit_point03.png") left top no-repeat;
    width: 94px;
    height: 50px;
}

.business_practice .point .bp_point_list > li p{
    margin-top: 20px;
}
.business_practice .point .bp_point_list .bp_circle_list{
    font-size: 1.4rem;
    margin-top: 20px;
}
.business_practice .point .bp_point_list .bp_circle_list > li{
}
.business_practice .point .bp_point_list .bp_circle_list > li::before{
    content: "●";
    color: #1E6EAE;
    margin-right: 5px;
}

.business_practice .overview{
    width: 100%;
    padding: 100px 0;
    background: #dfd7c2;
}
.business_practice .overview .inner{
    width: 86%;
    max-width: 1000px;
    margin: 0 auto;
}
.business_practice .access{
    width: 100%;
    background: #000;
    padding: 100px 0;
}
.business_practice .access .inner{
    width: 86%;
    max-width: 1000px;
    margin: 0 auto;
}
.business_practice .access h2{
  color: #fff;
  text-align: left;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  padding-left: 40px;
  margin-bottom: 30px;
  position: relative;
}
.business_practice .access h2:before{
  display: block;
  content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 20px;
    height: 35px;
    background: #fff;
}

.business_practice .access .access_contents {
    margin-bottom: 80px;
}
.business_practice .access .access_contents ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.business_practice .access .access_contents ul li{
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  width: 32%;
  position: relative;
  margin-right: 20px;
}


.business_practice .access .access_contents ul li h3{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}
.business_practice .access .access_contents ul li iframe{
  width: 100%;
  height: 250px;
  margin-top: 20px;
}
.business_practice .access .access_contents ul li .tel{
  font-weight: bold;
  font-size: 1.6rem;
}

.business_practice .btn_box{
    margin: 80px auto 0;
}
.business_practice .linkbtn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; 
    width: 650px;
    height: 80px;
    border-radius: 40px;
    background: #3C8FC0;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.business_practice .linkbtn:hover{
    text-decoration: none;
    opacity: 0.7;
}
.business_practice .linkbtn02{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; 
    width: 650px;
    height: 80px;
    border-radius: 40px;
    background: #FFF;
    margin: 0 auto;
    color: #D80834;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.business_practice .linkbtn02:hover{
    text-decoration: none;
    opacity: 0.7;
}

@media screen and (max-width: 720px) {
    .business_practice #wrap {
        width: 100%;
        padding: 50px 0 0;
    }

.business_practice .point,
.business_practice .overview,
.business_practice .access{
    width: 100%;
    padding: 60px 0;
}
.business_practice .point h2{
    font-size: 17px;
    padding-left: 25px;
  margin-bottom:30px;
}
.business_practice .overview h2{
    font-size: 17px;
    padding-left: 25px;
  margin-bottom:20px;
}

.business_practice .point h2:before,
.business_practice .overview h2:before{
    top: 0;
    left: 0;
    margin-top: 0;
    width: 15px;
    height: 25px;
}

.business_practice .access h2{
    font-size: 20px;
    padding-left: 25px;
}
.business_practice .access h2:before{
    top: 0;
    left: 0;
    margin-top: 0;
    width: 15px;
    height: 25px;
}

.business_practice .point .bp_point_list > li{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.business_practice .point .bp_point_list > li + li{
    margin-top: 30px;
}
.business_practice .point .bp_point_list > li:nth-child(2){
    flex-direction: column;
}
.business_practice .point .bp_point_list > li figure{
    max-width: inherit;
    width: 100%;
    margin-top: 10px;
}
.business_practice .point .bp_point_list > li figure img{
    width: 100%;
    height: auto;
}
.business_practice .point .bp_point_list > li:not(:nth-child(2)) figure{
    margin-left: 0;
}
.business_practice .point .bp_point_list > li:nth-child(2) figure{
    margin-right: 0;
}
.business_practice .point .bp_point_list > li h3{
    font-size: 1.6rem;
    padding-left: 90px;
}

.business_practice .point .bp_point_list > li:nth-child(1) h3::before{
    background: url("/cinfo/business_practice/img/tit_point01.png") left top no-repeat;
    width: 68px;
    height: 40px;
    background-size: cover;
}
.business_practice .point .bp_point_list > li:nth-child(2) h3::before{
    background: url("/cinfo/business_practice/img/tit_point02.png") left top no-repeat;
    width: 75px;
    height: 40px;
    background-size: cover;
}
.business_practice .point .bp_point_list > li:nth-child(3) h3::before{
    background: url("/cinfo/business_practice/img/tit_point03.png") left top no-repeat;
    width: 75px;
    height: 40px;
    background-size: cover;
}
.business_practice .point .bp_point_list > li p {
    margin-top: 15px;
}

    .business_practice .linkbtn{
        width: 100%;
        height: 60px;
        border-radius: 35px;
        font-size: 13px;
        line-height: 1.3;
    }
    .business_practice .linkbtn02{
        width: 100%;
        height: 60px;
        border-radius: 35px;
        font-size: 13px;
        line-height: 1.3;
    }
    .business_practice .btn_box{
        width: 86%;
        margin: 50px auto 0;
    }
.business_practice .access .access_contents ul {
  display: block;
}
.business_practice .access .access_contents ul li {
  width: 100%;
  margin-bottom: 30px;
}
.business_practice .access .access_contents ul li:nth-of-type(3){
  margin:0;
}

}
@media screen and (max-width: 375px) {
.business_practice .access h2{
    font-size: 17px;
    padding-left: 18px;
  margin-bottom:20px;
}
.business_practice .access h2:before{
    width: 10px;
    height: 20px;
}
}