@charset "UTF-8";
/* ========================================
  @media screen and (min-width: 768px), print
======================================== */
@media screen and (min-width: 768px),print {

/* mv
-------------------------------------*/
#mv {
    padding-block: 73px 140px;
}
#mv .mv-img {
    position: relative;
    margin-bottom: 98px;
}
#mv .mv-img .img img {
    width: 100%;
    height: auto;
}
#mv .ttl {
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
}
#mv .anchor-link {
    width: min(95%, 1200px);
    margin-inline: auto;
}
#mv .anchor-link ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 13px;
}
#mv .anchor-link ul li a {
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.70588;
    background: #FFFFFF;
    border: 2px solid #262422;
    padding-block: 24px;
    padding-left: 57px;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}
#mv .anchor-link ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 36px;
    height: 36px;
    background: url(../images/company/anchor-link-arrow-b.svg) no-repeat center center / contain;
}
#mv .anchor-link ul li a:hover {
    background: #262422;
    color: #FFFFFF;
}
#mv .anchor-link ul li a:hover::after {
    background: url(../images/company/anchor-link-arrow-w.svg) no-repeat center center / contain;
}

/* 共通
-------------------------------------*/
.sec-enttl {
    text-align: center;
    margin-bottom: 20px;
}
.sec-ttl {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 82px;
}

/* company-sec
-------------------------------------*/
#company-sec {
    background: #E6E1D1;
}
#company-sec .inner {
    width: min(95%, 1100px);
    margin-inline: auto;
    padding-block: 135px 140px;
}
#company-sec .company-table {
    width: 100%;
    background: #FFFFFF;
    padding-block: 50px 76px;
}
#company-sec .company-table table {
    width: min(95%, 800px);
    margin-inline: auto;
}
#company-sec table tr {
    display: grid;
    grid-template-columns: 156px 1fr;
}
#company-sec table th,
#company-sec table td {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.875;
    text-align: left;
    padding-block: 26px;
    padding-left: 81px;
}
#company-sec table th {
    font-weight: bold;
    border-bottom: 1px solid #1c6031;
    padding-left: 49px;
}
#company-sec table td {
    border-bottom: 1px solid #D8D8D8;
}

/* shop-sec
-------------------------------------*/
#shop-sec {
    padding-block: 153px 160px;
}
#shop-sec .ttl {
    margin-bottom: 75px;
}
#shop-sec .map-box {
    width: min(95%, 1100px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 62.81% 32.63%;
    gap: 0 50px;
    align-items: center;
    margin-bottom: 98px;
}
#shop-sec .map-box .map {height: 395px;}
#shop-sec .map-box .map iframe {
    width: 100%;
    height: 100%;
}
#shop-sec .txt-box {
    border-top: 1px solid #262422;
    border-bottom: 1px solid #262422;
    padding-block: 40px;
    padding-left: 40px;
}
#shop-sec .txt-box p {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.625;
    text-align: left;
}
#shop-sec .photo {
    width: min(95%, 1280px);
    margin-inline: auto;
}
#shop-sec .photo img {
    width: 100%;
    height: auto;
}

/* recruit-sec
-------------------------------------*/
#recruit-sec {
    background: #262422;
}
#recruit-sec .inner {
    width: min(95%, 1280px);
    margin-inline: auto;
    padding-block: 142px 120px;
}
#recruit-sec .ttl {
    color: #fff;
    margin-bottom: 71px;
}
#recruit-sec .recruit-table {
    width: min(95%, 900px);
    margin-inline: auto;
    margin-bottom: 100px;
}
#recruit-sec .recruit-table table {
    width: 100%;
}
#recruit-sec .recruit-table table tr {
    display: grid;
    grid-template-columns: 153px 1fr;
    border-bottom: 1px solid #FFFFFF;
}
#recruit-sec .recruit-table table th,
#recruit-sec .recruit-table table td {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.875;
    text-align: left;
    padding-block: 26px;
    color: #fff;
}
#recruit-sec .recruit-table table th {
    padding-left: 49px;
}
#recruit-sec .recruit-table table td .ex {
    font-weight: 400;
    color: #fff;
    display: block;
    padding-block: 25px 0;
}
#recruit-sec .recruit-photo img {
    width: 100%;
    height: auto;
}

