@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: min(10px, 2.42vw);
}

body {
  color: #24272d;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

.sp {
  display: none;
}

img {
  max-width: 100%;
}

a {
  color: #000;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.6;
  text-decoration: unset;
}

.btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 0;
  width: 100%;
  border-radius: 0.4rem;
  border: unset;
}

.container-sec {
  max-width: 106rem;
  width: 96%;
  margin: 0 auto;
}
.container-sec p, .container-sec span {
  margin: 0;
  padding: 0;
  text-align: justify;
}

.btn-basic {
  width: 100%;
  max-width: 30.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(75deg, rgb(255, 239, 186) 0%, rgb(230, 166, 72) 100%);
  padding: 1.4rem 0;
  border-radius: 0.4rem;
}
.btn-basic span {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

.title-main p {
  font-size: 3rem;
  font-weight: 700;
  color: #00334d;
}

.sec-link {
  padding: 1.6rem 0 2rem;
}

.mv {
  background: url(../img/top/MV_BG.jpg) no-repeat center center/cover;
}
.mv__content {
  display: flex;
  flex-direction: column;
  padding: 3rem 2rem 11rem;
}
.mv__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 2px solid #c6ac82;
}
.mv__top p {
  font-weight: 500;
  color: #fff;
}
.mv__top span {
  font-weight: 600;
  color: #c6ac82;
}
.mv__title {
  margin-top: 4.4rem;
}
.mv__text {
  margin-top: 3rem;
}
.mv__text p {
  font-weight: 500;
  color: #fff;
}
.mv__group {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.mv__group p {
  color: #c6ac82;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
}

.undermv {
  background: #fff;
}
.undermv__content {
  display: flex;
  flex-direction: column;
}
.undermv__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 2rem;
  transform: translateY(-8rem);
}
.undermv__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #00334d;
  padding: 3.3rem 2rem 4rem;
}
.undermv__item .group {
  margin-top: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.undermv__item .group .title p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
.undermv__item .group .text {
  max-width: 18.6rem;
}
.undermv__item .group .text p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
}
.undermv__group .title p {
  font-size: 3rem;
  font-weight: 700;
  color: #00334d;
}
.undermv__group .text {
  margin-top: 3rem;
}
.undermv__group .text p {
  line-height: 1.5;
}

