@charset "utf-8";

/* ---------------------------------------------
Reset
--------------------------------------------- */
/* Modern browser */
*,
*::before,
*::after {
  box-sizing: border-box
}

* {
  margin: 0;
  padding: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%
}

input,
button,
textarea,
select {
  font: inherit
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word
}


/* addition */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

small {
  font-size: 70%;
}

ul,
ol,
li {
  padding: 0;
  list-style: none;
}

figure {
  margin-bottom: 0;
}


/* ---------------------------------------------
font
--------------------------------------------- */
html {
  font-family: 'Noto Sans JP', sans-serif;
}

html body,
table th,
table td {
  line-height: 1.6;
  color: #000;
  font-size: 3.4vw;
}

@media screen and (min-width:751px) {

  html body,
  table th,
  table td {
    font-size: 16px;
  }
}

strong,
em {
  font-weight: 700;
}


/* ---------------------------------------------
link
--------------------------------------------- */
a,
a:link,
a:visited {
  color: var(--el-text);
  text-decoration: underline !important;
}

a:hover {
  color: #ff6600;
  text-decoration: none !important;
}


/* ---------------------------------------------
width
--------------------------------------------- */
.lp_page__wrapper {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width:751px) {
  .lp_page__wrapper {
    width: 750px;
  }
}

.contentsWrapper {
  width: 94%;
  margin: 0 auto;
}


/* ---------------------------------------------
cmn
--------------------------------------------- */
.lp_page__class .sec {
  margin: 0;
}

.lp_page__class .sec h2 {
  margin: 0;
}

.lp_page__class .sec h3 {
  margin: 0;
}

.lp_page__class p {
  margin: 0;
}

.lp_page__class sup {
  font-size: 40%;
  vertical-align: super;
}

.lp_page__class .btn a:hover {
  filter: saturate(130%);
}

.lp_page__class .red1 {
  color: #d50001;
}

.lp_page__class .blu1 {
  color: #00008a;
}

.lp_page__class .taC {
  text-align: center;
}

.lp_page__class .taR {
  text-align: right;
}

.lp_page__class .note small {
  font-size: 2.7vw;
  display: block;
}

@media screen and (min-width:751px) {
  .lp_page__class .note small {
    font-size: 14px;
  }
}

.lp_page__class .note1 small {
  padding-left: 1em;
  text-indent: -1em;
}

.lp_page__class .note2 small {
  padding-left: 2em;
  text-indent: -2em;
}

.lp_page__class .flexBlock {
  display: flex;
}

.lp_page__class .flexBlock .block {
  width: 50%;
}

.lp_page__class .videoArea {
  position: relative;
}

.lp_page__class .videoArea .video {
  width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  background-color: #000;
}

.lp_page__class .videoArea .bg {
  position: relative;
  z-index: 1;
}

/* cta */
.lp_page__class .cta_btnArea {
  position: relative;
}

.lp_page__class .cta_btnArea .btn {
  width: 88.667%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.lp_page__class .cta_btnArea .bg {
  position: relative;
  z-index: 1;
}


/* ---------------------------------------------
#mainContents
--------------------------------------------- */
#mainContents {
  padding-bottom: 4em;
}


#mainContents #sec8 .videoArea .video {
  width: 90.134%;
}


/* ---------------------------------------------
#pageFooter
--------------------------------------------- */
/* for LP */
.el-lp-footer__bg1 {
  background-color: #fcf4e9;
}

.el-lp-footer__inner {
  max-width: 650px;
}

.el-lp-footer__bg2 {
  background-color: white;
}

@media (min-width: 769px) {
  .el-lp-footer__inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
  }

  .el-lp-footer__logo {
    max-width: 305px;
    width: 100%;
    padding: 30px 0;
    margin-right: 27px;
  }

  .el-lp-footer__text .el-footer-contact__tel {
    margin: 5px 0;
  }

  .el-lp-footer__list {
    margin-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
  }

  .el-lp-footer__list li {
    margin: 0 10px;
  }

  .el-lp-footer__banner {
    height: 87px;
  }
}

