/* CSS フォーマット
--------------------------------------------------------*/
html {
  font-size: 0.78125vw;
}

@media screen and (min-width: 1536px) {
  html {
    font-size: 75%;
  }
}

body {
  margin: 0;
  background-color: #fff;
  color: #333;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

h1 {
  margin-block-start: initial;
  margin-block-end: initial;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

p {
  margin-block-start: initial;
  margin-block-end: initial;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.66667vw;
  }
  body {
    font-size: 1.6rem;
  }
}

/* CSS LP
--------------------------------------------------------*/

/* 共通 */
.lp-wrapper {
  margin: 0 auto;
}

.lp-flex {
  display: flex;
}

.lp-center {
  text-align: center;
}

h1 {
  font-size: 33px;
  font-weight: bold;
}

.lp-wrapper a:hover {
  opacity: 0.5;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 22px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: inline;
  }
}

/* ページジャンプ */
html {
  scroll-behavior: smooth;
}

@keyframes highlight {
  0% {
    background-color: #fceb70;
  }
  100% {
    background-color: transparent;
  }
}

/* トップへ戻る */
.lp-gotop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10000;
  background-color: #00704A;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 100px;
  padding: 30px;
  border: solid 2px #fff;
}

.lp-gotop::before{
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 52%;
  left: 40%;
  margin-top: -4px;
  transform: rotate(-45deg);
}

#lp-jump-primary:target {
  animation: highlight 2.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .lp-gotop {
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    border-radius: 30px;
    padding: 20px;
  }

  .lp-gotop::before{
    left: 36%;
  }
}

/* MOVIE */
.movie-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000b3;
  z-index: 20000;
  display: none;
}

.movie-modal .close-icon {
  text-align: right;
  cursor: pointer;
}

.movie-modal .close-icon img {
  margin-top: 30px;
  margin-right: 30px;
  width: 30px;
}

.movie-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.movie-modal iframe {
  aspect-ratio:16 / 9;
  width:60%;
  height:60%;
  vertical-align: bottom;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .movie-modal .close-icon img {
    margin-top: 4vh;
    margin-right: 5vw;
    width: 7vw;
  }

  .movie-modal iframe {
    aspect-ratio:16 / 9;
    width:90%;
    height:90%;
    vertical-align: bottom;
  }
}

/* MV */
.lp-mv {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 80px 0;
}

.lp-mv-img-primary {
  width: 80%;
  margin-bottom: 20px;
}

.lp-mv-img-secondary {
  width: 80%;
  margin-bottom: 20px;
}

.lp-mv-img-tertiary {
  width: 80%;
  margin-bottom: 50px;
}

.lp-mv-img-quaternary {
  width: 250px;
}

.lp-line-text {
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: bold;
}

