@charset "UTF-8";

body {
    background-color: #F6F4EF;
    background-image: url(../images/pc/servicepage-bg02.png);
    background-position: center;
    background-size: auto;
    background-repeat: repeat-y;
}

@media(max-width: 768px) {
    body {
    background-image: url(../images/sp/servicepage-bg02.png);
    }
}


/* header */

.header {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
 }

.header_area {
    max-width: 1440px;
    padding: 0 40px;
    margin: 0 auto;

    justify-content: space-between;
    display: flex;
    align-items: center;
}

.header_area h1 {
    width: 320px;
    /* font-size: 2.4rem;
    font-weight: 400; */
}

.header_area h1 a {
    text-decoration: none;
    color: #707070;
}

.header_contact {
    padding: 20px 0;
    justify-content: center;
    display: flex;
}

.header_contact-icon {
    padding-right: 10px;
}

.header_contact-icon img {
    width: 57px;
    height: 57px;

}

.header_contact-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    font-size: 1.2rem;
}

.header_nav-are {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

.header_con {
    margin-right: 40px;
    font-size: 1.6rem;
    position: relative;
}
.header_con a {
    text-decoration: none;
    color: #707070;
    padding: 15px 10px;
}

.header_con a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: #FED9BD;
    bottom: -10px;
    transform: scale(0, 1);
    transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    transition: transform 0.3s;   /*変形の時間*/
    }
    
.header_con a:hover::after {
    transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
    }
    
.header_con a:hover {
    opacity: 1;
}

.teltext {
    padding-left: 5px;
line-height: 2rem;
}

.telno {
    font-size: 2.4rem;
    font-weight: 900;
    color: #FF9B9B;
}

.telno a {
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: 900;
    color: #FF9B9B;
}


@media(max-width: 768px) {

    .header {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #FFF;
    
     }
    .header_area {
        max-width: 1440px;
        padding: 0px 8vw;
        margin: 0 auto;
        height: 80px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .header_area h1 {
        width: 210px;
        /* font-size: 4vw;
        font-weight: 400; */
    }
    
    .header_contact {
        display: none;
    }
    
    .top_area {
        margin-top: 80px;
    }
    
    .top-img {
        margin: 0 auto;
        padding: 0 7vw 30px;
    }
    .header_con {
        display: none;
    }
    

}

/*

/* servicepage */

.section_servicepage {
    width: 100%;
    max-width: calc(960px + 12vw);
    margin: 280px auto 0;
    padding: 10px 5vw 20px;
    /* position: relative; */
}

/* .section_servicepage::before {
    content: url(../images/pc/servicepage-bg01.png);
    display: block;
    position: absolute;
    width: 563px;
    height: 563px;
    right: -90px;
    top: -60px;
} */


.service_area {
    list-style: none;
    padding: 0;
}
.servise_wra {
    display: flex;
    margin-bottom: 120px;
    justify-content: center;
    flex-direction: row;
}


.service_con-img {
    z-index: 1000;
}

.service_con-img img {
    width: 378px;
}

.service_con-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: baseline;
    padding: 50px 30px 0 30px;

    width: 536px;
}

.service_con-text span {
    font-size: 50px;
    padding-right: 25px;
    padding-bottom: 15px;
    font-family: 'Lilita One', cursive;
    color: #fff;
    -webkit-text-stroke: 1px #7070704a;
}
.service_con-text h3 {
    font-size: 24px;
    padding-bottom: 15px;
}

.service_con-text p {
    padding-top: 30px;
    text-align: left;
    line-height: 30px;
}

.con-img01::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -430px;
    left: -110px;
    width: 118px;
    height: 118px;
    border-radius: 1000px;
    background-color: rgba(87, 201, 206, 0.47);
}

/* .con-pic01::before {
    content: '';
    height: 578px;
    width: 577px;
    display:  inline-block;        
    background-image: url(../images/pc/servicepage-bg01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

.con-img02::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -80px;
    right: -120px;
    width: 118px;
    height: 118px;
    border-radius: 1000px;
    background-color: rgba(255, 247, 155, 0.62);
}

.con-img03::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -80px;
    right: -120px;
    width: 118px;
    height: 118px;
    border-radius: 1000px;
    background-color: rgba(208, 104, 247, 0.46);
}
.con-img04::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -420px;
    right: -120px;
    width: 118px;
    height: 118px;
    border-radius: 1000px;
    background-color: rgba(247, 119, 202, 0.42);
}
.con-img05::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -100px;
    right: -140px;
    width: 118px;
    height: 118px;
    border-radius: 1000px;
    background-color: rgba(87, 201, 206, 0.58);
}
.con-img06::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -430px;
    left: -110px;
    width: 118px;
    height: 118px;
    border-radius: 1000px;
    background-color: rgba(255, 247, 155, 0.60);
}
.con-img07::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -80px;
    right: -140px;
    width: 118px;
    height: 118px;
    border-radius: 1000px;
    background-color: rgba(247, 134, 182, 0.53);
}

.service_bg-img::after {
    content: '';
    background-image: url(../images/pc/servicepage-bg01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    width: 580px;
}


@media(max-width: 768px) {
    .section_servicepage {
        width: 100%;
        max-width: calc(960px + 12vw);
        margin: 80px auto 0;
        padding: 10px 5vw 20px;
        
    }
    
    .service_area {
        list-style: none;
        padding: 0;
    }
    .servise_wra {
        display: flex;
        margin-bottom: -20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .servise_wra:nth-child(even) {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    
    .service_con-img {
        z-index: 99;
    }
    
    .service_con-img img {
        margin-top: 40px;
        width: 260px;
    }
    
    .service_con-text {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 50px 30px 0 30px;
    
        width: 100vw;
    }
    
    .service_con-text span {
        font-size: 3.2rem;
        padding-right: 10px;
        padding-bottom: 15px;
        font-family: 'Lilita One', cursive;
        color: #fff;
        -webkit-text-stroke: 1px #7070704a;

    }
    .service_con-text h3 {
        font-size: 1.6rem;
        padding-bottom: 15px;
    }
    
    .service_con-text p {
        padding-top: 10px;
        text-align: left;
        line-height: 2.8rem;
        font-size: 1.2rem;
    }
    
    .con-img01::after {
        content: '';
        display: inline-block;
        position: relative;
        top: -270px;
        left: -116px;
        width: 88px;
        height: 88px;
        border-radius: 1000px;
        background-color: rgba(87, 201, 206, 0.47);
    }
    
    /* .con-pic01::before {
        content: '';
        height: 578px;
        width: 577px;
        display:  inline-block;        
        background-image: url(../images/pc/servicepage-bg01.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    } */
    
    .con-img02::after {
        content: '';
        display: inline-block;
        position: relative;
        top: -80px;
        right: -120px;
        width: 88px;
        height: 88px;
        border-radius: 1000px;
        background-color: rgba(255, 247, 155, 0.62);
    }
    
    .con-img03::after {
        content: '';
        display: inline-block;
        position: relative;
        top: -270px;
        right: 110px;
        width: 88px;
        height: 88px;
        border-radius: 1000px;
        background-color: rgba(208, 104, 247, 0.46);
    }
    .con-img04::after {
        content: '';
        display: inline-block;
        position: relative;
        top: -250px;
        right: -125px;
        width: 88px;
        height: 88px;
        border-radius: 1000px;
        background-color: rgba(247, 119, 202, 0.42);
    }
    .con-img05::after {
        content: '';
        display: inline-block;
        position: relative;
        top: -55px;
        right: -80px;
        width: 88px;
        height: 88px;
        border-radius: 1000px;
        background-color: rgba(87, 201, 206, 0.58);
    }
    .con-img06::after {
        content: '';
        display: inline-block;
        position: relative;
        top: -265px;
        left: -120px;
        width: 88px;
        height: 88px;
        border-radius: 1000px;
        background-color: rgba(255, 247, 155, 0.60);
    }
    .con-img07::after {
        content: '';
        display: inline-block;
        position: relative;
        top: -80px;
        right: -115px;
        width: 88px;
        height: 88px;
        border-radius: 1000px;
        background-color: rgba(247, 134, 182, 0.53);
    }
    
    .service_bg-img::after {
        content: '';
        background-image: url(../images/pc/servicepage-bg01.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        position: relative;
        width: 580px;
    }
}

*/





/* btn */
.btn-con {
    text-decoration: none;
    width: 330px;
    margin: 0 auto;
}

.btn-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    color: #FFF;
    background-color: #57C9CE;
    border-radius: 300px;
    padding: 0 50px;
    text-decoration: none;
    box-shadow: 5px 5px 5px 0 rgba(79,79,79,0.3)
}
.btn-area p{
    align-items: center;
    padding: 20px 0;
    font-size: 20px;
}

.btn-area img{
    height: 16px;
}



@media(max-width: 768px) {
    .btn-con {
        text-decoration: none;
        width: 240px;
        margin: 0 auto;
    }
    
    .btn-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        color: #FFF;
        background-color: #57C9CE;
        border-radius: 300px;
        padding: 0 50px;
        text-decoration: none;
    }
    .btn-area p{
        align-items: center;
        padding: 12px 0;
        font-size: 1.2rem;
    }
    
    .btn-area img{
        height: 8px;
    }
    


}

/* ここからお知らせページ用 */

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.news {
  width: 100%;
  max-width: calc(960px + 12vw);
  margin: 100px auto 0;
  padding: 50px 0;
  /*display: flex;*/
  /*margin-bottom: 120px;*/
  justify-content: center;
  /*flex-direction: row;*/
  /*padding: 50px 0;*/
  /*background: #FFF7EA;*/
}


.inner {
  width: 100%;
  background-color: #fff;
  margin: 50px auto 100px;
  padding: 65px 0 100px;
}


.sub_ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

/* ここからがニュース記事のCSS */

.news_list {
  margin: 0 5%;
}

.news_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #E6E6E6;
}

.news_list_item:first-child {
  border-top: 1px solid #E6E6E6;
}
.news_list_item a {
 position: relative;
 display: flex;
 padding-right: 30px;
}

.news_list_date {
  font-size: 15px;
  display: flex;
  margin-right: 15px;
  align-items: center;
}

.news_item {
  background: #F6C6A2;
  /*background: #FF9B9B;*/
  border-radius: 14px;
  width: 6em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
}

.arrow {
  width: 25px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}

.arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
}


@media screen and (max-width: 1024px) {
    .news_list_item a {
        display: block;
    }
}

@media screen and (max-width: 769px) {
    .news_list_item a  {
        font-size: 14px;
    }


}
@media screen and (max-width: 480px) {
    .arrow {
        display: none;
    }
    .news_list_item a {
        padding-right: 0;
    }
}




