@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #1A1C4A;
  letter-spacing: 0.05em;
  padding-right: 65px;
}
body.noscroll {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    padding-right: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #1A1C4A;
}
a:hover {
  opacity: 0.8;
}

.img img {
  width: 100%;
}

div, a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
  overflow: hidden;
}

input, select, textarea {
  box-sizing: border-box;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #C9C9C9;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #C9C9C9;
}

input::placeholder, textarea::placeholder, select::placeholder {
  color: #C9C9C9;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
}

.is-tb {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .is-tb {
    display: block !important;
  }
}

.is-pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

#about .about_txt {
  margin: 100px auto;
  max-width: 1110px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #about .about_txt {
    margin: 12.5% auto 4.8%;
    font-size: 20px;
    padding: 0 6.13%;
  }
}
#about .about_img {
  margin: 0 auto 120px;
  max-width: 1110px;
}
@media screen and (max-width: 768px) {
  #about .about_img {
    padding: 0 6.13%;
    margin: 0 auto 17.4%;
  }
}
#about .about_img img {
  width: 100%;
}

.content_box {
  max-width: 920px;
  margin: 0 auto;
}
.content_box .ttl_box {
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .content_box .ttl_box {
    display: block;
  }
}
.content_box .ttl_box h3 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .content_box .ttl_box h3 {
    line-height: 0.6;
    text-align: center;
    width: 100%;
    margin: 0 0;
  }
}
.content_box .ttl_box span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.25em;
  line-height: 0;
}
.content_box .content {
  position: relative;
  padding: 3px;
  border-top: solid 1px #1A1C4A;
  border-bottom: solid 1px #1A1C4A;
}
@media screen and (max-width: 768px) {
  .content_box .content {
    border-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .content_box .content span {
    display: block;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.25em;
    margin-top: 13px;
    margin-bottom: 10.67%;
  }
}
.content_box .content::before, .content_box .content::after {
  content: "";
  position: absolute;
  top: -15px;
  width: 1px;
  height: calc(100% + 35px);
  background-color: #1A1C4A;
}
@media screen and (max-width: 768px) {
  .content_box .content::before, .content_box .content::after {
    display: none;
  }
}
.content_box .content::before {
  left: 15px;
}
.content_box .content::after {
  right: 15px;
}
.content_box .content .txt {
  padding: 80px 95px;
  font-size: 20px;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .content_box .content .txt {
    padding: 0 6.13%;
    font-size: 18px;
    line-height: 2;
  }
}

.profile {
  margin: 0 auto 110px;
}
@media screen and (max-width: 768px) {
  .profile {
    margin: 0 auto 17%;
  }
}

.project {
  margin: 0 auto 200px;
}
@media screen and (max-width: 768px) {
  .project {
    margin: 0 auto 17%;
  }
}

#seminar .seminar_box {
  margin: 80px auto 40px;
  max-width: 920px;
}
@media screen and (max-width: 768px) {
  #seminar .seminar_box {
    margin: 12.67% auto 8%;
  }
}
#seminar .seminar_box .select_box {
  position: relative;
  width: 184px;
  height: 32px;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #seminar .seminar_box .select_box {
    margin-left: 6.13%;
    margin-bottom: 9.33%;
  }
}
#seminar .seminar_box .select_box::after {
  position: absolute;
  content: "";
  display: block;
  right: 20px;
  top: 45%;
  transform: translateY(-54%) rotate(-45deg);
  background-color: #fff;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-radius: 2px;
  border-color: transparent transparent #1A1C4A #1A1C4A;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  #seminar .seminar_box .select_box::after {
    right: 15px;
  }
}
#seminar .seminar_box .select_box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #1A1C4A;
  color: #1A1C4A;
  padding: 0 12px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #1A1C4A;
  font-size: 14px;
  outline: none;
  letter-spacing: 0.15em;
}
#seminar .seminar_box .seminar_list {
  margin: 0 auto 40px;
}
#seminar .seminar_box .seminar_list li {
  margin: 0 0 65px;
}
@media screen and (max-width: 768px) {
  #seminar .seminar_box .seminar_list li {
    margin: 0 0 6.67%;
  }
}
#seminar .post_box {
  max-width: 920px;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  #seminar .post_box {
    margin: 12% auto 0;
    padding: 0 6.13%;
  }
}
#seminar .post_box .post_ttl {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 26px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #seminar .post_box .post_ttl {
    font-size: 22px;
    margin: 0 0 4.26%;
  }
}
#seminar .post_box .post_venue {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 35px;
}
#seminar .post_box .img {
  position: relative;
  margin: 0 0 60px;
  border: 1px solid #1A1C4A;
}
@media screen and (max-width: 768px) {
  #seminar .post_box .img {
    height: 300px;
  }
  #seminar .post_box .img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  #seminar .post_box .img {
    height: 146px;
    margin: 0 0 8%;
  }
}
#seminar .post_box .img .detail_box {
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(26, 28, 74, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 336px;
  max-height: 400px;
  color: #fff;
  width: 450px;
  padding: 12px 15px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1000px) {
  #seminar .post_box .img .detail_box {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #seminar .post_box .img .detail_box {
    min-height: auto;
    width: 340px;
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  #seminar .post_box .img .detail_box {
    width: 145px;
    height: 119px;
  }
}
#seminar .post_box .img .detail_box .detail_ttl {
  font-size: 38px;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 35px;
}
@media screen and (max-width: 480px) {
  #seminar .post_box .img .detail_box .detail_ttl {
    font-size: 14px;
    margin: 0 0 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow-y: hidden;
  }
}
#seminar .post_box .img .detail_box .border {
  width: 37px;
  height: 1px;
  background: #fff;
  position: relative;
  z-index: 5;
}
#seminar .post_box .img .detail_box .schedule {
  margin: 35px 0 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  #seminar .post_box .img .detail_box .schedule {
    margin: 14px 0 0;
  }
}
#seminar .post_box .img .detail_box .schedule .date {
  font-size: 29px;
  margin: 0 0 16px;
}
@media screen and (max-width: 480px) {
  #seminar .post_box .img .detail_box .schedule .date {
    font-size: 11px;
  }
}
#seminar .post_box .img .detail_box .schedule .date .big {
  font-size: 41px;
}
@media screen and (max-width: 480px) {
  #seminar .post_box .img .detail_box .schedule .date .big {
    font-size: 16px;
  }
}
#seminar .post_box .img .detail_box .schedule .time {
  font-size: 29px;
}
@media screen and (max-width: 480px) {
  #seminar .post_box .img .detail_box .schedule .time {
    font-size: 16px;
  }
}
#seminar .post_box .img .detail_box .affilication {
  font-size: 12px;
  text-align: right;
  margin: 0 0 9px;
  justify-content: right;
}
#seminar .post_box .img .detail_box .name {
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  justify-content: right;
}
#seminar .post_box .post_contents {
  max-width: 740px;
  margin: 0 auto;
}
#seminar .post_box .post_contents .post_date {
  margin: 0 0 17px;
}
#seminar .post_box .post_contents p, #seminar .post_box .post_contents .txt {
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #seminar .post_box .post_contents p, #seminar .post_box .post_contents .txt {
    font-size: 15px;
  }
}
#seminar .post_box .sns_share {
  display: flex;
  align-items: center;
  width: 88px;
  justify-content: space-between;
  margin: 24px 0 0;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  #seminar .post_box .sns_share {
    width: 100px;
    margin-left: 0;
  }
}
#seminar .post_box .sns_share li a i {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #seminar .post_box .sns_share li a i {
    font-size: 24px;
  }
}

