/* ========================================
  @media screen and (min-width: 768px), print
======================================== */
@media screen and (min-width: 768px), print {
/* mv
-------------------------------------*/
.mv {
    position: relative;
}
.mv h2 {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

/* about
-------------------------------------*/
.about .sec-ttl {
    margin-bottom: 66px;
}
.about {
    padding: 78px 0 120px;
}
.about .lead {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    color: #d61518;
}
.about .lead span {
    font-size: 22px;
}
.about .item01 img {
    width: 100%;
}
.about .item {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 104px;
    width: min(95%, 1640px);
    margin-inline: auto;
    padding: 203px 0 0;
    margin-bottom: 102px;
}
.about .item li {
    position: relative;
}
.about .item li::before {
    position: absolute;
    content: "";
    background: url(../img/about/about-arrow.png)no-repeat;
    background-size: contain;
    width: 85px;
    height: 85px;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
}
.about .item li img {
    margin-bottom: 8px;
    width: 100%;
    height: auto;
}
.about .item li:nth-child(2) img {
    margin: -7px 0 -1px;
}
.about .item li p {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
}
.about .btn {
    width: min(95%, 500px);
    margin-inline: auto;
    border-radius: 10px;
    background: #cfd7e4;
}
.about .btn a {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: block;
    text-align: center;
    padding: 30px 0;
}

/* staff
-------------------------------------*/
.staff .sec-ttl {
    margin-bottom: 80px;
}
.staff {
    padding-bottom: 160px;
}
.staff .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 49px 102px;
    width: min(95%, 1302px);
    margin-inline: auto;
    margin-bottom: 137px;
}
.staff .list li .img-wrap {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 48px;
}
.staff .list li h4 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 22px;
}
.staff .list li h4 span {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: block;
    margin-bottom: 7px;
}
.staff .list li .txt {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.staff .list li table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 2px solid #999;
}
.staff .list li table tr {
    border-bottom: 2px solid #999;
    height: 92px;
}
.staff .list li table th,
.staff .list li table td {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    vertical-align: middle;
}
.staff .list li table th {
    background: #e0e0e0;
    border-right: 2px solid #999;
    font-weight: 500;
    width: 20%;
}
.staff .list li table td {
    padding-left: 20px;
}
.staff .list li table tr:first-child {
    height: 81px;
}



/* footer
-------------------------------------*/
  footer .map {
    width: min(95%, 1200px);
    margin-inline: auto;
    margin-top: 80px;
    margin-bottom: 120px;
  }
}

@media screen and (min-width:768px) and (max-width:1000px) {
/* about
-------------------------------------*/
.about .sec-ttl {
    margin-bottom: 6.6vw;
}
.about {
    padding: 7.8vw 0 12vw;
}
.about .lead {
    font-size: 3vw;
}
.about .lead span {
    font-size: 2.3vw;
}
.about .item01 img {
    width: 100%;
}
.about .item {
    gap: 10.4vw;
    padding: 20.3vw 0 0;
    margin-bottom: 10.2vw;
}
.about .item li::before {
    width: 8.5vw;
    height: 8.5vw;
    top: -15vw;
    left: 50%;
    transform: translateX(-50%);
}
.about .item li img {
    margin-bottom: 0.8vw;
    width: 100%;
    height: auto;
}
.about .item li:nth-child(2) img {
    margin: -0.7vw 0 -0.1vw;
}
.about .item li p {
    font-size: 2vw;
}
.about .btn {
    border-radius: 1vw;
}
.about .btn a {
    font-size: 2.5vw;
    padding: 3vw 0;
}

}

