@charset "UTF-8";

/* HOME */
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #5f9ea0;
  position: fixed;
  z-index: 9999;
  display: grid;
  place-items: center;
}
#loading-screen {
  background-color: #f8f8f8;
  position: fixed;
  inset: 0;
  z-index: 9998;
  translate: 0 100vh;
}
#loading p {
  font-family: 'Caveat', cursive;
  font-size: 3.5rem;
  color: #fff;
}
.title {
    height: calc(100vh - 100px);
    overflow: hidden;
    position: relative;
  }
.item2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 3s ease;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.active {
  opacity: 1;
}
.slider_logo {
  z-index:10;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  max-width: 400px;
  mix-blend-mode: multiply;
}/* ABOUT */
.concept img {
  display: block;
  object-fit: cover;
  object-position:  top center;
  width: 100%;
  height: 400px;
  margin: 40px auto 35px;
}
.about-description {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 50px 0;
}
.chart h3 {
  font-family: 'Zen Kurenaido', sans-serif;
  font-size: 1.25rem;
  color: #5f9ea0;
  font-weight: 600;
  text-align: center;
  margin: 12px auto 18px;
}
.logo-font {
  font-family: 'Caveat', cursive;
  font-size: 1.8rem;
}
table {
  margin: 20px 0;
}
.chart th {
  font-weight: normal;
  text-align: center;
  width: 35%;
}
.chart td {
  width: 65%;
  line-height: 1.4;
}
.chart th,
.chart td {
  font-size: 1.1rem;
  vertical-align: middle;
  padding: 20px 20px;
}
.chart tr:nth-child(odd) {
  background-color: #f8f6f2;
}
.chart tr:nth-child(even) {
  background-color: #fff;
}
.profile img {
  display: block;
  object-fit: cover;
  border-radius: 50%;
  height: 320px;
  width: 320px;
  margin: 0 auto;
}
.profile h3 {
  font-size: 1.1rem;
  text-align: center;
  margin: 30px auto 20px;
}
.profile p {
  font-size: 1rem;
  line-height: 1.3;
}
.introduction {
  display: flex;
  margin: 30px auto 0;
}
.chart {
  width: 53%;
  margin: 0 auto;
}
.profile {
  width: 43%;
  margin:  20px auto;
}
/* PROJECT */
.item-list {
  margin: 60px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 310px);
  column-gap: 45px;
  row-gap: 40px;
  justify-content: center;
}
.item-list dt {
  font-family: 'Caveat', cursive;
  font-size: 2.5rem;
  color: #5f9ea0;
  font-weight: bold;
  margin-bottom: 10px;
}
.program_img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.item-list dd {
  margin-top: 15px;
  line-height: 1.4;
}

/* NEWS */
.notice {
   max-width: 600px;
   margin: 80px auto;
}
.notice li{
  padding: 20px 2%;
  border-top: #5f9ea0 1px solid;
}
.notice li:last-child{
  border-bottom: #5f9ea0 1px solid;
}
.news-time{
  color: #5f9ea0;
  font-size: .875rem;
  display: block;
  margin-bottom: 5px;
}
.news-subject{
  font-size: 1.1rem;
}

/* CONTACT */
.description-con {
  font-size: 1.2rem;
  text-align: center;
  margin: 50px 0;
}
form {
  max-width: 600px;
  padding: 50px 4%;
  margin: 40px auto;
  background-color: #f8f8f8;
  border: 1px solid #aaa;
}
.form-item {
  display: flex;
  align-self: center;
  margin-bottom: 40px;
}
.form-label {
  align-self: center;
}
.form-textarea {
  padding-top: 15px;
}
label {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  width: 215px;
  font-weight: 700;
}
.required {
  padding:  4px 10px;
  font-size: 12px;
  line-height: 1;
  color: #ff701e;
  font-weight: 400;
  border-radius: 10px;
}
.form-item dd {
  width: 100%;
}
input,
textarea {
  display: block;
  padding: 15px;
  flex: 1;
  background-color: #fff;
  border: 2px solid #5f9ea0;
  border-radius: 10px;
  width: 100%;
}
textarea {
  height: 200px;
}
.button {
  background-color: #5f9ea0;
  color: #fff;
  width: 240px;
  border-radius: 32px;
  margin: 0 auto;
}
.button:hover {
  background-color: #20b2aa;
}

/* RECEIVE
------------------------------ */
.re-des-pattern_1 {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.re-des-pattern_2 {
  display: none;
}
.btn_00 {
  display: block;
  text-align: center;
  background-color: #5f9ea0;
  color: #fff;
  width: 240px;
  border-radius: 32px;
  margin: 30px auto;
  padding: 15px 0;
}
.btn_00:hover {
  background-color: #20b2aa;
}
