@charset "utf-8";
/* CSS Document */
.full{
	background-size: 240px 15%;
}

.top-img{
	width: 100%;
	right: 0;
	height: 40vw;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	top: 40%;
	z-index: -10;
	
}.top-img img{
	width:100%;

	
}
.top-txt h2{
	margin-left: 11vw;
	font-size: 4.8rem;
	margin-top: 30%;
	font-weight: 900;
	color: #fff;
}.top-txt p{
	margin-left: 11vw;
	font-size: 2.4rem;
	margin-top: 18px;
	margin-bottom: 60px;
	color: #fff;
}
.fadeRight{
animation-name:fadeLeftAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(150px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}
.fadeRightTrigger{
	opacity: 0;
}

 
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:.8s;
animation-fill-mode:forwards;
opacity:0;
	z-index: -20;
}.fadeUp2{
animation-name:fadeUpAnime;
animation-duration:6s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(150px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fadeUpTrigger{
	opacity: 0;
}

 /*top#*/
 /*top sp*/
@media(max-width:970px){
	.fadeRight{
animation-duration:1s;
}

	.full{
	background-size: 80px 13%;
}


	.top-txt h2{
		margin-left: 7vw;
		font-size: 3rem;
		margin-top: 13%;
	}.top-txt p{
		margin-left: 7vw;
		font-size: 1.2rem;
		margin-top: 10px;
		margin-bottom: 60px;
	}
	.top-img{
		margin: 0 auto;
		top: 30%;
	}
	
}
 /*top#*/
/*<<<<<<<<<<<<<<<<<contact>>>>>>>>>>>>>>>>>>>*/
.contact
{
	background-color: #f4f2ef;
}


	.midasi{
		position: relative;
		margin-left: 5vw;
		font-size: 3.6rem;
		color: #005060;
		padding: 10px;
		margin-bottom: 80px;
		margin-top: 30%;
		
	}
	.midasi::before{
		content: "";
		display: inline-block;
		width: 3px;
		height: 40px;
		background-color: #629098;
		position: absolute;
		top: 24px;
		left: -5px;
	}

.midasi-p{
	text-align: center;
	font-size: 150%;
}

.Form {
margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 656px;
}

@media screen and (max-width: 480px) {
.Form {
margin-top: 40px;
}
}
.Form-Item {
border-top: 1px solid #ddd;
padding-top: 24px;
padding-bottom: 24px;
width: 100%;
display: flex;
align-items: center;
}
@media screen and (max-width: 880px) {
.Form-Item {
padding-left: 14px;
padding-right: 14px;
padding-top: 16px;
padding-bottom: 16px;
flex-wrap: wrap;
}
}
.Form-Item:nth-child(5) {
border-bottom: 1px solid #005060;
}
.Form-Item-Label {
width: 100%;
max-width: 248px;
letter-spacing: 0.05em;
font-weight: bold;
font-size: 2.3rem;
	line-height: 1.8rem;
    margin: 20px;
}.Form-Item-Label span{

font-size: 1.5rem;
}

@media screen and (max-width: 880px) {
.Form-Item-Label {
max-width: inherit;
align-items: center;
}
}
.Form-Item-Label.isMsg {
margin-top: 8px;
margin-bottom: auto;
}
input:invalid + .error-message  {
 display: block;
    padding: 8PX;
    position: absolute;
    margin-top: 64px;
    margin-left: 330px;
}
@media screen and (max-width: 880px) {
.Form-Item-Label.isMsg {
margin-top: 0;
}
}
.Form-Item-Label-Required {
border-radius: 6px;
margin-right: 8px;
padding-top: 8px;
padding-bottom: 8px;
width: 48px;
display: inline-block;
text-align: center;
background: #5bc8ac;
color: #fff;
font-size: 14px;
}
@media screen and (max-width:880px) {
.Form-Item-Label-Required {
border-radius: 4px;
padding-top: 4px;
padding-bottom: 4px;
width: 32px;
font-size: 10px;
}
}
.Form-Item-Input {
border: 1px solid #ddd;
border-radius: 6px;
margin-left: 40px;
padding-left: 1em;
padding-right: 1em;
height: 48px;
flex: 1;
width: 100%;
max-width: 410px;
background: #eaedf2;
font-size: 18px;
	
}
@media screen and (max-width: 880px) {
.Form-Item-Input {
	max-width: 255px;
    flex: inherit;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
}
}
.Form-Item-Textarea {
border: 1px solid #ddd;
border-radius: 6px;
margin-left: 40px;
padding-left: 1em;
padding-right: 1em;
height: 216px;
flex: 1;
width: 100%;
max-width: 410px;
background: #eaedf2;
font-size: 18px;
}
@media screen and (max-width: 880px) {
.Form-Item-Textarea {
margin-left: 0;
height:160px;
flex: inherit;
font-size: 13px;
    margin: 18px auto;
	max-width: 255px;
}
	.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin: 20px;
}
	.Form-Item-Label span {
    font-size: 1rem;
}
}
.privacypoicy_form{
	margin: 0 auto;
	text-align: center;
}
.privacypoicy{
	text-align: center;
	padding: 20px;
	margin: 0 auto;
	display: block;
}
@media screen and (max-width: 880px) {
.privacypoicy{
	text-align: center;
	padding: 20px;
	margin: 0 auto;
}
	.midasi-p {
    text-align: justify;
    font-size: 8px;
    margin: 0 35px;
    line-height: 20px;
}
	.midasi {
    position: relative;
    margin-left: 5vw;
    font-size: 2rem;
    color: #005060;
    padding: 5px;
    margin-bottom: 41px;
		z-index: -20;
}
.midasi::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 50%;
    background-color: #629098;
    position: absolute;
    top: 11px;
    left: -5px;
}
	
}




.boxes {
  margin:20px 30%;
	
}
.box-txt{
	font-size: 140%;
	display: block;
 text-align: center;
}
/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  margin-bottom: 20px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #005060;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 880px) {
.boxes {
  margin:20px 20%;
}
.box-txt{
	font-size: 120%;
}
}

.submit-btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.sub-button {
  background-color: #c1c1c1;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  padding: 20px 60px;
}
@media screen and (max-width: 970px) {
		.sub-button {
    background-color: #c1c1c1;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 40px;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 480px){
	.boxes {
  margin:20px 20%;
	width: 80%;
}
  .submit-btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }

}
sub{
	color: red;
	top: -10px;
	left: -3px;
}

