/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
html, body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  /*color: #7B7878;
  background-color: #ECFAFF; */
  color: #2F4F4F;
  background-color: #F0FFF0; 
}

body {
  min-height: 100vh;
}

.w_base {
  width: 1000px;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg .hd {
  position: relative;
  height: 60px;
}
.hd_bg .hd .hd_logo {
  position: absolute;
  top: 10px;
  left: 0;
}
.hd_bg .hd .hd_logo a {
  display: flex;
  gap: 10px;
  /*color: #7B7878;*/
  color: #2F4F4F;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
.hd_bg .hd .hd_logo a img {
  width: 50px;
  height: auto;
}
.hd_bg .hd .hd_lang {
  position: absolute;
  top: 0;
  right: 0;
}

.page_bg {
  width: 100%;
  background: url(../images/header_katakuri.jpg) no-repeat;
  background-size: cover;
  padding: 90px 0px;
}
.page_bg .page_wrap {
  width: 1000px;
  min-height: 94px;
  margin: 0 auto;
}
.page_bg .page_wrap .page_title {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  color: rgba(245, 255, 250, 0.9);
  font-size: 2.5em;
  line-height: 1;
  inline-size: 1000px;
  overflow-wrap: break-word;
  padding: 10px 0px;
}

.index_slider .slider_slick img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.top_banner {
  position: absolute;
  content: "";
  width: 170px;
  height: 8px;
  /*background-color: #32A6F3;*/
  background-color: #228B22; 

  left: 50%;
  transform: translateX(-50%);
}

.nav_bg {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 8px;
}
.nav_bg .nav {
  overflow: visible;
}
.nav_bg .nav .nav_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 35px 15px 25px;
}
.nav_bg .nav .nav_list > li {
  position: relative;
  list-style-type: none;
  background: url("../images/icon_arrow-g.png") no-repeat;
  background-position: 10px 23px;
  /*border-bottom: 1px dotted #6BA3DB;*/
  border-bottom: 1px dotted #2F4F4F;
}
.nav_bg .nav .nav_list > li:first-child {
  /*border-top: 1px dotted #6BA3DB;*/
  border-top: 1px dotted #2F4F4F;
}
.nav_bg .nav .nav_list > li > a {
  display: inline-block;
  font-size: 14px;
  /*color: #32A6F3;*/
  color: #556B2F;
  text-decoration: none;
  width: 100%;
  padding: 15px 0px 15px 30px;
  transition: 0.3s;
}
.nav_bg .nav .nav_list > li > a::after {
  content: attr(data-text);
  display: block;
  color: #7B7878;
  font-size: 8px;
}
.nav_bg .nav .nav_list > li > a:hover {
  scale: 1.05;
  transform: translateX(0.5em);
}
.nav_bg .nav .nav_list > li > a.current {
  scale: 1.2;
  transform: translateX(1em);
}
.nav_bg .nav .nav_list > li .child_wrap_btn {
  display: none;
}
.nav_bg .nav .nav_list > li:hover .nav_clist {
  display: block;
  animation: nav_active 1s ease 0s 1 alternate;
}
@keyframes nav_active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav_bg .nav .nav_list > li .nav_clist {
  position: absolute;
  top: 0%;
  left: 100%;
  display: none;
  width: 100%;
  transition: All 0.5s ease;
  margin: 0;
  z-index: 1;
}
.nav_bg .nav .nav_list > li .nav_clist > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.nav_bg .nav .nav_list > li .nav_clist > li > a {
  display: block;
  padding: 10px;
  /*background-color: #32A6F3;*/
  background-color: #228B22;
  color: #fff;
  text-decoration: none;
}
.nav_bg .nav .nav_list > li .nav_clist > li > a:hover, .nav_bg .nav .nav_list > li .nav_clist > li > a.current {
  opacity: 0.8;
}
.nav_bg .nav .nav_list > li .nav_clist > li:hover .nav_glist {
  display: block;
  animation: nav_active 1s ease 0s 1 alternate;
}
.nav_bg .nav .nav_list > li .nav_clist > li .nav_glist {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  width: 100%;
  margin: 0;
}
.nav_bg .nav .nav_list > li .nav_clist > li .nav_glist > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.nav_bg .nav .nav_list > li .nav_clist > li .nav_glist > li > a {
  display: block;
  padding: 10px;
  /*background-color: #325ff3;*/
  background-color: #228B22;
  color: #fff;
  text-decoration: none;
}
.nav_bg .nav .nav_list > li .nav_clist > li .nav_glist > li > a:hover, .nav_bg .nav .nav_list > li .nav_clist > li .nav_glist > li > a.current {
  /*background-color: rgba(50, 95, 243, 0.7);*/
  background-color: rgba(47, 79, 79, 0.5));
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
}
.nav_bg .nav .nav_link {
  display: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** access
******************************************************************************
----------------------------------------------------------------------------*/
.access_bg {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 8px;
}
.access_bg .access_content {
  padding: 20px 10px;
}
.access_bg .access_content .access_item .access_title {
  display: flex;
  align-items: center;
}
.access_bg .access_content .access_item .access_title img {
  width: 36px;
  margin-right: 5px;
}
.access_bg .access_content .access_item .access_title span {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.access_bg .access_content .access_item p {
  font-size: 12px;
  padding: 0.5em;
}
.access_bg .access_content h2 {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-top: 10px;
  /*border-bottom: 1px dotted #6BA3DB;*/
  border-bottom: 1px dotted #2F4F4F;
}

/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.con_bg .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 30px;
  margin-bottom: 60px;
}
.con_bg .con .main {
  width: 700px;
}
.con_bg .con .side {
  width: 230px;
}
.con_bg .con .side h3 {
  background-color: #EEE;
  color: #111;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 8px;
  text-align: center;
}
.con_bg .con .side .side_nav_list li a {
  background: url(../images/icon_arrow_gray.png) no-repeat left center;
  border-bottom: 1px solid #CCC;
  color: #111;
  display: block;
  padding: 12px 10px;
  text-decoration: none;
}
.con_bg .con .side .side_nav_list li a:hover, .con_bg .con .side .side_nav_list li a.current {
  text-decoration: underline;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft {
  margin-top: auto;
}
.ft .ft_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #969697;
  background-color: #fff;
  padding: 30px 0;
}
.ft .ft_bg .ft_copy {
  font-size: 10px;
  text-align: center;
}

/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pt {
  border-radius: 50%;
  /*background-color: #32A6F3;*/
  background-color: #228B22;
  bottom: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  right: 30px;
  position: fixed;
  width: 60px;
  z-index: 100;
}
.pt:hover {
  opacity: 0.6;
}
.pt .pt_btn {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  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: 7px;
  bottom: 0;
}
.pt .pt_btn::after {
  height: 7px;
  right: 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.main {
  width: 740px;
  display: flex;
  flex-direction: column;
}

.index_news {
  margin-bottom: 20px;
}

.news .index_news_scrl {
  min-height: 650px;
}

.index_news_scrl {
  max-height: 300px;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.index_news_item {
  display: flex;
  align-content: space-between;
  background-color: #fff;
  margin-bottom: 5px;
  padding: 10px 0;
  width: 100%;
}

.index_news_item_date {
  width: 130px;
  /*color: #32A6F3;*/
  color: #556B2F;

}
.index_news_item_date:before {
  content: url(../images/icon_circle_arrow_green.gif);
  vertical-align: bottm;
  margin-right: 0.2em;
}

.index_news_item_ttl {
  width: calc(100% - 140px);
}
.index_news_item_ttl a {
  transition: 0.3s;
}
.index_news_item_ttl a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.index_news_item_icon_new {
  display: inline-block;
  color: #C00;
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 0.3em;
}
.index_news_item_icon_new:before {
  content: "NEW";
}

section {
  margin-bottom: 20px;
}
section .content {
  padding: 15px 25px;
  margin-bottom: 20px;
  line-height: 2em;
  background-color: #fff;
  border-radius: 8px;
}
section .content .img_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}
section .content .img_content img {
  width: calc((100% - 20px) / 2);
}

.side {
  width: 230px;
}
.side .bnr_list li {
  margin-bottom: 4px;
}
.side .bnr_list li a {
  padding: 16px 16px 16px 42px;
  border: 1px solid #000000;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  background: url(../images/icon_elink_black.png) no-repeat 16px center;
  color: #000000;
}
.side .bnr_list li a:hover {
  background-color: #000;
  background-image: url(../images/icon_elink_white.png);
  color: #FFF;
}

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
.link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  width: 100%;
  padding: 30px;
  background: url("../images/footer_bg_mountain.jpg") no-repeat center;
  background-size: cover;
}
.link .link_content {
  display: flex;
  justify-content: stretch;
  align-items: center;
  gap: 20px;
}
.link .link_content .link_item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  background-color: #fff;
  width: calc((100% - 60px) / 4);
  padding: 10px 20px;
}
.link .link_content .link_item a {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  width: 100%;
  color: #7B7878;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
.link .link_content .link_item a img {
  width: 32px;
  height: 32px;
}
.link .link_content .link_item a:hover {
  filter: brightness(1.2);
  scale: 1.05;
}
.link .link_content .link_item:first-child a img {
  width: 38px;
}

.teacher .content .member_container .member_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  /*border-bottom: 2px solid #32A6F3;*/
  border-bottom: 2px solid #228B22;
  margin-bottom: 20px;
}
.teacher .content .member_container .member_ttl .member_name {
  width: 65%;
}
.teacher .content .member_container .member_ttl .member_name h3 {
  width: 100%;
  text-align: center;
  border: none;
}
.teacher .content .member_container .member_ttl .member_name h3 .en {
  font-size: 0.9em;
}
.teacher .content .member_container .member_ttl .member_img {
  width: 30%;
}
.teacher .content .member_container .member_ttl .member_img img {
  width: 100%;
}
.teacher .content .member_container .member_prf {
  /*border-bottom: #32A6F3 2px solid;*/
  border-bottom: #228B22 2px solid;
  margin-bottom: 20px;
}
.teacher .content .member_container .rm {
  /*border-bottom: #32A6F3 2px solid;*/
  border-bottom: #228B22 2px solid;
  margin-bottom: 20px;
}

