@charset "utf-8";

.right_bar .hpvcls{   
    color: #FFF!important;
    
}
.right_bar .hpvcls:hover{  
  color: #FFF!important; 
}
.hpvcls{
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 30px 0;
    padding: 22px;
    background: #0095ff;
    color: #FFF;
    font-size: 1.2vw;
    border-radius: 5px;
}
@media (max-width: 720px) {
  .hpvcls{
    margin: 10px;
    font-size: 4vw;
}
  }
.hpvcls:hover{
  background: #0095ffc9;
  color:#FFF;
  transition:0.3s;
  
}


body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #464646 !important;
  font-family: "Noto Sans JP", sans-serif !important;
}

h4,
h5,
p {
  margin: 3px 0 !important;
  padding: 3px 0 !important;
}

.ialert {
  background: #ffffa7;
  /*background: #1e51a0;*/
  display: inline-block;
  padding: 5px !important;
  margin: 5px 0 !important;
  border-radius: 3px;
  color: #585858;
  /*color: #fff;*/
  font-size: 14px;
}

.in_content_txt p {
  margin: 15px 0;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
  　box-shadow: -1px 80px 100px -55px #c2c2c2;
}
#page-top a {
  /*background: #72c7ca;*/
  background: #1e51a0;
  text-decoration: none;
  color: #fff;
  width: 70px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 1;
  transition: all 0.3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}

#header_sub .toppage {
  top: 0 !important;
}

#header_sub .fixed-top {
  top: 105px;
}

.navbar {
  padding: 0 !important;
}

#header_sub .fixed {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media (min-width: 768px) {
  nav ul li.dropdown:hover > div.dropdown-menu {
    display: block;
  }
}

.forzip {
  width: 30% !important;
  margin-bottom: 10px;
}

#left_bar .active,
#left_bar a:hover {
  background: #69bd83;
  color: #fff;
  border-radius: 3px;
  transition: all 0.5s;
}

li a,
h2 {
  /*color: #69bd83;*/
  color: #464646;
}

.main_visual {
  position: relative;
  margin-top: 50px;
}

.main_visual > img {
  /*width: 100vw !important;*/
  height: auto;
  /*margin: 0 calc(50% - 50vw);*/
}

.main_visua2 {
  position: absolute;
  /*relativeを指定した親要素を支点とした位置をすべて0に指定↓*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; /*上下左右中央に*/
  width: 45%; /*widthの指定は必須*/
}

.wrap {
  width: 980px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .wrap {
    width: 100%;
  }
}

#header a,
#header_sub a {
  text-decoration: none;
  padding: 8px;
  box-sizing: border-box;
  color: #464646;
}
#header a:hover,
#header_sub a:hover {
  color: #003d9d;
  transition: 0.5s;
}

#header ul {
  /* padding: 0; */
  /* margin: 20px 0 20px auto; */
  /* display: table; */
  margin: 0 auto;
}

#header ul li {
  /* display: inline; */
  /* position: relative; */
  padding-left: 1.5em;
  margin-right: 20px;
}

#header ul li:before {
  position: absolute;
  left: -3px;
  top: 8px;
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
}

#header ul li:nth-child(1):before {
  /*background: url(../images/pict1.svg) no-repeat;*/
  /*background-size: contain;*/
}
#header ul li:nth-child(2):before {
  background: url(../images/pict2.svg) no-repeat;
  background-size: contain;
}
#header ul li:nth-child(3):before {
  background: url(../images/pict3.svg) no-repeat;
  background-size: contain;
}
#header ul li:nth-child(4):before {
  background: url(../images/pict4.svg) no-repeat;
  background-size: contain;
}
#header ul li:nth-child(5):before {
  background: url(../images/pict5.svg) no-repeat;
  background-size: contain;
}

#header_sub > a {
  display: block;
  width: 420px;
  padding: 40px 0 0;
}

#header_sub img {
  width: 100%;
  height: auto;
}

#header_sub ul {
  padding: 0;
  margin: 20px auto;
  text-align: center;
}

#header_sub ul li {
  display: inline;
  position: relative;
  padding-left: 1.5em;
  margin-right: 20px;
}

#header_sub ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
}

#header_sub ul li:nth-child(1):before {
  background: url(../images/pict1.svg) no-repeat;
  background-size: contain;
}
#header_sub ul li:nth-child(2):before {
  background: url(../images/pict2.svg) no-repeat;
  background-size: contain;
}
#header_sub ul li:nth-child(3):before {
  background: url(../images/pict3.svg) no-repeat;
  background-size: contain;
}
#header_sub ul li:nth-child(4):before {
  background: url(../images/pict4.svg) no-repeat;
  background-size: contain;
}
#header_sub ul li:nth-child(5):before {
  background: url(../images/pict5.svg) no-repeat;
  background-size: contain;
}