.problem {
  margin-top: 7rem;
  background: linear-gradient(75deg, rgb(0, 36, 55) 0%, rgb(0, 80, 121) 100%);
}
.problem__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.2rem;
  padding: 8rem 0;
}
.problem__list {
  display: flex;
  gap: 0.7rem;
}
.problem__list .arr {
  margin: auto;
}
.problem__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.9rem;
  padding: 3.2rem 2.8rem;
  border: 4px solid #8c8c8c;
  border-radius: 2rem;
  background-color: #fff;
  max-width: 50.5rem;
}
.problem__item .group-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.problem__item .group-image .title p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.problem__item .group-image .image {
  width: 100%;
}
.problem__item .group-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
}
.problem__item .group-text .title p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.problem__item:nth-child(3) {
  border: 4px solid #c6ac82;
}
.problem .group-btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.why {
  background: #e4eef4;
  padding: 8rem 0;
}
.why__content {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.why__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(51.5rem, 1fr));
  gap: 4rem 3rem;
}
.why__item {
  display: flex;
}
.why__item .left {
  width: 100%;
  max-width: 8rem;
  background: #cbe4f4;
}
.why__item .left p {
  line-height: 1;
  font-size: 4rem;
  padding: 4rem 0;
  color: #fff;
  background-color: #00334d;
  text-align: center;
}
.why__item .right {
  display: flex;
  flex-direction: column;
  padding: 4rem;
  background: #fff;
  flex: 1;
  gap: 4rem;
}
.why__item .right .title p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  color: #00334d;
}
.why__item .right .text p {
  line-height: 1.8;
}
.why .group-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.translation {
  padding: 8rem 0;
}
.translation__content .group {
  display: flex;
  gap: 3rem;
}
.translation__above {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.translation__above .list {
  width: 100%;
  max-width: 51.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
  gap: 1.5rem;
}
.translation__above .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2.7rem 1rem;
  width: 100%;
  min-height: 15rem;
  background-color: #ebf8ff;
  border-radius: 1rem;
}
.translation__above .item.v2 {
  background-color: #e4eef4;
}
.translation__above .item .title p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #00334d;
}
.translation__above .text {
  flex: 1;
}
.translation__above .text p {
  line-height: 1.8;
}
.translation__mid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 8rem;
}
.translation__mid .table {
  max-width: 51.5rem;
  margin: 0;
}
.translation__mid .table table {
  width: 100%;
}
.translation__mid .table table tbody tr {
  display: flex;
  border-bottom: 1px solid #8c8c8c;
}
.translation__mid .table table tbody tr:first-child {
  border-top: 1px solid #8c8c8c;
}
.translation__mid .table table tbody tr td {
  flex: 1;
  padding: 1.2rem;
  background-color: #fff;
}
.translation__mid .table table tbody tr td:first-child {
  flex: unset;
  width: 100%;
  max-width: 18rem;
  background-color: #ebf8ff;
}
.translation__mid .text p {
  line-height: 1.8;
}
.translation__below {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.translation__below .list {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}
.translation__below .list::before {
  position: absolute;
  content: "";
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(80rem, 75.4vw);
  height: 1px;
  background-color: #8c8c8c;
}
.translation__below .list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.7rem;
  max-width: 22rem;
  width: 100%;
}
.translation__below .list .item .num {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #00334d;
  padding: 2.7rem 2.5rem;
  border-radius: 50%;
}
.translation__below .list .item .num p {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.translation__below .list .item .text p {
  text-align: center;
}

.add {
  background: linear-gradient(75deg, rgb(0, 36, 55) 0%, rgb(0, 80, 121) 100%);
  padding: 3.6rem 0 4.2rem;
}
.add__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.add__content .title p {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
}

.ability {
  padding: 8rem 0;
  background: #846e4a;
}
.ability__group {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.ability__group .title-main p {
  color: #c6ac82;
}
.ability__group:nth-child(2) {
  margin-top: 6.7rem;
}
.ability__group .group {
  display: flex;
  gap: 2.4rem;
}
.ability__group .group .image {
  width: 100%;
  max-width: 27.5rem;
}
.ability__group .group .text {
  flex: 1;
}
.ability__group .group .text p {
  line-height: 1.8;
}
.ability__group .text p {
  color: #fff;
}
.ability__group .list {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.ability__group .list .item {
  padding: 4rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 51.5rem;
}
.ability__group .list .item .person {
  display: flex;
  gap: 2rem;
}
.ability__group .list .item .person .image {
  width: 100%;
  max-width: 9rem;
}
.ability__group .list .item .person .title {
  line-height: 1;
  color: #00334d;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.ability__group .list .item .person .title span {
  font-weight: 700;
}
.ability__group .list .item .person .title p {
  font-size: 2.4rem;
  font-weight: 700;
}
.ability__group .list .item .text p {
  line-height: 1.8;
  color: #000;
}
.ability .btn-basic {
  margin: 8rem auto 0;
}

.qa {
  padding: 8rem 0;
}
.qa__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.qa__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.qa__item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.qa__item.active .q {
  background: #008cdc;
}
.qa__item.active .q p {
  color: #fff;
}
.qa__item.active .q .plush {
  background: #fff;
}
.qa__item.active .q .plush span {
  background: #008cdc;
}
.qa__item.active .q .plush span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0);
}
.qa__item .q, .qa__item .a {
  display: flex;
  align-items: center;
}
.qa__item .q {
  padding: 1.6rem 2.2rem;
  background: #fff;
  transition: 0.5s all;
  justify-content: space-between;
  gap: 1rem;
}
.qa__item .q p {
  flex: 1;
  color: #00334d;
  font-weight: 700;
  transition: all 0.5s;
}
.qa__item .q .plush {
  width: 2.8rem;
  height: 2.8rem;
  position: relative;
  background: #008cdc;
  transition: 0.5s all;
}
.qa__item .q .plush span {
  position: absolute;
  width: 2rem;
  height: 0.2rem;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.qa__item .q .plush span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.qa__item .a {
  padding: 2.2rem;
  background: #fff;
  display: none;
}
.qa__item .a p {
  line-height: 1.8;
}

.sec-form {
  background-color: #f7f7f7;
  padding-top: 8rem;
  padding-bottom: 10rem;
}
.sec-form .step_title,
.sec-form .selector {
  color: #01285c;
}
.sec-form .igp-contact .input-group-text {
  background-color: #01285c !important;
}
.sec-form .selector,
.sec-form .selector_selected,
.sec-form .selector_error {
  border: 1px solid #01285c;
  padding: 1rem 1.4rem 1rem 3.6rem;
}
.sec-form .form-check {
  display: flex;
  align-items: center;
}
.sec-form .label {
  font-size: 1.2rem;
  border-radius: 1.5rem;
}
.sec-form .label.required {
  border: 1px solid #01285c;
  background-color: #01285c;
}
.sec-form .btn-contact {
  background-color: #01285c;
}
.sec-form .custom-control-label {
  font-size: 1.4rem;
}
.sec-form .circle .custom-control-label::before {
  border-radius: 50%;
}
.sec-form .custom-control-label::before,
.sec-form .custom-control-label::after {
  width: 1.6rem;
  height: 1.6rem;
  left: -2.5rem;
}
.sec-form .stepper {
  background: #ebf8ff;
}
.sec-form .container-sec {
  max-width: 106rem;
}
.sec-form .group-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8rem 0 5rem;
  position: relative;
}
.sec-form .group-title p {
  font-size: 3rem;
  font-weight: 700;
}
.sec-form .group-title .person {
  position: absolute;
  right: 7rem;
}
.sec-form .contact_head {
  font-size: 1.6rem;
}
.sec-form hr {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.sec-form .selector_selected {
  background: #01285c;
}
.sec-form .selectable .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../img/top/ic-check.png);
}
.sec-form .row {
  gap: 1.8rem;
}
.sec-form .contact_head {
  width: 100%;
  max-width: 18rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  line-height: 1.5;
}
.sec-form .contact_head.v2 {
  flex-direction: column;
  justify-content: flex-start;
}
.sec-form .contact_head.v2 .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sec-form .contact_head.step2 {
  max-width: 28rem;
}
.sec-form .contact_head.step2 p {
  flex: 1;
}
.sec-form .group-check {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(auto-fill, minmax(26rem, 1fr));
  gap: 1.2rem 1rem;
}
.sec-form .group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.sec-form .group.v2 {
  flex-direction: row;
}
.sec-form .group .group-date, .sec-form .group .group-row {
  display: flex;
  gap: 1rem;
}
.sec-form .group .group-date .input-group.date, .sec-form .group .group-row .input-group.date {
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #01285c;
}
.sec-form .group .group-date .input-group.date input, .sec-form .group .group-row .input-group.date input {
  height: 100%;
  border: unset;
}
.sec-form .group .group-date .input-group.date .input-group-text, .sec-form .group .group-row .input-group.date .input-group-text {
  border: unset;
  padding: 1rem;
}
.sec-form .group .group-date .g-check, .sec-form .group .group-row .g-check {
  width: 100%;
  max-width: 26rem;
}
.sec-form .group .group-date .g-check.g-date, .sec-form .group .group-row .g-check.g-date {
  max-width: 100%;
}
.sec-form .group .group-date .selector, .sec-form .group .group-row .selector {
  width: 100%;
  max-width: 26rem;
}
.sec-form .group .group-date .text, .sec-form .group .group-row .text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #01285c;
}
.sec-form .form-control {
  font-size: 1.6rem;
}
.sec-form #drop {
  border: 2px dotted gray;
}
.sec-form .zone-image {
  max-width: 31.5rem;
  width: 100%;
}
.sec-form .zone-image .btn-contact {
  margin-top: 1.4rem;
  width: 100%;
  max-width: 11.4rem;
  background-color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.4rem 0;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.sec-form .zone-image #drop {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-form .zone-image #droparea {
  padding: 0;
}
.sec-form .group-text {
  margin-top: auto;
  font-size: 1.4rem;
  color: #24272d;
  flex: 1;
}
.sec-form #file_list_area {
  color: #24272d;
}
.sec-form #file_list_area .btn-contact {
  color: #fff;
}
.sec-form #file_list_area .title {
  margin-top: 2rem;
  margin-bottom: 1.4rem;
}
.sec-form #file_list_area .title p {
  font-size: 1.4rem;
  font-weight: 500;
}
.sec-form #file_list_area #file_list {
  padding: 0;
}
.sec-form #file_list_area #file_list .clearfix {
  font-size: 1.4rem;
  padding: 0.4rem 0;
  border-top: 1px solid #01285c;
  display: flex;
  align-items: center;
}
.sec-form #file_list_area #file_list .clearfix:last-child {
  border-bottom: 1px solid #01285c;
}
.sec-form #file_list_area .btn-contact {
  width: 100%;
  max-width: 9rem;
  padding: 1rem;
  line-height: 1;
  border: unset;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}
