.l-header{
  width: 100%;
  padding: 6px 2vw;
  position: relative;
}
.l-header-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.l-header-nav{
  display: flex;
  align-items: center;
}
.menu-toggle{
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
}
.menu-toggle span{
  width: 22px;
  height: 2px;
  background-color: #191940;
  transition: 0.3s;
}
.l-header-brand{
  display: flex;
  -webkit-box-align:center;
  align-items: center;
  gap:0.428571428571429em;
}
.l-header-brand__logo img{
 width: 43px;
}
.l-header-brand__label{
  font-size: min(  3.866666666666667vw, 16px  );
  font-family:'Inter', "Noto Sans JP", sans-serif;
  line-height: 0.896551724137931;
  font-weight: 900;
}
.l-header-brand__label .--small{
  font-size:min(  2.133333333333333vw, 10px  );
}
.l-main{
  margin: 0px;
  padding: 0px;
  height: auto;
  position: relative;
}
.l-main img{
  height: auto;
  display: block;
  width: 100%;
}
.l-main h1{
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Dela Gothic One", Helvetica;
  font-weight: 500;
  width: 100%;
  color: #191940;
  font-size: 12vw;
  text-align: center;
  line-height: 1;
  margin: 0;
  text-shadow: 3px 4px 0px #ffffff;
  z-index: 10;
}
.l-main h1 span{
  color: #191940;
  font-size: 6vw;
}
.l-main h1 p{
  font-size: 7.8vw;
  color: #E5181F;
  margin: 5px auto;
}
.l-main h1 .earn-text{
  color: #E5181F;
  font-size: 12vw;
}

