@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=M+PLUS+1p:wght@800&family=Noto+Sans+JP:wght@300&family=Zen+Maru+Gothic:wght@300&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

.index body {
  position: fixed;
}

body {
background-image: url("img/ha1.png"), url("img/ha2.png");
background-color: #A0CCF2;
background-size: auto;
background-repeat: no-repeat;
background-position: left top,right top;
width: 100%;
height: 100%;
background-attachment: fixed
}

::selection {
  background: rgb(156 121 121 / 70%);
  color: #fff;
}

.p {
  word-break: break-word;
}

.h1_sub {
  font-family: 'Zen Maru Gothic', sans-serif;
  display: block;
  font-size: 20px;
  color: #575757;
}



.logo {
  display: block;
  margin: -82px auto -147px;
  width: 70%;
}

.header {
  position:relative;
  text-align:center;
  color:white;
}


.inner-header {
  height:44vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-8px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: #72A9F2;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
}

.subrp {
  background: rgba(255, 255, 255, 0.2);
  margin: 5px 0px 5px 50px;
  padding: 10px 10px 10px 10px;
  display: flex;
  text-align: justify;
  border-radius: 10px;
}

.lead {
  margin: 60px auto;
}

.main {
    position:relative;
    z-index:2;
}

a{
  color : #4283D9;
}


a:visited{
  color : #fff;
}
a:hover{
  color : #4283D9;
}

a:active{
  color : #4283D9;
}

hr{
	border: 0;
	background-color: #fff0;
    border-top: 2px dashed #e7e7e7;
}