.topics {
  width: 100%;
}
.topics h2 {
  text-align: center;
  font-size: 2.5em;
}

.topics h2 {
  display: flex;
  align-items: center; /* 縦位置の調整 */
  justify-content: center;
  width: 500px;
  margin: 0 auto;
}

.topics h2::before,
.topics h2::after {
  content: "";
  flex-grow: 1; /* 余白を分け与える */
  height: 3px;
  /**background: #ef845c;*/
  background: #ff7b75;
  border-radius: 1.5px;
  width: 100px;
}

/* 見出しの文字と横棒の間隔を開ける */
.topics h2::before {
  margin-right: 30px;
}

.topics h2::after {
  margin-left: 30px;
}

dl {
  margin: 20px auto;
  padding: 10px;
  /* border: 1px solid #000; */
  width: 900px;
  overflow-y:scroll;
  height:145px;
}

dt {
  padding: 5px;
  /* border: 1px solid #f00; */

  /* 幅を指定する */
  width: 140px;

  /* dtとdlを横並びにする */
  float: left;

  /* 行ごとにmarginを取るときは、dtとddの両方にmargin-bottomが必要 */
  margin-bottom: 5px;
}

dd {
  padding: 5px;
  /* border: 1px solid #00f; */

  /* dtの幅と同じだけmargin-leftをとると、改行したときにddの頭の位置が揃う */
  margin-left: 140px;

  /* 行ごとにmarginを取るときは、dtとddの両方にmargin-bottomが必要 */
  margin-bottom: 5px;
}

.content1 {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: rgb(255, 246, 127, 0.2);
  /*background: #fff8b1;*/
  display: flex;
  justify-content: center;
  padding: 60px 0;
}

.content2 {
  margin: 40px 0;
}

.in_content {
  background: #fff;
  margin: 0 15px;
  padding: 25px;
  width: 470px;
}

.in_content a {
  display: block;
  color: #464646;
  text-decoration: none;
  padding: 5px 0;
}

#header_sub a:hover {
  color: #003d9d !important;
}

.in_content a:hover {
  color: #69bd83;
  transition: 0.5s;
}

.in_content h2 a {
  color: #69bd83;
}

.in_content h2 {
  position: relative;
  padding-left: 2em;
  margin: 0 0 10px 0;
}

.in_content h2:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 1.5em;
  height: 1.5em;
}

.con_pict1:before {
  content: url(../images/pict1.svg);
}
.con_pict2:before {
  content: url(../images/pict2.svg);
}

.con_pict3:before {
  content: url(../images/pict3.svg);
}

.con_pict4:before {
  content: url(../images/pict4.svg);
}

.in_content_list ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.in_content_list li {
  position: relative;
  list-style: none;
  margin: 0;
  line-height: 30px;
  display: block;
  padding-left: 2em;
}

.in_content_list li:before {
  content: "";
  background: #69bd83;
  position: absolute;
  top: calc(5px + 0.5em);
  left: 0.5em;
  width: 1em;
  height: 1em;
  border-radius: 100%;
}

.content2 {
  display: flex;
  justify-content: center;
}

.privacy {
  width: 980px;
  margin: 15px auto;
}

.privacy a {
  text-align: right;
  display: block;
  color: #69bd83;
  text-decoration: none;
}

#footer {
  background: #fff6a1;
  /*background: #80c9ff;*/
  text-align: center;
  padding: 20px 0;
}

#footer h4 {
  color: #6c9bd2;
  /*color: #1e51a0;*/
  font-size: 1em;
  line-height: 160%;
  margin-top: 10px;
}

#footer img {
  width: 415px;
}
.copyright {
  color: #6c9bd2;
  /*color: #5075af;*/
  font-size: 0.8em;
}

.sub_contents_area {
  margin-bottom: 30px;
  margin-top: 100px;
}

.sub_contents_area h1 {
  position: relative;
  color: #69bd83;
  /*color: #464646;*/
  padding-bottom: 15px;
  border-bottom: solid 3px #ff7b75;
  padding-left: 1.5em;
  margin-bottom: 30px;
}

/*
.about .sub_contents_area h1:before {
  background: url(../images/pict2.svg) no-repeat;
}

.information .sub_contents_area h1:before {
  background: url(../images/pict3.svg) no-repeat;
}

.program .sub_contents_area h1:before {
  background: url(../images/pict4.svg) no-repeat;
}

.endai .sub_contents_area h1:before {
  background: url(../images/pict5.svg) no-repeat;
}
*/

.sub_contents_area h1:before {
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.2em;
  height: 1.2em;
}

.about .sub_contents_area h1:before {
  content: url(../images/pict2.svg);
}