/* メニューオーバーレイ */
.menu-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.menu-overlay.active{
  display: block;
}
.menu-content{
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.menu-header{
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 2vw;
  margin: 0;
}
.menu-close{
  background: none;
  border: none;
  font-size: 30px;
  color: #191940;
  cursor: pointer;
  padding: 8px;
  margin-right: 15px;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-nav{
  flex: 1;
  display: flex;
  margin: 50px 0px;
}
.menu-nav ul{
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 400px;
}
.menu-nav li{
  margin-bottom: 15px;
}
.menu-link{
  display: block;
  padding: 12px 16px;
  font-family: "Dela Gothic One", Helvetica;
  font-weight: 400;
  color: #191940;
  font-size: 22px;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s;
}
.menu-link:hover{
  background-color: #f0f0f0;
}
.LP {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.LP .contents-wrapper {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.LP .contents {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  position: relative;
}

.LP .header {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 102px;
}

.LP .mv-SP {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.LP .CV-area {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 100px;
}

.LP .btn-apply-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 0;
  background-image: url(../images/bg-dot.webp);
  background-size: cover;
  background-position: 50% 0%;
  width: 100%;
  height: 100px;
  position: relative;
}

.LP .btn-apply {
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  flex: 0 0 auto;
  box-shadow: 2px 2px 0px #fa1000;
  display: flex;
  width: 345px;
  position: relative;
  margin: auto;
  border-radius: 100px;
  background: linear-gradient(
    360deg,
    rgba(255, 239, 69, 1) 0%,
    rgba(255, 249, 184, 1) 51%,
    rgba(255, 244, 126, 1) 100%
  );
  transition: all 0.2s ease;
  text-decoration: none;
}

.LP .btn-apply:hover {
  box-shadow: none;
  transform: translate(2px, 2px);
}

.LP .text-wrapper {
  position: relative;
  width: 299px;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: #191940;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.40px;
  line-height: 36px;
  left: 10px;
}

.LP .img {
  margin-right: -1.00px;
  position: relative;
  width: 17px;
  height: 12px;
  right: 18px;
}

.LP .section-stable {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  padding: 30px 0 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-image: url(../images/section_support.png);
  background-size: 100% 110%;
  background-position: 50% 0%;
}

.LP .container-stable {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.LP .stable-income {
  position: relative;
  width: 80%;
  object-fit: cover;
}

.LP .list-stable-income {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  padding: 0px 4vw;
}

.LP .div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0px 0px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--background-600);
  border-radius: 20px;
  border: 2px solid;
  border-color: #191940;
  box-shadow: 4px 4px 0px #191940;
}

.LP .commission {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 16px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #e5181f;
  border-radius: 18px;
  outline: 2px solid #191940;
}

.LP .text-wrapper-2 {
  align-self: stretch;
  margin-top: -2.00px;
  font-weight: 800;
  color: var(--text-600);
  font-size: 18px;
  text-align: center;
  line-height: 23.4px;
  position: relative;
  font-family: "M PLUS 1", Helvetica;
  letter-spacing: 0;
}

.LP .group {
  position: relative;
  width: 217px;
  height: 36px;
}

.LP .text-wrapper-3 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 900;
  color: var(--text-500);
  font-size: 29px;
  text-align: center;
  letter-spacing: 0.56px;
  line-height: 36.4px;
  white-space: nowrap;
}

.LP .text-wrapper-4 {
  position: absolute;
  width: 70px;
  top: 1px;
  left: 143px;
  margin-left: 6px;
  font-family: "seitu-variable", Helvetica;
  font-weight: 800;
  color: var(--text-500);
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.68px;
  line-height: 39.8px;
  white-space: nowrap;
}

.LP .img-commission {
  position: relative;
  width: 305px;
  height: 128px;
  object-fit: cover;
}

.LP .p {
  position: relative;
  width: 90%;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 25.6px;
}

.LP .span {
  font-weight: 500;
  color: #191940;
  letter-spacing: 0.05px;
}

.LP .text-wrapper-5 {
  font-weight: 900;
  color: #e5181f;
  letter-spacing: 0.05px;
}

.LP .attracting {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 16px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #e5181f;
  border-radius: 18px;
  outline: 2px solid #191940;
}

.LP .text-wrapper-6 {
  width: fit-content;
  margin-top: -2.00px;
  font-weight: 800;
  color: var(--text-600);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.36px;
  line-height: 23.4px;
  white-space: nowrap;
  position: relative;
  font-family: "M PLUS 1", Helvetica;
}

.LP .text-wrapper-7 {
  font-weight: 900;
  color: var(--text-500);
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.56px;
  line-height: 36.4px;
  position: relative;
  width: fit-content;
  font-family: "M PLUS 1", Helvetica;
  white-space: nowrap;
}

.LP .list-mechanism {
  display: flex;
  flex-direction: column;
  width: 90%;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--line-100);
}

.LP .list-app {
  display: flex;
  flex-direction: column;
  width: 248px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.LP .div-2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.LP .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  text-shadow: 2px 3px 0px #ffffff;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: #191940;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.40px;
  line-height: 26.0px;
  white-space: nowrap;
}

.LP .element {
  position: relative;
  width: fit-content;
  text-shadow: 2px 3px 0px #ffffff;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: transparent;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.36px;
  line-height: 23.4px;
  white-space: nowrap;
}

.LP .text-wrapper-9 {
  color: #191940;
  letter-spacing: 0.06px;
}

.LP .text-wrapper-10 {
  color: #e5181f;
  letter-spacing: 0.06px;
}

.LP .list-icon {
  display: flex;
  width: 248px;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.LP .img-2 {
  position: relative;
  width: 56px;
  height: 56px;
  object-fit: cover;
}

.LP .line {
  align-self: stretch;
  width: 100%;
  height: 1px;
  position: relative;
  background-color: #e5e5e5;
  border: none;
}

.LP .list-ticket {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.LP .text-wrapper-11 {
  position: relative;
  width: fit-content;
  text-shadow: 2px 3px 0px #ffffff;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: #191940;
  font-size: 20px;
  letter-spacing: 0.40px;
  line-height: 24.0px;
  white-space: nowrap;
}

.LP .element-2 {
  width: fit-content;
  text-shadow: 2px 3px 0px #ffffff;
  font-weight: 800;
  color: transparent;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 21.6px;
  position: relative;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
}

.LP .text-wrapper-12 {
  color: #191940;
  font-size: 15px;
  letter-spacing: 0.04px;
  line-height: 18.0px;
}

.LP .text-wrapper-13 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  text-shadow: 2px 3px 0px #ffffff;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: #191940;
  font-size: 20px;
  letter-spacing: 0.40px;
  line-height: 26.0px;
  white-space: nowrap;
}

.LP .element-3 {
  position: relative;
  width: fit-content;
  text-shadow: 2px 3px 0px #ffffff;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: transparent;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 23.4px;
  white-space: nowrap;
}

.LP .list-hotel {
  display: flex;
  height: 46px;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.LP .div-3 {
  position: relative;
  width: 100%;
  text-shadow: 2px 3px 0px #ffffff;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: transparent;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 21.6px;
}

.LP .no-contribution-fee {
  display: flex;
  flex-direction: column;
  width: 90%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
  position: relative;
  background-color: #fad4c3;
  border-radius: 100px;
}

.LP .div-4 {
  position: relative;
  width: fit-content;
  margin-top: -95.00px;
  margin-bottom: -93.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: transparent;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.36px;
  line-height: 23.4px;
  white-space: nowrap;
}

.LP .img-attracting {
  position: relative;
  width: 305px;
  height: 102px;
  object-fit: cover;
}

.LP .cp-area {
  display: flex;
  flex-direction: column;
  width: 336px;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  flex: 0 0 auto;
}

.LP .element-4 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 25.6px;
}

.LP .banner-guarantee-cp {
  position: relative;
  width: 335px;
  height: 150px;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.LP .banner-guarantee-cp:hover {
  opacity: 0.8;
}

.LP .section-reason-for {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  padding: 10px 0 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-image: url(../images/section-reason-for-working.png);
  background-size: 100% 105%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.LP .reason-for {
  position: relative;
  width: 80%;
  object-fit: cover;
}

.LP .list-reason {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  padding: 0px 4vw;
}

.LP .div-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}


.LP .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 40px 20px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--background-600);
  border-radius: 20px;
  border: 2px solid;
  border-color: #191940;
}

.LP .h {
  width: 100%;
  position: relative;
  height: 36px;
}

.LP .text-wrapper-14 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-shadow: 2px 3px 0px #ffffff;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 900;
  color: #e5181f;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.56px;
  line-height: 36.4px;
  white-space: nowrap;
}