/* greeting-sec
-------------------------------------*/
#greeting-sec {
    background: #F9F7EE;
    position: relative;
}
#greeting-sec .inner {
    width: min(95%, 1280px);
    margin-inline: auto;
    padding-block: 171px 535px;
}
#greeting-sec .enttl {
    text-align: left;
    width: min(95%, 1100px);
    margin-inline: auto;
    margin-bottom: 32px;
}
#greeting-sec .enttl img {
    max-width: 100%;
    height: auto;
}
#greeting-sec .ttl {
    text-align: left;
    width: min(95%, 1100px);
    margin-inline: auto;
    margin-bottom: 74px;
}
#greeting-sec .main-photo {
    text-align: center;
    margin-bottom: 100px;
}
#greeting-sec .main-photo img,
#greeting-sec .photo img,
#greeting-sec .photo-box img {
    width: 100%;
    height: auto;
}
#greeting-sec .sub-ttl {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.5454;
    margin-bottom: 35px;
}
#greeting-sec .txt {
    font-size: 16px;
    line-height: 1.8125;
    text-align: left;
}
#greeting-sec .point-list {
    width: min(95%, 344px);
    display: inline-grid;
    gap: 10px;
    margin-top: 29px;
}
#greeting-sec .point-list li {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.85714;
    background: #FFFFFF;
    display: inline-block;
    position: relative;
    padding-inline: 10px 0;
    min-height: 29px;
    padding-block: 1px;
}
#greeting-sec .inBox {
    width: min(95%, 1100px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 50.90% 44.54%;
    gap: 0 50px;
    padding-bottom: 77px;
    align-items: center;
}
#greeting-sec .inBox.reverse {
    grid-template-columns: 44.54% 50.90%;
}
#greeting-sec .center-txt {
    text-align: center;
    margin-bottom: 29px;
}
#greeting-sec .lead {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 98px;
}
/* inBox02 */
#greeting-sec .inBox02 {
    padding-bottom: 101px;
}
/* inBox03 */
#greeting-sec .inBox03 {
    grid-template-columns: 43.65% 53.18%;
    gap: 0 36px;
    align-items: flex-start;
    padding-bottom: 53px;
}
#greeting-sec .inBox03 .sub-ttl {
    margin-bottom: 25px;
}
/* inBox04 */
#greeting-sec .inBox04 {
    padding-bottom: 101px;
    align-items: flex-start;
    padding-bottom: 59px;
}
#greeting-sec .inBox04 .sub-ttl {
    margin-bottom: 30px;
}
#greeting-sec .inBox04 .photo-box {
    position: relative;
}
#greeting-sec .inBox04 .photo-box picture:nth-child(1) {
    position: relative;
    width: min(95%, 394px);
    display: block;
}
#greeting-sec .inBox04 .photo-box picture:nth-child(1) img {
    max-width: 100%;
    height: auto;
}
#greeting-sec .inBox04 .photo-box picture:nth-child(2) {
    position: absolute;
    bottom: -80px;
    right: 10px;
}
#greeting-sec .inBox04 .photo-box picture:nth-child(2) img {
    width: 260px;
}
/* inBox05 */
#greeting-sec .inBox05 {
    padding-bottom: 101px;
}
#greeting-sec .inBox05 .photo-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 10px;
}

