html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-size: 18px;
    color: #545454;
}

main {
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

main > div {
    padding-top: 95px;
}

.page-post-property main > div,
.page-post-example main > div,
.page-post main > div {
   max-width: var(--wp--style--global--wide-size);
}

header {
    z-index: 10000000000000000000000000;
}

header > div,
footer > div {
    max-width: var(--wp--style--global--wide-size);
}

header,
footer {
    color: #545454;
}

#page-top > img {
    width: 80px;
}

a {
    color: #545454 !important;
}

.site-header ul > div:first-child img {
    width: 100%;
}

.hd-logo {
    width: 300px;
    padding-top: 20px;
}


/* コメントアウト替わり */
.display-none {
    display: none !important;
}

/**
 * コンタクトページに飛ぶアイコン
 */
 #go-contact {
    position: fixed;
    bottom: 120px;
    right: 80px;
 }

 #go-contact img {
    width: 150px;
    cursor: pointer;
 }

 .page-contact #go-contact {
    display: none;
 }

 .midashi-under {
    display: inline-block;
    position: relative;
    color: #545454;
    font-size: clamp(30px, 5vw, 35px);
    /* font-size: 2.5rem; */
    margin-bottom: 3rem;
 }

 .midashi-under::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background-color: #AD1457;
 }

 .midashi-margin > div:last-child {
    margin: 0 5rem;
 }

 .midashi-left,
 .midashi-left-eng {
    font-size: 2rem;
    padding-left:80px;
 }

 .midashi-left {
    position: relative;
    display: inline-block;
    text-align: center;
 }

 .midashi-left:before {
    content: '';
    width: 50px;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    border: solid 2px #AD1457;
}

.midashi-left-eng {
    color: #F78FA7;
}

.section-mb {
    margin-bottom: 4rem;
}

.no-gap {
    gap: 0;
}

.page-head {
    margin-bottom: 6rem;
}

.page-head-img > div{
    height: 400px;
    overflow: hidden;
    background-repeat: no-repeat;
}

 .pink-bg {
    background-image: url(../../public/images/pink01.png);
}

 .pink-bg > div {
    padding: 4rem 6rem;
}

.bg-white {
    margin: 0 auto;
    padding: 2rem 0rem;    
    background-color: #fff;
}

.max-hd > p {
    left: 80%;
    color: #545454;
    font-size: clamp(0px , 6vw, 30px);
}

.max-hd .hd-title span {
    color: #AD1457 !important;
    font-weight: bold;
}

.mc {
    margin: 0 auto;
}

h2 {
    margin-bottom: 0;
}

/***　テーブル ***/
.tbl {
    margin: 3rem 0;
    display: flex;
    justify-content: center;
}

.tbl table {
    border-spacing: 0;
}

.tbl table tr {
    border: solid 1px #ccc;
}

.tbl table tr td {
    padding: 1em 0.5em;
    border: solid 1px #ccc;
    border-bottom: none;
 }

.tbl table tr:last-child td {
    border-bottom: solid 1px #ccc;
}
 
.tbl table tr td:first-child {
    width: 250px;
    border-right: none;
    text-align: center;
}

.tbl table tr td:last-child {
    width: 600px;
}

.pink-shadow {
    height: 330px;
    width: 500px;
    overflow: hidden;
    position: absolute;
    top: 190px;
    left: 55px;
}