.LP .div-6 {
  align-self: stretch;
  font-weight: 400;
  color: transparent;
  font-size: 16px;
  line-height: 25.6px;
  position: relative;
  font-family: "M PLUS 1", Helvetica;
  letter-spacing: 0;
}

.LP .text-wrapper-15 {
  font-weight: 500;
  color: #191940;
}

.LP .text-wrapper-16 {
  font-weight: 800;
  color: #e5181f;
}

.LP .img-contribution {
  position: relative;
  width: 305px;
  height: 223px;
  object-fit: cover;
}

.LP .text-wrapper-17 {
  font-weight: 900;
  color: #e5181f;
}

.LP .reason {
  display: flex;
  width: 262px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0px 0px 2px;
  position: absolute;
  top: -16px;
  background-color: #e5181f;
  border-radius: 100px;
  border: 2px solid;
  border-color: #191940;
}

.LP .text-wrapper-18 {
  width: 40px;
  height: 21px;
  font-weight: 800;
  color: var(--text-600);
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
  position: relative;
  font-family: "M PLUS 1", Helvetica;
  letter-spacing: 0;
}

.LP .text-wrapper-19 {
  position: relative;
  width: 9px;
  height: 27px;
  font-family: "seitu-variable", Helvetica;
  font-weight: 800;
  color: var(--text-600);
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.LP .div-wrapper {
  width: 100%;
  position: relative;
  height: 36px;
}

.LP .img-taxi {
  position: relative;
  width: 305px;
  height: 98px;
  object-fit: cover;
}

.LP .h-2 {
  width: 100%;
  position: relative;
  height: 36px;
}

.LP .text-wrapper-20 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-shadow: 2px 3px 0px #ffffff;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 900;
  color: #e5181f;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36.4px;
  white-space: nowrap;
}

.LP .text-wrapper-21 {
  position: relative;
  align-self: stretch;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 500;
  color: #191940;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.6px;
}

.LP .img-stable-company {
  position: relative;
  width: 285px;
  height: 152px;
}

.LP .div-7 {
  position: relative;
  align-self: stretch;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
}

.LP .section-support {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 30px 0 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-image: url(../images/section-support.png);
  background-size: cover;
  background-position: 50% 0%;
}

.LP .support {
  position: relative;
  width: 80%;
  object-fit: cover;
}

.LP .list-support {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  padding: 0px 4vw;
}

.LP .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 60px 20px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--background-600);
  border-radius: 20px;
  border: 2px solid;
  border-color: #191940;
  box-shadow: 4px 4px 0px #191940;
}

.LP .h-support {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.LP .text-wrapper-22 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 900;
  color: #191940;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.44px;
  line-height: 26.4px;
}

.LP .div-8 {
  position: relative;
  align-self: stretch;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.LP .text-wrapper-23 {
  font-weight: 600;
  color: #191940;
}

.LP .div-9 {
  align-items: flex-start;
  gap: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.LP .frame {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.LP .text-wrapper-24 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 600;
  color: #191940;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.6px;
  white-space: nowrap;
}

.LP .line-2 {
  width: 100%;
  height: 1px;
  position: relative;
  background-color: #e5e5e5;
  border: none;
}

.LP .element-5 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 600;
  color: #191940;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
}

.LP .icon {
  position: absolute;
  width: 86px;
  height: 86px;
  top: -42px;
}

.LP .h-support-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.LP .text-wrapper-25 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 900;
  color: #191940;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 23.1px;
}

