<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*-----通常（PC向け）の記述-----*/
.wrapper {
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
  font-family: 'Shippori Antique', sans-serif;
}
footer {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  margin: 30px 0;
}

.img1{

  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}





footer ul {
  display: inline-block;
  overflow: hidden;
}
footer ul li {
  float: left;
  width: 50px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 10px 0 !important;
}
footer a#pagetop {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 10;
}
img {
  max-width: 100%;
}



.entry {
  position: relative;
}
.entry-button {
  position: absolute;
  width: 94%;
    top: 27%;
  left: 4%;
  margin: 0; /*余計な隙間を除く*/
  padding: 0; /*余計な隙間を除く*/
}
.entry-button2 {
  position: absolute;
  width: 94%;
    top: 32%;
  left: 4%;
  margin: 0; /*余計な隙間を除く*/
  padding: 0; /*余計な隙間を除く*/
}
.entry-button3 {
  position: absolute;
  width: 94%;
    top: 37%;
  left: 4%;
  margin: 0; /*余計な隙間を除く*/
  padding: 0; /*余計な隙間を除く*/
}


.lines-on-sides {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 1.2vw;
  margin: 1em;
  margin-bottom: 50px;
}
.lines-on-sides:before {
  content: "";
  display: block;
  border-top: solid 1px #ccc;
  width: 20%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-left: 40%;
}
.lines-on-sides span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  color: #5c5c5c;
}
.article {
  text-align: left;
  color: #5c5c5c;
  font-size: 14px;
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 35px;
  line-height: 28px;
  letter-spacing: 0.9px;
}
.sentence {
  text-align: center;
  margin-top: 25px;
  color: #5c5c5c;
  margin-bottom: 18px;
}
.small {
  font-size: 10px;
}
.at {
  font-size: 18px;
}
h3 {
  font-size: 1em;
  color: hsl(30, 70, 20);
}
.section-border {
  max-height: 350px;
  overflow-y: auto;
  direction: ltr;
  scrollbar-color: #6a9fdf #e4e4e4;
    scrollbar-width: thin;
    padding-right: 0px;
    padding-left: 5px;
    margin-bottom: 12px;
    border: 1px solid #cbcbcb;
}
.section-border::-webkit-scrollbar {
  width: 20px;
}
.section-border::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.section-border::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-image: linear-gradient(180deg, #d0368a 0%, #708ad4 99%);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}
.section-border::-webkit-scrollbar {
  width: 8px;
}
.footer04 {
  color: #808080;
  background: #e5e5e5;
  text-align: center;
  padding: 30px;
	margin-top: 30px;
}
.footer04 a {
  color: #808080;
  text-decoration: none;
}
.footer04 a:hover {
  text-decoration: underline;
}
.footer04 .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer04 .menu li {
  margin: 0;
  padding: 0 20px;
  border-right: 1px #808080 solid;
}
.footer04 .menu li:last-child {
  border: none;
}
.footer04 .copyright {
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
}

.teiki-4{margin-bottom: 2rem;
}
.movie2{margin-top: 3rem;}
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
/* =======================================

floating-banner

========================================== */
.floating-banner {
  position: fixed; /* 追従 */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  text-align: center;
  width: 100%;
}
.pc-f {
  width: 100px;
  margin: 12px;
  position: fixed;
  bottom: 125px;
  right: 10px;
}
.pc-f2 {
  width: 236px;
  margin: 12px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.sp-f {
    display: none;
}
.floating-banner:hover {
  opacity: .9; /* ホバーで少し透過 */
}




/*-----スマホ向けの記述-----*/
@media screen and (max-width: 479px) { /*ウィンドウ幅が0～479pxの場合にCSSを適用*/
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */

	.pc-f2{
    display: none;
}
	
  .sp-f {
    display: inline-block; /* 消していたスマホ用のバナーを表示させる */
    width: 100%;
    margin-bottom: 0px;
  }
  .header_top_area {
    padding-left: 10px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .sp-f {
    display: inline-block; /* 消していたスマホ用のバナーを表示させる */
    width: 100%;
    margin-bottom: 0px;
  }
	.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
	.movie2{margin-top: 2rem;}
  .at {
    font-size: 14px;
  }
	


input[type="button"],
button,
select {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #000;
  font-family: "ヒラギノ角ゴシック";
  font-size: 16px;
}

input[type="button"],
button,
select {
  background: #efefef;
  border: 1px solid #333;
  border-radius: 2px;
  padding: 4px 8px!important;
  line-height: 1.5rem!important;
}

select {
  line-height: 2;
  color: #333;
  box-shadow: none;
  padding: 0 24px 0 8px!important;
  background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
  background-size: 16px 16px;
  cursor: pointer;
}


	
	
  .lines-on-sides:before {
    content: "";
    display: block;
    border-top: solid 1px #ccc;
    width: 45%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-left: 27%;
  }
  .lines-on-sides span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    color: #5c5c5c;
  }
  .lines-on-sides {
    margin-bottom: 13px;
  }
  .sentence {
    font-size: 14px;
  }
  .article {
    text-align: left;
    color: #5c5c5c;
    font-size: 8.4px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 35px;
    line-height: 18px;
    letter-spacing: 0px;
  }
  .pc {
    display: none;
  }
  .small {
    font-size: 6px;
  }
  .section-border::-webkit-scrollbar {
    width: 5px;
  }
  .footer04 .menu {
    justify-content: flex-start;
  }
  .footer04 .menu li {
    width: 50%;
    box-sizing: border-box;
    border: none;
    margin-bottom: 15px;
  }
  .footer04 .menu li:nth-child(odd) {
    border-right: 1px #808080 solid;
  }

.teiki-4{margin-bottom: 1rem;
}
	.consent{margin-bottom:  1.5rem;
	}
  /* =======================================

floating-banner

========================================== */
  .floating-banner {
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    bottom: 0; /* バナーの上下の位置 */
    text-align: center;
    width: 100%;
  }
  .pc-f {
    width: 60px;
    margin: 12px;
    position: fixed;
    bottom: 84px;
    right: 10px;
  }
  .pc-f2 {
    width: 98px;
    margin: 12px;
    position: fixed;
    bottom: 10px;
    right: 0px;
  }
  .floating-banner:hover {
    opacity: .9; /* ホバーで少し透過 */
  }
}
/*-----フェード----*/
.fade {
  transition: all 1000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 20px);
}
.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

</pre></body></html>