.layout-2 {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.layout-2 > div {
    width: 30%;
}

.f-1p5 {
    font-size: clamp(20px, 1.2vw, 45px);
}

.f-2 {
    font-size: clamp(0px, 5vw, 35px);
}
.f-3 {
    font-size: clamp(0px, 5vw, 30px);
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: end;
}

.section-margin {
    scroll-margin-top: 100px; /* 追記 */
}

.fade-up {
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeUpAnime{
    from {
      opacity: 0;
      transform: translateY(300px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
}
 /**
 * ヘッダー
 */
 header {
    background-color: #fff;
    color: #37474F;
}

.site-header {
    background-color: #fff;
    align-items: center;
}

header ul {
    display: flex;
    align-items: center;
    padding-right: 40px;
}

header ul li {
    text-align: center;
    letter-spacing: 2px;
    padding: 20px 0px;
}

header ul li a {
    display: block;
    padding: 0 15px;
    text-align: center;
}

/* header ul li:not(:last-child) a {
    border-right: solid 1px #aaa;
} */

.hd-bd {
    border-right: solid 1px #aaa;
    padding-right: 30px;
}

.top-ruby {
    color: #AD1457;
}

header ul li:not(:last-child) .top-ruby {
    padding-right: 30px;
}

.text-hosoku {
    font-size: 0.8rem;
    text-align: left;
}

.my-1 {
    margin: 1rem 0;
}

.site-header {
    position: relative;
}

.site-header > div {
    position: absolute;
}

.site-header [data-active="true"] {
    border-top: none;
    /* border-bottom: solid 3px red; */
}


/**
* フッター
*/
footer {
    background-color: #FCE4EC;
}

.footer-logo {
    background-color: #fff;
    text-align: center;
}

.footer-logo > div {
    width: 500px;
    margin: 0 auto;
}

.footer-container {
    margin: 0 auto;
    padding: 4rem 5px;
}

.footer-container .address {
    width: 100%;
    text-align: center;
}

.footer-container .address > div:last-child {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 1.3rem;
    font-size: 2.5rem;
    font-weight: bold;
}

footer nav {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}

footer nav li:not(:first-child) {
    border-left: solid 1px #aaa;
}

footer nav li a {
    display: block;
    padding: 0 3rem;
}

footer .tel-icon {
    width: 28px;
    margin-top: 7px;
}

.policies {
    display: flex;
    justify-content: end;
}

.policies > div {
    width: 500px;
}

.rights {
    font-size: 0.9rem;
}

/**
 * トップページ
 */
.page-top .midashi-left {
    text-align: left;
    font-size: 20px;
    line-height: 2;
}

.page-top .midashi-left::before {
    top: calc(15% - 3px);
}

 .catch-copy {
    margin: 2rem 0;
 }

.catch-copy h2 {
    margin-bottom: 1.2rem;
    letter-spacing: 10px;
    font-size: 2.3rem;
}

.catch-copy p {
    letter-spacing: 4px;
}

.top-flowers,
.company-flowers,
.flowers {
    position: relative;
}

.top-flowers > div:not(.pc),
.company-flowers > div:not(.pc),
.flowers > div:not(.pc) {
    max-width: 1000px;
    margin: 0 auto;
}

.top-flowers .flower1,
.top-flowers .flower2,
.page-about .flower1,
.page-about .flower2 {
    position: absolute;
    width: 300px;
}

.top-flowers .flower1 {
    top: -75px;
    left: 0;
}

.top-flowers .flower2 {
    bottom: 90px;
    right: 0;
}

.news-list .category {
    width: 30%;
    display: flex;
    justify-content: end;
}

.news-list .category a {
    width: 150px;
    text-align: center;
    padding: 5px 0;
    color: #fff !important;
    background-color: #7CB342;
}

.news li {
    border-bottom: dotted 2px #ccc;
    margin: 0 !important;
    padding: 1rem 0;
}

.news li > div a {
    width: 70%;
    display: block;
    color: #37474F;
}

.news li h3 {
    font-size: 1.2rem;
    margin: 0;
}

.news li .ellipsis {
    -webkit-line-clamp: 1;
}

.more {
    width: 250px;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 35px;
    padding: 5px 0px;
    color: #545454 !important;
}

.detail {
    background-color: #FCE4EC;
    padding: 2rem 0;
}

.detail > div {
    display: flex;
    justify-content: center;
}

.detail .title {
    font-size: 1.3rem;
}

.page-top .detail figure {
    width: 220px;
    margin: 0 auto;
}

.margin-taisei {
    margin: 6rem 0;
}

.taisei {
    background-color: #EAF4F0;
    padding: 60px;
}

.taisei > div:first-child {
    width: 1000px;
    margin: 0 auto;
}

.ready {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
    padding: 1.5rem;
    border-radius: 15px;
    background-color: #fff;
}

.blank-ready {
    width: 50%;
    position: relative;
}

.ready .num {
    position: absolute;
    top: -45px;
    left: -25px;
    font-size: 2.5vw;
    color: #66BB6A;
}

.dx-1 {
    width: 860px;
    position: absolute;
    bottom: 5%;
    right: -50%;
}

.look-it > div {
    width: calc((var(--wp--style--global--content-size) - 10px) / 3 );
    text-align: center;
}

.colums-3 {
    display: flex;
    gap: 1.5rem;
}

.colums-3 .colum-content {
    width: calc((100% - 3rem - 10px) / 3);
}

.colums-2 {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.colums-2 .colum-content {
    width: calc((100% - 1.5rem - 10px) / 2);
}

.top-tenpo {
    display: flex;
    justify-content: center;
    gap: 3rem;
}

.top-tenpo > div {
    width: calc((100% - 6rem - 10px) / 2);
    margin-bottom: 1rem;
}

.top-tenpo-name {
    margin-bottom: 0.5rem;
}

.news-topics .post-term a {
    color: #fff !important;
}

/**
 * about
 */
 .about-hd {
    background-image: url(../../uploads/2023/08/aboutMV.jpg);
 }

 .services {
    display: flex;
    justify-content: center;
 }

 .services > div {
    padding: 3rem;
    margin: 1.5rem;
    background-color: #fff;
 }

 .care-komin {
    width: 350px;
    margin: 0 auto;
 }

 .page-about .about-greeting > div:first-child {
    position: relative;
    margin-bottom: 10rem;
 }

 .about-greeting .layout-2 {
    position: relative;
    z-index: 1;
 }

 .about-greeting .layout-2 > div {
    width: 50%;
 }

 .about-service .layout-2 {
    gap: 4rem;
 }

 .page-about .flower1 {
    top: -60px;
    left: 0;
 }

 .page-about .flower2 {
    right: 0;
    bottom: -280px;
 }
/**
 * company
 */
.company-flowers .flower1,
.company-flowers .flower2 {
    position: absolute;
    width: 350px;
}

 .company-flowers .flower1 {
    top: -75px;
    left: 0;
 }

 .company-flowers .flower2 {
    bottom: -75px;
    right: 0;
 }

/***　沿革タイムライン　***/
.timeline {
    display: flex;
}

.timeline > ol,
.timeline > div {
    width: 50%;
}

.c-timeline__item {
    position: relative;
    display: flex;
}

.c-timeline__item:last-child .c-timeline__content::before {
    display: none;
}
  
.c-timeline__content {
    display: flex;
    gap: 2rem;
    padding-left: 1.5rem;
    padding-bottom: 3rem;
}

.c-timeline__content::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #AD1457;
}

.c-timeline__content::after {
    content: "";
    position: absolute;
    left: calc(0px - 11px);
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #AD1457;
    z-index: 1;
    border: 2px solid #AD1457;
    border-radius: 50%;
}
  
.timeline-year {
    color: #AD1457;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.timeline-title,
.timeline-year {
    font-size: 1.5rem;
}

.timeline-title {
    font-weight: bold;
}
/******/

.enkaku1,
.enkaku2,
.enkaku3 {
    width: 190px;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.enkaku-photos > div {
    display: flex;
    text-align: end;
}

.enkaku-photos > div:nth-child(2) {
    justify-content: end;
}

/**
 * shop
*/
.d-flex-nogap {
    display: flex;
}
.shop-address > div {
    width: 50%;
}

.address-icon {
    width: 30px;
}

.map iframe {
    width: 100%;
    height: 250px;
}

.tel {
    font-size: 1.5rem;
}

 /**
 * リクルート
 */
.recruit {
    max-width: 1000px;
    margin: 0 auto;
    height: 1000px;
    position: relative;
}

.recruit-msg {
    z-index: 10;
    top: 10%;
    left: 5%;
}

.original-gradient {
    background-image: linear-gradient(90deg, rgba(219, 51, 246, 1), rgba(14, 205, 255, 1));
    padding: 5px 25px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}

.recruit-msg .original-gradient {
    margin-bottom: 15px;
}

.at-answer {
    width: 50%;
    margin: 2rem auto;
    font-size: 1.2rem;
}

.recruit-msg > div:nth-child(2) {
    width: 90%;
}

.page-recruit .flower1,
.page-recruit .flower2,
.recruit-msg,
.recruit-word,
.recruit-a,
.recruit-b,
.recruit-c {
    position: absolute;
}

.page-recruit .flower1,
.page-recruit .flower2 {
    width: 250px;
    transform: scale(-1, 1);
}

.page-recruit .flower1 {
    right: 0;
    bottom: -35%;
}

.page-recruit .flower2 {
    bottom: -100px;
    left: 0;
}

.recruit-word {
    width: 75px;
    top: 300px;
    left: 8px;
}

.recruit-a {
    width: 50%;
    right: 0;
}

.recruit-b {
    width: 35%;
    top: 45%;
    left: 10%;
}

.recruit-c > div {
    position: relative;
}

.pink {
    position: absolute;
    width: 500px;
    top: -15%;
    right: 20%;
}

.recruit-c {
    bottom: 0;
    right: -30%;
}

.boshu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.boshu > div:first-child {
    width: 7%;
}

.recruit-section2 > div:last-child {
    margin-left: 2rem;
}

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

.recruit-c .hito {
    width: 40%;
    position: relative;
    z-index: 2;
}

.clock {
    width: 3%;
}

.pl-20 {
    padding-left: 50px;
}

.w-5 {
    width: 5%;
 }

 .w-20 {
    width: 20%;
 } 
 
 .w-50 {
    width: 50%;
 }

.title,
.main-schedule {
    font-size: 1.2rem;
}

.page-recruit .bg-white {
    width: 60%;
}

.main-schedule {
    font-weight: bold;
}

.main-schedule > span {
    font-weight: normal;
    font-size: 1rem;
}

 .schedule {
    padding: 0 30px;
 }

 .haru-schedule {
    display: flex;
    gap: 4rem;
 }

 .haru-schedule .time-pink-centent,
 .haru-schedule > div:first-child {
    width: 80px;
 }

 .schedule-time {
    position: relative;
    z-index: 1000;
    background-color: #DE9DA7;
    color: #fff;
    width: 95px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 30px;
 }

 .dotted-border {
    border-left: dotted 5px #DE9DA7;
    height: 80px;
    position: absolute;
    top: 24px;
    left: 45px;
 }

 .time-pink-centent {
    position: relative;
    height: 85px;
}

/**
 * contact
 */
 .contact-hd {
    background-image: url(../../uploads/2023/08/contactMV.jpg);
 }

 .contact-form {
    padding: 2rem 0;
    background-color: #eee;
 }

 .submit {
    text-align: center;
 }

 .submit input {
    width: 50%;
    padding: 10px 0;
    background-color: grey;
    color: #fff;
    border: none;
 }

 #contact > div {
    width: 100%;
    display: flex;
    justify-content: center;
 }

 #contact > div div:first-child {
    width: 180px;
    text-align: start;
    font-weight: bold;
 }

 #contact > div div:last-child {
    width: 60%;
 } 

 #contact .wpcf7-text,
 #contact .wpcf7-textarea {
    width: 100%;
    padding: 15px 10px;
 }

 #contact .wpcf7-list-item {
    width: 170px;
}

#contact .wpcf7-list-item:first-child {
    margin: 0 0 0 0em;
}