.student .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.student .content .member_container {
  width: 48%;
  margin-bottom: 20px;
}
.student .content .member_container .member_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  /*border-bottom: 2px solid #32A6F3;*/
  border-bottom: 2px solid #228B22;
  margin-bottom: 10px;
}
.student .content .member_container .member_ttl .member_name {
  width: 65%;
}
.student .content .member_container .member_ttl .member_name h3 {
  width: 100%;
  text-align: center;
  border: none;
}
.student .content .member_container .member_ttl .member_name h3 .en {
  font-size: 0.9em;
}
.student .content .member_container .member_ttl .member_img {
  width: 30%;
}
.student .content .member_container .member_ttl .member_img img {
  width: 100%;
}

#particleForm #crValueFields {
  display: flex;
  gap: 20px;
  margin: 10px 0;
}
#particleForm #crValueFields input {
  width: 75px;
}
#particleForm #dateRangeFields {
  display: flex;
  gap: 20px;
  margin: 10px 0;
}
#particleForm #dateRangeFields input {
  width: 120px;
}
#particleForm button {
  padding: 5px;
   /*background: #32A6F3;*/
  background: #228B22;
  color: #fff;
  border: 1px solid #7B7878;
  width: 150px;
  transition: 0.3s;
}
#particleForm button:hover {
  background: #7B7878;
}

