@charset "utf-8";
/*---------------------------------
  ページ共通
---------------------------------*/
@media screen and (max-width:1024px) {
    section .sec_inner {
        margin-bottom: 0;
    }
}

#top article {
    overflow-x: hidden;
}
/*---------------------------------
  mv
---------------------------------*/
#top .mv {
    background-color: #f4ebdb;
    background-image: url(../img/common/pattern1.png);
    background-repeat: repeat;
    padding: 20px 0 50px;
    position: relative;
    overflow: visible;
}
#top .mv .mv_decorate {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
#top .mv .mv_circle {
    top: 0;
    right: 0;
    position: absolute;
}
#top .mv .mv_message {
    width: 182px;
    left: 0;
    bottom: 0;
    position: absolute;
    transform: translateY(50%);
    animation: mv_anim 3s linear infinite;
}
#top .mv li a{
    display: block;
    z-index: 9999;
}
#top .bxslider_wrap ul li .slider_catch {
    position: absolute;
    top: 5px;
    border: none;
    left: 70px;
}

@media screen and (max-width: 1024px) {
    #top .mv .mv_circle {
        width: 100px;
    }
    #top .mv .mv_message {
        width: 120px;
    }
    #top .mv .mv_decorate {
        left: unset;
        transform: none;
        width: 100%;
    }
    #top .bxslider_wrap ul li .slider_catch {
        width: 100px;
        left: 30px;
        top: -30px;
    }
}

/*---------------------------------
  sec1
---------------------------------*/
#top .sec1 .intro img{
    width: 200px;
    margin: 0 auto 30px;
    display: block;
}
#top .sec1 .intro > p{
    font-size: 1.6rem;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
#top .sec1 .intro ul{
    display: flex;
    justify-content: space-between;
    max-width: 560px;
    margin: 20px auto;
}
#top .sec1 .intro ul li{
    font-size:2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
#top .sec1 .intro ul li span{
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    margin-right: 10px;
}
#top .sec1 .intro ul li:nth-of-type(1) span{
    background:#9dd29e;
}
#top .sec1 .intro ul li:nth-of-type(2) span{
    background: #9da7c1;
}
#top .sec1 .intro ul li:nth-of-type(3) span{
    background:#f76897;
}
@media screen and (max-width:1024px) {
    #top .sec1 {
        margin-top: 75px;
    }
    #top .sec1 .intro > p{
        text-align: left;
    }
    #top .sec1 .intro ul li{
        font-size: 1.8rem;
    }
    #top .sec1 .intro ul li span{
        width: 30px;
        height: 30px;
    }
}
/*---------------------------------
  sec2
---------------------------------*/
#top .sec2 .office {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#top .sec2 .office_item {
    width: calc((1200px / 3) - 40px);
    margin: 0 20px;
}
#top .sec2 .office_item .office_img {
    position: relative;
}
#top .sec2 .office_item .menu_tag {
    position: absolute;
    width: 237px;
    transform: rotate(-5deg);
    bottom: -20px;
    left: -20px;
}
#top .sec2 .office_item p {
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 50px auto 0;
    padding-left: 14px;
}
#top .sec2 .office_item a {
    margin: 20px auto 0;
}
@media screen and (max-width:1024px) {
    #top .sec2 .office_item {
        margin-bottom: 30px;
    }
    #top .sec2 .office_item .btn {
        width: 100%;
    }
}
/*---------------------------------
  sec3
---------------------------------*/
/* #top .sec3 .greeting {
    display: flex;
    flex-wrap: wrap;
}
#top .sec3 .greeting .greeting_txt {
    width: calc(1200px / 2);
}
#top .sec3 .greeting .greeting_txt h4 {
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
#top .sec3 .greeting .greeting_txt h4::after {
    content: '';
    background-color: #f4ebdb;
    height: 2px;
    width: 160px;
    position: absolute;
    bottom: 0;
    left: 30px;
}
#top .sec3 .greeting .greeting_txt .text {
    font-family: 'heisei-kaku-gothic-std';
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
}
#top .sec3 .greeting .greeting_txt .name {
    margin-top: 40px;
    font-weight: 700;
    font-size: 2.0rem;
    text-align: right;
} */
/*---------------------------------
  sec4
---------------------------------*/
/* テーブル　ここから */
#top .sec4 table,
#top .sec4 table th,
#top .sec4 table td{
    border-collapse: collapse;
}
#top .sec4 table{
    border-collapse: collapse;
    width: calc((1100px / 2) - 20px);
    box-sizing: border-box;
    margin-right: 20px;
}
#top .sec4 table th{
    border-top: 1px solid #ccc;
    text-align: left;
    font-weight: bold;
    width: 15%;
    padding-left: 10px;
}
#top .sec4 table td{
    border-top: 1px solid #ccc;
    padding: 20px 10px 20px 0;
    line-height: 1.6;
    font-weight: 300;
}
#top .sec4 table td small{
    display: block;
    margin-top: 5px;
}
#top .sec4 table th:last-of-type,
#top .sec4 table td:last-of-type{
    border-bottom: 1px solid #ccc;
}
#top .sec4 table td ul li{
    padding-left: 1.5em;
}
#top .sec4 table td ul li:first-of-type:before{
    content: "(イ)";
    margin-left: -1.5em;
}
#top .sec4 table td ul li:last-of-type:before{
    content: "(ロ)";
    margin-left: -1.5em;
}
@media screen and (max-width:1024px) {
    #top .sec4 table{
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
        border: 0;
    }
    #top .sec4 table th,
    #top .sec4 table td{
        display: block;
        width: 100%;
        border: 0;
    }
    #top .sec4 table th{
        text-align: center;
        padding:3% 0;
    }
    #top .sec4 table th:last-of-type,
    #top .sec4 table td:last-of-type{
        border-bottom:0;
    }
    #top .sec4 table td{
        padding:5% 2%;
    }
}
/* テーブル　ここまで */
#top .sec4 .overview {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (max-width:1024px) {
    .overview {
        margin-bottom: 50px;
    }
    #top .sec4 .overview table {
        width: 88%;
        margin: 0 6%;
    }
}
/*---------------------------------
  banner-area
---------------------------------*/
.banner-area a {
    max-width: 800px;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .banner-area .sec_inner {
        width: 85%;
    }
}