.sec-form #file_list_area .btn-contact::before {
  content: "";
  display: flex;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../img/top/ic-cancle.png) no-repeat center center/100% 100%;
}
.sec-form .step3 .form-control {
  font-size: 1.4rem;
}
.sec-form .group.i-step3 {
  max-width: 47rem;
}

#contact_confirm_area .btn {
  font-size: 1.6rem;
}

.btn-check {
  width: 15rem;
}

@media (max-width: 768px) {
  body {
    font-size: 2.8rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .container-sec {
    width: 90%;
  }
  .btn-basic {
    padding: 3.7rem 0;
    max-width: 60.6rem;
  }
  .btn-basic span {
    font-size: 3.6rem;
  }
  .title-main p {
    font-size: 4rem;
  }
  .mv {
    background: url(../img/top/MV_BG_SP.jpg) no-repeat center center/cover;
  }
  .mv__top {
    font-size: 2.8rem;
  }
  .mv__content {
    padding: 10.5rem 0 8.5rem;
  }
  .mv__title {
    margin-top: 8rem;
    max-width: 66.4rem;
  }
  .mv__title img {
    width: 100%;
  }
  .mv__text {
    margin-top: 8rem;
    font-size: 2.8rem;
  }
  .mv__group {
    flex-direction: column;
  }
  .mv__group p {
    font-size: 3.4rem;
  }
  .undermv {
    padding: 7.7rem 0 7.4rem;
  }
  .undermv__list {
    display: flex;
    flex-direction: column;
    transform: unset;
  }
  .undermv__item {
    flex-direction: row;
    justify-content: space-between;
    gap: 4rem;
    padding: 5.8rem 3.6rem 5rem 5rem;
  }
  .undermv__item .image {
    flex: 1;
  }
  .undermv__item .image img {
    width: 100%;
  }
  .undermv__item .group {
    align-items: flex-start;
    margin-top: unset;
    width: 100%;
    max-width: 44rem;
    gap: 2.4rem;
  }
  .undermv__item .group .title p {
    font-size: 3.6rem;
  }
  .undermv__item .group .text {
    max-width: 100%;
  }
  .undermv__item .group .text p {
    font-size: 2.8rem;
  }
  .undermv__group {
    margin-top: 8rem;
  }
  .undermv__group .title p {
    font-size: 4rem;
  }
  .undermv__group .text p {
    font-size: 2.8rem;
  }
  .problem__list {
    flex-direction: column;
    gap: 3.6rem;
  }
  .problem__list .arr {
    width: 7.2rem;
    height: 7.2rem;
  }
  .problem__list .arr img {
    width: 100%;
  }
  .problem__item .group-image {
    width: 100%;
  }
  .problem__item .group-text .title p {
    font-size: 3.2rem;
  }
  .problem__item .group-image .image img {
    width: 100%;
  }
  .problem .group-btn {
    margin-top: 8rem;
  }
  .why .group-btn {
    display: flex;
  }
  .why__item .left p {
    background: #00487e;
  }
  .why__item .right .title p {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .why__content .btn-basic {
    margin: 2rem auto 0;
  }
  .translation__content .group {
    flex-direction: column;
  }
  .translation__above .item {
    min-height: 19.5rem;
  }
  .translation__above .item .title p {
    font-size: 2.6rem;
  }
  .translation__above .list {
    max-width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(22.5rem, 1fr));
  }
  .translation__mid .table {
    max-width: 100%;
  }
  .translation__below .list {
    flex-direction: column;
    gap: 4rem;
  }
  .translation__below .list .item {
    max-width: 100%;
    flex-direction: row;
  }
  .translation__below .list .item .text {
    flex: 1;
  }
  .translation__below .list .item .text p {
    text-align: start;
  }
  .translation__below .list .item .num {
    width: 7.4rem;
    height: 7.4rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .translation__below .list::before {
    width: 1px;
    height: 100%;
    left: 4rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .add__content .title p {
    font-size: 4rem;
  }
  .ability__group .group {
    flex-direction: column;
  }
  .ability__group .group .image {
    max-width: 100%;
  }
  .ability__group .group .image img {
    width: 100%;
  }
  .ability__group .list {
    flex-direction: column;
  }
  .ability__group .list .item {
    max-width: 100%;
  }
  .ability__group .list .item .person .title span {
    font-size: 2.6rem;
  }
  .ability__group .list .item .person .title p {
    font-size: 4rem;
  }
  .ability__group .list .item .person .image {
    max-width: 11.7rem;
  }
  .ability__group .list .item .person .image img {
    width: 100%;
  }
  .ability__group .list .item {
    padding: 5rem;
  }
}
@media (max-width: 768px) {
  .sec-form .group-title p {
    font-size: 3.2rem;
  }
  .sec-form .row {
    flex-direction: column;
  }
  .sec-form .custom-control-label {
    font-size: 2.8rem;
  }
  .sec-form .group .group-date, .sec-form .group .group-row {
    flex-direction: column;
  }
  .sec-form .group-check {
    display: flex;
    flex-direction: column;
  }
  .sec-form .group .group-date .selector, .sec-form .group .group-row .selector {
    max-width: 100%;
  }
  .sec-form .group .group-date .g-check, .sec-form .group .group-row .g-check {
    max-width: 100%;
  }
  .sec-form .group .group-date .input-group.date, .sec-form .group .group-row .input-group.date {
    height: 6.4rem;
  }
  .sec-form .group .group-date .text, .sec-form .group .group-row .text {
    font-size: 2.4rem;
  }
  .sec-form .contact_head {
    font-size: 2.8rem;
    max-width: 100%;
  }
  .sec-form .group .group-date .input-group.date img {
    width: 4rem;
  }
  .sec-form .form-control {
    font-size: 2.8rem;
  }
  .sec-form .step_title {
    font-size: 2.6rem;
  }
  .sec-form .step_subject {
    font-size: 2.8rem;
    margin-top: 1rem;
  }
  .sec-form .selector, .sec-form .selector_selected, .sec-form .selector_error {
    padding: 1rem 1.4rem 1rem 6rem;
  }
  .sec-form .custom-control-label::before, .sec-form .custom-control-label::after {
    width: 3.2rem;
    height: 3.2rem;
    left: -4.5rem;
  }
  .sec-form .label {
    font-size: 2rem;
    line-height: 1.5;
  }
  .sec-form .stepper .step_icon {
    width: 5rem;
  }
  .sec-form .stepper .step_icon img {
    width: 4rem;
  }
  .sec-form .contact_head.step2 {
    max-width: 100%;
  }
  .sec-form .group.v2 {
    flex-direction: column;
  }
  .sec-form .zone-image {
    max-width: 100%;
  }
  .sec-form .group-text {
    font-size: 2.4rem;
  }
  .sec-form .zone-image #droparea {
    width: 100%;
  }
  .sec-form .zone-image .btn-contact {
    padding: 1rem 0;
    max-width: 24rem;
    font-size: 2.8rem;
    margin: 1.4rem 0;
  }
  .sec-form #file_list_area .title p,
  .sec-form #file_list_area #file_list .clearfix {
    font-size: 2.4rem;
  }
  .sec-form .step3 .form-control {
    font-size: 2.8rem;
  }
}/*# sourceMappingURL=style.css.map */


/* ▼ 契約書LP：undermv のアイコン位置をそろえる ▼ */

/* アイコン枠の高さをそろえる */
.undermv__item .image {
  height: 80px;                 /* アイコンより少し高めに固定 */
  display: flex;
  align-items: center;          /* 枠の上下中央に配置 */
  justify-content: center;      /* 水平中央に配置 */
}

/* PC用アイコンの最大サイズを統一 */
.undermv__item .image img.pc {
  max-height: 60px;             /* ここを基準サイズとして調整 */
  width: auto;
}

/* SP時も同じ考え方で少し小さめに */
@media (max-width: 768px) {
  .undermv__item .image {
    height: 64px;
  }
  .undermv__item .image img.sp {
    max-height: 48px;
    width: auto;
  }
}

/* ▼ カードの高さもそろえたい場合（任意） ▼ */
.undermv__list {
  display: flex;
}
.undermv__item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.undermv__item .group {
  margin-top: 16px;
}
