@charset "UTF-8";
/* CSS Document */

#main-visual {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    border-bottom: 1px solid #000;
}
#main-visual-inner {
    position: relative;
    z-index: 1;
    height: 90%;
    width: calc(100% - 60px);
    padding: 5% 30px 5%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    top: 0;
    order: 2;
}
#main-visual-image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 20%;
    top: 0;
    order: 1;
}
.main-visual-inner-ja {
  margin-top: 5%;
}
.main-visual-inner-ja h1 {
    color: #000;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 6.4vw;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 5%;
}
.main-visual-inner-en p {
  font-family: 'Sen', sans-serif;
  font-family: 'Spartan', sans-serif;
  font-weight: 300;
  font-size: 3.2vw;
  color: #000;
  letter-spacing: 5px;
}
#main-visual-inner ul {
    font-size: 3.2vw;
    line-height: 1.6;
    margin: 5% 0;
}
.main-visual-inner-info p {
  font-size: 1.8rem;
  line-height: 1.6;
}
.main-visual-inner-info a{
  color: #37BCBC;
  text-decoration: underline;
}
.main-visual-inner-info a p{
  font-size: 2.5rem;
}

#main-visual-image2 {
  position: absolute;
width: 26%;
height: auto;
top: 33%;
right: 4%;
z-index: 2;
border-radius: 10px;
animation: fade1 2s both 1.5s;
opacity: 0;
}

#main-visual-image3 {
  position: absolute;
  width: 30%;
  height: auto;
  top: 30px;
  left: 5%;
  border-radius: 10px;
  z-index: 2;
  animation: fade1 2s both 2s;
  opacity: 0;
}
#main-visual-image4 {
  position: absolute;
width: 24%;
height: auto;
top: 21%;
left: 5%;
z-index: 2;
border-radius: 10px;
animation: fade1 2s both 2.5s;
opacity: 0;
}
@keyframes fade1{
    0%{
       opacity: 0; 
    }
    100%{
       opacity: 1; 
    }
}
#local-nav ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 5% auto 0;
}
#local-nav ul li {
    width: 20%;
    height: 40px;
    border: 1px solid #37BCBC;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 2% 4%;
}
#local-nav ul li a{
    font-size: 3.2vw;
    color: #37BCBC;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.button {
    margin-top: 20px;
}
.button-inner {
    display: flex;
    width: 280px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    cursor: pointer;
    background: transparent linear-gradient(105deg, #37BCBC 0%, #54DB7D 100%) 0% 0% no-repeat padding-box;
    position: relative;
    margin: 0 auto;
    line-height: 1.2;
}
.button-inner::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 20px;
    top: 50%;
    display: block;
    transform: translateY(-50%) rotate(-45deg);
}
#profile {
    width: calc(100% - 60px);
    padding: 60px 30px;
}
.profile-inner {
  padding-top: 80px;
  margin-top: -80px;
}
.profile-inner h2 {
    font-size: 2rem;
    color: #37BCBC;
    margin-bottom: 30px;
}
.profile-inner ul li {
    border-bottom: 1px solid #c9c9c9;
    padding: 20px 0;
    font-size: 1.4rem; 
}
.profile-inner ul li a{
    text-decoration: underline;
    color: #37BCBC;
}
.profile-inner ul li a p{
    color: #37BCBC;
}
.profile-inner ul li:first-child {
    border-top: 1px solid #c9c9c9;
}
.profile-inner ul {
  margin-bottom: 65px;
}
footer {
  position: relative;
}
/********************************************   min-width:768px  **************************************************/
@media screen and (min-width:768px){
#main-visual-inner {
  position: relative;
  z-index: 1;
  height: auto;
  width: auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  order: 2;
  margin: 0 auto;
  padding: 5% 0;
}
#main-visual-image2 {
  top: 40%;
}
.main-visual-inner-ja h1 {
  color: #000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 30px;
}
.main-visual-inner-en p {
  font-family: 'Sen', sans-serif;
  font-family: 'Spartan', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 5px;
}
#main-visual-inner ul {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 30px 0;
}
#local-nav ul li {
    height: 60px;
}
}
/********************************************   min-width:960px  **************************************************/
@media screen and (min-width:960px){
#main-visual {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
    border-top: 1px solid #000;
}
#main-visual-image {
  position: relative;
  width: 50%;
  height: auto;
  object-fit: cover;
  object-position: 20%;
  top: 0;
  order: 2;
}
#main-visual-inner {
  position: relative;
  z-index: 1;
  height: auto;
  width: 40%;
  padding: 0 5% 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  top: auto;
  order: 1;
}
.main-visual-inner-ja h1 {
  color: #000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 3.4rem;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 30px;
}
.main-visual-inner-en p {
  font-family: 'Sen', sans-serif;
  font-family: 'Spartan', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 5px;
}
#main-visual-inner ul {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 30px 0;
}
#main-visual-image2 {
  position: absolute;
  width: 13%;
  height: auto;
  top: 65%;
  right: 2%;
  z-index: 2;
  border-radius: 10px;
  animation: fade1 2s both 1.5s;
  opacity: 0;
}
#main-visual-image3 {
  position: absolute;
  width: 18%;
  height: auto;
  top: 30px;
  left: 45%;
  border-radius: 10px;
  z-index: 2;
  animation: fade1 2s both 2s;
  opacity: 0; 
}
#main-visual-image4 {
  position: absolute;
  width: 13%;
  height: auto;
  top: 45%;
  left: 42%;
  z-index: 2;
  border-radius: 10px;
  animation: fade1 2s both 2.5s;
  opacity: 0;
}
#local-nav {
  padding: 0 30px;
}
#local-nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 60px auto 0;
  max-width: 960px;
}
#local-nav ul li {
  width: 160px;
  height: 60px;
  border: 1px solid #37BCBC;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin: 0 0 0;
}
#local-nav ul li a {
  font-size: 2.4rem;
  color: #37BCBC;
}
.button {
  margin-top: 40px;
}
.button-inner {
  height: 60px;
  border-radius: 30px;
  font-size: 1.6rem;
}
.profile-inner {
  padding-top: 120px;
  margin-top: -120px;
}
#profile {
  max-width: 960px;
  margin: 0 auto;
}
.profile-inner h2 {
    font-size: 3rem;
    color: #37BCBC;
    margin-bottom: 30px;
}
.profile-inner ul li {
    padding: 20px 0;
    font-size: 2.1rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.profile-inner ul li time {
  width: 140px;
}
.profile-inner ul li p {
  margin: 0 0 0 30px;
}
#ronbun.profile-inner ul li p{
    margin: 0 ;
}
#chosho.profile-inner ul li p{
    margin: 0 ;
}
}
/********************************************   min-width:1280px  **************************************************/
@media screen and (min-width:1280px){
#main-visual-image {
  position: relative;
  width: 50%;
  object-position: 0;
}
#main-visual-inner {
  width: calc(50% - 150px);
  padding: 0 30px 0 120px;
}
.main-visual-inner-ja h1 {
  font-size: 4rem;
}
.main-visual-inner-en p {
  font-size: 2rem;
}
#main-visual-inner ul {
  font-size: 1.8rem;
}
#local-nav ul {
  max-width: 1100px;
}
#local-nav ul li {
    width: 200px;
}
#profile {
  max-width: 1100px;
  margin: 0 auto;
}
}