@charset "UTF-8";
/*--------------------------------------
    font
--------------------------------------*/
ol,
ul {
  margin: 0;
}
@font-face {
  font-family: 'Zen Maru Gothic';
  src: url('../font/ZenMaruGothic-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Zen Maru Gothic';
  src: url('../font/ZenMaruGothic-Bold.ttf');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}
.fnt-zen {
  font-family: 'Zen Maru Gothic';
}
.f500 {
  font-weight: 500;
}

.fwb {
  font-weight: bold;
}

.fz32 {
  font-size: 32px;
  line-height: 48px;
}
.fz32 small {
  font-size: 24px;
}

/*--------------------------------------
    common
--------------------------------------*/
section {
  font-family: 'Noto Sans JP';
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}
:root {
  --blue: #003399;
}
.blue {
  color: #003399;
}
.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sp {
  display: none;
}
.wrap {
  width: calc(100% - 36px);
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
section img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .row {
    flex-direction: column;
  }
  .fz32 {
    font-size: 22px;
    line-height: 38px;
  }
  .fz32 small {
    font-size: 16px;
  }
}
/*--------------------------------------
  sec1
--------------------------------------*/
#sec1 {
  background: url('../img/lp/s1_bg.png') repeat, #f1f5ff;
  padding: 86px 0 72px;
}
#sec1 .wrap {
  max-width: 1140px;
}
#sec1 .row1 {
  justify-content: space-between;
  align-items: start;
}
#sec1 .row1 .left {
  background: #fff;
  border-radius: 10px;
  position: relative;
  width: 782px;
  margin-left: 11px;
  margin-right: -20px;
  text-align: center;
  padding: 55px 0 51px;
  min-width: 700px;
}
#sec1 .row1 .left:before {
  content: '';
  position: absolute;
  top: -34px;
  left: 0;
  width: 100%;
  height: 63px;
  background: url('../img/lp/s1_deco.png') no-repeat center;
  background-size: contain;
}
#sec1 .row1 .left h2 {
  line-height: 1;
  font-weight: 500;
  font-size: 40px;
}
#sec1 .row1 .left .row {
  margin: 30px auto 32px;
  justify-content: space-between;
  width: 100%;
  max-width: 681px;
  position: relative;
}
#sec1 .row1 .left .row:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  background: url('../img/lp/plus.png') no-repeat center;
  background-size: contain;
  margin: 3px 0 0 5px;
}
#sec1 .row1 .left .row li {
  background: var(--blue);
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  height: 120px;
  border-radius: 5px;
  width: calc(50% - 17px);
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
}
#sec1 .row1 .left .row li:nth-child(2) {
  width: calc(50% - 24px);
}
#sec1 .row1 .left .row li small {
  font-size: 15px;
}
#sec1 .row1 .left .price {
  border: 1px solid var(--blue);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-radius: 5px;
  width: 100%;
  max-width: 681px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 24px 27px 19px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#sec1 .row1 .left .price:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  height: 100%;
  z-index: -1;
  background: #f1f5ff;
}
#sec1 .row1 .left .price dt {
  font-size: 24px;
  font-weight: 500;
}
#sec1 .row1 .left .price dd {
  font-size: 32px;
  margin: -3px 4px 3px 0;
}
#sec1 .row1 .left .price dd span {
  font-size: 23px;
}
#sec1 .row1 .left .price dd span small {
  font-size: 21px;
}
#sec1 .row1 .right {
  width: 360px;
  color: #9e9e9e;
  font-weight: 500;
  margin-top: 2px;
}
#sec1 .row1 .right .note {
  text-align: right;
  margin: -11px 30px 0 0;
  position: relative;
  z-index: 2;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) and (max-width: 1000px) {
  #sec1 .row1 {
    flex-direction: column;
  }
  #sec1 .row1 .left {
    margin: 0 auto;
    width: 100%;
  }
  #sec1 .row1 .right {
    margin: -12px auto;
  }
}
@media screen and (max-width: 767px) {
  #sec1 {
    padding: 49px 0 41px;
  }
  #sec1 .row1 .left {
    width: 100%;
    margin: 0;
    min-width: unset;
    padding: 33px 0 28px;
  }
  #sec1 .row1 .left:before {
    top: -18px;
    height: 34px;
  }
  #sec1 .row1 .left h2 {
    font-size: 26px;
    letter-spacing: 0em;
  }
  #sec1 .row1 .left .row {
    margin: 19px auto 13px;
    width: 280px;
    max-width: 100%;
    gap: 32px;
  }
  #sec1 .row1 .left .row:before {
    width: 17px;
    height: 17px;
    margin: 0;
  }
  #sec1 .row1 .left .row li {
    width: 100% !important;
    font-size: 16px;
    line-height: 24px;
    height: 80px;
  }
  #sec1 .row1 .left .row li small {
    font-size: 11px;
  }
  #sec1 .row1 .left .price {
    width: 280px;
    flex-direction: column;
    padding: 6px 0 10px;
    gap: 13px;
  }
  #sec1 .row1 .left .price:before {
    width: 100%;
    height: 34px;
  }
  #sec1 .row1 .left .price dt {
    font-size: 16px;
  }
  #sec1 .row1 .left .price dd {
    font-size: 26px;
    margin: 0;
  }
  #sec1 .row1 .left .price dd span {
    font-size: 17px;
  }
  #sec1 .row1 .left .price dd span small {
    font-size: 15px;
  }
  #sec1 .row1 .right {
    margin: -12px auto;
    padding-right: 23px;
    width: 100%;
  }
  #sec1 .row1 .right .img {
    width: 214px;
    margin: 0 auto;
  }
  #sec1 .row1 .right .note {
    font-size: 10px;
    margin-top: -22px;
  }
}

