@charset "UTF-8";
@font-face {
  font-family: "Line";
  src: url("/wp-content/themes/biz.terasel/assets/dist/fonts/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Line";
  src: url("/wp-content/themes/biz.terasel/assets/dist/fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Line";
  src: url("/wp-content/themes/biz.terasel/assets/dist/fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Line";
  src: url("/wp-content/themes/biz.terasel/assets/dist/fonts/LINESeedJP_OTF_Th.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
html {
  margin: 0 !important;
}

body {
  font-weight: normal;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

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

.u_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u_sp {
    display: block;
  }
}
.u_sp .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.u_sp .menubtn {
  width: 22px;
  height: 14px;
  position: relative;
}
.u_sp .menubtn.open .border2 {
  display: none;
}
.u_sp .menubtn.open .border1 {
  top: 7px;
  transform: rotate(405deg);
}
.u_sp .menubtn.open .border3 {
  bottom: 6px;
  transform: rotate(-405deg);
}
.u_sp .border {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #242424;
  transition: all .5s ease;
}
.u_sp .border.border1 {
  top: -1px;
  left: 0;
}
.u_sp .border.border2 {
  top: 6px;
  left: 0;
}
.u_sp .border.border3 {
  bottom: 0;
  left: 0;
}

.spmenus {
  position: fixed;
  top: 59px;
  right: 100%;
  width: 100vw;
  background: #F3F3F3;
  transition: all .5s ease;
  padding: 25px 0 40px;
  height: calc(100vh - 59px);
}
.spmenus.open {
  right: 0;
}
.spmenus li {
  border-bottom: 1px solid #E5E5E5;
}
.spmenus li a {
  font-weight: bold;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 15px 10px;
  line-height: 1.5;
}
.spmenus li a:hover {
  color: #252a34;
}
.spmenus .sp-btns {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
.spmenus .sp-btns a {
  padding: 16px 40px;
  border-radius: 999px;
  display: flex;
  width: 100%;
  color: #fff;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}
.spmenus .sp-btns a .icon {
  padding: 0 0 0 25px;
  position: relative;
}
.spmenus .sp-btns a .icon:before {
  content: url(../../../img/lp/mail.svg);
  position: absolute;
  top: 8px;
  left: 0;
}
.spmenus .sp-btns a svg {
  margin: 0 5px 0 0;
  transform: translateY(1px);
}
.spmenus .sp-btns a.telnum {
  padding: 5px 40px;
  display: flex;
  flex-direction: column;
  pointer-events: all !important;
}
.spmenus .sp-btns a:hover {
  transform: translateY(4px);
  box-shadow: none !important;
}
.spmenus .sp-btns a .arrow {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 46%;
  right: 30px;
}
.spmenus-scrollwrap {
  width: 100%;
  height: calc(100vh - 84px);
  overflow-y: scroll;
  padding: 0 4.6875vw 25px;
}

.sp-telbtn-txt2 {
  font-size: 15px;
  position: relative;
  display: flex;
  align-items: center;
}

.sp-teltxt {
  margin: 10px 0 0;
  line-height: 1.5;
  font-size: 14px;
  color: #767B86;
  text-align: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 100px;
  z-index: 100000;
  background: #fff;
}
@media screen and (max-width: 768px) {
  header {
    padding: 12px 4.6875vw;
  }
}
header .inner {
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header .inner {
    width: auto;
  }
}
header .row1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .row1 .right {
  display: flex;
}
header .row1 .right-item {
  text-align: center;
}
header .row1 .right-item .teltxt {
  font-size: 12px;
  line-height: 1.5;
}
header .row1 .right-item .telnum {
  margin: 4px 0;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  padding: 0 0 0 20px;
  position: relative;
}
header .row1 .right-item .telnum:before {
  width: 16px;
  height: 16px;
  background: url(../../../img/lp/tel-icon.svg);
  background-size: cover;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
}
header .row1 .right-item .teltxt2 {
  font-size: 10px;
  color: #767B86;
  line-height: 1.5;
}
header .row1 .right-btns {
  margin: 0 0 0 40px;
  display: flex;
  gap: 0 10px;
  align-items: center;
}
header .row1 .right-btns a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 999px;
  color: #fff;
  font-weight: bold;
}
header .row1 .right-btns a svg {
  margin: 0 5px 0 0;
  transform: translateY(1px);
}
header .row1 .right-btns a:hover {
  transform: translateY(4px);
  box-shadow: none !important;
}
header .row1 .right-btns a span {
  line-height: 1.5;
}
header .row1 .right-btns a .icon {
  padding: 0 0 0 25px;
  position: relative;
}
header .row1 .right-btns a .icon:before {
  content: url(../../../img/lp/mail.svg);
  position: absolute;
  top: 6px;
  left: 0;
}
header .row1 .right-btns .arrow {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform-origin: center center;
  position: absolute;
  top: 52%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
header .menus {
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
}
header .menus li {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
}
header .menus li:not(:first-of-type) {
  border-left: 1px solid #D5D5D5;
}
header .menus li a {
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 10px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  text-align: center;
}
header .menus li a:hover {
  color: #252a34;
  opacity: 0.7;
}

.lp {
  color: #252A34;
  padding: 180px 0 0;
}
@media screen and (max-width: 768px) {
  .lp {
    display: block;
    padding: 80px 0 0;
  }
}

.mvslider {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mvslider {
    padding-bottom: 60px;
  }
}

.mv-slider {
  width: 1160px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .mv-slider {
    width: 100%;
  }
}
.mv-slider .slide {
  overflow: hidden;
  border-radius: 30px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv-slider .slide {
    margin: 0 4.6875vw;
    border-radius: 20px;
  }
  .mv-slider .slide img {
    width: 100%;
  }
}
.mv-slider .slick-next {
  width: 60px;
  height: 60px;
  background: url(../../../img/lp/next.svg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv-slider .slick-next {
    width: 30px;
    height: 30px;
    right: 2vw;
  }
  .mv-slider .slick-next:before {
    content: "";
  }
}
.mv-slider .slick-next:before {
  display: none;
}
.mv-slider .slick-prev {
  width: 60px;
  height: 60px;
  background: url(../../../img/lp/prev.svg);
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv-slider .slick-prev {
    width: 30px;
    height: 30px;
    left: 2vw;
    content: "";
  }
  .mv-slider .slick-prev:before {
    content: "";
  }
}
.mv-slider .slick-prev:before {
  display: none;
}
.mv-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
  bottom: -42px;
}
@media screen and (max-width: 768px) {
  .mv-slider .slick-dots {
    bottom: -31px;
  }
}
.mv-slider .slick-dots li {
  margin: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D5D5D5;
}
.mv-slider .slick-dots li.slick-active {
  background: #106EC0;
}
.mv-slider .slick-dots li button:before {
  display: none;
}

.mv {
  padding: 0 0 90px;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 50px;
  }
}
.mv img {
  width: 100%;
}
.mv-pcimg {
  display: block;
}
@media screen and (max-width: 768px) {
  .mv-pcimg {
    display: none !important;
  }
}
.mv-spimg {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mv-spimg {
    display: block !important;
  }
}

.sec-about-maintitle {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .sec-about-maintitle {
    margin: 0 0 30px;
  }
}
.sec-about-inner {
  width: 1160px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec-about-inner {
    width: 100%;
    padding: 40px 4.6875vw;
  }
}
.sec-about h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sec-about h2 {
    font-size: 30px;
    padding: 0 0 10px;
  }
}
.sec-about h2:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
.sec-about h2:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}
.sec-about h2 + .about-flex {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .sec-about h2 + .about-flex {
    margin: 30px 0 0;
  }
}
.sec-about h2 + .about-word {
  margin: 50px 0 0;
}
.sec-about p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sec-about p {
    font-size: 14px;
    margin: 15px 0 0;
  }
}
.sec-about .catch {
  margin: 35px 0 0;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec-about .catch {
    margin: 20px 0 0;
  }
}
.sec-about .catch p {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec-about .catch p {
    font-size: 22px;
  }
}
.sec-about .catch span {
  display: inline;
  background: linear-gradient(to top, #F5BC41 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%);
}
.sec-about .flex {
  display: flex;
  gap: 0 40px;
}
.sec-about .flex._pt2 .catch {
  text-align: left;
}
.sec-about .flex._pt2 .catch span {
  background: linear-gradient(to top, #F5BC41 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%);
}
.sec-about .flex._pt2 .imgbox {
  width: 460px;
  position: relative;
  margin: 0 0 -240px;
}
@media screen and (max-width: 768px) {
  .sec-about .flex._pt2 .imgbox {
    margin: 20px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
.sec-about .flex._pt2 .imgbox img {
  width: 350px;
  height: 240px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .sec-about .flex._pt2 .imgbox img {
    position: relative;
  }
}
.sec-about .flex._pt2 .imgbox img.img1 {
  position: relative;
  margin: 150px 0 0 0;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .sec-about .flex._pt2 .imgbox img.img1 {
    aspect-ratio: 23/16;
    top: 0;
    width: 70%;
    height: 40vw;
    object-fit: cover;
    margin: -15vw 0 0 0;
    z-index: 1;
  }
}
.sec-about .flex._pt2 .imgbox img.img2 {
  transform: translate(110px, -390px);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .sec-about .flex._pt2 .imgbox img.img2 {
    aspect-ratio: 23/16;
    transform: translate(0, 0);
    width: 70%;
    height: 40vw;
    object-fit: cover;
    position: relative;
    top: 0;
    right: 0;
    margin: 0 0 0 30%;
  }
}
.sec-about .flex._pt2 .txtbox {
  width: calc(100% - 500px);
}
@media screen and (max-width: 768px) {
  .sec-about .flex._pt2 .txtbox {
    width: 100%;
  }
}
.sec-about .flex .imgbox {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .sec-about .flex .imgbox {
    width: 100%;
  }
  .sec-about .flex .imgbox img {
    aspect-ratio: 23/16;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
  }
}
.sec-about .flex .txtbox {
  width: calc(100% - 390px);
}
@media screen and (max-width: 768px) {
  .sec-about .flex .txtbox {
    width: 100%;
  }
}
.sec-about .flex .txtbox h2 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec-about .flex .txtbox h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.sec-about .flex .txtbox h2:before {
  left: 15px;
}
@media screen and (max-width: 768px) {
  .sec-about .flex .txtbox h2:before {
    left: calc(50% - 15px);
  }
}
.sec-about .flex .txtbox h2:after {
  left: 45px;
}
@media screen and (max-width: 768px) {
  .sec-about .flex .txtbox h2:after {
    left: calc(50% + 15px);
  }
}
.sec-about .flex.flex2 .catch {
  text-align: left;
}
.sec-about .flex.flex2 .imgbox {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .sec-about .flex.flex2 .imgbox {
    aspect-ratio: 23/16;
    object-fit: cover;
    margin: 20px 0 0;
    width: 100%;
  }
}
.sec-about .flex.flex2 .imgbox img {
  border-radius: 10px;
}
.sec-about .flex.flex2 .txtbox {
  width: calc(100% - 320px);
}
@media screen and (max-width: 768px) {
  .sec-about .flex.flex2 .txtbox {
    width: 100%;
  }
}
.sec-about .row + .row {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .sec-about .row + .row {
    margin: 40px 0 0;
  }
}
.sec-about .row:nth-child(odd) .row-flex {
  flex-direction: row;
}
.sec-about .row-flex {
  flex-direction: row-reverse;
  display: flex;
  gap: 0 32px;
}
.sec-about .row-img {
  width: 360px;
  height: 240px;
}
.sec-about .row-img img {
  width: 360px;
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
}
.sec-about .row-txt {
  width: calc(100% - 392px);
}
@media screen and (max-width: 768px) {
  .sec-about .row-txt {
    width: 100%;
  }
  .sec-about .row-txt img {
    margin: 15px 0 0;
    width: 100%;
    aspect-ratio: 23/16;
    object-fit: cover;
    display: inline-block;
    border-radius: 10px;
  }
}
.sec-about .row-txt h2 {
  position: relative;
  padding: 0 0 0 65px;
  text-align: left;
  line-height: 1.2;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .sec-about .row-txt h2 {
    font-size: 22px;
    padding: 0 0 0 50px;
  }
}
.sec-about .row-txt h2:before, .sec-about .row-txt h2:after {
  display: none;
}
.sec-about .row-txt h2 span {
  color: #106EC0;
  font-size: 40px;
  position: absolute;
  top: -6px;
  left: 0;
  font-family: 'Line',serif;
}
@media screen and (max-width: 768px) {
  .sec-about .row-txt h2 span {
    font-size: 30px;
    top: -4px;
  }
}
.sec-about .about-flex {
  display: flex;
  gap: 55px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec-about .about-flex {
    flex-direction: column;
  }
}
.sec-about .about-flex-item {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .sec-about .about-flex-item {
    width: 100%;
  }
  .sec-about .about-flex-item:not(:first-of-type) {
    margin: 30px 0 0;
  }
}
.sec-about .about-flex-img {
  position: relative;
}
.sec-about .about-flex-img img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 23/16;
  object-fit: cover;
}
.sec-about .about-flex-img span {
  font-family: 'Line',serif;
  background: #106EC0;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 0;
  border-radius: 10px 0 10px 0;
  padding: 10px 8px;
  font-weight: 700;
}
.sec-about .about-flex-txt {
  margin: 20px 0 0;
}
.sec-about .about-flex-txt h2 {
  font-size: 18px;
  padding-bottom: 0;
  line-height: 1.6;
}
.sec-about .about-flex-txt h2:before, .sec-about .about-flex-txt h2:after {
  display: none;
}
.sec-about .about-word h2 {
  font-size: 26px;
  text-align: left;
  position: relative;
  padding: 0 0 0 55px;
}
@media screen and (max-width: 768px) {
  .sec-about .about-word h2 {
    font-size: 24px;
  }
}
.sec-about .about-word h2:before, .sec-about .about-word h2:after {
  display: none;
}
.sec-about .about-word h2:not(:first-of-type) {
  margin: 40px 0 0;
}
.sec-about .about-word h2 span {
  font-family: 'Line',serif;
  font-size: 30px;
  color: #106EC0;
  font-weight: bold;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec-about .about-word h2 span {
    top: -3px;
  }
}

.cv {
  background: #000;
}
.cv-inner {
  width: 100%;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .cv-inner {
    padding: 20px 4.6875vw;
  }
}
.cv-inner h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .cv-inner h2 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: bold;
  }
}
.cv-inner h2 > span {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  font-weight: 700;
}
.cv-inner h2 > span .border1 {
  content: "";
  width: 3px;
  height: 30px;
  background: #fff;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 47%;
  left: 37px;
}
.cv-inner h2 > span .border2 {
  content: "";
  width: 3px;
  height: 30px;
  background: #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 47%;
  right: 37px;
}
.cv-box {
  width: 990px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .cv-box {
    width: 100%;
    padding: 24px 16px;
  }
}
.cv-box p {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .cv-box p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.cv-box p.cv-box-lead {
  margin-bottom: 20px;
}
.cv-btn {
  text-align: center;
}
.cv-btn._none a span {
  padding: 0;
}
.cv-btn._none a span:before {
  display: none;
}
.cv-btn a {
  display: inline-flex;
  background: #EC8639;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 50px;
  border-radius: 999px;
  box-shadow: 0px 7px 0px 0px #985925;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cv-btn a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.cv-btn a:hover {
  transform: translateY(7px);
  box-shadow: none !important;
}
.cv-btn a svg {
  margin: 0 5px 0 0;
  transform: translateY(1px);
}
.cv-btn a .arrow {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}
.cv-btn a span {
  display: inline-block;
  position: relative;
}
.cv-btns {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .cv-btns {
    flex-wrap: wrap;
  }
}
.cv-btns a {
  display: inline-flex;
  background: #EC8639;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 50px;
  border-radius: 999px;
  box-shadow: 0px 7px 0px 0px #985925;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cv-btns a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cv-btns a:not(:first-of-type) {
    margin: 20px 0 0;
  }
}
.cv-btns a:first-of-type {
  background: #106EC0;
  box-shadow: 0px 7px 0px 0px #0f59b3;
}
.cv-btns a:hover {
  transform: translateY(7px);
  box-shadow: none !important;
}
.cv-btns a svg {
  margin: 0 5px 0 0;
  transform: translateY(1px);
}
.cv-btns a .arrow {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}
.cv-btns a._none span {
  padding: 0;
}
.cv-btns a._none span:before {
  display: none;
}
.cv-btns a span {
  display: inline-block;
  position: relative;
}
.cv .tel-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cv .tel-flex {
    flex-direction: column-reverse;
  }
  .cv .tel-flex .u_sp {
    width: 100%;
  }
}
.cv .tel-flex-item {
  padding: 0 100px 0 0;
  border-right: 1px dashed #767B86;
}
@media screen and (max-width: 768px) {
  .cv .tel-flex-item {
    border-right: none;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.cv .tel-flex-item p {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cv .tel-flex-item p {
    margin: 0;
  }
}
.cv .tel-flex-item p:not(:first-of-type) {
  font-size: 14px;
}
.cv .tel-flex-item a {
  color: #252A34;
  padding: 0 0 0 30px;
  position: relative;
  font-size: 29px;
  font-weight: bold;
}
.cv .tel-flex-item a:before {
  content: url(../../../img/lp/tel-icon.svg);
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .cv .tel-flex-item a {
    pointer-events: all;
    width: 100%;
    margin: 20px 0 0;
    padding: 10px 0;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #106EC0;
    color: #fff;
    box-shadow: 0px 7px 0px 0px #0F59B3;
  }
  .cv .tel-flex-item a:before {
    display: none;
  }
  .cv .tel-flex-item a:hover {
    transform: translateY(7px);
    box-shadow: none !important;
  }
  .cv .tel-flex-item a > span {
    font-size: 15px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .cv .tel-flex-item a > span svg {
    margin: 0 5px 0 0;
  }
  .cv .tel-flex-item a .arrow {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform-origin: center center;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(45deg);
  }
}
.cv .tel-flex-ttl {
  text-align: right;
  font-size: 20px;
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  .cv .tel-flex-ttl {
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
}
.cv .tel-flex-ttl span {
  font-size: 17px;
}
.cv .tel-flex-txt {
  margin-bottom: 0;
  margin-top: 10px;
  color: #767B86;
}
@media screen and (max-width: 768px) {
  .cv .tel-flex-txt {
    font-size: 14px;
  }
}
.cv .tel-flex .telbtn {
  margin: 0 0 0 60px;
  display: inline-flex;
  background: #EC8639;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 50px;
  border-radius: 999px;
  box-shadow: 0px 7px 0px 0px #985925;
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cv .tel-flex .telbtn {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cv .tel-flex .telbtn svg {
  margin: 0 5px 0 0;
  transform: translateY(1px);
}
.cv .tel-flex .telbtn:hover {
  transform: translateY(7px);
  box-shadow: none !important;
}
.cv .tel-flex .telbtn._none span {
  padding: 0;
}
.cv .tel-flex .telbtn._none span:before {
  display: none;
}
.cv .tel-flex .telbtn .arrow {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}
.cv .tel-flex .telbtn span {
  display: inline-block;
}

.table {
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tablewrap {
    width: 1000px;
    padding: 0 4.6875vw 10px;
  }
}
.table-outer {
  padding: 50px 0;
}
.table h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .table h2 {
    font-size: 30px;
    margin-bottom: 30px;
    padding: 0 0 10px;
  }
}
.table h2:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
.table h2:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}
.table h2 + .tablewrap {
  margin: 50px 0 0;
}
.table-inner {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .table-inner.scroll {
    width: 100%;
    overflow: scroll;
    border-radius: 0;
    position: relative;
  }
  .table-inner.scroll:before {
    content: "";
    width: 150px;
    height: 100px;
    background: url(../../../img/lp/scroll-icon.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
  }
  .table-inner.scroll.none:before {
    display: none;
  }
}
.table h2 + .row-wrap {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .table h2 + .row-wrap {
    margin: 30px 0 0;
  }
}
.table .row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .table .row {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .table .row._pt2 {
    display: flex;
    flex-direction: initial;
  }
  .table .row._pt2 .row-desc:first-of-type {
    border-radius: 0 0 0 10px !important;
  }
  .table .row._pt2:last-of-type .row-desc {
    border-radius: 0 0 10px 0 !important;
  }
}
.table .row._pt2 .row-desc:first-child {
  border-right: none;
}
.table .row._pt2:last-child .row-desc:first-child {
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .table .row._pt2:last-child .row-desc:first-child {
    border-radius: 0 0 0 10px !important;
  }
}
.table .row:first-child .row-title {
  border-bottom: 1px solid #fff;
  border-radius: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .table .row:first-child .row-title {
    border-radius: 10px 10px 0 0;
  }
}
.table .row:first-child .row-desc {
  border-radius: 0 20px 0 0;
  border: 1px solid #D2D2D2;
}
@media screen and (max-width: 768px) {
  .table .row:first-child .row-desc {
    border-radius: 0;
  }
}
.table .row:not(:first-child) .row-title {
  border-bottom: 1px solid #fff;
}
.table .row:not(:first-child) .row-desc {
  border: 1px solid #D2D2D2;
  border-top: none;
}
.table .row:last-child .row-title {
  border-bottom: none;
}
.table .row:last-child .row-desc {
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .table .row:last-child .row-desc {
    border-radius: 0 0 10px 10px;
  }
}
.table .row-title {
  width: 300px;
  padding: 28px 20px;
  color: #fff;
  font-weight: 900;
  background: #0F59B3;
  line-height: 1.7;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .table .row-title {
    width: 100%;
    font-size: 14px;
    padding: 15px;
    text-align: center;
    justify-content: center;
    font-weight: bold;
  }
}
.table .row-desc {
  border-left: none;
  width: calc(100% - 300px);
  padding: 28px 20px;
  font-size: 16px;
  line-height: 1.7;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .table .row-desc {
    font-size: 14px;
    width: 100%;
    padding: 15px;
  }
}
.table .titlebox {
  display: flex;
  justify-content: space-between;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .table .titlebox {
    border-radius: 10px 10px 0 0;
  }
}
.table .titlebox-item {
  width: calc(50% - 0.5px);
  padding: 28px 14px;
  background: #0F59B3;
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .table .titlebox-item {
    padding: 16px 14px;
    text-align: center;
    font-size: 14px;
  }
  .table .titlebox-item:first-of-type {
    border-radius: 10px 0 0 0;
  }
  .table .titlebox-item:last-of-type {
    border-radius: 0 10px 0 0;
  }
}
.table .tablewrap._pt2 .titlebox .titlebox-item {
  padding: 28px 25px;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .table .tablewrap._pt2 .titlebox .titlebox-item {
    padding: 15px;
  }
}
.table .tablewrap._pt2 .titlebox .titlebox-item:first-child {
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .table .tablewrap._pt2 .titlebox .titlebox-item:first-child {
    border-radius: 10px 0 0 0;
  }
}
.table .tablewrap._pt2 .titlebox .titlebox-item:not(:first-child) {
  border-left: 1px solid #fff;
  background: #1A99E8;
}
.table .tablewrap._pt2 .titlebox .titlebox-item:last-child {
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .table .tablewrap._pt2 .titlebox .titlebox-item:last-child {
    border-radius: 0 10px 0 0;
  }
}
.table .tablewrap._pt2 .row._pt3:not(:last-child) .row-desc:not(:first-child) {
  border-radius: 0;
  border-left: none;
}
.table .tablewrap._pt2 .row._pt3:not(:last-child) .row-desc:not(:first-child):first-child {
  border-right: none;
}
.table .tablewrap._pt2 .row._pt3:last-child .row-desc:first-child {
  border-radius: 0 0 0 20px;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .table .tablewrap._pt2 .row._pt3:last-child .row-desc:first-child {
    border-radius: 0 0 0 10px;
  }
}
.table .tablewrap._pt2 .row._pt3:last-child .row-desc:not(:first-child) {
  border-radius: 0;
  border-right: none;
}
.table .tablewrap._pt2 .row._pt3:last-child .row-desc:last-child {
  border-radius: 0 0 20px 0;
  border-right: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
}
@media screen and (max-width: 768px) {
  .table .tablewrap._pt2 .row._pt3:last-child .row-desc:last-child {
    border-radius: 0 0 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .table-inner.table1 {
    padding: 0 4.6875vw;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #table2 {
    width: calc(100% - 4.6875vw);
    overflow-x: scroll;
    margin: 50px 4.6875vw;
    padding: 0 0 10px;
    position: relative;
  }
  #table2 .tablewrap {
    width: 600px;
  }
  #table2:before {
    content: "";
    width: 150px;
    height: 100px;
    background: url(../../../img/lp/scroll-icon.png);
    background-size: cover;
    position: absolute;
    top: calc( 50% - 20px);
    left: calc(50% - 4.6875vw);
    transform: translate(-50%);
  }
}

#table3 h2 + .tablewrap {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #table3 h2 + .tablewrap {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #table3 {
    width: calc(100% - 4.6875vw);
    overflow-x: scroll;
    margin: 50px 4.6875vw;
    padding: 0 0 10px;
    position: relative;
  }
  #table3 .tablewrap._pt2 {
    width: 800px;
  }
  #table3 .tablewrap._pt2 .titlebox .titlebox-item {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }
  #table3 .tablewrap._pt2 .titlebox .titlebox-item:first-child {
    border-radius: 10px 0 0 0;
  }
  #table3 .tablewrap._pt2 .titlebox .titlebox-item:last-child {
    border-radius: 0 10px 0 0;
  }
  #table3 .row._pt3 {
    flex-direction: row;
  }
  #table3 .row._pt3:last-child .row-desc:first-child {
    border-radius: 0 0 0 10px;
    border-right: none;
  }
  #table3 .row._pt3:last-child .row-desc:last-child {
    border-radius: 0 0 10px 0;
  }
}

