@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
  background: #083891;
  min-height: 100vh;
  font-family: 'Roboto', sans-serif;
  font-size: 1.7rem;
  color: #2F2F2F;
}
.main {
  width: 96%;
  background-color: #FFF;
  border-radius: 15px;
  margin: 65px 0px 0px auto;
  padding: 0px 50px 80px 50px;
  min-height: 890px;
}
h2.title01 {
  font-weight: 700;
  font-size: 3.5rem;
  vertical-align: middle;
  color: #153566;
  position: relative;
  width: 100%;
  padding: 70px 0px 70px 0px;
  background: url("../img/k_bg.jpg");
  background-size: 38% auto;
  background-repeat: no-repeat;
  background-position: top left 0px;
}
h3.title02 {
  font-weight: 700;
  font-size: 2.0rem;
  vertical-align: middle;
  color: #153566;
  position: relative;
  width: 100%;
  padding: 0px 0px 10px 25px;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px dotted #153566;
}
h3.title02:before {
  content: '';
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #F1BE3F;
  position: absolute;
  left: 0;
  top: 33%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
h4.title03 {
  font-weight: 700;
  font-size: 1.7rem;
  position: relative;
  color: #153566;
  width: 100%;
  padding: 8px 15px;
  margin: 0px 0px 15px 0px;
  line-height: 150%;
  background: #fcf1d7;
}
h4.title03:before {
  content: '';
  width: 1px;
  ;
  height: 13px;
  background: #153566;
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 10;
}
.greeting {
  line-height: 200%;
  word-break: keep-all;
  margin: 0px 0px 20px 0px;
}
.txt1 {
  line-height: 165%;
  word-break: keep-all;
  margin: 0px 0px 50px 0px;
}
.txt2 {
  line-height: 165%;
  word-break: keep-all;
  margin: 0px 0px 25px 0px;
}
.right {
  text-align: right;
}
.bold {
  font-weight: 700;
}
.co_chair {
  display: flex;
  align-items: center;
  margin: 40px 0px 0px 0px;
}
.co_chair_img {
  width: 130px;
  margin: 0px 25px 0px 0px;
}
.co_chair_txt {
  line-height: 165%;
  word-break: keep-all;
  flex: 1;
}
.co_chair_fs {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: right;
  padding: 0px 0 10px 0;
    display: inline-block;
}
.logo {display: flex;
align-items: center;}

.logo div{
  width: 120px;
    margin: 0px 30px 0px 0px;
}
.btn {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 50px auto 20px auto;
  border-radius: 100vh;
  max-width: 500px;
  width: 100%;
  position: relative;
  box-shadow: 0px 5px 0px 0 rgb(57 83 125);
}
.btn a {
  background-color: #F1BE3F;
    
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
  height: 80px;
  text-align: center;
  max-width: 100%;
  border-radius: 100vh;
  padding: 0px 50px 0px 50px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
}
.btn a:link, .btn a:visited, .btn a:active {
  color: #153566;
  text-decoration: none;
}
.btn a:hover {
  background: #f1be3fb0;
}
@media screen and (max-width:1024px) {
  .main {
    margin: 0px auto;
    width: 100%;
      min-height: 500px;
  }
  .wrap {
    padding: 0px 0px 100px 0px;
  }
    
    .co_chair {
        align-items: flex-start;}
    
    .co_chair_fs {
    padding: 0px 0 5px 0;
    }
    .co_chair_txt {
  line-height: 150%;
    }
}
@media screen and (max-width:600px) {
  .main {
    width: 100%;
    padding: 0px 5% 50px 5%;
  }
  .txt1 {
    margin: 0px 0px 40px 0px;
  }
  h2.title01 {
    font-size: 2.5rem;
    padding: 60px 0px 40px 0px;
  }
  h3.title02 {
    font-size: 1.7rem;
    padding: 0px 0px 10px 20px;
  }
  h4.title03 {
    font-size: 1.6rem;
  }
  h3.title02:before {
    width: 10px;
    height: 10px;
    top: 33%;
  }
    
    .co_chair{
        display: block;
}
    .co_chair_img {
    margin: 0px auto 20px auto;
    }
    
}
@media screen and (max-width:400px) {
    .logo {display: block;}
    
    .logo div{
  width: 120px;
    margin: 0px 0px 30px 0px;
}
      .btn {
    width: 100%;
  }
    
}