/*--------------------------------------
  sec2
--------------------------------------*/
#sec2 {
  padding: 83px 0 90px;
  position: relative;
  z-index: 1;
}
#sec2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 430px;
  background: #f3f3f3;
  z-index: -1;
}
#sec2 h2 {
  letter-spacing: 0.05em;
  text-align: center;
}
#sec2 .row1 {
  margin: 76px 0;
  gap: 20px;
}
#sec2 .row1 .item {
  background: #f1f5ff;
  border-radius: 5px;
  box-sizing: border-box;
  width: 50%;
  padding: 0 39px 34px;
  position: relative;
}
#sec2 .row1 .item:before {
  content: '';
  position: absolute;
  top: calc(100% - 10px);
  left: calc(50% - 73px);
  width: 168px;
  height: 63px;
  background: url('../img/lp/s2_deco.png') no-repeat center top;
  background-size: contain;
}
#sec2 .row1 .item .numb {
  width: 50px;
  height: 50px;
  background: var(--blue);
  color: #fff;
  font-size: 30px;
  margin: -25px auto 18px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
}
#sec2 .row1 .item h3 {
  font-size: 22px;
  text-align: center;
  line-height: 34px;
  letter-spacing: 0.1em;
  display: table;
  margin: 0 auto;
  min-width: max-content;
}
#sec2 .row1 .item h3 small {
  display: block;
  font-size: 12px;
  text-align: left;
  margin: -10px 0 -23px calc(50% - 161px);
  letter-spacing: 0em;
}
#sec2 .row1 .item .img {
  width: 100%;
  max-width: 446px;
  margin: 32px auto 29px;
  padding-left: 5px;
}
#sec2 .row1 .item:nth-child(2) .img {
  margin-bottom: 10px;
}
#sec2 .row1 .item:nth-child(2):before {
  transform: scaleX(-1);
  left: calc(50% - 97px);
}
#sec2 .row2 {
  gap: 55px;
}
#sec2 .row2 .item {
  flex: 1 1 0;
  border: 1px solid var(--main);
  --main: #959595;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 22px;
  position: relative;
  background: #fff;
}
#sec2 .row2 .item:before {
  content: '';
  position: absolute;
  left: calc(100% + 17px);
  width: 26px;
  height: 60px;
  background: #959595;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: calc(50% - 29px);
}
#sec2 .row2 .item:nth-child(2) {
  --main: var(--blue);
}
#sec2 .row2 .item:nth-child(2)::before {
  transform: scaleX(-1);
}
#sec2 .row2 .item:last-child::before {
  display: none;
}
#sec2 .row2 .item h3 {
  background: var(--main);
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
  padding: 22px 0 26px;
  font-weight: bold;
}
#sec2 .row2 .item .img {
  width: calc(100% - 30px);
  max-width: 232px;
  margin: 41px auto 27px;
  height: 156px;
}
#sec2 .row2 .item:nth-child(3) .img {
  margin-top: 20px;
  max-width: 248px;
  margin-bottom: 47px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  #sec2 .row1 .item h3 {
    margin: 0 -20px;
    display: block;
    font-size: clamp(16px, 2.1vw, 22px);
    line-height: 2;
  }
  #sec2 .row2 {
    gap: 20px;
  }
  #sec2 .row2 .item:before {
    left: calc(100% + 6px);
    width: 9px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  #sec2 {
    padding: 33px 0 35px;
  }
  #sec2::before {
    display: none;
  }
  #sec2 h2 {
    width: 310px;
    max-width: 100%;
    margin: 0 auto;
  }
  #sec2 .main {
    display: flex;
    flex-direction: column-reverse;
    margin: 38px 11px 0 5px;
    position: relative;
    padding-bottom: 427px;
  }
  #sec2 .main .row1 {
    margin: 40px 0 0;
    gap: 32px;
  }
  #sec2 .main .row1 .item {
    width: 100%;
    padding: 0 20px 24px 22px;
  }
  #sec2 .main .row1 .item:before {
    display: none;
  }
  #sec2 .main .row1 .item .numb {
    width: 42px;
    height: 42px;
    margin-top: -18px;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 9px;
  }
  #sec2 .main .row1 .item h3 {
    font-size: 18px;
    line-height: 30px;
  }
  #sec2 .main .row1 .item .img {
    margin: 16px -6px 12px -7px;
    padding-left: 0;
    width: auto;
  }
  #sec2 .main .row1 .item:nth-child(2) h3 small {
    margin-left: -7px;
    font-size: 11px;
  }
  #sec2 .main .row1 .item:nth-child(2) .img {
    margin: 27px -8px 15px -3px;
  }
  #sec2 .main .row2 {
    gap: 51px;
  }
  #sec2 .main .row2 .item {
    padding-bottom: 25px;
  }
  #sec2 .main .row2 .item:before {
    left: calc(50% - 25px);
    width: 55px;
    height: 28px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: calc(100% + 12px);
  }
  #sec2 .main .row2 .item .img {
    margin: 14px auto 12px;
  }
  #sec2 .main .row2 .item:nth-child(2) .img {
    width: 231px;
    margin: 11px auto -4px;
  }
  #sec2 .main .row2 .item:nth-child(2):before {
    display: none;
  }
  #sec2 .main .row2 .item:nth-child(3) {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #sec2 .main .row2 .item:nth-child(3) .img {
    margin: 20px auto 46px;
  }
  #sec2 .main .row2 .item:nth-child(3):before {
    display: block;
    top: auto;
    bottom: calc(100% + 12px);
    transform: scaleY(-1);
  }
}

