html {
  font-size: 100%;
  font-family: "Noto Serif JP", serif;
}

body {
  color: #020018;
}

a {
  text-decoration: none;
  color: #020018;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

li {
  list-style: none;
}

section {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  section {
    margin-bottom: 50px;
  }
}

.wrapper {
  width: 100%;
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl, figure) {
  margin: 0;
  padding: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  background: linear-gradient(90deg, #012B22 0%, #005F2F 33%, #006B32 59%, #007734 100%);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.1em;
  padding: 34px 35px 34px 50px;
  text-decoration: none;
  box-shadow: 0 4px 4px rgba(255, 255, 255, 0.25);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 600px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 15px;
    padding: 31px 19px 31px 35px;
    gap: 15px;
    width: 297px;
    height: 70px;
  }
}
.btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.btn:hover .arrow {
  transform: translateX(4px);
}
.btn .arrow {
  width: 20px;
  height: auto;
  transition: transform 0.3s ease;
}

.pc-br {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mv .mv-img {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.mv .mv-img picture,
.mv .mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.mv .mv-inner {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #fff;
  width: 90%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv .mv-inner {
    text-align: left;
    padding: 0 20px;
  }
}
.mv .mv-inner .mv-label {
  display: inline-block;
  background: linear-gradient(90deg, #0B1644 0%, #132777 50%, #172F90 75%, #1C37AA 100%);
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  padding: 11px 13px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mv .mv-inner .mv-label {
    font-size: 14px;
    padding: 7px 6px;
    margin-bottom: 10px;
  }
}
.mv .mv-inner .sub-catch-copy {
  font-size: 49px;
  font-weight: 700;
  text-shadow: 2px 2px 3px rgba(36, 47, 69, 0.25);
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .mv .mv-inner .sub-catch-copy {
    font-size: 27px;
    letter-spacing: 0.02rem;
	line-height: 1.5;
  }
}
.mv .mv-inner .sub-catch-copy span {
  font-weight: 700;
  font-size: 59px;
  text-shadow: 2px 2px 3px rgba(36, 47, 69, 0.25);
}
@media screen and (max-width: 768px) {
  .mv .mv-inner .sub-catch-copy span {
    font-size: 36px;
  }
}
.mv .mv-inner .sub-catch-copy .yellow {
  color: #D0A900;
  font-size: 65px;
  text-shadow: 2px 2px 3px rgba(36, 47, 69, 0.25);
}
@media screen and (max-width: 768px) {
  .mv .mv-inner .sub-catch-copy .yellow {
    font-size: 49px;
  }
}
.mv .mv-inner .sub-catch-copy .yellow .nom {
  font-size: 59px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv .mv-inner .sub-catch-copy .yellow .nom {
    font-size: 43px;
  }
}
.mv .mv-inner .catch-copy {
  color: #D0A900;
  font-size: 67px;
  font-weight: 700;
  text-shadow: 2px 2px 3px rgba(36, 47, 69, 0.25);
  margin-bottom: 30px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .mv .mv-inner .catch-copy {
    font-size: 53px;
    letter-spacing: 0.02rem;
    margin-left: -5px;
	line-height: 1.5;
  }
}
.mv .mv-inner .sub-txt {
  font-size: 11px;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mv .mv-inner .sub-txt {
    font-size: 11px;
    margin-bottom: 30px;
  }
}

.Message {
  text-align: center;
}
.Message .first {
  font-size: 27px;
  line-height: 1.8;
  margin-bottom: 30px;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .Message .first {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 15px;
    line-height: 1.7;
  }
}
.Message .first span {
  color: #0B1644;
  font-weight: 700;
  font-size: 36px;
  border-bottom: 1px solid #0B1644;
}
@media screen and (max-width: 768px) {
  .Message .first span {
    font-size: 24px;
    border-bottom: none;
    letter-spacing: 0.03em;
  }
}
.Message .second {
  font-size: 27px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .Message .second {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 50px;
    line-height: 1.7;
  }
}
.Message .second span {
  color: #0B1644;
  font-weight: 700;
  font-size: 36px;
  border-bottom: 1px solid #0B1644;
}
@media screen and (max-width: 768px) {
  .Message .second span {
    font-size: 24px;
    border-bottom: none;
    letter-spacing: 0.03em;
  }
}

.records {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 100px 0;
  background: url("../img/bg-records.jpg") no-repeat center center/cover;
}
.records .section-title {
  display: block;
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .records .section-title {
    font-size: 26px;
    margin-bottom: 30px;
    letter-spacing: 0.1rem;
  }
}
.records .sub-title {
  display: inline-block;
  position: relative;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #fff;
  text-align: left;
  margin-left: 0;
  left: -42%;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .records .sub-title {
    font-size: 14px;
    margin-bottom: 20px;
    left: 0;
  }
}
.records .sub-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.records .sub-title span {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .records .sub-title span {
    font-size: 22px;
  }
}
.records .record-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 50px;
  height: 288px;
}
@media screen and (max-width: 768px) {
  .records .record-cards {
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    height: 704px;
    margin-bottom: 30px;
  }
}
.records .record-cards .record-item {
  position: relative;
  flex: 1;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .records .record-cards .record-item {
    padding: 50px 57px;
    height: 232px;
  }
}
.records .record-cards .record-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: #020018;
}
@media screen and (max-width: 768px) {
  .records .record-cards .record-item::after {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
  }
}
.records .record-cards .record-item:last-child::after {
  display: none;
}
.records .record-cards .record-item .label {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  color: #020018;
}
@media screen and (max-width: 768px) {
  .records .record-cards .record-item .label {
    font-size: 22px;
  }
}
.records .record-cards .record-item .label-1 {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .records .record-cards .record-item .label-1 {
    padding-top: 0;
  }
}
.records .record-cards .record-item .num {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  color: #020018;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 768px) {
  .records .record-cards .record-item .num {
    font-size: 24px;
  }
}
.records .record-cards .record-item .num span {
  display: inline-block;
  font-size: 84px;
  font-weight: 700;
  color: #D0A900;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 768px) {
  .records .record-cards .record-item .num span {
    font-size: 60px;
  }
}
.records .record-cards .record-item .num-1 {
  padding-top: 22px;
}
@media screen and (max-width: 768px) {
  .records .record-cards .record-item .num-1 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .records .record-cards .record-item-1 {
    padding-top: 70px;
  }
}
.records .record-note {
  font-size: 24px;
  line-height: 2;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .records .record-note {
    font-size: 14px;
  }
}
.records .record-note2 {
  font-size: 24px;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .records .record-note2 {
    font-size: 14px;
  }
}

.ba {
  background: #fff;
  text-align: center;
}
.ba .section-title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  background: linear-gradient(90deg, #0B1644 0%, #132777 50%, #172F90 75%, #1C37AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .ba .section-title {
    font-size: 20px;
  }
}
.ba .section-title span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 54px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .ba .section-title span {
    font-size: 26px;
  }
}
.ba .ba-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 567px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ba .ba-head {
    display: none;
  }
}
.ba .ba-head .heading {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.03rem;
}
.ba .ba-head .before {
  background: linear-gradient(90deg, #020018 0%, #06004B 50%, #080065 75%, #0B007E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-color: #fff;
}
.ba .ba-head .before::after {
  display: none;
}
.ba .ba-head .after {
  background: linear-gradient(90deg, #D0A900 0%, #9D8000 50%, #836B00 75%, #6A5600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-color: #fff;
}
.ba .ba-rows {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .ba .ba-rows {
    gap: 30px;
  }
}
.ba .ba-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ba .ba-row {
    grid-template-columns: 1fr;
    background: #f5f5f5;
    overflow: hidden;
  }
}
.ba .cell {
  font-size: 32px;
  padding: 47px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .ba .cell {
    font-size: 16px;
    padding: 55px 20px 19px;
  }
}
.ba .before {
  background: #F5F5F5;
  position: relative;
}
.ba .before::after {
  content: "";
  position: absolute;
  top: 0;
  right: -56px;
  width: 57px;
  height: 100%;
  background: #F5F5F5;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .ba .before::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ba .before::before {
    content: "Before";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #020018 0%, #06004B 50%, #080065 75%, #0B007E 100%);
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.03rem;
    font-weight: 700;
    padding: 4px 4px;
  }
  .ba .before::after {
    content: "";
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    width: 100%;
    height: 30px;
    background: #F5F5F5;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    transform: rotate(180deg);
    z-index: 1;
    top: 94%;
  }
}
.ba .after {
  background: #0B1644;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ba .after {
    margin-top: -5px;
    padding: 85px 20px 30px;
  }
  .ba .after::before {
    content: "After";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #D0A900 0%, #9D8000 50%, #836B00 75%, #6A5600 100%);
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.03rem;
    font-weight: 700;
    padding: 4px 4px;
  }
}
.ba .ba-row {
  overflow: hidden;
}