.table1.table-inner .row-wrap .row:nth-child(even) .row-desc {
  background: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .table2.table-inner.scroll {
    overflow: initial;
    width: 540px;
    margin: 0 auto;
  }
  .table2.table-inner.scroll.none:before {
    display: none !important;
  }
  .table2.table-inner.scroll .row._pt2:not(:last-of-type) .row-desc {
    border-radius: 0 !important;
  }
  .table2.table-inner.scroll .row._pt2:last-of-type .row-desc:first-of-type {
    border-radius: 0 0 0 10px;
  }
  .table2.table-inner.scroll .tablewrap {
    width: 540px;
  }
}
@media screen and (max-width: 768px) and (max-width: 570px) {
  .table2.table-inner.scroll {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    overflow-x: scroll;
  }
  .table2.table-inner.scroll:before {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .table3.table-inner.scroll .row {
    flex-direction: row;
  }
}

@media screen and (max-width: 768px) {
  .table4.table-inner.scroll .tablewrap {
    padding: 0 4.6875vw 10px;
  }
}
.table4.table-inner.scroll .row {
  flex-direction: row;
}
.table4.table-inner.scroll .row:first-of-type .row-desc:first-of-type {
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .table4.table-inner.scroll .row:first-of-type .row-desc:first-of-type {
    border-radius: 10px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .table4.table-inner.scroll .row:first-of-type .row-desc:last-of-type {
    border-radius: 0 10px 0 0 !important;
  }
}

.case {
  padding: 50px 0;
}
.case h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .case h2 {
    font-size: 30px;
    padding: 0 0 10px;
  }
}
.case h2:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
.case h2:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}
@media screen and (max-width: 768px) {
  .case h2 + #case1 {
    margin: 30px auto 50px;
  }
  .case h2 + #case2 {
    margin: 30px auto 120px;
  }
  .case h2 + #case3 {
    margin: 30px auto 50px;
  }
}
.case h2 + .case-inner {
  margin: 30px auto 0;
}
.case-inner {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .case-inner {
    margin: 50px 0;
    width: 100%;
    gap: 20px;
    padding: 0 4.6875vw;
  }
}
.case-item {
  width: 360px;
  background: #fff;
  border: 1px solid #D2D2D2;
  padding: 14px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .case-item {
    width: 100%;
    padding: 14px;
  }
}
.case-item a {
  transition: all .2s linear;
}
.case-item a:hover {
  color: #252A34;
  opacity: 0.7;
}
.case-item-img img {
  width: 100%;
  aspect-ratio: 23/16;
  object-fit: cover;
  border-radius: 10px;
}
.case-item-txt {
  width: 95%;
  margin: 0 auto;
}
.case-item-txt > div {
  display: flex;
  padding: 12px 0;
  background-image: linear-gradient(to right, #4A4A4A 1px, rgba(0, 0, 0, 0) 1px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  align-items: center;
}
.case-item-txt > div.link {
  position: relative;
  text-align: right;
  border-bottom: none;
  display: flex;
  background-image: none;
  justify-content: flex-end;
}
.case-item-txt > div.link._pt2 {
  padding: 30px 0 12px;
}
.case-item-txt > div.link span {
  color: #106EC0;
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative;
}
.case-item-txt > div.link a {
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative;
}
.case-item-txt > div.link a svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .case-item-txt > div.link a svg {
    top: 6px;
  }
}
.case-item-txt > div > p {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .case-item-txt > div > p {
    font-size: 16px;
  }
}
.case-item-txt > div > p:first-child {
  font-weight: bold;
  width: 100px;
}
.case-item-txt > div > p:nth-child(2) {
  width: 16px;
}
.case-item-txt > div > p:nth-child(3) {
  width: calc( 100% - 116px);
}
.case-slider {
  margin: 70px 0;
  display: flex;
  justify-content: space-between;
}
.case-slider.slick-enabled {
  margin: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .case-slider.slick-enabled {
    margin: 30px 0 50px;
  }
}
.case-slider .case-item {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .case-slider .case-item {
    width: 345px;
  }
}
.case-slider .slick-slide {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .case-slider .slick-slide {
    margin: 0 10px;
  }
}
.case-slider .slick-next {
  width: 40px;
  height: 40px;
  background: url(../../../img/lp/next-icon.svg);
  background-size: cover;
  right: initial;
  left: calc(50% + 590px);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .case-slider .slick-next {
    width: 30px;
    height: 30px;
    left: calc(50% + 170px);
  }
  .case-slider .slick-next:before {
    content: "";
  }
}
.case-slider .slick-prev {
  width: 40px;
  height: 40px;
  background: url(../../../img/lp/prev-icon.svg);
  background-size: cover;
  z-index: 1;
  left: calc(50% - 590px);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .case-slider .slick-prev {
    width: 30px;
    height: 30px;
    left: calc(50% - 170px);
  }
  .case-slider .slick-prev:before {
    content: "";
  }
}
.case-slider .slick-prev:before {
  display: none;
}
.case-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
  bottom: -42px;
}
.case-slider .slick-dots li {
  margin: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D5D5D5;
}
.case-slider .slick-dots li.slick-active {
  background: #106EC0;
}
.case-slider .slick-dots li button {
  padding: 0;
}
.case-slider .slick-dots li button:before {
  display: none;
}
.case .card-flex {
  display: flex;
  gap: 30px;
  width: 1160px;
  margin: 50px auto 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .case .card-flex {
    margin: 30px auto 0;
    padding: 0 4.6875vw;
    width: 100%;
  }
}
.case .card-flex .case-item {
  display: flex;
  gap: 0 15px;
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .case .card-flex .case-item {
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .case .card-flex .case-item-img {
    width: 100%;
  }
}
.case .card-flex .case-item-img img {
  width: 160px;
  aspect-ratio: 23/16;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .case .card-flex .case-item-img img {
    width: 100%;
    aspect-ratio: 23/16;
    object-fit: cover;
  }
}
.case .card-flex .case-item-txt {
  width: calc(100% - 175px);
}
@media screen and (max-width: 768px) {
  .case .card-flex .case-item-txt {
    width: 100%;
  }
}
.case .card-flex a {
  display: flex;
  gap: 0 15px;
}

#case1 {
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  #case1 {
    padding: 0 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  #case1 .slick-track {
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .flowlist {
    padding: 0 4.6875vw;
  }
}
.flowlist h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .flowlist h2 {
    font-size: 30px;
    padding: 0 0 10px;
  }
}
.flowlist h2:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
.flowlist h2:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}
.flowlist h2 + .flow {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .flowlist h2 + .flow {
    margin-top: 30px;
  }
}