.wpcf7-spinner {
    display: block;
}

/* ブログ */
.news-topics .post-term {
    width: 40%;
}

.news-topics .category-news .post-term,
.news-topics .category-campaign .post-term,
.news-topics .category-new_info .post-term {
    background-color: #7CB342;
}

.news-topics .category-news .post-term a,
.news-topics .category-campaign .post-term a,
.news-topics .category-new_info .post-term a {
    color: #fff;
}

.pink-line {
    border-image: url(../../public/images/pink-line-re.png);
    padding: 4rem;
    border-image-slice: 15;
    border-image-width: 20px;
}

.page-company .about-greeting .pink-shadow {
    height: auto;
    position: absolute;
    top: 140px;
}

.page-company .about-greeting {
    margin-bottom: 5rem;
}

.page-company .about-greeting > div:nth-child(2) {
    position: relative;
}

.page-company .about-greeting .midashi-under {
    margin-bottom: 4rem;
}

.daihyo-msg {
    font-size: 1.2rem;
}

.circle-parent {
    position: relative;
    font-weight: bold;
    z-index: 1;
    margin-bottom: 2rem;
}

.circle-parent > div {
    width: 60px;
    position: absolute;
    z-index: -1;
    top: -5px;
}

.pink-circle1 {
    left: 250px;
}

.pink-circle2 {
    left: 330px;
}

.pink-circle3 {
    left: 300px;
}

.company-msg  .is-layout-flex{
    flex-wrap: nowrap;
}


@media print, screen and (max-width: 1000px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    main > div {
        padding-top: 60px;
    }

    /* メニューボタン */
    .menu-btn span {
        border-bottom: solid 3px #AD1457;
    }

    header ul li:nth-child(1) {
        background-color: initial;
        font-size: initial;
    }

    header ul li:nth-child(1) a {
        text-align: center;
    }

    .menu-btn span:nth-child(1) {
        top: 9px;
    }   
    
    .menu-btn span:nth-child(2) {
        top: 18px;
    }

    .menu-btn span:nth-child(3) {
        top: 27px;
    }
       
    .menu-btn span:nth-child(4) {
        border: none;
        color: #AD1457;
        font-size: 9px;
        font-weight: bold;
        top: 34px;
    }

    .menu-btn.mobile-menu-active span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-btn.mobile-menu-active span:nth-child(2),
    .menu-btn.mobile-menu-active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* ヘッダー */
    .mobile-header {
        height: 70px;
    }

    header .mobile-nav {
        z-index: 1010;
        padding-top: 60px;
    }

    .mobile-header li:hover {
        background-color: transparent;
    }
    
    .nav-menu-item {
        border-bottom: solid 1px #AD1457 !important;
    }

    .nav-menu-item a {
        display: block;
        padding: 1rem;
        color: #000;
    }

    .mobile-nav {
        width: 100%;
        position: fixed;
        z-index: 100;
        top: 0px;
        left: 100vw;
        height: 100%;
        background-color: #FCE4EC;
    }
    
    .mobile-menu-active {
        visibility: visible;
        display: block;
    }

    .mobile-nav > ul {
        height: auto;
        display: block;
        padding-right: 0;
        border: 1px solid #ccc;
        border-right: none;
        margin: 0px 0px 0px auto;
    }

    .mobile-header-img {
        width: 230px;
        font-size: 1.5rem;
        padding-top: 5px;
    }

    .mobile-header-img a {
        color: #fff;
    }
    
    .mobile-header-img div {
        width: 200px;
    }    
    
    .footer-container > .footer-nav {
        display: flex;
        justify-content: center;
    }

    .footer-container > .footer-nav > div {
        width: auto;
        display: block;
    }

    .footer-container > div:last-child > div {
        width: auto;
        margin-bottom: 1.5rem;
    }
    
    .news-list .category {
        margin-bottom: 15px;
    }
}