@media (max-width: 768.98px) {
  .el-lp-footer__bg1 {
    padding: 20px 0 15px;
  }

  .el-lp-footer__logo {
    margin-bottom: 20px;
    text-align: center;
  }

  .el-lp-footer__logo img {
    width: 52vw;
    margin: 0 auto;
  }

  .el-lp-footer__text {
    text-align: center;
  }

  .el-lp-footer__text p {
    margin-bottom: 5px;
  }

  .el-footer-contact__tel {
    margin-bottom: 5px;
  }

  .el-lp-footer__list {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .el-lp-footer__list li+li {
    margin-top: .4em;
  }

  .el-lp-footer__banner {
    height: 30.4vw;
  }

  .col-8 {
    max-width: 100%;
    flex: auto;
  }

  .col-4 {
    margin: 0 auto 1em;
  }
}

.el-lp-footer__banner-img {
  z-index: 1;
  position: fixed;
  text-align: center;
  bottom: 0;
  width: 100%;
}

.el-lp-footer__banner:empty {
  height: 0 !important;
}


.el-lp-footer .copyright {
  margin: 0;
  text-align: center;
  padding: 2em 0;
  font-size: 2vw;
}

@media screen and (min-width: 768.98px) {
  .el-lp-footer .copyright {
    font-size: 14px;
  }
}

.fix {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  z-index: 100;
  transition: opacity 0.3s ease;
}

@media screen and (min-width:751px) {
  .fix {
    width: 665px;
  }
}

.fix:hover {
  opacity: 0.8;
}


@media (min-width: 769px) {
  .attention {
    width: 750px;
    margin: 30px auto 0;
  }
  .attention dl {

  }
  .attention dl dt {
    background: #e6e6e6;
    color: #515151;
    text-align: left;
    padding: 10px 0 10px 20px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .attention dl dd {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    margin-bottom: 25px;
    color: #515151;
  }
  .notification {
	width: 750px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: #e6e6e6 1px solid;
    margin: 50px auto 0;
  }
  .notification dl {
    padding: 20px;
  }
  .notification dl dt {
    color: #004098;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .notification dl dd {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .notification dl dd a:link {
    color: #0000ff;
    text-decoration: none !important;
  }
  .notification dl dd a:visited {
    color: #ff6600;
    text-decoration: none !important;
  }
  .note {
    width: 750px;
    background: #f0f0f0;
    list-style:none;
    margin: 30px auto 20px;
  }
  .note ul {
    list-style:none;
    padding: 20px;
  }
  .note ul li {
    text-indent: -1em;
    padding-left: 1em;
    color: #000000;
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
    list-style:none;
  }
}

@media (max-width: 768.98px) {
  .attention {
		width: 100%;
		margin: 5% auto 0;
	}
	.attention dl {
	}
	.attention dl dt {
		background: #e6e6e6;
		color: #515151;
		text-align: left;
		padding: 1% 2% 1% 2%;
		font-size: 15px;
		margin-bottom: 2%;
	}
	.attention dl dd {
		text-align: left;
		padding-left: 2%;
		padding-right: 2%;
		font-size: 13px;
		margin-bottom: 3%;
	}
  .notification {
		width: 98%;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border: #e6e6e6 1px solid;
		margin: 5% auto 0;
	}
	.notification dl {
		width: 95%;
		margin: 3% auto 0;
	}
	.notification dl dt {
		color: #004098;
		text-align: left;
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 1%;
	}
	.notification dl dd {
		font-size: 13px;
		margin-bottom: 3%;
	}
	.notification dl dd a:link {
		color: #0000ff;
		text-decoration: none !important;
	
	}
	.notification dl dd a:visited {
		color: #ff6600;
		text-decoration: none !important;
	
	}
  .note {
		width: 98%;
		background: #e6e6e6;
		list-style:none;
		margin: 5% auto 3%;
	}
	.note ul {
		list-style:none;
		padding: 3% 3% 2% 3%;
	}
	.note ul li {
		text-indent: -1em;
		padding-left: 1em;
		color: #000000;
		text-align: left;
		font-size: 13px;
		margin-bottom: 1%;
		list-style:none;
	}
}