span {
  font-weight: inherit;
  font-size: inherit;
}

.btn {
  transition: all 0.3s;
  display: block;
  border-radius: 50px;
  font-size: clamp(15px, 1.33vw, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: bold;
  letter-spacing: 0;
}
.btn.bl {
  transition: all 0.3s;
  background: #236DDA;
  color: #fff;
  border: 2px solid #236DDA;
}
.btn.or {
  transition: all 0.3s;
  border: 2px solid #fff;
  background: #fff;
  color: #ED6103;
}
.btn.or svg path {
  fill: #ED6103;
}
.btn-login {
  background: #ED6103;
  color: #fff;
  border: 2px solid #fff;
}
.btn-login img {
  transition: all 0.3s;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(266deg) brightness(104%) contrast(104%);
}
.btn svg {
  right: 0;
  transition: all 0.3s;
  position: relative;
}

.btn:hover svg {
  right: -5px;
}
.btn:hover.bl {
  background: #fff;
  color: #236DDA;
}
.btn:hover.bl svg path {
  fill: #236DDA;
}
.btn:hover.or {
  background: #ED6103;
  color: #fff;
}
.btn:hover.or svg path {
  fill: #fff;
}

.btn-login:hover {
  background: #fff;
  color: #ED6103;
  border-color: #ED6103;
}

.btn-login:hover img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(95%) saturate(2448%) hue-rotate(8deg) brightness(96%) contrast(104%);
}

.ctaFixed {
  transition: 0.2s;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ED6103;
  text-align: center;
  z-index: 10;
}
.ctaFixed .inner {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.625rem, -1.25rem + 3vw, 1rem);
}
.ctaFixed .inner .tx {
  flex: 1;
  color: #fff;
  font-size: clamp(20px, 2vw, 24px);
}
.ctaFixed .inner .line {
  height: 40px;
  width: 1px;
  background: #fff;
}
.ctaFixed .inner .btn {
  height: 40px;
  max-width: 233px;
  width: 90%;
  padding: 5px 10px;
}

@media screen and (max-width: 767px) {
  .ctaFixed .inner {
    padding: 10px;
    gap: 5px;
  }
  .ctaFixed .inner .btn {
    padding: 5px 0;
    font-size: 13px;
    height: 36px;
  }
}
.comTlWrap {
  text-align: center;
}
.comTlWrap .en {
  font-size: clamp(15px, 1.33vw, 16px);
  color: #B3B3B3;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-bottom: 7px;
}
.comTlWrap .tl {
  color: #ED6103;
  font-size: clamp(24px, 2.33vw, 28px);
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .comTlWrap {
    padding-bottom: 32px !important;
  }
  .comTlWrap .en {
    font-size: 14px;
  }
  .comTlWrap .tl {
    font-size: clamp(14px, 5.13vw, 20px);
  }
}
.comBtnWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.comBtnWrap .bl {
  grid-column: 1/3;
}
.comBtnWrap .btn-wide {
  grid-column: 1/3;
}
.comBtnWrap .btn {
  height: 60px;
  font-size: clamp(16px, 1.67vw, 20px);
}
.op_order {
  opacity: 0;
  transition: all 1s;
}

.op_after {
  opacity: 1;
}

.hover_or, .hover_bl {
  transition: all 0.2s;
  color: #000;
}

.hover_or:hover {
  color: #ED6103 !important;
}

.hover_bl:hover {
  color: #236DDA !important;
}

