@charset "UTF-8";
/* ========================================
  @media screen and (min-width: 768px), print
======================================== */
@media screen and (min-width: 768px),print {
/* mv
-------------------------------------*/
.mv {
    background: url(../images/index/intro-bg.png) no-repeat center;
    background-size: cover;
    padding: 145px 0 241px;
    margin-top: 17px;
}
.mv h2 {
    text-align: center;
    margin-bottom: 163px;
}
.mv h3 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5; /* 150% */
    letter-spacing: 0.26em;
}
.mv h3 span {
    display: block;
    margin: 31px 0 0;
}

/* sec共通
-------------------------------------*/
.sec .inner {
    width: min(95%, 1200px);
    margin-inline: auto;
}
.sec .enttl {
    font-size: 80px;
    font-weight: 900;
    line-height: 1; /* 100% */
    margin-bottom: 8px;
}
.sec h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.75;
    margin-bottom: 63px;
}

/* company
-------------------------------------*/
.company .inner {
    padding: 140px 0 120px;
}
.company table {
    width: 100%;
}
.company tr {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 40px;
}
.company th,
.company td {
    padding: 32px 0 31px;
    border-bottom: 1px solid #B9B9B9;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875; /* 187.5% */
    text-align: left;
    display: grid;
    align-items: center;
}
.company th {
    font-weight: 500;
}
.company tr:first-child th,
.company tr:first-child td {
    border-top: 1px solid #B9B9B9;
}

/* area
-------------------------------------*/
.area .inBox {
    display: grid;
    grid-template-columns: 40% 56.66%;
    gap: 40px;
    padding-bottom: 62px;
}
.area h2 {
    margin-bottom: 84px;
}
.area h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.75; /* 175% */
    margin-bottom: 40px;
    color: #C93800;
}
.area .lead {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7778; /* 177.778% */
    margin-bottom: 33px;
}
.area .txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85714; /* 185.714% */
}
.area .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}
.area .list li {
    background: #F5F5F5;
    padding: 40px 64px;
}
.area .list li h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.77778; /* 177.778% */
    margin-bottom: 17px;
}
.area .list li .txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85714; /* 185.714% */
}
.area .img img {
    width: 100%;
    height: auto;
}

/* menu
-------------------------------------*/
.menu {
    text-align: center;
    padding: 191px 0 240px;
}
.menu h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.08em;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.menu h2::after {
    position: absolute;
    content: "";
    background: url(../images/index/menu-human.png)no-repeat;
    background-size: contain;
    width: 92px;
    height: 212px;
    top: -115px;
    right: -111px;
}
.menu .list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 38px;
    width: min(95%, 1600px);
    margin-inline: auto;
 }
 .menu .list li {
    border: 1px solid #1A1A1A;
    text-align: left;
    height: 278px;
 }
 .menu .list li a{
    position: relative;
    display: block;
    padding: 40px 0 40px 40px;
    height: inherit;
 }
 .menu .list li a::after {
    position: absolute;
    content: "";
    width: 160px;
    height: 120px;
    right: 0;
    bottom: 40px;
    background-size: contain;
 }
 .menu .list li:nth-child(1) a::after {
    background: url(../images/company/menu-img01.png)no-repeat;
    background-size: contain;
 }
 .menu .list li:nth-child(2) a::after {
    background: url(../images/company/menu-img02.png)no-repeat;
    background-size: contain;
 }
 .menu .list li:nth-child(3) a::after {
    background: url(../images/company/menu-img03.png)no-repeat;
    background-size: contain;
 }
 .menu .list li:nth-child(4) a::after {
    background: url(../images/company/menu-img04.png)no-repeat;
    background-size: contain;
 }
 .menu .list li:nth-child(5) a::after {
    background: url(../images/company/menu-img05.png)no-repeat;
    background-size: contain;
 }
 .menu .list li:nth-child(6) a::after {
    background: url(../images/company/menu-img06.png)no-repeat;
    background-size: contain;
 }
 .menu .list li h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.375; /* 137.5% */
    letter-spacing: -0.04em;
    margin-bottom: 5px;
 }
 .menu .list li h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75; /* 175% */
    letter-spacing: -0.04em;
 }
 .menu .list li .btn {
    position: absolute;
    bottom: 43px;
    left: 40px;
    width: min(95%, 160px);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85714; /* 185.714% */
    display: block;
    border-bottom: 1px solid #1A1A1A;
    padding-bottom: 6px;
 }
 .menu .list li .btn::after {
    position: absolute;
    content: "＞";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.3333;
 }
 

}

/* ========================================
@media screen and (min-width:768px) and (max-width:1440px) 
======================================== */
@media screen and (min-width:768px) and (max-width:1440px) {
/* menu
-------------------------------------*/
.menu {
    padding: 13.264vw 0 16.667vw;
}
.menu h2 {
    font-size: 4.167vw;
    margin-bottom: 2.778vw;
}
.menu h2::after {
    width: 6.389vw;
    height: 14.722vw;
    top: -7.986vw;
    right: -7.708vw;
}
.menu .list {
    gap: 2.778vw 2.639vw;
 }
 .menu .list li {
    height: 19.306vw;
 }
 .menu .list li a {
    padding: 2.778vw 0 2.778vw 2.778vw;
 }
 .menu .list li a:after {
    width: 11.111vw;
    height: 8.333vw;
    right: 0;
    bottom: 2.778vw;
 }
 .menu .list li h3 {
    font-size: 2.222vw;
    margin-bottom: 0.347vw;
 }
 .menu .list li h4 {
    font-size: clamp(0.75rem, 0.464rem + 0.6vw, 1rem);
    letter-spacing: -0.04em;
 }
 .menu .list li .btn {
    width: 11.11vw;
    bottom: 2.778vw;
    left: 2.778vw;
    font-size: clamp(0.688rem, 0.33rem + 0.74vw, 1rem);
    padding-bottom: 0.417vw;
 }
 .menu .list li .btn::after {
    font-size: 0.903vw;
 }
 
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1100px) 
======================================== */
@media screen and (min-width:768px) and (max-width:1100px) {
.menu .list li a:after {
    bottom: -0.364vw;
}
}

