@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;500&family=Noto+Sans+JP:wght@500;700;900&display=swap');


h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #444444;
}

.ContentWraText {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

    /*IE対策*/
    line-height: 1.5em;
    max-height: 4.5em;
}

.TitleWrapText {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 4.5em;
}

.container14 {
    max-width: 1400px;
    margin: auto;
}

.container12 {
    max-width: 1200px;
    margin: auto;
}

.container10 {
    max-width: 1080px;
    margin: auto;
}

.posr {
    position: relative;
}

.OverHidden {
    overflow: hidden;
}

body {
    background-color: #fff9f7;
}

img {
    width: 100%;
}

a {
    transition: 0.5s;
}

a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

/* ボタン button17*/
.button17 {
    padding: 50px 0;
    display: inline-block;
    position: relative;
}

.button17::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index: 2;
}

.button17 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 1em 0;
    border-radius: 27px;
    width: 350px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s;
    text-align: center;
}

.OrangeBtm a {
    background-color: #fc8c5c;
}

.PinkBtm a {
    background-color: #f69898;
}

.button17 a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50vh;
    transition: 0.3s;
}

.button17 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #fff;
}

/* ボタン button15*/
.button15 {
    margin-top: 20px;
}

.button15 a {
    display: inline-block;
    position: relative;
    color: #333;
    font-size: 18px;
    width: 320px;
    line-height: 50px;
    font-weight: 700;
    border-bottom: solid 2px #fc8c5c;
    transition: 0.3s;
}

#home .button15 a {
    width: 240px;
}

#home .AddTopService .button15 a {
    width: 320px;
}

.button15 a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-color: #fc8c5c;
    border-radius: 50vh;
}

.button15 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}


/* swiper */

.TopServiceInnerBlock02 .swiper-pagination-clickable .swiper-pagination-bullet {
    display: block;
}

.TopServiceInnerBlock02 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.TopServiceInnerBlock02 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0 !important;
}

.TopServiceInnerBlock02 .swiper-pagination-bullet {
    background-color: #fc8c5c !important;
}

.TopServiceInnerBlock02 .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
}

.TopServiceInnerBlock02 .swiper-horizontal > .swiper-pagination-bullets,
.TopServiceInnerBlock02 .swiper-pagination-bullets.swiper-pagination-horizontal,
.TopServiceInnerBlock02 .swiper-pagination-custom,
.TopServiceInnerBlock02 .swiper-pagination-fraction {
    left: unset;
    right: 10px;
    bottom: unset;
    top: 0;
    width: unset;
}

.TopServiceInnerBlock02 .swiper-button-next,
.TopServiceInnerBlock02 .swiper-button-prev {
    top: unset;
    background-color: #fc8c5c;
    width: 45px;
    height: 45px;
    border-radius: 50vw;

}

.TopServiceInnerBlock02 .swiper-button-next:after,
.TopServiceInnerBlock02 .swiper-button-prev:after {
    line-height: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.TopServiceInnerBlock02 .swiper-button-next.swiper-button-disabled,
.TopServiceInnerBlock02 .swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

.TopServiceInnerBlock02 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 40px;
    bottom: 50px;
    left: auto;
}

.TopServiceInnerBlock02 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    right: auto;
    bottom: 50px;
    left: 40px;
}

/* swiper02 */
.swiper02 {
    overflow: unset !important;
}

.TopStaff .swiper-button-next,
.TopStaff .swiper-button-prev {
    background-color: #fc8c5c;
    width: 45px;
    height: 45px;
    border-radius: 50vw;
}

.TopStaff .swiper-button-next:after,
.TopStaff .swiper-rtl .swiper-button-prev:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.25em;
    transform: translateY(-50%);
    width: 24px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}

.TopStaff .swiper-button-next:before,
.TopStaff .swiper-rtl .swiper-button-prev:before {
    content: '';
    position: absolute;
    right: 0.75em;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.TopStaff .swiper-button-prev:after,
.TopStaff .swiper-rtl .swiper-button-next:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.25em;
    transform: translateY(-50%);
    width: 24px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}