.acd-check{
    display: none;
}
.acd-label{
    background: rgba(213,128,170);
    color: #fff;
	display: block;
	margin: auto auto 10px 20px;
	padding: 9px;
	border-radius: 21px;
	width: 120px;
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.acd-content{
    background:rgba(255,255,255,0.1);
    height: 0;
    opacity: 0;
    padding: 0 10px;
    border-radius:  10px;
    transition: .5s;
    visibility: hidden;
    margin-bottom: 15px;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}


ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

.system {
  color: #fff;
  margin-bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  position: relative;
}

.system+.system {
  margin-top: -10px;
}


.body {
  background: rgba(44,44,44,0.7);
  max-width: 800px;
  margin: auto;
  padding: 0px;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  overflow:hidden;
}

.main {
  display: flex;
  text-align: justify;
}

.main:not(:last-child) {
  margin-bottom: 20px;
  padding: 0 15px;
}

.ic {
  margin-right: 15px;
  line-height: 0;
  min-width: 90px;
  max-width: 90px;
  height: auto;
  margin-right: 10px;
  position: relative;
  height: 90px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ic img {
  max-width: 90px;
  height: auto;
}

.heya img {
  max-width: 500px;
  height: auto;
}

.heya {
margin : 0 auto
}

.heya b {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 5px rgb(233 13 158);
    color: #fff;
}

.index img {
  max-width: 600px;
  height: auto;
}

body {
  font-family: 'Noto Sans JP', 'Quicksand', Meiryo, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  align-self: flex-start;
}

b {
  font-weight: bold;
}

.index {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index .body {
  min-width: 20vw;
  width: 100%;
  text-align: center;
  padding: 40px 15px;
  background: none;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.list_link {
  color: #fff;
  padding: 0 15px;
  font-size: 37px;
  display: block;
  text-decoration: none;
  line-height: 1;
  border-radius: 2px;
  font-family: 'Dela Gothic One', cursive;
}

  .list {
    display: flex;
    justify-content: center;
    border-radius: 30px;
    margin: 0px 110px 0px 110px;
    padding: 40px 0px 20px 0px;
  }

.index_lead {
  color: #444;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin:55px auto auto;
  font-size: 14px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 280px;
}

.regulation_lead {
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 5px;
  border: 1px dashed #ccc;
}

.index_h1 {
  font-size: 20px;
  position: relative;
}

.pc_list {
  display: flex;
  justify-content: center;
  margin: 15px auto;
}

.pc_ic {
  width: 160px;
}

.pc_ic img {
    max-width: 160px;
    width: 100%;
    height: auto;
    outline: 6px solid rgb(255 255 255);
    border-radius: 10%;
    outline-offset: -6px;
}

.pc_ic:not(:last-child) {
  margin-right: 16px;
}

.teban_h2 {
    background: #4283D996;
    font-size: 20px;
    margin: 0px auto 30px;
    font-feature-settings: "palt";
    letter-spacing: -2px;
    padding: 10px 10px;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.page_h1 {
  font-family: 'M PLUS Rounded 1c';
  text-align:center;
  display:block;
  font-size:34px;
  color:#000;
  margin:0 auto 0px;
  padding: 60px 0 0;
  position:relative;
}

.regulation_list {
  margin-bottom: 30px
}

.regulation_list ul {
  font-size: 12px;
  margin-bottom: 10px;
}

.index_h2 {
  font-size: 18px;
  margin-bottom: 5px;
}

.list+.index_h2 {
  margin-top: 20px;
}

.leadtext {
  line-height: 1.9;
}

.leadtext+.leadtext {
  margin-top: 30px;
}

.body.arasuji {
  padding: 60px 15px;
}

.arasuji_h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.naviarea {
  font-family: 'M PLUS 1p', cursive;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #4283D996;
  font-size: 18px;
  margin: 0px -10px -10px -10px;
}

.top {
  display: flex;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding: 40px 0;
  font-size: 22px;
  position: relative;
  text-decoration: none;
  margin-right: 15px;
  color: #fff;
}

.next {
  display: flex;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding: 40px 0;
  font-size: 22px;
  position: relative;
  text-decoration: none;
  color: #fff;
}

.before {
  display: flex;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding: 40px 0;
  font-size: 22px;
  position: relative;
  text-decoration: none;
  margin-right: 15px;
  color: #fff;
}

.ryouki {
  color: rgb(224, 224, 224);
}

.saikaku {
  color: rgb(144, 121, 173);
}

.ai {
  color: rgb(160, 216, 239);
}

.charasheet_link {
  text-decoration: none;
}

.cl{
position: absolute;
    top: 721px;
    left: 862px;
    width: 8%;
    z-index: 1000;
}

.success {
  color: #2196f3;
}

.fail {
  color: #f50057;
}

.chip {
  background: rgba(255, 255, 0, 0.2);
  transition: all.2s;
}

.chip:hover {
  background: rgb(255 0 212 / 20%);
}

.charasheet_link {
  position: relative;
  margin-right: 15px;
  transition: all.2s;
}

.charasheet_link:after {
  display: inline-flex;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  border: 1px solid;
  border-top: 3px solid;
  color: #039;
  position: absolute;
  bottom: 7px;
  right: -12px;
  margin: auto;
}

.charasheet_link:before {
  display: inline-flex;
  width: 5px;
  height: 5px;
  box-sizing: border-box;
  border: 1px solid;
  border-top: none;
  border-right: none;
  color: #039;
  position: absolute;
  bottom: 4px;
  right: -6px;
  margin: auto;
}

@media screen and (min-width: 641px) and (max-device-width: 1367px)  {
  .mainarasuji {
    padding: 20px 20px 110px;
  }
  .cl {
    position: absolute;
    top: 87%;
    left: 46%;
    width: 8%;
    z-index: 1000;
}
.inner-header {
    height: 36vh;
    width: 100%;
    margin: 0;
    padding: 0;
}
.logo {
    display: block;
    margin: -82px auto -82px;
    width: 70%;
}
.pc_list {
    display: flex;
    justify-content: center;
    margin: -3px auto;
}
  .list_link {
    transition: .2s;
  }
  .list_link:hover {
    transform: scale(1.1)
  }
.list {
    display: block;
    justify-content: center;
    border-radius: 30px;
   margin: -21px 0px -33px 0px;
}
  .list_list:not(:last-child):after {
    color: #575757;;
    font-size: 12px;
    line-height: 1;
    position: relative;
    top: -5px;
  }
  .list_list {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .charasheet_link:hover {
    transform: scale(1.05);
  }
  .naviarea a:hover {
  text-decoration: underline dashed 2px;
  }
  .naviarea a {
  color: #fff;;
  }
}

.pc_ic img {
    max-width: 160px;
    width: 100%;
    height: auto;
    outline: 6px solid rgb(255 255 255);
    border-radius: 10%;
    outline-offset: -6px;
}
}

@media screen and (min-width: 851px) {
  .chip {
    position: relative;
    font-weight: bold;
    display: revert;
  }
  .chip_text {
    display: block;
    position: absolute;
    max-width: 200px;
    width: 300%;
    background: rgba(0, 0, 0, 0.8);
    font-size: 10px;
    color: #fff;
    line-height: 1.5;
    padding: 5px;
    text-align: justify;
    transition: all.2s;
    opacity: 0;
    top: 180%;
    font-weight: normal;
    min-width: 250px;
    left: 0;
    pointer-events: none;
    z-index: 1;
  }
  .chip_text:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
    top: -7px;
    position: absolute;
  }
  .chip:hover .chip_text {
    opacity: 1;
    top: 120%;
  }
}

@media screen and (max-width: 850px) {
  .chip {
    font-weight: bold;
    cursor: pointer;
  }
  .chip_text {
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    width: 100%;
    color: #fff;
    line-height: 1.5;
    padding: 10px 10px 16px;
    text-align: justify;
    transition: all.2s;
    opacity: 0;
    left: 0;
    bottom: -50%;
    font-weight: normal;
    box-sizing: border-box;
  }
  .chip:hover:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    position: fixed;
    pointer-events: none;
    z-index: 1;
  }
  .chip:hover .chip_text {
    opacity: 1;
    bottom: 0;
    z-index: 2;
  }
}

@media screen and (max-width: 640px) {
  .mainarasuji {
    padding: 0px 0px 20vw;
  }
  body {
    background-image: url(img/ha1.png), url(img/ha2.png);
    background-color: #A0CCF2;
    background-size: 75%;
    }
    .pc_list {
    display: flex;
    justify-content: center;
    margin: 14px 0px 0px 0px;
}
  .list {
    display: block;
    border-radius: 30px;
    margin: 0px 100px 0px 100px;
    padding: 0px 0px 0px 0px;
  }
  .list_link {
    padding: 5px 0;
  }
  .lead {
    font-size: 3.13vw;
  }
  .h1_sub {
  	color: #fff;
    font-size: 4vw;
    top: 90%;
    left: 0px;
    right: 0px;
    position: absolute;
  }
  .list_link {
    font-size: 7vw;
    padding: 3vw 0;
  }
  .list_list:not(:last-child):after {
    content: "";
    display: block;
    width: 30vw;
    margin: 1vw auto 0;
  }
  .logo {
      margin: 13vw auto 12vw;
      width: 100%;
      max-width: 77vw;
  }
  .p {
    font-size: 3.69vw;
  }

  .index_lead {
	color: #fff;
	font-size: 3vw;
	top: 38%;
	width: 100svw;
  }
  
  .charasheet_link {
    margin-right: auto;
}
.pc_ic {
    width: 140px;
}
.inner-header {
    height: 30vh;
    width: 100%;
    margin: 0;
    padding: 0;
}
.cl {
   display: none;
}
}
@media only screen and (min-width: 767px) and (max-width: 1025px) and (orientation:portrait) {
.inner-header {
    height: 38vh;
    width: 100%;
    margin: 0;
    padding: 0;
}
.list {
    display: block;
    justify-content: center;
    border-radius: 30px;
    margin: 0px -1px 0px -1px;
    padding: 40px 0px 74px 0px;
}
.cl {
    position: absolute;
    top: 80%;
    left: 38%;
    width: 20%;
    z-index: 1000;
}
}