.under_mv .img {
  margin-top: 60px;
  position: relative;
}
@media all and (max-width: 767px) {
  .under_mv .img {
    margin-top: 30px;
  }
}

.field1 {
  padding: 60px 0 80px 0;
  box-sizing: border-box;
}
.field1 .inner {
  max-width: 1200px;
  width: 90%;
}
.field1 .lead_txt {
  max-width: 1000px;
  margin: 0 auto 60px auto;
  text-align: center;
  font-weight: 700;
  line-height: 2.2;
}
@media all and (max-width: 767px) {
  .field1 {
    padding: 30px 0 50px 0;
  }
  .field1 .inner {
    width: 80%;
  }
  .field1 .lead_txt {
    margin: 0 auto 30px auto;
    font-size: 1.6rem;
  }
}

.anker {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 24px;
}
.anker a {
  text-decoration: none;
  border-radius: 100px;
  text-align: center;
  color: white;
  padding: 16px 0;
  transition: all 0.3s ease;
  letter-spacing: 0;
  font-weight: 700;
}
.anker a span {
  display: block;
  width: 100%;
  margin-left: -10px;
  background: url("../images/anker_arw.png") center right 10px no-repeat;
  background-size: 16px auto;
}
.anker .ank1 {
  background: #DD488E;
  border: 2px solid #DD488E;
  box-sizing: border-box;
}
.anker .ank1:hover {
  background: white;
  color: #DD488E;
}
.anker .ank1:hover span {
  background: url("../images/anker_arw_a2.png") center right 10px no-repeat;
  background-size: 16px auto;
}
.anker .ank2 {
  background: #DC000C;
  border: 2px solid #DC000C;
  box-sizing: border-box;
}
.anker .ank2:hover {
  background: white;
  color: #DC000C;
}
.anker .ank2:hover span {
  background: url("../images/anker_arw_a1.png") center right 10px no-repeat;
  background-size: 16px auto;
}
.anker .ank3 {
  background: #EF781B;
  border: 2px solid #EF781B;
  box-sizing: border-box;
}
.anker .ank3:hover {
  background: white;
  color: #EF781B;
}
.anker .ank3:hover span {
  background: url("../images/anker_arw_a3.png") center right 10px no-repeat;
  background-size: 16px auto;
}
.anker .ank4 {
  background: #82418D;
  border: 2px solid #82418D;
  box-sizing: border-box;
}
.anker .ank4:hover {
  background: white;
  color: #82418D;
}
.anker .ank4:hover span {
  background: url("../images/anker_arw_a4.png") center right 10px no-repeat;
  background-size: 16px auto;
}
@media all and (max-width: 1200px) {
  .anker {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .anker {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .anker a {
    padding: 8px 0;
    font-size: 1.6rem;
  }
  .anker a span {
    display: block;
    width: 100%;
    margin-left: -10px;
    background: url("../images/anker_arw.png") center right 10px no-repeat;
    background-size: 12px auto;
  }
  .anker .ank1:hover span {
    background: url("../images/anker_arw_a1.png") center right 10px no-repeat;
    background-size: 12px auto;
  }
  .anker .ank2:hover span {
    background: url("../images/anker_arw_a2.png") center right 10px no-repeat;
    background-size: 12px auto;
  }
  .anker .ank3:hover span {
    background: url("../images/anker_arw_a3.png") center right 10px no-repeat;
    background-size: 12px auto;
  }
  .anker .ank4:hover span {
    background: url("../images/anker_arw_a4.png") center right 10px no-repeat;
    background-size: 12px auto;
  }
}

.field_bx .ubx {
  padding: 0 0 60px 0;
}
.field_bx .ttls {
  max-width: 800px;
  width: 90%;
  border-radius: 20px;
  background: white;
  border: 3px solid #000;
  text-align: center;
  padding: 45px 0;
  box-sizing: border-box;
  position: relative;
  margin: -90px auto 0 auto;
}
.field_bx .ttls h2 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}
.field_bx .ttls .sub {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 20px;
  line-height: 1;
}
.field_bx .lead_bx {
  margin-top: 30px;
  color: white;
}
.field_bx .lead_ttl {
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
}
.field_bx .lead_tx {
  margin-top: 10px;
  text-align: center;
  line-height: 2.2;
}
.field_bx .inner {
  max-width: 1000px;
  width: 90%;
}
.field_bx .c22 {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  color: white;
}
.field_bx .c22 .co1 .names {
  margin-bottom: 20px;
}
.field_bx .c22 .co1 .names span {
  font-size: 2rem;
  font-weight: 700;
  background: #000;
  padding: 2px 10px;
  box-sizing: border-box;
}
.field_bx .c22 .co1 .txx {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.2;
}
.field_bx .c22 .co2 .names span {
  font-size: 2rem;
  font-weight: 700;
  background: #000;
  padding: 2px 10px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.field_bx .c22 .co2 .names span:before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  margin-top: 0;
  margin-left: 0;
  width: 10px;
  height: 100%;
  background: #000;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
}
.field_bx .c22 .co2 .txx {
  margin-top: -2px;
  background: white;
  color: #333;
  border-radius: 0 10px 10px 10px;
  padding: 20px 28px;
  box-sizing: border-box;
  letter-spacing: 0;
}
.field_bx .c22 .co2 .txx span {
  color: #DC000C;
  font-weight: 700;
  font-size: 2.4rem;
  display: block;
  line-height: 1.6;
  margin-bottom: 10px;
}
.field_bx .inner2 {
  max-width: 1200px;
}
.field_bx .inner2 .c3 {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 24px;
}
.field_bx .inner2 .c3 img {
  border-radius: 10px;
}
@media all and (max-width: 1024px) {
  .field_bx .ttls {
    padding: 25px 0;
    margin: -60px auto 0 auto;
  }
  .field_bx .ttls h2 {
    font-size: 3rem;
  }
  .field_bx .ttls .sub {
    font-size: 1.4rem;
  }
  .field_bx .c22 {
    max-width: 600px;
    margin: 50px auto 0 auto;
    gap: 24px 0;
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .field_bx .ubx {
    padding: 0 0 40px 0;
  }
  .field_bx .ttls {
    width: 100%;
    padding: 23px 0;
    margin: -57px auto 0 auto;
  }
  .field_bx .ttls h2 {
    font-size: 2rem;
    line-height: 1.6;
  }
  .field_bx .ttls .sub {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .field_bx .lead_bx {
    margin-top: 20px;
  }
  .field_bx .lead_ttl {
    font-size: 2rem;
    text-align: left;
  }
  .field_bx .lead_tx {
    margin-top: 10px;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.08em;
  }
  .field_bx .inner {
    width: 81%;
  }
  .field_bx .c22 {
    margin-top: 30px;
  }
  .field_bx .c22 .co1 .names {
    margin-bottom: 10px;
  }
  .field_bx .c22 .co1 .names span {
    font-size: 1.6rem;
    padding: 2px 5px;
  }
  .field_bx .c22 .co1 .txx {
    font-size: 1.6rem;
  }
  .field_bx .c22 .co2 .names span {
    font-size: 1.6rem;
    padding: 2px 5px;
  }
  .field_bx .c22 .co2 .txx {
    border-radius: 0 10px 10px 10px;
    padding: 20px;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
  .field_bx .c22 .co2 .txx span {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .field_bx .inner2 .c3 {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}

.btn11 {
  max-width: 380px;
  display: block;
  margin: 50px auto 0 auto;
  padding: 14px 0;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  color: white;
  border-radius: 100px;
  background: url("../images/arw_w2.png") center right 20px no-repeat, #000;
  background-size: 16px auto;
  border: 2px solid #000;
  transition: all 0.3s ease;
}
.btn11:hover {
  color: #000;
  background: url("../images/arw_b2.png") center right 20px no-repeat, white;
  background-size: 16px auto;
}
@media all and (max-width: 767px) {
  .btn11 {
    max-width: 218px;
    margin: 30px auto 0 auto;
    font-size: 1.6rem;
    padding: 6px 0;
    background: url("../images/arw_w2.png") center right 20px no-repeat, #000;
    background-size: 14px auto;
  }
  .btn11:hover {
    color: #000;
    background: url("../images/arw_b2.png") center right 20px no-repeat, white;
    background-size: 14px auto;
  }
}

.btn11com {
  margin: 50px auto 0 auto;
  padding: 14px 0;
  font-weight: 700;
  background: url("../images/arw_w2.png") center right 20px no-repeat, #C1C0C0;
  background-size: 16px auto;
  border: 2px solid #C1C0C0;
}
.btn11com:hover {
  color: #C1C0C0;
  background: url("../images/arw_p2.png") center right 20px no-repeat, white;
  background-size: 16px auto;
}
@media all and (max-width: 767px) {
  .btn11com {
    background: url("../images/arw_w2.png") center right 20px no-repeat, #C1C0C0;
    background-size: 14px auto;
    padding: 6px 0;
    margin: 30px auto 0 auto;
  }
  .btn11com:hover {
    color: #C1C0C0;
    background: url("../images/arw_p2.png") center right 20px no-repeat, white;
    background-size: 14px auto;
  }
}

.fbx1 .ubx {
  background: #DC000C;
}

.fbx2 .ubx {
  background: #DD488E;
}
.fbx2 .c22 .co2 .txx span {
  color: #DD488E;
}

.fbx3 .ubx {
  background: #EF781B;
}
.fbx3 .c22 .co2 .txx span {
  color: #EF781B;
}

.fbx4 .ubx {
  background: #82418D;
}
.fbx4 .c22 .co2 .txx span {
  color: #82418D;
}

/*# sourceMappingURL=field.css.map */