@media screen and (min-width:768px) and (max-width:1280px) {
/* staff
-------------------------------------*/
.staff .sec-ttl {
    margin-bottom: 6.25vw;
}
.staff {
    padding-bottom: 12.5vw;
}
.staff .list {
    gap: 3.828vw 7.969vw;
    margin-bottom: 10.703vw;
}
.staff .list li .img-wrap {
    gap: 0.938vw;
    margin-bottom: 3.75vw;
}
.staff .list li .img-wrap img {
    width: 19.531vw;
    height: auto;
}
.staff .list li h4 {
    font-size: 1.563vw;
    margin-bottom: 1.719vw;
}
.staff .list li h4 span {
    font-size: 1.172vw;
    margin-bottom: 0.547vw;
}
.staff .list li .txt {
    font-size: 1.563vw;
}
.staff .list li table tr {
    height: 7.187vw;
}
.staff .list li table th,
.staff .list li table td {
    font-size: 1.563vw;
}
.staff .list li table td {
    padding: 0 1.563vw;
}
.staff .list li table tr:first-child {
    height: 6.328vw;
}


  
}

/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
    /* mv
-------------------------------------*/
.mv {
    position: relative;
}
.mv .img img {
    width: 100%;
    height: 25vw;
    object-fit: cover;
}
.mv h2 {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.mv h2 img {
    width: 80.347vw;
}

/* about
-------------------------------------*/
.about .sec-ttl {
    margin-bottom: 8.605vw;
}
.about {
    padding: 10.169vw 0 15.645vw;
}
.about .lead {
    font-weight: 700;
    font-size: 3.911vw;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    color: #d61518;
}
.about .lead span {
    font-size: 2.868vw;
}
.about .item01 img {
    width: 100%;
}
.about .item {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.559vw;
    width: min(95%, 1640px);
    margin-inline: auto;
    padding: 26.467vw 0 0;
    margin-bottom: 13.299vw;
}
.about .item li {
    position: relative;
}
.about .item li::before {
    position: absolute;
    content: "";
    background: url(../img/about/about-arrow.png)no-repeat;
    background-size: contain;
    width: 11.082vw;
    height: 11.082vw;
    top: -19.557vw;
    left: 50%;
    transform: translateX(-50%);
}
.about .item li img {
    margin-bottom: 1.043vw;
    width: 100%;
    height: auto;
}
.about .item li:nth-child(2) img {
    margin: -0.913vw 0 1.27vw;
}
.about .item li p {
    font-weight: 700;
    font-size: 2.7vw;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
}
.about .btn {
    width: min(95%, 500px);
    margin-inline: auto;
    border-radius: 1.304vw;
    background: #cfd7e4;
}
.about .btn a {
    font-weight: 700;
    font-size: 3.259vw;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: block;
    text-align: center;
    padding: 3.911vw 0;
}

/* staff
-------------------------------------*/
.staff .sec-ttl {
    margin-bottom: 10.43vw;
    gap: 2vw;
}
.staff {
    padding-bottom: 20.86vw;
}
.staff .list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 6.389vw 13.299vw;
    width: min(95%, 1302px);
    margin-inline: auto;
    margin-bottom: 17.862vw;
}
.staff .list li .img-wrap {
    display: flex;
    gap: 1.565vw;
    align-items: center;
    margin-bottom: 6.258vw;
}
.staff .list li .img-wrap img {
    width: 100%;
    height: auto;
}
.staff .list li h4 {
    font-weight: 700;
    font-size: 3.2vw;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 2.868vw;
}
.staff .list li h4 span {
    font-weight: 700;
    font-size: 2.3vw;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: block;
    margin-bottom: 0.913vw;
}
.staff .list li .txt {
    font-weight: 700;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.staff .list li table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 2px solid #999;
}
.staff .list li table tr {
    border-bottom: 2px solid #999;
    height: 11.995vw;
}
.staff .list li table th,
.staff .list li table td {
    font-weight: 700;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    line-height: 1.2;
    vertical-align: middle;
}
.staff .list li table th {
    background: #e0e0e0;
    border-right: 2px solid #999;
    font-weight: 500;
    width: 20%;
}
.staff .list li table td {
    padding-left: 2.608vw;
}
.staff .list li table tr:first-child {
    height: 10.561vw;
}

/* footer
-------------------------------------*/
  footer .map {
    width: min(95%, 1200px);
    margin-inline: auto;
    margin-top: 10.43vw;
    margin-bottom: 13.038vw;
  }
}