.flow-outer {
  padding: 50px 0;
}

.flow {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  padding: 28px 0;
  border: 1px solid #D2D2D2;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .flow {
    width: 100%;
    flex-direction: column;
    padding: 10px 20px 20px;
    position: relative;
  }
}
.flow:nth-of-type(n+2) {
  margin: 40px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow:nth-of-type(n+2) {
    margin: 30px auto 0;
  }
}
.flow:nth-of-type(n+2):before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #555555;
  border-bottom: 0;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .flow:nth-of-type(n+2):before {
    top: -20px;
  }
}
.flow:first-of-type:before {
  display: none;
}
.flow-step {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Line',serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow-step {
    width: auto;
    justify-content: space-between;
    height: 60px;
  }
  .flow-step-wrap {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .flow-step .u_sp img {
    width: 60px;
  }
}
.flow-step:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #767B86 0px, #767B86 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 7px);
  background-size: 1px 6px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  .flow-step:before {
    display: none;
  }
}
.flow-step-wrap {
  width: 126px;
}
.flow-step.none:before {
  display: none;
}
.flow .step {
  text-align: center;
  font-size: 16px;
  color: #106EC0;
  margin: 0 0 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow .step {
    margin: 0;
  }
}
.flow .num {
  font-size: 40px;
  font-weight: bold;
  color: #106EC0;
  text-align: center;
}
.flow-flex {
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 0 20px;
  width: calc(100% - 126px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow-flex {
    margin: 10px 0 0;
    width: 100%;
    padding: 20px 0 0;
    border-top: 1px dashed #767B86;
    border-left: none;
  }
}
.flow-flex.max {
  width: 100%;
}
.flow-flex img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .flow-flex img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.flow-flex div {
  line-height: 1.7;
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .flow-flex div {
    width: 100%;
  }
}
.flow-flex div h3 {
  font-size: 18px;
  font-weight: bold;
}
.flow-flex div._full {
  width: 100%;
}
.flow-flex div a {
  color: #106EC0;
  text-decoration: underline;
}
.flow-flex div a[target="_blank"] {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}
.flow-flex div a[target="_blank"]:before {
  position: absolute;
  top: 1px;
  right: 0;
  content: url(../../../img/lp/link-icon.svg);
}

.question {
  width: 1160px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #D2D2D2;
  overflow: hidden;
  background: #fff;
}
.question:not(:first-of-type) {
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .question {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .question-wrap {
    padding: 0 4.6875vw;
  }
}
.question-wrap h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .question-wrap h2 {
    font-size: 30px;
    padding: 0 0 10px;
  }
}
.question-wrap h2:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
.question-wrap h2:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}
.question-wrap h2 + .question {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .question-wrap h2 + .question {
    margin-top: 30px;
  }
}
.question-title {
  display: flex;
  line-height: 1.7;
}
.question-sub {
  margin: 0 20px 0 0;
  background: #106EC0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  color: #fff;
  font-weight: bold;
  font-family: 'LINE Seed JP';
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .question-sub {
    width: 38px;
    margin: 0 10px 0 0;
  }
}
.question-txt {
  width: calc(100% - 65px);
  padding: 20px 50px 20px 0;
  position: relative;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .question-txt {
    width: calc(100% - 58px);
    padding: 10px 50px 10px 0;
  }
}
.question-txt:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #232323;
  border-right: 1px solid #232323;
  position: absolute;
  top: 41%;
  right: 20px;
  transform: rotate(135deg);
}
.question-txt.active:before {
  transform: rotate(-45deg);
}
.question-desc {
  line-height: 1.7;
  padding: 20px;
  font-size: 16px;
  display: none;
}
@media screen and (max-width: 768px) {
  .question-desc {
    padding: 15px;
    font-size: 14px;
  }
}
.question-desc.active {
  display: block;
}

