.font-lora {
  font-family: "Lora", serif;
  font-style: italic;
}
.mtxt dt{
  color: #fff08c;
  font-weight: 900;
  font-size: 21px;
}
.mtxt dd{
  color: #fff;
  font-size: 16px;
  margin: -10px 0 20px;
}
.mtxt dl + dl dd {
  color: #fff;
  font-size: 16px;
  margin: -10px 0 0;
}
.mtxt dd span{
  font-weight: bold;
  font-size: 18px;
}
.top_btn {
  color: #047feb;
  font-weight: 900;
  display: block;
  width: 80%;
  padding: 15px 0;
  text-align: center;
  font-size: 22px;
  text-decoration: none!important;
  background: #fff08c;
  border-radius: 40px;
  transition: all 0.3s;
  position: absolute;
  bottom: 120px;
  left: 10%;
}
.top_btn:after{
  content:"";
  display: block;
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  border-right: #047feb 3px solid;
  border-bottom: #047feb 3px solid;
}
.top_btn:hover{
  transform: translateY(10px);
  text-decoration: none;
}
.datetimeBox .title + p{
  color: #fff;
    font-size: 18px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

.lp__wrapper {
  width: 100%;
  margin: 0;
  padding: 0 0 60px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .lp__wrapper {
    padding: 0;
  }
}

.lp__innerBox {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .lp__innerBox {
    max-width: 1090px;
    padding: 0 70px 0 20px;
  }
}

@media screen and (min-width: 1280px) {
  .lp__innerBox {
    max-width: 1040px;
    padding: 0 20px;
  }
}

.lp__header {
  position: absolute;
  z-index: 1;
  padding: 14px 19px;
}

.lp__header__logo {
  width: 172px;
}

@media screen and (min-width: 768px) {
  .lp__header {
    padding: 0;
    margin: -15px 0 0 15px;
}
  .lp__header__logo {
    width: 278px;
  }
}

.lp__footer {
  padding: 20px 0;
}

.lp__footer__logo {
  display: block;
  width: 171px;
  margin-bottom: 10px;
}

.lp__footer__addr {
  font-size: 13px;
  line-height: 1.53;
}

.lp__footer__tel {
  font-size: 13px;
  line-height: 1.53;
}

.lp__footer__site {
  font-size: 10px;
  letter-spacing: .05em;
  text-align: right;
  margin-top: 20px;
}

.lp__footer__copy {
  font-size: 10px;
  letter-spacing: .1em;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .lp__footer {
    padding: 50px 0 30px;
  }
  .lp__footer__logo {
    width: 225px;
    margin: 0;
  }
  .lp__footer__addr {
    display: inline-block;
    font-size: 14px;
  }
  .lp__footer__tel {
    display: inline-block;
    font-size: 14px;
    padding-left: 14px;
  }
  .lp__footer__site {
    font-size: 13px;
    margin: 0;
  }
  .lp__footer__copy {
    font-size: 9px;
    letter-spacing: .1em;
    text-align: center;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 980px) {
  .lp__footer .lp__innerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1230px;
  }
}

.lp__keyvisual {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 20%, #f5f0e1 20%, #f5f0e1 100%);
  padding-top: 20px;
}

.lp__keyvisual .title {
  position: relative;
  margin-top: 0;
}

.lp__keyvisual .catch {
  position: absolute;
  top: 18px;
  right: 36px;
  line-height: 1.5;

  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.lp__keyvisual .catch span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  background-color: #ffffff;
  padding: 5px 0;
}

.lp__wakaru .flexBox {
  display: flex;
  flex-direction: column-reverse;
}
.lp__wakaru .flexBox .imgBox {
  width: 64%;
  margin: 15px auto 0;
}
.lp__wakaru ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
}
.icon_number01::before {
  background-image: url(../images/img_004.png);
}
.icon_number02::before {
  background-image: url(../images/img_002.png);
}
.icon_number03::before {
  background-image: url(../images/img_003.png);
}
.lp__wakaru .flexBox .txtBox li p span {
  background: linear-gradient(transparent 70%, #fff08c 70%);
}
.lp__wakaru .flexBox .txtBox {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.lp__wakaru .flexBox .txtBox li {
  margin-bottom: 30px;
  padding-left: 80px;
}

@media screen and (min-width: 768px) {
  .lp__wakaru .flexBox .txtBox {
    margin: 0;
  }
  .lp__wakaru .flexBox .txtBox li {
    margin-bottom: 40px;
    padding-left: 20px;
  }
  .lp__wakaru {
    padding: 60px 0 0;
  }
  .lp__wakaru ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -74px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 81px;
  }
  .lp__keyvisual {
    height: calc(800/1280*100vw);
    padding-top: 40px;
  }
  .lp__keyvisual .title {
    position: absolute;
    top: calc(390/1280*100vw);
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    width: calc(1120/1440 *100vw);
    margin-top: -46px;
  }
  .top_btn {
    padding: 5px 0;
    bottom: 18%;
    font-size: 20px;
  }
  .lp__keyvisual .catch {
    top: 20%;
    right: 12%;
    line-height: 2.5;
  }
  .lp__keyvisual .catch span {
    font-size: 18px;
  }
}

@media screen and (min-width: 1280px) {
  .lp__keyvisual {
    height: calc(700 / 1280* 100vw);
    padding-top: 40px;
}
  .lp__keyvisual .title {
    top: calc(375/1280*100vw);
    left: 50%;
    transform: translateX(-50%);
  }
  .lp__keyvisual .catch {
    top: 215px;
  }
  .lp__keyvisual .catch span {
    font-size: 24px;
  }
  .top_btn {
    width: 80%;
    max-width: 700px;
    left: calc(50% - 350px);
  }
}

@media screen and (min-width: 1360px) {
  .lp__keyvisual .title {
    left: 50%;
    transform: translateX(-50%);
  }
  .lp__keyvisual .catch {
    top: 415px;
  }
  .lp__keyvisual .catch span {
    font-size: 24px;
  }
}

.lp__wakaru {
  position: relative;
  background-color: #f5f0e1;
  margin-bottom: 36px;
  padding: 28px 0 0;
}

.lp__wakaru::after {
  display: block;
  content: "";
  position: absolute;
  top: 92%;
  left: 0;
  z-index: -1;
  background-image: url(../images/wakaru_bg_sp.png);
  background-position: 50% 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 80px;
}

.lp__wakaru .title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  color: #047feb;
  margin-bottom: 16px;
}