/* bottom-sec
-------------------------------------*/
#bottom-sec {
    background: #E6E1D1;
    position: relative;
    margin-bottom: 184px;
}
#bottom-sec .bg-top {
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    z-index: 5;
}
#bottom-sec .bg-top img {
  width: 100%;
}
#bottom-sec .inner {
    width: min(95%, 1280px);
    margin-inline: auto;
    position: relative;
    top: -475px;
    z-index: 6;
    margin-bottom: -378px;
}
#bottom-sec .main-photo {
    text-align: center;
    margin-bottom: 100px;
}
#bottom-sec .main-photo img {
    width: 100%;
    height: auto;
}
#bottom-sec .txt-box {
    position: relative;
    padding-bottom: 150px;
}
#bottom-sec .txt-box::before {
    position: absolute;
    content: "";
    background: url(../images/company/bottom-sec-sub01.jpg) no-repeat center center / contain;
    width: 313px;
    height: 226px;
    top: 264px;
    left: 0;
}
#bottom-sec .txt-box::after {
    position: absolute;
    content: "";
    background: url(../images/company/bottom-sec-sub02.jpg) no-repeat center center / contain;
    width: 252px;
    height: 180px;
    top: 624px;
    right: 18px;
}
#bottom-sec .ttl {
    text-align: center;
    margin-bottom: 57px;
}
#bottom-sec .ttl img {
  max-width: 100%;
  height: auto;
}
#bottom-sec .txt {
    font-size: 16px;
    line-height: 1.8125;
    text-align: center;
}
#bottom-sec .point-list {
    width: min(95%, 344px);
    display: grid;
    gap: 10px;
    margin-block: 38px;
    margin-inline: auto;
}
#bottom-sec .point-list li {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.9;
    background: #FFFFFF;
    display: inline-block;
    min-height: 29px;
    padding-left: 10px;
}
#bottom-sec .lead {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 54px;
}
#bottom-sec .lead02 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.65;
    text-align: center;
    margin-block: 35px 80px;
}
#bottom-sec .main-lead {
    text-align: center;
}
#bottom-sec .main-lead img {
  max-width: 100%;
  height: auto;
}
#bottom-sec .bottom-message {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.42857;
    text-align: center;
    position: relative;
}
#bottom-sec .bottom-message::before {
    position: absolute;
    content: "";
    background: url(../images/company/bottom-sec-deco01.png) no-repeat center center / contain;
    width: 271px;
    height: 295px;
    top: -22px;
    left: 119px;
}
#bottom-sec .bottom-message::after {
    position: absolute;
    content: "";
    background: url(../images/company/bottom-sec-deco02.png) no-repeat center center / contain;
    width: 206px;
    height: 353px;
    top: -66px;
    right: 118px;
}
#bottom-sec .bg-slide {
    overflow: hidden;
    position: relative;
    top: 36px;
    z-index: 6;
}
#bottom-sec .bg-slide .loop .loop__box {
    display: flex;
    width: 100vw;
}
#bottom-sec .bg-slide .loop .loop__box img {
    min-width: 176.045vw;
    height: auto;
}
#bottom-sec .bg-slide .loop .loop__box img:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
}
#bottom-sec .bg-slide .loop .loop__box img:last-child {
    -webkit-animation: loop2 50s linear infinite;
    animation: loop2 50s linear infinite;
}
  

/* profile
-------------------------------------*/
#profile {
    background: #fff;
    padding-block: 100px;
    position: relative;
    margin-bottom: 99px;
}
#profile::after {
    position: absolute;
    content: "";
    background: url(../images/company/profile-en.svg) no-repeat center center / contain;
    width: 100.71%;
    height: 28.815%;
    bottom: -19px;
    left: -7px;
}
#profile .ttl {
    text-align: center;
    margin-bottom: -71px;
    position: relative;
    top: -131px;
}
#profile .inBox {
    width: min(95%, 1100px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 41.90% 42.45%;
    gap: 0 111px;
    justify-content: flex-end;
    margin-bottom: -48px;
}
#profile .job {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 2px;
}
#profile .name {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #C1BEBE;
    padding-bottom: 8px;
    margin-bottom: 24px;
}
#profile .desc {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.875;
}
#profile .photo img {
    width: 100%;
    height: auto;
}



}

/* ========================================
  @media screen and (min-width:768px) and (max-width:1100px)
======================================== */
@media screen and (min-width:768px) and (max-width:1100px) {
    #mv .anchor-link ul li a {
        padding-block: 2.182vw;
        padding-left: 3.182vw;
        font-size: clamp(0.75rem, 0.027rem + 1.51vw, 1.063rem);
    }
    #bottom-sec .txt-box::before {
        width: 20.42vw;
        height: 14.58vw;
        top: 32.18vw;
    }
    #bottom-sec .txt-box::after {
        width: 15.58vw;
        height: 10.58vw;
        top: 38.18vw;
    }
}