.information .sub_contents_area h1:before {
  content: url(../images/pict3.svg);
}

.program .sub_contents_area h1:before {
  content: url(../images/pict4.svg);
}

.endai .sub_contents_area h1:before {
  content: url(../images/pict5.svg);
}

#left_bar {
  /* border: solid 2px #ef845c; */
  float: left;
  width: 260px;
}
.right_bar {
  margin-left: 300px;
  margin-top: 40px;
  /* border: solid 2px #ef845c; */
  padding: 0;
  box-sizing: border-box;
  min-height: 370px;
}

.right_bar a {
  color: #1b5dab !important;
  transition: all 0.5s;
}

.right_bar a:hover {
  color: #5695de !important;
}

#left_bar ul {
  /* margin: 0 0 0 15px; */
  margin: 0;
  padding: 0;
  list-style: none;
}
#left_bar li a:before {
  content: "・";
  color: #69bd83;
}
#left_bar li a {
  text-decoration: none;
  display: block;
  margin: 10px 0;
  font-size: 1em;
  font-weight: 500;
  padding: 0.6em 1em;
  text-indent: -1em;
}

.right_bar img {
  box-sizing: border-box;
  padding: 0;
  width: 680px;
  height: 500px;
  object-fit: cover;
  border-radius: 3px;
}

.all_area {
  border: solid 1px #ccc;
  /* height: 500px; */
  padding: 30px;
  margin: 0 0 20px 0;
}

.endai_form table {
  border-collapse: collapse;
}

.endai_form table th,
.endai_form table td {
  text-align: left;
  padding: 4px 10px;
}

.endai_form table th {
  width: 300px;
}
.endai_form table td {
  width: 400px;
}

input[type="tel"],
input[type="text"],
input[type="email"],
textarea {
  border: solid 1px #ccc;
  padding: 8px;
  width: 100%;
  border-radius: 5px;
}
textarea {
  height: 80px;
}

select {
  border: solid 1px #ccc;
  padding: 8px;
  width: 80px;
  border-radius: 5px;
}
input[type="submit"],
input[type="button"] {
  border: solid 1px #ccc;
  padding: 8px;
  /* width: 100px; */
  border-radius: 5px;
  display: inline;
  margin: 50px auto 10px auto;
}
input[type="submit"] {
  background: #a3d8ff;
}

.gmap {
  width: 100%;
  height: 400px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
}

.ninki {
  display: block;
  font-size: 0.8em;
  padding: 10px 0;
}

.yakuintbl {
  border-collapse: collapse;
  margin: 10px 0;
  width: 100%;
}
.yakuintbl td {
  border: solid 1px #cccccc;
  padding: 5px 10px;
}

.yakuintbl td:first-child {
  width: 5.5%;
}

.yakuintbl td:nth-child(2) {
}
@media (max-width: 920px) {
  .yakuintbl td:nth-child(2) {
    width: 35%;
  }
}

@media (max-width: 720px) {
  .yakuintbl td:first-child {
    width: 6%;
    display: none;
  }

  .yakuintbl td:nth-child(2) {
  }
  .yakuintbl td:nth-child(3) {
    background: #f1f1f1;
  }
}

.txtr {
  text-align: right;
}

.sp_on {
  display: none;
}
.pc_on {
  display: block;
}

