.edit-area.keyvisual .man-main {
  width: 100%;
  place-content: center;
}
.edit-area.keyvisual .man-main.sp {
  display: none;
}
.edit-area.keyvisual .man-main.pc {
  display: flex;
}

.addv1 {
  padding-top: 2.4rem;
  padding-bottom: 60px;
  font-weight: 700;
}
.addv1 p {
  margin: 0;
}
.addv1 .inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1260px;
  width: 90%;
}
.addv1 .inner .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  font-weight: 500;
}
.addv1 .inner .left .above {
  width: 100%;
  margin-top: 1.5rem;
}
.addv1 .inner .left .above input {
  text-align: start;
  padding: 3.2rem 2.4rem;
  border: 3px solid #16245b;
  border-radius: 1.6rem;
  font-size: 2.2rem;
  width: 100%;
}
.addv1 .inner .left .below {
  margin-top: 1.8rem;
}
.addv1 .inner .left .below .group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.addv1 .inner .left .below .group:last-child {
  margin-bottom: 1.4rem;
}
.addv1 .inner .left .below .group input[type=checkbox] {
  margin-right: 5px;
}
.addv1 .inner .left .below .group label {
  font-size: 1.4rem;
  line-height: 1.5;
}
.addv1 .inner .left .below .group label a {
  color: #0477fd;
}
.addv1 .inner .left .below p {
  font-size: 1.3rem;
  line-height: 1.5;
}
.addv1 .inner .mid {
  margin: 5rem 1.8rem;
  width: 0;
  height: 0;
  border-top: 2.2rem solid transparent;
  border-bottom: 2.2rem solid transparent;
  border-left: 3rem solid #000;
}
.addv1 .inner .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
}
.addv1 .inner .right .above {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #16245b;
  border-radius: 1.6rem;
  padding: 1.5rem 2rem;
  gap: 3rem;
}
.addv1 .inner .right .above img {
  margin: 0;
}
.addv1 .inner .right .above .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: 700;
}
.addv1 .inner .right .above .group p {
  font-size: 4.4rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.addv1 .inner .right .above .group p span {
  color: #ffff00;
  font-size: 4.4rem;
}
.addv1 .inner .right .above .group span {
  font-size: 3.3rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.addv1 .inner .right .below {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 24px;
  font-size: 2.2rem;
  font-weight: normal;
}
.addv1 .inner .right .below p {
  line-height: 1.5;
}
.addv1 .inner .right .below p:first-child {
  font-weight: 500;
}

#container #bottomCta {
  height: unset;
  background-color: unset;
  bottom: unset;
  top: 100dvh;
  transform: translateY(-100%);
}
#container #bottomCta ul a {
  font-size: 1.2rem;
}
#container #bottomCta .requestCtaButton {
  border-radius: 1.2rem;
}
#container #bottomCta .requestCtaButton.requestDocument::after,
#container #bottomCta .requestCtaButton.requestContact::after {
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 1.6rem solid #fff;
  right: 1.6rem;
}

.arrow {
  display: flex;
  width: 100%;
  justify-content: center;
}

.arrow-blue-down {
  width: 0;
  height: 0;
  border-top: 4.6rem solid #16245b;
  border-left: 7.8rem solid transparent;
  border-right: 7.8rem solid transparent;
}

.footer__logo a span {
  color: #fff;
}

.edit-area.type03 .group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.txt.w50 {
  width: 50%;
}
.txt.w50 h4 {
  width: 100%;
}

.edit-area.type03 .photo-set .txt p,
.edit-area.type03 .photo-set .txt dl dd {
  font-size: 16px;
  font-weight: normal;
}