.LP .text-wrapper-26 {
  position: relative;
  align-self: stretch;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 600;
  color: #191940;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16.8px;
}

.LP .text-wrapper-27 {
  position: relative;
  align-self: stretch;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 600;
  color: #191940;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.LP .div-10 {
  position: relative;
  width: 283px;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 400;
  color: #191940;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
}

.LP .text-wrapper-28 {
  font-weight: 800;
}

.LP .text-wrapper-29 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19.6px;
}

.LP .icon-support {
  position: absolute;
  width: 82px;
  height: 82px;
  top: -40px;
}

.LP .h-support-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.LP .text-wrapper-30 {
  align-self: stretch;
  margin-top: -1.00px;
  font-weight: 900;
  color: #191940;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 23.1px;
  position: relative;
  font-family: "M PLUS 1", Helvetica;
}

.LP .text-wrapper-31 {
  align-self: stretch;
  font-weight: 600;
  color: #191940;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 16.8px;
  position: relative;
  font-family: "M PLUS 1", Helvetica;
}

.LP .div-11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.LP .text-wrapper-32 {
  position: relative;
  width: 100%;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 600;
  color: #191940;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
}

.LP .icon-2 {
  position: absolute;
  width: 82px;
  height: 82px;
  top: -40px;
}

.LP .h-support-4 {
  display: flex;
  text-align: center;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.LP .div-12 {
  align-items: flex-end;
  gap: 14px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.LP .frame-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 0;
  align-self: stretch;
  width: 100%;
  background-color: #e3e4ec;
  border-radius: 100px;
  position: relative;
  flex: 0 0 auto;
}

.LP .text-wrapper-33 {
  margin-top: -1.00px;
  font-weight: 600;
  color: #191940;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16.8px;
  position: relative;
  width: fit-content;
  font-family: "M PLUS 1", Helvetica;
  white-space: nowrap;
}

.LP .section-movie {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  padding: 40px 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #020578;
}

.LP .movie {
  position: relative;
  width: 70%;
  object-fit: cover;
}

.LP .div-13 {
  align-items: flex-start;
  gap: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.LP .group-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}

.LP .group-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.LP .vector-wrapper {
  position: relative;
  width: 75px;
  height: 55px;
  top: 60px;
  left: 120px;
  background-image: url(../images/vector.svg);
  background-size: 100% 100%;
}

.LP .vector {
  position: absolute;
  width: 19px;
  height: 22px;
  top: 17px;
  left: 30px;
}

.LP .movie-title {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 42px;
  margin-right: -2.00px;
}

.LP .text-wrapper-34 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 500;
  color: var(--text-600);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: underline;
}

.LP .section-experience {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 20px 0 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-image: url(../images/section-experience.png);
  background-size: cover;
  background-position: 50% 0%;
}

.LP .experience {
  position: relative;
  width: 80%;
  object-fit: cover;
}

.LP .list-experience {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  padding: 0px 4vw;
}

.LP .card-voice-staff {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--background-600);
  border-radius: 20px;
  border: 2px solid;
  border-color: #191940;
  box-shadow: 4px 4px 0px #191940;
}

.LP .staff-header {
  width: 100%;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.LP .img-staff {
  position: relative;
  width: 108px;
  height: 108px;
  margin-top: -4.00px;
  margin-bottom: -4.00px;
  margin-left: -4.00px;
}

.LP .staff-name {
  flex-direction: column;
  width: 175px;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  position: relative;
}

.LP .y-t {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: #191940;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 27.3px;
  white-space: nowrap;
}

.LP .text-wrapper-35 {
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: #191940;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 27.3px;
}

.LP .text-wrapper-36 {
  font-size: 16px;
  line-height: 16.8px;
}

.LP .element-6 {
  position: relative;
  width: fit-content;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 500;
  color: #191940;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.LP .comment {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.LP .text-wrapper-37 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: #191940;
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 25.2px;
}

.LP .text-wrapper-38 {
  position: relative;
  align-self: stretch;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 500;
  color: #191940;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 21px;
}

.LP .card-voice-staff-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--background-600);
  border-radius: 20px;
  border: 2px solid;
  border-color: #191940;
  box-shadow: 4px 4px 0px #191940;
}

