@charset "UTF-8";
html {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #ffffff;
  line-height: 1.5;
  font-size: 100%;
  font-weight: normal;
  color: #4D4D4D;
  text-align: justify;
  word-wrap: break-word;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-family: source-han-sans-japanese, sans-serif;
}

body {
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
  font-family: "源ノ角ゴシック";
  background-color: #f3f8ff;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  background: #eff2fc;
  background: linear-gradient(40deg, #eff2fc 18%, #eaeaf7 79%);
}

input {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.master_line {
  width: 100%;
  height: 100vh;
  box-shadow: 1px 1px 24px -9px #3c76b5;
  position: relative;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*
  	border: 2px solid white;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	margin-right: -50%;
  	transform: translate(-50%, -0%);
  */
}

@keyframes bg-rgb {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 500%;
  }
}
.master_line::after {
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(-60deg, Red, Orange, Yellow, LawnGreen, Blue, Violet, Blue, LawnGreen, Yellow, Orange, Red);
  background-size: 500%;
  border-radius: 20px;
  z-index: 1;
  content: "";
  animation: bg-rgb 40s linear infinite;
}

.master {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  border-radius: 18px;
  background-color: #f3f8ff;
  overflow: hidden;
}

main {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  max-height: 800px;
  overflow: hidden;
  top: 0px;
  border: 2px solid white;
  box-shadow: 1px 1px 24px -15px #3c76b5;
  position: relative;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  background: linear-gradient(30deg, rgba(255, 255, 255, 0.3) 18%, rgba(255, 255, 255, 0.6) 79%);
}
main .container {
  width: 100%;
  height: 100%;
}

.wrap {
  width: 100%;
  overflow: hidden;
}
.wrap .slider {
  width: 100%;
  height: 90vh;
}
.wrap .slider .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.head_logo {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 100px;
}

.menu {
  position: absolute;
  z-index: 10;
  top: 4%;
  right: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding: 15px 20px;
  border: 2px solid #fff;
  border-radius: 35px;
  background: #f3f6ff;
  background: linear-gradient(90deg, #f3f6ff 0%, white 100%);
  filter: drop-shadow(5px 5px 10px rgba(0, 21, 83, 0.2));
}
.menu a {
  display: block;
  color: #919aac;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 4%;
  transition: 300ms;
}
.menu a:hover {
  color: #d69150;
}

.credit {
  position: absolute;
  bottom: 3%;
  left: 4%;
}
.credit p {
  font-size: 11px;
  color: #747474;
}

.chat_btn {
  position: absolute;
  z-index: 10;
  bottom: 3%;
  right: 3%;
  width: 35px;
}

.slide__images {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateY(30%) translateX(-50%);
  width: 80%;
  height: 55vh;
  max-height: 400px;
}
.slide__images .slide__image {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  filter: blur(10px) drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.35));
  will-change: transform, opacity, filter;
}
.slide__images .left {
  left: 0;
  transform: translate(30px, -30px);
}
.slide__images .right {
  right: 0;
  top: 7vh;
  transform: translate(-30px, 30px);
}
@media screen and (max-height: 980px) {
  .slide__images .right {
    top: 6vh;
  }
}
.slide__images .slide_in {
  width: 100%;
  height: 35.5vw;
  max-height: 465px;
}
.slide__images .slide_l {
  background-image: url(../images/left_back.svg);
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
}
.slide__images .slide_l .logo_img {
  width: 27%;
  position: absolute;
  left: 14%;
  top: -15%;
}
.slide__images .slide_r {
  background-image: url(../images/right_back.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.slide__images .slide_r .element {
  padding: 5%;
}
.slide__images .slide_r .element .logo_txt {
  width: 30%;
  display: block;
  margin: 2% 0 5% auto;
}
.slide__images .slide_r .element h4 {
  text-align: right;
  font-size: 16px;
  margin-bottom: 25px;
}
.slide__images .slide_r .element p {
  text-align: right;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
  max-width: 50%;
  margin: 0 0 0 auto;
}

.grandline {
  width: 100%;
  max-height: 800px;
  height: 5px;
  background-color: #ffffff;
  filter: drop-shadow(10px 10px 7px rgba(0, 21, 83, 0.35));
  transform: rotate(-57deg) translate(-50%, 0%) scale(1);
  position: absolute;
  z-index: 2;
  top: -50px;
  left: 24.5%;
  transition: 500ms;
}
@media screen and (min-width: 1200px) {
  .grandline {
    left: 23.5%;
  }
}

.slide:target .slide__bg {
  opacity: 0.2;
}

.slide:target .slide__image {
  transform: translate(0);
  opacity: 1;
  transition-delay: 0.5s;
  filter: blur(0) drop-shadow(0px 10px 25px rgba(0, 21, 83, 0.2));
}

.slide__bg {
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 0%;
  transform: translate(-30%, -30%) scale(0.5);
  filter: blur(50px);
  opacity: 0;
  transition: opacity 1s ease;
  will-change: opacity;
}

.tabgroup {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 50%;
  text-align: center;
  z-index: 5;
}
.tabgroup .links .button {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  padding: 10px 20px 5px 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #f3f6ff;
  background: linear-gradient(90deg, #f3f6ff 0%, white 100%);
  filter: drop-shadow(5px 10px 20px rgba(0, 21, 83, 0.2));
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tabgroup .links .button img {
  width: 30px;
}
.tabgroup .links .button:hover {
  border: 2px solid #c1c8d1;
}
.tabgroup .tabnav .active a {
  background: #ddd;
  color: #333;
}
.tabgroup .tabcontent .tabcontent_list {
  display: none;
}
.tabgroup .tabcontent .tabcontent_list .more_btn {
  position: relative;
  z-index: 11;
  display: block;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  width: 100px;
  padding: 5px 20px;
  margin: 20px 0 25px auto;
  border: 2px solid #fff;
  border-radius: 35px;
  background: #f3f6ff;
  background: linear-gradient(90deg, #f3f6ff 0%, white 100%);
  filter: drop-shadow(3px 3px 6px rgba(0, 21, 83, 0.2));
  transition: 300ms;
}
.tabgroup .tabcontent .tabcontent_list .more_btn:hover {
  background: linear-gradient(90deg, #cfdbff 0%, white 100%);
}
.tabgroup .tabcontent .show {
  display: block;
}

/*

.slide__images {
	position: relative;
	width: 100%;
	max-width: 900px;
	height: 365px;
	margin: 0 20px;
}

.slide__image {
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
	filter: blur(10px) drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.35));
	will-change: transform, opacity, filter;
	width: 200px;
	img{
		display: block;
	}
}
.slide__image svg {
  display: block;
}
.slide__image--left {
  transform: translate(0.75%, -10px);
}
.slide__image--right {
  top: 5vmin;
  transform: translate(-0.75%, 10px);
}
*/
.login_main {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  border: none;
  box-shadow: none;
  position: relative;
  border-radius: 0;
  display: block;
}
.login_main .container {
  width: 100%;
  height: 100%;
}

.login_body {
  padding: 0px;
  background: none;
}

.video {
  display: block;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.login {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  /*
  	background-color: #000000;
  	background-image: url(../images/login_back1.png);
  	background-size: 100%;
  	background-repeat: no-repeat;
  	background-position: right center;
  */
}
.login .login_con {
  width: 100%;
  height: 100%;
  background-image: url(../images/login_back3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.login_wrap {
  position: absolute;
  top: 50%;
  left: 12%;
  width: 40%;
  transform: translateY(-55%);
}
.login_wrap .login_logo {
  width: 200px;
  margin-bottom: 70px;
}

#form {
  width: 100%;
}
#form .form-item {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
#form .form-item input {
  transition: all 0.2s ease;
}
#form .form-item .form-style {
  color: #8a8a8a;
  display: block;
  height: 44px;
  padding: 5px 5%;
  border: 0px solid #ccc;
  border-radius: 27px;
  font-size: 105%;
  letter-spacing: 0.5 px;
  background: linear-gradient(90deg, #ecf0ff 0%, #f3f7ff 100%);
}
#form .form-item .form-style:focus {
  outline: none;
  border: 1px solid #bacce8;
  color: #48506d;
}
#form .form-item .formLabel {
  position: absolute;
  left: 26px;
  top: 10px;
  transition: all 0.4s ease;
  color: #9fadec;
}
#form .form-item .formTop {
  top: -23px !important;
  left: 26px;
  padding: 0 5px;
  font-size: 14px;
  color: #58bff6 !important;
}
#form .form-item .fpw {
  color: #8a8a8a;
  padding-left: 10px;
  font-size: 13px;
}
#form .form-item input[type=email] {
  width: 80%;
}
#form .form-item input[type=password] {
  width: 65%;
  margin-bottom: 10px;
}
#form .form-item input[type=submit].loginbtn {
  width: 50%;
  height: 44px;
  border-radius: 27px;
  background: linear-gradient(90deg, #809cff 0%, #cadcff 100%);
  border: none;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 0 5%;
}
#form .form-item input[type=submit].loginbtn:hover {
  cursor: pointer;
}
#form .form-item input[type=submit].loginbtn:focus {
  outline: none;
}
#form .form-itempw {
  margin-bottom: 40px;
}
#form .licredit {
  font-size: 11px;
  color: #96989a;
}