.other_post {
  max-width: 930px;
  margin: 130px auto 80px;
}
@media screen and (max-width: 768px) {
  .other_post {
    margin: 10.67% a;
  }
}
@media screen and (max-width: 768px) {
  .other_post {
    margin: 14.5% auto 0;
    padding: 0 6.13%;
  }
}
.other_post h4 {
  font-size: 22px;
  text-align: center;
  padding: 32px 0;
  letter-spacing: 0.15em;
  position: relative;
  border-top: solid 1px #1A1C4A;
  border-bottom: solid 1px #1A1C4A;
}
@media screen and (max-width: 768px) {
  .other_post h4 {
    font-size: 15px;
    padding: 25px 0;
  }
}
.other_post h4::before, .other_post h4::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 1px;
  height: calc(100% + 20px);
  background-color: #1A1C4A;
}
.other_post h4::before {
  left: 10px;
}
.other_post h4::after {
  right: 10px;
}
.other_post ul {
  max-width: 920px;
  margin: 80px auto 40px;
}
@media screen and (max-width: 768px) {
  .other_post ul {
    margin: 12% auto 10%;
    padding: 0;
  }
}

.teacher_box {
  margin: 130px auto 0;
  max-width: 930px;
}
@media screen and (max-width: 768px) {
  .teacher_box {
    margin: 13.33% auto 0;
    padding: 0 6.13%;
  }
}
.teacher_box .teacher_item {
  margin: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .teacher_box .teacher_item {
    margin: 0 0 15%;
  }
}
.teacher_box .teacher_item .more {
  position: unset;
}
@media screen and (max-width: 768px) {
  .teacher_box .teacher_item .more {
    margin: 0 auto;
  }
}
.teacher_box .teacher_item h3 {
  font-size: 22px;
  text-align: center;
  padding: 32px 0;
  letter-spacing: 0.15em;
  position: relative;
  border-top: solid 1px #1A1C4A;
  border-bottom: solid 1px #1A1C4A;
  margin: 0 0 90px;
}
@media screen and (max-width: 768px) {
  .teacher_box .teacher_item h3 {
    font-size: 15px;
    padding: 25px;
    margin: 0 0 9%;
  }
}
.teacher_box .teacher_item h3 .bg_box {
  position: absolute;
  top: -5px;
  right: 4px;
  width: 98%;
  height: 100%;
  background: #EFF0F7;
  display: block;
  z-index: -3;
}
@media screen and (max-width: 768px) {
  .teacher_box .teacher_item h3 .bg_box {
    width: 95%;
  }
}
.teacher_box .teacher_item h3::before, .teacher_box .teacher_item h3::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 1px;
  height: calc(100% + 20px);
  background-color: #1A1C4A;
}
.teacher_box .teacher_item h3::before {
  left: 10px;
}
.teacher_box .teacher_item h3::after {
  right: 10px;
}
.teacher_box .teacher_item .teacher_contents {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .teacher_box .teacher_item .teacher_contents {
    display: block;
  }
}
.teacher_box .teacher_item .teacher_contents .img {
  width: 255px;
  margin-right: 44px;
}
@media screen and (max-width: 768px) {
  .teacher_box .teacher_item .teacher_contents .img {
    margin: 0 auto 6.67%;
  }
}
.teacher_box .teacher_item .teacher_contents .content .teacher_name {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .teacher_box .teacher_item .teacher_contents .content .teacher_name {
    text-align: center;
  }
}
.teacher_box .teacher_item .teacher_contents .content .teacher_name_en {
  font-size: 16px;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .teacher_box .teacher_item .teacher_contents .content .teacher_name_en {
    font-size: 12px;
    text-align: center;
    display: block;
  }
}

