@charset "UTF-8";
body {
  background-color: #fbfbee;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

header {
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
  color: #fff;
  background-color: #8c1b20;
  position: fixed;
  width: 100%;
}

.header_top {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  height: 90px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header_top .header_title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header_top .header_title h1 {
  font-size: 52px;
  font-family: 'Roboto', sans-serif;
}

.header_top .header_title h1 img {
  width: 100%;
}

.header_top .header_title p {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 12px 10px;
}

.header_top .header_list {
  max-width: 400px;
  width: 95%;
  margin-bottom: 20px;
}

.header_top .header_list .header_text {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 10px;
}

.header_top .header_list .header_text li:hover {
  -webkit-text-decoration: underline #fff;
          text-decoration: underline #fff;
}

.header_top .header_list .header_text i {
  margin-right: 10px;
}

.header_nav {
  background-color: #fbfbee;
  color: #8c1b20;
  font-size: 16px;
  font-weight: bold;
}

.header_nav .header_nav_text {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  height: 60px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header_nav .header_nav_text li {
  height: 100%;
  width: 100%;
  padding: 20px 0;
}

.header_nav .header_nav_text li:hover {
  -webkit-text-decoration: underline #8c1b20;
          text-decoration: underline #8c1b20;
}

.header_nav .header_nav_text li a {
  text-align: center;
  border-right: 2px solid #8c1b20;
  height: 100%;
  -webkit-transition: unset;
  transition: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_nav .header_nav_text li:first-child a {
  border-left: 2px solid #8c1b20;
}

.nav {
  display: none;
}

main {
  padding-top: 150px;
}

.mv {
  height: 100%;
}

.mv_area {
  width: 100%;
  background-color: #fff;
}

.mv_area .item_1 {
  width: 100%;
  height: 55vh;
  margin-bottom: -3px;
  background-image: url(../img/mv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.information .info_btn {
  width: 50%;
  height: 400px;
  color: #fff;
  padding: 90px 0;
  text-align: center;
}

.information .info_btn .innfo_head {
  font-size: 18px;
  margin-bottom: 10px;
}

.information .info_btn h2 {
  font-size: 32px;
  position: relative;
}

.information .info_btn h2 br {
  display: none;
}

.information .info_btn .info_text {
  margin-top: 30px;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 30px;
}

.information .info_btn:hover {
  opacity: 0.7;
}

.information .application {
  background-color: #dd553f;
}

.information .application h2 span {
  position: relative;
}

.information .application h2 span::before {
  content: '';
  position: absolute;
  bottom: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45px;
  height: 45px;
  background-image: url(../img/arrow_top01.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 25px;
  background-size: 50%;
}

.information .introduction {
  background-color: #de3f34;
}

.information .introduction h2 span {
  position: relative;
}

.information .introduction h2 span::before {
  content: '';
  position: absolute;
  bottom: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45px;
  height: 45px;
  background-image: url(../img/arrow_top02.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 25px;
  background-size: 50%;
}

.news_tag_list .tag a {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  padding: 5px;
  letter-spacing: 2px;
  margin-left: 0;
}

.news_tag_list li {
  margin-bottom: 40px;
  position: relative;
}

.news_tag_list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8c1b20;
}

.news_tag_list li a {
  position: relative;
}

.news_tag_list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url(../img/arrow.png);
  background-color: #8c1b20;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 25px;
  background-size: 50%;
}

.news_tag_list li a:hover {
  opacity: 0.5;
}

.news_tag_list li a .wrap {
  margin-top: 30px;
}

.news_tag_list li h3 {
  font-size: 28px;
  font-weight: bold;
  color: #8c1b20;
  margin-bottom: 20px;
}

.news_tag_list li .news_tag_date {
  margin-bottom: 10px;
}

.news_tag_list li .news_tag_content {
  color: #1d1d1d;
  padding-bottom: 20px;
  line-height: 20px;
  margin-right: 50px;
}

.single_news h3 {
  font-size: 24px;
  font-weight: bold;
  color: #8c1b20;
  margin-bottom: 20px;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.single_news .single_news_date {
  margin-bottom: 20px;
}

.single_news .single_news_content{
	line-height: 30px;
}

.single_news .single_news_content a {
  text-decoration: underline;
  display: inline-block;
  color: #373ef2;
}

.news {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

.news .news_img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 600px;
  width: 17%;
  height: 100%;
}

.news .news_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news .news_area {
  padding: 120px 0 60px;
  max-width: 1250px;
  margin-left: 26%;
  font-weight: bold;
}

.news .news_area h2 {
  font-size: 42px;
  position: relative;
  color: #8c1b20;
  margin-bottom: 60px;
  letter-spacing: 4px;
}

.news .news_area h2 span {
  font-size: 24px;
  position: absolute;
  top: -35px;
  left: 0;
  color: #cdcdcb;
  letter-spacing: normal;
}

.news .news_area .news_list li {
  padding: 30px 0 20px;
  position: relative;
  margin-bottom: 20px;
}

.news .news_area .news_list li a:hover {
  opacity: 0.5;
}

.news .news_area .news_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 2px;
  background-color: #8c1b20;
}

.news .news_area .news_list li .news_date {
  margin-bottom: 15px;
  color: #8c1b20;
  font-size: 18px;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.news .news_area .news_list li .news_date .tag a:hover {
  opacity: unset;
}

.news .news_area .news_list li h3 {
  font-size: 28px;
  color: #8c1b20;
  margin-bottom: 20px;
}

.news .news_area .news_list li .news_content {
  color: #1d1d1d;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  padding-right: 100px;
}

.about-event table {
  width: 90%;
  margin: 30px auto 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-event table tr {
  display: block;
  line-height: 30px;
}

.about-event table tr:last-child {
  margin-top: 30px;
}

.about-event table .has-text-align-left {
  width: 20%;
}

.about-event table .text {
  width: 80%;
}

.application .application_box {
  max-width: 750px;
  width: 100%;
  margin: 20px auto 30px;
  padding: 30px 0;
  background-color: #fff;
  border: 1px solid #dd553f;
}

.application .application_box br {
  display: none;
}

.application .application_box p {
  width: 50%;
  margin: 0 auto;
  line-height: 30px;
  font-size: 18px;
  color: #dd553f;
  font-weight: bold;
}

.application .application_box p span {
  color: #1d1d1d;
}

.application .application_inner {
  margin-top: 30px;
  line-height: 28px;
}

.application .application_inner .application_inner_title {
  font-weight: bold;
  color: #dd553f;
}

.application .application_inner .application_contents {
  margin-left: 20px;
  margin-top: 30px;
}

.application .application_inner .application_contents .application_contents_title {
  color: #dd553f;
}

.application .application_inner .application_contents .application_contents_text {
  margin-bottom: 25px;
}

.application .application_inner .application_contents .application_contents_text span {
  font-weight: bold;
}

.fee .table_top {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.fee .table_top tr {
  background-color: #fff;
}

.fee .table_top tr:nth-child(odd) {
  background-color: #ffffb9;
}

.fee .table_top tr td {
  padding: 20px;
}

.fee .wp-block-group__inner-container {
  line-height: 30px;
}

.fee .table_bottom {
  width: 90%;
  margin: 50px auto 0;
  border-top: 2px solid #8c1b20;
  border-bottom: 2px solid #8c1b20;
}

.fee .table_bottom tr {
  border-bottom: 1px dotted #8c1b20;
}

.fee .table_bottom tr td {
  padding: 20px 10px 20px 20px;
}

.fee .table_bottom tr td:first-child {
  border-right: 1px solid #8c1b20;
  color: #8c1b20;
  width: 16%;
}

.greeting .greeting_img {
  text-align: center;
}

.greeting .greeting_img img {
  width: 200px;
  height: auto;
}

.greeting .greeting_img .greeting_name {
  font-weight: bold;
  margin-top: 20px;
}

.greeting .greeting_img .greeting_name p {
  font-size: 18px;
}

.greeting .greeting_img .greeting_name h2 {
  font-size: 32px;
  letter-spacing: 3px;
}

.greeting .greeting_text {
  margin-top: 50px;
}

.greeting .greeting_text p {
  margin-top: 30px;
  line-height: 30px;
}

.member .member_area table {
  border-top: 3px solid #8c1b20;
  border-bottom: 3px solid #8c1b20;
  width: 100%;
}

.member .member_area table tr th {
  background-color: #ffffb8;
  padding: 20px 30px;
  border-right: 2px solid #c0c0c0;
  font-size: 18px;
  font-weight: bold;
  color: #8c1b20;
  text-align: center;
}

.member .member_area table tr th:last-child {
  border-right: none;
}

.member .member_area table tr td {
  padding: 20px 40px;
  background-color: #fff;
  line-height: 30px;
  border-right: 2px solid #c0c0c0;
  border-bottom: 2px dotted #c0c0c0;
}

.member .member_area table tr td:first-child {
  color: #8c1b20;
  font-weight: bold;
}

.member .member_area table tr td:last-child {
  border-right: none;
}

.past_events .wrap {
  margin-top: 60px;
}

.past_events .past_events_list {
  margin-bottom: 100px;
}

.past_events .past_events_list li {
  position: relative;
}

.past_events .past_events_list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8c1b20;
}

.past_events .past_events_list li a {
  position: relative;
}

.past_events .past_events_list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url(../img/arrow.png);
  background-color: #8c1b20;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 25px;
  background-size: 50%;
}

.past_events .past_events_list li a h3 {
  font-size: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: bold;
  color: #8c1b20;
  letter-spacing: 2px;
  width: 88%;
}

.past_events .past_events_list li a:hover {
  opacity: 0.5;
}

.awards .awards_contents {
  padding: 20px 0;
  margin-bottom: 60px;
}

.awards .awards_contents h3 {
  font-size: 20px;
  font-weight: bold;
  color: #8c1b20;
  position: relative;
  padding-top: 20px;
  margin-top: 60px;
}

.awards .awards_contents h3:first-child {
  margin-top: 0;
}

.awards .awards_contents h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 3px;
  background-color: #dd553f;
}

.awards .awards_contents h3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #8c1b20;
}

.awards .awards_contents h3 br {
  display: none;
}

.awards .awards_contents .awards_point {
  margin: 40px 0 40px 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.awards .awards_contents .awards_point .title {
  margin-top: 4px;
  width: 100px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #dd553f;
  margin-right: 20px;
}

.awards .awards_contents .awards_point .text {
  width: 90%;
  line-height: 30px;
}

.program {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.program .program_list {
  margin: 100px 0;
}

.program .program_list li {
  margin-bottom: 40px;
  position: relative;
}

.program .program_list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8c1b20;
}

.program .program_list li .wrap {
  width: 90%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.program .program_list li a {
  position: relative;
}

.program .program_list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url(../img/arrow.png);
  background-color: #8c1b20;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 25px;
  background-size: 50%;
}

.program .program_list li a:hover {
  opacity: 0.5;
}

.program .program_list li h3 {
  font-size: 24px;
  font-weight: bold;
  color: #8c1b20;
  margin-bottom: 20px;
  width: 30%;
}

.program .program_list li .program_content {
  color: #1d1d1d;
  padding-bottom: 20px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single_program .single_program_wrap h3 {
  font-size: 24px;
  font-weight: bold;
  color: #8c1b20;
  margin-bottom: 20px;
}

.single_program .single_program_wrap .single_program_content{
	line-height: 30px;
}

.single_program .single_program_wrap .single_program_content a {
  text-decoration: underline;
  display: inline-block;
  color: #373ef2;
}

.contact .contact_area .attention {
  text-align: center;
  line-height: 30px;
}

.contact .contact_area .attention span {
  color: red;
}

.contact .contact_area .form_container {
  margin-top: 30px;
}

.contact .contact_area .form_container .form_item {
  margin-bottom: 30px;
}

.contact .contact_area .form_container .form_item .form_item_label {
  color: #8c1b20;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact .contact_area .form_container .form_item .form_item_input {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  padding-left: 10px;
  background-color: #fff;
  border: 2px solid #8c1b20;
}

.contact .contact_area .form_container .form_item .form_item_input .wpcf7-form-control {
  width: 100% !important;
}

.contact .contact_area .form_container .form_item .form_item_textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid #8c1b20;
}

.contact .contact_area .form_container .form_item .form_item_textarea textarea {
  width: 100%;
  height: 100%;
}

.contact .contact_area .form_container .form_text {
  text-align: center;
  line-height: 30px;
}

.contact .contact_area .form_container .form_submit {
  text-align: center;
  width: 200px;
  margin: 40px auto 0;
}

.contact .contact_area .form_container .form_submit .form_btn {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  border-radius: 5px;
  background-color: #8c1b20;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact .contact_area .form_container .form_submit .form_btn:hover {
  text-decoration: underline;
}

.contact .contact_area .contact_caption {
  border-bottom: 1px solid #8c1b20;
  padding-bottom: 30px;
}

.contact .contact_area .contact_caption h3 {
  color: #fff;
  background-color: #8c1b20;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 20px 20px 10px;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.contact .contact_area .contact_caption h3::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #fcfcd4;
}

.contact .contact_area .contact_caption p {
  line-height: 30px;
  padding-left: 10px;
}

.footer_top {
  padding: 100px 0;
  background-color: #fff;
}

.footer_top .footer_top_contents {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}

.footer_top .footer_top_contents img {
  width: 150px;
  height: 150px;
}

.footer_top .footer_top_contents .footer_text {
  margin-left: 60px;
  font-weight: bold;
}

.footer_top .footer_top_contents .footer_text .head {
  font-size: 18px;
}

.footer_top .footer_top_contents .footer_text h2 {
  font-size: 56px;
  font-family: "Roboto", sans-serif;
}

.footer_top .footer_top_contents .footer_text .content {
  font-size: 18px;
  line-height: 35px;
}

.footer_bottom {
  background-color: #8c1b20;
  height: 200px;
  padding-top: 50px;
  color: #fff;
}

.footer_bottom .footer_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_bottom .footer_list li {
  padding: 0 10px;
  border-right: 1px solid #fff;
}

.footer_bottom .footer_list li:hover {
  -webkit-text-decoration: underline #fff;
          text-decoration: underline #fff;
}

.footer_bottom .footer_list li:last-child {
  border: none;
}

.footer_bottom .copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .nav {
    display: block;
    position: fixed;
    right: 0;
    top: -100%;
    width: 60vw;
    height: 100vh;
    padding: 70px 10px 0;
    background-color: #fbfbee;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 0;
    overflow-y: auto;
    text-align: center;
    font-size: 18px;
    z-index: 100;
  }
  .nav_item {
    text-align: center;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    color: #8c1b20;
    font-size: 14px;
    border-bottom: 1px dotted #8c1b20;
    padding: 10px 0;
    line-height: 1;
  }
  .nav_item a {
    display: inline-block;
    padding: 2px 0;
    position: relative;
  }
  .nav_item a::after {
    background-color: #8c1b20;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: .3s all;
    transition: .3s all;
    width: 0;
  }
  .nav_item a:hover::after {
    width: 100%;
  }
  /* ハンバーガーメニュー */
  .hamburger {
    position: absolute;
    right: 30px;
    top: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .hamburger .hamburger_line {
    position: absolute;
    left: 11px;
    width: 40px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  .hamburger .hamburger_line_1 {
    top: 14px;
  }
  .hamburger .hamburger_line_2 {
    top: 24px;
  }
  .hamburger .hamburger_line_3 {
    top: 34px;
  }
  /* .nav_open */
  .nav_open header nav {
    top: 50%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .nav_open .hamburger_line {
    background-color: #8c1b20;
  }
  .nav_open .hamburger_line_1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 20px;
  }
  .nav_open .hamburger_line_2 {
    width: 0;
    left: 50%;
  }
  .nav_open .hamburger_line_3 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 20px;
  }
  .header_top {
    height: 60px;
  }
  .header_top .header_title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_top .header_title h1 {
    font-size: 34px;
    padding-left: 16px;
  }
  main {
    padding-top: 60px;
  }
  .mv_area .item_2 {
    width: 100%;
    height: 40vh;
    background-image: url(../img/mv_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .information .info_btn {
    width: 100%;
    padding: 30px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .information .info_btn .info_box .innfo_head {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  .information .info_btn .info_box h2 {
    font-size: 20px;
  }
  .information .info_btn .info_box h2 span {
    margin-right: 42px;
  }
  .information .info_btn .info_box h2 span::before {
    left: unset;
    bottom: unset;
    -webkit-transform: unset;
            transform: unset;
    right: -38px;
    top: -23%;
    width: 30px;
    height: 30px;
  }
  .information .info_btn .info_box .info_text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .news_tag_list .tag a {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: normal;
  }
  .news_tag_list li a .wrap {
    margin-top: 20px;
  }
  .news_tag_list li a .wrap h3 {
    font-size: 20px;
  }
  .news_tag_list li a .wrap .news_tag_date {
    font-size: 14px;
  }
  .news_tag_list li a .wrap .news_tag_content {
    font-size: 14px;
  }
  .news {
    margin-bottom: 180px;
  }
  .news .news_img {
    position: relative;
    max-width: unset;
    width: 100%;
  }
  .news .news_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
  }
  .news .news_area {
    padding: 60px 0 30px;
    width: 90%;
    margin: 0 auto;
  }
  .news .news_area .news_list {
    width: 100%;
  }
  .news .news_area .news_list li .news_content {
    padding-right: 0;
  }
  .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }
  .footer_top img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
  .footer_top .footer_text {
    margin-left: 0;
  }
  .footer_top .footer_text .head {
    font-size: 16px;
  }
  .footer_top .footer_text h2 {
    font-size: 48px;
  }
  .footer_top .footer_text .content {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .mv_area .item_2 {
    height: 25vh;
  }
  .single_news h3 {
    font-size: 20px;
  }
  .single_news .single_news_content {
    font-size: 14px;
  }
  .news {
    margin-bottom: 100px;
  }
  .news .news_img img {
    height: 100px;
  }
  .news .news_area {
    width: 80%;
    padding: 45px 0 20px;
  }
  .news .news_area h2 {
    font-size: 22px;
    letter-spacing: unset;
    margin-bottom: 20px;
  }
  .news .news_area h2 span {
    font-size: 14px;
    top: -20px;
  }
  .news .news_area .news_list li {
    padding: 10px 0;
  }
  .news .news_area .news_list li .news_date {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news .news_area .news_list li h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .news .news_area .news_list li .news_content {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
  }
	.news_tag_list li a::before{
		width: 25px;
		height: 25px;
	}
  .about-event table {
    display: block;
    font-size: 14px;
  }
  .about-event table tr {
    display: block;
  }
  .about-event table .title {
    display: block;
    width: 100%;
  }
  .about-event table .text {
    display: block;
    width: 100%;
  }
  .application .application_box {
    width: 80%;
    padding: 20px;
    text-align: center;
  }
  .application .application_box br {
    display: block;
  }
  .application .application_box p {
    width: 100%;
    font-size: 16px;
    line-height: unset;
  }
  .application .application_box p:first-child {
    margin-bottom: 10px;
  }
  .fee .table_top {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .fee .table_top tr td {
    padding: 15px;
  }
  .fee .wp-block-group__inner-container {
    font-size: 14px;
  }
  .fee .table_bottom {
    margin: 30px auto 0;
    font-size: 14px;
  }
  .fee .table_bottom tr td {
    padding: 10px;
  }
  .fee .table_bottom tr td:first-child {
    width: 35%;
  }
  .greeting .greeting_img .greeting_name p {
    font-size: 16px;
  }
  .greeting .greeting_img .greeting_name h2 {
    font-size: 28px;
  }
  .greeting .greeting_text {
    margin-top: 30px;
  }
  .greeting .greeting_text p {
    font-size: 14px;
  }
  .member .member_area table tr th {
    padding: 10px 15px;
    font-size: 16px;
  }
  .member .member_area table tr td {
    padding: 10px 15px;
    font-size: 14px;
  }
  .program .program_list {
    margin: 50px 0;
  }
  .program .program_list li a::before {
    width: 25px;
    height: 25px;
    background-size: 50%;
  }
  .program .program_list li a .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .program .program_list li h3 {
    font-size: 18px;
    width: 20%;
    margin-bottom: 10px;
  }
  .program .program_list li .program_content {
    font-size: 14px;
    margin-left: 0;
    margin-right: 10px;
  }
	
  .past_events .wrap {
    margin-top: 20px;
  }
  .past_events .past_events_list {
    margin-bottom: 30px;
  }
  .past_events .past_events_list li a::before {
    width: 25px;
    height: 25px;
  }
  .past_events .past_events_list li a h3 {
    font-size: 16px;
    padding: 20px 0;
    line-height: 30px;
    letter-spacing: unset;
  }
  .awards .awards_contents {
    margin-bottom: 40px;
  }
  .awards .awards_contents::before {
    width: 180px;
  }
  .awards .awards_contents::after {
    width: 60px;
  }
  .awards .awards_contents h3 {
    font-size: 18px;
  }
  .awards .awards_contents h3 br {
    display: block;
  }
  .awards .awards_contents .awards_point {
    margin-top: 30px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
  }
  .awards .awards_contents .awards_point .title {
    margin-top: 4px;
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #dd553f;
    margin-right: 20px;
  }
  .awards .awards_contents .awards_point .text {
    font-size: 14px;
    width: 100%;
  }
  .single_program .single_program_wrap h3 {
    font-size: 20px;
  }
  .single_program .single_program_wrap .single_program_content a {
    text-decoration: underline;
    display: inline-block;
    color: #373ef2;
    font-size: 14px;
  }
.single_program  .single_program_content{
  font-size: 14px;
}
  .contact .contact_area .attention {
    line-height: 20px;
    font-size: 14px;
  }
  .contact .contact_area .form_container .form_item {
    margin-bottom: 20px;
  }
  .contact .contact_area .form_container .form_item .form_item_label {
    font-size: 14px;
  }
  .contact .contact_area .form_container .form_item .form_item_input {
    height: 40px;
  }
  .contact .contact_area .form_container .form_text {
    font-size: 14px;
  }
  .contact .contact_area .form_container .form_submit {
    width: 150px;
  }
  .contact .contact_area .form_container .form_submit .form_btn {
    padding: 15px 0;
  }
  .contact .contact_area .contact_caption {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .contact .contact_area .contact_caption h3 {
    font-size: 18px;
    padding: 15px 15px 8px;
    margin-bottom: 20px;
  }
  .contact .contact_area .contact_caption p {
    font-size: 14px;
  }
  .footer_top .footer_top_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_top .footer_top_contents img {
    width: 100px;
    height: 100px;
  }
  .footer_top .footer_top_contents .footer_text {
    margin-top: 20px;
    margin-left: 0;
    font-weight: normal;
    letter-spacing: 1px;
  }
  .footer_top .footer_top_contents .footer_text .head {
    font-size: 16px;
  }
  .footer_top .footer_top_contents .footer_text h2 {
    font-size: 34px;
  }
  .footer_top .footer_top_contents .footer_text .content {
    font-size: 14px;
    line-height: unset;
  }
  .footer_bottom {
    height: 100%;
    padding: 20px 0;
  }
  .footer_bottom .footer_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_bottom .footer_list li {
    border-right: unset;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    font-size: 14px;
  }
  .footer_bottom .footer_list li:first-child {
    padding-top: 0;
  }
  .footer_bottom .copyright {
    font-size: 12px;
    margin-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */