/* ヘッダー */
header {
    height: 90px;
    background-color: #fff;
    border-bottom: solid 1px #eeeeee;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

header {
    height: 90px;
    background-color: #fff;
    border-bottom: solid 1px #eeeeee;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

td {
    border: solid 1px #ddd;
    padding: 20px;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #444;
}

table {
    margin-bottom: 20px;
}

nav ul {
    position: relative;
    height: 90px;
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

nav ul li {
    text-align: center;
    flex-grow: 1;
}

nav ul a {
    font-weight: 700;
}

nav ul li a span {
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    color: #ffb392;
    font-size: 12px;
    display: block;
}

main {
    overflow: hidden;
    padding-top: 90px;
}

.HeadNam {
    border-left: solid 1px #eeeeee;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HeadNam>a {
    color: #fc8c5c;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 23px;
}

.HeadNavInner {
    display: flex;
    width: 100%;
}

.HeadContact a span {
    font-size: 19px;
    color: #fff;
    padding-bottom: 32px;
}

.HeadContact a::before {
    content: '';
    display: block;
    background-image: url('../img/Common/Mail.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 18px;
    padding-bottom: 30px;
}

.HeadContact a::after {
    content: 'CONTACT';
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    font-size: 13px;
    display: block;
    color: #fff;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.HeadContact a {
    color: #fff;
    font-size: 19px;
    background-color: #fc8c5c;
    width: 200px;
    height: 120px;
    border-radius: 0 0 0 11px;
    display: flex;
    gap: 0.5em;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.Logo a img {
    width: 155px;
    height: 78px;
    object-fit: cover;
}


/* ヘッダー */

/* トップページ */
/* ライズの想い */
.FvImage {
    margin: 3% 5% 0 9%;
}

/* .StaffBlock:nth-child(n + 4) span {
    background-color: #fff;
} */

.Title {
    text-align: center;
    margin-bottom: 50px;
}

.TopPhilosophyTitle::before {
    content: '';
    display: block;
    background-image: url('../img/Common/Sun.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 29px;
    height: 18px;
    margin: auto auto 10px;
}

.Title span {
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fc8c5c;
}

.Title h2 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
}

.TopPhilosophyTitle h3 {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fc8c5c;
    font-size: 24px;
    padding-top: 30px;
}

.TopPhilosophyContents {
    width: 750px;
    margin: auto;
}

.TopPhilosophyContents p {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-size: 15px;
    line-height: 36px;
}

.button17Wrap {
    text-align: center;
}

.TopPhilosophy {
    position: relative;
}

.TopPhilosophy::before {
    content: '';
    display: block;
    background-image: url('../img/TOP/PhilosImage01.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 16vw;
    height: 40vw;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.TopPhilosophy::after {
    content: '';
    display: block;
    background-image: url('../img/TOP/PhilosImage02.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 16vw;
    height: 40vw;
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
}

.FvImage img {
    width: 65vw;
}

.FvImage {
    text-align: center;
}

/* ライズの想い */
/* サービス */
.TopService {
    background-image: url('../img/Common/Wave.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;

}

.TopServicePosition {
    position: relative;
}

.TopServicePosition::after {
    content: '';
    display: block;
    background-image: url('../img/Common/bird.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 190px;
    height: 85px;
    position: absolute;
    top: -30px;
    right: 0;
}

.TopServiceTitle p {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}

.TopServiceTitle h2 {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    color: #fc8c5c;
    font-style: normal;
    font-size: 86px;
    line-height: 1.2;
}

.TopSubService p {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-size: 17px;
    font-weight: 700;
    background-color: #fff;
    display: inline-block;
    padding: 20px 25px;
}

.TopSubService p:first-of-type {
    margin-bottom: 15px;
}

.TopSubService p:last-of-type {
    margin-bottom: 30px;
}

.TopServiceContext {
    font-size: 16px;
    font-family: kozuka-gothic-pr6n, sans-serif;
}

.TopServiceWrapper {
    display: flex;
    align-items: center;
}

.TopServiceWrapper .TopServiceInnerBlock01 {
    width: 52%;
}

.TopServiceWrapper .TopServiceInnerBlock02 {
    width: 43%;
    margin-top: 100px;
    padding-left: 5%;
    position: relative;
}

.TopServiceWrapper .TopServiceInnerBlock02 .swiper {
    width: calc(100% - 60px);
    margin: 0 60px 0 0;
}

.TopServiceContext {
    line-height: 36px;
}

.TopServiceTitle {
    margin-left: 100px;
    margin-bottom: 30px;
    position: relative;
}

.TopServiceTitle::before {
    content: '';
    display: block;
    background-image: url('../img/Common/crover.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 80px;
    position: absolute;
    left: -85px;
    top: -35px;
}

.TopServiceInnerBlock02::before {
    content: '';
    display: block;
    background-image: url('../img/Common/pink01.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 61px;
    height: 61px;
    position: absolute;
    top: -50px;
    left: 30px;
    z-index: 2;
}

.AddCompWrap .TopServiceInnerBlock02::before {
    left: 100px;
}

.AddCompWrap .TopServiceInnerBlock02::after {
    bottom: -40px;
    left: 100px;
}

.TopServiceInnerBlock02::after {
    content: '';
    display: block;
    background-image: url('../img/Common/pink02.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 80px;
    left: 10px;
    z-index: 2;
}

/* サービス */

/* 訪問看護のご利用対象となる方 */
.TopTarget_Step {
    padding: 0 0 100px;
}

.TopTargetWrap {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.TargetBlockWrap {
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 15px;
}

.AboutStateWrap .ASWImage {
    width: 70%;
}

.ASWImage img {
    border-radius: 20px;
}

.TargetInnerBlockLeft img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.TargetBlock {
    width: 30%;
    background-color: #fff;
    border: 1px dotted #ff783e;
    border-radius: 11px;
    margin-bottom: 3%;
}

.Title .TitleBold {
    font-size: 30px;
}

.TopStepTitle {
    margin-top: 50px;
}

.TopStepWrap {
    display: flex;
    justify-content: space-between;
}

.TopStepBlock {
    width: 31%;
    background-color: #fff0ea;
    border-radius: 11px;
}

.TopStepBlockWrap h4 {
    text-align: center;
    font-family: myriad-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: #fc8c5c;
}

.TopStepBlockWrap h3 {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

.TopStepBlockWrap span {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    padding: 15px 0;
}

#home .TopStepBlockWrap span {
    width: unset;
    height: unset;
}

.TopStepBlockWrap p {
    width: 90%;
    margin: auto;
}

.addTopStepBlockWrap p {
    width: 100%;
    font-size: 15px;
    letter-spacing: 0;
}

.TopStepBlockWrap {
    padding: 30px 20px;
}

.TopStepWrap span {
    margin: auto;
}

.TopStepBlockWrap h3 {
    background: linear-gradient(transparent 60%, #ffd6c5 0%);
}

.TopTargetTitle {
    background-color: #fff9f7;
    padding: 30px 50px 0;
    border-radius: 20px;
    position: relative;
}

.TopTarget_StepWrap {
    position: relative;
    bottom: 30px;
}

.TopTargetTitle::before {
    content: '';
    display: block;
    background-image: url('../img/Common/clover02.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 30px;
    right: 150px;
    z-index: 2;
}

.TopTargetTitle::after {
    content: '';
    display: block;
    background-image: url('../img/Common/flow.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 85px;
    left: 230px;
    z-index: 2;
}

.RLItems::before {
    content: '';
    display: block;
    background-image: url('../img/Common/Item.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 75px;
    height: 65px;
    top: 150px;
    left: -100px;
    z-index: 2;
}

.RLItems::after {
    content: '';
    display: block;
    background-image: url('../img/Common/Item.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 75px;
    height: 65px;
    top: 50px;
    right: -50px;
    z-index: 2;
    transform: rotate(110deg);
}

.TitleAft {
    position: relative;
}

.TitleAft::after {
    content: '';
    display: block;
    background-image: url('../img/Common/TitlrAft.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 75px;
    height: 65px;
    top: -30px;
    right: 40px;
    z-index: 2;
}

/* 訪問看護のご利用対象となる方 */

/* 費用と対象範囲 */
.TopScope_CostWrap {
    display: flex;
}

.TopScope_CostBlock {
    width: 50%;
}

.TopScope_CostBlock>div {
    width: 450px;
    padding: 50px;
}

.TopScope_CostBlockLeft>div {
    margin: auto 0 auto auto;
}

.TopScope_CostTitleOrange h4 {
    font-size: 18px;
    color: #fc8c5c;
}

.TopScope_CostTitlePink h4 {
    font-size: 18px;
    color: #f18a8a;
}


.TopScope_CostBlockLeft {
    background-color: #fff0ea;
}

.TopScope_CostBlockRight {
    background-color: #fcebeb;
}

.TopScope_CostTitleOrange span {
    color: #ff783e;
}

.TopScope_CostTitlePink span {
    color: #f69898;
}

.Title03 h3 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    padding-top: 10px;
}

.TopScope_CostBlock .ImageSpan {
    padding: 30px 0 20px;
    display: block;
}

.TopScope_CostBlock .ImageSpan img {
    width: 450px;
}

.TopScope_CostBlock p {
    padding-top: 20px;
}

.button17Wrap .PinkBtm {
    padding: unset;
    margin-top: 30px;
}

.TopScope_CostBlockLeftAft {
    position: relative;
}

.TopScope_CostBlockLeftAft::after {
    content: '';
    display: block;
    background-image: url('../img/Common/Item.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 70px;
    height: 40px;
    top: -10px;
    right: 30px;
    z-index: 2;
}

.TopScope_CostBlockLeftAft::before {
    content: '';
    display: block;
    background-image: url('../img/Common/three.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 140px;
    height: 90px;
    top: -89px;
    left: -50px;
    z-index: 2;
}

.TopScope_CostInnerBlockLeftAft {
    position: relative;
}

.TopScope_CostInnerBlockLeftAft::before {
    content: '';
    display: block;
    background-image: url('../img/Common/flow.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 40px;
    top: 65px;
    left: -70px;
    z-index: 2;
}

.TopScope_CostBlockRightAft {
    position: relative;
}

.TopScope_CostBlockRightAft::before {
    content: '';
    display: block;
    background-image: url('../img/Common/clover02.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 120px;
    height: 110px;
    top: -70px;
    right: -90px;
    z-index: 2;
}

/* 費用と対象範囲 */

/* 特徴 */
.TopFeature {
    padding: 50px 0 100px;
}

.TopFeatureWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.TopFeatureInnerBlock {
    margin-bottom: 50px;
}

.TopFeatureWrap .TopFeatureInnerBlock {
    width: 22%;
}

.TopFeatureInnerBlock span {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #f18a8a;
}

.TopFeatureInnerBlock h3 {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 600;
    margin: 10px 0 5px;
    color: #f18a8a;
    font-size: 17px;
}

.TopFeatureInnerBlock p {
    font-size: 15px;
}

.TopFeatureAft::before {
    content: '';
    display: block;
    background-image: url('../img/Common/CommonNonRight.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 120px;
    height: 110px;
    top: -120px;
    right: -150px;
    z-index: 2;
}

.AddTopFeature .TopFeatureAft::before {
    right: -6vw;
}

.TopFeatureAft::after {
    content: '';
    display: block;
    background-image: url('../img/Common/CommonNonLeft.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 120px;
    height: 110px;
    top: -120px;
    left: -150px;
    z-index: 2;
}

.AddTopFeature .TopFeatureAft::after {
    left: 0;
}

.TopStepTitle::before {
    right: 260px;
}

.TopStepTitle::after {
    left: 280px;
}

/* 特徴 */
/* スタッフ */
.TopStaff {
    background-color: #fff0ea;
    padding: 50px 0;
}

.TopStaffWrapper {
    position: relative;
    padding-top: 50px;
    padding-left: 20px;
}

.StaffSlide>div {
    display: flex;
    gap: 1em;
    padding: 10px 0 5px;
}

.StaffSlide>div h3 {
    font-size: 21px;
    color: #ff783e;
    font-family: kozuka-gothic-pr6n, sans-serif;
}

.StaffSlide>div span {
    font-size: 15px;
    color: #ff783e;
    font-family: kozuka-gothic-pr6n, sans-serif;
}

.StaffSlide {
    position: relative;
}

.SwipeLabel {
    position: absolute;
    top: -25px;
    left: -10px;

}

.SwipeLabel p {
    color: #fff;
    background-color: #fc8c5c;
    padding: 5px 10px;
    border-radius: 4px;
}

.TopStaffAft::before {
    content: '';
    display: block;
    background-image: url('../img/Common/Item02.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 70px;
    height: 45px;
    top: -240px;
    left: -10px;
    /*left: -50px;*/
    z-index: 2;
}

.TopStaffAft::after {
    content: '';
    display: block;
    background-image: url('../img/Common/CommonNonLeft.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 128px;
    height: 130px;
    top: -260px;
    right: -50px;
    z-index: 2;
    transform: rotate(180deg);
}

.TopStepTitle {
    background-color: unset;
}

/* スタッフ */

/* よくある質問 */
.TopQA {
    padding: 150px 0 100px;

}

.TopQATitle::before {
    right: 290px;
}

.TopQATitle::after {
    left: 340px;
}

.TopQAQuesTitle span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 33px;
    display: contents;
    color: #f18a8a;
}

.TopQAQuesTitle h3 {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-size: 19px;
}

.TopQAQuesTitle {
    display: flex;
    align-items: end;
    gap: 2em;
}

.TopQAInnerBlock {
    background-color: #fff;
    border-radius: 11px;
    padding: 30px 40px;
    margin-bottom: 20px;
}

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

.gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
    color: #f18a8a;
}

.gg-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px
}

.TopQAInnerBlockAns {
    padding: 50px 50px 0;
}

.TopQAInnerBlock:hover {
    cursor: pointer;
}

.TopQAInnerBlockAns {
    display: none;
}

.TopQAAft::before {
    content: '';
    display: block;
    background-image: url('../img/Common/three02.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 190px;
    height: 160px;
    top: -50px;
    left: 0;
    z-index: 2;
}

.TopQAAft::after {
    content: '';
    display: block;
    background-image: url('../img/Common/bird.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 190px;
    height: 160px;
    top: -20px;
    right: 100px;
    z-index: 2;
    transform: rotateY(180deg);
}

#home .TopQAAft::after {
    top: 65px;
}

#home .TopQAAft::before {
    top: 133px;
}

.TopQAAft02::after {
    content: '';
    display: block;
    background-image: url('../img/Common/CommonNonLeft.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 190px;
    height: 160px;
    bottom: -20px;
    right: 0;
    z-index: 2;
    transform: rotate(180deg);
}

#home .TopQAAft02::after {
    background-image: url('../img/Common/addtreee.png');
    transform: rotate(0);
}

.TopQAAft02::before {
    content: '';
    display: block;
    background-image: url('../img/Common/three.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 190px;
    height: 160px;
    bottom: -30px;
    left: 0;
    z-index: 2;
}

/* よくある質問 */

/* 訪問看護のコラム */
.TopColumn {
    background-color: #fff0ea;
    padding: 50px 0 100px;
}

.TopColumnWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.TopColumnBlock {
    width: 48%;
    margin-bottom: 40px;
}

.TopColumnBlock a {
    display: flex;
    gap: 3%;
}

.TopColumnBlock a>span {
    display: block;
}

.ColumImage img {
    width: 160px;
    height: 150px;
    object-fit: cover;
}

.TopColumWrap {
    display: flex;
    align-items: center;
    padding: 7px 0;
}

.TopColumWrap h4 {
    background-color: #ff783e;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 3px;
    line-height: 1.3;
    margin-right: 1em;
}

.TopColumnBlock h3 {
    font-family: 'Noto Sans JP', sans-serif;
    color: #ff783e;
    font-size: 17px;
    font-weight: 600;
}

.TopColumnBlock a>span p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
}

.TopColumnBlock .TopColumnBlock:nth-child(4) {
    margin-bottom: unset;
}

.TopColumn .TopQATitle::after {
    left: 310px;
}

/* 訪問看護のコラム */

/* ニュース */
.TopNews {
    padding: 100px 0;
}

.TopNewsWrapper {
    display: flex;
    gap: 5%;
}

.news-list {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.news-list .item a {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333;
    padding: 20px;
}


.news-list .item .date {
    margin: 0;
    min-width: 110px;
    font-size: 16px;
    color: #999;
    padding: 0 20px 0 0;
}

.news-list .item .category {
    margin: 0;
    min-width: 110px;
    padding: 0 20px 0 0;
}

.news-list .item .category span {
    background: #f18a8a;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1;
}

.news-list .item .title {
    margin: 0;
    width: 100%;
}

.TopNewsTitle {
    width: 15%;
    position: relative;
}

.TopNewsTitle::after {
    content: '';
    display: block;
    /*background-image: url('../img/TOP/newsClover.png');*/
    background-repeat: no-repeat;
    background-size: contain;
    width: 220px;
    height: 140px;
    position: absolute;
    bottom: 20px;
    left: -50px;
}

.TopNewsContents {
    width: 80%;
}

.Title03 .TopNewsTtitle03 {
    font-size: 27px;
}

/* ニュース */

/* 会社情報 */
.TopCompany .TopServiceTitle {
    margin-left: unset;
}

.TopCompany .TopServiceTitle::before {
    content: unset;
}

.TopCompany .TopServicePosition::after {
    content: unset;
}

.TopCompany .TopServiceWrapper {
    display: flex;
    align-items: self-end;
    gap: 4%;
    justify-content: space-between;
}

.TopCompany .TopServiceWrapper .TopServiceInnerBlock02 {
    width: 48%;
}

.TopCompany .TopServiceWrapper .TopServiceInnerBlock01 {
    width: 48%;
}

.TopCompany .TopServiceWrapper .TopServiceInnerBlock02 .swiper {
    width: calc(100% - 40px);
    margin: unset;
}

.TopCompany {
    background-image: url('../img/Common/wave02.png');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding: 50px 0 200px;
}

.TopCompanyAft::before {
    content: '';
    display: block;
    background-image: url('../img/Common/crover02.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 60px;
    height: 100px;
    top: -60px;
    right: 0;
    z-index: 2;
    transform: rotate(45deg);
}

.TopCompany02::after {
    content: '';
    display: block;
    background-image: url(../img/Common/Item.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 60px;
    height: 40px;
    bottom: -170px;
    right: 0;
    z-index: 2;
}

.TopCompany03::before {
    content: '';
    display: block;
    background-image: url('../img/Common/CommonNonLeft.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 130px;
    height: 130px;
    bottom: -100px;
    left: -30px;
    z-index: 2;
}


/* 会社情報 */
/* フッター */
footer {
    background-color: #fc8c5c;
}

.CopyRight {
    background-color: #ff783e;
}

.CopyRight p {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
}

.footWrapRight {
    display: flex;
    gap: 30px;
    padding-top: 30px;
}

.footWrapRight ul li a {
    color: #FFF;
}

.footWrapRight ul li {
    margin-bottom: 15px;
}

.footWrap {
    display: flex;
    gap: 50px;
    padding: 30px 0;
}

.FootSnsWrap ul {
    display: flex;
    gap: 1em;
}

.FootSnsWrap {
    position: absolute;
    right: 0;
    bottom: 50px;
}

.CommonFootContent h3 {
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    margin-bottom: 30px;
}

.CommonFootContent {
    background-color: #fff0ea;
    padding: 130px 0 50px;
    margin-top: 90px;
}

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

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

.CommonContact01 h3 {
    color: #ff783e;
    font-size: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: unset;
}

.CommonAft {
    position: relative;
}

.CommonAft::after {
    content: '';
    display: block;
    background-image: url('../img/Common/FootAft02.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 80px;
    height: 80px;
    top: -20px;
    right: -70px;
    z-index: 2;
}

.CommonAft::before {
    content: '';
    display: block;
    background-image: url('../img/Common/FootAft01.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 60px;
    height: 80px;
    top: -5px;
    left: -80px;
    z-index: 2;

}

.CommonFootContentAft02::before {
    content: '';
    display: block;
    background-image: url('../img/Common/three03.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 140px;
    height: 99px;
    bottom: -5px;
    left: 50px;
    z-index: 2;

}

.CommonFootContentAft02::after {
    content: '';
    display: block;
    background-image: url('../img/Common/three.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 140px;
    height: 99px;
    bottom: -5px;
    right: 50px;
    z-index: 2;

}


/* フッター */
/* リクルート */
.CommonRecruit {
    padding: 100px 0;
}

.list205 h3 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #f69898;
    font-size: 24px;
    margin-bottom: 30px;
}

.list205 ul {
    padding: 0.3em 0;
    list-style-type: none;
    border: none;
}

.list205 ul li {
    position: relative;
    padding: 0 0 20px 40px;
    line-height: 1.5;
    font-size: 18px;
}

.list205 ul li:before {
    content: '';
    position: absolute;
    background-color: #ee8992;
    border: 1px solid #ee8992;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: 4px;
}

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

.CommonRecruitLeft {
    width: 50%;
}

.CommonRecruitRight {
    width: 45%;
}

.CommonRecruit .TopTargetTitle::before {
    top: 35px;
    right: 330px;
}

.CommonRecruit .TopTargetTitle::after {

    left: 370px;
}

/* リクルート */
/* トップページ */

/* お知らせ一覧 */
.CommonFv {
    padding: 30px 0 150px;
}

#access .CommonFv {
    padding: 30px 0;
}

#ABOUT .CommonFv {
    padding: 30px 0;
}

.CommonFvWrap {
    display: flex;
    align-items: center;
}

.CommonFvWrap h2 {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-size: 80px;
    font-weight: bold;
    color: #fc8c5c;
}

.CommonFvWrap h3 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: #fc8c5c;
    color: #FFF;
    padding: 5px 80px;
    font-size: 30px;
}

.CommonFvImageTitle {
    padding-right: 100px;
}

.NewsFvTitle {
    text-align: center;
}

.CommonFvImage {
    width: 50%;
}

.CommonFvImageTitle {
    width: 30%;
    margin: auto;
}

.side {
    width: 20%;
}

.content {
    width: 75%;
}

.NewsWrapper {
    display: flex;
    gap: 5%;
}

.side h3 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fc8c5c;
    font-size: 20px;
    margin-bottom: 35px;
}

.side ul li a {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}

.side ul li {
    margin-bottom: 20px;
    padding-left: 1.5em;
    position: relative;
}

.side ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #fc8c5c;
    border-right: solid 2px #fc8c5c;
    position: absolute;
    left: 0;
    top: 5px;
    transform: rotate(45deg);
}

.contentCatWrap {
    margin-bottom: 35px;
}

.contentCatWrap ul {
    display: flex;
    gap: 30px;
}

.contentCatWrap ul li a {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fc8c5c;
    font-size: 20px;
}

.contentWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3%;
}

.contentWrap .NewsContentWrap {
    width: 47%;
}

.contentBlock span {
    display: block;
}

.contentBlock h3 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fc8c5c;
    font-size: 20px;
    padding: 5px 0 10px;
}

.contentBlock {
    position: relative;
    margin-bottom: 60px;
}

.contentBlock .contentCategory {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    background-color: #fc8c5c;
    display: inline-block;
    padding: 0 20px;
    line-height: 23px;
    border-radius: 11px;
    font-size: 14px;
    margin-bottom: 10px;
}

.contentBlock .contentTag {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    background-color: #fc8c5c;
    display: inline-block;
    padding: 3px 30px 4px;
    font-size: 18px;
}

.NewsContentWrap .contentTag {
    position: absolute;
    top: 0;
    left: 0;
}

.CommonSection {
    position: relative;
}

.CommonBird::before {
    content: '';
    display: block;
    background-image: url('../img/Common/bird.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 190px;
    height: 85px;
    position: absolute;
    top: -100px;
    right: 0;
}

.pageNate {
    text-align: center;
}


.nav-links .page-numbers {
    background-color: #fff;
    color: #ff783e;
    border: solid 1px #ff783e;
    width: 40px;
    height: 40px;
    border-radius: 100vw;
    display: inline-flex;
    margin: auto 1em;
    justify-content: center;
    align-items: center;

}

.nav-links .current {
    background-color: #ff783e;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 100vw;
    display: inline-flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

/* お知らせ一覧 */

/* お知らせ詳細 */
.NewsSingleSection {
    padding: 150px 0 0;
}

.SingleNewsContent div {
    display: flex;
    gap: 1em;
    margin-top: 20px;
}

.SingleNewsContent h3 {
    font-size: 23px;
    margin-bottom: 30px;
}

.NewsSingleSection .CommonBird::before {
    top: -10px;
}

/* お知らせ詳細 */

/* お問い合わせ */
.CommonFvNon {
    padding: 30px 0 100px;
}

.CommonFvNonWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.CommonFvNonWrap::after {
    content: '';
    display: block;
    background-image: url('../img/Common/CommonNonRight.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 115px;
    height: 158px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.CommonFvNonWrap::before {
    content: '';
    display: block;
    background-image: url('../img/Common/CommonNonLeft.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 167px;
    height: 165px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.CommonFvNonWrap h2 {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-size: 80px;
    font-weight: bold;
    color: #ff783e;
}

.CommonFvNonWrap h3 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: #ff783e;
    color: #FFF;
    padding: 5px 80px;
    font-size: 30px;
}

.ContactFlow div {
    background-color: #fff;
    border: #ff783e solid 2px;
}

.ContactFlow .ContactActive {
    background-color: #ff783e;
    border: #ff783e solid 2px;
}

.ContactFlow div p {
    color: #ff783e;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    padding: 5px 15px;
}

.ContactFlow .ContactActive p {
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    padding: 5px 15px;
}

.ContactFlow {
    display: flex;
    justify-content: center;
    gap: 3em;
    padding-bottom: 80px;
}


.table-list th label {
    font-size: 20px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* .ContactWrapForm {
    display: flex;
    justify-content: center;
} */

.contact-message {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 50px;
}

.message-notice {
    color: #fc8c5c;
    font-size: 14px;
}

.essential {
    background: #fc8c5c;
    color: #fafafa;
    font-size: 12px;
    padding: 2px 10px 4px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-right: 20px;
    font-size: 15px;
}

.contact-area {
    background: #fafafa;
    padding: 90px;
    margin: 100px auto;
    width: 1000px;
}

.contact-table {
    width: 100%;
}

.table-list {
    display: flex;
    justify-content: space-between;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    width: 100%;
    margin-bottom: 40px;
}

.table-list th {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    width: 40%;
}

.table-list-address {
    flex-wrap: wrap;
}

.table-list-address .input-area {
    margin-bottom: 10px;
}

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

.contact-Check-txt {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
}

.table-list td {
    font-size: 13px;
    width: 70%;
    /*display: grid;*/
    grid-template-columns: 40% 30% 30%;
}

.SwipeTopImage {
    width: 70%;
}

#home .StaffSlide>div {
    align-items: center;
}

.SpStaffWrap {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 58% 40%;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: unset !important;
}

input::placeholder {
    color: #bfbfbf;
    font-size: 12px;
    font-weight: bold;
}

textarea {
    border: none;
    width: 450px;
    height: 200px;
    padding: 0;
    border: 1px solid #c4c4c4;
}

textarea::placeholder {
    color: #bfbfbf;
    font-size: 12px;
}

input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-area .text {
    font-size: 13px;
    text-align: center;
    margin-bottom: 100px;
}

.contact-area .text a {
    color: #000;
    border-bottom: 1px solid #000;
    transition: all 0.3s;
}

.contact-area .text a:hover {
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    color: #777;
}

.submit-button {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 30px auto 0;
    background-color: #ff783e;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid #ff783e;
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
    padding: 10px 100px;
}

.submit-button:hover {
    opacity: 0.7;
}

.contact-Check {
    margin-right: 2em;
}

.Check {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -20px;
}

.privacy-policy {
    max-width: 752px;
    margin: 20px auto 50px;
    height: 200px;
    overflow: auto;
    border: 1px solid #bfbbb9;
    background-color: #fff;
    line-height: 1.5;
    padding: 20px;
}

.PrivacyTitle {
    padding-top: 50px;
}


.PrivacyTitle h3 {
    color: #fc8c5c;
    text-align: center;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
}

.privacy-policy__item p {
    margin-bottom: 25px;
}

.privacy-policy::-webkit-scrollbar {
    width: 10px;
    overflow-y: scroll;

}

.privacy-policy::-webkit-scrollbar-track {
    margin-top: 4px;
    margin-bottom: 4px;
    background: #e2e2e2;
}

.privacy-policy::-webkit-scrollbar-thumb {
    background: #ff783e;
    border-radius: 8px;
    border-right: 4px solid transparent;
    /* 透明なボーダーをつける */
    border-left: 4px solid transparent;
    /* 透明なボーダーをつける */

}

.Check span {
    font-size: 20px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ContactForm {
    padding-bottom: 200px;
}

@media (max-width: 1200px) {
    .contact-area {
        width: 80%;
        padding: 60px;
    }
}

@media (max-width: 1024px) {
    .contact-area {
        padding: 50px 15px;
    }

    .table-list th {
        width: 180px;
    }

    .table-list td {
        width: 100%;
    }

    .input-area {
        width: 500px;
        height: 40px;
    }

    textarea {
        width: 500px;
        height: 200px;
    }

    .contact-message {
        margin-bottom: 30px;
    }

    .contact-area .text {
        margin-bottom: 30px;
    }
}


@media (max-width: 834px) {
    .contact-bg {
        margin: 50px auto 0;
        padding: 50px 0;
    }

    .contact-area {
        margin: 50px auto;
        padding: 50px 20px;
    }

    .check-box label {
        width: 100%;
    }

    .input-area {
        width: 100%;
        height: 30px;
    }

    textarea {
        width: 100%;
        height: 200px;
    }

    .table-list {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .table-list th {
        font-size: 12px;
        width: 200px;
        margin-bottom: 10px;
    }

    .table-list td {
        font-size: 12px;
    }

    .table-list td {
        width: 100%;
    }

    .contact-message {
        font-size: 13px;
    }

    .contact-area .text {
        font-size: 13px;
    }
}

@media (max-width: 640px) {
    .contact-message {
        text-align: left;
    }

    .contact-area .text {
        text-align: left;
    }
}

@media (max-width: 320px) {
    .input-area {
        width: 100%;
    }

    textarea {
        width: 100%;
    }
}

/* お問い合わせ */

/* スタッフ紹介 */
.CommonFvWrap02 h3 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: #fc8c5c;
    color: #FFF;
    padding: 5px 30px;
    font-size: 30px;
    display: table;
}

.CommonFvWrap02 .CommonFvImageTitle {
    width: unset;
}

.CommonFvWrap h2 {
    text-align: center;
}

.CommonFvPt {
    padding-top: 50px;
}

.StaffBlock>div {
    padding: 30px;
}

.StaffBlock>div>div {
    display: flex;
    gap: 50px;
}

.StaffBlock {
    width: 46%;
    background-color: #fff;
    border: #ff783e solid 2px;
    border-radius: 20px;
    margin-bottom: 8%;
    position: relative;
}

.StaffBlock::after {
    content: '';
    display: block;
    background-image: url('../img/Staff/subItem.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 80px;
    position: absolute;
    left: -30px;
    bottom: 150px;
}

.StaffWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.StaffBlock span,
.StaffBlock p,
.StaffBlock h3,
.StaffBlock h4 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.StaffBlock span {
    background-color: #fc8c5c;
    color: #FFF;
    padding: 2px 10px 4px;
    font-size: 14px;
    display: inline-block;
    margin-top: 30px;
}

.StaffBlock h3 {
    font-size: 35px;
}

.StaffBlock h4 {
    color: #fc8c5c;
    font-size: 18px;
}

.StaffBlock p {
    margin-bottom: 30px;
    font-size: 18px;
}

.CommonSectionPb {
    padding-bottom: 150px;
}

/* スタッフ紹介 */

/* サービス内容 */
.ServiceBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ServiceBlock:nth-child(even) {
    flex-direction: row-reverse;
}

.ServiceBlock>div {
    width: 47%;
}

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

.ServiceBlock p {
    font-size: 16px;
}

.ServiceBlock h3 {
    color: #ff783e;
    font-size: 30px;
    margin-bottom: 20px;
}

.ServiceSection02 .TopStepBlock {
    background-color: #FFF;
    border-radius: 11px;
}

/* サービス内容 */
/* 個人情報保護方針 */
.privacyTitle {
    text-align: center;
}

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

.privacySection div {
    padding-bottom: 50px;
}

.privacySection h3 {
    color: #fc8c5c;
    font-size: 23px;
    margin-bottom: 20px;
}

.privacySection p {
    font-size: 20px;
    line-height: 2;
}

/* 個人情報保護方針 */
/* 採用情報 */
.RecruitTitle {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    padding: 0.5em;
    /*文字周りの余白*/
    color: #444444;
    /*文字色*/
    background: #ffc7ae;
    /*背景色*/
    border-left: solid 5px #fc9e79;
    /*左線（実線 太さ 色）*/
}

.RecruitSubTitle {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    /*文字周りの余白*/
    color: #fc8c5c;
}

.HuBlock {
    background-color: #fff;
    border: 1px dotted #ff783e;
    padding: 30px 30px 20px;
    border-radius: 11px;
}

.HuBlockRecruit {
    background-color: #fff;
    border: 1px dotted #ff783e;
    padding: 50px 30px;
    border-radius: 11px;
}

.HuBlockRecruit p {
    font-size: 16px;
    line-height: 2;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.HuInnerBlock {
    display: flex;
    gap: 50px;
}

.HuBlock02 {
    text-align: center;
    border: solid 5px #ffc7ae;
    padding: 30px 20px;
    border-radius: 11px;
}

.RecruitTable {
    width: 100%;
}

.RecruitTable th,
.RecruitTable td {
    border: 2px solid #ffc7ae;
    font-size: 16px;
    line-height: 2;
    padding: 20px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.RecruitTable th {
    background-color: #fc8c5c;
    color: #fff;
    width: 20%;
    vertical-align: middle;
}

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

.RecruitSectionBlock div {
    width: 50%;
}

.RecruitSectionBlock div {
    width: 47%;
}

.RecruitSectionBlock div h3 {
    font-size: 30px;
    color: #fc8c5c;
    padding-bottom: 20px;
}

.RecruitSectionBlock:nth-child(even) {
    flex-direction: row-reverse;
    padding: 80px 0;
}

.RecruitSectionWrap {
    padding: 100px 0 0;
}

/* 採用情報 */
/* 私たちについて */
.AboutFv .CommonFvImageTitle {
    width: 35%;
}

.AboutSection h2 {
    text-align: center;
    color: #fc8c5c;
    font-size: 28px;
}

.AboutWrap {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}

.AboutWrap div {
    width: 46%;
}

.AboutWrap .AboutLeftBlock {
    width: calc(48% + 100px);
    margin: 0 0 0 -100px;
}

.AboutState {
    background-image: url('../img/Common/wave02.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 50px 0 200px;
}


.AboutStateWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
}

.AboutStateWrap div {
    width: 30%;
}

.AboutStateWrap div:first-child {
    margin-bottom: 4%;

}

.AboutInfoTable th,
.AboutInfoTable td {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
}

.AboutInfoTable {
    border-collapse: separate;
    border-left: none;
    width: 100%;
}

.AboutInfoTable th {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #fff0ea;
    padding: 30px 10px;
    width: 25%;
    color: #fc8c5c;
}

.AboutInfoTable td {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #fff0ea;
    padding: 10px;
}

.AboutSectionAft {
    position: relative;
}

.AboutSectionAft::before {
    display: block;
    content: '';
    background-image: url('../img/Common/Item02.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 100px;
    bottom: 50px;
}

.AboutSectionAft::after {
    display: block;
    content: '';
    background-image: url('../img/Common/CommonNonLeft.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.AboutStateAft {
    position: relative;
}

.AboutInfoAft {
    position: relative;
}

.AboutInfoAft02 {
    position: relative;
}

.AboutStateAft::before {
    display: block;
    content: '';
    background-image: url('../img/Common/flow.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 430px;
    bottom: 10px;
}

.AboutInfoAft::before {
    display: block;
    content: '';
    background-image: url('../img/Common/Pink03.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 81px;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.AboutInfoAft::after {
    display: block;
    content: '';
    background-image: url('../img/Common/crover02.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 52px;
    position: absolute;
    right: 0;
    bottom: 10px;
    transform: rotate(45deg);
}

.AboutInfoAft02::after {
    display: block;
    content: '';
    background-image: url('../img/Common/Item.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 52px;
    position: absolute;
    right: -150px;
    bottom: 10px;
}

/* 私たちについて */
/* 訪問看護について */
#ABOUT .AboutWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 150px;
}

#ABOUT .AboutStru {
    background-color: #fff0ea;
    padding: 80px 0;
}

.AboutStru p {
    text-align: left;
    line-height: 2;
    letter-spacing: 1.3px;
}

.AboutStru img {
    text-align: center;
}

.AboutStru .AboutStateWrap {
    justify-content: center;
}

#ABOUT .HuBlock {
    padding: 30px 20px 20px;
    width: 900px;
    margin: auto;
}

#ABOUT .HuInnerBlock {
    justify-content: center;
}

.NeedWrap {
    display: flex;
    justify-content: center;
    width: 600px;
    margin: auto;
    border: solid 5px #fbd5d5;
    border-radius: 11px;
}

.NeedWrap p {
    padding: 50px 30px;
    font-size: 16px;
}

#ABOUT .TopStepWrap {
    flex-wrap: wrap;
    justify-content: center;
}

.TopStepWrap .AboutShirushi {
    margin: auto 1%;
}

#ABOUT .ServiceSection02 .TopStepBlock {
    margin-bottom: 4%;
}

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

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

.PriceServiceBlock>div {
    width: 50%;
}

.PriceService .TopScope_CostTitleOrange>div {
    padding: 0 50px;
}

.PriceServiceBlock .PriceServiceImage {
    width: 50%;
    padding: unset;
}

.PriceServiceBlock:nth-child(even) {
    flex-direction: row-reverse;
}

.PriceService {
    padding: 50px 0 200px;
}

.FTGAft {
    position: relative;
}

.FTGAft::after {
    content: '';
    display: block;
    background-image: url('../img/Common/about01.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 160px;
    position: absolute;
    bottom: -180px;
    left: -50px;
}

.FTGAft::before {
    content: '';
    display: block;
    background-image: url('../img/Common/pink01.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 190px;
    height: 85px;
    position: absolute;
    top: -150px;
    left: 50px;
}

.RBClo::after {
    content: '';
    display: block;
    background-image: url('../img/Common/CommonNonLeft.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 190px;
    height: 130px;
    position: absolute;
    bottom: 0;
    right: -100px;
    transform: rotate(180deg);
}

.LRCro {
    position: relative;
}

.LRCro::after {
    content: '';
    display: block;
    background-image: url('../img/Common/crover02.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 0;
    right: 270px;
    transform: rotate(40deg);
}

.LRCro::before {
    content: '';
    display: block;
    background-image: url('../img/Common/Item02.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 310px;
    transform: rotate(180deg);
}

.NeedWrapAft::before {
    content: '';
    display: block;
    background-image: url('../img/Common/Pink03.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 60px;
    position: absolute;
    bottom: 40px;
    left: -140px;
    transform: rotate(20deg);
}

.NeedWrapAft::after {
    content: '';
    display: block;
    background-image: url('../img/Common/crover02.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 60px;
    position: absolute;
    bottom: 20px;
    right: -140px;
    transform: rotate(40deg);
}

.TopTargetTitleFlow::before {
    content: '';
    display: block;
    background-image: url('../img/Common/flow.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 85px;
    left: 230px;
    z-index: 2;
}

.TitleAftFlow::after {
    content: '';
    display: block;
    background-image: url('../img/Common/TitlrAft.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 75px;
    height: 65px;
    top: -30px;
    right: 40px;
    z-index: 2;
}

.NeedTitleSAft::after {
    right: 190px;
}

.AboutFlowTitle::after {
    top: 0;
    right: 250px;
}

.AboutFlowTitle::before {
    top: 60px;
    left: 240px;
}

.BtThree::before {
    content: '';
    display: block;
    background-image: url('../img/Common/three03.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 135px;
    height: 100px;
    bottom: -80px;
    left: 0;
    z-index: 2;
}

.BtThree::after {
    content: '';
    display: block;
    background-image: url('../img/Common/three04.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 135px;
    height: 100px;
    bottom: -110px;
    right: 0;
    z-index: 2;
}

.ServiceSectionAft::before {
    display: none;
}

.ServiceSectionAft::after {
    top: 75px;
    left: 345px;
}

.ServiceSection .ServiceBlock {
    margin-bottom: 50px;
}

.SAlt01::after {
    content: '';
    display: block;
    background-image: url('../img/Common/ser01.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 135px;
    height: 100px;
    bottom: -170px;
    left: -90px;
    z-index: 2;
}

.SAlt02::after {
    content: '';
    display: block;
    background-image: url('../img/Common/CommonNonRight.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 135px;
    height: 100px;
    bottom: -170px;
    right: -90px;
    z-index: 2;
}

.SAlt03::after {
    content: '';
    display: block;
    background-image: url('../img/Common/Item.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -50px;
    right: 0;
    z-index: 2;
}

.SAlt04::after {
    content: '';
    display: block;
    background-image: url('../img/Common/SA02.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 140px;
    height: 119px;
    bottom: 40px;
    right: -50px;
    z-index: 2;
}

.SAlt05::after {
    content: '';
    display: block;
    background-image: url('../img/Common/crover02.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 70px;
    height: 119px;
    bottom: -200px;
    left: -50px;
    transform: rotate(45deg);
    z-index: 2;
}

.SAlt06::after {
    content: '';
    display: block;
    background-image: url('../img/Common/CommonNonLeft.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 120px;
    height: 119px;
    bottom: -200px;
    right: -70px;
    transform: rotate(180deg);
    z-index: 2;
}

.SAlt06::before {
    content: '';
    display: block;
    background-image: url('../img/Common/bird.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 180px;
    height: 119px;
    top: -110px;
    right: 0;
    z-index: 2;
}

.AboutFlowTitleStepAlt::before {
    content: '';
    display: block;
    background-image: url('../img/Common/TitlrAft.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 80px;
    height: 82px;
    top: -30px;
    right: 40px;
    z-index: 2;
}

.AboutFlowTitleStepAlt02::after {
    content: '';
    display: block;
    background-image: url('../img/Common/CommonNonLeft.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 180px;
    height: 120px;
    bottom: 60px;
    right: 40px;
    transform: rotate(180deg);
    z-index: 2;
}

.AboutFlowTitleStepAlt02::before {
    content: '';
    display: block;
    background-image: url('../img/Common/three.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: -20px;
    left: 40px;
    z-index: 2;
}

/* 訪問看護について */
/* アクセス */
.AccessFv .CommonFvImageTitle {
    width: 35%;
}

.AccessFv .CommonFvWrap h3 {
    padding: 5px 20px;
}

.AccessMAp {
    width: 700px;
    margin: auto;
}

.Access {
    padding: 50px 0 100px;
    background-color: #fff0ea;
}

.informationAft::before {
    left: 370px;
    bottom: 5px;
}

/* アクセス */
/* ダウンロード */
.downloadTop {
    text-align: center;
    padding-bottom: 100px;
}

.downloadWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.downloadBlock {
    width: 40%;
    padding: 3%;
}

.downloadBlock .button17 {
    padding: 0;
}

.downloadBlock h3 {
    color: #fc8c5c;
    font-size: 25px;
    width: 350px;
    margin: auto;
    padding: 10px 0;
}

.downloadBlock p {
    font-size: 20px;
    width: 350px;
    margin: auto;
    padding-bottom: 10px;
}

.WeightTitle {
    font-size: 23px;
}

/* ダウンロード */
.ServiceCommonSubTitle {
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #f69898;
    position: relative;
}

.ServiceCommonSubTitle::after {
    content: '';
    display: block;
    background-image: url('../img/Common/RecruitItem.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 80px;
    position: absolute;
    top: -20px;
    right: -320px;
}

.AccessInfoAft {
    position: relative;
}

.AccessInfoAft::before {
    content: '';
    display: block;
    background-image: url('../img/Common/three02.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 140px;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.AccessInfoAft::after {
    content: '';
    display: block;
    background-image: url('../img/Common/CommonNonLeft.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 140px;
    position: absolute;
    bottom: -40px;
    right: 0;
    transform: rotate(180deg);
}

.AccessAB::before {
    content: '';
    display: block;
    background-image: url('../img/Common/CommonNonLeft.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 140px;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.AccessAB::after {
    content: '';
    display: block;
    background-image: url('../img/Common/CommonNonRight.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    height: 140px;
    position: absolute;
    bottom: -40px;
    right: 0;
    transform: unset;
}

.AccessTitleAft {
    position: relative;
}

.AccessTitleAft::before {
    content: '';
    display: block;
    background-image: url('../img/Common/flow.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 50px;
    position: absolute;
    bottom: -35px;
    left: -80px;
}

.AccessTitleAft::after {
    content: '';
    display: block;
    background-image: url('../img/Common/clover02.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 85px;
    height: 55px;
    position: absolute;
    bottom: -45px;
    right: -120px;
}

.StaffBlock img {
    object-fit: cover;
}

#recruit .CommonSection {
    padding-bottom: 100px;
}

.sendWrap {
    text-align: center;
}

.sendWrap h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.sendWrap p {
    line-height: 2;
}

.CommonFv img,
.CommonFvPt img {
    width: 85%;
}

.CommonFv>div>div>div:first-of-type,
.CommonFvPt>div>div>div:first-of-type {
    text-align: end;
}

#home .TopScope_CostBlockRightAft::before {
    background-image: url("../img/Common/crover02.png");
}

@media screen and (min-width: 860px) and (max-width: 1280px) {

    .TopTargetTitle::after {
        left: 160px;
    }

    .TitleAft::after {
        right: 0;
    }

    .TopStepTitle::before {
        right: 170px;
    }

    .TopColumn .TopQATitle::after {
        left: 240px;
    }

    .AboutWrap .AboutLeftBlock {
        margin: 0;
    }

    #ABOUT .AboutWrap,
    #about-us .AboutWrap {
        gap: 2%;
    }

    .TopPhilosophy::after,
    .TopPhilosophy::before {
        width: 14vw;
        height: 30vw;
    }

    nav ul li a {
        font-size: 12px;
    }

    .HeadNam>a {
        font-size: 15px;
    }

    .HeadContact a span {
        font-size: 15px;
    }

    nav ul li a span {
        font-size: 10px;
    }

    .Logo a img {
        height: 30px;
        width: 80px;
    }

    .HeadNavInner {
        justify-content: space-between;
    }

    .HeadContact a {
        width: 180px;
    }

    .SpLogo img {
        width: 15vw;
    }

    .TopPhilosophyTitle h3 {
        font-size: 19px;
    }

    .TopPhilosophyContents p {
        font-size: 14px;
    }

    .CommonRecruit .TopTargetTitle::after {
        left: 340px;
    }

    .CommonFvWrap h3 {
        padding: 5px 5px;
        font-size: 20px;
    }
}

.PcBlock {
    display: block;
}

.AboutInfoTable th,
.AboutInfoTable td {
    font-size: 15px;
}

@media screen and (min-width: 1400px) {
    /*デスクトップ（1400px以上）のスタイル*/
}

@media screen and (min-width: 1024px) {
    /*ノートPC、タブレット横向き（1024px以上）のスタイル*/
}

@media screen and (min-width: 640px) {
    /*タブレット縦向き、スマホ横向き（640px以上）のスタイル*/
}

@media screen and (max-width: 639px) {
    /*スマホ縦向き（639px以下）のスタイル*/
}