.lp__wakaru ul {
  margin-bottom: 20px;
}

.lp__wakaru ul li {
  column-gap: 16px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -.05em;
  margin-right: 0;
  margin-bottom: 38px;
  padding-left: 20px;
}

.lp__wakaru .cap {
  line-height: 1.5;
  margin-bottom: 20px;
}

.lp__wakaru .t1 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .05em;
}

.lp__wakaru .img1 {
  width: 267px;
  margin: -20px auto 0;
}

@media screen and (min-width: 768px) {
  .lp__wakaru {
    padding: 60px 0 0;
  }
  .lp__wakaru::after {
    position: absolute;
    top: 100%;
    left: 0;
    background-image: url(../images/wakaru_bg.png);
    background-position: 50% 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .lp__wakaru .flexBox {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0 0 0 15px;
  }
  .lp__wakaru .flexBox > .txtBox {
    width: 53%;
    padding-top: 13px;
  }
  .lp__wakaru .flexBox > .imgBox {
    width: 47%;
    max-width: 400px;
    margin: 0 60px 0 0;
  }
  .lp__wakaru .title {
    font-size: 24px;
  }
  .lp__wakaru ul {
    margin: 0 0 30px;
  }
  .lp__wakaru ul li {
    font-size: 22px;
    padding-left: 25px;
  }
  .lp__wakaru .t1 {
    font-size: 22px;
  }
  .lp__wakaru .img1 {
    width: 85%;
    max-width: 444px;
    margin: 0;
  }
}

@media screen and (min-width: 1280px) {
  .lp__wakaru .img1 {
    width: 100%;
    max-width: 400px;
    margin: 0;
  }
}

.lp__point {
  position: relative;
  z-index: 1;
  padding: 50px 0 0;
}

@media screen and (min-width: 768px) {
  .lp__point {
    padding: 90px 0;
  }
}

.lp__point .h_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  color: #047feb;
  max-width: 550px;
  margin: 0 auto 30px;
  padding: 0 0 10px;
  border-bottom: 2px solid #047feb;
}

