@charset 'utf-8';
body {
  margin: 0;
  padding: 0;
}
.wrap {
  border-top: 10px solid #ffdc00;
}
header {
  max-width: 1180px;
  margin: 20px auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head img {
  width: 80px;
}
.head {
  display: flex;
  align-items: center;
}
.title {
  margin-left: 10px;
}
.title h1 {
  font-size: 1.8em;
}
.title a {
  text-decoration: none !important;
  color: #111111
}
.title p {
  font-size: 1.3em;
  margin-top: -8px;
}
.contact {
  text-align: right;
  font-size: 1.3em;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contact a.contact_button {
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  background: #ED551B;
  margin: 5px 0;
  color: #fff;
  font-weight: normal;
  transition: 0.5s;
}
.contact a.contact_button:hover {
  opacity: 0.8;
}
.contact p {
  margin-bottom: 5px;
  color: #4e454a;
}
.contact a:visited, .contact a:link {
  text-decoration: none;
}
.contact a {
  display: block;
  margin-top: -7px;
}
nav {
  background-color: #ffdc00;
}
nav ul {
  max-width: 1180px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding: 4px 2px !important;
  flex-shrink: 0;
  white-space: nowrap;
}
nav ul li {
  width: 20%;
  border-left: 1px solid #4e454a;
}
nav ul li:nth-last-child(1) {
  border-right: 1px solid #4e454a;
}
nav ul li:nth-child(2) {
  letter-spacing: -0.07em
}
nav ul li a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  padding: 10px 0;
  transition: all 0.3s;
}
nav ul li a:visited, nav ul li a:link {
  color: #4e454a;
  text-decoration: none;
}
nav ul li a:hover {
  background: rgba(255, 255, 255, 0.4);
}
nav li ul li {
  width: 100%;
  box-sizing: border-box;
  border-bottom: #eee 1px solid;
}
.menu {
  display: flex;
}
.menu li {
  position: relative;
}
.menu li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  padding: 10px;
}
.child_menu {
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 1s;
  /* background-color: #222;*/
  display: none;
  width: 100%;
  z-index: 10000 !important
}
.dropdown {
  position: relative;
}
.dropdown:hover + .dropdown_menu, .dropdown_menu:hover {
  display: block;
}
.child_menu li {
  padding: 0;
}
.child_menu li a {
  display: block;
  text-align: center;
  padding: 20px 0;
  background: #ffdc00;
  border: 1px solid #444;
  color: #444;
  font-size: 14px;
  font-weight: bold;
  width: 100%
}
.child_menu li a:hover {
  background-color: #4e454a;
  color: #fff
}
.child_menu li {
  border-left: none !important
}
.child_menu li:nth-last-child(1) {
  border-right: none !important;
}
.main_img img {
  width: 100%;
  margin-top: -20px
}
.main {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
}
.main_area {
  margin-bottom: 70px;
  width: 70%;
  padding-right: 15px;
}
.about {
  position: relative;
}
.about h2 {
  position: absolute;
  width: 150px;
  height: 160px;
  text-align: center;
  background: #ffdc00;
  top: -120px;
  color: #4e454a;
  padding-top: 110px;
  font-size: 1.4em;
  letter-spacing: 1px;
}
.about p {
  border: 10px solid #dddddd;
  padding: 40px 30px;
  font-size: 1.3em;
  margin: 60px 0 50px 40px;
}
.link_area {
  width: 30%;
  padding-left: 15px;
  margin: 60px 0 15px 0
}
.news_scroll {
  overflow: auto !important;
  height: 900px;
  border: 1px solid #ccc;
}
.news_scroll_02 {
  overflow: auto !important;
  height: 400px;
  border: 1px solid #ccc;
}
.news_area {
  width: 100%;
  padding-left: 15px;
}
.news_area h2 {
  margin-top: 50px;
  font-size: 1.6em;
  border-bottom: 6px solid #ffdc00;
  color: #4e454a;
}
.news_box {
  border-bottom: 1px dotted #000;
  padding: 20px 5px 20px 5px;
  font-size: 1.1em;
}
.news_box time::before {
  font-family: FontAwesome;
  content: "\f017";
  font-size: 0.8em;
  margin-right: 2px;
}
.news_box p {
  padding: 5px 10px;
}
footer {
  background: #ffdc00;
  margin-top: 100px;
  padding: 20px 0;
}
footer p {
  color: #4e454a;
  text-align: center;
}
/*--------------------
	下層ページ
--------------------*/
.page .main_area {
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
}
.page .contents {
  margin-bottom: 30px;
}
.page .contents ul {
  list-style-type: disc;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
  unicode-bidi: isolate;
}
.page .contents ul > li {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.page .contents ol {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
  unicode-bidi: isolate;
}
.page .contents ol > li {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.page .contents .news_box {
  padding-bottom: 10px;
}
.page .contents.idea img {
  width: 100%;
  max-width: 450px;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}
.page .contents.idea p {
  margin-bottom: 1em;
}
.page .contents.admission ul > li p {
  font-size: 1em;
}
.page .contents.admission ol > li p {
  font-size: 1em;
}
.page .contents.admission ol > li p.indent {
  margin-left: 13px;
  text-indent: -13px;
}
.page .contents.admission ol > li p small {
  font-size: 90%;
}
.page .contents.admission ol > li ul {
  margin: 10px 0;
}
.page .contents.admission ol > li ul li {
  font-size: 1em;
}
.page .contents.qualification p {
  margin-bottom: 1em;
}
.page .contents.qualification p strong {
  font-size: 1.2em;
}
.page .contents.qualification p.pdf {
  display: flex;
  align-items: center;
  gap: 5px;
}
.page .contents.qualification p.pdf::before {
  content: url(../images/pdf_small.gif);
  text-decoration: none;
  width: 15px;
  margin-top: 5px;
}
.page .contents.qualification ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.page .contents.qualification ol li {
  margin-bottom: 10px;
  padding-left: 30px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.page .contents.qualification ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #222;
  display: block;
  float: left;
  line-height: 12px;
  margin-left: -30px;
  text-align: center;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #c1c2c1;
  font-size: 0.7em;
  top: 5px;
  margin-top: 4px;
}
.page .contents.bulletin table th {
  padding: 5px 10px;
  white-space: nowrap;
  vertical-align: top;
}
.page .contents.bulletin table td {
  padding: 5px 10px;
  vertical-align: top;
}
.page .contents.bulletin p {
  margin-bottom: 1em;
}
.page .contents.bulletin p strong {
  font-size: 1.2em;
}
.page .contents.bulletin p.pdf {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
}
.page .contents.bulletin p.pdf::before {
  content: url(../images/pdf_small.gif);
  text-decoration: none;
  width: 15px;
  margin-top: 5px;
}
.page .contents.bulletin .paper_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 20px;
}
.page .contents.bulletin .paper_list a {
  display: flex;
}
.page .contents.bulletin .paper_list a::before {
  content: url(../images/icon_list02.gif);
  text-decoration: none;
  width: 20px;
}
.page .contents.bulletin .paper_contents {
  margin-bottom: 20px;
}
.page .contents.bulletin .paper_contents p {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page .contents h2 {
  font-size: 1.8em;
  padding: 0.5em 1.5em;
  margin-bottom: 1em;
  border-top: 5px double #ffdc00;
  border-bottom: 5px double #ffdc00;
  color: #504946;
}
.page .contents h3 {
  font-size: 1.4em;
  border-left: 4px solid #ffdc00;
  border-bottom: 1px solid #ffdc00;
  letter-spacing: 1px;
  padding-left: 8px;
  color: #504946;
  margin: 20px 0 10px 0
}
.page .contents h4 {
  font-size: 1.2em;
  color: #504946;
  padding: 8px 10px;
  border-left: 4px solid #ffdc00;
  height: auto;
  margin: 15px 0
}
.page .contents p {
  font-size: 1.1em;
  padding-top: 5px;
  line-height: 2;
}
a.pdf {
  background: url(../images/pdf_small.gif) left top no-repeat;
  padding: 0px 20px;
  display: block;
  text-decoration: none;
}
a.doc {
  background: url(../images/doc_small.gif) left top no-repeat;
  padding: 0px 20px;
  display: block;
  text-decoration: none;
}
.img_waku {
  border: 1px solid #ccc;
  padding: 5px
}
.tbl_color tr:nth-child(2n+1) {
  background: #eee;
}
/*--------------------
	pagetop
--------------------*/
.pt {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 58px;
  height: 58px;
  cursor: pointer;
  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;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: transparent;
  z-index: 100;
  background: #4E454A;
  border: 1px solid #fff;
}
.pt:hover {
  opacity: 0.6;
}
.pt .pt_btn {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
}
.pt .pt_btn:before, .pt .pt_btn:after {
  background-color: #fff;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.pt .pt_btn:before {
  width: 6px;
  bottom: 0;
}
.pt .pt_btn:after {
  height: 6px;
  right: 0;
}
@media screen and (max-width:789px) {
  body {
    overflow-wrap: anywhere !important;
  }
  img {
    max-width: 100% !important;
    height: auto
  }
  nav {
    background: #ff6347;
    color: #fff;
    height: calc(100% + 500px);
    padding-bottom: 500px;
    z-index: 100;
    width: 70%;
    overflow-x: none;
    overflow-y: auto;
    top: 0px;
    right: -70%;
    position: fixed;
    transition: All 0.5s ease;
  }
  nav ul {
    font-size: 0.8em;
    float: none;
    display: block;
    padding: 0
  }
  nav ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    padding-top: 0;
    box-sizing: border-box;
    border: none !important
  }
  nav ul > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 1.6em !important;
    color: #fff !important;
    display: block;
    padding: 0.6em 1.5em !important;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.05em;
  }
  nav ul > li > a::after {
    border: none;
  }
  nav ul > li > a:hover {
    background-color: #ff6347;
    box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
    opacity: 0.7
  }
  nav ul > li > a img {
    display: none;
  }
  nav ul > li > a span {
    margin: 0;
  }
  .nav_clist > li {
    padding: 0 !important
  }
  .nav_clist > li:first-child > a {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav_clist > li > a {
    background-color: #f3a68c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    display: block;
    font-size: 13px;
    padding: 1em 1em 1em 2em;
    text-decoration: none;
  }
  .nav_clist > li > a:hover, .nav_clist > li > a.current {
    background-color: #ff6347;
    box-shadow: 0 0 4px rgba(255, 0, 0, 0.2)
  }
  .sub-menu {
    padding: 0 !important;
  }
  .sub-menu > li > a {
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff !important;
    display: block;
    font-size: 1.3em;
    padding: 1em 2.8em;
    text-decoration: none
  }
  .sp_nav_open {
    right: 0 !important
  }
  .sp_nav_trigger {
    cursor: pointer;
    z-index: 1000;
    position: fixed !important;
    top: 25px;
    right: 15px;
    margin-top: -5px;
    width: 36px;
    height: 24px
  }
  .sp_nav_trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #274B12;
    border-radius: 4px;
    transition: all .4s;
    box-sizing: border-box
  }
  .sp_nav_trigger span:nth-of-type(1) {
    top: 0
  }
  .sp_nav_trigger span:nth-of-type(2) {
    top: 10px
  }
  .sp_nav_trigger span:nth-of-type(3) {
    bottom: 0
  }
  .sp_nav_trigger::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    content: 'MENU';
    display: block;
    width: 100%;
    padding-top: 20px;
    color: #274B12;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s
  }
  .sp_nav_trigger.active::after {
    content: 'CLOSE';
    bottom: -25px;
    color: #fff
  }
  .sp_nav_trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    background: #fff
  }
  .sp_nav_trigger.active span:nth-of-type(2) {
    opacity: 0;
    background: #fff
  }
  .sp_nav_trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
    background: #fff
  }
  .head img {
    width: 60px;
  }
  .title h1 {
    font-size: 1.4em;
  }
  .title a {
    text-decoration: none !important;
    color: #111111
  }
  .title p {
    font-size: 1.3em;
  }
  .contact {
    font-size: 1.1em;
  }
  nav ul li a {
    font-size: 0.8em;
  }
  nav ul li:nth-last-child(1) {
    border-right: none;
  }
  nav ul li:nth-child(1) {
    border-left: none;
  }
  .main {
    display: block;
  }
  .main_area {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .about p {
    margin: 10px;
    padding: 20px;
  }
  .about h2 {
    height: 50px;
    top: -30px;
    padding-top: 10px;
  }
  .link_area img {
    padding: 10px 0;
    margin: 0 auto !important
  }
  .scroll {
    overflow-y: scroll;
    height: 200px !important
  }
  .news_area {
    width: 100%;
    padding: 10px;
  }
  .news_area h2 {
    margin-top: 20px;
  }
  footer {
    margin-top: 60px;
  }
  /*--------------------
	下層ページ
--------------------*/
  .page .main_area {
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
  }
  .page .contents {
    margin-bottom: 30px;
  }
  .page .contents ul {
    list-style-type: disc;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
    unicode-bidi: isolate;
  }
  .page .contents ul > li {
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  .page .contents ol {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
    unicode-bidi: isolate;
  }
  .page .contents ol > li {
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  .page .contents .news_box {
    padding-bottom: 10px;
  }
  .page .contents.idea img {
    width: 100%;
    max-width: 450px;
    margin: auto;
    display: block;
    margin-bottom: 30px;
  }
  .page .contents.idea p {
    margin-bottom: 1em;
  }
  .page .contents.admission ul > li p {
    font-size: 1em;
  }
  .page .contents.admission ol > li p {
    font-size: 1em;
  }
  .page .contents.admission ol > li p.indent {
    margin-left: 13px;
    text-indent: -13px;
  }
  .page .contents.admission ol > li p small {
    font-size: 90%;
  }
  .page .contents.admission ol > li ul {
    margin: 10px 0;
  }
  .page .contents.admission ol > li ul li {
    font-size: 1em;
  }
  .page .contents.qualification p {
    margin-bottom: 1em;
  }
  .page .contents.qualification p strong {
    font-size: 1.2em;
  }
  .page .contents.qualification p.pdf {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .page .contents.qualification p.pdf::before {
    content: url(../images/pdf_small.gif);
    text-decoration: none;
    width: 15px;
    margin-top: 5px;
  }
  .page .contents.qualification ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
  }
  .page .contents.qualification ol li {
    margin-bottom: 10px;
    padding-left: 30px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
  }
  .page .contents.qualification ol li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    color: #222;
    display: block;
    float: left;
    line-height: 12px;
    margin-left: -30px;
    text-align: center;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #c1c2c1;
    font-size: 0.7em;
    top: 5px;
    margin-top: 4px;
  }
  .page .contents.bulletin table th {
    padding: 5px 10px;
    white-space: nowrap;
    vertical-align: top;
  }
  .page .contents.bulletin table td {
    padding: 5px 10px;
    vertical-align: top;
  }
  .page .contents.bulletin p {
    margin-bottom: 1em;
  }
  .page .contents.bulletin p strong {
    font-size: 1.2em;
  }
  .page .contents.bulletin p.pdf {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
  }
  .page .contents.bulletin p.pdf::before {
    content: url(../images/pdf_small.gif);
    text-decoration: none;
    width: 15px;
    margin-top: 5px;
  }
  .page .contents.bulletin .paper_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-bottom: 20px;
  }
  .page .contents.bulletin .paper_list a {
    display: flex;
  }
  .page .contents.bulletin .paper_list a::before {
    content: url(../images/icon_list02.gif);
    text-decoration: none;
    width: 20px;
  }
  .page .contents.bulletin .paper_contents {
    margin-bottom: 20px;
  }
  .page .contents.bulletin .paper_contents p {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .page .contents h2 {
    font-size: 1.8em;
    padding: 0.5em 1.5em;
    margin-bottom: 1em;
    border-top: 5px double #ffdc00;
    border-bottom: 5px double #ffdc00;
    color: #4e454a;
  }
  .page .contents h3 {
    font-size: 1.4em;
    border-left: 4px solid #ffdc00;
    border-bottom: 1px solid #ffdc00;
    letter-spacing: 1px;
    padding-left: 8px;
    color: #4e454a;
    margin: 20px 0 10px 0
  }
  .page .contents h4 {
    font-size: 1.2em;
    margin: 10px 0 5px;
    color: #4e454a;
  }
  .page .contents p {
    font-size: 1.1em;
    padding-top: 5px;
    line-height: 2;
  }
  .tbl_box > table th, td {
    width: 100%;
    display: block !important
  }
  .tbl_color tr:nth-child(2n+1) {
    background: #eee;
  }
  /*--------------------
	pagetop
--------------------*/
  .pt {
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 58px;
    height: 58px;
    cursor: pointer;
    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;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: transparent;
    z-index: 100;
    background: #4E454A;
    border: 1px solid #fff;
  }
  .pt:hover {
    opacity: 0.6;
  }
  .pt .pt_btn {
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
  }
  .pt .pt_btn:before, .pt .pt_btn:after {
    background-color: #fff;
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
  }
  .pt .pt_btn:before {
    width: 6px;
    bottom: 0;
  }
  .pt .pt_btn:after {
    height: 6px;
    right: 0;
  }
}