<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*===============================================
reset
===============================================*/
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  font-weight: 600;
}

ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  vertical-align: top;
}

caption {
  text-align: left;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

img {
  max-width: 100%;
  border: 0;
  height: auto;
  vertical-align: bottom;
}

figure {
  margin: 0 0 10px 0;
}

#Smallchat{
  display: none;
}

.fixed-side-navi {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}

.fixed-side-navi ul {
  background: rgba(0, 0, 0, 0.9);
  font-family: 'Noto Serif Japanese light';
  font-size: 15px;
  width: 120px;
  padding: 0 10px 10px 10px;
  border-radius: 8px 0 0 8px;
}

.fixed-side-navi ul li {
  text-align: center;
  position: relative;
}

.fixed-side-navi ul li + li::before {
  content: "";
  background: #ffffff;
  width: 85px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fixed-side-navi ul a {
  color: #fff;
  display: block;
  padding: 17px 3px 6px 3px;
}
.fixed-side-navi ul a img {
  width: 100%;
}

.fixed-side-navi ul i {
  display: block;
  font-size: 18px;
  margin: 0 0 10px;
}

/*===============================================
基本要素の設定
body
ul,ol
a:
===============================================*/
* {
  box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
  color: #000000;
  line-height: 1.9;
  font-size: 1em;
  font-family: 'Lato','YuGothic','Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 500;
  background-color: #ede7de;
}

.olnumber {
  line-height: 2.0;
}

iframe {
  width: 100%;
}

a {
  color: #e86300;
  text-decoration: none;
}

a:hover {
  color: #000000;
}

.opa08 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 480px) {
  .opa08:hover {
    opacity: .7;
  }
  .opa08 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
}

.page-LPF .hover-blur img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.page-LPF .hover-blur img:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.page-LPF .hover-opa img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.page-LPF .hover-opa img:hover {
  opacity: 0.8;
}

.page-LPF h1 {
  font-size: 13px;
  text-align: center;
}

.page-LPF h2 {
  font-family: "Noto Serif JP";
  font-size: 26px;
  font-weight: 300;
  line-height: 2.5;
  color: #f18e00;
  margin-bottom: 20px;
}

.page-LPF h3 {
  line-height: 1.4;
  color: #e86300;
  font-family: "Noto Serif JP";
  font-size: 40px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: none;
  color: #f18e00;
  font-weight: 300;
}

.page-LPF h4 {
  position: relative;
  font-family: "Noto Serif JP";
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #f18e00;
  font-weight: 300;
}

.page-LPF h5 {
  font-family: "Noto Serif JP";
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-weight: 300;
}

.page-LPF h6 {
  font-family: "Noto Serif JP";
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #333333;
  font-weight: 300;
}

.page-LPF h6::before {
  content: "";
  position: absolute;
  background: #51e086;
  width: 7px;
  height: 7px;
  top: 15px;
  left: 0;
  border-radius: 50px;
}

.page-LPF strong {
  font-weight: 600;
  color: #f18e00;
}

.page-LPF p {
  margin-bottom: 10px;
}