.edit-area.type04 img {
  margin: 0;
}
.edit-area.type04 .image img {
  margin: 0 auto;
}
.edit-area.type04 .txt {
  font-size: 1.6rem;
  font-weight: normal;
}
.edit-area.type04 .txt.w1080 {
  margin: 0 auto;
  margin-top: 30px;
}
.edit-area.type04 .image.w1080 {
  margin: 0 auto;
}
.edit-area.type04 .group-image {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
}
.edit-area.type04 .group-image .group {
  margin-bottom: unset;
  display: flex;
  flex-direction: column;
  place-content: center;
  max-width: 300px;
}
.edit-area.type04 .group-image .group .title {
  text-align: center;
}
.edit-area.type04 .group-image .group .title p {
  font-size: 2.4rem;
}
.edit-area.type04 .group-image .group .title span {
  font-size: 2.2rem;
}
.edit-area.type04 .group-image .group .text {
  margin-top: 20px;
  font-size: 1.6rem;
}
.edit-area.type04 .man-main {
  display: flex;
  place-content: center;
}
.edit-area.type04 .hp_center.v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 90px 0 36px;
}
.edit-area.type04 .hp_center.v2 span {
  background-color: #16245B;
  padding: 6px 14px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin-bottom: 28px;
}
.edit-area.type04 .hp_center.v2 h3 {
  color: #16245B;
  margin: 0;
}
.edit-area.type04 .list-achievement {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 848px;
  background-color: #fff;
  padding: 28px 82px 28px 64px;
  margin: 0 auto 30px;
}
.edit-area.type04 .list-achievement .item {
  display: flex;
  align-items: center;
  padding: 4px 0;
  position: relative;
}
.edit-area.type04 .list-achievement .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  /* background-image: url(../../img/new/line.png); */
  background-image: url(../img/new/line.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.edit-area.type04 .list-achievement .item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: url(../img/new/line.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.edit-area.type04 .list-achievement p {
  margin: 0;
  font-size: 3.2rem;
  letter-spacing: 0.0025em;
  font-weight: 700;
}

.edit-area.type02 .white-zone .inner {
  max-width: 1000px;
}

.edit-area.type02 .inner .group-image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.edit-area.type02 .inner .group-image > img {
  margin: 0;
}
.edit-area.type02 .inner .group-image .group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.edit-area.type02 .inner .group-image .group h4 {
  font-size: 3.2rem;
  color: #CC9316;
  line-height: 1.2;
  margin-bottom: 28px;
  border-bottom: 1px solid #CC9316;
  font-weight: 700;
  text-align: center;
}
.edit-area.type02 .inner .txt {
  max-width: 1080px;
  margin: 60px auto 0;
}
.edit-area.type02 .inner .txt p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.001em;
}
.edit-area.type02 .inner .tit {
  max-width: 1000px;
  margin: 80px auto 0;
}
.edit-area.type02 .inner .tit h4 {
  font-size: 3.6rem;
  color: #16245B;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.edit-area.type02 .inner .tit.v2 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 50px;
}
.edit-area.type02 .inner .tit.v2 h4 {
  font-size: 4.8rem;
  color: #fff;
  background-color: #16245B;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 0;
}
.edit-area.type02 .inner .tit.v3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.edit-area.type02 .inner .tit.v3 h4 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background: linear-gradient(180deg, transparent 80%, #FFFF00 80%);
}
.edit-area.type02 .inner .list-new {
  max-width: 1000px;
  margin: 80px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.edit-area.type02 .inner .list-new .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit-area.type02 .inner .list-new .item p {
  color: #16245B;
  font-size: 2.6rem;
  margin: 0;
  font-weight: 700;
  text-align: center;
}
.edit-area.type02 .inner .list-new .item p span {
  color: #ED1C24;
}
.edit-area.type02 .inner .img {
  max-width: 1000px;
  margin: auto;
}
.edit-area.type02 .inner .img img {
  max-width: 890px;
  width: 100%;
}

.inner .add01__btm p:nth-child(2) {
  line-height: 1.4;
  margin: 2.4rem 0;
  font-weight: bold;
}
.inner .add01__btm p:nth-child(2) span.font-size-2-8rem {
  font-size: 2.4rem;
}

.blue-zone {
  max-width: 1920px;
  width: 100%;
  padding: 45px 0;
  background-color: #F2F2F2;
}

.man5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1080px;
  width: calc(100% - 100px);
  margin: 0 auto;
  gap: 5rem;
}
.man5 img {
  margin: 0;
}
.man5 .group {
  position: relative;
  font-weight: 700;
  font-size: clamp(13rem, 21vw, 226px);
  transform: translateY(-3rem);
}
.man5 .group::after {
  content: "Q&A";
  bottom: -20%;
  opacity: 0.1;
  line-height: 1;
}
.man5 .group p {
  font-size: 0.34em;
  color: #276293;
  margin: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(-40%);
}

#container .edit-area.type08 {
  padding: 0 0 100px 0;
}