/* ========================================
  @media screen and (max-width: 767px) 
======================================== */
@media screen and (max-width: 767px) {
/* mv
-------------------------------------*/
#mv {
    padding-block: 0 14.49vw;
}
#mv .mv-img {
    position: relative;
    margin-bottom: 12.08vw;
}
#mv .mv-img .img img {
    width: 100%;
    height: auto;
}
#mv .ttl {
    position: absolute;
    bottom: 4.83vw;
    left: 50%;
    transform: translateX(-50%);
    width: 69.57vw;
}
#mv .anchor-link {
    width: min(95%, 86.96vw);
    margin-inline: auto;
}
#mv .anchor-link ul {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 4.83vw 0;
}
#mv .anchor-link ul li a {
    font-weight: bold;
    font-size:4.106vw;
    letter-spacing: 0.05em;
    line-height: 1.70588;
    background: #FFFFFF;
    border: 0.2vw solid #262422;
    padding-block: 3.5vw;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}
#mv .anchor-link ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7.25vw;
    width: 7.25vw;
    height: 7.25vw;
    background: url(../images/company/anchor-link-arrow-b.svg) no-repeat center center / contain;
}
#mv .anchor-link ul li a:hover {
    background: #262422;
    color: #FFFFFF;
}
#mv .anchor-link ul li a:hover::after {
    background: url(../images/company/anchor-link-arrow-w.svg) no-repeat center center / contain;
}

/* 共通
-------------------------------------*/
.sec-enttl {
    text-align: center;
    margin-bottom: 3.21vw;
}
.sec-ttl {
    font-weight: bold;
    font-size:4.831vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 9.66vw;
}

/* company-sec
-------------------------------------*/
#company-sec {
    background: #E6E1D1;
}
#company-sec .enttl img {
    width: 55.07vw;
}
#company-sec .inner {
    width: min(95%, 91.79vw);
    margin-inline: auto;
    padding-block: 17.29vw 14.49vw;
}
#company-sec .company-table {
    width: 100%;
    background: #FFFFFF;
    padding-block: 0 6.25vw;
}
#company-sec .company-table table {
    width: min(95%, 77.29vw);
    margin-inline: auto;
}
#company-sec table tr {
    display: grid;
    grid-template-columns: 19.32vw 1fr;
}
#company-sec table th,
#company-sec table td {
    font-weight: 500;
    font-size:3.382vw;
    letter-spacing: 0.1em;
    line-height: 1.57142;
    text-align: left;
    padding-block: 7vw 3.1vw;
    padding-left: 9.04vw;
}
#company-sec table th {
    font-weight: bold;
    border-bottom: 0.2vw solid #1c6031;
    padding-left: 1.79vw;
}

#company-sec table td {
    border-bottom: 0.2vw solid #D8D8D8;
}
/* shop-sec
-------------------------------------*/
#shop-sec {
    padding-block: 17.29vw 19.2vw;
}
#shop-sec .enttl img {
    width: 29.95vw;
}
#shop-sec .ttl {
    margin-bottom: 9.66vw;
}
#shop-sec .map-box {
    display: grid;
    gap: 7.25vw 0;
    margin-bottom: 16.67vw;
}
#shop-sec .map-box .map {height: 67.63vw;}
#shop-sec .map-box .map iframe {
    width: 100%;
    height: 100%;
}
#shop-sec .txt-box {
    border-top: 0.2vw solid #262422;
    border-bottom: 0.2vw solid #262422;
    padding-block: 6.8vw;
    padding-left: 9.66vw;
    width: 86.71vw;
    margin-inline: auto;
}
#shop-sec .txt-box p {
    font-weight: 500;
    font-size:3.865vw;
    letter-spacing: 0.1em;
    line-height: 1.625;
    text-align: left;
}
#shop-sec .photo img {
    width: 100%;
    height: auto;
}

/* recruit-sec
-------------------------------------*/
#recruit-sec {
    background: #262422;
}
#recruit-sec .inner {
    padding-block: 17.29vw 14.29vw;
}
#recruit-sec .enttl img {
    width: 51vw;
}
#recruit-sec .ttl {
    color: #fff;
    margin-bottom: 10.8vw;
}
#recruit-sec .recruit-table {
    margin-bottom: 3.36vw;
    color: #FFFFFF;
    width: min(95%, 86.96vw);
    margin-inline: auto;
}
#recruit-sec .recruit-table table {
    width: 100%;
}
#recruit-sec .recruit-table table tr {
    display: grid;
    grid-template-columns: 28.5vw 1fr;
    border-bottom: 0.2vw solid #FFFFFF;
    padding-block: 3.6vw;
    align-items: flex-start;
}
#recruit-sec .recruit-table table th {
    font-size:3.865vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding-left: 4.4vw;
    text-align: left;
}
#recruit-sec .recruit-table table td {
    font-size:3.382vw;
    font-weight: 500;
    line-height: 1.71428;
    letter-spacing: 0.1em;
}
#recruit-sec .recruit-table table td .ex {
    font-size:3.382vw;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 4.4vw;
}
#recruit-sec .recruit-photo img {
    width: 100%;
    height: auto;
}