#message .main_img,
#introduction .main_img {
  max-width: 1110px;
  margin: 70px auto;
}
@media screen and (max-width: 768px) {
  #message .main_img,
#introduction .main_img {
    margin: 14% auto 8.15%;
    padding: 0 6.13%;
  }
}
#message > .ttl_box,
#introduction > .ttl_box {
  max-width: 1110px;
  margin: 0 auto 34px;
  display: flex;
  align-items: baseline;
  padding: 0 90px;
  border-bottom: 1px solid #1A1C4A;
}
@media screen and (max-width: 768px) {
  #message > .ttl_box,
#introduction > .ttl_box {
    display: block;
    border-bottom: none;
    padding: 0;
    margin: 0 auto 8.53%;
  }
}
#message > .ttl_box h3,
#introduction > .ttl_box h3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 0.8;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  #message > .ttl_box h3,
#introduction > .ttl_box h3 {
    font-size: 26px;
    margin-right: 0;
    border-bottom: 1px solid #1A1C4A;
    margin: 0 0 11px;
    padding: 0 6.13%;
  }
}
#message > .ttl_box span,
#introduction > .ttl_box span {
  line-height: 0;
}
@media screen and (max-width: 768px) {
  #message > .ttl_box span,
#introduction > .ttl_box span {
    padding: 0 6.13%;
    font-size: 12px;
  }
}
#message > .txt,
#introduction > .txt {
  max-width: 920px;
  margin: 0 auto 120px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #message > .txt,