@media print, screen and (max-width: 767px) {
    h3, .flow-num > p {
        font-size: 1.3rem;
    }
    main > div {
        padding-top: 70px;
    }

    #go-contact {
        position: fixed;
        bottom: 20px;
        right: 20px;
     }
    
     #go-contact img {
        width: 100px;
        cursor: pointer;
     }

     .w-100 {
        width: 100% !important;
     }

     .w-auto {
        width: auto !important;
     }
        
    /**
    * ヘッダー
    */
    header {
        width: 100vw !important;
        padding-bottom: 70px;

    }

    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999;
        background-color: #fff;
    }

    header .logo {
        width: 150px;
        display: block;
        margin-top: 10px;
    }
    .max-hd > p {
        left: 50%;
    }

    .hd-title {
        position: absolute;
        top: 50% !important;
        left: 50% !important;
    }

    .page-head {
        margin-bottom: 2rem;
    }

    .max-hd,
    .page-head-img > div {
        height: auto;
    }

    /**
    * メイン画面
    */
    .news li > div a {
        width: 100%;
    }

    .news-list .category {
        justify-content: start;
    }

    .taisei {
        padding: 15px;
    }

    .ready {
        display: block;
        width: ;
    }

    .ready-img {
        width: 70%;
        margin: 0 auto;
    }

    .taisei > div:first-child,
    .blank-ready {
        width: 100%;
    }

    .ready {
        margin-bottom: 20px;
    }

    .ready .num {
        left: -6px;
        font-size: 12.5vw;
    }
        
    .layout-2 {
        display: block;
    }

    .layout-2 > div {
        padding: 10px;
    }

    .midashi-margin > div:last-child {
        margin: 0;
    }    
    
    /* about */
    .midashi-left, .midashi-left-eng {
        font-size: 1.5rem;
        padding-left: 65px;
    }

    .pink-bg > div {
        padding: 4rem 1rem;
    }

    .care-komin {
        width: auto;
    }

    .services > div {
        margin: 1.5rem 0;
    }

    .page-company .about-greeting .layout-2 .d-flex .w-30{
        width: 50%;
    }    

    /* recruit */
    .recruit-section2 .pl-20 {
        padding-left: 0px;
    }

    .recruit {
        height: 480px;
    }

    .recruit-msg {
        top: 6%;
    }

    .recruit-c {
        width: 45%;
        bottom: 0%;
        right: 10%;
    }

    .recruit-c .hito {
        width: 100%;
    }

    .recruit-b {
        width: 40%;
        top: 35%;
        left: 0;
    }

    .clock {
        width: 10%;
    }    

    .pink {
        width: 100%;
        top: -8%;
        right: -20%;
    }

    .original-gradient {
        font-size: 1rem;
    }

    .recruit-section2 > div:last-child {
        margin-left: 0rem;
    }

    .recruit-word {
        width: 30px;
    }

    .recruit-msg {
        left: 0%;
    }

    .recruit-msg .original-gradient {
        padding: 5px 10px;
        margin-bottom: 5px;
    }

    .boshu {
        justify-content: center;
    }

    .boshu .original-gradient {
        font-size: 1.3rem;
    }

    .boshu > div:first-child {
        width: 15%;
    }

    .schedule {
        padding: 0px 15px;
    }

    .page-about .flower1 {
        top: 410px;
        left: 0;
    }

    .page-about .flower2 {
        right: 0;
        bottom: -120px;
    }

    .mobile-bg {
        background-color: rgba(255, 255, 255, 0.7);
        position: relative;
        z-index: 1;
    }

    .top-flowers .flower1,
    .top-flowers .flower2{
        width: 155px;
    }

    .top-flowers .flower2 {
        bottom: 220px;
    }

    .page-about .flower1,
    .page-about .flower2 {
        width: 200px;
    }

    .page-recruit .flower1, .page-recruit .flower2 {
        width: 140px;
    }

    .page-recruit .flower1 {
        right: 0;
        bottom: -60%;
    }

    .page-recruit .flower2 {
        bottom: -160px;
        left: 0;
    }

    /* 会社概要 */
    .timeline > ol, .timeline > div {
        width: auto;
    }
    .rinen {
        padding: 2rem;
    }

    .pink-circle1 {
        left: 15px;
    }

    .pink-circle2 {
        left: 70px;
    }

    .pink-circle3 {
        left: 55px;
    }

    .company-flowers .flower1, .company-flowers .flower2 {
        width: 180px;
    }
    .company-flowers .flower2 {
        bottom: -83px;
    }
    /**
    * フッター
    */
    .footer-logo > div {
        width: 100%;
    }

    .policies {
        justify-content: center;
    }

    footer nav {
        display: block;
        margin: 0;
    }
    
    footer nav li:not(:first-child),
    footer nav li,  
    footer nav li:last-child {
        border-left: none;
        border-right: none;
        margin-bottom: 10px;
    }

    footer .logo {
        margin: 0rem;
    }

    footer .address {
        display: block;
    }

    footer .address > div:last-child {
        width: 100%;
    }

    .footer-container .address > div:last-child  {
        gap: 0;
    }

}