.TopStaff .swiper-button-prev:before,
.TopStaff .swiper-rtl .swiper-button-next:before {
    content: '';
    position: absolute;
    right: unset;
    left: 0.75em;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-135deg);
}


.TopCompany .swiper-horizontal > .swiper-pagination-bullets,
.TopCompany .swiper-pagination-bullets.swiper-pagination-horizontal,
.TopCompany .swiper-pagination-custom,
.TopCompany .swiper-pagination-fraction {
    left: 0;
    right: unset;
    bottom: unset;
    top: 0;
    width: unset;
}


.TopCompany .button15 a {
    width: 200px;
    text-align: left;
}

.TopCompany .button15 {
    text-align: end;
}

.TopCompany .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 20px;
    bottom: 50px;
    left: auto;
}

.CommonSection {
    padding-bottom: 200px;
}

.pt30 {
    padding-top: 30px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.FTG {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.LineH2 {
    line-height: 2;
}

.pt50 {
    padding-top: 50px;
}

.pt80 {
    padding-top: 80px;
}

.mt30 {
    margin-top: 30px;
}

.pt150 {
    padding-top: 150px;
}

.mt80 {
    margin-top: 80px;
}

.mb250 {
    margin-bottom: 250px;
}

.TopCompany .ComBtn a {
    width: 320px;
}

.NewsBtnPink {
    text-align: right;
}

.NewsBtnPink a {
    text-align: left;
    border-bottom: solid 2px #f69898;
}

.NewsBtnPink a::before {
    text-align: left;
    background-color: #f69898;
}

.CommonRecruitLink {
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 100;
}

.CommonRecruitLink img {
    width: 70px;
}

html {
    scroll-behavior: smooth;
}

.input-area02 {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    padding: 10px;
    border: none;
    width:100%;
    height: 250px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
}

.contentImage img {
    width: 100%;
    height: 100%;
    aspect-ratio: 82 / 53;;
    object-fit: cover;
}

@media screen and (max-width: 1280px) {
    .CommonFootContentAft02 p {
        padding: 0 170px;
    }

    h1, h2, h3, h4, h5, h6, p, span, a, li {
        font-size: 13px;
    }

    .container14 {
        max-width: 1080px;
    }

    .container12 {
        max-width: 980px;
    }

    /*.container10 {*/
    /*    max-width: 900px;*/
    /*}*/
    .contentImage img {
        width: 100%;
        height: 100%;
        aspect-ratio: 82 / 53;;
    }

    .CommonSection {
        padding-bottom: 15vw;
    }

    .TopStepBlockWrap h3 {
        font-size: 15px;
    }

}

@media screen and (min-width: 860px) and (max-width: 1080px) {
    .CommonFootContentAft02 p {
        padding: 0 170px;
    }

    .CommonContactConts {
        width: auto;
        background-color: #fff;
        border: 1px dotted #ff783e;
        border-radius: 11px;
        padding: 30px 30px 20px;
        position: absolute;
        top: -90px;
        margin: auto;
        left: 0;
        right: 0;
    }

    h1, h2, h3, h4, h5, h6, p, span, a, li {
        font-size: 13px;
    }

    .container14 {
        max-width: 1080px;
    }

    .container12 {
        max-width: 980px;
    }

    /*.container10 {*/
    /*    max-width: 900px;*/
    /*}*/
    .contentImage img {
        width: 100%;
        height: 100%;
    }

    .CommonSection {
        padding-bottom: 15vw;
    }

    .TopStepBlockWrap h3 {
        font-size: 15px;
    }

    .TopStepBlock {
        width: 30%;
    }

    .AboutWrap .AboutLeftBlock {
        margin-left: 10px;
    }

    .informationAft::before {
        left: -40px;
        bottom: 5px;
    }

    .Title span {
        display: block;
    }

    .Title .TitleBold {
        display: inline-block;
    }

    .CommonAft::after {
        content: unset;
    }
}