#introduction > .txt {
    padding: 0 6.13%;
    font-size: 15px;
    margin: 0 auto 12.8%;
  }
}
#message > .txt.min,
#introduction > .txt.min {
  font-size: 18px;
  line-height: 2.7;
}
@media screen and (max-width: 768px) {
  #message > .txt.min,
#introduction > .txt.min {
    font-size: 15px;
    line-height: 1.8;
  }
}
#message h4,
#introduction h4 {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.15em;
  max-width: 920px;
  margin: 0 auto 12px;
}
@media screen and (max-width: 768px) {
  #message h4,
#introduction h4 {
    font-size: 25px;
    padding: 0 6.13%;
  }
}
#message h4 span,
#introduction h4 span {
  border-bottom: 1px solid #1A1C4A;
}
#message .content_box .txt,
#introduction .content_box .txt {
  padding: 65px 60px;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #message .content_box .txt,
#introduction .content_box .txt {
    padding: 0 6.13%;
    font-size: 14px;
    line-height: 1.8;
  }
}

#introduction .introduction_box, #message .introduction_box {
  display: flex;
  justify-content: center;
  max-width: 1110px;
  margin: 70px auto 110px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #introduction .introduction_box, #message .introduction_box {
    display: block;
    margin: 14% auto 8.53%;
  }
}
#introduction .introduction_box .img, #message .introduction_box .img {
  width: 40%;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  #introduction .introduction_box .img, #message .introduction_box .img {
    width: 100%;
    padding: 0 6.13%;
    margin: 0 auto 8.53%;
    margin-right: 0;
  }
}
#introduction .introduction_box .content, #message .introduction_box .content {
  width: 46%;
}
@media screen and (max-width: 768px) {
  #introduction .introduction_box .content, #message .introduction_box .content {
    width: 100%;
  }
}
#introduction .introduction_box .content .ttl_box, #message .introduction_box .content .ttl_box {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #1A1C4A;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  #introduction .introduction_box .content .ttl_box, #message .introduction_box .content .ttl_box {
    border-bottom: none;
    display: block;
  }
}
#introduction .introduction_box .content h3, #message .introduction_box .content h3 {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-right: 30px;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  #introduction .introduction_box .content h3, #message .introduction_box .content h3 {
    font-size: 26px;
    border-bottom: 1px solid #1A1C4A;
    padding: 0 6.13%;
    margin: 0 0 11px;
  }
}
#introduction .introduction_box .content span, #message .introduction_box .content span {
  line-height: 0;
}
@media screen and (max-width: 768px) {
  #introduction .introduction_box .content span, #message .introduction_box .content span {
    padding: 0 6.13%;
  }
}
#introduction .introduction_box .content .affilication, #message .introduction_box .content .affilication {
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #introduction .introduction_box .content .affilication, #message .introduction_box .content .affilication {
    font-size: 15px;
    padding: 0 6.13%;
  }
}

#message .introduction_box {
  align-items: flex-start !important;
}