@media screen and (max-width: 1600px) {
  .edit-area.keyvisual .box .title img {
    max-width: 200px;
  }
  .edit-area.keyvisual .inner .box .catch {
    font-size: 30px;
  }
  .edit-area.keyvisual .box .title-main .group p {
    font-size: 68px;
  }
  .edit-area.keyvisual .box .title-main .group span {
    font-size: 38px;
  }
  .edit-area.keyvisual .box .mv__img-box p,
  .edit-area.keyvisual .box .mv__img-box p span {
    font-size: 90px;
  }
  .edit-area.keyvisual .box .mv__img-box span {
    font-size: 24px;
  }
  .requestCtaButton.requestDocument,
  .requestCtaButton.requestContact {
    width: 40%;
  }
}
@media screen and (max-width: 1480px) {
  .edit-area.keyvisual .box .title img {
    max-width: 180px;
  }
  .edit-area.keyvisual .inner .box .catch {
    font-size: 28px;
    padding: 0 20px;
  }
  .edit-area.keyvisual .box .title-main .group p {
    font-size: 58px;
  }
  .edit-area.keyvisual .box .title-main .group span {
    font-size: 32px;
  }
  .edit-area.keyvisual .box .mv__img-box p,
  .edit-area.keyvisual .box .mv__img-box p span {
    font-size: 80px;
  }
  .edit-area.keyvisual .box .mv__img-box span {
    font-size: 20px;
  }
  .edit-area.keyvisual.v2 .title-v1 p {
    font-size: 112px;
  }
  .edit-area.keyvisual.v2 .title-v2 p {
    font-size: 52px;
  }
}
@media screen and (max-width: 1320px) {
  .edit-area.type04 .send-mem .group-title h2 {
    font-size: 52px;
  }
  .edit-area.type04 .send-mem .group-title h4 {
    font-size: 44px;
  }
  .edit-area.type04 .send-mem .group-title h3 {
    font-size: 56px;
  }
  .edit-area.type04 .send-mem::after {
    width: 276px;
    height: 432px;
  }
  .edit-area.keyvisual.v2 .title-v1 p {
    font-size: 98px;
  }
  .edit-area.keyvisual.v2 .title-v2 p {
    font-size: 44px;
  }
  .edit-area.keyvisual.v2 .text p {
    font-size: 24px;
  }
  .requestCtaButton.requestDocument,
  .requestCtaButton.requestContact {
    width: 45%;
  }
  .requestCtaButton.requestDocument a,
  .requestCtaButton.requestContact a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .edit-area.keyvisual .box .title img {
    max-width: 160px;
  }
  .edit-area.keyvisual .inner .box .catch {
    font-size: 24px;
    padding: 0 16px;
  }
  .edit-area.keyvisual .box .title-main .group p {
    font-size: 48px;
  }
  .edit-area.keyvisual .box .title-main .group span {
    font-size: 28px;
  }
  .edit-area.keyvisual .box .mv__img-box p,
  .edit-area.keyvisual .box .mv__img-box p span {
    font-size: 60px;
  }
  .edit-area.keyvisual .box .mv__img-box span {
    font-size: 16px;
  }
  .addv1 .inner .mid {
    margin: 50px 12px;
  }
  .addv1 .inner .right .above .group p,
  .addv1 .inner .right .above .group p span {
    font-size: 38px;
  }
  .addv1 .inner .right .above .group span {
    font-size: 24px;
  }
  .requestCtaButton.requestDocument,
  .requestCtaButton.requestContact {
    width: 50%;
  }
  .requestCtaButton.requestDocument a,
  .requestCtaButton.requestContact a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1080px) {
  .edit-area.keyvisual .box .title img {
    max-width: 120px;
  }
  .edit-area.keyvisual .inner .box .catch {
    font-size: 20px;
    padding: 0 14px;
  }
  .edit-area.keyvisual .box .title-main .group p {
    font-size: 40px;
  }
  .edit-area.keyvisual .box .title-main .group span {
    font-size: 24px;
  }
  .edit-area.keyvisual .box .mv__img-box p,
  .edit-area.keyvisual .box .mv__img-box p span {
    font-size: 52px;
  }
  .edit-area.keyvisual .box .mv__img-box span {
    font-size: 14px;
  }
  .addv1 .inner {
    flex-direction: column;
  }
  .addv1 .inner .mid {
    display: none;
  }
  .addv1 .inner .left,
  .addv1 .inner .right {
    width: 100%;
  }
  .addv1 .inner .right {
    margin-top: 28px;
  }
  .addv1 .inner .right .above .group {
    margin-right: auto;
    margin-left: auto;
  }
  .addv1 .inner .left .below .group p {
    font-size: 12px;
  }
  .addv1 .inner .left .below p {
    font-size: 11px;
  }
  .edit-area.type04 .send-mem .group-title h2 {
    font-size: 38px;
  }
  .edit-area.type04 .send-mem .group-title h4 {
    font-size: 32px;
    line-height: 1.1;
  }
  .edit-area.type04 .send-mem .group-title h4 span {
    font-size: 26px;
  }
  .edit-area.type04 .send-mem .group-title h3 {
    font-size: 40px;
  }
  .edit-area.type04 .send-mem {
    padding: 50px 30px;
  }
  .edit-area.type04 .send-mem::after {
    width: 224px;
    height: 342px;
  }
  .edit-area.type04 .list-achievement {
    padding: 20px 62px 20px 49px;
  }
  .edit-area.type04 .list-achievement .item p {
    font-size: 24px;
  }
  .edit-area.type02 .inner .tit.v2 h4 {
    font-size: 38px;
  }
  .edit-area.keyvisual.v2 .title-v1 p {
    font-size: 86px;
  }
  .edit-area.keyvisual.v2 .title-v2 p {
    font-size: 36px;
  }
  .edit-area.keyvisual.v2 .text p {
    font-size: 20px;
  }
  .man5 img {
    max-width: 280px;
  }
}
@media screen and (max-width: 840px) {
  .edit-area.type04 .send-mem .group-title h2 {
    font-size: 30px;
  }
  .edit-area.type04 .send-mem .group-title h4 {
    font-size: 24px;
  }
  .edit-area.type04 .send-mem .group-title h4 span {
    font-size: 20px;
  }
  .edit-area.type04 .send-mem .group-title h3 {
    font-size: 32px;
  }
  .edit-area.type04 .send-mem::after {
    width: 200px;
    height: 310px;
  }
  .edit-area.type04 .send-mem {
    margin: 60px auto 30px auto;
  }
}
@media screen and (max-width: 800px) {
  .edit-area.type04 .group-image {
    justify-content: center;
  }
  .edit-area.type04 .group-image .group {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .edit-area.keyvisual .man-main.pc {
    display: none;
  }
  .edit-area.keyvisual .man-main.sp {
    display: flex;
    margin-top: 0;
  }
  .txt.w50 {
    width: 100%;
  }
  .txt.w50 h4 {
    width: -moz-fit-content;
    width: fit-content;
  }
  .addv1 .inner .right {
    align-items: flex-start;
  }
  .addv1 .inner .right .below {
    align-items: flex-start;
  }
  .edit-area.type03 .inner .group h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .edit-area.type03 .inner .group img {
    max-width: 18rem;
  }
  .add01 {
    margin-bottom: 20px !important;
  }
  .edit-area.type04 .send-mem .group-title h2 {
    font-size: 2rem;
    padding: 12px 26px;
  }
  .edit-area.type04 .send-mem .group-title h4 {
    font-size: 1.8rem;
  }
  .edit-area.type04 .send-mem .group-title h4 span {
    font-size: 1.2rem;
  }
  .edit-area.type04 .send-mem .group-title h3 {
    font-size: 1.8rem;
  }
  .edit-area.type04 .send-mem::after {
    width: 164px;
    height: 260px;
  }
  .edit-area.type04 .hp_center.v2 span {
    font-size: 2.8rem;
  }
  .edit-area.type04 .list-achievement {
    padding: 20px 48px 20px 36px;
  }
  .edit-area.type04 .list-achievement .item .group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }
  .edit-area.type04 .list-achievement .item p {
    font-size: 18px;
  }
  .type04 .w1080 {
    width: 100% !important;
  }
  .edit-area.type02 .inner {
    width: 94%;
  }
  .edit-area.type02 .inner .group-image {
    flex-direction: column;
  }
  .edit-area.type02 .inner .group-image .group h4 {
    font-size: 24px;
  }
  .edit-area.type02 .inner .tit h4 {
    font-size: 27px;
  }
  .edit-area.type02 .inner .list-new .item p {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.0025em;
  }
  .edit-area.type02 .inner .tit.v2 h4 {
    font-size: 3.2rem;
  }
  .edit-area.type02 .addv1 .inner {
    width: 90%;
  }
  .edit-area.keyvisual.v2 .title-v1 p {
    font-size: 8.6rem;
  }
  .edit-area.keyvisual.v2 .title-v2 p {
    font-size: 3.6rem;
  }
  .edit-area.keyvisual.v2 .text p {
    font-size: 2rem;
  }
  .edit-area.keyvisual .box .title-v1,
  .edit-area.keyvisual .box .title-v2,
  .edit-area.keyvisual .box .text {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .edit-area.keyvisual.v2 .title-v2 p {
    font-size: 3.2rem;
  }
  .edit-area.keyvisual.v2 .inner .box .catch {
    width: -moz-fit-content;
    width: fit-content;
  }
  .blue-zone {
    padding: 25px 0;
  }
  .edit-area.type02 {
    margin-top: 40px !important;
  }
  #howToProceed {
    margin-top: 0 !important;
  }
  .edit-area.type05 .block .box .photo {
    -o-object-fit: fill;
       object-fit: fill;
    width: 100%;
  }
  .edit-area.type05 .block .box .photo img {
    height: unset !important;
  }
  #container .edit-area.type05 .inner {
    width: 90%;
  }
  .man5 {
    width: 90%;
  }
  .man5 img {
    max-width: 17rem;
  }
  .requestCtaButton.requestDocument a,
  .requestCtaButton.requestContact a {
    font-size: 1.4rem;
  }
  .requestCtaButton a small {
    font-size: 1rem !important;
  }
  .requestCtaButton.requestDocument::after,
  .requestCtaButton.requestContact::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #fff;
    top: 38%;
  }
  .edit-area.type03 .photo-set.type01 .photo p {
    font-size: 16px;
  }
  .edit-area.type04 .hp_center.v2 {
    margin: 38px 0 16px;
  }
  .edit-area.type04 .hp_center.v2 span {
    margin-bottom: 0;
  }
  .edit-area.type02 .inner .tit {
    margin: 40px auto 0;
  }
  .edit-area.type02 .inner .list-new {
    margin: 30px auto 0;
  }
  .edit-area.keyvisual.v2 .man-main.sp {
    margin-top: 0;
  }
  .edit-area.type05 h3 {
    padding: 16px 0 !important;
  }
  .addv1 .inner .right .below p {
    font-size: 17px;
  }
  .addv1 .inner .left .above input {
    font-size: 18px;
  }
  .edit-area.type04 .txt.w1080 p {
    font-size: 16px;
  }
  .edit-area.type04 .group-image .group .text p {
    font-size: 16px;
  }
  .edit-area.type04 .group-image .group .title span {
    font-size: 27px;
  }
  .edit-area.type04 .txt p,
  .edit-area.type02 .inner .txt p {
    font-size: 17px;
  }
  .edit-area.type05 .inner h3 {
    font-size: 30px;
  }
  .edit-area.type05 .inner .block .box dl dt {
    font-size: 32px;
  }
  .edit-area.type08 .inner dl dt span {
    font-size: 15px;
  }
}
@media screen and (max-width: 570px) {
  .addv1 .inner .left .above {
    margin-top: 0;
  }
  .addv1 .inner .left .above input {
    padding: 2.8rem 2rem;
  }
  .addv1 .inner .left .below {
    margin-top: 14px;
  }
  .addv1 .inner .left .below .group label {
    font-size: 12px;
    line-height: 1.2;
  }
  .addv1 .inner .right .above .group p,
  .addv1 .inner .right .above .group p span {
    font-size: 4rem;
  }
  .addv1 .inner .right .above .group span {
    font-size: 1.6rem;
  }
  .addv1 .inner .right .below p:first-child {
    font-size: 1.9rem;
  }
  .addv1 .inner .right .below p:last-child {
    font-size: 1.8rem;
  }
  .addv1 {
    padding-bottom: 4rem;
  }
  #container .add01 .inner {
    padding: 2.8rem;
  }
  .inner .add01__top h3 {
    font-size: 2.2rem;
    margin-bottom: 2.2rem;
  }
  .inner .add01__top h3 span {
    font-size: 2.7rem;
  }
  .inner .add01__mid {
    padding: 2rem 12px;
    margin-bottom: 2rem;
  }
  .inner .add01__mid p {
    font-size: 1.8rem;
    line-height: 1;
  }
  .inner .add01__btm {
    margin-top: 1.8rem;
  }
  .inner .add01__btm p {
    margin: 0;
  }
  .inner .add01__btm p:first-child {
    font-size: 2.1rem;
  }
  .inner .add01__btm p:last-child,
  .inner .add01__btm p:last-child span.blue {
    font-size: 3.8rem;
    line-height: 1.2;
  }
  .inner .add01__btm p:last-child span.font-size-2-8rem {
    margin-bottom: 2.7rem;
  }
  .inner .add01__btm p:last-child span {
    font-size: 2.1rem;
  }
  .inner .add01__btm small {
    font-size: 2.4rem;
  }
  #container .edit-area.type03 .photo-set.type01 {
    padding: 0;
  }
  #container .edit-area.type03 .photo-set.type01.mb100,
  #container .edit-area.type03 .photo-set.type02.mb100 {
    margin-bottom: 1rem !important;
  }
  #container .edit-area.type02 .inner .txt {
    margin: 4rem auto 0;
  }
  #container .edit-area.type03 .inner .group h3 {
    font-size: 2.5rem;
  }
  #container .edit-area.type03 .inner .group h3 span {
    font-size: 4rem;
  }
  #container .edit-area.type03 .group {
    margin-bottom: 2rem;
  }
  #container .edit-area.type03 .photo-set .txt h4[title="01"]:before,
  #container .edit-area.type03 .photo-set .txt h4[title="02"]:before,
  #container .edit-area.type03 .photo-set .txt h4[title="03"]:before {
    top: -70px;
    font-size: 5.8rem;
    position: unset;
  }
  #container .edit-area.type03 .photo-set.type01.m100 {
    margin-bottom: 5rem !important;
  }
  #container .edit-area.type03 .photo-set.type02 {
    margin-bottom: 5rem !important;
  }
  #container .edit-area.type03 .photo-set .txt h4 {
    font-size: 2.5rem;
    padding-bottom: 10px;
    margin-bottom: 3rem;
    width: 100%;
    display: grid;
  }
  #container .edit-area.type03 .photo-set.type02 .photo {
    margin-top: 1.5rem;
    margin-bottom: 4.5rem;
  }
  #container .edit-area.type03 .photo-set .txt p,
  #container .edit-area.type03 .photo-set .txt dl dd,
  #container .edit-area.type03 .photo-set .txt dl dd p,
  #container .edit-area.type03 .photo-set.type01 .photo p {
    font-size: 1.7rem;
  }
  #container .edit-area.type03 .photo-set .txt {
    width: 100%;
  }
  #container .edit-area.type04 .inner {
    padding: 2.4rem;
  }
  #container .edit-area.type04 h3 {
    font-size: 2.5rem;
  }
  #container .edit-area.type04 h3 span {
    font-size: 1.9rem;
  }
  #container .edit-area.type04 h3.mtb60 {
    margin-top: 6rem;
    margin-bottom: 5rem;
    line-height: 1.8;
  }
  #container .edit-area.type04 h3.fs30 {
    font-size: 3.4rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
  #container .edit-area.type04 .group-image .group .text p {
    font-size: 1.7rem;
  }
  #container .edit-area.type04 .man-main img {
    width: 100%;
  }
  #container .edit-area.type04 .group-image .group .title {
    color: #1d243e;
    display: grid;
    gap: 0.4em;
  }
  #container .edit-area.type04 .group-image .group .title span {
    font-size: 3rem;
  }
  #container .edit-area.type04 .group-image .group .title p {
    font-size: 3.2rem;
  }
  #container .edit-area.type04 .txt.w1080 p {
    font-size: 1.7rem;
    margin-bottom: 6rem;
  }
  #container .edit-area.type04 .arrow .arrow-blue-down {
    margin-bottom: 2rem;
  }
  #container .title {
    width: 100%;
  }
  #container .edit-area.type04 .hp_center.v2 span {
    font-size: 3rem;
    margin-bottom: 1.4rem;
  }
  #container .edit-area.type04 .list-achievement .item p {
    font-size: 2.2rem;
    letter-spacing: 0.0025em;
    line-height: 1.5;
  }
  #container .edit-area.type04 .list-achievement .item img {
    max-width: 14%;
  }
  #container .edit-area.type04 .list-achievement .item .group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
  #container .edit-area.type04 .txt p {
    font-size: 1.7rem;
  }
  #container .edit-area.type02 .inner .group-image .group h4 {
    font-size: 2.4rem;
  }
  #container .edit-area.type02 .inner .txt p {
    font-size: 1.7rem;
  }
  #container .edit-area.type02 .inner .tit h4 {
    font-size: 2.6rem;
    line-height: 1.6;
  }
  #container .edit-area.type02 .inner .tit h4 span {
    font-size: 2.1rem;
  }
  #container .edit-area.type02 .inner .list-new .item {
    align-items: start;
  }
  #container .edit-area.type02 .inner .list-new .item p {
    font-size: 2.3rem;
    text-align: start;
  }
  #container .edit-area.type02 .inner .tit.v2 {
    margin-top: 2rem;
  }
  #container .edit-area.type02 .inner .tit h4.fs30 {
    font-size: 3.3rem;
  }
  #container .edit-area.type04 .list-achievement {
    padding: 6px 10px 2rem 12px;
  }
  #container .edit-area.type04 .list-achievement .item:first-child:before {
    display: none;
  }
  #container .edit-area.type02 .inner .tit.v3 {
    font-size: 2.7rem;
  }
  #container .edit-area.type05 .inner h3 {
    font-size: 3rem;
    margin-bottom: 3rem;
    background: #16245B;
  }
  #container .edit-area.type05 .inner .block .box dl dt {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  #container .edit-area.type05 .block .box dl dd {
    font-size: 1.7rem;
  }
  #container .man5 {
    justify-content: start;
    width: 90%;
    gap: 0;
  }
  #container .man5 .group {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: clamp(0rem, 22vw, 130px);
  }
  #container .man5 .group p {
    font-size: 0.33em;
    margin: 0;
    line-height: 1;
    transform: translateY(0);
  }
  #container .man5 .group::after {
    line-height: 1;
    bottom: 0;
  }
  #container .man5 img {
    margin: 0;
  }
  #container .edit-area.type08 .inner dl dt span {
    font-size: max(13px, 1.5rem);
  }
  #container .edit-area.type08 .inner dl dt span::before {
    top: -8px;
    font-size: 1.8rem;
  }
  #container .edit-area.type08 .inner dl dt:after {
    top: 30%;
  }
  #container .edit-area.type08 .inner dl dd span {
    font-size: max(13px, 1.5rem);
  }
  #container .edit-area.type08 .inner dl dd span::before {
    font-size: 1.8rem;
  }
  #container .edit-area.type09 h3 {
    font-size: 4rem;
  }
  #container .edit-area.type09 h3 span {
    font-size: 4.1rem;
    background: #16245B;
  }
  #container .edit-area.type09 .qa dt span {
    font-size: 3.5rem;
    line-height: 1.1;
  }
  #container .edit-area.type09 .qa dd p span {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #container .edit-area.type09 .inner {
    padding: 3rem 5% 10px;
  }
  #container .edit-area.type08 {
    padding: 0 0 4rem 0;
  }
  footer .footer__top .inner p {
    display: grid;
    gap: 10px;
  }
  .footer__bottom p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 495px) {
  .addv1 .inner .right .above img {
    width: 7.6rem;
    margin: 0;
  }
  .addv1 .inner .left .above {
    margin-top: 0;
  }
  .addv1 .inner .left .above input {
    padding: 1.8rem 2rem;
    font-size: max(13px, 1.5rem);
  }
  .addv1 .inner .left .below {
    margin-top: 1.4rem;
  }
  .addv1 .inner .left .below .group label {
    font-size: 10px;
    line-height: 1.2;
  }
  .addv1 .inner .right .above .group p,
  .addv1 .inner .right .above .group p span {
    font-size: 3.3rem;
  }
  .addv1 .inner .right .above .group span {
    font-size: 2.6rem;
  }
  .addv1 .inner .right .below p:first-child {
    font-size: 1.7rem;
  }
  .addv1 .inner .right .below p:last-child {
    font-size: 1.6rem;
  }
  .addv1 {
    padding-bottom: 4rem;
  }
  #container .add01 .inner {
    padding: 2.8rem;
  }
  .inner .add01__top h3 {
    font-size: 2rem;
    margin-bottom: 2.2rem;
  }
  .inner .add01__top h3 span {
    font-size: 2.4rem;
  }
  .inner .add01__mid {
    padding: 2rem 12px;
    margin-bottom: 2rem;
  }
  .inner .add01__mid p {
    font-size: 1.6rem;
    line-height: 1;
  }
  .inner .add01__btm {
    margin-top: 1.6rem;
  }
  .inner .add01__btm p {
    margin: 0;
  }
  .inner .add01__btm p:first-child {
    font-size: 1.8rem;
  }
  .inner .add01__btm p:last-child,
  .inner .add01__btm p:last-child span.blue {
    font-size: 3.4rem;
    line-height: 1.2;
  }
  .inner .add01__btm p:last-child span.font-size-2-8rem {
    margin-bottom: 2.7rem;
  }
  .inner .add01__btm p:last-child span {
    font-size: 2.1rem;
  }
  .inner .add01__btm small {
    font-size: 2.1rem;
  }
  #container .edit-area.type02 .inner .group-image > img {
    width: 25rem;
  }
  #container .edit-area.type03 .inner .group h3 {
    font-size: 1.9rem;
  }
  #container .edit-area.type03 .inner .group h3 span {
    font-size: 3.5rem;
  }
  #container .edit-area.type03 .group {
    margin-bottom: 2rem;
  }
  #container .edit-area.type03 .photo-set .txt h4[title="01"]:before,
  #container .edit-area.type03 .photo-set .txt h4[title="02"]:before,
  #container .edit-area.type03 .photo-set .txt h4[title="03"]:before {
    top: -60px;
    font-size: 5rem;
    position: unset;
  }
  #container .edit-area.type03 .photo-set.type02 {
    padding-top: 0;
  }
  #container .edit-area.type03 .photo-set.type01.m100 {
    margin-bottom: 5rem !important;
  }
  #container .edit-area.type03 .photo-set.type02 {
    margin-bottom: 5rem !important;
  }
  #container .edit-area.type03 .photo-set .txt h4 {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 3rem;
    display: grid;
  }
  #container .edit-area.type03 .photo-set .txt p,
  #container .edit-area.type03 .photo-set .txt dl dd,
  #container .edit-area.type03 .photo-set .txt dl dd p,
  #container .edit-area.type03 .photo-set.type01 .photo p {
    font-size: max(13px, 1.5rem);
  }
  #container .edit-area.type04 .inner {
    padding: 2.4rem;
  }
  #container .edit-area.type04 h3 {
    font-size: 2.2rem;
  }
  #container .edit-area.type04 h3 span {
    font-size: 1.6rem;
  }
  #container .edit-area.type04 h3.mtb60 {
    margin-top: 6rem;
    margin-bottom: 5rem;
  }
  #container .edit-area.type04 h3.fs30 {
    font-size: 3rem;
  }
  #container .edit-area.type04 .group-image .group .text p {
    font-size: max(13px, 1.5rem);
  }
  #container .edit-area.type04 .group-image .group .title {
    color: #1d243e;
  }
  #container .edit-area.type04 .group-image .group .title span {
    font-size: 2.6rem;
  }
  #container .edit-area.type04 .group-image .group .title p {
    font-size: 2.7rem;
  }
  #container .edit-area.type04 .txt.w1080 p {
    font-size: max(13px, 1.5rem);
    margin: 0;
  }
  #container .title {
    width: 100%;
  }
  #container .edit-area.type04 .hp_center.v2 span {
    font-size: 2.6rem;
    margin-bottom: 1.4rem;
  }
  #container .edit-area.type04 .list-achievement .item p {
    font-size: 1.9rem;
    letter-spacing: 0.0025em;
    line-height: 1.5;
  }
  #container .edit-area.type04 .list-achievement .item img {
    max-width: 14%;
  }
  #container .edit-area.type04 .list-achievement .item .group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
  #container .edit-area.type04 .txt p {
    font-size: max(13px, 1.5rem);
    margin-bottom: 10px;
  }
  #container .edit-area.type02 .inner .group-image .group h4 {
    font-size: 2.1rem;
  }
  #container .edit-area.type02 .inner .txt p {
    font-size: max(13px, 1.5rem);
  }
  #container .edit-area.type02 .inner .tit h4 {
    font-size: 2.3rem;
  }
  #container .edit-area.type02 .inner .tit h4 span {
    font-size: 1.8rem;
  }
  #container .edit-area.type02 .inner .list-new .item p {
    font-size: 2rem;
  }
  #container .edit-area.type02 .inner .tit h4.fs30 {
    font-size: 2.9rem;
  }
  #container .edit-area.type02 .inner .tit.v3 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
  #container .edit-area.type05 .inner h3 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  #container .edit-area.type05 .inner .block .box dl dt {
    font-size: 2.8rem;
  }
  #container .edit-area.type05 .block .box dl dd {
    font-size: max(13px, 1.5rem);
  }
  #container .edit-area.type08 .inner dl dt span {
    font-size: 13.5px;
  }
  #container .edit-area.type08 .inner dl dt span::before {
    top: -8px;
    font-size: max(13px, 1.5rem);
  }
  #container .edit-area.type08 .inner dl dt:after {
    top: 30%;
  }
  #container .edit-area.type08 .inner dl dd span {
    font-size: 13.5px;
  }
  #container .edit-area.type08 .inner dl dd span::before {
    font-size: max(13px, 1.5rem);
  }
  #container .edit-area.type09 h3 {
    font-size: 3.4rem;
  }
  #container .edit-area.type09 h3 span {
    font-size: 3.6rem;
  }
  #container .edit-area.type09 .qa dt span {
    font-size: 3rem;
  }
  #container .edit-area.type09 .qa dd p span {
    font-size: 1.4rem;
  }
  #container .edit-area.type09 .inner {
    padding: 3rem 2% 4rem;
  }
  #container .man5 img {
    max-width: 15rem;
  }
  #container .requestCtaButton a {
    padding: 2rem;
    text-align: start;
  }
}/*# sourceMappingURL=duc-main.css.map */