.page-LPF .color-main {
  color: #f18e00;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

/*===============================================
共通クラスの設定
===============================================*/
.page-LPF .fixed:after {
  clear: both;
  content: "";
  display: block;
}

.page-LPF .txt--C {
  text-align: center;
}

.page-LPF .txt--R {
  text-align: right;
}

.page-LPF .ttlCenter {
  text-align: center;
}

.page-LPF .txtMaker {
  background: #ffdbe1;
  font-weight: bold;
}

.page-LPF .photoBg {
  float: right;
  width: 416px;
  height: 269px;
  margin-top: 72px;
  background: #f18e00;
}

/* Animation */
.page-LPF .effect-fade {
  opacity: 0;
  transform: translate(0, 15px);
  transition: all 600ms;
}

.page-LPF .effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

@-webkit-keyframes masking {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  42%, 58% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@keyframes masking {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  42%, 58% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

/* Button */
.page-LPF .btn {
  font-family: "Noto Sans JP";
  font-weight: 300;
}

.page-LPF .btn {
  font-size: 15px;
  cursor: pointer;
  outline: 0;
  border-style: none;
  border-radius: 20px;
  min-width: 120px;
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page-LPF .btnMore--white::before {
  display: inline-block;
  content: "?";
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: bold;
  margin-right: 7px;
  vertical-align: 1px;
}

.page-LPF .btnMore--white {
  position: relative;
  display: inline-block;
  background: #ffffff;
  color: #E23350;
  line-height: 1;
  padding: 9px 20px 9px 20px;
  border-radius: 20px;
}

.page-LPF .btnMore--white .fas {
  position: absolute;
  font-size: 12px;
  margin-right: 5px;
  top: 31%;
  left: 22px;
}

/* cursor */
.page-LPF .hand {
  cursor: pointer;
}

/* レイアウト用 */
.page-LPF .L-inner {
  width: 1002px;
  margin: 0 auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .page-LPF .L-inner {
    width: 1024px;
  }
}

.page-LPF .L-inner__L {
  width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .page-LPF .L-inner__L {
    width: 90%;
  }
}

.page-LPF .L-inner__M {
  width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .page-LPF .L-inner__M {
    width: 90%;
  }
}

/* flex用css */
.page-LPF .flexContents {
  display: flex;
  justify-content: space-between;
}

.LPF-flexContainer__txtL {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.LPF-flexContainer__txtL figure {
  width: 420px;
}

.LPF-flexContainer__txtR {
  display: flex;
  justify-content: space-between;
}

.LPF-flexContainer__txtR figure {
  width: 420px;
}

.LPF-flexContainer__txtWrap {
  width: 555px;
}

@media screen and (max-width: 1200px) {
  .LPF-flexContainer__txtWrap {
    width: 54%;
  }
}

.LPF-flexContainer__txtL, .LPF-flexContainer__txtR {
  margin-bottom: 35px;
}

.LPF-flexContainer__txtL figure {
  height: 350px;
  position: relative;
}

.LPF-flexContainer__txtL figure img {
  position: absolute;
  top: 20px;
  right: 20px;
}

.LPF-flexContainer__txtR figure {
  height: 350px;
  position: relative;
}

.LPF-flexContainer__txtR figure img {
  position: absolute;
  top: 20px;
  left: 20px;
}

p.LPF-flexContainer__txtAll {
  margin-bottom: 45px;
}

@media screen and (max-width: 1200px) {
  .LPF-flexContainer__txtWrap {
    width: 54%;
  }
}

/*===============================================
sticky
===============================================*/
.page-LPF .stickyMenu {
  position: -webkit-sticky;
  position: sticky;
  top: 70%;
  z-index: 9999;
}

.page-LPF .sticky {
  position: absolute;
  top: -85px;
  right: 0;
}

/*===============================================
heroimage
===============================================*/
.page-LPF .heroImage {
  clear: both;
  width: 100%;
  height: 1055px;
  background: url("./images/LP_main_img2(pc).png") no-repeat top center;
  position: relative;
  /* Animation */
}

@media screen and (max-width: 1200px) {
  .page-LPF .heroImage {
    background: url("./images/LP_main_img(ipad)@2x.png") no-repeat top center/contain;
    height: 675px;
  }
}


.page-LPF .heroImage h2 {
  margin: 0 auto;
  padding-top: 250px;
  text-align: center;
}

.page-LPF .heroImage h2 img {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.page-LPF .heroImage h2.is-action img {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*===============================================
main contents
===============================================*/
.LPF001 {
  margin-bottom: 70px;
  /* Animation */
}

.LPF001 .L-inner__L {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF001 .L-inner__L.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF001 h3 {
  text-align: center;
  margin-bottom: 50px;
}

.LPF001 .flexContents {
  flex-direction: row-reverse;
}

.LPF001 .LPF001__img {
  width: 607px;
}

.LPF001 .LPF001__txt {
  width: 600px;
}

@media screen and (max-width: 1200px) {
  .LPF001 .LPF001__img {
    width: 50%;
  }
  .LPF001 .LPF001__txt {
    width: 47%;
  }
}

.LPF002 {
  padding: 55px 0 15px;
  background: url("./images/LP_bg2-1(pc).jpg") no-repeat top center/cover;
  /* Animation */
}

.LPF002 h3 {
  text-align: center;
  margin-bottom: 60px;
}

.LPF002 h3 {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF002 h3.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF002 h4 {
  color: #000000;
  font-size: 20px;
}

.LPF002 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.LPF002 ul li {
  width: 314px;
  position: relative;
  margin-bottom: 40px;
}

.LPF002 ul li .LPF002__icn {
  position: absolute;
  top: -40px;
}

.LPF002 ul li.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.LPF002 ul li.effect-fade:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.LPF002 ul li.effect-fade:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.LPF002 ul li.effect-fade:nth-of-type(4) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.LPF002 ul li.effect-fade:nth-of-type(5) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.LPF002 ul li.effect-fade:nth-of-type(6) {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}

.LPF003 {
  padding: 80px 0;
  background: url("./images/LP_bg3-1(pc).png") no-repeat top center;
  /* Animation */
  /* Animation */
}

.LPF003 h3 {
  text-align: center;
  margin-bottom: 60px;
}

.LPF003 h3 {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF003 h3.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF003 li {
  background-color: #ffffff;
  margin-bottom: 60px;
  padding: 55px 50px;
}

.LPF003 li h4 {
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

.LPF003 li {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF003 li.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF003 li:nth-child(1) {
  background: #ffffff url("./images/LP_img3-1(pc).png") no-repeat bottom right;
}

.LPF003 li:nth-child(2) {
  background: #ffffff url("./images/LP_img3-2(pc).png") no-repeat bottom right;
}

.LPF003 li:nth-child(3) {
  background: #ffffff url("./images/LP_img3-3(pc).png") no-repeat bottom right;
}

.LPF003 li:nth-child(4) {
  background: #ffffff url("./images/LP_img3-4(pc).png") no-repeat bottom right;
}

.LPF004 {
  background: url("./images/LP_bg4-1(pc).png") no-repeat bottom center, url("./images/LP_bg4-2(pc).jpg") no-repeat top center/cover;
  padding: 70px 0 90px;
  /* Animation */
}

.LPF004 h3 {
  text-align: center;
}

.LPF004 .LPF004__txt {
  width: 550px;
  margin: 0 auto;
  text-align: center;
}

.LPF004 .LPF004__txt {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF004 .LPF004__txt.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF005__1 {
  background: url("./images/LP_bg5-1(pc).jpg") no-repeat top center/cover;
  padding: 65px 0;
  color: #ffffff;
  /* Animation */
  /* Animation */
}

.LPF005__1 h3 {
  text-align: center;
}

.LPF005__1 h4 {
  color: #ffffff;
}

.LPF005__1 .LPF__summit2020 {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF005__1 .LPF__summit2020.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF005__1 .LPF005__container {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.LPF005__1 .LPF005__container {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF005__1 .LPF005__container.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF005__1 .LPF005c__img {
  display: flex;
  justify-content: space-between;
  width: 45%;
}

.LPF005__1 .LPF005c__img li {
  width: 130px;
}

.LPF005__1 .LPF005c__img li p {
  font-family: "Noto Serif JP";
  line-height: 1.5;
  text-align: center;
}

.LPF005__1 .LPF005c__txt {
  width: 52%;
}

.LPF005__2 {
  padding: 65px 0 40px;
  background: url("./images/LP_bg5-2(pc).png") no-repeat top center;
}

.LPF005__2 .LPF005__guitter {
  margin-bottom: 30px;
  /* Animation */
}

.LPF005__2 .LPF005__guitter h3 {
  text-align: center;
  margin-bottom: 40px;
}

.LPF005__2 .LPF005__guitter h3 {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF005__2 .LPF005__guitter h3.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF005__2 .LPF005__guitter ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.LPF005__2 .LPF005__guitter ul li {
  width: 231px;
  margin-right: 25px;
  margin-bottom: 15px;
}

.LPF005__2 .LPF005__guitter ul li:nth-child(4) {
  margin-right: 0;
}

.LPF005__2 .LPF005__guitter ul li.effect-fade:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.LPF005__2 .LPF005__guitter ul li.effect-fade:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.LPF005__2 .LPF005__guitter ul li.effect-fade:nth-of-type(4) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.LPF005__2 .LPF005__guitter ul li.effect-fade:nth-of-type(5) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.LPF005__2 .LPF005__guitter ul li.effect-fade:nth-of-type(6) {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}

.LPF005__2 .LPF005__guitter ul li.effect-fade:nth-of-type(7) {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.LPF005__2 .LPF005__event {
  /* Animation */
  /* Animation */
}

.LPF005__2 .LPF005__event h3 {
  text-align: center;
  margin-bottom: 40px;
}

.LPF005__2 .LPF005__event h3 {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF005__2 .LPF005__event h3.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF005__2 .LPF005__event .LPF-flexContainer__txtWrap {
  width: 530px;
}

.LPF005__2 .LPF005__event .LPF-flexContainer__txtL, .LPF005__2 .LPF005__event .LPF-flexContainer__txtR {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF005__2 .LPF005__event .LPF-flexContainer__txtL.is-action, .LPF005__2 .LPF005__event .LPF-flexContainer__txtR.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF006 {
  margin-bottom: 100px;
}

.LPF006 h3 {
  text-align: center;
  margin-bottom: 0;
}

.LPF006 .LPF006__youtubeList {
  margin: 0 50px 35px;
  display: flex;
  justify-content: space-between;
}

.LPF006 .LPF006__youtubeList li {
  width: 23%;
}

.LPF006 .LPF006__youtubeBnr {
  display: flex;
  justify-content: space-between;
}

.LPF006 .LPF006__youtubeBnr .figure {
  width: 480px;
}

.LPF006 .LPF006__youtubeBnr .LPF006__youtubeTxt {
  width: 490px;
}

/* Animation */
.LPF006 {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF006.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF-teacher {
  margin-bottom: 65px;
}

h4.LPF-txtMaker {
  display: inline;
  background: linear-gradient(transparent 0%, #e86300 0%);
  color: #ffffff;
  line-height: 1.8;
}

.LPF007 {
  /* Animation */
  /* Animation masking */
  /* Animation */
}

.LPF007__hero {
  background: url("./images/LP_bg7-1(pc).jpg") no-repeat top left/cover;
  position: relative;
  min-height: 460px;
  margin-bottom: 65px;
}

.LPF007__hero h3 {
  margin-bottom: 10px;
}

.LPF007__hero h4 {
  margin-bottom: 30px;
  display: inline-block;
  color: transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0ms 500ms;
  transition: color 0ms 500ms;
}

.LPF007__heroTxt {
  width: 45%;
  padding: 90px 0 30px;
  margin-left: 51%;
}

.LPF007__heroTxt {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF007__heroTxt.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF007__heroTxt h3, .LPF007__heroTxt h4, .LPF007__heroTxt p {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0ms 500ms;
  transition: color 0ms 500ms;
}

.LPF007__heroTxt h3::before, .LPF007__heroTxt h4::before, .LPF007__heroTxt p::before {
  content: "";
  background: #e86300;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}

.LPF007__heroTxt.is-action h3::before, .LPF007__heroTxt.is-action h4::before, .LPF007__heroTxt.is-action p::before {
  -webkit-animation: masking 1300ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: masking 1300ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.LPF007 .LPF-flexContainer__txtL, .LPF007 .LPF-flexContainer__txtR, .LPF007 .LPF-flexContainer__txtAll {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF007 .LPF-flexContainer__txtL.is-action, .LPF007 .LPF-flexContainer__txtR.is-action, .LPF007 .LPF-flexContainer__txtAll.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .LPF007__hero {
    background-position: 20%;
  }
}

.LPF008 {
  /* Animation */
  /* Animation masking */
  /* Animation */
}

.LPF008__hero {
  background: url("./images/LP_bg8-1(pc).jpg") no-repeat top right/cover;
  position: relative;
  min-height: 460px;
  margin-bottom: 65px;
}

.LPF008__hero h3 {
  margin-bottom: 10px;
}

.LPF008__hero h4 {
  margin-bottom: 30px;
}

.LPF008__heroTxt {
  width: 50%;
  padding: 70px 0 80px;
  margin-left: 50px;
}

.LPF008__heroTxt {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF008__heroTxt.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF008__heroTxt h3, .LPF008__heroTxt h4, .LPF008__heroTxt p {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0ms 500ms;
  transition: color 0ms 500ms;
}

.LPF008__heroTxt h3::before, .LPF008__heroTxt h4::before, .LPF008__heroTxt p::before {
  content: "";
  background: #e86300;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}

.LPF008__heroTxt.is-action h3::before, .LPF008__heroTxt.is-action h4::before, .LPF008__heroTxt.is-action p::before {
  -webkit-animation: masking 1300ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: masking 1300ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.LPF008 .LPF-flexContainer__txtL, .LPF008 .LPF-flexContainer__txtR, .LPF008 .LPF-flexContainer__txtAll {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF008 .LPF-flexContainer__txtL.is-action, .LPF008 .LPF-flexContainer__txtR.is-action, .LPF008 .LPF-flexContainer__txtAll.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .LPF008__hero {
    background-position: 70%;
  }
}

.LPF009 {
  /* Animation */
  /* Animation masking */
  /* Animation */
}

.LPF009__hero {
  background: url("./images/LP_bg9-1(pc).jpg") no-repeat top left/cover;
  position: relative;
  min-height: 460px;
  margin-bottom: 65px;
}

.LPF009__hero h3 {
  margin-bottom: 10px;
}

.LPF009__hero h4 {
  margin-bottom: 30px;
}

.LPF009__heroTxt {
  width: 50%;
  padding: 90px 0 30px;
  margin-left: 47%;
}

.LPF009__heroTxt {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF009__heroTxt.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF009__heroTxt h3, .LPF009__heroTxt h4, .LPF009__heroTxt p {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0ms 500ms;
  transition: color 0ms 500ms;
}

.LPF009__heroTxt h3::before, .LPF009__heroTxt h4::before, .LPF009__heroTxt p::before {
  content: "";
  background: #e86300;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}

.LPF009__heroTxt.is-action h3::before, .LPF009__heroTxt.is-action h4::before, .LPF009__heroTxt.is-action p::before {
  -webkit-animation: masking 1300ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: masking 1300ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.LPF009 .LPF-flexContainer__txtL, .LPF009 .LPF-flexContainer__txtR, .LPF009 .LPF-flexContainer__txtAll {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF009 .LPF-flexContainer__txtL.is-action, .LPF009 .LPF-flexContainer__txtR.is-action, .LPF009 .LPF-flexContainer__txtAll.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .LPF009__hero {
    background-position: 19%;
  }
}

.LPF010 {
  /* Animation */
  /* Animation masking */
  /* Animation */
}

.LPF010__hero {
  background: url("./images/LP_bg10-1(pc).jpg") no-repeat top right/cover;
  position: relative;
  min-height: 460px;
  margin-bottom: 65px;
  color: #ffffff;
}

.LPF010__hero h3 {
  margin-bottom: 10px;
}

.LPF010__hero h4 {
  margin-bottom: 30px;
}

.LPF010__heroTxt {
  width: 50%;
  padding: 70px 0 80px;
  margin-left: 50px;
}

.LPF010__heroTxt {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 2s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF010__heroTxt.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF010__heroTxt h3, .LPF010__heroTxt h4, .LPF010__heroTxt p {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0ms 500ms;
  transition: color 0ms 500ms;
}

.LPF010__heroTxt h3::before, .LPF010__heroTxt h4::before, .LPF010__heroTxt p::before {
  content: "";
  background: #e86300;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}

.LPF010__heroTxt.is-action h3::before, .LPF010__heroTxt.is-action h4::before, .LPF010__heroTxt.is-action p::before {
  -webkit-animation: masking 1300ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: masking 1300ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.LPF010 .LPF-flexContainer__txtL, .LPF010 .LPF-flexContainer__txtR, .LPF010 .LPF-flexContainer__txtAll {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF010 .LPF-flexContainer__txtL.is-action, .LPF010 .LPF-flexContainer__txtR.is-action, .LPF010 .LPF-flexContainer__txtAll.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .LPF010__hero {
    background-position: 80%;
  }
}

.LPF011 {
  padding: 55px 0 15px;
  background: url("./images/LP_bg11-1(pc).jpg") no-repeat top center/cover;
  /* Animation */
}

.LPF011 h3 {
  text-align: center;
  margin-bottom: 60px;
}

.LPF011 h3 {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF011 h3.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF011 h4 {
  color: #000000;
  font-size: 20px;
}

.LPF011 ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.LPF011 ul li {
  width: 314px;
  position: relative;
  margin: 0 29px 40px 0;
}

.LPF011 ul li dl {
  margin-bottom: 5px;
}

.LPF011 ul li dl dt {
  font-weight: bold;
  border-bottom: 1px solid #000000;
  margin-bottom: 5px;
}

.LPF011 ul li dl dd {
  font-size: 15px;
}

.LPF011 ul li:nth-child(3n) {
  margin-right: 0;
}

.LPF011 ul li.effect-fade:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.LPF011 ul li.effect-fade:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.LPF011 ul li.effect-fade:nth-of-type(4) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.LPF011 ul li.effect-fade:nth-of-type(5) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.LPF011 ul li.effect-fade:nth-of-type(6) {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}

.LPF011 ul li.effect-fade:nth-of-type(7) {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.LPF012 {
  padding: 60px 0 100px;
  /* Animation */
}

.LPF012 h3 {
  text-align: center;
  margin-bottom: 60px;
}

.LPF012 h3 {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF012 h3.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF012 h4 {
  color: #000000;
  text-align: center;
}

.LPF012 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.LPF012 ul li {
  position: relative;
  width: 314px;
  padding: 30px;
  background: #f18e00;
  border: 7px solid #ffffff;
}

.LPF012 ul li .LPF012__icn {
  position: absolute;
  top: -40px;
}

.LPF012 ul li a {
  color: #ffffff;
  text-decoration: underline;
}

.LPF012 ul li.effect-fade:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.LPF012 ul li.effect-fade:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.LPF013 {
  background: url("./images/LP_bg13-1(pc).jpg") no-repeat top left/cover;
  position: relative;
  min-height: 600px;
  margin-bottom: 35px;
  color: #ffffff;
  /* Animation */
  /* Animation masking */
}

.LPF013 h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 30px;
}

.LPF013__heroTxt {
  width: 50%;
  padding: 110px 0 30px;
  margin-left: 47%;
}

.LPF013__heroTxt {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 2s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF013__heroTxt.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF013__heroTxt h3, .LPF013__heroTxt h4, .LPF013__heroTxt p {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0ms 500ms;
  transition: color 0ms 500ms;
}

.LPF013__heroTxt h3::before, .LPF013__heroTxt h4::before, .LPF013__heroTxt p::before {
  content: "";
  background: #e86300;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}

.LPF013__heroTxt.is-action h3::before, .LPF013__heroTxt.is-action h4::before, .LPF013__heroTxt.is-action p::before {
  -webkit-animation: masking 1300ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: masking 1300ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@media screen and (max-width: 1200px) {
  .LPF013__heroTxt {
    padding-top: 80px;
  }
}

.LPF014 {
  position: relative;
  /* Animation */
}

.LPF014 .flexContents {
  align-items: flex-end;
}

.LPF014 .L-inner__L {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF014 .L-inner__L.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF014__icn {
  z-index: 0;
  position: absolute;
  top: 0;
}

.LPF014__txt {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 110px;
  width: 62%;
}

.LPF014__img {
  width: 30%;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .LPF014__txt {
    width: 50%;
    margin-top: 60px;
    margin-bottom: 90px;
  }
  .LPF014__img {
    width: 45%;
  }
}

.LPF015 {
  position: relative;
  padding: 100px 0 80px;
  background: url("./images/LP_bg15-1(pc).jpg") no-repeat top center/cover;
  /* Animation */
  /* Animation */
}

.LPF015__icn {
  position: absolute;
  top: -70px;
  left: 10%;
}

.LPF015__bnr {
  margin-top: 20px;
  text-align: center;
}

.LPF015 h3 {
  text-align: center;
  margin-bottom: 60px;
}

.LPF015 h3 {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF015 h3.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.LPF015__body {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.LPF015__body.is-action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*===============================================
cosmetic
===============================================*/
.LPF-spOnly {
  display: none;
}

.LPF-txt_color-base {
  color: #f18e00;
}

.LPF-txt_color-sub {
  color: #e86300;
}

.LPF-txt_center {
  text-align: center;
}

.LPF-txt_right {
  text-align: right;
}

.LPF-txt_b {
  font-weight: bold;
}

/*===============================================
画面の横幅が640pxまで（スマホ）
===============================================*/
@media screen and (max-width: 640px) {
  .LPF-pcOnly {
    display: none;
  }
  .LPF-spOnly {
    display: block;
  }
  .page-LPF h4 {
    font-size: 21px;
    line-height: 1.9;
    margin-bottom: 5px;
    font-weight: 300;
  }
  /* レイアウト用 */
  .page-LPF .L-inner {
    width: 90%;
    margin: 0 auto;
  }
  .page-LPF .L-inner__L {
    width: 90%;
    margin: 0 auto;
  }
  .page-LPF .L-inner__M {
    width: 90%;
    margin: 0 auto;
  }
  /* flex用css */
  .page-LPF .flexContents {
    display: block;
    justify-content: space-between;
  }
  .LPF-flexContainer__txtL {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .LPF-flexContainer__txtL figure {
    width: 100%;
  }
  .LPF-flexContainer__txtR {
    display: block;
    justify-content: space-between;
  }
  .LPF-flexContainer__txtR figure {
    width: 100%;
  }
  .LPF-flexContainer__txtWrap {
    width: 100%;
  }
  .LPF-flexContainer__txtL, .LPF-flexContainer__txtR {
    margin-bottom: 35px;
  }
  .LPF-flexContainer__txtL figure {
    height: auto;
    position: relative;
  }
  .LPF-flexContainer__txtL figure img {
    position: static;
    top: 0;
    right: 0;
  }
  .LPF-flexContainer__txtR figure {
    height: auto;
    position: relative;
  }
  .LPF-flexContainer__txtR figure img {
    position: static;
    top: 0;
    right: 0;
  }
  .photoBg {
    float: none;
    display: none;
  }
  p.LPF-flexContainer__txtAll {
    margin-bottom: 45px;
  }
  /*===============================================
  sticky
  ===============================================*/
  .page-LPF .stickyMenu {
    top: 300px;
    right: 0;
  }
  .page-LPF .sticky {
    position: absolute;
    top: -200px;
    right: 0;
  }
  
  .fixed-side-navi {
    top: inherit;
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
  .fixed-side-navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 13px;
    width: 100%;
    padding: 3px;
    border-radius: 0;
  }
  .fixed-side-navi ul li {
    width: 33.3333%;
  }
  .fixed-side-navi ul li + li::before {
    width: 1px;
    height: 35px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .fixed-side-navi ul a {
    padding: 8px 7px;
    font-size: 13px;
  }
  .fixed-side-navi ul i {
    font-size: 13px;
    margin: 5px 0 0 0;
  }
  
  /*===============================================
  heroimage
  ===============================================*/
  .page-LPF .heroImage {
    height: 641px;
    background: url("./images/LP_main_img2(sp).png") no-repeat top center;
  }
  .page-LPF .heroImage h2 {
    margin: 0 auto;
    padding-top: 120px;
    text-align: center;
  }
  /*===============================================
  main contents
  ===============================================*/
  .LPF001 {
    margin-top: -120px;
    margin-bottom: 30px;
  }
  .LPF001 h3 {
    text-align: center;
    margin-bottom: 10px;
  }
  .LPF001 .flexContents {
    flex-direction: row-reverse;
  }
  .LPF001 .LPF001__img {
    width: 100%;
  }
  .LPF001 .LPF001__txt {
    width: 100%;
  }
  .LPF002 {
    padding: 35px 0 15px;
    background: url("./images/LP_bg2-1(pc).jpg") no-repeat top center/cover;
  }
  .LPF002 h3 {
    text-align: center;
    margin-bottom: 40px;
  }
  .LPF002 h4 {
    color: #000000;
    font-size: 20px;
  }
  .LPF002 ul {
    display: block;
  }
  .LPF002 ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .LPF002 ul li .LPF002__icn {
    position: absolute;
    top: -40px;
  }
  .LPF002 ul li img {
    width: 100%;
  }
  .LPF003 {
    padding: 40px 0;
    background: none;
  }
  .LPF003 h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .LPF003 li {
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 35px 20px 20px;
  }
  .LPF003 li h4 {
    color: #000000;
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .LPF003 li:nth-child(1) {
    background: #ffffff url("./images/LP_img3-1(pc).png") no-repeat bottom right;
  }
  .LPF003 li:nth-child(2) {
    background: #ffffff url("./images/LP_img3-2(pc).png") no-repeat bottom right;
  }
  .LPF003 li:nth-child(3) {
    background: #ffffff url("./images/LP_img3-3(pc).png") no-repeat bottom right;
  }
  .LPF003 li:nth-child(4) {
    background: #ffffff url("./images/LP_img3-4(pc).png") no-repeat bottom right;
  }
  .LPF004 {
    background: url("./images/LP_bg4-1(sp).png") no-repeat bottom center, url("./images/LP_bg4-2(pc).jpg") no-repeat top center/cover;
    padding: 45px 0 130px;
  }
  .LPF004 h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .LPF004 .LPF004__txt {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .LPF005__1 {
    padding: 35px 0;
  }
  .LPF005__1 .LPF005__container {
    margin-top: 30px;
    display: block;
  }
  .LPF005__1 .LPF005c__img {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .LPF005__1 .LPF005c__img li {
    width: 30%;
  }
  .LPF005__1 .LPF005c__img li p {
    font-family: "Noto Serif JP";
    line-height: 1.5;
    text-align: center;
  }
  .LPF005__1 .LPF005c__txt {
    width: 100%;
  }
  .LPF005__2 {
    padding: 30px 0 10px;
  }
  .LPF005__2 .LPF005__guitter {
    margin-bottom: 30px;
  }
  .LPF005__2 .LPF005__guitter h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .LPF005__2 .LPF005__guitter ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .LPF005__2 .LPF005__guitter ul li {
    width: 45%;
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .LPF005__2 .LPF005__guitter ul li:nth-child(2n) {
    margin-right: 0;
  }
  .LPF005__2 .LPF005__event h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .LPF005__2 .LPF005__event .LPF-flexContainer__txtWrap {
    width: 100%;
  }
  .LPF006 {
    margin-bottom: 50px;
  }
  .LPF006 h3 {
    padding: 0 20px;
  }
  .LPF006 .LPF006__youtubeList {
    margin: 0 20px 35px;
    display: block;
  }
  .LPF006 .LPF006__youtubeList li {
    width: 100%;
    margin-bottom: 20px;
  }
  .LPF006 .LPF006__youtubeBnr {
    display: block;
  }
  .LPF006 .LPF006__youtubeBnr .figure {
    width: 100%;
  }
  .LPF006 .LPF006__youtubeBnr .LPF006__youtubeTxt {
    width: 100%;
  }
  .LPF-teacher {
    margin-bottom: 35px;
  }
  .LPF007__hero {
    background: url("./images/LP_bg7-1(sp).jpg") no-repeat top left/cover;
    position: relative;
    min-height: auto;
    margin-bottom: 35px;
  }
  .LPF007__hero h3 {
    margin-bottom: 10px;
  }
  .LPF007__hero h4 {
    margin-bottom: 30px;
  }
  .LPF007__heroTxt {
    width: 100%;
    padding: 0 20px 30px;
    margin-left: 0%;
  }
  .LPF007__hero {
    background: url("./images/LP_bg7-1(sp).jpg") no-repeat top left/cover;
    position: relative;
    min-height: auto;
    margin-bottom: 35px;
  }
  .LPF007__hero h3 {
    margin-bottom: 10px;
  }
  .LPF007__hero h4 {
    margin-bottom: 30px;
  }
  .LPF007__heroTxt {
    width: 100%;
    padding: 0 20px 30px;
    margin-left: 0%;
  }
  .LPF008__hero {
    background: url("./images/LP_bg8-1(sp).jpg") no-repeat top left/cover;
    position: relative;
    min-height: auto;
    margin-bottom: 35px;
  }
  .LPF008__hero h3 {
    margin-bottom: 10px;
  }
  .LPF008__hero h4 {
    margin-bottom: 30px;
  }
  .LPF008__heroTxt {
    width: 100%;
    padding: 10px 20px 30px;
    margin-left: 0%;
  }
  .LPF009__hero {
    background: url("./images/LP_bg9-1(sp).jpg") no-repeat top left/cover;
    position: relative;
    min-height: auto;
    margin-bottom: 35px;
  }
  .LPF009__hero h3 {
    margin-bottom: 10px;
  }
  .LPF009__hero h4 {
    margin-bottom: 30px;
  }
  .LPF009__heroTxt {
    width: 100%;
    padding: 10px 20px 30px;
    margin-left: 0%;
  }
  .LPF010__hero {
    background: url("./images/LP_bg10-1(sp).jpg") no-repeat top left/cover;
    position: relative;
    min-height: auto;
    margin-bottom: 35px;
  }
  .LPF010__hero h3 {
    margin-bottom: 10px;
  }
  .LPF010__hero h4 {
    margin-bottom: 30px;
  }
  .LPF010__heroTxt {
    width: 100%;
    padding: 10px 20px 30px;
    margin-left: 0%;
  }
  .LPF011 {
    padding: 25px 0 15px;
    background: url("./images/LP_bg11-1(pc).jpg") no-repeat top center/cover;
  }
  .LPF011 h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .LPF011 h4 {
    color: #000000;
    font-size: 20px;
  }
  .LPF011 ul {
    display: block;
    flex-wrap: wrap;
  }
  .LPF011 ul li {
    width: 100%;
    position: relative;
    margin: 0 0 30px 0;
  }
  .LPF011 ul li img {
    width: 100%;
  }
  .LPF012 {
    padding: 45px 0 10px;
  }
  .LPF012 h3 {
    text-align: center;
    margin-bottom: 60px;
  }
  .LPF012 ul {
    display: block;
  }
  .LPF012 ul li {
    position: relative;
    width: 100%;
    padding: 30px;
    margin-bottom: 60px;
  }
  .LPF012 ul li .LPF012__icn {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .LPF013 {
    background: url("./images/LP_bg13-1(sp).jpg") no-repeat top left/cover;
    min-height: auto;
    margin-bottom: 35px;
  }
  .LPF013 h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .LPF013__heroTxt {
    width: 100%;
    padding: 30px 20px 30px;
    margin-left: 0;
  }
  .LPF014 {
    position: relative;
  }
  .LPF014__icn {
    z-index: 0;
    position: absolute;
    top: -80px;
    left: 0;
    padding: 0 10px;
  }
  .LPF014__txt {
    z-index: 1;
    margin-top: 110px;
    margin-bottom: 30px;
    width: 100%;
  }
  .LPF014__img {
    width: 100%;
    margin-bottom: 0;
  }
  .LPF015 {
    position: relative;
    padding: 30px 0 50px;
    background: url("./images/LP_bg15-1(pc).jpg") no-repeat top center/cover;
  }
  .LPF015__icn {
    position: static;
    text-align: center;
    margin-bottom: 30px;
  }
  .LPF015__bnr {
    margin-top: 0;
    text-align: center;
  }
  .LPF015 h3 {
    text-align: center;
    margin-bottom: 30px;
  }
}
</pre></body></html>