#reports {
  margin-bottom: 80px;
}
#reports .reports_txt {
  margin: 140px auto 110px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  max-width: 730px;
}
@media screen and (max-width: 768px) {
  #reports .reports_txt {
    margin: 12.5% auto 7.2%;
    padding: 0 6.13%;
    text-align: left;
  }
}
#reports .reports_list {
  margin: 70px auto;
  max-width: 930px;
}
#reports .reports_list.old {
  display: none;
}
@media screen and (max-width: 1000px) {
  #reports .reports_list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #reports .reports_list {
    margin: 6.46% auto 10%;
    padding: 0 6.13%;
  }
}
#reports .reports_list li {
  padding: 40px 0;
  border-bottom: 1px solid #D1D1DB;
}
@media screen and (max-width: 768px) {
  #reports .reports_list li {
    padding: 6.4% 0;
  }
}
#reports .reports_list li a {
  display: flex;
}
@media screen and (max-width: 768px) {
  #reports .reports_list li a {
    display: block;
  }
}
#reports .reports_list li .content {
  padding-left: 20px;
  width: 74%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #reports .reports_list li .content {
    width: 100%;
    padding-left: 0;
  }
}
#reports .reports_list li .content .more {
  right: unset;
  left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #reports .reports_list li .content .more {
    position: unset;
    width: 146px;
    margin: 13.33% auto 0;
  }
}
#reports .reports_list li .content .head {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
#reports .reports_list li .content .head .category {
  display: block;
  width: 68px;
  height: 16px;
  line-height: 15px;
  border: 1px solid #1A1C4A;
  font-size: 10px;
  text-align: center;
  margin-left: 10px;
}
#reports .reports_list li .content .report_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 10px;
}
#reports .reports_list li .content .date {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.55;
}
#reports .reports_list li .img {
  width: 26%;
  height: 160px;
}
@media screen and (max-width: 768px) {
  #reports .reports_list li .img {
    width: 100%;
    margin: 0 0 6.67%;
    height: 206px;
  }
}
#reports .reports_list li .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#bulletin .bulletin_txt {
  margin: 140px auto;
  max-width: 730px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #bulletin .bulletin_txt {
    margin: 12.5% auto 7.2%;
    text-align: left;
    padding: 0 6.13%;
    font-size: 15px;
  }
}
#bulletin .bulletin_box {
  max-width: 730px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #bulletin .bulletin_box {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #bulletin .bulletin_box {
    padding: 0 6.13%;
  }
}
#bulletin .bulletin_box h3 {
  font-size: 22px;
  text-align: center;
  padding: 25px 0;
  letter-spacing: 0.15em;
  position: relative;
  border-top: solid 1px #1A1C4A;
  border-bottom: solid 1px #1A1C4A;
}
@media screen and (max-width: 768px) {
  #bulletin .bulletin_box h3 {
    font-size: 20px;
    padding: 22px 0;
  }
}
#bulletin .bulletin_box h3::before, #bulletin .bulletin_box h3::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 1px;
  height: calc(100% + 20px);
  background-color: #1A1C4A;
}
@media screen and (max-width: 768px) {
  #bulletin .bulletin_box h3::before, #bulletin .bulletin_box h3::after {
    top: -5px;
    height: calc(100% + 10px);
  }
}
#bulletin .bulletin_box h3::before {
  left: 10px;
}
@media screen and (max-width: 768px) {
  #bulletin .bulletin_box h3::before {
    left: 5px;
  }
}
#bulletin .bulletin_box h3::after {
  right: 10px;
}
@media screen and (max-width: 768px) {
  #bulletin .bulletin_box h3::after {
    right: 5px;
  }
}
#bulletin .bulletin_box .bulletin_list {
  margin: 54px auto 120px;
}
@media screen and (max-width: 768px) {
  #bulletin .bulletin_box .bulletin_list {
    margin: 12.33% auto 9.33%;
  }
}
#bulletin .bulletin_box .bulletin_list li {
  border-bottom: 1px solid #D1D1DB;
}
#bulletin .bulletin_box .bulletin_list li a {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #bulletin .bulletin_box .bulletin_list li a {
    padding: 9.33% 0;
    font-size: 15px;
  }
}
#bulletin .bulletin_box .bulletin_list li a img {
  width: 18px;
  margin-left: 20px;
}

#access {
  padding-bottom: 0;
}
#access .access_ttl {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  margin-top: 170px;
}
@media screen and (max-width: 768px) {
  #access .access_ttl {
    line-height: 1.55;
    margin: 9% auto 10.67%;
    padding: 0 6.13%;
  }
}
#access .access_table {
  max-width: 760px;
  margin: 24px auto 180px;
}
@media screen and (max-width: 768px) {
  #access .access_table {
    width: 90%;
    margin: 0 auto 10.67%;
  }
}
#access .access_table tr {
  border-top: 1px solid #D1D1DB;
}
@media screen and (max-width: 768px) {
  #access .access_table tr {
    display: flex;
    flex-direction: column;
    border-top: none;
  }
}
#access .access_table th {
  text-align: left;
  padding: 25px 0;
  width: 30%;
  vertical-align: middle;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #access .access_table th {
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #D1D1DB;
    font-size: 14px;
  }
}
#access .access_table td {
  width: 70%;
  padding: 25px 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #access .access_table td {
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #access .map {
    height: 269px;
    overflow: scroll;
  }
  #access .map img {
    max-width: unset !important;
    width: auto !important;
    height: auto !important;
  }
}