/*--------------------------------------
  sec3
--------------------------------------*/
#sec3 {
  padding: 98px 0 104px;
}
#sec3 .content {
  max-width: 630px;
}
#sec3 .content h2 {
  letter-spacing: 0.1em;
  font-size: 28px;
  line-height: 46px;
}
#sec3 .content h3 {
  font-size: 16px;
  margin-top: 10px;
}
#sec3 .content .txt {
  font-size: 16px;
  margin-top: 30px;
  line-height: 32px;
  letter-spacing: 0.05em;
}
#sec3 .row {
  gap: 20px;
  justify-content: space-between;
}
#sec3 .row .img {
  max-width: 377px;
}
#sec3 .row1 .img {
  margin: -33px -1px 0 0;
}
#sec3 .row2 {
  margin-top: 60px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #sec3 {
    padding: 0 0 59px;
  }
  #sec3 .row {
    gap: 17px;
  }
  #sec3 .row .content {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }
  #sec3 .row .content h2 {
    font-size: 22px;
    line-height: 36px;
  }
  #sec3 .row .content h3 {
    margin-top: 5px;
  }
  #sec3 .row .content .txt {
    font-size: 15px;
    margin-top: 15px;
    line-height: 30px;
  }
  #sec3 .row1 {
    flex-direction: column-reverse;
  }
  #sec3 .row1 .img {
    margin: 0 auto;
    width: 217px;
  }
  #sec3 .row2 {
    margin-top: 53px;
    align-items: start;
    gap: 31px;
  }
  #sec3 .row2 .img {
    width: 247px;
    margin: 0 auto;
  }
  #sec3 .row2 .content .txt {
    margin-top: 20px;
  }
}