.LP .text-wrapper-39 {
  font-size: 24px;
  line-height: 25.2px;
}

.LP .section-base {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px 0 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-image: url(../images/section-base.png);
  background-size: cover;
  background-position: 50% 0%;
}

.LP .base {
  position: relative;
  width: 80%;
  object-fit: cover;
}

.LP .text-wrapper-40 {
  position: relative;
  align-self: stretch;
  text-shadow: 2px 3px 0px #ffffff;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 700;
  color: #191940;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 16.8px;
}

.LP .list-sales-office {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 20px;
  padding: 0px 4vw;
}

.LP .title-sales-office {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 6px 4vw;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #191940;
  border-radius: 20px 20px 0px 0px;
}

.LP .name {
  position: relative;
  width: 102px;
  height: 15px;
}

.LP .text-wrapper-41 {
  position: absolute;
  width: 100px;
  top: 0;
  left: 0;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 700;
  color: var(--text-600);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14.7px;
  white-space: nowrap;
}

.LP .line-3 {
  width: 1px;
  height: 28.5px;
  position: relative;
  background-color: #e5e5e5;
  border: none;
}

.LP .adoress {
  position: relative;
  width: 30px;
  height: 15px;
}

.LP .text-wrapper-42 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 700;
  color: var(--text-600);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14.7px;
  white-space: nowrap;
}

.LP .list-sales-office-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 15px 4vw;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--background-600);
  border-radius: 0px 0px 20px 20px;
  border: 2px solid;
  border-color: #191940;
}

.LP .sales-office {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.LP .office-name {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
}

.LP .div-14 {
  display: flex;
  align-items: center;
  text-shadow: 2px 3px 0px #ffffff;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 700;
  color: #191940;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18.9px;
}

.LP .text-wrapper-43 {
  font-family: "M PLUS 1", Helvetica;
  font-weight: 700;
  color: #191940;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18.9px;
}

.LP .text-wrapper-44 {
  font-size: 14px;
  line-height: 14.7px;
}

.LP .line-4 {
  width: 1px;
  height: 26px;
  position: relative;
  background-color: #e5e5e5;
  border: none;
}

.LP .office-address {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.LP .icon-location {
  position: relative;
  width: 13px;
  height: 18.46px;
}

.LP .text-wrapper-45 {
  flex: 1;
  text-shadow: 2px 3px 0px #ffffff;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 500;
  color: #191940;
  text-decoration: none;
}

.LP .text-wrapper-45:hover {
  text-decoration: underline;
}

.LP .line-5 {
  width: 100%;
  height: 1px;
  position: relative;
  background-color: #e5e5e5;
  border: none;
}

.LP .section-recruitment {
  display: flex;
  flex-direction: column;
  width:100%;
  align-items: flex-start;
  gap: 70px;
  padding: 50px 0 60px;
  position: relative;
  flex: 0 0 auto;
  background-image: url(../images/bg-dot.webp);
  background-size: cover;
  background-position: 50% 0%;
}

.LP .recruitment {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.LP .h-recruitment {
  position: relative;
  width: 40%;
  object-fit: cover;
}

.LP .list-recruitment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  padding: 0px 4vw;
}

.LP .title-subject {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #e3e5ec;
  border-radius: 20px 20px 0px 0px;
}

.LP .text-wrapper-46 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: #191940;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18.9px;
  white-space: nowrap;
}

.LP .list-subject {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--background-600);
}

.LP .div-15 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  position: relative;
  flex: 0 0 auto;
}

.LP .text-wrapper-47 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 700;
  color: #191940;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16.8px;
  white-space: nowrap;
}

.LP .div-16 {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.LP .text-wrapper-48 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 700;
  color: #191940;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
  white-space: nowrap;
}

.LP .text-wrapper-49 {
  position: relative;
  width: 100%;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 500;
  color: #191940;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
}

.LP .div-wrapper-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #e3e5ec;
}

.LP .list-working-hours {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--background-600);
}

.LP .working-hours {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 500;
  color: #191940;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
}

.LP .working-hours-2 {
  position: relative;
  align-self: stretch;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 500;
  color: #191940;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 19.6px;
}

.LP .working-hours-option {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -2.00px;
}

.LP .text-wrapper-50 {
  position: relative;
  width: 100%;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 500;
  color: #191940;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
}

.LP .working-hours-note {
  position: relative;
  align-self: stretch;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 500;
  color: #191940;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16.8px;
}

