@charset "UTF-8";
.lp {
  background: transparent url(../images/lp/bg.png) center center/100px 100px repeat;
}
.lp .fadein {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.lp .fadein.looked {
  opacity: 1;
}
.lp .fadeinb-t, .lp .fadeinb-t-child {
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.lp .fadeinb-t.looked, .lp .fadeinb-t-child.looked {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.lp .fadeinl-r {
  translate: none;
  rotate: none;
  scale: none;
  -webkit-transform: translate(-32px, 0px);
  transform: translate(-32px, 0px);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.lp .fadeinl-r.looked {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}
.lp .fadeinr-l {
  translate: none;
  rotate: none;
  scale: none;
  -webkit-transform: translate(32px, 0px);
  transform: translate(32px, 0px);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.lp .fadeinr-l.looked {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}
.lp .fadeinscale {
  translate: none;
  rotate: none;
  scale: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lp .fadeinscale.looked {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.lp .sec-mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.lp .sec-mv .inner {
  padding: 0 15px;
}
.lp .sec-mv .inner .ttl-sub {
  background-color: #cd3920;
  color: #ffffff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 4px;
  padding: 0.3em 0.5em;
}
.lp .sec-mv .inner .ttl-mv {
  margin-top: 35px;
  margin-bottom: 90px;
}
.lp .sec-mv .inner .ttl-mv span {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d467b;
  display: block;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
}
.lp .sec-mv .inner .ttl-mv span.txt-s {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.lp .sec-mv .inner .ttl-mv span.txt-l {
  font-size: 5.2rem;
  line-height: 1.36;
}
.lp .sec-mv .inner .ttl-mv span.txt-l .red {
  color: #cd3920;
  display: inline-block;
}
.lp .sec-mv .inner .link-data {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0d467b url(../images/lp/icon_arr-w.svg) right 22px center/6px auto no-repeat;
  -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 320px;
}
.lp .sec-mv .inner .link-data:hover {
  opacity: 0.6;
}
.lp .sec-mv .inner .link-data span {
  line-height: 1;
}
.lp .sec-mv .inner .link-data span.txt-l {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
}
.lp .sec-mv .inner .link-data span.txt-s {
  font-size: 1.2rem;
}
.lp .sec-mv figure {
  width: 54.17%;
}
.lp .sec-mv figure img {
  width: 100%;
}
.lp .sec-set {
  padding: 40px 0;
  background-color: #0d467b;
}
.lp .sec-set .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.lp .sec-set .inner .ttl-set {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.lp .sec-set .inner .list-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.lp .sec-set .inner .list-set .item-set {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ddd868;
  -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  color: #1a1a1a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
}
.lp .sec-set .inner .list-set .item-set .txt-set {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.45;
  text-align: center;
  font-weight: 700;
}
.lp .sec-set .inner .list-set .item-set .txt-set .red {
  color: #cd3920;
}
.lp .sec-catch {
  padding: 152px 0 157px;
}
.lp .sec-catch .inner {
  position: relative;
}
.lp .sec-catch .img-sq {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.lp .sec-catch .img-sq.sq1 {
  right: -32px;
  top: -73px;
}
.lp .sec-catch .img-sq.sq2 {
  bottom: -61px;
  left: 146px;
}
.lp .sec-catch .ttl-catch {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d467b;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.44;
  margin-bottom: 43px;
}
.lp .sec-catch .txt-catch {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 57px;
}
.lp .sec-catch .txt-catch .red {
  color: #cd3920;
}
.lp .sec-catch figure img {
  width: 100%;
}
.lp .sec-catch figure figcaption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 25px;
  text-align: right;
}
.lp .sec-plan {
  padding: 76px 0 160px;
  background-color: #ffffff;
}
.lp .sec-plan .bg {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 187%;
  z-index: 0;
}
.lp .sec-plan .img-sq {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.lp .sec-plan .img-sq.sq1 {
  left: -89px;
  top: -9px;
}
.lp .sec-plan .inner {
  position: relative;
}
.lp .sec-plan .box-ttl {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.lp .sec-plan .box-ttl .ttl-plan {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d467b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.14;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.lp .sec-plan .box-ttl .ttl-plan span:last-child {
  text-indent: 1.2em;
}
.lp .sec-plan .box-ttl .elem .ttl-sub {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d467b;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 38px;
}
.lp .sec-plan .box-ttl .elem .txt-plan {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.lp .sec-plan .box-list {
  background-color: #0d467b;
  -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  padding: 1px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lp .sec-plan .list-plan {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px;
  width: 100%;
}
.lp .sec-plan .list-plan .item-plan {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.lp .sec-plan .list-plan .item-plan:nth-child(1), .lp .sec-plan .list-plan .item-plan:nth-child(2), .lp .sec-plan .list-plan .item-plan:nth-child(3) {
  border-bottom: 1px solid #0d467b;
  padding: 0 0 45px;
}
.lp .sec-plan .list-plan .item-plan:nth-child(4), .lp .sec-plan .list-plan .item-plan:nth-child(5), .lp .sec-plan .list-plan .item-plan:nth-child(6) {
  padding: 45px 0 0;
}
.lp .sec-plan .list-plan .item-plan:nth-child(1), .lp .sec-plan .list-plan .item-plan:nth-child(2), .lp .sec-plan .list-plan .item-plan:nth-child(4), .lp .sec-plan .list-plan .item-plan:nth-child(5) {
  border-right: 1px solid #0d467b;
}
.lp .sec-plan .list-plan .item-plan.last {
  padding: 65px 0 0 15px;
}
.lp .sec-plan .list-plan .item-plan figure {
  height: 160px;
}
.lp .sec-plan .list-plan .item-plan .ttl-item {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ddd868));
  background: linear-gradient(transparent 60%, #ddd868 60%);
  color: #0d467b;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 45px;
  padding: 0 0.1em 0.2em;
}
.lp .sec-plan .list-plan .item-plan .txt-plan {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
.lp .sec-plan .list-plan .item-plan .txt-data {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d467b;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 15px;
}
.lp .sec-plan .list-plan .item-plan .link-data {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/lp/icon_arr-w.svg) right 20px center/6px auto no-repeat, url(../images/lp/icon_data.svg) left 20px center/24px auto no-repeat;
  background-color: #0d467b;
  -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  gap: 5px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 272px;
}
.lp .sec-plan .list-plan .item-plan .link-data:hover {
  opacity: 0.6;
}
.lp .sec-flow {
  padding: 157px 0 152px;
}
.lp .sec-flow .inner {
  position: relative;
}
.lp .sec-flow .img-sq {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.lp .sec-flow .img-sq.sq1 {
  right: -89px;
  top: 32px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.lp .sec-flow .img-sq.sq2 {
  right: 143px;
  top: -65px;
}
.lp .sec-flow .ttl-flow {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d467b;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 48px;
}
.lp .sec-flow .txt-flow {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 66px;
}
.lp .sec-flow .list-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 82px;
}
.lp .sec-flow .list-flow .item-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}
.lp .sec-flow .list-flow .item-flow figure {
  width: 300px;
}
.lp .sec-flow .list-flow .item-flow .elem {
  border: 1px solid #0d467b;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 10px 10px 10px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lp .sec-flow .list-flow .item-flow .elem .num {
  height: 70px;
  left: -15px;
  position: absolute;
  top: 50%;
  width: 70px;
}
.lp .sec-flow .list-flow .item-flow .elem .num p {
  position: relative;
  width: 100%;
  height: 100%;
}
.lp .sec-flow .list-flow .item-flow .elem .num p::before {
  background-color: #0d467b;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 50px;
  z-index: 0;
}
.lp .sec-flow .list-flow .item-flow .elem .num p span {
  font-family: "Asul", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 2.6rem;
  left: 0;
  letter-spacing: 0.025em;
  line-height: 1;
  position: relative;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lp .sec-flow .list-flow .item-flow .elem .ttl-item {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 20px;
  color: #0d467b;
  font-weight: 700;
}
.lp .sec-flow .list-flow .item-flow .elem .txt-item {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.lp .sec-flow .box-catch {
  text-align: center;
}
.lp .sec-flow .box-catch .txt-catch {
  background-color: #0d467b;
  color: #ffffff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 22px;
  padding: 0.3em 0.5em;
}
.lp .sec-flow .box-catch .ttl-btm {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d467b;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.44;
}
.lp .sec-load {
  padding: 154px 0 160px;
  background-color: #ffffff;
}
.lp .sec-load .bg {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 120px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 187%;
  z-index: 0;
}
.lp .sec-load .inner {
  position: relative;
}
.lp .sec-load .img-sq {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.lp .sec-load .img-sq.sq1 {
  left: -89px;
  top: -9px;
}
.lp .sec-load .box-ttl {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 112px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.lp .sec-load .box-ttl .ttl-load {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d467b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.14;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.lp .sec-load .box-ttl .ttl-load span:last-child {
  text-indent: 2.4em;
}
.lp .sec-load .box-ttl .elem .ttl-sub {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d467b;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 38px;
}
.lp .sec-load .box-ttl .elem .txt-load {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.lp .sec-load .list-load {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 25px;
}
.lp .sec-load .list-load .item-load {
  border: 1px solid #0d467b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 35px;
  position: relative;
  width: calc(((100% - (35px * (2 - 1))) / 2));
}
.lp .sec-load .list-load .item-load .ttl-item {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d467b;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.41;
  margin-bottom: 25px;
}
.lp .sec-load .list-load .item-load .txt-item {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.71;
}
.lp .sec-load .list-load .item-load .num {
  font-family: "Asul", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #0d467b;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  height: 60px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 12px 12px 0 0;
  position: absolute;
  right: -1px;
  text-align: right;
  top: -1px;
  width: 60px;
}
.lp .sec-know {
  padding: 143px 0 160px;
}
.lp .sec-know .bg {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 120px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 187%;
  z-index: 0;
}
.lp .sec-know .inner {
  position: relative;
}
.lp .sec-know .img-sq {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.lp .sec-know .img-sq.sq1 {
  right: -89px;
  top: -90px;
}
.lp .sec-know .box-ttl {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 235px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.lp .sec-know .box-ttl .ttl-know {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d467b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.14;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.lp .sec-know .box-ttl .ttl-know span:last-child {
  text-indent: 1.2em;
}
.lp .sec-know .box-ttl .elem .ttl-sub {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d467b;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 38px;
}
.lp .sec-know .box-ttl .elem .txt-know {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.lp .sec-know .box-know {
  position: relative;
}
.lp .sec-know .box-know.reverse {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 60px;
  margin-top: 66px;
}
.lp .sec-know .box-know.reverse figure {
  left: 0;
  position: relative;
}
.lp .sec-know .box-know figure {
  min-height: 320px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 36.89%;
}
.lp .sec-know .box-know figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.lp .sec-know .box-know .elem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lp .sec-know .box-know .elem .ttl-elem {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.38;
  color: #0d467b;
  font-weight: 700;
}
.lp .sec-know .box-know .elem .list-elem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.lp .sec-know .box-know .elem .list-elem .item-elem {
  background: transparent url(../images/lp/icon_check.svg) left center/18px auto no-repeat;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.35;
  padding-left: 30px;
  position: relative;
}
.lp .sec-know .box-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lp .sec-know .box-btn .txt-btn {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
.lp .sec-know .box-btn .link-data {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/lp/icon_arr-w.svg) right 20px center/6px auto no-repeat, url(../images/lp/icon_data.svg) left 20px center/24px auto no-repeat;
  background-color: #0d467b;
  -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 600;
  gap: 5px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.37;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 320px;
}
.lp .sec-know .box-btn .link-data:hover {
  opacity: 0.6;
}
.lp .sec-faq {
  background-color: #ffffff;
  padding: 170px 0 157px;
}
.lp .sec-faq .bg {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 45%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 187%;
  z-index: 0;
}
.lp .sec-faq .inner {
  position: relative;
}
.lp .sec-faq .img-sq {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.lp .sec-faq .img-sq.sq1 {
  right: 144px;
  top: -66px;
}
.lp .sec-faq .img-sq.sq2 {
  right: -64px;
  top: 33px;
}
.lp .sec-faq .ttl-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 42px;
  margin-bottom: 60px;
}
.lp .sec-faq .ttl-faq span {
  line-height: 1;
}
.lp .sec-faq .ttl-faq span.en {
  font-family: "Asul", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.lp .sec-faq .ttl-faq span.ja {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.4rem;
  font-weight: 700;
  color: #0d467b;
  letter-spacing: 0.05em;
}
.lp .sec-faq .list-faq {
  border-top: 1px solid #0d467b;
}
.lp .sec-faq .list-faq .item-faq {
  padding: 30px 0 45px;
  border-bottom: 1px solid #0d467b;
}
.lp .sec-faq .list-faq .item-faq .ttl-item {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  padding-right: 105px;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.lp .sec-faq .list-faq .item-faq .ttl-item::after {
  background: url(../images/lp/icon_acc.svg) center center/20px auto no-repeat;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 47px;
  top: 41px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  width: 20px;
}
.lp .sec-faq .list-faq .item-faq .ttl-item:hover {
  opacity: 0.6;
}
.lp .sec-faq .list-faq .item-faq .ttl-item.is-open::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lp .sec-faq .list-faq .item-faq .ttl-item span {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d467b;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.38;
  padding-top: 15px;
}
.lp .sec-faq .list-faq .item-faq .elem-acc {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  padding: 35px 0 0;
}
.lp .sec-faq .list-faq .item-faq .elem-acc.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.lp .sec-faq .list-faq .item-faq .elem-acc.aic .txt-a {
  padding-top: 0;
}
.lp .sec-faq .list-faq .item-faq .elem-acc .txt-a {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-top: 5px;
}
.lp .sec-about {
  padding: 160px 0 162px;
}
.lp .sec-about .inner, .lp .sec-about .bg-border {
  position: relative;
}
.lp .sec-about .inner {
  background-color: #ffffff;
}
.lp .sec-about .inner::before, .lp .sec-about .inner::after {
  background-color: #0d467b;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: calc(100% + 100px);
}
.lp .sec-about .inner::before {
  top: 0;
  left: -50px;
}
.lp .sec-about .inner::after {
  bottom: 0;
  left: -50px;
}
.lp .sec-about .bg-border {
  padding: 60px 40px 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lp .sec-about .bg-border::before, .lp .sec-about .bg-border::after {
  background-color: #0d467b;
  content: "";
  display: block;
  height: calc(100% + 100px);
  position: absolute;
  top: -50px;
  width: 1px;
}
.lp .sec-about .bg-border::before {
  left: 0;
}
.lp .sec-about .bg-border::after {
  right: 0;
}
.lp .sec-about .bg-border .ttl-about {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d467b;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 63px;
  text-align: center;
}
.lp .sec-about .bg-border .box-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lp .sec-about .bg-border .box-about .elem .ttl-elem {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d467b;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.lp .sec-about .bg-border .box-about .elem .txt-add {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 43px;
}
.lp .sec-about .bg-border .box-about .elem .txt-route {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 30px;
  padding-top: 35px;
  position: relative;
}
.lp .sec-about .bg-border .box-about .elem .txt-route::before {
  border-top: 1px dashed #0d467b;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  width: 75%;
}
.lp .sec-about .bg-border .box-about .elem .list-route {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}
.lp .sec-about .bg-border .box-about .elem .list-route .item-route {
  padding-left: 26px;
  background: url(../images/lp/icon_pin.svg) center left/17px auto no-repeat;
  height: 24px;
}
.lp .sec-about .bg-border .box-about .elem .list-route .item-route a {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #0d467b;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 6px;
  padding-right: 30px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.lp .sec-about .bg-border .box-about .elem .list-route .item-route a:hover {
  border-bottom: 1px solid transparent;
  opacity: 0.6;
}
.lp .sec-about .bg-border .box-about .map {
  width: 480px;
}
.lp .sec-about .bg-border .box-about .map iframe {
  height: 450px;
  width: 100%;
}
.lp .sec-gree {
  padding: 0 0 163px;
}
.lp .sec-gree .inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 55px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 100%;
}
.lp .sec-gree .inner .ttl-gree {
  font-family: "Shippori Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0d467b;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.38;
  line-height: 1.52;
  margin-bottom: 60px;
}
.lp .sec-gree .inner .ttl-gree .txt-s {
  color: #1a1a1a;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 45px;
}
.lp .sec-gree .inner .txt-gree {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.lp .sec-gree .inner .elem-img {
  width: 50.76%;
}
.lp .sec-gree .inner .elem-img .elem-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
}
.lp .sec-gree .inner .elem-img .elem-t img:first-child {
  width: 43.06%;
}
.lp .sec-gree .inner .elem-img .elem-t img:last-child {
  width: 54.04%;
}
.lp .sec-gree .inner .elem-img .elem-b {
  width: 100%;
}
.lp .sec-gree .inner .elem-img .elem-b img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .lp .sec-mv {
    padding: 80px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lp .sec-mv .inner .ttl-mv {
    margin-top: 15px;
    margin-bottom: 60px;
  }
  .lp .sec-mv .inner .ttl-mv span.txt-s {
    font-size: 2.3rem;
  }
  .lp .sec-mv .inner .ttl-mv span.txt-l {
    font-size: 3.8rem;
  }
  .lp .sec-mv figure {
    height: 240px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .lp .sec-set {
    padding: 30px 15px;
  }
  .lp .sec-set .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
  .lp .sec-set .inner .ttl-set {
    font-size: 2.4rem;
  }
  .lp .sec-set .inner .list-set {
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .lp .sec-set .inner .list-set .item-set {
    width: 110px;
    height: 80px;
  }
  .lp .sec-set .inner .list-set .item-set .txt-set {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .lp .sec-catch {
    padding: 40px 15px 60px;
  }
  .lp .sec-catch .img-sq.sq1 {
    right: -10px;
    top: -20px;
    width: 45px;
  }
  .lp .sec-catch .img-sq.sq2 {
    bottom: -30px;
    left: -10px;
    width: 22px;
  }
  .lp .sec-catch .ttl-catch {
    font-size: 2.6rem;
    letter-spacing: 0;
    line-height: 1.35;
    margin-bottom: 20px;
  }
  .lp .sec-catch .txt-catch {
    margin-bottom: 30px;
  }
  .lp .sec-catch figure figcaption {
    text-align: left;
    line-height: 1.35;
    margin-top: 15px;
  }
  .lp .sec-plan {
    padding: 40px 15px 60px;
  }
  .lp .sec-plan .img-sq.sq1 {
    left: auto;
    right: -10px;
    top: -20px;
    width: 45px;
  }
  .lp .sec-plan .box-ttl {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
  .lp .sec-plan .box-ttl .ttl-plan {
    font-size: 3.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .lp .sec-plan .box-ttl .ttl-plan span:last-child {
    text-indent: 0;
  }
  .lp .sec-plan .box-ttl .elem .ttl-sub {
    font-size: 2.6rem;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .lp .sec-plan .list-plan {
    padding: 0 15px;
  }
  .lp .sec-plan .list-plan .item-plan {
    width: 100%;
    border-bottom: 1px solid #0d467b;
    padding: 30px 0 !important;
  }
  .lp .sec-plan .list-plan .item-plan:nth-child(1), .lp .sec-plan .list-plan .item-plan:nth-child(2), .lp .sec-plan .list-plan .item-plan:nth-child(4), .lp .sec-plan .list-plan .item-plan:nth-child(5) {
    border-right: none;
  }
  .lp .sec-plan .list-plan .item-plan.last {
    border: none;
  }
  .lp .sec-plan .list-plan .item-plan figure {
    height: auto;
  }
  .lp .sec-plan .list-plan .item-plan .ttl-item {
    margin-bottom: 20px;
  }
  .lp .sec-flow {
    padding: 40px 15px 60px;
  }
  .lp .sec-flow .img-sq.sq1 {
    right: -10px;
    top: 20px;
    width: 45px;
  }
  .lp .sec-flow .img-sq.sq2 {
    right: 100px;
    top: -35px;
    width: 22px;
  }
  .lp .sec-flow .ttl-flow {
    font-size: 3.8rem;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
  }
  .lp .sec-flow .txt-flow {
    margin-bottom: 40px;
  }
  .lp .sec-flow .list-flow {
    margin-bottom: 30px;
  }
  .lp .sec-flow .list-flow .item-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lp .sec-flow .list-flow .item-flow figure {
    width: 100%;
  }
  .lp .sec-flow .list-flow .item-flow figure img {
    width: 100%;
  }
  .lp .sec-flow .list-flow .item-flow .elem {
    padding: 10px;
  }
  .lp .sec-flow .list-flow .item-flow .elem .num {
    height: 45px;
    left: 50%;
    top: -40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 45px;
  }
  .lp .sec-flow .list-flow .item-flow .elem .num p::before {
    height: 35px;
    left: 5px;
    top: 5px;
    -webkit-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
    width: 35px;
  }
  .lp .sec-flow .list-flow .item-flow .elem .num p span {
    left: 11px;
    top: 12px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .lp .sec-flow .list-flow .item-flow .elem .ttl-item {
    margin-bottom: 15px;
  }
  .lp .sec-flow .list-flow .item-flow .elem .txt-item {
    line-height: 1.35;
    letter-spacing: 0.05em;
  }
  .lp .sec-flow .box-catch .txt-catch {
    font-size: 1.9rem;
    line-height: 1.45;
    letter-spacing: 0;
  }
  .lp .sec-flow .box-catch .ttl-btm {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
  .lp .sec-load {
    padding: 40px 15px 60px;
  }
  .lp .sec-load .img-sq.sq1 {
    left: auto;
    right: -10px;
    top: -20px;
    width: 45px;
  }
  .lp .sec-load .box-ttl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
    position: relative;
  }
  .lp .sec-load .box-ttl .ttl-load {
    font-size: 3.8rem;
    letter-spacing: 0.1em;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lp .sec-load .box-ttl .ttl-load span:last-child {
    text-indent: 0;
  }
  .lp .sec-load .box-ttl .elem .ttl-sub {
    font-size: 2.6rem;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .lp .sec-load .list-load {
    gap: 30px;
  }
  .lp .sec-load .list-load .item-load {
    width: 100%;
    padding: 30px 10px;
  }
  .lp .sec-load .list-load .item-load .ttl-item {
    margin-bottom: 15px;
  }
  .lp .sec-know {
    padding: 40px 15px 60px;
  }
  .lp .sec-know .box-ttl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
    position: relative;
  }
  .lp .sec-know .box-ttl .ttl-know {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 3.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .lp .sec-know .box-ttl .ttl-know span:last-child {
    text-indent: 0;
  }
  .lp .sec-know .box-ttl .elem .ttl-sub {
    font-size: 2.6rem;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .lp .sec-know .box-know {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .lp .sec-know .box-know.reverse {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .lp .sec-know .box-know figure {
    min-height: auto;
    position: relative;
    width: 100%;
  }
  .lp .sec-know .box-know .elem {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    height: auto;
  }
  .lp .sec-know .box-know .elem .ttl-elem {
    font-size: 2.3rem;
    letter-spacing: 0;
    line-height: 1.35;
  }
  .lp .sec-know .box-btn {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .lp .sec-know .box-btn .link-data {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
    padding-left: 60px;
  }
  .lp .sec-faq {
    padding: 40px 15px 60px;
  }
  .lp .sec-faq .img-sq.sq1 {
    right: 100px;
    top: -15px;
    width: 22px;
  }
  .lp .sec-faq .img-sq.sq2 {
    right: -10px;
    top: 25px;
    width: 22px;
  }
  .lp .sec-faq .ttl-faq {
    gap: 20px;
    margin-bottom: 40px;
  }
  .lp .sec-faq .list-faq .item-faq {
    padding: 20px 0 30px;
  }
  .lp .sec-faq .list-faq .item-faq .ttl-item {
    padding-right: 35px;
    gap: 15px;
  }
  .lp .sec-faq .list-faq .item-faq .ttl-item::after {
    right: 10px;
    top: 15px;
  }
  .lp .sec-faq .list-faq .item-faq .ttl-item .icon-q {
    width: 40px;
  }
  .lp .sec-faq .list-faq .item-faq .ttl-item span {
    font-size: 2rem;
    letter-spacing: 0;
    padding-top: 8px;
  }
  .lp .sec-faq .list-faq .item-faq .elem-acc {
    gap: 15px;
    padding: 20px 0 0;
  }
  .lp .sec-faq .list-faq .item-faq .elem-acc .icon-a {
    width: 40px;
  }
  .lp .sec-about {
    padding: 40px 15px 60px;
  }
  .lp .sec-about .inner::before, .lp .sec-about .inner::after {
    width: calc(100% + 20px);
  }
  .lp .sec-about .inner::before {
    left: -10px;
  }
  .lp .sec-about .inner::after {
    left: -10px;
  }
  .lp .sec-about .bg-border {
    padding: 15px;
  }
  .lp .sec-about .bg-border::before, .lp .sec-about .bg-border::after {
    height: calc(100% + 20px);
    top: -10px;
  }
  .lp .sec-about .bg-border .ttl-about {
    font-size: 3rem;
    margin-bottom: 30px;
    letter-spacing: 0;
  }
  .lp .sec-about .bg-border .box-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .lp .sec-about .bg-border .box-about .elem {
    width: 100%;
  }
  .lp .sec-about .bg-border .box-about .elem .ttl-elem {
    margin-bottom: 20px;
  }
  .lp .sec-about .bg-border .box-about .elem .txt-add {
    margin-bottom: 30px;
  }
  .lp .sec-about .bg-border .box-about .elem .txt-route {
    padding-top: 30px;
  }
  .lp .sec-about .bg-border .box-about .map {
    width: 100%;
  }
  .lp .sec-about .bg-border .box-about .map iframe {
    height: 300px;
  }
  .lp .sec-gree {
    padding: 40px 15px 80px;
  }
  .lp .sec-gree .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .lp .sec-gree .inner .ttl-gree {
    margin-bottom: 30px;
  }
  .lp .sec-gree .inner .ttl-gree .txt-s {
    margin-bottom: 20px;
  }
  .lp .sec-gree .inner .elem-img {
    width: 100%;
  }
}