.question-outer {
  padding: 50px 0;
}

.articles {
  padding: 50px 0;
}

.articles > h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .articles > h2 {
    font-size: 30px;
    padding: 0 0 10px;
    margin-bottom: 30px;
  }
}
.articles > h2:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
.articles > h2:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}

.articles-list {
  display: flex;
  width: 1160px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .articles-list {
    width: 100%;
    margin: 0 auto;
    padding: 0 4.6875vw;
    flex-direction: column;
  }
}
.articles-list.slick-enabled {
  width: 100%;
  display: block;
}
.articles-list a {
  width: 100%;
  display: block;
}
.articles-list a:hover {
  color: #252A34;
}
.articles-list h2 {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .articles-list h2 {
    padding: 0 0 10px;
    font-size: 30px;
    margin-bottom: 0;
  }
}
.articles-list h2:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
.articles-list h2:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}

.article-item-wrap h2 {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .article-item-wrap h2 {
    padding: 0 4.6875vw 10px;
    font-size: 30px;
  }
}
.article-item-wrap h2:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
.article-item-wrap h2:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}
.article-item-wrap h2 + #post2 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .article-item-wrap h2 + #post2 {
    margin-top: 30px;
  }
}

.article-item {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .article-item {
    width: 100%;
  }
  .article-item + .article-item {
    margin: 30px 0 0;
  }
}