/* greeting-sec
-------------------------------------*/
#greeting-sec {
    background: #F9F7EE;
    position: relative;
}
#greeting-sec .inner {
    padding-block: 18.29vw 16.64vw;
}
#greeting-sec .enttl img {
    width: 89.86vw;
}
#greeting-sec .main-photo {
    text-align: center;
    margin-bottom: 7.0vw;
}
#greeting-sec .main-photo img,
#greeting-sec .photo img,
#greeting-sec .photo-box img {
    width: 100%;
    height: auto;
}
#greeting-sec .sub-ttl {
    font-weight: bold;
    font-size:4.348vw;
    letter-spacing: 0.05em;
    line-height: 1.7777;
    margin-bottom: 5.5vw;
}
#greeting-sec .txt {
    font-size:3.382vw;
    line-height: 1.785714;
    text-align: left;
}
#greeting-sec .point-list {
    width: min(95%, 83.09vw);
    display: inline-grid;
    gap: 2.42vw;
    margin-top: 6.25vw;
}
#greeting-sec .point-list li {
    font-weight: 500;
    font-size:3.382vw;
    letter-spacing: 0.05em;
    line-height: 2.15;
    text-align: left;
    position: relative;
    padding-inline: 2.28vw 0;
    min-height: 7vw;
    background: #fff;
}
#greeting-sec .inBox {
    width: min(95%, 89.37vw);
    margin-inline: auto;
    display: grid;
    gap: 6.8vw 0;
    padding-bottom: 6.8vw;
}
#greeting-sec .inBox01 .photo {
    width: 88.16vw;
}
#greeting-sec .inBox.reverse .txt-box {
    order: 1;
}
#greeting-sec .inBox.reverse .photo {
    order: 2;
}
#greeting-sec .center-txt {
    width: min(95%, 89.37vw);
    margin-inline: auto;
    margin-bottom: 6.25vw;
}
#greeting-sec .lead {
    font-weight: bold;
    font-size:3.865vw;
    line-height: 1.75;
    width: min(95%, 89.37vw);
    margin-inline: auto;
    letter-spacing: 0.05em;
    margin-bottom: 10.95vw;
}
/* inBox02 */
#greeting-sec .inBox02 {padding-bottom: 11.5vw;}

/* inBox04 */
#greeting-sec .inBox04 {padding-bottom: 20.8vw;}
#greeting-sec .inBox04 .txt-box {
    order: 1;
}
#greeting-sec .inBox04 .photo-box {
    order: 2;
    margin-left: 1.5vw;
    position: relative;
}
#greeting-sec .inBox04 .photo-box picture:nth-child(1) {
    position: relative;
}
#greeting-sec .inBox04 .photo-box picture:nth-child(1) img {
    width: 72.46vw;
}
#greeting-sec .inBox04 .photo-box picture:nth-child(2) {
    position: absolute;
    bottom: -14vw;
    right: 0.33vw;
}
#greeting-sec .inBox04 .photo-box picture:nth-child(2) img {
    width: 47.83vw;
}
/* inBox05 */
#greeting-sec .inBox05 .photo-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1.69vw;
}

/* bottom-sec
-------------------------------------*/
#bottom-sec {
    background: #E6E1D1;
    position: relative;
    margin-bottom: 48vw;
}
#bottom-sec .main-photo {
    text-align: center;
    margin-bottom: 7.25vw;
}
#bottom-sec .main-photo img {
    width: 100%;
    height: auto;
}
#bottom-sec .txt-box {
    position: relative;
    width: 89.37vw;
    margin-inline: auto;
    margin-bottom: 18.12vw;
}
#bottom-sec .txt-box::before {
    position: absolute;
    content: "";
    background: url(../images/company/bottom-sec-sub01_sp.jpg) no-repeat center center / contain;
    width: 62.08vw;
    height: 44.93vw;
    top: 88vw;
    left: 0;
}
#bottom-sec .txt-box::after {
    position: absolute;
    content: "";
    background: url(../images/company/bottom-sec-sub02_sp.jpg) no-repeat center center / contain;
    width: 50.00vw;
    height: 35.75vw;
    top: 120vw;
    right: 0;
}
#bottom-sec .ttl {
    text-align: center;
    margin-bottom: 7.25vw;
}
#bottom-sec .txt {
    font-size:3.382vw;
    line-height: 1.785714;
}
#bottom-sec .point-list {
    width: min(95%, 83.09vw);
    display: grid;
    gap: 2.42vw;
    margin-block: 6.7vw 82.8vw;
}
#bottom-sec .point-list li {
    font-weight: 500;
    font-size:3.382vw;
    letter-spacing: 0.05em;
    line-height: 1;
    background: #FFFFFF;
    display: inline-block;
    min-height: 7.00vw;
    padding-left: 2.66vw;
    padding-block: 1.7vw;
}
#bottom-sec .lead {
    font-weight: bold;
    font-size:3.865vw;
    line-height: 1.75;
    margin-bottom: 6.25vw;
    letter-spacing: 0.05em;
}
#bottom-sec .lead02 {
    font-weight: bold;
    font-size:3.865vw;
    line-height: 1.75;
    margin-block: 6.25vw 9.25vw;
    letter-spacing: 0.05em;
}
#bottom-sec .main-lead {
    text-align: center;
    width: 90.58vw;
}
#bottom-sec .bottom-message {
    font-weight: bold;
    font-size:4.831vw;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    position: relative;
    margin-bottom: 7.15vw;
}
#bottom-sec .bottom-message::before {
    position: absolute;
    content: "";
    background: url(../images/company/bottom-sec-deco01_sp.png) no-repeat center center / contain;
    width: 23.67vw;
    height: 25.85vw;
    top: 4vw;
    left: 4vw;
}
#bottom-sec .bottom-message::after {
    position: absolute;
    content: "";
    background: url(../images/company/bottom-sec-deco02_sp.png) no-repeat center center / contain;
    width: 27.17vw;
    height: 30.92vw;
    top: -2.5vw;
    right: -2.5vw;
}
#bottom-sec .bg-slide {
    overflow: hidden;
    position: relative;
    z-index: 6;
}
#bottom-sec .bg-slide .loop .loop__box {
    display: flex;
    width: 100vw;
}
#bottom-sec .bg-slide .loop .loop__box img {
    min-width: 314.03vw;
}
#bottom-sec .bg-slide .loop .loop__box img:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
}
#bottom-sec .bg-slide .loop .loop__box img:last-child {
    -webkit-animation: loop2 50s linear infinite;
    animation: loop2 50s linear infinite;
}
  
/* profile
-------------------------------------*/
#profile {
    background: #fff;
    padding-block: 11.11vw;
    position: relative;
    width: min(95%, 89.37vw);
    margin-inline: auto;
    margin-bottom: 10.25vw;
}
#profile::after {
    position: absolute;
    content: "";
    background: url(../images/company/profile-en.svg) no-repeat center center / contain;
    width: 89.37vw;
    height: 9.42vw;
    bottom: -1vw;
    left: 0;
}
#profile .ttl {
    text-align: center;
    margin-bottom: -7.5vw;
    position: relative;
    top: -15vw;
    left: 4.5vw;
}
#profile .ttl img {
    width: 65.70vw;
}
#profile .inBox {
    display: grid;
    gap: 2.9vw 0;
    padding-inline: 4.83vw;
}
#profile .inBox .info-box { 
    order: 2;
}
#profile .inBox .photo {
    order: 1;
}
#profile .name-wrap {
    display: flex;
    gap: 0 4.3vw;
    align-items: baseline;
    border-bottom: 0.2vw solid #C1BEBE;
    padding-bottom: 2.51vw;
    margin-bottom: 5vw;
}
#profile .job {
    font-weight: bold;
    font-size:3.382vw;
    letter-spacing: 0.1em;
}
#profile .name {
    font-weight: bold;
    font-size:6.039vw;
    letter-spacing: 0.1em;
}
#profile .desc {
    font-size:3.382vw;
    letter-spacing: 0.1em;
    line-height: 1.85714;
}
#profile .photo img {
    width: 100%;
    height: auto;
}


}