@media (max-width: 720px) {
  .yakuintbl tr {
    display: block;
  }
  .yakuintbl td,
  .yakuintbl th {
    display: block;
    width: 100% !important;
  }

  .endai_form {
    margin-top: 10px !important;
  }

  .endai_form table,
  .endai_form table td,
  .endai_form table th {
    width: 100%;
    box-sizing: border-box;
  }

  input[type="tel"],
  input[type="text"],
  input[type="email"],
  textarea {
    max-width: 100%;
  }

  .sub_contents_area {
    margin-top: 50px;
  }

  .about .sub_contents_area h1:before {
    margin-left: 15px;
  }

  .information .sub_contents_area h1:before {
    margin-left: 15px;
  }

  .program .sub_contents_area h1:before {
    margin-left: 15px;
  }

  .endai .sub_contents_area h1:before {
    margin-left: 15px;
  }

  .sp_on {
    display: block;
  }
  .pc_on {
    display: none;
  }

  .sub_contents_area h1 {
    /* text-align: center; */
    padding: 0 0 10px 60px;
    margin: 0;
    font-size: 7vw;
  }

  form tr {
    display: inline;
  }
  form td,
  form th {
    display: block;
  }

  .right_bar img {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .all_area {
    width: 95%;
    margin: 10px auto;
    padding: 10px;
  }

  .forzip {
    width: 60% !important;
  }

  #left_bar {
    float: none;
    width: 100%;
  }
  #left_bar ul li {
    padding: 0;
    margin: 0;
  }
  #left_bar li a {
    display: in;
    margin: 0;
  }
  .right_bar {
    margin-left: 0;
    /* border: solid 2px #ef845c; */
    padding: 15px;
    box-sizing: border-box;
    min-height: none !important;
    margin: 0;
  }

  .privacy {
    width: 90%;
    margin: 15px 5%;
  }

  #footer {
    width: 100%;
  }
  footer {
    width: 90%;
    text-align: center !important;
    display: block;
    margin: 0 auto !important;
  }

  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }

  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: 0.4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
  }

  /* ヘッダーメニュー */
  #header_sub .toppage {
    top: 0 !important;
  }

  #header_sub .fixed-top {
    top: 70px;
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    background: #fff;
    transition: all 0.3s;
  }

  .navbar {
    padding: 0px !important;
  }

  #header_sub > a {
    background: transparent !important;
    padding: 19px 10px !important;
    width: 100%;
    display: block;
  }

  #header a {
    text-decoration: none;
    padding: 15px;
    box-sizing: border-box;
    color: #464646 !important;
  }

  #header_sub a {
    text-decoration: none;
    padding: 15px;
    box-sizing: border-box;
    color: #464646 !important;
    background: #f1f1f1;
    border-radius: 0 3px 3px 0;
  }

  #header_sub img {
    width: 100%;
    height: auto;
  }
  /* メニューアクティブ時 */
  #header_sub .nav-active {
    background-color: #003d9d !important;
    height: 100vh;
    padding: 0 10px 15px 0;
    width: 100%;
    position: fixed;
    transition: all 0.3s;
  }

  .bg-white {
  }

  .navbar-collapse {
    align-items: center !important;
    width: calc(100% - 25px) !important;
    margin-left: calc(25px / 2) !important;
    transition: all 0.15s !important;
  }

  /* ハンバーガーメニュー調整 */
  .navbar-light .navbar-toggler {
    color: transparent !important;
    border-color: transparent !important;
    border: none;
  }

  .navbar-light .navbar-toggler .navbar-toggler-icon {
    /* 閉 */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 61, 157, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .navbar-light .navbar-toggler .icon-active {
    /* 開 */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  /* メニューボタン */
  #header_sub ul {
    padding: 0;
    margin: -5px auto 0;
    text-align: center;
  }

  #header_sub ul li {
    padding-left: 3.5rem;
    margin: 5px 0;
    background: #fff;
    border-radius: 3px;
  }

  #header_sub ul li:before {
    left: 1rem;
    top: 15px;
    width: 1.5em;
    height: 1.5em;
  }
  /* メニュー ページアクティブ時 ボタン */
  #header_sub .active {
    background: #fff58d;
    color: #464646 !important;
    border-radius: 0 3px 3px 0;
  }

  .wrap {
    width: 100%;
  }

  dl {
    margin: 20px auto;
    padding: 10px;
    /* border: 1px solid #000; */
    width: 100%;
    box-sizing: border-box;
  }

  dt {
    padding: 5px;
    /* border: 1px solid #f00; */

    /* 幅を指定する */
    idth: 100%;

    /* dtとdlを横並びにする */
    float: left;

    /* 行ごとにmarginを取るときは、dtとddの両方にmargin-bottomが必要 */
    margin-bottom: 5px;
  }

  dd {
    padding: 5px;
    /* border: 1px solid #00f; */

    /* dtの幅と同じだけmargin-leftをとると、改行したときにddの頭の位置が揃う */
    margin-left: 140px !important;

    /* 行ごとにmarginを取るときは、dtとddの両方にmargin-bottomが必要 */
    margin-bottom: 5px !important;
  }

  .content1,
  .content2 {
    /*
    margin-right: 0;
    margin-left: 0;
    */
    margin: 0;
    display: block;
    padding: 10px;
  }

  .main_visua2 {
    width: 60%; /*widthの指定は必須*/
  }

  #footer img {
    width: 80%;
  }

  #header,
  .main_visual,
  .main_visual img {
    width: 100%;
  }

  .navbar-toggler {
    padding: 10px !important;
  }

  .main_visua2 {
    width: 60% !important;
  }

  body {
    padding: 0 !important;
  }

  .topics h2 {
    width: 90%;
    margin: 0 auto;
    font-size: 8vw;
  }

  .topics h2::before,
  .topics h2::after {
    width: 20%;
  }

  .in_content h2 {
    font-size: 5.2vw;
  }

  .in_content_list ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .in_content {
    margin: 15px 2.5% !important;
    padding: 10px 25px 25px 25px !important;
    width: 95%;
  }
}

@media (min-width: 576px) {
  .dropdown-menu {
    top: 35px !important;
  }
}

.noallow::after {
  display: none !important;
}
