@charset "UTF-8";

@media (max-width: 768px) {
  .c-ank_pos {
    scroll-margin-top: 50px;
  }
}

@media (min-width: 768.02px) {
  .g-wrapper {
    min-width: 1024px;
  }
}
@media (max-width: 768px) {
  .g-wrapper {
    padding-top: 60px;
  }
}

.g-header {
  /*__head*/
}
@media (max-width: 768px) {
  .g-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid var(--color-c-blue);
  }
}
.g-header img {
  display: block;
  margin: 0;
}
.g-header__head {
  max-width: 1024px;
  padding: 0 32px;
  margin: 0 auto 10px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .g-header__head {
    padding: 0 10px;
    height: 60px;
    margin: 0;
  }
}
.g-header__head-right {
  width: 590px;
}
@media (max-width: 768px) {
  .g-header__head-right {
    display: none;
  }
}
.g-header__head-left {
  padding: 20px 0 0;
  width: 290px;
}
@media (max-width: 768px) {
  .g-header__head-left {
    padding: 12px 0 0;
    width: 206px;
  }
}
.g-header__head .logo_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .g-header__head .logo_wrap {
    display: grid;
    grid-template-columns: 100px 100px;
  }
}
.g-header__head .head_info {
  display: flex;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
.g-header__head .hosoku {
  font-size: 14px;
}
@media (max-width: 768px) {
  .g-header__head .hosoku {
    display: none;
  }
}
.g-header__head .head_cv {
  text-align: right;
  padding: 0 0 10px;
}
@media (max-width: 768px) {
  .g-header__head .head_cv {
    display: none;
  }
}
.g-header__head .head_cv a {
  display: inline-block;
  width: 130px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  background: linear-gradient(180deg, #E2AE33, #A67500);
  background-size: 100% 200%;
  transition: background-position var(--sec) ease;
}
.g-header__head .head_cv a:hover {
  background-position: 0 100%;
}
.g-header__bottom {
  border-top: 1px solid var(--color-c-blue);
  border-bottom: 1px solid var(--color-c-blue);
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .g-header__bottom {
    display: none;
  }
}
.g-header__nav_pc {
  max-width: 1024px;
  padding: 0 32px;
  margin: 0 auto;
  display: flex;
}
.g-header__nav_pc a {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  min-width: 0;
  color: #fff;
  border-left: 1px solid #fff;
  line-height: 44px;
  background: linear-gradient(180deg, #2672BE, #13395F);
  background-size: 100% 200%;
  transition: background-position var(--sec) ease;
}
.g-header__nav_pc a:hover {
  background-position: 0 100%;
}
@media (min-width: 768.02px) {
  .g-header .sp_tel,
.g-header .sp_menu,
.g-header .sp_menu_open {
    display: none !important;
  }
}
.g-header .sp_tel {
  width: 60px;
  position: absolute;
  top: 0;
  right: 60px;
}
.g-header .sp_menu {
  width: 60px;
  height: 60px;
  background: var(--color-c-blue);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.g-header .sp_menu span {
  display: block;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 15px;
  transition: var(--sec) ease;
}
.g-header .sp_menu span:nth-child(1) {
  top: 19px;
}
.g-header .sp_menu span:nth-child(2) {
  top: 29px;
}
.g-header .sp_menu span:nth-child(3) {
  top: 39px;
}
.g-header .sp_menu.open span:nth-child(2) {
  opacity: 0;
}
.g-header .sp_menu.open span:nth-child(1) {
  top: 30px;
  transform: rotate(30deg);
}
.g-header .sp_menu.open span:nth-child(3) {
  top: 30px;
  transform: rotate(-30deg);
}
.g-header .sp_menu_open {
  background: #fff;
  padding: 30px 40px 60px;
  height: calc(100vh - 60px);
  overflow-y: scroll;
  width: 100%;
  position: absolute;
  right: -120%;
  transition: var(--sec) ease;
}
.g-header .sp_menu_open.open {
  right: 0;
}
.g-header .sp_menu_open .head_cv_sp a {
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  background: linear-gradient(180deg, #E2AE33, #A67500);
  margin: 0 auto 2px;
  padding: 0 0 2px;
}
.g-header .sp_menu_open .haed_line {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
  column-gap: 10px;
  max-width: 300px;
  margin: 10px auto 20px;
}
.g-header .sp_menu_open .tel {
  display: block;
  max-width: 278px;
  margin: 0 auto;
}
.g-header .sp_menu_open .g-header__nav_sp {
  border-top: 1px solid var(--color-c-blue);
  margin-bottom: 20px;
}
.g-header .sp_menu_open .g-header__nav_sp a {
  display: block;
  padding: 6px 0;
  font-weight: bold;
  color: var(--color-c-blue);
  border-bottom: 1px solid var(--color-c-blue);
}

.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.l-section._bg01 {
  background: url(../img/top/sec03_bg.png) center center;
}
.l-section__inner {
  max-width: 1024px;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .l-section__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-section__contents + .l-section__contents {
  padding-top: 60px;
}
.l-section__contents_in + .l-section__contents_in {
  padding-top: 40px;
}
.l-section__contents_in._pt {
  padding-top: 40px;
}

.c-posttitle {
  padding: 60px 0;
}
@media (min-width: 768.02px) {
  .c-posttitle .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid var(--color-c-blue);
  }
}
.c-posttitle .title {
  font-size: 34px;
  font-family: var(--ff-min);
  font-weight: bold;
  color: var(--color-c-blue);
  margin: 0 0 12px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .c-posttitle .title {
    padding: 0 0 10px;
    border-bottom: 2px solid var(--color-c-blue);
  }
}
.c-posttitle .hall_cg {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 15px;
  display: flex;
  grid-gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 768.02px) {
  .c-posttitle .hall_cg {
    min-width: 200px;
  }
}
.c-posttitle .hall_cg .label {
  border: 1px solid;
  padding: 8px 18px 9px;
  line-height: 1.1;
  display: flex;
  align-items: center;
}

.u-hall__info {
  display: grid;
  grid-gap: 30px;
}
@media (min-width: 768.02px) {
  .u-hall__info {
    grid-template-columns: 480px 1fr;
  }
}
.u-hall__info .map iframe {
  width: 100%;
  height: 100%;
}
.u-hall__info .access p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.u-hall__info .access p + p {
  margin-top: 0.5em;
}
.u-hall__info table {
  vertical-align: middle;
}
.u-hall__info table th {
  background: var(--color-c-gray_light);
  padding: 6px 10px;
  font-weight: bold;
  vertical-align: middle;
  width: 90px;
}
@media (max-width: 768px) {
  .u-hall__info table th {
    padding: 6px 0 6px 10px;
    width: 90px;
  }
}
.u-hall__info table td {
  padding: 6px 10px;
  vertical-align: middle;
  background: #fff;
}
@media (max-width: 768px) {
  .u-hall__info table td br {
    display: none;
  }
}
.u-hall__info table tr {
  border-bottom: 1px solid var(--color-c-gray);
}

.u-seminar__detail .c-tb {
  width: 100%;
  margin-top: 30px;
}
.u-seminar__detail .title_app {
  font-family: var(--ff-min);
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