#contact > .txt {
  max-width: 730px;
  margin: 145px auto;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #contact > .txt {
    padding: 0 6.13%;
    margin: 12.67% auto 16%;
  }
}
#contact .confirm_box {
  background: #EFF0F7;
  border: 1px solid #1A1C4A;
  padding: 37px 38px;
  max-width: 600px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: 154px auto 124px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #contact .confirm_box {
    margin: 11.67% auto;
    width: 90%;
    font-size: 18px;
    padding: 20px 22px;
  }
}
#contact .contact_form {
  max-width: 920px;
  margin: 0 auto;
}
#contact .contact_form.questionnaire table th {
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  #contact .contact_form table {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact_form table {
    padding: 0 6.13%;
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact_form table tr {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact_form table tr.dn {
    display: none !important;
  }
}
#contact .contact_form table th {
  vertical-align: middle;
  width: 30%;
  padding-right: 30px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #contact .contact_form table th {
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 14px;
  }
}
#contact .contact_form table th.at {
  vertical-align: top;
  padding-top: 15px;
}
#contact .contact_form table th.tr {
  text-align: right;
}
#contact .contact_form table th .require {
  display: inline-block;
  width: 46px;
  height: 20px;
  line-height: 21px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #F03C3C;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #contact .contact_form table th .require {
    font-size: 12px;
  }
}
#contact .contact_form table td {
  padding: 14px 0;
  width: 70%;
}
@media screen and (max-width: 768px) {
  #contact .contact_form table td {
    width: 100%;
  }
}
#contact .contact_form table td label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 12px;
  color: #333333;
}
#contact .contact_form table td label input {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #D1D1DB;
  margin-right: 11px;
}
#contact .contact_form table td p {
  font-size: 12px;
  color: #333333;
}
#contact .contact_form table td p a {
  text-decoration: underline;
  color: #333333;
}
#contact .contact_form table td input {
  height: 48px;
  width: 100%;
  border: 1px solid #D1D1DB;
  outline: none;
  padding: 0 17px;
}
#contact .contact_form table td textarea {
  width: 100%;
  border: 1px solid #D1D1DB;
  outline: none;
  padding: 17px;
  outline: none;
  line-height: 1.6;
}
#contact .contact_form .check_box {
  display: none;
}
@media screen and (max-width: 480px) {
  #contact .contact_form .check_box p {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact_form .check_box {
    display: flex;
    justify-content: center;
  }
  #contact .contact_form .check_box .require {
    display: inline-block;
    width: 46px;
    height: 20px;
    line-height: 21px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #F03C3C;
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #contact .contact_form .check_box .require {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact_form .check_box label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 12px;
    color: #333333;
  }
  #contact .contact_form .check_box label input {
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 1px solid #D1D1DB;
    margin-right: 11px;
  }
}
#contact .contact_form .sp_txt {
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
}
#contact .contact_form .submit_btn {
  width: 350px;
  height: 64px;
  margin: 60px auto 80px;
}
@media screen and (max-width: 480px) {
  #contact .contact_form .submit_btn {
    width: 90%;
    margin: 11.4% auto 10%;
  }
}
#contact .contact_form .submit_btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  width: 100%;
  height: 100%;
  background: #F03C3C;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#contact .contact_form .submit_btn input:hover {
  opacity: 0.8;
  cursor: pointer;
}
#contact .contact_form .back_btn {
  width: 179px;
  margin: 0 auto;
}
#contact .contact_form .back_btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  display: block;
  width: 100%;
  height: 49px;
  background: #D1D2DB;
}
#contact .contact_form .btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contact .contact_form .btn_box {
    display: block;
  }
}
#contact .complete_box {
  margin: 150px auto 80px;
  max-width: 825px;
  background: #EFF0F7;
  padding: 84px 44px 88px;
  border: 1px solid #1A1C4A;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #contact .complete_box {
    margin: 11.2% auto;
    padding: 34px 22px;
    width: 90%;
  }
}
#contact .complete_box h3 {
  text-align: center;
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0.25em;
  margin: 0 0 65px;
}
@media screen and (max-width: 768px) {
  #contact .complete_box h3 {
    letter-spacing: 0.1em;
    font-size: 18px;
    margin: 0 0 28px;
  }
}
#contact .complete_box .txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #contact .complete_box .txt {
    font-size: 15px;
  }
}
#contact .top_btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border: 1px solid #1A1C4A;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  #contact .top_btn {
    margin: 0 auto 10%;
  }
}

#privacy .privacy_contents {
  margin: 160px auto 0;
  max-width: 730px;
}
@media screen and (max-width: 768px) {
  #privacy .privacy_contents {
    margin: 9% auto 0;
    padding: 0 6.13%;
  }
}
#privacy .privacy_contents h3 {
  margin: 30px 0 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #privacy .privacy_contents h3 {
    font-size: 15px;
  }
}
#privacy .privacy_contents .txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #privacy .privacy_contents .txt {
    font-size: 14px;
  }
}
#privacy .privacy_contents .txt.mt {
  margin: 30px 0;
}
#privacy .privacy_contents .btn {
  width: 190px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #1A1C4A;
  margin: 22px 0 80px;
}
#privacy .privacy_contents .btn:hover {
  color: #fff;
  background: #1A1C4A;
  opacity: 1;
}