.reasons {
  position: relative;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: url("../img/bg-reasons.jpg") no-repeat center center/cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .reasons {
    background: url("../img/bg-reasons-sp.jpg") no-repeat center center/cover;
    padding: 50px 0;
  }
}
.reasons .section-title {
  font-size: 53px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .reasons .section-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.reasons p {
  font-size: 28px;
  margin-bottom: 50px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .reasons p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.reasons p span {
  color: #FFD700;
  font-weight: 700;
}
.reasons .reason-cards {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .reasons .reason-cards {
    gap: 30px;
    margin-bottom: 50px;
  }
}
.reasons .reason-cards .reason-card {
  background: #fff;
  width: 406px;
  padding: 63px 48px 41px 48px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .reasons .reason-cards .reason-card {
    padding: 50px 33px;
    width: 100%;
  }
}
.reasons .reason-cards .reason-card .card-num {
  font-family: "Zen Antique", serif;
  font-size: 62px;
  font-weight: 700;
  color: #D0A900;
}
@media screen and (max-width: 768px) {
  .reasons .reason-cards .reason-card .card-num {
    font-size: 35px;
  }
}
.reasons .reason-cards .reason-card .card-num::before {
  content: "point";
  position: absolute;
  top: 50px;
  left: 36px;
  font-family: "Dynalight", cursive;
  font-size: 24px;
  line-height: 1;
  color: #D0A900;
  display: inline-block;
  transform: rotate(-11deg);
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .reasons .reason-cards .reason-card .card-num::before {
    font-size: 14px;
    top: 37px;
    left: 27px;
  }
}
.reasons .reason-cards .reason-card .card-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #020018;
}
@media screen and (max-width: 768px) {
  .reasons .reason-cards .reason-card .card-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.reasons .reason-cards .reason-card p {
  color: #020018;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .reasons .reason-cards .reason-card p {
    font-size: 14px;
    text-align: center;
  }
}
.reasons .txt {
  color: #fff;
  font-size: 32px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .reasons .txt {
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 0.08rem;
  }
}
.reasons .txt .yellow {
  font-size: 40px;
  color: #D0A900;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 768px) {
  .reasons .txt .yellow {
    font-size: 32px;
  }
}
.reasons .txt .line {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 500;
}

.message {
  background-color: #fff;
  text-align: center;
}
.message .sub-title {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .message .sub-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.message .section-title {
  font-size: 54px;
  margin-bottom: 50px;
  background: linear-gradient(90deg, #0B1644 0%, #132777 50%, #172F90 75%, #1C37AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 768px) {
  .message .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.message .section-title span {
  font-size: 57px;
}
@media screen and (max-width: 768px) {
  .message .section-title span {
    font-size: 24px;
  }
}
.message .txt {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .message .txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.message .message-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .message .message-wrap {
    gap: 40px;
  }
}
.message .message-video {
  position: relative;
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.message .message-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.profile {
  background-color: #fff;
}
.profile .section-title {
  font-size: 54px;
  letter-spacing: 0.05rem;
  margin-bottom: 50px;
  background: linear-gradient(90deg, #0B1644 0%, #132777 50%, #172F90 75%, #1C37AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .profile .section-title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.profile .profile-wrap {
  display: flex;
  align-items: flex-start;
  gap: 92px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .profile .profile-wrap {
    display: block;
  }
}
.profile .profile-photo {
  flex: 0 0 744px;
}
@media screen and (max-width: 768px) {
  .profile .profile-photo {
    flex: 0 0 335px;
    margin-bottom: 40px;
  }
}
.profile .profile-photo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile .profile-body {
  flex: 1;
}
.profile .profile-body .profile-company {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .profile .profile-body .profile-company {
    font-size: 16px;
  }
}
.profile .profile-body .profile-name {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .profile .profile-body .profile-name {
    font-size: 18px;
  }
}
.profile .profile-body .profile-role {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .profile .profile-body .profile-role {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .profile .profile-body .profile-role:last-child {
    margin-bottom: 0;
  }
}

.troubles {
  background-color: #F5F5F5;
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .troubles {
    padding: 50px 0;
  }
}
.troubles .section-title {
  font-size: 54px;
  margin-bottom: 50px;
  background: linear-gradient(90deg, #0B1644 0%, #132777 50%, #172F90 75%, #1C37AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .troubles .section-title {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.troubles .sub-title {
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .troubles .sub-title {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 2;
  }
}
.troubles .sub-title span {
  display: inline-block;
  background: #0B1644;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 15px 16px;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .troubles .sub-title span {
    font-size: 16px;
    margin: 0;
    padding: 6px;
  }
}
@media screen and (max-width: 768px) {
  .troubles .sub-title .sub-2 {
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .troubles .sub-title .sub-3 {
    margin-right: 5px;
  }
}
.troubles .sub-title:nth-of-type(2) {
  margin-bottom: 40px;
}
.troubles .check-list {
  position: relative;
  display: inline-block;
  text-align: left;
  background: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 10px;
  padding: 50px 67px;
  margin: 0 auto 80px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .troubles .check-list {
    padding: 20px 20px;
    margin: 0 auto 45px;
  }
}
.troubles .check-list li {
  display: flex;
  align-items: flex-start;
  font-size: 22px;
  margin-bottom: 14px;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .troubles .check-list li {
    font-size: 13px;
    margin-bottom: 10px;
    gap: 10px;
  }
}
.troubles .check-list li img {
  width: 30px;
  height: auto;
  flex-shrink: 0;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .troubles .check-list li img {
    width: 18px;
  }
}
.troubles .check-list li span {
  display: inline-block;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 6px;
  line-height: 1.6;
  flex: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .troubles .check-list li span {
    padding-bottom: 0;
  }
}
.troubles .check-list li:last-child {
  margin-bottom: 0;
}
.troubles .check-list::after {
  content: "";
  position: absolute;
  bottom: -59px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 39px solid #0B1644;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .troubles .check-list::after {
    bottom: -35px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 20px solid #0B1644;
  }
}
.troubles .txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .troubles .txt {
    margin-bottom: 40px;
  }
}
.troubles .txt .first-txt {
  font-size: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .troubles .txt .first-txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.troubles .txt .second-txt {
  font-size: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .troubles .txt .second-txt {
    font-size: 18px;
  }
}
.troubles .txt .second-txt span {
  font-size: 56px;
  line-height: 1.3;
  letter-spacing: 0.03rem;
  color: #D0A900;
}
@media screen and (max-width: 768px) {
  .troubles .txt .second-txt span {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.troubles .troubles-img {
  width: 692px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .troubles .troubles-img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.troubles .img-txt {
  font-size: 14px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .troubles .img-txt {
    font-size: 9px;
    margin-top: 20px;
  }
}

.form {
  background: url("../img/bg-form.jpg") no-repeat center center/cover;
  padding: 100px 0px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.form .section-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 70px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .form .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.form .form-wrap {
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .form .form-wrap {
    max-width: 100%;
    padding: 0 20px;
  }
}
.form .form-group {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .form .form-group {
    margin-bottom: 18px;
  }
}
.form .form-group label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .form .form-group label {
    font-size: 13px;
  }
}
.form .form-group label .required {
  display: inline-block;
  background-color: #a00000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 5px;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 1;
  margin-left: 4px;
}
.form .form-group .form-control {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 4px;
  background: #fff;
  color: #020018;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .form .form-group .form-control {
    padding: 12px 10px;
    font-size: 14px;
  }
}
.form .form-group textarea.form-control {
  height: 150px;
  resize: none;
}
@media screen and (max-width: 768px) {
  .form .form-group textarea.form-control {
    height: 120px;
  }
}
.form .form-submit {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .form .form-submit {
    margin-top: 30px;
  }
}
.form .form-submit .btn-submit {
  display: block;
  margin: 0 auto;
  padding: 10px 46px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease;
  letter-spacing: 0.1rem;
  width: 240px;
  height: 53px;
}
.form .form-submit .btn-submit:hover {
  opacity: 0.8;
}
.form .form-note {
  margin-top: 40px;
  font-size: 13px;
  color: #C0C0C0;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .form .form-note {
    font-size: 11px;
    margin-top: 24px;
    line-height: 1.8;
  }
}
.form .wpcf7-spinner {
  display: none !important;
}

.footer {
  font-size: 16px;
  text-align: center;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 9px;
    padding: 12px 0;
  }
}

.thanks {
  text-align: center;
  padding: 160px 20px;
  background: #fff;
  color: #020018;
}
.thanks .thanks-title {
  font-size: 48px;
  font-weight: 700;
  color: #0B1644;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .thanks .thanks-title {
    font-size: 36px;
    margin-top: 20px;
  }
}
.thanks .thanks-text {
  font-size: 24px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .thanks .thanks-text {
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 1.7;
  }
}/*# sourceMappingURL=style.css.map */

/* =====================================
   LP全体を明朝体に変更
   ===================================== */
body {
  font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', 'MS PMincho', serif ;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #111;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Serif JP', serif ;
}

.p-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 30px;
  text-align: left;
}