.secFv {
  margin-top: 80px;
  padding: 0 clamp(1.25rem, -5rem + 10vw, 2.5rem);
}
.secFv .wrap {
  padding: 60px clamp(2.5rem, -10rem + 20vw, 5rem) 34px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
}
.secFv .wrap .com {
  position: absolute;
}
.secFv .wrap .com.left_top {
  left: 0;
  top: 0;
}
.secFv .wrap .com.left_bottom {
  left: 0;
  bottom: 0;
}
.secFv .wrap .com.right_top {
  right: 0;
  top: 0;
}
.secFv .wrap .com.right_bottom {
  right: 0;
  bottom: 0;
}
.secFv .wrap .txArea {
  padding-right: 68px;
}
.secFv .wrap .txArea * {
  text-align: center;
}
.secFv .wrap .txArea .btn {
  margin: 0 auto;
  width: 280px;
  height: 68px;
}
.secFv .wrap .txArea .fukidashi img {
  width: 97%;
  height: auto;
}
.secFv .wrap .txArea .tl {
  padding: 20px 0 0px;
}
.secFv .wrap .txArea .tl img {
  width: 100%;
  height: auto;
}
.secFv .wrap .txArea .tx {
  padding-bottom: 16px;
}
.secFv .wrap .txArea .tx img {
  width: 85%;
  height: auto;
}
.secFv .wrap .imgArea .innerWrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.secFv .wrap .imgArea .gif video {
  overflow: hidden;
  border-radius: 20px;
}
.secFv .wrap .imgArea .pc {
  margin-top: -40px;
  text-align: center;
  position: relative;
}
.secFv .wrap .imgArea .pc img {
  margin: 0 auto;
  height: auto;
  width: 54%;
}

