
.point {
    background: url(../images/page/point-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin: 200px auto 150px;
    padding: 80px 0;
    position: relative;
    z-index: 2;
}
.point2 {
    background: url(../images/page/point-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0px auto 50px;
    padding: 80px 0;
    position: relative;
    z-index: 2;
}
.symbol-wrap::before,
.symbol-wrap::after {
    background-image: url(../images/page/skill-bg-symbol.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 32px;
    position: absolute;
    width: 32px;
}
.point-head__symbol::before {
    top: 5px;
    left: 10px;
    transform: rotate(-90deg);
}
.point-head__symbol::after {
    top: 5px;
    right: 5px;
}
.point-bottom__symbol::before {
    bottom: 5px;
    left: 10px;
    transform: rotate(180deg);
}
.point-bottom__symbol::after {
    bottom: 5px;
    right: 5px;
    transform: rotate(90deg);
}
.point-head {
    margin: 0 0 35px;
    padding: 0 0 35px;
    position: relative;
    text-align: center;
}
.point-head::after {
    background: url(../images/page/head-symbol.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 300px;
}
.point-head h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.point-inner ul {
    margin: 0 auto;
    width: 87%;
    max-width: max-content;
}
.point-inner ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.point-inner ul li:not(:last-child) {
    margin: 0 0 15px;
}
.point-inner ul li::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 62px;
    margin: 0 15px 0 0;
    width: 200px;
}
.point-inner ul li:nth-child(1)::before {
    background-image: url(../images/page/point1.svg);
}
.point-inner ul li:nth-child(2)::before {
    background-image: url(../images/page/point2.svg);
}
.point-inner ul li:nth-child(3)::before {
    background-image: url(../images/page/point3.svg);
}
.point-inner ul li p {
    color: #fff;
    font-size: 24px;
    width: calc(100% - 215px);
}
@media screen and (max-width: 768px) {
    .point {
        margin: 45px auto ;
    }
    .point2 {
        margin: 0 auto 45px;
    }
    .point-head h2 {
        font-size: 24px;
    }
    .point-inner ul li:not(:last-child) {
        margin: 0 0 25px;
    }
    .point-inner ul li::before {
        height: 46px;
        margin: 0 auto 0 0;
        width: 150px;
    }
    .point-inner ul li p {
        font-size: 16px;
        margin: 10px 0 0;
        width: 100%;
    }
}

.photo {
    padding: 0 0 25px;
    position: relative;
}
.photo::after {
    background: url(../images/bg_diagonal.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    height: 1000px;
    position: absolute;
    bottom: -70px;
    left: 0;
    transform: skewY(25deg);
    width: 100%;
    z-index: 0;
}
.photo-inner {
    margin: 0 auto;
    position: relative;
    width: 92%;
    max-width: 1320px;
    z-index: 2;
}
.photo-head {
    margin: 0 0 45px;
    text-align: center;
}
.photo-head h3 {
    background: #010000;
    color: #fff;
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    margin: 50px 0 25px;
    padding: 2px 10px;
}
.photo-head p {
    color: #010000;
    font-size: 18px;
    line-height: 1.8em;
}
.photo-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.photo-image:first-child {
    width: 48.5%;
}
.photo-image:last-child {
    width: 50.5%;
}
@media screen and (max-width: 768px) {
    .photo-head h3 {
        font-size: 23px;
        margin: 35px 0 15px;
    }
    .photo-head p {
        font-size: 14px;
        text-align: left;
    }
    .photo-image:first-child,
    .photo-image:last-child {
        width: 100%;
    }
    .photo-image:first-child {
        margin: 0 0 5px;
    }
}

.service-detail {
    background: url(../images/page/service-detail-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto 55px;
    padding: 45px 0;
    position: relative;
    width: 92%;
    max-width: 1320px;
    z-index: 3;
}
.service-detail__inner {
    margin: 0 auto;
    width: 85%;
}
.service-detail__head {
    margin: 0 0 35px;
    padding: 0 0 35px;
    position: relative;
    text-align: center;
}
.service-detail__head::after {
    background: url(../images/page/head-symbol.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 300px;
    z-index: 1;
}
.service-detail__head h2 {
    color: #010000;
    font-size: 40px;
    font-weight: bold;
}
.service-detail__item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.service-detail__item:not(:last-child) {
    margin: 0 0 10px;
}
.service-detail__item dt {
    background: #846529;
    color: #fff;
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
    width: 200px;
}
.service-detail__item dd {
    background: #fff;
    font-size: 16px;
    padding: 15px;
    width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
    .service-detail__inner {
        width: 90%;
    }
    .service-detail__head h2 {
        font-size: 23px;
    }
    .service-detail__item dt {
        font-size: 16px;
        width: 100%;
    }
    .service-detail__item dd {
        font-size: 16px;
        width: 100%;
    }
}

.club {
    padding: 45px 0 100px;
    position: relative;
}
/*.club::after {
    background: url(../images/bg_diagonal.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    height: 800px;
    position: absolute;
    top: 200px;
    left: 0;
    transform: skewY(25deg);
    width: 100%;
    z-index: 0;
}*/
.club-inner {
    margin: 0 auto;
    position: relative;
    width: 92%;
    max-width: 1280px;
    z-index: 2;
}
.club-head {
    margin: 0 0 45px;
    text-align: center;
}
.club-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom:50px;
}
.club-text {
    width: 45%;
}
.club-text h3 {
    margin: 0 0 25px;
}
.club-text h3  span {
    background: #010000;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 2px 5px;
}
.club-text h3  span:first-child {
    margin: 0 0 8px;
}
.club-text h3 .s {
    font-size: 34px;
}
.club-text h3 .b {
    font-size: 40px;
}
.club-text p {
    font-size: 18px;
}
.club-image {
    width: 52%;
}
.margin-t{
margin-top:110px;
}

@media screen and (max-width: 768px) {
    .club-item {
        flex-direction: column-reverse;
    }
    .club-text {
        margin: 25px 0 0;
        width: 100%;
    }
    .club-text h3 .s {
        font-size: 16px;
    }
    .club-text h3 .b {
        font-size: 21px;
    }
    .club-text p {
        font-size: 14px;
    }
    .club-image {
        width: 100%;
    }
    .club-img2{
        width:50%;
        margin:0 auto 25px;
    }
    .margin-t{
margin-top:30px;
}
}



.point-inner2 ul {
    margin: 0 auto;
    width: 87%;
    max-width: max-content;
}
.point-inner2 ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.point-inner2 ul li:not(:last-child) {
    margin: 0 0 15px;
}
.point-inner2 ul li::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 62px;
    margin: 0 15px 0 0;
    width: 200px;
}
.point-inner2 ul li:nth-child(1)::before {
    background-image: url(../images/page/app-p1.svg);
}
.point-inner2 ul li:nth-child(2)::before {
    background-image: url(../images/page/app-p2.svg);
}
.point-inner2 ul li:nth-child(3)::before {
    background-image: url(../images/page/app-p3.svg);
}
.point-inner2 ul li:nth-child(4)::before {
    background-image: url(../images/page/app-p4.svg);
}
.point-inner2 ul li:nth-child(5)::before {
    background-image: url(../images/page/app-p5.svg);
}
.point-inner2 ul li p {
    color: #fff;
    font-size: 24px;
    width: calc(100% - 215px);
}
@media screen and (max-width: 768px) {
    .point-inner2 ul li:not(:last-child) {
        margin: 0 0 25px;
    }
    .point-inner2 ul li::before {
        height: 46px;
        margin: 0 auto 0 0;
        width: 150px;
    }
    .point-inner2 ul li p {
        font-size: 16px;
        margin: 10px 0 0;
        width: 100%;
    }
}

.point-inner3 ul {
    margin: 0 auto;
    width: 87%;
    max-width: max-content;
}
.point-inner3 ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.point-inner3 ul li:not(:last-child) {
    margin: 0 0 15px;
}
.point-inner3 ul li::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 62px;
    margin: 0 15px 0 0;
    width: 200px;
}
.point-inner3 ul li:nth-child(1)::before {
    background-image: url(../images/page/app-pp2.svg);
}
.point-inner3 ul li:nth-child(2)::before {
    background-image: url(../images/page/app-pp3.svg);
}
.point-inner3 ul li:nth-child(3)::before {
    background-image: url(../images/page/app-pp4.svg);
}
.point-inner3 ul li p {
    color: #fff;
    font-size: 24px;
    width: calc(100% - 215px);
}
@media screen and (max-width: 768px) {
    .point-inner3 ul li:not(:last-child) {
        margin: 0 0 25px;
    }
    .point-inner3 ul li::before {
        height: 46px;
        margin: 0 auto;
        width: 150px;
    }
    .point-inner3 ul li p {
        font-size: 16px;
        margin: 10px 0 0;
        width: 100%;
        text-align: center;
    }
}

.point-inner4 ul {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
}
.point-inner4 ul li {
    list-style: decimal-leading-zero;
    color: #ffffff;
}
.point-inner4 ul li:not(:last-child) {
    margin: 0 0 15px;
}
/*.point-inner4 ul li::before {
    height: 62px;
    margin: 0 15px 0 0;
    width: 200px;
}*/
.point-inner4 ul li:nth-child(1)::before {
    /*background-image: url(../images/page/app-pp2.svg);*/
}
.point-inner4 ul li:nth-child(2)::before {
    /*background-image: url(../images/page/app-pp3.svg);*/
}
.point-inner4 ul li:nth-child(3)::before {
    /*background-image: url(../images/page/app-pp4.svg);*/
}
.point-inner4 ul li p {
    color: #fff;
    font-size: 20px;
    /* width: calc(100% - 215px); */
}
@media screen and (max-width: 768px) {
.point-inner4 ul {
    margin: 0 auto;
    width: 95%;
    max-width: 480px;
    padding:0 15px 0 35px;
}
    .point-inner4 ul li:not(:last-child) {
        margin: 0 0 25px;
    }
    .point-inner4 ul li::before {
        height: 46px;
        margin: 0 auto 0 0;
        width: 150px;
    }
    .point-inner4 ul li p {
        font-size: 16px;
        margin: 10px 0 0;
        width: 100%;
    }
}


.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  margin:15px auto;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #fff;
  background-color: #fff8eb;
  padding: 1em;
  text-align: center;
  width: 50%;
}
.table_design01 th {
  background-color: #978d7a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 50%;
  min-width: 4em;
}

@media screen and (max-width: 768px) {
.table_design01 th {
width:60%;
}
.table_design01 td {
width:40%;
}
}
