@charset "UTF-8";

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
  margin: 0;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

body {
  background: #fff;
  color: #222;
  font-size: 15px;
  line-height: 1.73;
  font-family:
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  text-align: center;
  width: 100%;
  margin: 0;
}

img {
  height: auto;
  display: block;
  margin: 0 auto;
}

a:hover {
  opacity: 0.8;
}

a.head-btn {
  width: 124px;
  height: 40px;
  border-radius: 20px;
  background: linear-gradient(to left, #07b3de 0%, #0091b6 100%);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.en-up {
  text-transform: uppercase;
}

.title {
  margin-bottom: 28px;
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 3px 5px #000000ad;
}

.subtitle {
  color: #fff;
  font-size: 28px;
  letter-spacing: 4px;
  text-shadow: 1px 3px 5px #000000ad;
}

.date {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-right: 1em;
}

.big {
  font-size: 1.8em;
}

a.white-btn {
  background: #fff;
  color: #0091b6;
  width: 284px;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.86em;
  margin-top: 60px;
}

.white-btn:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #0091b6;
  border-right: 2px solid #0091b6;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

p.big span {
  font-size: 0.55em;
  padding-left: 40px;
}

a.contact-btn {
  width: 300px;
  height: 52px;
  border-radius: 26px;
  background: linear-gradient(to left, #07b3de 0%, #0091b6 100%);
  color: #fff;
  font-weight: bold;
  font-size: 1.13em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 1em;
}

.copyright {
  text-align: left;
  font-size: 0.8em;
}

#page-title {
  width: 100%;
  padding: 100px 0;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#page-title h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3em;
  line-height: 1.2;
}

#page-title h2 span {
  font-size: 0.32em;
  font-weight: normal;
}

table {
  width: 90%;
  max-width: 850px;
  margin: 40px auto 0;
  text-align: left;
  box-sizing: border-box;
}

table tr th {
  border-bottom: 1px solid #0091b6;
  width: 25%;
  padding: 31px 0 28px;
  font-weight: bold;
}

table tr td {
  border-bottom: 1px solid #cecece;
  padding: 31px 0 28px 4px;
}

#page-title.title-blue {
  background: linear-gradient(to left, #07b3de 0%, #0091b6 100%);
}

table.form tr th,
table.form tr td {
  border-bottom: none;
  font-size: 16px;
}

table.form tr th {
  width: 36%;
}

table.form tr td {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}

input[type="text"] {
  width: 100%;
  border: none;
  font-size: 16px;
  border-bottom: 1px #d5d6d8 solid;
  padding: 30px 0;
}

textarea {
  width: 100%;
  height: 300px;
  border-color: #d5d6d8;
}

::placeholder {
  color: #d5d6d8;
}

button.submit-btn {
  width: 350px;
  height: 62px;
  margin: 0 auto;
  border: none;
  background: linear-gradient(to left, #07b3de 0%, #0091b6 100%);
  color: #fff;
  font-size: 1em;
  margin-top: 30px;
  position: relative;
}

button.submit-btn:after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

select {
  border-radius: 0;
  border: none;
  background: #eee;
  font-size: 16px;
  padding: 5px;
  color: #757575;
  width: 100%;
  height: 50px;
}