.lp-line-qr {
  width: 250px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .lp-mv {
    padding: 0 60px;
    margin: 50px 0;
  }

  .lp-mv-img-primary {
    width: 100%;
    margin-bottom: 20px;
  }

  .lp-mv-img-secondary {
    width: 75%;
    margin-bottom: 20px;
  }

  .lp-mv-img-tertiary {
    width: 100%;
    margin-bottom: 30px;
  }

  .lp-mv-img-quaternary {
    width: 170px;
  }

  .lp-line-text {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .lp-line-qr {
    width: 170px;
    margin-top: 30px;
  }
}

/* NEWS */
.lp-news {
  flex-direction: column;
}

.lp-news-bg-primary {
  background-color: #f5f5f5;
  padding: 40px 0;
}

.lp-news-title {
  font-weight: bold;
  color: #00704A;
}

.lp-news-box {
  text-align: left;
  margin: 0px 5%;
  background-color: #fff;
  padding: 3%;
  display: flex;
  position: relative;
}

.lp-news-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp-news-new {
  width: 10%;
  margin-right: 2%;
  align-self: baseline;
  text-align: center;
}

.lp-news-new-text {
  width: 80%;
  background-color: red;
  color: #fff;
  padding: 3%;
  font-size: 14px;
  font-weight: bold;
}

.lp-news-article {
  width: 85%;
  align-self: center;
  padding-right: 2%;
}

.lp-news-arrow-box {
  width: 5%;
  align-self: center;
}

.lp-news-schedule {
  font-weight: bold;
  color: #00704A;
  margin-bottom: 1%;
}

.lp-news-border-top {
  border-top: solid 2px #00704a;
}

.lp-news-border-bottom {
  border-bottom: solid 2px #00704a;
}

.lp-news-border {
  border-bottom: dashed 2px #00704a;
}

.lp-news-arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.lp-news-arrow::before,
.lp-news-arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.lp-gonews::before{
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #00704A;
}

.lp-gonews::after{
	left: 13px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .lp-news-new-text {
    width: 100%;
    padding: 1%;
    font-size: 8px;
  }

  .lp-gonews::before{
    width: 18px;
    height: 18px;
  }

  .lp-gonews::after{
    left: 6px;
    width: 4px;
    height: 4px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
  }
}

/* STEP */
.lp-step {
  flex-direction: column;
}

.lp-step-title {
  font-weight: bold;
  margin-bottom: 30px;
}

.lp-step-img {
  width: 50%;
  margin: 0 auto;
}

.lp-step-text {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}

.lp-step-text-color {
  color: #fff;
}

.lp-step-bg-primary {
  background-color: #00704A;
  padding: 80px 0;
}

.lp-step-bg-secondary {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 15px;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.lp-step-icon {
  background-color: #00704A;
  color: #fff;
  font-weight: bold;
  width: 25%;
  padding: 8px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.lp-step-icon span {
  font-size: 18px;
}

.lp-line-text-color {
  color: #fff;
}

.lp-step-bg-primary .lp-step-bg-secondary img {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .lp-step {
    padding: 50px 20px;
  }

  .lp-step-bg-primary {
    padding: 50px 20px;
  }

  .lp-step-bg-secondary {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 10px;
  }

  .lp-step-title {
    margin-bottom: 20px;
  }

  .lp-step-text {
    font-size: 18px;
  }

  .lp-step-img {
    width: 100%;
  }

  .lp-step-icon {
    width: 25%;
    padding: 3px;
    margin-bottom: 10px;
  }

  .lp-step-icon span {
    font-size: 14px;
  }

  .lp-step-img-illust {
    width: 100%;
  }

  .lp-step-bg-primary .lp-step-bg-secondary img {
    width: 100%;
  }
}

/* サービス概要 */
.lp-movie {
  padding-top: 80px;
  text-align: center;
}

.lp-movie-bg-secondary {
  background-color: #fff;
  border-radius: 10px;
  width: 50%;
  margin: 0 auto;
}

.lp-movie img {
  width: 70%;
  margin-top: 30px;
}

.lp-movie h1 {
  font-size: 33px;
  color: #00704A;
}

@media screen and (max-width: 768px) {
  .lp-movie h1 {
    font-size: 20px;
  }

  .lp-movie {
    padding: 50px 20px 0 20px;
  }

  .lp-movie-bg-secondary {
    width: 100%;
  }

  .lp-movie img {
    margin-top: 0px;
  }
}

/* 操作方法 */
.lp-operation {
  padding: 80px 0;
}

.lp-operation-title {
  margin-bottom: 30px;
}

.lp-operation h1 {
  font-size: 33px;
  color: #00704A;
}

.lp-operation-title:before,
.lp-operation-title:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #00704A;
  width: 2.5px;
  height: 1.2em;
  margin: 0 0.7em;
  margin-top: -.2em;
  vertical-align: middle;
}

.lp-operation-title:before {
  transform: rotate(-35deg);
}

.lp-operation-title:after {
  transform: rotate(35deg);
}

.lp-operation-number {
  width: 70px;
  padding: 15px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #00704A;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

.lp-operation-img-primary {
  width: 260px;
  margin-bottom: 80px;
}

.lp-operation-img-secondary {
  height: 560px;
  margin-bottom: 50px;
}

.lp-operation-text {
  font-size: 14px;
  margin-bottom: 20px;
}

.lp-operation-text a {
  text-decoration: revert;
}

.lp-boeder {
  border-top: 1px solid #E3E1DB;
  border-bottom: 1px solid #E3E1DB;
  padding: 30px 0;
  margin-bottom: 80px;
}

.lp-boeder:last-child {
  margin-bottom: 0;
}

.lp-operation-bottom {
  margin-bottom: 50px;
}

.lp-operation-bottom a:hover {
  opacity: 1;
}

.lp-button {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 130px;
  border-radius: 5px;
  background-color: #00704A;
  border: 1px solid #fff;
  color: #fff;
}

.lp-button:hover {
  background-color: #fff;
  border: 1px solid #00704A;
  color: #00704A;
}

.lp-operation-button {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 50px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #00704A;
  color: #00704A;
}

.lp-operation-button:hover {
  background-color: #00704A;
  border: 1px solid #fff;
  color: #fff;
}

.lp-title {
  border-top: 1px solid #00704A;
  border-bottom: 1px solid #00704A;
  margin-bottom: 30px;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .lp-operation h1 {
    font-size: 20px;
  }

  .lp-operation {
    padding: 50px 20px 20px;
  }

  .lp-operation-title {
    margin-bottom: 20px;
  }

  .lp-operation-title:before,
  .lp-operation-title:after {
    position: relative;
    display: inline-block;
    content: "";
    width: 2.5px;
    height: 1.2em;
    margin: 0 0.7em;
    margin-top: -.2em;
    vertical-align: middle;
  }

  .lp-operation-title:before {
    transform: rotate(-35deg);
  }

  .lp-operation-title:after {
    transform: rotate(35deg);
  }

  .lp-operation-number {
    width: 45px;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .lp-operation-img {
    width: 200px;
    margin-bottom: 30px;
  }

  .lp-operation-img-primary {
    width: 200px;
    margin-bottom: 50px;
  }

  .lp-operation-img-secondary {
    height: 433px;
    margin-bottom: 50px;
  }

  .lp-operation-text {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .lp-boeder {
    padding: 20px 0;
    margin-bottom: 50px;
  }

  .lp-title {
    margin-bottom: 40px;
  }
}

/* ヘッダー */
.lp-header {
  background-color: #00704A;
  padding: 30px 0;
}

.lp-header img {
  width: 170px;
}

@media screen and (max-width: 768px) {
  .lp-header {
    padding: 30px 0;
  }

  .lp-header img {
    width: 120px;
  }
}

/* フッター */
.lp-footer {
  background-color: #00704A;
  padding: 30px 0;
}

.lp-footer-logo {
  width: 170px;
  margin-bottom: 20px;
}

.lp-footer-text {
  font-size: 12px;
  color: #fff;
}

.lp-site-seal img {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .lp-footer {
    padding: 30px 0;
  }

  .lp-footer-logo {
    width: 120px;
    margin-bottom: 10px;
  }

  .lp-footer-text {
    font-size: 12px;
  }
}

/* ページネーション */
.pagination-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.pagination-item a, .pagination-item-current, .pagination-btn-prev, .pagination-btn-next {
  box-sizing: border-box;
  display: block;
  color: #00704A;
  text-decoration: none;
  text-align: center;
  border-right: 1px solid #EBEBEB;
  min-width: 3em;
  transition: all .2s;
  margin: 0;
  padding: 1em;
}

.pagination-item a:hover, .pagination-item-current:hover, .pagination-btn-prev:hover, .pagination-btn-next:hover {
  color: #EBEBEB;
  background: #00704A;
}

.pagination {
  background: #FFF;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  border-radius: calc(1.6em);
  margin: 0;
  padding: 0 0.3em;
  border: 1px solid #00704A;
}

.pagination-list {
  order: 2;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination-item {
  margin: 0;
}

.pagination-item-current {
  background: #00704A;
  color: #FFF;
  font-weight: bold;
}

.pagination-list {
  order: 2;
}
.pagination-btn-prev {
  order: 1;
}
.pagination-btn-next {
  order: 3;
  border-right: none;
}
