.Form {
  margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 70vw;
    padding: 5vw;
    background: #c3d1db;
    font-size: max(1.14vw, 16px);
    font-weight: 500;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 20px;
  }
}
.Form-Item {

  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {

}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;font-size: max(1.14vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;font-size: max(1.14vw, 14px);
    font-weight: 500;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .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: #c73232;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .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: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.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%;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-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;background-image: linear-gradient(135deg, #0CBED2 0%, #1F8DD9 51%, #1F8DD9 100%);
  background-size: 180% auto;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.Form-Btn:hover {
  box-shadow: 0px 12px 24px rgba(20, 146, 175, 0.38);
  transform: translateY(-4px);
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.contents__head {
  text-align: center;
}

.contact-top{
  background: url(../assets/images/main_contact_bg.jpg) center center/cover no-repeat;
  height: 25vw;
  text-align: center;
}

@media screen and (max-width: 480px) {

  .contact-top{
    background: url(../assets/images/main_contact_bg.jpg) center center/cover no-repeat;
    height: 35vw;
    text-align: center;
  }
}



/* c-headLv2
*************/
.c-headLv2-2 {
  color:snow;
  padding-top: 10vw;
  font-size: max(2.5vw, 60px);
  font-family: 'Chillax', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.page-title-cap{
  font-weight: 700;
  color:snow;
}

.c-conte{
  margin-top: 1vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-headLv2-2 {
    font-size: max(4.73vw, 24px);
  }
  
.page-title-cap{
  font-weight: 600;
  font-size: max(2.73vw, 12px);
  color:snow;
}
.c-conte{
  margin-top: 1vw;
  font-size: max(2.73vw, 12px);
  font-weight: 500;
}

}
/* c-headLv2
*************/
.c-headLv2-3 {
  padding-top: 4vw;
  font-size: max(2vw, 25px);
  font-family: 'Chillax', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.notes{
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-headLv2-3 {
    font-size: max(2.73vw, 16px);
    font-weight: 600;
  }
  .notes{
    font-size: max(1.14vw, 12px);
  }
}

@media screen and (min-width: 768px){
  .br-sp {display: none; }
  
}































.Form-CheckItem {
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .Form-CheckItem {
    margin-top: 18px;
  }
}
.Form-CheckItem-Label {
  margin-top: 20px;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.Form-CheckItem-Label-Input {
  display: none;
}
.Form-CheckItem-Label-SquareIcon {
  border: 1px solid #ddd;
  display: block;
  flex: none;
  width: 24px;
  height: 24px;
  background: #eaedf2;
}
@media screen and (max-width: 480px) {
  .Form-CheckItem-Label-SquareIcon {
    width: 15px;
    height: 15px;
  }
}
.Form-CheckItem-Label-Text {
  padding-left: 8px;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .Form-CheckItem-Label-Text {
    padding-left: 6px;
    font-size: 3.6vw;
  }
}
.Form-Btn2 {
  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;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  opacity: 0.2;
  pointer-events: none;
  transition: all 0.2s;
}
@media screen and (max-width: 480px) {
  .Form-Btn2 {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.Form-Btn2.isActive {
  opacity: 1;
  pointer-events: inherit;
}
.Form-CheckItem-Label-Input:checked + *:before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #5bc8ac;
  transform-origin: bottom left;
  transform: rotateZ(90deg);
}
.Form-CheckItem-Label-Input:checked + *:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #5bc8ac;
  transform-origin: bottom left;
  transform: rotateZ(0deg);
}
.Form-CheckItem-Label-Input:checked + * {
  width: 0;
  height: 0;
  transform: translate(8px, 8px) rotateZ(-135deg) scale(1.5);
}
@media screen and (max-width: 480px) {
  .Form-CheckItem-Label-Input:checked + * {
    transform: translate(5px, 7px) rotateZ(-135deg) scale(1.5);
  }
}

.cont-back{
  padding-top: 2vw;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}

.mailcomp{
  margin-bottom: 200px;
}


/* -------------------
  contact
-------------------- */
#contact {
  height: 415px;
  text-align: center;
}

#contact h2 {
  font-family: 'Chillax', sans-serif;
  font-size: 4rem;
  color: #fff !important;
  letter-spacing: 0.2em;
}

#contact.bg-navy {
  background: #0d4972 !important;
}

#contact .contents--title {
  margin-top: 0;
  padding-top: 90px;
}

#contact .contents--cap {
  color: #fff !important;
  font-weight: bold;
}

#contact .btn {
  margin-top: 30px;
}
.btn.gradient {
  font-family: 'Chillax', sans-serif;
  margin: auto;
  width: 280px;
  height: 60px;
  padding: 2px;
  border: none;
  background-image: linear-gradient(135deg, #0CBED2 0%, #1F8DD9 51%, #1F8DD9 100%);
  background-size: 180% auto;
  transition: all .3s ease;
  display: table;
}
.btn {
  margin-top: 0;
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;    
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.pr10 {
  padding-right: 10px !important;
}

.contact-button{
  display: table-cell;
  vertical-align: middle;
}

.gg-mail,
.gg-mail::after {
  margin-right: 10px;
 box-sizing: border-box;
 height: 14px;
 border: 2px solid
}

.gg-mail {
 overflow: hidden;
 transform: scale(var(--ggs,1));
 position: relative;
 width: 18px;
 border-radius: 2px
}

.gg-mail::after {
 content: "";
 position: absolute;
 border-radius: 3px;
 width: 14px;
 transform: rotate(-45deg);
 bottom: 3px;
 left: 0
} 