#topics {
  margin-bottom: 80px;
}
#topics .topics_txt {
  margin: 140px auto;
  max-width: 730px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #topics .topics_txt {
    margin: 12.5% auto 7.2%;
    text-align: left;
    padding: 0 6.13%;
    font-size: 15px;
  }
}
#topics .topics_list {
  margin: 50px auto 80px;
  max-width: 1110px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#topics .topics_list.old {
  display: none;
}
@media screen and (max-width: 1000px) {
  #topics .topics_list {
    padding: 0 20px;
    margin: 15% auto 0;
  }
}
#topics .topics_list li {
  width: 23%;
  margin: 0 0 40px;
}
@media screen and (max-width: 1000px) {
  #topics .topics_list li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics_list li {
    position: relative;
    width: 100%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #topics .topics_list li .post_date {
    position: absolute;
    top: -20px;
    left: 0;
  }
}
#topics .topics_list li a {
  display: block;
}
@media screen and (max-width: 768px) {
  #topics .topics_list li a {
    display: flex;
    justify-content: space-between;
  }
}
#topics .topics_list li a .img {
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  #topics .topics_list li a .img {
    width: 47.5%;
  }
}
#topics .topics_list li a .img img {
  border: 1px solid #1A1C4A;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #topics .topics_list li .content {
    width: 47.5%;
  }
}
#topics .topics_list li .content .head {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
#topics .topics_list li .content .head .category {
  display: block;
  width: 68px;
  height: 16px;
  line-height: 15px;
  border: 1px solid #1A1C4A;
  font-size: 10px;
  text-align: center;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #topics .topics_list li .content .head .category {
    margin-left: 0;
  }
}
#topics .topics_list li .content .post_ttl {
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-y: hidden;
}
#topics .single_contents {
  margin: 80px auto 0;
  max-width: 950px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #topics .single_contents {
    margin: 10.67% auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #topics .single_contents {
    display: block;
  }
}
#topics .single_contents .post {
  width: 73%;
}
@media screen and (max-width: 1000px) {
  #topics .single_contents .post {
    width: 63%;
  }
}
@media screen and (max-width: 768px) {
  #topics .single_contents .post {
    width: 100%;
  }
}
#topics .single_contents .post .img {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #topics .single_contents .post .img {
    margin: 0 0 20px;
  }
}
#topics .single_contents .post .img img {
  border: 1px solid #1A1C4A;
}
#topics .single_contents .post .head {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
#topics .single_contents .post .head .category {
  display: block;
  width: 68px;
  height: 16px;
  line-height: 15px;
  border: 1px solid #1A1C4A;
  font-size: 10px;
  text-align: center;
  margin-left: 10px;
}
#topics .single_contents .post .post_ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.9;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #topics .single_contents .post .post_ttl {
    font-size: 20px;
    margin: 0 0 8%;
  }
}
#topics .single_contents .post .txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #topics .single_contents .post .txt {
    font-size: 14px;
  }
}
#topics .single_contents .right_nav {
  width: 20%;
}
@media screen and (max-width: 1000px) {
  #topics .single_contents .right_nav {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #topics .single_contents .right_nav {
    margin: 10.67% 0 0;
    width: 100%;
  }
}
#topics .single_contents .right_nav h4 {
  font-size: 16px;
  text-align: center;
  padding: 16px 0;
  position: relative;
  border-top: solid 1px #1A1C4A;
  border-bottom: solid 1px #1A1C4A;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  #topics .single_contents .right_nav h4 {
    margin: 0 0 8%;
  }
}
#topics .single_contents .right_nav h4::before, #topics .single_contents .right_nav h4::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 1px;
  height: calc(100% + 10px);
  background-color: #1A1C4A;
}
#topics .single_contents .right_nav h4::before {
  left: 5px;
}
#topics .single_contents .right_nav h4::after {
  right: 5px;
}
#topics .single_contents .right_nav ul {
  margin-left: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #topics .single_contents .right_nav ul {
    width: 140px;
    margin: 0 auto 7.5%;
  }
}
#topics .single_contents .right_nav ul li {
  line-height: 2;
  margin: 0 0 5px;
  position: relative;
  padding-left: 20px;
}
#topics .single_contents .right_nav ul li:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  left: 5px;
  top: 30%;
  border-left: 1px solid #1A1C4A;
  border-bottom: 1px solid #1A1C4A;
  transform: rotate(-135deg) translateY(-50%);
}

