/* ========================================
  @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: 32px;
}
.about {
    padding: 80px 0 128px;
}
.about .inner {
    width: min(95%, 1660px);
    display: grid;
    grid-template-columns: 69.39% 29%;
    gap: 72px;
}
.about .txt-box {
    padding: 147px 0 0;
}
.about .lead {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 15px;
}
.about .lead span {
    color: #d61518;
    font-size: 30px;
}
.about .txt {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.about .btn {
    width: min(95%, 400px);
    margin-inline: auto;
    border-radius: 10px;
    background: #cfd7e4;
    position: relative;
    left: -7px;
}
.about .btn a {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: block;
    text-align: center;
    padding: 18px 0;
}

/* flow
-------------------------------------*/
.flow {
    padding: 0 0 136px;
}
.flow .sec-ttl {
    margin-bottom: 120px;
}
.flow .list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(95%, 1486px);
    margin-inline: auto;
    gap: 102px 111px;
}
.flow .list li .img {
    margin-bottom: 6px;
}
.flow .list li h4 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    color: #2fa02c;
    margin-bottom: 7px;
}
.flow .list li .txt {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: flex;
    justify-content: center;
}

/* staff
-------------------------------------*/
.staff .sec-ttl {
    margin-bottom: 80px;
}
.staff {
    padding-bottom: 97px;
}
.staff .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 49px 102px;
    width: min(95%, 1302px);
    margin-inline: auto;
}
.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;
}

/* company
-------------------------------------*/
.company {
    padding-bottom: 140px;
}
.company .sec-ttl {
    margin-bottom: 100px;
}
.company .content {
    width: min(95%, 1100px);
    margin-inline: auto;
}
.company .content table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #999;
    margin-bottom: 120px;
}
.company .content table tr {
    border-bottom: 2px solid #999;
    height: 80px;
}
.company .content table th,
.company .content table td {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    vertical-align: middle;
    padding: 0 47px;
    height: inherit;
}
.company .content table th {
    background: #e0e0e0;
    border-right: 2px solid #999;
    font-weight: 500;
    width: 21.8%;
    padding: 0 20px;
    text-align: center;
}
.company .content table td a {
    display: block;
}
.company .content table td.tel {
    display: flex;
    gap: 60px;
    align-items: center;
}
.company .content table td.tel a {
    display: inline;
}

/* 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:1800px) {
/* about
-------------------------------------*/
.about .sec-ttl {
    margin-bottom: 1.778vw;
}
.about {
    padding: 4.444vw 0 7.111vw;
}
.about .inner {
    grid-template-columns: 69.39% 29%;
    gap: 4vw;
}
.about img {
    width: 100%;
    height: auto;
}
.about .txt-box {
    padding: 8.167vw 0 0;
}
.about .lead {
    font-size: 1.389vw;
    margin-bottom: 0.833vw;
}
.about .lead span {
    font-size: 1.667vw;
}
.about .txt {
    font-size: 1.111vw;
    margin-bottom: 2.222vw;
}
.about .btn {
    border-radius: 0.556vw;
    left: -0.389vw;
}
.about .btn a {
    font-size: 1.111vw;
    padding: 1vw 0;
}

}

@media screen and (min-width:768px) and (max-width:1440px) {
  /* flow
-------------------------------------*/
.flow {
    padding: 0 0 9.444vw;
}
.flow .sec-ttl {
    margin-bottom: 8.333vw;
}
.flow .list {
    gap: 7.083vw 7.708vw;
}
.flow .list li .img {
    margin-bottom: 0.417vw;
}
.flow .list li .img img {
    width: 100%;
    height: auto;
}
.flow .list li h4 {
    font-size: 1.389vw;
    margin-bottom: 0.486vw;
}
.flow .list li .txt {
    font-size: 1.042vw;
}  
}

@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: 40.347vw;
}

/* about
-------------------------------------*/
.about .sec-ttl {
    margin-bottom: 4.172vw;
}
.about {
    padding: 10.43vw 0 16.688vw;
}
.about .inner {
    width: 95vw;
    margin-inline: auto;
    display: grid;
    gap: 5.387vw;
}
.about .img img {
    width: 100%;
    height: auto;
}
.about .txt-box {
  
}
.about .lead {
    font-weight: 700;
    font-size: 4.259vw;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 1.956vw;
}
.about .lead span {
    color: #d61518;
    font-size: 4.911vw;
}
.about .txt {
    font-weight: 700;
    font-size: 3.608vw;
    line-height: 1.5;
    margin-bottom: 5.215vw;
}
.about .btn {
    width: min(95%, 400px);
    margin-inline: auto;
    border-radius: 1.304vw;
    background: #cfd7e4;
    position: relative;
    left: -0.913vw;
}
.about .btn a {
    font-weight: 700;
    font-size: 3.608vw;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: block;
    text-align: center;
    padding: 3.347vw 0;
}

/* flow
-------------------------------------*/
.flow {
    padding: 0 0 17.731vw;
}
.flow .sec-ttl {
    margin-bottom: 15.645vw;
}
.flow .list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 95vw;
    margin-inline: auto;
    gap: 13.299vw 14.472vw;
}
.flow .list li .img {
    margin-bottom: 2.782vw;
    text-align: center;
}
.flow .list li h4 {
    font-weight: 700;
    font-size: 3.608vw;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    color: #2fa02c;
    margin-bottom: 0.913vw;
}
.flow .list li .txt {
    font-weight: 700;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: flex;
    justify-content: center;
}

/* 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;
}

/* company
-------------------------------------*/
.company {
    padding-bottom: 18.253vw;
}
.company .sec-ttl {
    margin-bottom: 13.038vw;
}
.company .content {
    width: 95%;
    margin-inline: auto;
}
.company .content table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #999;
    margin-bottom: 15.645vw;
}
.company .content table tr {
    border-bottom: 2px solid #999;
    height: 10.43vw;
}
.company .content table th,
.company .content table td {
    font-weight: 700;
    font-size: 3.608vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
    vertical-align: middle;
    padding: 0 6.128vw;
}
.company .content table th {
    background: #e0e0e0;
    border-right: 2px solid #999;
    font-weight: 500;
    width: 26.8%;
    padding: 0 2.608vw;
    text-align: center;
}
.company .content table td a {
    display: block;
}
.company .content table td.tel {
    padding: 0 0 0 6.128vw;
}
.company .content table td .free {
    display: flex;
}

/* footer
-------------------------------------*/
  footer .map {
    width: min(95%, 1200px);
    margin-inline: auto;
    margin-top: 10.43vw;
    margin-bottom: 13.038vw;
  }
}