/* ========================================
@media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
/* mv
-------------------------------------*/
.mv {
    background: url(../images/index/intro-bg_sp.png) no-repeat;
    background-size: cover;
    padding: 20.32vw 0 19.5vw;
    margin-top: 12vw;
 }
 .mv h2 {
    text-align: center;
    margin-bottom: 32.4vw;
 }
 .mv h3 {
    color: #FFF;
    text-align: center;
    font-size:3.382vw;
    font-weight: 500;
    line-height: 2.1428; 
    letter-spacing: 0.26em;
 }
 .mv h3 span {
    display: block;
    margin: 1.82vw 0 0;
 }
 .mv h3 span img {
    width: 64.25vw;
 }
 
 /* sec共通
-------------------------------------*/
.sec .inner {
    width: 89.37vw;
    margin-inline: auto;
}
.sec .enttl {
    font-size: 16.91vw;
    font-weight: 900;
    line-height: 1.14286;
}
.sec h2 {
    font-size:4.831vw;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 9.66vw;
}

/* company
-------------------------------------*/
.company .inner {
    padding: 19.32vw 0;
}
.company table {
    width: 100%;
}
.company tr {
    display: grid;
    grid-template-columns: 32.5% 67.6%;
    border-bottom: 0.2vw solid #B9B9B9;
}
.company tr:first-child{
    border-top: 0.2vw solid #B9B9B9;
}
.company th,
.company td {
    padding: 5.80vw 0 5.5vw;
    font-size:3.14vw;
    font-weight: 400;
    line-height: 1.84615;
    text-align: left;
    display: grid;
}
.company th {
    font-weight: 500;
    line-height: 1.8461;
}

/* area
-------------------------------------*/
.area .inBox {
    display: grid;
}
.area .txt-box {
    display: contents;
}
.area .enttl {
    order: 1;
}
.area h2 {
    order: 2;
}
.area h3 {
    font-size:4.831vw;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 5.80vw;
    color: #C93800;
    order: 3;
}
.area .lead {
    font-size:3.865vw;
    font-weight: 400;
    line-height: 1.875;
    margin-bottom: 9.66vw;
    order: 4;
}
.area .txt {
    font-size:3.14vw;
    font-weight: 400;
    line-height: 1.84615;
    order: 6;
    margin-bottom: 5.80vw;
}
.area .list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.93vw;
}
.area .list li {
    background: #F5F5F5;
    padding: 5.80vw 0 8.21vw 5.80vw;
}
.area .list li h4 {
    font-size:4.348vw;
    font-weight: 500;
    line-height: 1.77778; /* 177.778% */
    margin-bottom: 1.93vw;
}
.area .list li .txt {
    font-size:3.14vw;
    font-weight: 400;
    line-height: 1.84615;
    margin: 0;
}
.area .img {
    order: 5;
    margin-bottom: 5.80vw;
}
.area .img img {
    width: 100%;
    height: auto;
}

/* menu
-------------------------------------*/
.menu {
    padding: 29.62vw 0 38.7vw;
}
.menu h2 {
    font-size:9.662vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.08em;
    margin-bottom: 2.90vw;
    position: relative;
    display: inline-block;
    text-align: left;
    padding-left: 5.5vw;
}
.menu h2::after {
    position: absolute;
    content: "";
    background: url(../images/index/menu-human_sp.png)no-repeat;
    background-size: contain;
    width: 10.63vw;
    height: 24.64vw;
    top: -10.3vw;
    right: -12.4vw;
}
.menu .list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
 }
 .menu .list li {
    border-bottom: 0.2vw solid #1A1A1A;
    text-align: left;
 }
 .menu .list li:first-child {
    border-top: 0.2vw solid #1A1A1A;
 }
 .menu .list li a {
    position: relative;
    display: block;
    padding: 8.70vw 5.31vw 8.4vw;
 }
 .menu .list li a:after {
    position: absolute;
    content: "";
    width: 24.15vw;
    height: 16.91vw;
    right: 5.31vw;
    bottom: 7.25vw;
    background-size: contain;
 }
 .menu .list li:nth-child(1) a::after {
    background: url(../images/company/menu-img01_sp.png)no-repeat;
    background-size: contain;
 }
 .menu .list li:nth-child(2) a::after {
    background: url(../images/company/menu-img02_sp.png)no-repeat;
    background-size: contain;
 }
 .menu .list li:nth-child(3) a::after {
    background: url(../images/company/menu-img03_sp.png)no-repeat;
    background-size: contain;
 }
 .menu .list li:nth-child(4) a::after {
    background: url(../images/company/menu-img04_sp.png)no-repeat;
    background-size: contain;
 }
 .menu .list li:nth-child(5) a::after {
    background: url(../images/company/menu-img05_sp.png)no-repeat;
    background-size: contain;
 }
 .menu .list li:nth-child(6) a::after {
    background: url(../images/company/menu-img06_sp.png)no-repeat;
    background-size: contain;
 }
 .menu .list li h3 {
    font-size:5.797vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 2.42vw;
 }
 .menu .list li h4 {
    font-size:3.865vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.04em;
 }
 .menu .list li .btn {
    display: none;
 }


}