.topics {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .topics {
    padding-top: 15%;
  }
}

.single_reports {
  max-width: 730px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1000px) {
  .single_reports {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .single_reports {
    padding: 0 6.13%;
    margin: 9.33% 0 0;
  }
}
.single_reports .main_img {
  width: 100%;
  margin: 0 0 90px;
}
@media screen and (max-width: 768px) {
  .single_reports .main_img {
    margin: 0 0 6.4%;
  }
}
.single_reports .main_img img {
  width: 100%;
}
.single_reports .head {
  display: flex;
  align-items: center;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .single_reports .head {
    margin: 0 0 5.33%;
  }
}
.single_reports .head .category {
  display: block;
  width: 68px;
  height: 16px;
  line-height: 15px;
  border: 1px solid #1A1C4A;
  font-size: 10px;
  text-align: center;
  margin-left: 10px;
}
.single_reports .reports_ttl {
  font-size: 30px;
  margin: 0 0 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .single_reports .reports_ttl {
    margin: 0;
    font-size: 20px;
  }
}
.single_reports .venue {
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 60px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .single_reports .venue {
    margin: 0 0 14%;
    font-size: 15px;
  }
}
.single_reports .theme {
  font-size: 25px;
  padding: 33px 30px;
  letter-spacing: 0.15em;
  position: relative;
  border-top: solid 1px #1A1C4A;
  border-bottom: solid 1px #1A1C4A;
  margin: 0 0 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single_reports .theme {
    font-size: 20px;
    padding: 25px;
    margin: 0 0 20px;
  }
}
.single_reports .theme .bg_box {
  position: absolute;
  top: -5px;
  right: 4px;
  width: 97%;
  height: 100%;
  background: #EFF0F7;
  display: block;
  z-index: -1;
}
.single_reports .theme::before, .single_reports .theme::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 1px;
  height: calc(100% + 20px);
  background-color: #1A1C4A;
}
.single_reports .theme::before {
  left: 10px;
}
.single_reports .theme::after {
  right: 10px;
}
.single_reports .txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .single_reports .txt {
    font-size: 14px;
    line-height: 1.85;
  }
}
.single_reports .block {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .single_reports .block {
    margin: 8% 0 0;
  }
}
.single_reports .block h4 {
  border: 1px solid #1A1C4A;
  border-left: 14px solid #1A1C4A;
  padding: 21px 38px;
  font-size: 22px;
  margin: 0 0 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .single_reports .block h4 {
    padding: 14px 32px;
    font-size: 20px;
    margin: 0 0 6.4%;
  }
}
.single_reports .block h5 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 10px 0;
  padding-left: 30px;
  margin: 0 0 30px;
  line-height: 1.6;
  border-bottom: 1px solid #1A1C4A;
}
.single_reports .block h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #1A1C4A;
  width: 13px;
  height: 13px;
  display: block;
}
.single_reports figure {
  margin: 40px auto;
  text-align: center;
}

.reports_other {
  padding-top: 20px;
  margin: 180px 0 0;
}

.intro {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  max-width: 920px;
  margin: 0 auto 66px;
}
@media screen and (max-width: 768px) {
  .intro {
    font-size: 25px;
    padding: 0 6.13%;
    margin: 0 0 8.53%;
  }
}
.intro span {
  border-bottom: 1px solid #1A1C4A;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 0.9;
  display: inline-block;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .intro span {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 480px) {
  .intro span.is-sp {
    display: inline-block !important;
  }
}

.btn_box .back_btn {
  display: none;
}

.mw_wp_form_confirm .btn_box .back_btn {
  display: block;
}

.seminar_btn {
  margin: 80px auto 0;
  color: #fff;
  background: #F03C3C;
  width: 350px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 480px) {
  .seminar_btn {
    margin: 50px auto 0;
    width: 80%;
  }
}

.flex {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.mw_wp_form_confirm .dn {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .post_contents span.box {
    flex-direction: column-reverse;
  }
  .post_contents span.box img {
    margin: 0 auto 20px;
    width: 60% !important;
  }
  .post_contents span.box .content {
    box-sizing: border-box;
    width: 100% !important;
  }
}/*# sourceMappingURL=page.css.map */