@charset "UTF-8";
@media screen and (max-width: 768px){
  .pconly{
    display: none !important;
  }
}
@media screen and (min-width: 769px){
  .sponly{
    display: none !important;
  }
}
nav.breadcrumb{
  display: block;
  background: #f5fdff;
}
nav.breadcrumb ol{
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 90%;
  max-width: 1200px;
  padding: 10px 0;
  list-style: none;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif;
}
nav.breadcrumb ol li{
  position: relative;
  padding-right: 1.5em;
}
nav.breadcrumb ol li::before{
  content: ">";
  position: absolute;
  right: 3px;
}
nav.breadcrumb ol li:last-child::before{
  content: none;
}
.breadcrumb a{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif;
}

main{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif;
}
main .en{
  margin: auto;
  width: 90%;
  max-width: 1200px;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
}
main h1{
  margin: auto;
  width: 90%;
  max-width: 1200px;
  font-weight: bold;
  font-size: 40px;
  color: #1d2a51;
  margin-bottom: 40px;
}
main section table{
  margin: 0 auto 60px;
  width: 90%;
  max-width: 1200px;
  border-collapse: collapse;
}
main section table th{
  background: #e3f2fa;
  width: 25%;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: top;
}
main section table td{
  width: 75%;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 30px;
  font-weight: 500;
}
main section table a{
  text-decoration: underline;
  line-height: 2;
}
main section table td dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main section table td dl dt{
  width: 20%;
}
main section table td dl dd{
  width: 80%;
  line-height: 2;
  margin-bottom: 15px;
}
main section table td .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
main section table td .flex .text{
width: 40%;
}
main section table td .flex .text dt{
  width: 30%;
}
main section table td .flex .text dd{
  width: 70%;
  margin-bottom: 10px;
}
main section table td .flex .image{
  width: 55%;
}
main section table td .flex .image img{
  width: 100%;
}

main section#vision{
  background: #e3f2fa;
  padding: 60px 0;
}
main section h2{
  margin: auto;
  width: 90%;
  max-width: 1200px;
  font-weight: bold;
  font-size: 40px;
  color: #1d2a51;
  margin-bottom: 40px;
}
main section#vision .flex{
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
main section#vision .flex .text{
  width: 50%;
}
main section#vision .flex .text h3{
  font-size: 24px;
  font-weight: bold;
  color: #1f2c5c;
  margin-bottom: 30px;
}
main section#vision .flex .text p{
  font-size: 16px;
}
main section#vision .flex .image{
  width: 40%;
}
main section#vision .flex .image img{
  max-height: 300px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
main section#history{
  padding: 60px 0;
}
main section#history ul{
  width: 90%;
  max-width: 1200px;
  margin: auto;
  list-style: none;
  margin-bottom: 20px;
}
main section#history ul h3{
  font-size: 24px;
  color: #1f2c5c;
  margin-bottom: 10px;
}
main section#history ul div{
  padding-left: 80px;
  position: relative;
}
main section#history ul div::before{
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #d9d9d9;
  left: 25px;
}
main section#history ul div li{
  display: flex;
  align-items: center;
  column-gap: 40px;
  margin-bottom: 20px;
}
main section#history ul div li::before{
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1f2c5c;
  left: 23px;
}
main section#history ul div li span{
  color: #1f2c5c;
  font-weight: bold;
  font-size: 20px;
}
main section#history ul div li p{
  font-size: 16px;
  color: #808080;
  font-weight: bold;
}


@media screen and (max-width: 768px){
 nav.breadcrumb ol,
  main .en,
  main h1,
  main section table,
  main section h2,
  main section#vision .flex,
  main section#history ul{
    width: 92%;
    max-width: 450px;
  }
  main h1,
  main section h2{
    margin-bottom: 30px;
  }
  main section table th h3{
    font-size: 16px;
  }
  main section table td{
    padding: 10px;
    font-size: 14px;
  }
  main section table td .flex .text{
    width: 100%;
  }
  main section table td .flex .image{
    width: 100%;
    margin-top: 10px;
  }
  main section table td dl.address dt{
    width: 100%;
  }
  main section table td dl dd{
    width: 100%;
    line-height: 1.5;
  }
  main section#vision,
  main section#history{
    padding: 40px 0;
  }
  main section#vision .flex .text,
  main section#vision .flex .image{
    width: 100%;
  }
  main section#vision .flex .text h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
  main section#vision .flex .image img{
    width: 90%;
    margin: 20px auto 0;
    display: block;
    max-height: 250px;
  }
  main section#history ul h3{
    font-size: 24px;
  }
  main section#history ul div{
    padding-left: 60px;
  }
  main section#history ul div::before{
    left: 20px;
  }
  main section#history ul div li{
    column-gap: 20px;
  }
  main section#history ul div li::before{
    left: 18px;
  }
  main section#history ul div li span{
    font-size: 18px;
    display: block;
    min-width: 30px;
  }
  main section#history ul div li p{
    font-size: 16px;
  }

}
