/*
Theme Name: ip.kit.tokyo
Author: ip.kit.tokyo
Version: 1.0
*/

body {
  background: linear-gradient(to right, #05c5e1, #119fd3);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.fv,
.kaigai {
  height: 100vh;
  width: 100%;
}

.fv {
  background-image: url("./img/fv.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.fv .copy {
  position: absolute;
  right: 10vw;
  top: 15vw;
  z-index: 1;
  padding: 40px;
  background-color: #119fd3;
}

.fv h1 {
  font-size: 3vw;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .fv {
    background-image: url("./img/fv_sp.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .fv .copy {
    right: 20px;
    top: auto;
    bottom: 20px;
    padding: 40px;
  }
  .fv h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 30px;
  color: #000f54;
  text-align: center;
  margin: 0 0 40px;
}

.support {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  padding: 80px 20px;
}

.support .box {
  background-color: #fff;
  padding: 40px 40px 80px;
}

.support .border {
  border: 4px solid #3848a8;
  border-radius: 4px;
  padding: 30px 40px 20px;
  width: 80%;
  margin: 40px auto 0;
}

.support .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.support .flex div {
  width: 48%;
}

.support .flex h3 {
  background-color: #3848a8;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  font-size: 20px;
}

.support .flex ul {
  padding: 0 0 0 10px;
}

.support .flex ul li {
  color: #3848a8;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
  list-style-type: none;
}

.support .text {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 999px) {
  .support .border {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .support .box {
    padding: 20px;
  }

  .support .flex {
    display: block;
  }

  .support .flex div {
    width: 100%;
  }

  .support .flex h3 {
    font-size: 18px;
  }

  .support .flex ul li {
    font-size: 16px;
  }

  .support .border {
    padding: 20px;
  }

  .support .text {
    font-size: 16px;
  }
}

.kaigai {
  background-image: url("./img/map.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 20px;
}

.kaigai .text {
  width: 600px;
  max-width: 100%;
  margin: 8% auto;
  line-height: 2;
  color: #3848a8;
  font-size: 18px;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
}

@media screen and (max-width: 700px) {
  .kaigai {
    height: auto;
  }
  .kaigai .text {
    margin: 40px auto;
    font-size: 16px;
  }
}

.contact {
  padding: 100px 0;
}

.contact .box {
  background-color: #e8ebff;
  padding: 120px 20px;
  text-align: center;
}

.contact a {
  background-color: #3848a8;
  padding: 30px 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  text-decoration: none;
}

.contact-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.contact-page .box {
  width: 600px;
  max-width: 100%;
  margin: 80px auto;
  background-color: #fff;
  padding: 40px;
}

.contact-page h1 {
  margin-bottom: 20px;
}

.contact-page input,
.contact-page textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 4px;
  border: 1px solid #61636d;
}

.contact-page .wpcf7-submit {
  background-color: #3848a8;
  border-color: #3848a8;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .contact-page {
    height: auto;
    padding: 20px;
  }

  .contact-page .box {
    margin: 0;
  }
}