/*--------------------------------------
  sec4
--------------------------------------*/
#sec4 {
  background: #f1f5ff;
  padding: 76px 0 85px;
}
#sec4 h2 {
  text-align: center;
  line-height: 46px;
  letter-spacing: 0.05em;
}
#sec4 .buttons {
  gap: 30px;
  margin: 40px auto 43px;
  width: 100%;
  max-width: 975px;
}
#sec4 .buttons .sub {
  width: 50%;
}
#sec4 .buttons .sub:nth-child(1) a {
  background: #ff7b4d;
}
#sec4 .buttons p a {
  display: block;
  text-decoration: none;
  height: 86px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: var(--blue);
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  line-height: 84px;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding-left: 9px;
  box-sizing: border-box;
  font-family: 'Zen Maru Gothic';
  border-radius: 50px;
}
#sec4 .buttons p a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 31px;
  width: 9px;
  height: 100%;
  background: url('../img/lp/arrow.png') no-repeat center;
  background-size: contain;
}
#sec4 .buttons p a:hover {
  opacity: 0.8;
}
#sec4 .buttons .note {
  margin: 7px 0 0 0;
  text-align: center;
}
#sec4 .bg {
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
#sec4 .bg h3 {
  min-width: 218px;
  text-align: center;
  font-size: 22px;
}
#sec4 .bg ul {
  border-left: 2px solid #e9efff;
  padding: 43px 50px 34px 57px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
#sec4 .bg ul li {
  margin-bottom: 9px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#sec4 .bg ul li::before {
  content: '●';
  color: var(--blue);
  font-size: 9px;
  margin: 1px 6px 0 0;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 900px) {
  #sec4 .buttons p a {
    padding-left: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #sec4 {
    padding: 45px 0 34px;
  }
  #sec4 h2 {
    width: 310px;
    margin: 0 auto;
    max-width: 100%;
    line-height: 37px;
  }
  #sec4 .buttons {
    margin-top: 30px;
    max-width: 315px;
    gap: 15px;
    margin-bottom: 33px;
  }
  #sec4 .buttons .sub {
    width: 100%;
  }
  #sec4 .buttons p a {
    height: 66px;
    font-size: 17px;
    line-height: 61px;
    padding-left: 0;
    padding-right: 12px;
  }
  #sec4 .buttons p a:before {
    right: 23px;
    width: 7px;
  }
  #sec4 .buttons .note {
    text-align: left;
    margin-top: 15px;
    letter-spacing: 0em;
  }
  #sec4 .bg {
    display: block;
    margin: 0 12px 0 10px;
  }
  #sec4 .bg h3 {
    font-size: 18px;
    padding: 20px 0px;
  }
  #sec4 .bg ul {
    border: none;
    border-top: 2px solid #e9efff;
    padding: 17px 20px 7px 34px;
    line-height: 22px;
    margin-left: 0;
  }
  #sec4 .bg ul li {
    margin-bottom: 23px;
  }
  #sec4 .bg ul li:before {
    margin-right: 8px;
    margin-top: 2px;
  }
}

/*--------------------------------------
  sec5
--------------------------------------*/
#sec5 {
  padding: 84px 0;
}
#sec5 h2 {
  text-align: center;
  margin-bottom: 53px;
}
#sec5 .wrap {
  max-width: 900px;
}
#sec5 dl {
  margin-bottom: 24px;
}
#sec5 dl dt {
  background: #f1f5ff;
  border-radius: 5px;
  padding: 24px 70px 24px 27px;
  font-size: 18px;
  line-height: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 25px;
  letter-spacing: 0.05em;
  position: relative;
}
#sec5 dl dt:before {
  content: '';
  position: absolute;
  top: 1px;
  right: 32px;
  width: 21px;
  height: 100%;
  background: url('../img/lp/arrow2.png') no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
#sec5 dl dt span {
  font-size: 29px;
  margin-top: -2px;
}
#sec5 dl dd {
  font-size: 16px;
  line-height: 30px;
  margin: 24px 27px 51px;
}
#sec5 dl.active dt:before {
  transform: none;
}
@media screen and (max-width: 767px) {
  #sec5 {
    padding: 38px 0;
  }
  #sec5 h2 {
    margin-bottom: 24px;
  }
  #sec5 dl {
    margin: 0 8px 9px;
  }
  #sec5 dl dt {
    padding: 19px 50px 21px 15px;
    font-size: 15px;
    gap: 12px;
    line-height: 26px;
    letter-spacing: 0em;
  }
  #sec5 dl dt span {
    font-size: 19px;
  }
  #sec5 dl dt:before {
    right: 15px;
    width: 14px;
  }
  #sec5 dl dd {
    margin: 10px 0 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

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