.LP .list-holiday {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--background-600);
}

.LP .div-17 {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 9px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -2.00px;
}

.LP .list-treatment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--background-600);
  border-radius: 0px 0px 20px 20px;
}

.LP .container {
  display: flex;
  gap: 23px;
  align-self: stretch;
  width: 100%;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.LP .consultation {
  position: relative;
  width: 60%;
  object-fit: cover;
}

.LP .container-2 {
  display: inline-flex;
  gap: 14px;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.LP .line-6 {
  position: relative;
  width: 10.88px;
  height: 18.67px;
  background-color: #e5e5e5;
  border: none;
}

.LP .subtitle {
  position: relative;
  width: 100%x;
  height: 20px;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: transparent;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.36px;
  line-height: 18px;
  white-space: nowrap;
}

.LP .text-wrapper-51 {
  color: #ffef45;
  letter-spacing: 0.06px;
}

.LP .text-wrapper-52 {
  color: #ffffff;
  letter-spacing: 0.06px;
}

.LP .section-faq {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 30px;
  padding: 50px 0;
  position: relative;
  flex: 0 0 auto;
  background-color: #f8ecd1;
}

.section-faq > .div-5{
  padding: 0px 4vw;
}
.LP .faq {
  position: relative;
  width: 226px;
  height: 32px;
}

.LP .text-wrapper-53 {
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 2px 3px 0px #ffffff;
  font-family: "Dela Gothic One", Helvetica;
  font-weight: 400;
  color: #191940;
  font-size: 7vw;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.LP .faq-item {
  margin-bottom: 10px;
  width: 100%;
}

.LP .list-faq {
  gap: 3px;
  padding: 16px 2.4vw;
  background-color: var(--background-600);
  border-radius: 10px;
  border: 2px solid;
  border-color: #191940;
  box-shadow: 2px 2px 0px #191940;
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  cursor: pointer;
}

.LP .faq-header:hover {
  background-color: #f0f0f0;
}

.LP .faq-content {
  padding: 16px 2.4vw;
  background-color: var(--background-600);
  border-left: 2px solid #191940;
  border-right: 2px solid #191940;
  border-bottom: 2px solid #191940;
  border-radius: 0 0 10px 10px;
  width: 100%;
  box-sizing: border-box;
}

.LP .faq-header.active + .faq-content {
  border-top: none;
}

.LP .faq-text {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  flex: 0 0 auto;
}

.LP .icon-q {
  display: flex;
  flex-direction: column;
  width: 17px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 0px 0px;
  position: relative;
}

.LP .text-wrapper-54 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Seitu-Bold", Helvetica;
  font-weight: 700;
  color: #e5181f;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
}

.LP .text-wrapper-55 {
  position: relative;
  width: 272px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 700;
  color: #191940;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}

.LP .btn-close {
  position: absolute;
  right: 10px;
  width: 26px;
  height: 26px;
  background-color: #191940;
  border-radius: 13px;
}

.LP .rectangle {
  position: relative;
  width: 10px;
  height: 2px;
  top: 12px;
  left: 8px;
  background-color: var(--text-600);
}

.LP .text-wrapper-56 {
  position: relative;
  align-self: stretch;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 500;
  color: #191940;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21.7px;
}

.LP .text-wrapper-57 {
  width: 272px;
  font-weight: 700;
  color: #191940;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
  position: relative;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
}

.LP .overlap-group {
  position: relative;
  width: 10px;
  height: 10px;
  top: 8px;
  left: 8px;
}

.LP .rectangle-2 {
  position: absolute;
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0;
  background-color: var(--text-600);
}

.LP .rectangle-3 {
  transform: rotate(90.00deg);
  position: absolute;
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0;
  background-color: var(--text-600);
}

.LP .CV-area-wrapper {
  width: 100%;
  height: 100px;
  position: relative;
}

.LP .section-apply {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 50px;
  background-image: url(../images/bg-dot.webp);
  background-size: cover;
  background-position: 50% 0%;
  padding: 30px 0 150px;
  position: relative;
  flex: 0 0 auto;
}

.LP .img-miraito {
  position: relative;
  width: 325px;
  height: 175px;
}

.LP .list-apply {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.LP .text-apply {
  display: flex;
  flex-direction: column;
  width: 320px;
  gap: 16px;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.LP .frame-3 {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.LP .text-wrapper-58 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  text-shadow: 2px 3px 0px #000000;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: var(--text-600);
  font-size: 26px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.LP .text-wrapper-59 {
  position: absolute;
  top: -1px;
  left: -29px;
  transform: rotate(-20.44deg);
  text-shadow: 2px 3px 0px #ffffff;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: var(--text-600);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.64px;
  line-height: 41.6px;
  white-space: nowrap;
}

.LP .text-wrapper-60 {
  position: relative;
  align-self: stretch;
  text-shadow: 2px 3px 0px #000000;
  font-family: "Dela Gothic One", Helvetica;
  font-weight: 400;
  color: var(--text-500);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.LP .frame-wrapper {
  flex-direction: column;
  height: 62px;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 0px;
  box-shadow: 2px 2px 0px #e5181f;
  display: flex;
  width: 345px;
  position: relative;
  border-radius: 100px;
  background: linear-gradient(
    360deg,
    rgba(255, 239, 69, 1) 0%,
    rgba(255, 249, 184, 1) 51%,
    rgba(255, 244, 126, 1) 100%
  );
  transition: all 0.2s ease;
}

.LP .frame-wrapper:hover {
  box-shadow: none;
  transform: translate(2px, 2px);
}

.LP .frame-4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 14px 0px 31px;
  position: relative;
  flex: 0 0 auto;
  transition: all 0.2s ease;
  text-decoration: none;
}

.LP .frame-4:hover {
  transform: translate(2px, 2px);
}

.LP .text-wrapper-61 {
  position: relative;
  width: 283px;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: #191940;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.48px;
  line-height: 36px;
}

.LP .arrow {
  position: relative;
  width: 17px;
  height: 12px;
}

/* 追従ボタン */
.fixed-cv-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  padding: 10px 0px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-cv-button .btn-apply {
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  flex: 0 0 auto;
  box-shadow: 2px 2px 0px #fa1000;
  display: flex;
  width: 345px;
  position: relative;
  margin: auto;
  border-radius: 100px;
  background: linear-gradient(
    360deg,
    rgba(255, 239, 69, 1) 0%,
    rgba(255, 249, 184, 1) 51%,
    rgba(255, 244, 126, 1) 100%
  );
  text-decoration: none;
}

.fixed-cv-button .btn-apply:hover {
  box-shadow: none;
  transform: translate(2px, 2px);
}

.fixed-cv-button .text-wrapper {
  position: relative;
  width: 310px;
  margin-top: -1.00px;
  font-family: "M PLUS 1", Helvetica;
  font-weight: 800;
  color: #191940;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.32px;
  line-height: 25.6px;
}

.fixed-cv-button .img {
  position: relative;
  width: 17px;
  height: 12px;
  margin-right: 20px;
}

/* PC版（768px以上） */
@media (min-width: 768px) {
  .LP {
    background-color: #FF0F00;
    background-image: repeating-linear-gradient(
      90deg,
      #FF0F00 0px,
      #FF0F00 60px,
      #FE5400 60px,
      #FE5400 120px
    );
  }
  
  .menu-overlay.active {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  
  .menu-content {
    width: 680px;
    position: relative;
    left: auto;
    transform: none;
  }
  
  .menu-link {
    font-size: 24px;
  }
  
  .menu-close {
    margin-right: 0;
    font-size: 40px;
  }
  
  .fixed-cv-button {
    left: 0;
    transform: none;
    width: 100%;
  }
  
  .fixed-cv-button .btn-apply {
    width: 520px;
    height: 78px;
    padding: 20px 0;
  }
  
  .fixed-cv-button .text-wrapper {
    font-size: 28px;
    width: 600px;
  }
  
  .l-main h1,.l-main h1 .earn-text{
    font-size: 86px;
  }

  .l-main h1 p{
    font-size:54px;
  }
  .l-main h1 span{
    font-size: 40px;
  }
  
  .LP .contents-wrapper {
    width: 100%;
    max-width: 680px;
    height: auto;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(145, 9, 0, 0.9);
  }
  
  .LP .h-support,.LP .h-support-2,.LP .h-support-3,.LP .h-support-4{
    gap:15px;
  }
  .LP .container-2{
    gap:0px;
  }
  .LP .subtitle{
    font-size: 24px;
    width: 100%;
  }
  .LP .contents {
    width: 100%;
    max-width: 680px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
  .LP .section-stable{
    background-size: 180% 150%;
  }

  .LP .section-reason-for{
    background-size: 180% 140%;
  }
  .LP .section-support{
    background-size: 100% 130%;
  }

  .LP .section-experience{
    background-size: 100% 180%;
  }

  .LP .section-base{
    background-size: 100% 140%;
  }
  
  .LP .btn-apply,.LP .frame-wrapper {
    margin: 20px auto;
    padding: 20px 0;
    width: 520px;
    height: 78px;
  }
  .LP .text-wrapper{
    font-size: 28px;
    width: 600px;
  }

  .LP .text-wrapper-61{
    width: 450px;
    font-size: 30px;
  }
  .LP .btn-apply-wrapper {
    height: 160px;
    padding: 0px;
  }
  .LP .banner-guarantee-cp{
    width: 400px;
    height: auto;
  }

  .LP .cp-area{
    width: 400px;
    height: auto;
  }
  
  .LP .CV-area {
    height: 120px;
  }
  
  .LP .text-wrapper-53 {
    font-size: 44px;
    text-align: center;
    width: 100%;
    position: relative;
    left: 0;
  }
  
  .LP .faq {
    width: 100%;
    text-align: center;
  }
  
  .LP .img-miraito {
    width: 500px;
    height: auto;
  }
  
  .LP .img-contribution {
    width: 400px;
    height: auto;
  }
  
  .LP .promo-container {
    display: flex;
    justify-content: center;
  }
  
  .LP .mv-SP {
    max-width: 1200px;
    width: 100%;
    height: auto;
  }
  
  
  .LP .container-stable {
    max-width: 680px;
    margin: 0 auto;
  }
  
  
  
  .LP .list-reason {
    max-width: 680px;
    margin: 0 auto;
  }
  
  
  .LP .list-support {
    max-width: 680px;
    margin: 0 auto;
  }
  
  
  .LP .list-experience {
    max-width: 680px;
    margin: 0 auto;
  }
  
  
  .LP .list-sales-office {
    max-width: 680px;
    margin: 0 auto;
  }
  
  
  
  .LP .recruitment {
    max-width: 680px;
    margin: 0 auto;
  }
  
  /* font-size調整: 14px → 16px */
  .LP .text-wrapper-29 {
    font-size: 16px;
  }
  
  .LP .text-wrapper-32 {
    font-size: 16px;
  }
  
  .LP .text-wrapper-33 {
    font-size: 16px;
  }
  
  .LP .text-wrapper-38 {
    font-size: 16px;
  }
  
  .LP .text-wrapper-46 {
    font-size: 20px;
  }
  
  .LP .text-wrapper-47 {
    font-size: 16px;
  }
  
  .LP .text-wrapper-44 {
    font-size: 16px;
  }
  
  .LP .text-wrapper-48 {
    font-size: 16px;
  }
  
  .LP .text-wrapper-49 {
    font-size: 16px;
  }
  
  .LP .text-wrapper-50 {
    font-size: 16px;
  }
  
  .LP .text-wrapper-39 {
    font-size: 16px;
  }
  
  .LP .text-wrapper-40 {
    font-size: 16px;
  }
  
  .LP .text-wrapper-41 {
    font-size: 16px;
  }
  
  .LP .text-wrapper-42 {
    font-size: 16px;
  }
  
  .LP .text-wrapper-43 {
    font-size: 16px;
  }
  
  .LP .text-wrapper-45 {
    font-size: 16px;
  }
  
  .LP .text-wrapper-51 {
    font-size: 20px;
  }
  
  .LP .text-wrapper-52 {
    font-size: 20px;
  }
  .LP .text-wrapper-55,.LP .text-wrapper-56,.LP .text-wrapper-57{
    font-size: 18px;
    width: 100%;
    line-height: 1.4;
  }
  .LP .text-wrapper-58{
    font-size: 26px;

  }

  /* font-size調整: 16px → 18px */
  .LP .text-wrapper-35 {
    font-size: 24px;
  }
  
  .LP .text-wrapper-36 {
    font-size: 24px;
  }
  
  .LP .text-wrapper-37 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-17 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-18 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-19 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-20 {
    font-size: 30px;
  }
  
  .LP .text-wrapper-21 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-22 {
    font-size: 28px;
  }
  
  .LP .text-wrapper-23 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-24 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-25 {
    font-size: 28px;
  }
  
  .LP .text-wrapper-26 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-27 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-28 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-30 {
    font-size: 28px;
  }
  
  .LP .text-wrapper-31 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-10 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-11 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-12 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-13 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-14 {
    font-size: 30px;
  }
  
  .LP .text-wrapper-15 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-16 {
    font-size: 18px;
  }
  
  .LP .text-wrapper-34 {
    font-size: 18px;
  }
}