@media screen and (min-width: 2000px) {
  .secFv .wrap .imgArea .innerWrap {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .secFv .wrap {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
  }
  .secFv .wrap .txArea {
    padding-right: 0px;
  }
  .secFv .wrap .txArea .tx {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .secFv .wrap .txArea .btn {
    height: 50px;
  }
}
@media screen and (max-width: 900px) {
  .secFv .wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    padding: 50px 20px;
  }
  .secFv .wrap .txArea, .secFv .wrap .imgArea {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .secFv .wrap .com.left_top {
    width: 38px;
    height: 30px;
  }
  .secFv .wrap .com.left_bottom {
    width: 30px;
    height: 38px;
  }
  .secFv .wrap .com.right_top {
    width: 30px;
    height: 38px;
  }
  .secFv .wrap .com.right_bottom {
    width: 40px;
    height: 30px;
  }
  .secFv .wrap .txArea .btn {
    max-width: 250px;
  }
}
.secProblem {
  display: flex;
  gap: 14px;
}
.secProblem .tl {
  text-align: center;
  font-size: clamp(26px, 2.67vw, 32px);
  letter-spacing: 0.04em;
}
.secProblem .comTlWrap {
  padding-bottom: 72px;
}
.secProblem .imgArea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.secProblem .imgArea img {
  max-width: 300px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .secProblem .tl {
    font-size: clamp(14px, 5.13vw, 20px);
  }
}
@media screen and (max-width: 500px) {
  .secProblem .imgArea {
    gap: 10px;
  }
  .secProblem .imgArea .img {
    width: 315px;
  }
}
.triangle-wrapper {
  width: 100%;
  height: 100px;
  position: relative;
}
.triangle-wrapper.triPlan {
  height: 200px;
}
.triangle-wrapper .triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
.triangle-wrapper .triangle.wh {
  border-top: 100px solid #fff;
}
.triangle-wrapper .triangle.or {
  border-bottom: 200px solid #FEF3EB;
}
.triangle-wrapper .q_img {
  z-index: 5;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .triangle-wrapper.triPlan {
    height: 57px;
  }
  .triangle-wrapper .triangle.wh {
    border-top: 57px solid #fff;
  }
  .triangle-wrapper .triangle.or {
    border-bottom: 57px solid #FEF3EB;
  }
  .triangle-wrapper .q_img {
    width: 90px;
    height: 174px;
  }
}
.secRakudeco {
  margin-top: -100px;
  padding: 200px 0 100px;
  background: #F7F6F5;
}
.secRakudeco .comTlWrap {
  padding-bottom: 44px;
}
.secRakudeco .fukidashi {
  background: #ED6103;
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
  border-radius: 10px;
  padding: 18px 40px 10px;
  text-align: center;
  color: #fff;
  font-size: clamp(22px, 2.17vw, 26px);
  line-height: 1;
}
.secRakudeco .fukidashi span {
  line-height: 150%;
  color: inherit;
  font-size: clamp(38px, 3.33vw, 40px);
}
.secRakudeco .txArea {
  margin-top: 10px;
}
.secRakudeco .txArea .tl {
  font-size: clamp(38px, 3.5vw, 42px);
  font-weight: bold;
  text-align: center;
}
.secRakudeco .gridArea {
  margin-top: 40px;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 74px;
  align-items: center;
}
.secRakudeco .gridArea .infoArea .comTlWrap .en {
  text-align: left;
}
.secRakudeco .gridArea .infoArea .comTlWrap .tl {
  text-align: left;
}
.secRakudeco .gridArea .infoArea .comTlWrap + p {
  font-size: clamp(34px, 3vw, 36px);
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.04em;
}
.secRakudeco .gridArea .infoArea .comTlWrap + p span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.secRakudeco .gridArea .imgArea {
  justify-content: center;
  display: grid;
  text-align: center;
  gap: 22px;
  align-items: center;
}
.secRakudeco .gridArea .imgArea div img {
  border-radius: 16px;
}

@media screen and (max-width: 850px) {
  .secRakudeco .gridArea {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .secRakudeco {
    padding: 120px 0 100px;
  }
  .secRakudeco .fukidashi {
    font-size: clamp(16px, 1.67vw, 20px);
    padding: 18px 10px 10px;
    width: 100%;
    max-width: 400px;
  }
  .secRakudeco .fukidashi span {
    font-size: clamp(18px, 7.69vw, 30px);
  }
  .secRakudeco .txArea .tl {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secRakudeco .txArea .sub {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secRakudeco .gridArea {
    gap: 40px;
  }
  .secRakudeco .gridArea .infoArea .comTlWrap + p {
    font-size: clamp(14px, 6.15vw, 24px);
  }
}
.slider {
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100vw;
  overflow: hidden;
  display: flex;
}
.slider .scroll-container {
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.slider .scroll-container .scroll-content {
  display: flex;
  animation: scroll 60s linear infinite;
}
.slider .scroll-container .scroll-content .item {
  margin: 0 4px;
  flex: 0 0 auto;
  width: 25vw;
  height: auto;
}
.slider:before {
  content: "";
  height: 50%;
  width: 100%;
  display: block;
  position: absolute;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 1000px) {
  .slider {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .slider .scroll-container .scroll-content {
    animation: scroll 30s linear infinite;
  }
  .slider .scroll-container .scroll-content .item {
    width: 70vw;
    margin: 0 8px;
  }
}
.secPointDeco {
  padding: 140px 0 190px;
}
.secPointDeco .comTlWrap {
  margin-bottom: 50px;
}
.secPointDeco .comTlWrap * {
  text-align: left;
}
.secPointDeco .wrap {
  margin-top: 38px;
}
.secPointDeco .wrap .txArea {
  position: relative;
  max-width: 850px;
  width: 100%;
}
.secPointDeco .wrap .txArea p {
  font-size: clamp(26px, 2.67vw, 32px);
}

@media screen and (min-width: 768px) {
  .secPointDeco .wrap .txArea .img {
    position: absolute;
    right: 0%;
    bottom: -130px;
  }
}
@media screen and (max-width: 767px) {
  .secPointDeco {
    padding: 70px 0;
  }
  .secPointDeco .comTlWrap {
    margin-bottom: 25px;
  }
  .secPointDeco .wrap .txArea p {
    font-size: clamp(20px, 2vw, 24px);
  }
  .secPointDeco .wrap .txArea .img {
    position: relative;
    text-align: right;
  }
  .secPointDeco .wrap .txArea .img img {
    width: 70%;
  }
}
.secImpression {
  background: #FEF3EB;
}
.secImpression .comTlWrap {
  padding-bottom: 72px;
}
.secImpression .tl {
  font-size: clamp(26px, 2.67vw, 32px);
  text-align: center;
}
.secImpression .innerWrap {
  padding-top: 100px;
  margin: 0 auto;
}
.secImpression .innerWrap .topWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: clamp(0.625rem, -4.063rem + 7.5vw, 1.563rem);
}
.secImpression .innerWrap .topWrap .controller {
  text-align: center;
  cursor: pointer;
  width: 100%;
  background: #F7F6F5;
  border-radius: 10px 10px 0 0;
  padding-top: 16px;
  transition: all 0.3s;
}
.secImpression .innerWrap .topWrap .controller .sub {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.secImpression .innerWrap .topWrap .controller h3 {
  color: #ED6103;
  font-weight: bold;
  font-size: clamp(15px, 1.5vw, 18px);
  letter-spacing: 0;
}
.secImpression .innerWrap .topWrap .controller .tri {
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px auto 5px;
}
.secImpression .innerWrap .topWrap .controller:hover {
  background: #ED6103;
}
.secImpression .innerWrap .topWrap .controller:hover .tri {
  display: block;
}
.secImpression .innerWrap .topWrap .controller:hover * {
  color: #fff !important;
}
.secImpression .innerWrap .topWrap .tri {
  text-align: center;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 9px solid #fff;
  border-bottom: 0;
}
.secImpression .innerWrap .topWrap .active {
  background: #ED6103;
}
.secImpression .innerWrap .topWrap .active .tri {
  display: block;
}
.secImpression .innerWrap .topWrap .active * {
  color: #fff !important;
}
.secImpression .innerWrap .bottomWrap {
  background: #ED6103;
}
.secImpression .innerWrap .bottomWrap .active {
  display: none;
}
.secImpression .innerWrap .bottomWrap .content {
  padding: 50px;
}
.secImpression .innerWrap .bottomWrap .content .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .secImpression .innerWrap {
    max-width: 1180px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .secImpression .tl {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secImpression .tl2 {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secImpression .innerWrap {
    padding-top: 25px;
  }
  .secImpression .innerWrap .topWrap {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 6px;
  }
  .secImpression .innerWrap .topWrap .controller {
    border-radius: 10px;
  }
  .secImpression .innerWrap .topWrap .controller .tri {
    margin: 5px auto 7px;
  }
  .secImpression .innerWrap .bottomWrap .content {
    padding: 45px 0;
  }
  .secImpression .innerWrap .bottomWrap .content .swiper-pagination-clickable .swiper-pagination-bullet {
    background: #fff;
    width: 12px;
    height: 12px;
  }
  .secImpression .innerWrap .bottomWrap .content .swiper-horizontal > .swiper-pagination-bullets, .secImpression .innerWrap .bottomWrap .content .swiper-pagination-bullets.swiper-pagination-horizontal, .secImpression .innerWrap .bottomWrap .content .swiper-pagination-custom, .secImpression .innerWrap .bottomWrap .content .swiper-pagination-fraction {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.secNew {
  background: #FEF3EB;
}
.secNew .innerWrap {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.secNew .innerWrap .gridArea {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 38px;
  align-items: center;
}
.secNew .innerWrap .gridArea .txArea {
  padding-left: clamp(1.875rem, -10rem + 19vw, 4.25rem);
}
.secNew .innerWrap .gridArea .txArea .comTlWrap {
  text-align: left;
}
.secNew .innerWrap .gridArea .txArea p {
  padding-top: 30px;
  font-size: clamp(26px, 2.67vw, 32px);
  font-weight: bold;
}
.secNew .innerWrap .gridArea .imgArea {
  background: #ED6103;
  padding: 30px clamp(1.875rem, -4.375rem + 10vw, 3.125rem) clamp(1.875rem, -4.375rem + 10vw, 3.125rem);
  border-radius: 20px;
}

@media screen and (max-width: 900px) {
  .secNew .innerWrap .gridArea {
    grid-template-columns: 1fr;
  }
  .secNew .innerWrap .gridArea .txArea {
    padding-left: initial;
  }
}
@media screen and (max-width: 767px) {
  .secNew .innerWrap .gridArea .txArea p {
    padding-top: 0;
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secNew .innerWrap .gridArea .imgArea {
    padding: 20px 20px 30px;
  }
}
.secCta {
  background: linear-gradient(-45deg, #FF6600 0%, #F44F00 53%, #EB3B00 100%);
  padding: 40px 0;
  position: relative;
}
.secCta .com {
  position: absolute;
}
.secCta .com.img1 {
  left: 40px;
  top: 40px;
}
.secCta .com.img2 {
  left: 40px;
  bottom: 40px;
}
.secCta .com.img3 {
  right: 40px;
  top: 40px;
}
.secCta .com.img4 {
  right: 40px;
  bottom: 40px;
}
.secCta .wrap {
  display: grid;
  grid-template-columns: 1.6fr 1.4fr;
  gap: clamp(1.875rem, -5.875rem + 16.17vw, 6.25rem);
  padding: 60px 0;
  align-items: center;
}
.secCta .wrap .infoArea {
  max-width: 510px;
  margin: 0 auto;
  width: 100%;
}
.secCta .wrap .infoArea .tx {
  text-align: center;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.secCta .wrap .infoArea .tx span {
  letter-spacing: 0.04em;
  font-size: clamp(38px, 3.33vw, 40px);
}

@media screen and (max-width: 1000px) {
  .secCta .wrap {
    grid-template-columns: 1fr max-content;
  }
}
@media screen and (max-width: 767px) {
  .secCta {
    padding: 16px 0;
  }
  .secCta .com.img1 {
    left: 16px;
    top: 16px;
  }
  .secCta .com.img2 {
    left: 16px;
    bottom: 16px;
  }
  .secCta .com.img3 {
    right: 16px;
    top: 16px;
  }
  .secCta .com.img4 {
    right: 16px;
    bottom: 16px;
  }
  .secCta .wrap {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 0;
  }
  .secCta .wrap .comBtnWrap .btn svg {
    display: none;
  }
  .secCta .wrap .imgArea {
    text-align: center;
  }
  .secCta .wrap .imgArea img {
    max-width: 200px;
    height: auto;
  }
  .secCta .wrap .infoArea .tx {
    font-size: clamp(14px, 5.64vw, 22px);
  }
  .secCta .wrap .infoArea .tx span {
    font-size: clamp(18px, 7.69vw, 30px);
  }
  .secCta .wrap .comBtnWrap a img {
    display: none;
  }
}
.secPoint {
  padding: 70px 0 300px;
}
.secPoint .txTl {
  margin-top: 40px;
  text-align: center;
  color: #ED6103;
  font-size: clamp(38px, 3.5vw, 42px);
  font-weight: bold;
}
.secPoint article {
  background: #F7F6F5;
  border-radius: 11px;
  max-width: 680px;
  width: 90%;
  margin: 70px auto 0;
}
.secPoint article .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
  align-items: center;
  padding: 24px;
}
.secPoint article .wrap .txArea .tx {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
  padding-bottom: 17px;
  line-height: 130%;
}
.secPoint article .wrap .txArea .ano {
  font-weight: bold;
  font-size: clamp(14px, 1.25vw, 15px);
}
.secPoint article .wrap .imgArea img {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .secPoint {
    padding: 70px 0 290px;
  }
  .secPoint .txTl {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secPoint article {
    margin: 30px auto 0;
  }
  .secPoint article .wrap {
    padding: 30px 25px;
    grid-template-columns: 1fr;
  }
  .secPoint article .wrap .txArea {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .secPoint article .wrap .txArea .tx {
    text-align: center;
  }
}
.secPlan {
  background: #FEF3EB;
  position: relative;
}
.secPlan .commonWidth {
  position: relative;
  top: -90px;
}
.secPlan .p_img {
  top: -270px;
  z-index: 5;
  position: absolute;
}
.secPlan .topTx * {
  text-align: center;
}
.secPlan .topTx .tl {
  color: #ED6103;
  font-size: clamp(20px, 2vw, 24px);
  padding-top: 60px;
  padding-bottom: 10px;
}
.secPlan .topTx .sub {
  font-size: clamp(15px, 1.33vw, 16px);
}
.secPlan .planWrap {
  background: #ED6103;
  border-radius: 20px;
  padding: 40px 0;
  margin: 48px 0 32px;
}
.secPlan .planWrap .innerWrap {
  max-width: 520px;
  margin: 0 auto;
  width: 90%;
}
.secPlan .planWrap .innerWrap .top p {
  text-align: center;
  color: #fff;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
}
.secPlan .planWrap .innerWrap .top p span {
  font-size: clamp(38px, 3.5vw, 42px);
}
.secPlan .planWrap .innerWrap .line {
  width: 100%;
  height: 1px;
  background: #fff;
}
.secPlan .planWrap .innerWrap .bottom {
  padding-top: 14px;
}
.secPlan .planWrap .innerWrap .bottom * {
  color: #fff;
}
.secPlan .planWrap .innerWrap .bottom .tl {
  font-size: clamp(15px, 1.33vw, 16px);
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-bottom: 24px;
}
.secPlan .planWrap .innerWrap .btn {
  width: 90%;
  max-width: 250px;
  margin: 24px auto 0;
  height: 40px;
}
.secPlan .planArea {
  display: grid;
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.secPlan .planArea .content {
  width: 310px;
  min-height: 410px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  padding: 42px 25px;
}
.secPlan .planArea .content .imgArea {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.secPlan .planArea .content .btn {
  max-width: 250px;
  border: 1px solid #ED6103;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .secPlan {
    padding-bottom: 70px;
  }
  .secPlan .commonWidth {
    position: relative;
    top: 0px;
  }
  .secPlan .topTx .tl {
    padding-top: 0px;
  }
  .secPlan .p_img {
    top: -310px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 208px;
    height: auto;
  }
  .secPlan .planWrap {
    width: 100%;
    max-width: 400px;
    align-items: center;
    padding: 24px 0;
    margin: 24px auto;
  }
  .secPlan .planWrap .innerWrap .bottom {
    padding-top: 0;
  }
  .secPlan .planWrap .innerWrap .bottom .tl {
    padding-bottom: 0;
  }
  .secPlan .planWrap .innerWrap .bottom .img {
    text-align: center;
    margin-top: 27px;
  }
  .secPlan .planArea .content {
    width: 100%;
    max-width: 400px;
    align-items: center;
  }
  .secPlan .planArea .content .btn {
    width: 100%;
  }
}
.secReason .wrap {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.secReason .wrap img {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .secReason .wrap {
    margin-top: 0px;
    gap: 22px;
  }
}
.secFaq {
  display: block;
}
.secFaq .comTlWrap {
  padding-bottom: 60px;
}
.secFaq .headUl .headLi {
  border-top: 1px solid #B3B3B3;
  background: #fff;
  text-align: left;
  display: grid;
  align-items: center;
  padding: 28px 24px;
}
.secFaq .headUl .headLi:last-of-type {
  border-bottom: 1px solid #B3B3B3;
}
.secFaq .headUl .headLi .actitle {
  align-items: baseline;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  padding: 0;
  gap: 8px;
  cursor: pointer;
}
.secFaq .headUl .headLi .actitle .tx {
  font-weight: bold;
  font-size: clamp(16px, 1.67vw, 20px);
  color: #ED6103;
  border-left: 1px solid #ED6103;
  padding-left: 8px;
  padding-right: 15px;
}
.secFaq .headUl .headLi .actitle .en {
  font-weight: bold;
  color: #ED6103;
  font-size: clamp(24px, 2.33vw, 28px);
}
.secFaq .headUl .headLi .faq_innerUl {
  display: none;
}
.secFaq .headUl .headLi .faq_innerUl .wrap {
  padding-top: 20px;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: bold;
}
.secFaq .headUl .headLi.faq_accordion {
  position: relative;
}
.secFaq .headUl .headLi.faq_accordion::before {
  content: "";
  transition: all 0.3s ease;
  opacity: 1;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 38px;
  right: 2%;
  background-image: url(../image/faq_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.secFaq .headUl .headLi.faq_accordion.active::before {
  content: "";
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .secFaq .headUl .headLi {
    padding: 10px;
  }
  .secFaq .headUl .headLi.faq_accordion::before {
    top: 20px;
  }
  .secFaq .headUl .headLi .faq_innerUl .wrap {
    padding-top: 10px;
  }
}
.secProblem {
  padding: 100px 0 130px;
}

.secImpression {
  padding: 70px 0 100px;
}

.secNew {
  padding-bottom: 116px;
}

.secReason {
  padding: 80px 0 120px;
}

.secFaq {
  padding: 120px 0 140px;
}

@media screen and (max-width: 767px) {
  .secProblem {
    padding: 70px 0 130px;
  }
  .secImpression {
    padding: 70px 0;
  }
  .secNew {
    padding-bottom: 70px;
  }
  .secReason {
    padding: 50px 0 80px;
  }
  .secFaq {
    padding: 60px 0 100px;
  }
}

/* Footer Styles */
.footer {
  background-color: #f8f9fa;
  padding: 40px 0;
  border-top: 1px solid #e9ecef;
}

.footerLinks {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  align-items: center;
}

.footerLink {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.3s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.footerLink:hover {
  color: #ED6103;
  border-bottom-color: #ED6103;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
  
  .footerLinks {
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
  }
  
  .footerLink {
    font-size: 13px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .footerLinks {
    gap: 20px;
  }
  
  .footerLink {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */