/* TOP PAGE ================================ */
/* ------------------------------*/
/*            TOP:MV             */
/*-------------------------------*/
#TOP .page {
    position: relative;
}

#TOP .page::after {
    content: "";
    position: fixed;
    background-color: #fff;
    height: 100px;
    right: 0;
    top: 0;
    left: 0;
    z-index: 10;
}

#TOP main {
    margin-top: 100px;
}

#TOP .MV {
    background: #FEF0EF;
}

#TOP  .MV-content {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
    height: 500px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

#TOP  .MV .MV-left {
    width: 50%;
}

#TOP  .MV .MV-left .btn {
    margin-top: 60px;
}

#TOP  .MV .MV-left .MVBtn {
    position: relative;
    width: 85%;
    max-width: 310px;
    margin-bottom: 16px;
    padding: 15px 15px 15px 57px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.15em;
    border-radius: 50px;
    align-self: flex-start;
    background-color: #EC459F;
    color: #fff;
}

#TOP  .MV .MV-left .MVBtn_Welcom {
    width: 85%;
    max-width: 200px;
    margin-bottom: 0;
}

#TOP  .MV .MV-left .MVBtn::before {
    position: absolute;
    content: url(../image/top/memo-icon.png);
    top: 8px;
    left: 20px;
}

#TOP  .MV .MV-left .MVBtn_Welcom::before {
    position: absolute;
    content: url(../image/top/welcome-icon.png);
    top: 8px;
    left: 15px;
}

.MVBtn a {
    display: block;
    letter-spacing: 0.17em;
}

#TOP  .MV .image {
    width: 42%;
}

/* ------------------------------*/
/*        TOP:service            */
/*-------------------------------*/
#TOP .service .wrapper {
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
}

#TOP .service a {
    background-color: #fff;
    border-radius: 15px;
    width: 31%;
    margin: 60px 10px 0 10px;
    position: relative;
    padding: 20px 25px 40px;
    line-height: 1.8;
    color: #797979;
    border: 2px solid #E8E8E8;
    box-shadow: 2px 2px 4px 0px rgba(246, 246, 246, 1); 
}

#TOP .service a .card span {
    position: relative;
    top: -50px;
    left: 40%;
    background-color: #F790BF;
    color: #fff;
    font-weight: 600;
    padding: 19px 26px;
    display: inline-block;
    border-radius: 50%;
    line-height: 1;
    font-size: 30px;
    width: 70px;
    height: 70px;
}

/* service3 */
#TOP .service a:last-of-type .card span {
    left: 46%;
    padding: 19px 26px;
}

#TOP .service .card h3 {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

#TOP .service .card .img {
    max-width: 250px;
    margin: -30px auto 20px;
}

/* ------------------------------*/
/*        TOP:other service      */
/*-------------------------------*/
.OtherInfo {
    background-color: #E3E3E3;
    padding: 80px 0px;
}

.OtherInfo .OtherBtn {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 30px;
}

.OtherInfo ul {
    flex-wrap: wrap;
    font-weight: 700;
    justify-content: space-between;
}

.OtherInfo ul::after {
    display: block;
    content: "";
    width: 31%;
}

.OtherInfo ul li {
    width: 31%;
    margin-bottom: 20px;
    line-height: 1.5;
    height: 105px;
}

.OtherInfo ul li a {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 20px 55px 20px 20px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: url(../image/common/icon-R-arrow-round.png);
    background-position: 94% 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    border: #E3E3E3 2px solid;
    font-weight: 400;
}

/* PAGES ================================= */
/* ------------------------------*/
/*        PAGES:first            */
/*-------------------------------*/
#PAGES .first {
    background: #FFF1F0;
}

#PAGES .first .article {
    color: #9A9A9A;
}

#PAGES .first-content {
    display: flex;
    gap: 1%;
    justify-content: space-between;
    align-items: end;
}

#PAGES .first-content .article {
    width: 68%;
    line-height: 1.5em;
}

#PAGES .first-content .image {
    width: 100%;
    max-width: 220px;
    object-fit: cover;
}

/* ------------------------------*/
/*        PAGES:service           */
/*-------------------------------*/
#PAGES .service {
    background: #FFF1F0;
}

#PAGES .service .image {
    max-width: 500px;
    margin: auto;
}

#PAGES .service p {
    margin-bottom: 20px;
    line-height: 1.7em;
    font-size: 18px;
}
#PAGES .service strong {
    display: inline-block;
    font-size: 18px;
}

#PAGES .service ul {
    margin-bottom: 40px;
    padding-left: 21px;
}

#PAGES .service ul li {
    margin-bottom: 15px;
    list-style: disc;
    line-height: 1.7em;
    font-size: 18px;
}

#PAGES .service ul:last-child {
    margin-bottom: 0;
}

/* ------------------------------*/
/*       PAGES:Q&A               */
/*-------------------------------*/
#PAGES .QA {
    background: #FFF1F0;
}

#PAGES .QA dl div {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #AAAAAA;
}

#PAGES .QA dl div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#PAGES .QA dl dt {
    margin-bottom: 30px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5em;
    font-size: 18px;
    color: #C80C74;
}

#PAGES .QA dl dd {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5em;
}

#PAGES .QA dl dt span,
#PAGES .QA dl dd span {
    font-weight: 900;
}

/* ------------------------------*/
/*       PAGES:aboutus           */
/*-------------------------------*/
#PAGES .aboutus {
    background: #FFF1F0;
}
#PAGES .aboutus table {
    margin: 0 auto;
    width: 100%;
    line-height: 1.5;
    text-align: start;
}

#PAGES .aboutus table tr {
    border-bottom: dashed #aaa 1px;
}

#PAGES .aboutus table th {
    width: 30%;
    vertical-align: middle;
    border-bottom: #12B5D3;
    font-size: 16px;
}

#PAGES .aboutus table td {
    width: 70%;
}

#PAGES .aboutus table th,
#PAGES .aboutus table td {
    padding: 20px;
    vertical-align: middle;
}

#PAGES .aboutus table a {
    color: #F790BF;
    font-weight: 700;
}

#PAGES .aboutus .history table th {
    font-size: 23px;
    position: relative;
}

#PAGES .aboutus .history table th::after {
    position: absolute;
    content: "• • •";
    top: 30px;
    padding-left: 10px;
}

#PAGES .aboutus .history table th .Num-En {
    font-size: 35px;
}

/* ------------------------------*/
/*       PAGES:ERROR             */
/*-------------------------------*/
#ERROR .error .Bg-white {
    padding: 30px;
}

#ERROR .error .img {
    max-width: 250px;
    margin: 0 auto 30px;
}

/* roop */
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}

.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}

.scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
    width: calc(100vw / 2);
}

.scroll-infinity__item>img {
    width: 100%;
}