.graph_flame {
  width: 100%;
  overflow-x: scroll;
  border: 1px solid #7B7878;
  padding: 1em;
  margin-top: 20px;
}
.graph_flame #graphContainer {
  width: 800px;
}

.lang {
  display: flex;
  justify-content: flex-end;
}
.lang .jp, .lang .en {
  width: 80px;
  text-align: center;
  border: 1px solid #7B7878;
}
.lang .jp a, .lang .en a {
  padding: 5px;
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
.lang .jp a:hover, .lang .en a:hover {
  /*background: #32A6F3;*/
  background: #228B22;
  color: #fff;
}
.lang .jp p, .lang .en p {
  margin-bottom: 0;
  padding: 5px;
  color: #fff;
  background: #7B7878;
}
.lang .jp {
  border-right: none;
}
.lang .en {
  border-left: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
.con {
  word-wrap: break-word;
}
.con a img:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.con h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
.con h2 {
  /*color: #32A6F3;*/
  color: #2F4F4F;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-bottom: 12px;
  /*border-bottom: 2px dashed rgba(50, 166, 243, 0.5);*/
  border-bottom: 2px dashed rgba(47, 79, 79, 0.5);
}
.con h3 {
  font-size: 1.3em;
  margin-block: 10px 15px;
  padding: 0.4em 0.6em;
  /*border-top: 2px solid #32A6F3;
  border-bottom: 2px solid #32A6F3;*/
  border-top: 2px solid #228B22;
  border-bottom: 2px solid #228B22;
}
.con h4 {
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0.1em 0.5em;
  /*border-left: 5px solid #32A6F3;*/
  border-left: 5px solid #228B22;
  border-bottom: 1px solid #ccc;
  background-color: #fdfdfd;
}
.con h5 {
  font-size: 1.2em;
  margin-bottom: 2px;
  margin-top: 5px;
}
.con h6 {
  font-size: 1.1em;
  margin-bottom: 2px;
  margin-top: 5px;
}
.con hr {
  border: none;
  border-top: 1px dotted #000;
}
.con iframe {
  max-width: 100%;
}
.con img {
  max-width: 100%;
  height: auto;
}
.con ol {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.con ol li {
  margin-left: 2em;
  margin-bottom: 0.5em;
}
.con p {
  margin-bottom: 1em;
}
.con ul {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.con .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.con .btn a {
  position: relative;
  display: grid;
  place-items: center;
  width: 250px;
  height: 40px;
  color: #fff;
  text-decoration: none;
  /*background-color: #32A6F3;*/
  background-color: #228B22;
  border-radius: 8px;
  transition: 0.3s;
}
.con .btn a::before {
  position: absolute;
  content: "";
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}
.con .btn a:hover {
  opacity: 0.7;
}
.con .btn a:hover::before {
  right: 15px;
}/*# sourceMappingURL=style.css.map */