.article-thumb img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 23/16;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .article-thumb img {
    border-radius: 20px;
  }
}

.article-info {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin: 20px 0 0;
}

.article-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.article-terms .term {
  background: #fff;
  font-size: 14px;
  color: #106EC0;
  border: 1px solid #106EC0;
  padding: 5px 8px;
  display: inline-block;
  border-radius: 5px;
}

.article-date {
  padding: 5px 0 0;
  white-space: nowrap;
}

.article-title {
  font-size: 20px;
  margin: 15px 0;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .article-title {
    font-size: 18px;
  }
}

.article-btn {
  font-size: 14px;
  text-align: right;
  position: relative;
  padding: 0 20px 0 0;
  line-height: 1.7;
  color: #106EC0;
}
.article-btn svg {
  position: absolute;
  top: 2px;
  right: 0;
}
.article-btn .btn {
  transition: all .2s linear;
}
.article-btn .btn:hover {
  color: #106EC0;
  opacity: 0.7;
}

.articles-slide.slick-enabled {
  margin: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .articles-slide.slick-enabled {
    margin: 30px 0 70px;
    padding: 0;
  }
}
.articles-slide .slick-slide {
  width: 360px;
  height: auto;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .articles-slide .slick-slide {
    width: 340px;
  }
}
.articles-slide .slick-next {
  width: 40px;
  height: 40px;
  background: url(../../../img/lp/next-icon.svg);
  background-size: cover;
  right: initial;
  left: calc(50% + 590px);
  transform: translate(-50%, -50%);
}
.articles-slide .slick-next:before {
  content: "";
}
@media screen and (max-width: 768px) {
  .articles-slide .slick-next {
    width: 30px;
    height: 30px;
    left: calc(50% + 170px);
  }
}
@media screen and (max-width: 768px) and (max-width: 390px) {
  .articles-slide .slick-next {
    left: calc(50% + 45vw);
  }
}
@media screen and (max-width: 768px) {
  .articles-slide .slick-next:before {
    content: "";
  }
}
.articles-slide .slick-prev {
  width: 40px;
  height: 40px;
  background: url(../../../img/lp/prev-icon.svg);
  background-size: cover;
  z-index: 1;
  left: calc(50% - 590px);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .articles-slide .slick-prev {
    width: 30px;
    height: 30px;
    left: calc(50% - 170px);
  }
}
@media screen and (max-width: 768px) and (max-width: 390px) {
  .articles-slide .slick-prev {
    left: calc(50% - 45vw);
  }
}
@media screen and (max-width: 768px) {
  .articles-slide .slick-prev:before {
    content: "";
  }
}
.articles-slide .slick-prev:before {
  display: none;
}
.articles-slide .slick-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
}
.articles-slide .slick-dots li {
  margin: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D5D5D5;
}
.articles-slide .slick-dots li.slick-active {
  background: #106EC0;
}
.articles-slide .slick-dots li button {
  padding: 0;
}
.articles-slide .slick-dots li button:before {
  display: none;
}

#post1 h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #post1 h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #post2 {
    padding: 0;
  }
  #post2.articles-list.articles-slide {
    flex-direction: initial;
  }
}

@media screen and (max-width: 768px) {
  #post3 {
    padding: 0 4.6875vw;
  }
}

@media screen and (max-width: 768px) {
  .seminar-list {
    padding: 0 4.6875vw;
  }
}
.seminar-list h2 {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .seminar-list h2 {
    font-size: 30px;
  }
}
.seminar-list h2:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
.seminar-list h2:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}
.seminar-list h2 + .seminar-item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .seminar-list h2 + .seminar-item {
    margin-top: 30px;
  }
}
.seminar-item {
  width: 1160px;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .seminar-item {
    width: 100%;
    border-radius: 10px;
  }
}
.seminar-item:not(:first-of-type) {
  margin: 30px auto 0;
  border-radius: 10px;
}
.seminar-content {
  border: 1px solid #D2D2D2;
  border-radius: 20px 0 0 20px;
  width: calc(100% - 350px);
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .seminar-content {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .seminar-thumbnail {
    width: 100%;
    margin: 0 0 20px;
  }
}
.seminar-thumbnail img {
  width: 350px;
  object-fit: cover;
  aspect-ratio: 23/16;
}
@media screen and (max-width: 768px) {
  .seminar-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}
.seminar-info {
  background: #106EC0;
  color: #fff;
  display: flex;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .seminar-info {
    flex-wrap: wrap;
    padding: 10px;
  }
}
.seminar-info-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .seminar-info-wrap {
    width: 100%;
    gap: 0 20px;
  }
}
.seminar-archive {
  font-size: 16px;
}
.seminar-date {
  padding: 0 0 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .seminar-date {
    font-size: 16px;
    padding: 0 0 0 25px;
  }
}
.seminar-date:before {
  content: url(../../../img/lp/calendar.svg);
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .seminar-date:before {
    top: 2px;
  }
}
.seminar-time {
  margin: 0 0 0 20px;
  padding: 0 0 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .seminar-time {
    font-size: 16px;
    margin: 0;
  }
}
.seminar-time:before {
  content: url(../../../img/lp/time.svg);
  position: absolute;
  top: 3px;
  left: 0;
}
.seminar-main {
  padding: 12px 20px 20px 20px;
}
@media screen and (max-width: 768px) {
  .seminar-main {
    padding: 12px 10px 20px 10px;
  }
}
.seminar-category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.seminar-category .term {
  padding: 5px 8px;
  border: 1px solid #106EC0;
  border-radius: 5px;
  color: #106EC0;
  font-size: 14px;
}
.seminar-title {
  font-size: 20px;
  line-height: 1.5;
  margin: 10px 0 20px;
  font-weight: 700;
}
.seminar-subinfo {
  display: flex;
  justify-content: space-between;
}
.seminar-status {
  font-size: 14px;
  background: #EDCE36;
  padding: 5px 8px;
  border-radius: 5px;
}
.seminar-status._end {
  background: #D5D5D5;
}
.seminar-link {
  position: relative;
  padding: 0 20px 0 0;
  color: #106EC0;
  line-height: 1.5;
  font-size: 14px;
  transition: all .2s linear;
}
.seminar-link:hover {
  opacity: 0.7;
  color: #106EC0;
}
.seminar-link svg {
  position: absolute;
  top: 2px;
  right: 0;
}

.fukidashi {
  display: flex;
  justify-content: space-between;
}
.fukidashi:not(:first-of-type) {
  margin: 40px 0 0;
}
.fukidashi:nth-child(even) {
  flex-direction: row-reverse;
}
.fukidashi:nth-child(even) .fukidashi-desc {
  background: #fff;
}
.fukidashi:nth-child(even) .triangle1 {
  left: initial;
  right: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #D2D2D2;
  border-right: 0;
}
.fukidashi:nth-child(even) .triangle2 {
  left: initial;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #fff;
  border-right: 0;
}
.fukidashi-outer {
  padding: 50px 0;
}
.fukidashi-inner {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .fukidashi-inner {
    margin: 30px 0 0;
  }
}
.fukidashi-wrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fukidashi-wrap {
    width: 100%;
    padding: 0 4.6875vw;
    margin: 50px 0;
  }
}
.fukidashi-wrap h2 {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .fukidashi-wrap h2 {
    padding: 0 0 10px;
    font-size: 30px;
  }
}
.fukidashi-wrap h2:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
.fukidashi-wrap h2:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}
.fukidashi-wrap h2 + .fukidashi {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .fukidashi-wrap h2 + .fukidashi {
    margin-top: 30px;
  }
}
.fukidashi-item {
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fukidashi-item {
    padding: 15px 0 0;
    width: 70px;
  }
}
.fukidashi-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .fukidashi-item img {
    width: 70px;
    height: 70px;
  }
}
.fukidashi-item div {
  margin: 10px 0 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .fukidashi-item div {
    line-height: 2;
  }
}
.fukidashi-desc {
  position: relative;
  border: 1px solid #D2D2D2;
  border-radius: 10px;
  padding: 28px 30px;
  width: calc(100% - 142px);
  line-height: 1.7;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .fukidashi-desc {
    width: calc(100% - 90px);
  }
}
.fukidashi .triangle1 {
  position: absolute;
  top: 39px;
  left: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 17px solid #D2D2D2;
  border-left: 0;
}
@media screen and (max-width: 768px) {
  .fukidashi .triangle1 {
    top: 40px;
  }
}
.fukidashi .triangle2 {
  position: absolute;
  top: 39px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 17px solid #fff;
  border-left: 0;
}
@media screen and (max-width: 768px) {
  .fukidashi .triangle2 {
    top: 40px;
  }
}

.btnwrap1 {
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .btnwrap1 {
    padding: 0 4.6875vw;
  }
}
.btnwrap1 div {
  text-align: center;
}
.btnwrap1 div:not(:first-of-type) {
  margin: 20px 0 0;
}
.btnwrap1 a {
  display: inline-flex;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 50px;
  border-radius: 999px;
  background: #106EC0;
  box-shadow: 0px 7px 0px 0px #0f59b3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btnwrap1 a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .btnwrap1 a span {
    font-size: 18px;
  }
}
.btnwrap1 a .arrow {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform-origin: center center;
  position: absolute;
  top: 52%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}
.btnwrap1 a:hover {
  transform: translateY(7px);
  box-shadow: none !important;
}
.btnwrap1 a .pdf, .btnwrap1 a .blank {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btnwrap1 a span {
  position: relative;
}
.btnwrap1 a span .mail {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
.btnwrap1 a span.icon {
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
}
.btnwrap1 a span.icon:before {
  content: url(../../../img/lp/mail.svg);
  position: absolute;
  top: 5px;
  left: 0;
}

.btnwrap2 {
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 60px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .btnwrap2 {
    flex-direction: column;
    gap: 20px 0;
    padding: 0 4.6875vw;
  }
}
.btnwrap2 a {
  display: inline-flex;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 50px;
  border-radius: 999px;
  background: #106EC0;
  box-shadow: 0px 7px 0px 0px #0f59b3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btnwrap2 a {
    display: flex;
    justify-content: center;
  }
  .btnwrap2 a span {
    font-size: 18px;
  }
}
.btnwrap2 a .arrow {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform-origin: center center;
  position: absolute;
  top: 52%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}
.btnwrap2 a:hover {
  transform: translateY(7px);
  box-shadow: none !important;
}
.btnwrap2 a .pdf, .btnwrap2 a .blank {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btnwrap2 a span {
  position: relative;
}
.btnwrap2 a span .mail {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
.btnwrap2 a span.icon {
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
}
.btnwrap2 a span.icon:before {
  content: url(../../../img/lp/mail.svg);
  position: absolute;
  top: 5px;
  left: 0;
}

.btnwrap3 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .btnwrap3 {
    margin: 0 auto;
    padding: 0 4.6875vw;
  }
}
.btnwrap3 a {
  display: inline-flex;
  align-items: center;
  background: #EC8639;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 50px;
  border-radius: 999px;
  box-shadow: 0px 7px 0px 0px #985925;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btnwrap3 a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .btnwrap3 a span {
    font-size: 18px;
  }
}
.btnwrap3 a:hover {
  transform: translateY(7px);
  box-shadow: none !important;
}
.btnwrap3 a .arrow {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}
.btnwrap3 a svg {
  margin: 0 5px 0 0;
  transform: translateY(1px);
}
.btnwrap3 a span {
  display: inline-block;
  position: relative;
}
.btnwrap3 a span.icon {
  display: inline-block;
  position: relative;
}

.card {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  padding: 30px;
  border: 1px solid #D2D2D2;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .card {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
  }
}
.card:not(:first-of-type) {
  margin: 30px auto 0;
}
.card-wrap {
  padding: 50px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .card-wrap {
    margin: 50px auto;
    padding: 30px 4.6875vw;
  }
}
.card-wrap > h2 {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .card-wrap > h2 {
    padding: 0 0 10px;
    font-size: 30px;
  }
}
.card-wrap > h2:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
.card-wrap > h2:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}
.card-wrap > h2 + .card {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .card-wrap > h2 + .card {
    margin-top: 30px;
  }
}
.card-box img {
  width: 200px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .card-box img {
    width: 100px;
    height: 65px;
    object-fit: cover;
    border-radius: 10px;
  }
}
.card-sp-flex {
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .card-date {
    margin: 10px 0 0;
  }
}
.card-content {
  width: calc(100% - 200px);
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .card-content {
    width: 100%;
    padding: 0;
  }
}
.card-info {
  width: 100%;
  gap: 0 10px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .card-info {
    width: calc(100% - 110px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.card-info > div {
  display: flex;
  gap: 10px;
}
.card-term {
  color: #106EC0;
  padding: 5px 8px 5px;
  border: 1px solid #106EC0;
  border-radius: 5px;
  font-size: 14px;
}
.card-title {
  margin: 20px 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .card-title {
    font-size: 18px;
    margin: 10px 0;
  }
}
.card .link {
  display: flex;
  justify-content: flex-end;
}
.card .link span {
  font-size: 14px;
  padding: 0 20px 0 0;
  position: relative;
  color: #106EC0;
  line-height: 1.5;
}
.card .link span:before {
  position: absolute;
  top: 2px;
  right: 0;
  content: url(../../../img/lp/link-icon.svg);
}
.card-button {
  padding: 0 20px 0 0;
  position: relative;
  transition: all .2s linear;
}
.card-button:hover {
  opacity: 0.7;
}
.card-button svg {
  position: absolute;
  top: -2px;
  right: 0;
}

.column {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .column {
    margin: 50px 0;
    padding: 30px 4.6875vw;
  }
}
.column .column1 {
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .column .column1 {
    width: 100%;
  }
}
.column .column1 > h2 {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .column .column1 > h2 {
    padding: 0 0 10px;
    font-size: 30px;
  }
}
.column .column1 > h2:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
.column .column1 > h2:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}
.column .column1 > h2 + .wysiwyg, .column .column1 > h2 + .column-flex {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .column .column1 > h2 + .wysiwyg, .column .column1 > h2 + .column-flex {
    margin-top: 30px;
  }
}
.column .wysiwyg {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .column .wysiwyg {
    margin: 50px auto;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
}
.column .wysiwyg._pt2 {
  width: auto;
  margin: 0;
  border-radius: 0;
  padding: 0;
  background: none;
}
.column .wysiwyg._pt2 > *:first-child {
  margin-top: 0 !important;
}
.column .wysiwyg._pt2 h2, .column .wysiwyg._pt2 h3, .column .wysiwyg._pt2 h4 {
  margin-top: 20px !important;
  border-bottom: none;
  padding-bottom: 0;
}
.column .wysiwyg._pt2 h2:before, .column .wysiwyg._pt2 h3:before, .column .wysiwyg._pt2 h4:before {
  display: none;
}
.column .wysiwyg._pt2 img {
  width: 100%;
  aspect-ratio: 23/16;
  object-fit: cover;
}
.column .wysiwyg h2, .column .wysiwyg h3, .column .wysiwyg h4 {
  font-size: 20px;
  line-height: 1.5;
  padding: 0 0 10px;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
  font-weight: 600;
}
.column .wysiwyg h2:before, .column .wysiwyg h3:before, .column .wysiwyg h4:before {
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  background: #0D5BB5;
}
.column .wysiwyg p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.8;
}
.column-flex {
  width: 1160px;
  margin: 50px auto 0;
  display: flex;
  border: 1px solid #D2D2D2;
  border-radius: 20px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .column-flex {
    width: 100%;
    padding: 20px;
    margin: 50px auto;
    flex-direction: column;
  }
}
.column-flex._pt2 {
  border: none;
  padding: 0;
  gap: 0 40px;
  background: none;
}
@media screen and (max-width: 768px) {
  .column-flex._pt2 {
    margin-bottom: 0 !important;
  }
  .column-flex._pt2 .column-left {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.column-flex._pt3 {
  background: none;
  border: none;
  padding: 0;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .column-flex._pt3 {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0 !important;
  }
}
.column-txt {
  width: calc(100% - 360px);
  padding: 0 35px 0 0;
}
@media screen and (max-width: 768px) {
  .column-txt {
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
  }
}
.column-txt h2 {
  font-size: 20px;
  line-height: 1.5;
}
.column-txt p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.8;
}
.column-img {
  width: 360px;
  height: 240px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .column-img {
    width: 100%;
    height: auto;
  }
}
.column-img img {
  height: inherit;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 23/16;
  border-radius: 10px;
}
.column-left {
  width: 50%;
  background: #FAFAFA;
  padding: 30px;
  line-height: 1.5;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .column-left {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0 0;
  }
}
.column-left._pt2 {
  background: none;
  border: 1px solid #D2D2D2;
}
.column-left h2 {
  font-size: 20px;
  line-height: 1.5;
  padding: 0 0 10px;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
}
.column-left h2:before {
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  background: #0D5BB5;
}
.column-left p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.8;
}
.column-right {
  width: 50%;
  background: #FAFAFA;
  padding: 30px;
  line-height: 1.5;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .column-right {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
}
.column-right._pt2 {
  background: none;
  border: 1px solid #D2D2D2;
}
.column-right h2 {
  font-size: 20px;
  line-height: 1.5;
  padding: 0 0 10px;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
}
.column-right h2:before {
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  background: #0D5BB5;
}
.column-right p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.8;
}
.column-img-item {
  margin-bottom: 20px !important;
  width: 100%;
  aspect-ratio: 23/16;
  object-fit: cover;
  border-radius: 10px;
}
.column .column-row {
  width: 360px;
  padding: 30px;
  border-radius: 20px;
  background: none;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .column .column-row {
    width: 100%;
    padding: 20px;
  }
}
.column .column-row._pt2 {
  background: none;
  border: 1px solid #D2D2D2;
}
.column .column-row._pt2 img {
  width: 100%;
  height: auto;
}
.column .column-row .wysiwyg {
  padding: 0;
  background: none;
}
.column .column-row *:first-child {
  margin: 0;
}
.column .column-row h2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
}
.column .column-row p {
  margin: 15px 0 !important;
  font-size: 16px;
  line-height: 1.8;
}
.column .column-row img {
  width: 100%;
  border-radius: 10px;
}

.tab {
  width: 1160px;
  margin: -2px auto 0;
  border: 2px solid #252A34;
  border-radius: 20px;
  padding: 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tab {
    width: 100%;
    border-top: 2px solid #252A34;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 30px 4.6875vw;
  }
}
.tab-outer {
  padding: 50px 0;
}
.tab-box {
  padding: 35px 0;
  margin: 0 auto;
  width: 1160px;
}
@media screen and (max-width: 768px) {
  .tab-box {
    width: 100%;
    padding: 0;
    margin: 50px 0;
  }
}
.tab-box > h2 {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .tab-box > h2 {
    font-size: 30px;
    padding: 0 0 10px;
  }
}
.tab-box > h2:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
.tab-box > h2:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}
.tab-box > h2 + .tab-btns {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .tab-box > h2 + .tab-btns {
    margin-top: 30px;
  }
}
.tab-btns {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tab-btns {
    width: 90%;
    gap: 0 5px;
  }
}
.tab-btns .button {
  width: 480px;
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 12px 0;
  border-radius: 20px 20px 0 0;
  border-bottom: 2px solid #252A34;
  background: #106EC0;
  color: #fff;
  transition: background-color .2s linear;
}
@media screen and (max-width: 768px) {
  .tab-btns .button {
    min-height: 65px;
    min-height: auto;
    height: auto;
    font-size: 14px;
    padding: 12px 10px;
  }
}
.tab-btns .button.active {
  border: 2px solid #252A34;
  background: #fff !important;
  color: #252A34;
  position: relative;
}
.tab-btns .button.active:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-content p {
  line-height: 1.8;
  font-size: 16px;
}

.wysiwyg._pt3 {
  padding: 0;
}
.wysiwyg *:first-child {
  margin: 0;
}
.wysiwyg h2 {
  font-size: 20px;
  line-height: 1.5;
  padding: 0 0 10px;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
  font-weight: bold;
}
.wysiwyg h2:before {
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  background: #0D5BB5;
}
.wysiwyg h3 {
  font-weight: bold;
  margin: 30px 0 0;
  font-size: 20px;
  line-height: 1.8;
}
.wysiwyg h4 {
  font-weight: bold;
}
.wysiwyg p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.8;
}
.wysiwyg p span.marker {
  font-weight: bold;
  background: linear-gradient(to top, #F5BC41 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%);
}
.wysiwyg img {
  border-radius: 10px;
}
.wysiwyg img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
.wysiwyg img.right {
  float: right;
  margin: 0 0 30px 30px;
}
.wysiwyg ul {
  margin: 20px 0;
}
.wysiwyg ul li {
  padding: 0 0 0 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
}
.wysiwyg ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #106EC0;
  position: absolute;
  top: 9px;
  left: 0;
}
.wysiwyg ul li + li {
  margin: 10px 0 0;
}
.wysiwyg ul.icon_blue li:before {
  background: #106EC0;
}
.wysiwyg ul.icon_red li:before {
  background: #CA0A0C;
}
.wysiwyg ul.icon_green li:before {
  background: #00831E;
}
.wysiwyg ul.icon_orange li:before {
  background: #E88B1C;
}
.wysiwyg ul.icon_gray li:before {
  background: #767B86;
}
.wysiwyg ol {
  margin: 20px 0;
  list-style-type: decimal;
  padding-left: 20px;
}
.wysiwyg ol.icon_blue li::marker {
  color: #106EC0;
}
.wysiwyg ol.icon_red li::marker {
  color: #CA0A0C;
}
.wysiwyg ol.icon_green li::marker {
  color: #00831E;
}
.wysiwyg ol.icon_orange li::marker {
  color: #E88B1C;
}
.wysiwyg ol.icon_gray li::marker {
  color: #767B86;
}
.wysiwyg li::marker {
  color: #106EC0;
  font-weight: bold;
}
.wysiwyg li {
  font-size: 16px;
  line-height: 1.8;
}
.wysiwyg li + li {
  margin: 10px 0 0;
}
.wysiwyg .attention {
  margin: 20px 0;
  position: relative;
  font-size: 14px;
}
.wysiwyg .attention:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.wysiwyg a {
  color: #106EC0;
  text-decoration: underline;
}
.wysiwyg a[target="_blank"] {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}
.wysiwyg a[target="_blank"]:before {
  position: absolute;
  top: 1px;
  right: 0;
  content: url(../../../img/lp/link-icon.svg);
}
.wysiwyg .table {
  width: 100%;
}
.wysiwyg .table-inner {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wysiwyg .table-inner {
    margin-top: 30px;
    padding: 0;
    border-radius: 10px;
  }
}
.wysiwyg .table h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.4;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .wysiwyg .table h2 {
    font-size: 30px;
    padding: 0 0 10px;
  }
}
.wysiwyg .table h2:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
.wysiwyg .table h2:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}
.wysiwyg .case .card-flex {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wysiwyg .case .card-flex {
    padding: 0;
  }
}
.wysiwyg .case .case-item-txt span {
  font-weight: bold;
}
.wysiwyg .case .case-item-txt a {
  text-decoration: none;
}
.wysiwyg .case .case-item-txt a:before {
  display: none;
}
.wysiwyg .flow {
  width: 100%;
}
.wysiwyg .flow p.num {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .wysiwyg .flowlist {
    padding: 0;
  }
}
.wysiwyg .flowlist h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.4;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .wysiwyg .flowlist h2 {
    font-size: 30px;
    padding: 0 0 10px;
  }
}
.wysiwyg .flowlist h2:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
.wysiwyg .flowlist h2:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}
.wysiwyg .flowlist h2 + .flow {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wysiwyg .flowlist h2 + .flow {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .wysiwyg .column {
    padding: 0;
  }
}
.wysiwyg .column h2 {
  border-bottom: none;
}
.wysiwyg .sec-about .sec-about-inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wysiwyg .sec-about .sec-about-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.wysiwyg .sec-about .sec-about-inner h2 {
  font-size: 26px;
  border: none;
}
@media screen and (max-width: 768px) {
  .wysiwyg .sec-about .sec-about-inner h2 {
    font-size: 22px;
  }
}
.wysiwyg .sec-about .sec-about-inner h2.sec-about-maintitle {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  line-height: 1.4;
  border-bottom: none;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .wysiwyg .sec-about .sec-about-inner h2.sec-about-maintitle {
    font-size: 30px;
    padding: 0 0 10px;
    margin-bottom: 30px;
  }
}
.wysiwyg .sec-about .sec-about-inner h2.sec-about-maintitle:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
.wysiwyg .sec-about .sec-about-inner h2.sec-about-maintitle:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}
.wysiwyg .sec-about .sec-about-inner h2.sec-about-maintitle + .flow {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wysiwyg .sec-about .sec-about-inner h2.sec-about-maintitle + .flow {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .wysiwyg .sec-about .row-flex {
    gap: 0;
  }
}
.wysiwyg .column .column1 {
  width: 100%;
}
.wysiwyg .column .column1 .column-flex._pt2 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wysiwyg .btnwrap1,
  .wysiwyg .btnwrap2,
  .wysiwyg .btnwrap3 {
    padding: 0;
  }
}
.wysiwyg .btnwrap1 a,
.wysiwyg .btnwrap2 a,
.wysiwyg .btnwrap3 a {
  text-decoration: none;
}
.wysiwyg .btnwrap1 a[target="_blank"],
.wysiwyg .btnwrap2 a[target="_blank"],
.wysiwyg .btnwrap3 a[target="_blank"] {
  display: inline-flex;
  padding: 16px 50px;
}
.wysiwyg .btnwrap1 a[target="_blank"]:before,
.wysiwyg .btnwrap2 a[target="_blank"]:before,
.wysiwyg .btnwrap3 a[target="_blank"]:before {
  display: none;
}
.wysiwyg .imgflex {
  width: 100%;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .wysiwyg .imgflex {
    flex-direction: column;
    gap: 20px;
  }
}
.wysiwyg .imgflex img {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .wysiwyg .imgflex img {
    width: 100%;
  }
}