.lp__point .h_title span {
  font-size: 57px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .lp__point .h_title {
    font-size: 30px;
    margin-bottom: 67px;
  }
  .lp__point .h_title span {
    font-size: 70px;
  }
}

.lp__point__elem {
  margin: 0 -20px;
  padding: 0 20px;
}

.lp__point__elem .head {
  display: flex;
  align-items: start;
  color: #047feb;
  margin-bottom: 10px;
}

.lp__point__elem .number {
  line-height: 1;
  text-align: center;
  width: 36px;
}

.lp__point__elem .number .en {
  display: block;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 3px;
}

.lp__point__elem .number .num {
  font-size: 50px;
  line-height: 1;
}

.lp__point__elem .title {
  font-size: 20px;
  width: calc( 100% - 36px);
  margin: 0;
  padding: 0 0 0 12px;
}

.lp__point__elem .title .marker {
  background: linear-gradient(transparent 80%, #fff08c 80%);
}

.lp__point__elem .txtarea {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 60px;
}

.lp__point__elem.p001 {
  padding-bottom: 100px;
}

.lp__point__elem.p001 .contGroup {
  position: relative;
  padding-bottom: 3px;
}
.lp__point__elem.p001 .contGroup::before {
  content: "";
  position: absolute;
  top: 66%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-image: url(../images/point_sp_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 170vw;
  height: 170vw;
}

.lp__point__elem.p001 .contGroup .img {
  margin: 0;
}

.lp__point__elem.p001 .contGroup .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.61;
  width: 200px;
}

.lp__point__elem.p002 .head {
  margin-bottom: 12px;
}

.lp__point__elem.p002 .txtarea {
  margin-bottom: 20px;
}

.lp__point__elem.p002 .cicle .img {
  margin: 0;
}

.lp__point__elem.p002 .asobi {
  color: #047feb;
  width: 100%;
  max-width: 350px;
  margin: 60px auto 0;
  padding: 20px;
  border: 2px solid #047feb;
}

.lp__point__elem.p002 .asobi .ttl {
  font-size: 17px;
  letter-spacing: .05em;
  margin: 0 0 14px;
}

.lp__point__elem.p002 .asobi .txt {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .05em;
  margin: 0 0 20px;
}

.lp__point__elem.p003 .head {
  margin-bottom: 15px;
}

.lp__point__elem.p003 .txtarea {
  margin-bottom: 0;
}

.lp__point__elem.p003 .img1 {
  position: relative;
  z-index: -1;
  width: 140%;
  margin: -60px -18px 36px -17%;
}
.lp__point__elem.p003 {
  margin-top: 60px;
}

.lp__point__elem.p003 .p003__bottom {
  position: relative;
  margin-top: 60px;
}
.lp__point__elem.p003 .p003__bottom::before {
  content: "";
  position: absolute;
  top: -90px;
  left: -30px;
  z-index: -1;
  background-image: url(../images/icon_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27vw;
  height: 27vw;
}
.lp__point__elem.p003 .p003__bottom .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateY(20px);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  background-color: #047feb;
  width: 125px;
  height: 125px;
  border-radius: 50%;
}

.lp__point__elem.p003 .p003__bottom .img03 {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-20px);
  width: 120px;
}
.lp__voice {
  padding-top: 12px;
}
.lp__voice-items {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.lp__voice-item {
  position: relative;
  width: 100%;
  padding: 12px;
  border: 1.37px solid #047feb;
}
.lp__voice-item::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -5px;
  z-index: 10;
  background-image: url(../images/icon_voice.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
}
.lp__voice-item.lp__voice-item--under {
  margin-top: 60px;
}
.lp__voice-flex {
  display: flex;
  align-items: start;
  column-gap: 15px;
}

.lp__voice-img {
  width: 43%;
}
.lp__voice-img img {
  object-fit: cover;
}
.lp__voice-title-wrap {
  width: 57%;
  padding-top: 5px;
}
.lp__voice-title {
  font-size: 15px;
  font-weight: 700;
  line-height: calc(28/18);
  letter-spacing: .075em;
  color: #047feb;
}
.lp__voice-name {
  font-size: 14px;
  font-weight: 700;
  line-height: calc(28/14);
  letter-spacing: .075em;
  margin-top: 3px;
}
.lp__voice-text {
  font-size: 14px;
  line-height: calc(28/14);
  letter-spacing: .08em;
  margin-top: 10px;
}
.lp__voice-text span {
  font-weight: 700;
  background: linear-gradient(transparent 70%, #fff08c 70%);
}
.lp__point__elem.p002 {
  position: relative;
  padding-top: 60px;
}
.lp__point__elem.p002::after {
  display: block;
  content: "";
  position: absolute;
  top: 200px;
  left: -30%;
  z-index: -1;
  background-image: url(../images/point2_bg.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 106vw;
  height: 106vw;
}
.lp__voice-item + .lp__voice-item {
  margin-top: 60px;
}
.lp__bottom.lp__bottom--contact {
  margin-top: 120px;
}
.lp__point__elem.p003 .txtarea a {
  display: block;
  font-size: 16px;
  line-height: calc(21/16);
  letter-spacing: .075em;
  text-decoration: underline;
  color: #047feb;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .lp__point__elem {
    margin: 0;
    padding: 0;
  }
  .lp__point__elem .head {
    margin-bottom: 25px;
  }
  .lp__point__elem .number {
    width: 72px;
  }
  .lp__point__elem .number .en {
    font-size: 16px;
  }
  .lp__point__elem .number .num {
    font-size: 80px;
  }
  .lp__point__elem .title {
    font-size: 30px;
    width: calc( 100% - 80px);
  }
  .lp__point__elem .txtarea {
    font-size: 16px;
    line-height: 2;
    width: 40%;
    max-width: 420px;
    margin-top: 36px;
    margin-left: 80px;
  }
  .lp__point__elem.p001 {
    position: relative;
    background: none;
    padding-bottom: 6px;
  }
  .lp__point__elem.p001 .txtarea {
    max-width: 350px;
  }
  .lp__point__elem.p001::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-55%);
    background-image: url(../images/point1_bg.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1324px;
    height: 690px;
  }
  .lp__point__elem.p001 .contGroup {
    position: absolute;
    top: 42px;
    right: 16px;
    width: 40%;
    max-width: 517px;
  }
  .lp__point__elem.p001 .contGroup .img {
    margin: 0;
  }
  .lp__point__elem.p001 .contGroup .txt {
    bottom: -66px;
    left: 14px;
    font-size: 12px;
    line-height: 1.5;
    width: 140px;
  }
  .lp__point__elem.p002 {
    position: relative;
    background: none;
    padding-top: 160px;
  }
  .lp__point__elem.p002::after {
    display: block;
    content: "";
    position: absolute;
    top: 60px;
    left: -310px;
    z-index: -1;
    background-image: url(../images/point2_bg.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 808px;
    height: 636px;
  }
  .lp__point__elem.p002 .head {
    position: relative;
    z-index: 1;
    width: 80%;
    max-width: 680px;
    margin: 0 0 28px auto;
  }
  .lp__point__elem.p002 .txtarea {
    position: relative;
    z-index: 1;
    width: 420px;
    margin: 37px 60px 20px auto;
  }
  .lp__point__elem.p002 .cicle .img {
    position: absolute;
    top: 200px;
    left: 0;
    width: 46%;
    margin: 0;
  }
  .lp__point__elem.p002 .asobi {
    margin: 0 0 0 auto;
  }
  .lp__point__elem.p002 .asobi .ttl {
    font-size: 16px;
    margin: 0 0 18px;
  }
  .lp__point__elem.p002 .asobi .txt {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 12px;
  }
  .lp__point__elem.p003 {
    position: relative;
    background: none;
    margin-top: 0;
    padding-top: 135px;
  }
  .lp__point__elem.p003 .head {
    margin-bottom: 0;
  }
  .lp__point__elem.p003 .txtarea {
    max-width: 344px;
    margin-top: 24px;
    margin-bottom: 100px;
  }

  .lp__point__elem.p003 .img1 {
    position: absolute;
    top: 126px;
    right: -7px;
    width: 50%;
    margin: 0;
  }
  .lp__point__elem.p003 .p003__bottom {
    width: calc( 100% - 80px);
    margin: 80px 0 0 auto;
  }
  .lp__point__elem.p003 .p003__bottom .txt {
    bottom: 100%;
    left: 63%;
    transform: translateY(74px);
    font-size: 17px;
    width: 177px;
    height: 177px;
  }
  .lp__point__elem.p003 .p003__bottom .img03 {
    top: 100%;
    left: -47px;
    transform: translateY(-94px);
    width: 269px;
  }
  .lp__voice.lp__voice--02 {
    padding-top: 120px;
  }
  .lp__voice.lp__voice--03 {
    margin-top: -60px;
  }
  .lp__voice-items {
    display: flex;
    flex-direction: row;
    align-items: start;
    column-gap: 40px;
  }
  .lp__voice-item {
    position: relative;
    width: 50%;
    min-height: 420px;
    padding: 20px;
    border: 1.37px solid #047feb;
  }
  .lp__voice-item + .lp__voice-item {
    margin-top: 0;
  }
  .lp__voice-item::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    background-image: url(../images/icon_voice.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
  }
  .lp__voice-item.lp__voice-item--under {
    margin-top: 90px;
  }
  .lp__voice-flex {
    display: flex;
    align-items: start;
    column-gap: 20px;
  }

  .lp__voice-img {
    width: 44%;
  }
  .lp__voice-img img {
    object-fit: cover;
  }
  .lp__voice-title-wrap {
    width: 56%;
  }
  .lp__voice-title {
    font-size: 18px;
    font-weight: 700;
    line-height: calc(28/18);
    letter-spacing: .075em;
    color: #047feb;
  }
  .lp__voice-name {
    font-size: 14px;
    font-weight: 700;
    line-height: calc(28/14);
    letter-spacing: .075em;
    margin-top: 16px;
  }
  .lp__voice-text {
    font-size: 14px;
    line-height: calc(28/14);
    letter-spacing: .08em;
    margin-top: 14px;
  }
  .lp__voice-text span {
    font-weight: 700;
    background: linear-gradient(transparent 70%, #fff08c 70%);
  }
  .lp__bottom.lp__bottom--contact {
    margin-top: -20px;
  }
  .lp__point__elem.p003 .p003__bottom::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -150px;
    z-index: -1;
    background-image: url(../images/icon_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 280px;
  }
  .lp__point__elem.p001 .contGroup::before {
    content: unset;
  }
}
@media screen and (min-width: 880px) {
  .lp__point__elem.p002 .cicle .img {
    position: absolute;
    top: 200px;
    left: 0;
    width: 350px;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .lp__point__elem .number {
    width: 72px;
  }
  .lp__point__elem .number .en {
    font-size: 18px;
  }
  .lp__point__elem .number .num {
    font-size: 100px;
  }
  .lp__point__elem .title {
    font-size: 40px;
    width: calc( 100% - 80px);
  }
  .lp__point__elem.p001 .contGroup {
    width: 60%;
    max-width: 517px;
  }
  .lp__point__elem.p001 .contGroup .txt {
    bottom: -6px;
    left: 14px;
    font-size: 15px;
    line-height: 2;
    width: 285px;
  }
  .lp__point__elem.p002 .cicle .img {
    position: absolute;
    top: 120px;
    left: 30px;
    width: 355px;
    margin: 0;
    ;
  }
  .lp__point__elem.p003 .img1 {
    position: absolute;
    top: 140px;
    right: -100px;
    width: 720px;
    margin: 0;
  }
}

.lp__bottom {
  position: relative;
  background-color: rgba(216, 234, 75, .6);
  margin-top: 85px;
}


.lp__bottom .datetimeBox {
  position: relative;
  background-image: url(../images/bottom_bg_sp.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  margin: 0;
  padding: 55px 0 64px;
}

.lp__bottom .title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #ffffff;
}

.lp__bottom .txt {
  margin-top: 14px;
  margin-right: -10px;
}

.lp__bottom .txt li {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.62;
  color: #ffffff;
}

.lp__bottom .txt li::before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: -13px;
  background-color: #ffffff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.lp__bottom .txt p {
  font-size: 16px !important;
  line-height: 1.2;
  color: #047feb;
  font-weight: bold;
  background: #fff08c;
  padding: 20px 9px;
  border-radius: 4px;
  width: 34px;
  margin: 0 25px 0 0!important;
}
.lp__bottom .datetime {
  position: absolute;
  top: 140px;
  left: 20px;
  width: 115px;
}

.lp__bottom .img01 {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 143px;
}

.lp__bottom .buttons {
  margin-top: 34px;
  padding-bottom: 20px;
}

.lp__bottom .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  width: 315px;
  height: 60px;
  margin: 10px auto;
  border-radius: 30px;
}

.lp__bottom .buttons a:hover {
  opacity: .8;
  text-decoration: none;
}

.lp__bottom .buttons a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 70px;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}

.lp__bottom .buttons a i {
  margin-right: 6px;
}

.lp__bottom .buttons .btn001 {
  margin-bottom: 20px;
}

.lp__bottom .buttons .btn001 a {
  background-color: #ff7c17;
}

.lp__bottom .buttons .btn002 a {
  background-color: #06c755;
}

@media screen and (min-width: 768px) {
  .lp__bottom {
    margin-top: 45px;
  }
  .lp__bottom .datetimeBox {
    background-image: url(../images/bottom_bg.png);
    background-position: 50% 0;
    background-size: 1920px 685px;
    background-repeat: no-repeat;
    height: 685px;
    padding: 108px 0 64px;
    margin: 100px 0 0 0;
  }
  .lp__bottom .datetimeBox .lp__innerBox {
    position: relative;
  }
  .lp__bottom .title {
    font-size: 43px;
    margin-bottom: 34px;
  }
  .lp__bottom .txt {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
}
  .lp__bottom .txt li {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .lp__bottom .txt li::before {
    top: 4px;
    left: -20px;
    width: 16px;
    height: 16px;
  }
  .lp__bottom .txt p {
    font-size: 14px;
    margin: 15px 0 0 0;
  }
  .lp__bottom .datetime {
    position: absolute;
    top: -6px;
    left: 360px;
    width: 163px;
  }
  .lp__bottom .img01 {
    position: absolute;
    top: -205px;
    right: -40px;
    width: 36%;
  }
  .lp__bottom .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -86px;
    padding-bottom: 108px;
  }
  .lp__bottom .buttons a {
    font-size: 22px;
    font-weight: 700;
    width: 320px;
    height: 60px;
    margin: 0 10px;
    border-radius: 40px;
  }
  .lp__bottom .buttons a::after {
    content: "";
    top: 50%;
    right: 22px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
  .lp__bottom .buttons .btn001 {
    margin: 0;
  }
  .lp__bottom .buttons .btn002 {
    margin: 0;
  }
}

@media screen and (min-width: 1280px) {
  .lp__bottom .img01 {
    position: absolute;
    top: -185px;
    right: -40px;
    width: 490px;
  }
  .lp__bottom .buttons a {
    font-size: 30px;
    width: 400px;
    height: 80px;
    margin: 0 18px;
  }
}

@media screen and (min-width: 1920px) {
  .lp__bottom .datetimeBox {
    background-size: 100% 685px;
  }
}

.icon_comment {
  display: inline-block;
  background-image: url(../images/icon_comment.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .icon_comment {
    width: 39px;
    height: 37px;
  }
}

.icon_mobile {
  display: inline-block;
  background-image: url(../images/icon_mobile.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .icon_mobile {
    width: 24px;
    height: 42px;
  }
}

.icon_blank {
  display: inline-block;
  background-image: url(../images/icon_blank.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
}

.floating {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

.floating > p {
  width: 50%;
}

.floating a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
  height: 60px;
  padding-right: 14px;
}

.floating a:hover {
  opacity: .8;
  text-decoration: none;
}

.floating a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}

.floating a i {
  margin-right: 6px;
}

.floating .btn001 a {
  background-color: #ff7c17;
}

.floating .btn002 a {
  background-color: #06c755;
}

@media screen and (min-width: 768px) {
  .floating {
    flex-wrap: wrap;
    position: fixed;
    top: 100px;
    right: 0;
    bottom: inherit;
    left: inherit;
    width: 60px;
  }
  .floating > p {
    width: 100%;
  }
  .floating a {
    font-size: 18px;
    width: 60px;
    height: 240px;
    padding: 0;

    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
  .floating a::after {
    content: none;
  }
  .floating a i {
    margin: 0;
    margin-bottom: 5px;
  }
  .floating .btn001 a {
    border-radius: 12px 0 0 0;
  }
  .floating .btn001 a i {
    width: 33px;
    height: 32px;
  }
  .floating .btn002 a {
    border-radius: 0 0 0 12px;
  }
  .floating .btn002 a i {
    width: 21px;
    height: 37px;
  }
}
@media screen and (max-width: 767px) {
.lp__header {
  position: absolute;
  z-index: 1;
  padding: 0 10px;
  top: 10px;
}
.top_btn {
  color: #047feb;
  font-weight: 900;
  display: block;
  width: 90%;
  padding: 8px 0;
  text-align: center;
  font-size: 4vw;
  text-decoration: none !important;
  background: #fff08c;
  border-radius: 40px;
  transition: all 0.3s;
  position: absolute;
  bottom: 20px;
  left: 5%;
}
.top_btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: calc(50% - 9px);
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-right: #047feb 3px solid;
  border-bottom: #047feb 3px solid;
}
.lp__bottom .txt p {
  font-size: 16px !important;
  margin: 0 25px 0 0 !important;
  display: inline-block;
}
.lp__bottom .txt p br{
  display: none!important;
}
.datetimeBox .title + p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 15px 0 0;
}
.lp__bottom .datetime {
  position: absolute;
  top: 140px;
  right: 10px;
  width: 95px;
  left: auto;
}
.lp__bottom .txt p {
  font-size: 16px !important;
  line-height: 1.2;
  color: #047feb;
  font-weight: bold;
  background: #fff08c;
  padding: 5px 9px;
  border-radius: 4px;
  width: 11em;
  text-align: center;
  margin: 20px 0 0 !important;
}
}
/*# sourceMappingURL=style.css.map */
