@charset "UTF-8";
@-webkit-keyframes loop {
0% {
    transform: translateX(100%);
}

to {
    transform: translateX(-100%);
}
}

@keyframes loop {
0% {
    transform: translateX(100%);
}

to {
    transform: translateX(-100%);
}
}

@-webkit-keyframes loop2 {
0% {
    transform: translateX(0);
}

to {
    transform: translateX(-200%);
}
}

@keyframes loop2 {
0% {
    transform: translateX(0);
}

to {
    transform: translateX(-200%);
}
}

/* ========================================
  @media screen and (min-width: 768px), print
======================================== */
@media screen and (min-width: 768px),print {
main {
    max-width: 1920px;
    width: 100%;
    margin-inline: auto;
}
.loop {
    overflow: hidden;
    padding: 63px 0 118px;
}
.loop .loop__box {
    display: flex;
    width: 100vw;
}
.loop .loop__box img {
    min-width: 106.3vw;
}
.loop .loop__box img:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
}
.loop .loop__box img:last-child {
    -webkit-animation: loop2 50s linear infinite;
    animation: loop2 50s linear infinite;
}

/* sec共通
-------------------------------------*/
.sec .inner {
    width: min(95%, 1200px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 78.6666%;
    padding-bottom: 57px;
}
.sec .enttl{
    font-size: 12px;
    letter-spacing: 0;
    color: #3b8461;
    margin-bottom: 11px;
}
.sec h2{
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.05em;
}

/* company
-------------------------------------*/
.company table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 60px;
    margin-top: 12px;
}
.company table tr {
    border-bottom: 1px solid #A4A4A4;
}
.company table th,
.company table td {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 24px 0;
    vertical-align: top;
}
.company table th {
    font-weight: 500;
    width: 21.5%;
    text-align: left;
    padding: 26px 40px;
}
.company table td {
    vertical-align: middle;
}

/* access
-------------------------------------*/
.access .inner {
    padding-bottom: 139px;
}
.access .map {
    margin-bottom: 25px;
    padding-top: 42px;
}
.access .map iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-width: 944px;
    margin: 0;
}
.access .txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
}

/* link
-------------------------------------*/
.link {
    background: #F6F6F6;
}
.link .inner {
    width: min(95%, 1100px);
    margin-inline: auto;
    padding: 154px 0 280px;
    margin-bottom: -122px;
}
.link .ttl-box {
    position: relative;
    margin-bottom: 57px;
}
.link .ttl-box::before {
    position: absolute;
    content: "";
    background: url(../images/company/link-ttlBg.png) no-repeat center;
    background-size: auto;
    width: 815px;
    height: 530px;
    top: -276px;
    left: 54px;
}
.link .ttl-box h2 {
    margin-bottom: 32px;
    text-align: center;
    padding-right: 27px;
    position: relative;
}
.link .ttl-box h3 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
}
.link .list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    position: relative;
}
.link .list li .img {
    margin-bottom: 11px;
}
.link .list li .img img {
    width: 100%;
    height: auto;
}
.link .list li .txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.7142857;
    text-align: center;
}

}

/* ========================================
@media screen and (min-width:768px) and (max-width:1100px)
======================================== */
@media screen and (min-width:768px) and (max-width:1100px) {
    .company table th, .company table td {
        font-size: clamp(0.75rem, 0.172rem + 1.2vw, 1rem);
    }
    .company table th {
        width: 25%;
    }
    .link .list li .txt {
        font-size: clamp(0.75rem, 0.461rem + 0.6vw, 0.875rem);
    }
}

/* ========================================
media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
.loop {
    overflow: hidden;
    padding: 6vw 0 14vw;
}
.loop .loop__box {
    display: flex;
    width: 100vw;
}
.loop .loop__box img {
    min-width: 271.1vw;
}
.loop .loop__box img:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
}
.loop .loop__box img:last-child {
    -webkit-animation: loop2 50s linear infinite;
    animation: loop2 50s linear infinite;
}

/* sec共通
-------------------------------------*/
.sec .inner {
    width: 89.37vw;
    margin-inline: auto;
    display: grid;
    gap: 4vw;
    padding-bottom: 9.1vw;
}
.sec .enttl{
    font-size:2.898vw;
    letter-spacing: 0;
    color: #3b8461;
    margin-bottom: 1vw;
}
.sec h2{
    font-weight: 500;
    font-size:5.314vw;
    letter-spacing: 0.05em;
}

/* company
-------------------------------------*/
.company table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 5vw;
    margin-top: 0;
}
.company table tr {
    border-bottom: 0.2vw solid #A4A4A4;
}
.company table th,
.company table td {
    font-size:3.382vw;
    letter-spacing: 0.05em;
    line-height: 1.7142857;
    padding: 4.8vw 0 5.55vw;
    vertical-align: top;
}
.company table th {
    font-weight: 500;
    width: 30.5%;
    text-align: left;
}
.company table td {
    vertical-align: middle;
    line-height: 1.7142857;
}

/* access
-------------------------------------*/
.access .inner {
    padding-bottom: 18vw;
}
.access .map {
  margin-bottom: 3vw;
}
.access .map iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-width: 89.37vw;
    margin: 0;
    height: 41.55vw;
}
.access .txt {
    font-size:3.382vw;
    letter-spacing: 0.05em;
    line-height: 2;
}

/* link
-------------------------------------*/
.link {
    background: #F6F6F6;
}
.link .inner {
    width: 82.13vw;
    margin-inline: auto;
    padding: 19.6vw 0 37vw;
    margin-bottom: -13vw;
}
.link .ttl-box {
    position: relative;
    margin-bottom: 6vw;
}
.link .ttl-box::before {
    position: absolute;
    content: "";
    background: url(../images/company/link-ttlBg_sp.png) no-repeat center;
    background-size: contain;
    width: 67.63vw;
    height: 53.62vw;
    top: -21vw;
    left: 50%;
    transform: translateX(-50%);
}
.link .ttl-box h2 {
    margin-bottom: 4vw;
    text-align: center;
    position: relative;
    padding-right: 3.4vw;
}
.link .ttl-box h3 {
    font-weight: 500;
    font-size:3.865vw;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
}
.link .list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 6.7vw;
    position: relative;
}
.link .list li .img {
    margin-bottom: 3vw;
}
.link .list li .img img {
    width: 100%;
    height: auto;
}
.link .list li .txt {
    font-size:3.382vw;
    letter-spacing: 0.05em;
    line-height: 1.7142857;
    text-align: center;
}

}