.wysiwyg-wrap {
  width: 1160px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .wysiwyg-wrap {
    width: 100%;
    padding: 0 4.6875vw;
    margin: 50px 0;
  }
}

.footer {
  width: 100%;
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 55px 0 90px;
  }
}
.footer-inner {
  width: 1160px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    width: 100%;
    padding: 0 4.6875vw;
  }
}
.footer ul {
  margin: 30px 0 0;
  justify-content: center;
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .footer ul {
    flex-wrap: wrap;
    gap: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer ul li {
    width: calc(50% - 5px);
    text-align: left;
  }
}
.footer ul li a {
  position: relative;
  line-height: 1.5;
  text-decoration: underline;
  transition: all .2s linear;
}
.footer ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #252a34;
}
.footer ul li a[target="_blank"] {
  padding: 0 20px 0 0;
}
.footer ul li a[target="_blank"]:before {
  content: url(../../../img/lp/footer-blank.svg);
  position: absolute;
  top: 1px;
  right: 0;
}
.footer p {
  margin: 25px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer p {
    font-size: 12px;
  }
}

.topbtn {
  position: fixed;
  bottom: 20px;
  right: 5vw;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.topbtn:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
}

h2.h2_left {
  margin: 100px 0 50px;
  position: relative;
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  h2.h2_left {
    font-size: 30px;
    margin: 50px 0 30px;
  }
}
h2.h2_left:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: 15px;
  transform: translate(-50%);
}
h2.h2_left:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: 45px;
  transform: translate(-50%);
}
h2.h2_left.icon_black:after {
  background: #3E3E3E;
}
h2.h2_left.icon_red:after {
  background: #CA0A0C;
}
h2.h2_left.icon_blue:after {
  background: #106EC0;
}
h2.h2_left.icon_green:after {
  background: #00831E;
}

h2.h2_center {
  margin: 100px 0 50px;
  position: relative;
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h2.h2_center {
    font-size: 30px;
    margin: 50px 0 30px;
  }
}
h2.h2_center:before {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 10px 0 0 10px;
  background: #F5BC41;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-50%);
}
h2.h2_center:after {
  content: "";
  width: 30px;
  height: 5px;
  border-radius: 0 10px 10px 0;
  background: #0D5BB5;
  position: absolute;
  bottom: 0;
  left: calc(50% + 15px);
  transform: translate(-50%);
}
h2.h2_center.icon_black:after {
  background: #3E3E3E;
}
h2.h2_center.icon_red:after {
  background: #CA0A0C;
}
h2.h2_center.icon_blue:after {
  background: #106EC0;
}
h2.h2_center.icon_green:after {
  background: #00831E;
}

h3.numbers {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 0 60px;
  position: relative;
  margin: 40px 0 30px;
}
@media screen and (max-width: 768px) {
  h3.numbers {
    font-size: 22px;
    margin: 40px 0 15px;
    padding: 0 0 0 50px;
    line-height: 1.4;
  }
}
h3.numbers span {
  position: absolute;
  top: -7px;
  left: 0;
  color: #106EC0;
  font-family: "Line",serif;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  h3.numbers span {
    font-size: 30px;
    top: -5px;
  }
}

h3.h3_title {
  font-size: 26px;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 20px;
  margin: 25px 0 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  h3.h3_title {
    font-size: 22px;
  }
}
h3.h3_title:before {
  content: "";
  width: 5px;
  height: 30px;
  background: #0D5BB5;
  border-radius: 999px;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 768px) {
  h3.h3_title:before {
    height: 100%;
    top: 0;
  }
}
h3.h3_title .icon_black:before {
  background: #3E3E3E;
}
h3.h3_title.icon_red:before {
  background: #CA0A0C;
}
h3.h3_title.icon_blue:before {
  background: #106EC0;
}
h3.h3_title.icon_green:before {
  background: #00831E;
}

h4 {
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.4;
  border-bottom: 2px dotted #106EC0;
  padding: 0 0 15px;
  font-weight: 500;
}
h4.underline_black {
  border-color: #3E3E3E;
}
h4.underline_red {
  border-color: #CA0A0C;
}
h4.underline_blue {
  border-color: #106EC0;
}
h4.underline_green {
  border-color: #00831E;
}

.black {
  color: #3E3E3E !important;
}

.red {
  color: #CA0A0C !important;
}

.blue {
  color: #106EC0 !important;
}

.green {
  color: #00831E !important;
}

span.line_default {
  background: linear-gradient(to top, #F5BC41 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%);
}

span.line_yellow {
  background: linear-gradient(to top, #EDCE36 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%) !important;
}

span.line_lightblue {
  background: linear-gradient(to top, #D6F0FD 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%) !important;
}

span.line_pink {
  background: linear-gradient(to top, #FFD9DA 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%) !important;
}

span.line_lightgreen {
  background: linear-gradient(to top, #D3F4DA 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%) !important;
}

a.txtlink {
  color: #106EC0;
  text-decoration: underline;
}
a.txtlink[target="_blank"] {
  position: relative;
  padding: 0 20px 0 0;
}
a.txtlink[target="_blank"]:after {
  content: url(../../../img/lp/ico-blank.svg);
}
@media screen and (max-width: 768px) {
  a.txtlink[target="_blank"]:after {
    position: initial;
    transform: translateY(1px);
  }
}
a.txtlink[target="_blank"]:before {
  display: none;
}

p.attention-txt {
  margin: 20px 0;
  position: relative;
  font-size: 14px !important;
  line-height: 1.8;
  padding-left: 1em;
}
p.attention-txt:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=p_campaign.css.map */
