@charset "UTF-8";
/******************************
 * RESETs
******************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-padding-top: 100px;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
ol ol,
ul ul,
ol ul,
ul ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/******************************
 * BASE
******************************/
* {
  min-height: 0vw;
}

body {
  font-family:
    "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  border-top: solid 5px #144671;
}

.textl {
  text-align: left;
}

.textc {
  text-align: center;
}

.textr {
  text-align: right;
}

.col_red {
  color: #c00;
}

.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.gotop {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #515254;
  padding-top: 24px;
  text-align: center;
  text-decoration: none;
  color: #515254 !important;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.7;
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 10000;
  border-radius: 50%;
}
.gotop:hover {
  opacity: 1;
  text-decoration: none;
  color: #515254 !important;
}
.gotop:before {
  content: "";
  display: block;
  border-top: 2px solid #515254;
  border-right: 2px solid #515254;
  width: 10%;
  height: 10%;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}

/******************************
 * MENU
******************************/
#header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.85);
  padding-bottom: 5px;
}

.globalnav-wrap {
  display: flex;
  z-index: 1000;
  align-items: center;
}
.globalnav-wrap h1 {
  margin-right: auto;
  margin-top: 15px;
}
.globalnav-wrap .pc_none {
  display: none !important;
}
.globalnav-wrap ol {
  display: flex;
  align-items: center;
  z-index: 100;
  margin-bottom: -1px;
}
.globalnav-wrap ol li {
  height: 84px;
  width: 120px;
  text-align: center;
}
.globalnav-wrap ol li a {
  display: block;
  height: 84px;
  width: 120px;
}
.globalnav-wrap ol li:first-child a {
  background-color: #fff;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
}
.globalnav-wrap ol li:last-child a {
  background-color: #000;
  color: #fff;
}
.globalnav-wrap ol li span {
  display: block;
  padding-top: 15px;
  font-size: 20px;
}

.globalnav {
  padding: 30px 0 15px 0;
  font-weight: bold;
}
.globalnav .dropdown-btn {
  position: relative;
  display: inline-block;
  padding: 5px 12px;
  cursor: pointer;
  margin: 0 5px;
  background-color: #3787c3;
  color: #fff;
}
.globalnav .dropdown-btn a {
  color: #fff;
}
.globalnav .dropdown-btn:hover {
  background-color: #27acd9;
}
.globalnav .dropdown {
  z-index: 1000;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50px;
  width: 60vw;
  display: none;
  text-align: center;
  border: solid 1px #ccc;
  padding-top: 10px;
}
.globalnav .dropdown li {
  margin: 5px;
  float: left;
}
.globalnav .dropdown li a {
  padding: 25px;
  display: block;
  color: #000;
}
.globalnav .dropdown li a:hover {
  color: #999;
}
.globalnav .dropdown li .btn_form {
  color: #fff;
  padding: 10px;
  margin-top: 15px;
}
.globalnav .dropdown li .btn_form:hover {
  color: #27acd9 !important;
}
.globalnav .nav-button-wrap,
.globalnav .open {
  display: block;
}
.globalnav .close {
  display: block;
}

@media screen and (max-width: 1250px) {
  .globalnav .dropdown {
    width: 70vw;
  }
}
@media screen and (max-width: 1100px) {
  .globalnav-wrap h1 {
    width: 200px;
  }
  .globalnav-wrap h1 img {
    width: 100%;
    height: auto;
  }

  header {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
  }
  .globalnav-wrap .pc_none {
    display: block !important;
  }
  .globalnav-wrap .sp_none {
    display: none !important;
  }
  .globalnav-wrap .dropdown-btn {
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
  }
  .nav-button-wrap {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1000;
    cursor: pointer;
    padding: 15px;
    height: 53px;
  }
  .globalnav {
    display: none;
  }
  .globalnav li a span {
    display: inline-block;
    margin-left: 1em;
    color: #999;
  }
  .globalnav .close {
    display: none;
  }
  .globalnav .dropdown {
    width: 100%;
  }
  .globalnav .dropdown li {
    float: none;
    text-align: left;
  }
  .globalnav .dropdown li a {
    color: #fff;
    padding: 10px 25px;
  }
  .globalnav .dropdown li a:hover {
    text-decoration: none;
    color: #ccc;
  }
  .globalnav .dropdown li .btn_form {
    margin: 0;
  }
  .globalnav-wrap.open .globalnav {
    display: block;
    padding: 40px 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(55, 135, 195);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 20;
  }
  .globalnav-wrap.open .globalnav li {
    display: block;
    color: #fff;
    border-bottom: none;
  }
  .globalnav-wrap.open .globalnav > li {
    border-bottom: dotted 1px #fff;
  }
  .globalnav-wrap.open .globalnav li a {
    color: #fff;
    display: block;
  }
  .globalnav-wrap.open .globalnav li:hover {
    background: transparent;
  }
  .globalnav-wrap.open .globalnav .dropdown {
    display: block;
    position: static;
    background: transparent;
    border: none;
    padding-top: 0;
  }
  .nav-button {
    display: inline-block;
    transition: all 0.3s;
    z-index: 20;
    width: 25px;
    height: 19px;
    position: relative;
  }
  .nav-button span {
    display: inline-block;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 9px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: -2px;
  }
  .active .nav-button span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    background-color: #fff;
  }
  .active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }
  .active .nav-button span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
    background-color: #fff;
  }
}

/******************************
 * MAIN
******************************/
/* パンクズ */
#pankuzu {
  margin-bottom: 25px;
  font-size: 15px;
}
@media only screen and (max-width : 768px) {
  #pankuzu {
  margin-bottom: 15px;
}
}
#pankuzu a {
  text-decoration: underline;
}
#pankuzu a:hover {
  color: #666;
}

#pankuzu span {
  margin: 0 10px;
}
#pankuzu span:before {
  content: " > ";
  margin-right: 10px;
}

#main {
  padding: 0 0 100px 0;
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

#main h2 {
  font-weight: 600;
  border-bottom: 3px solid #ccc;
  padding: 0 0 5px 0;
  margin-bottom: 10px;
  position: relative;
  font-size: clamp(1.75rem, 1.614rem + 0.68vw, 2.125rem);
  clear: both;
  color: #3787c3;
}
#main h2:after {
  content: "";
  background-color: #3787c3;
  width: 3.5em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
#main h2:nth-of-type(2) {
  padding-top: 80px;
}

#main h3 {
  padding-bottom: 15px;
  margin: 10px 0 25px 0;
  font-size: clamp(1.313rem, 1.153rem + 0.8vw, 1.75rem);
  background-image: repeating-linear-gradient(
    90deg,
    #b4a983 0,
    #b4a983 2px,
    rgba(0, 0, 0, 0) 2px,
    rgba(0, 0, 0, 0) 4px
  );
  background-size: 4px 4px;
  background-repeat: repeat-x;
  background-position: center bottom;
  line-height: 1.3;
}

#main h5 {
  background-color: #eaf4fc;
  padding: 10px;
  color: #3787c3;
  font-size: 24px;
  margin: 35px 0 15px 0;
}

.red {
  background: #d9333f !important;
  color: #fff !important;
}
.green {
  background: #99ab4e !important;
  color: #fff !important;
}
.navy {
  background: #1e50a2 !important;
  color: #fff !important;
}

#main h6 {
  color: #3787c3;
  font-size: 20px;
  margin: 15px 0;
  font-size: 20px;
  margin: 5px 0 15px 0;
}

#pagemenu {
  display: flex;
  flex-wrap: wrap;
  margin: 55px auto;
  justify-content: space-between;
}

#pagemenu li {
  width: 23%;
  text-align: center;
  border: solid 1px #000;
}

#pagemenu li a {
  padding: 15px 25px;
  display: block;
}
#pagemenu li a:hover {
  background-color: #efefef;
}

/* 日時表 */
.dl_flex {
  display: flex;
  flex-wrap: wrap;
}

.dl_flex dt {
  width: 8%;
  padding: 7px 14px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
  background: #e5e5e5;
  border-radius: 5px;
}

.gray dt {
  background: #efefef;
}
.yellow dt {
  background: #f7f4d9;
}

.pink,
.day29 .dl_flex dt {
  background: #fdeff2;
}
.pink {
  color: #eb6ea5;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  padding: 5px;
  margin: 55px 0 0 0;
  border: solid 1px #eb6ea5;
  border-radius: 8px;
}

.blue,
.day30 .dl_flex dt {
  background: #ebf6f7;
}
.blue {
  color: #0095d9;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  padding: 5px;
  margin: 55px 0 0 0;
  border: solid 1px #0095d9;
  border-radius: 8px;
}

.dl_flex dd {
  width: 92%;
  padding: 7px 0 7px 14px;
  margin-bottom: 10px;
}

.dl_flex dd ol {
  margin-bottom: 15px;
}

.dl_flex dd ol li {
  margin-bottom: 5px;
}

.dl_flex dd ol li span {
  color: #3787c3;
  font-weight: 600;
  margin-right: 2em;
}

.dl_flex .hiten {
  display: block;
  padding: 5px 7px;
  background: #fddea5;
  margin-bottom: 7px;
}

.dlbdr {
  padding-bottom: 15px;
  border-bottom: solid 1px #999;
  margin-bottom: 24px;
}

.btn_dx_pdf {
  width: 16em;
  padding: 10px 25px;
  font-weight: bold;
  background: #27acd9;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
}
.btn_dx_pdf:before {
  font-family: "Material Icons";
  content: "\f090";
  color: #fff;
  font-weight: normal;
  margin-right: 7px;
  bottom: -3px;
  position: relative;
}
.btn_dx_pdf:hover {
  background: #44c6f2;
  color: #fff;
}

.btn_dx {
  display: block;
  text-align: center;
  width: 25em;
  padding: 1rem 4rem;
  font-weight: 600;
  border-radius: 0.3rem;
  border-bottom: 7px solid #3787c3;
  background: #27acd9;
  color: #fff;
  margin: 15px auto;
}
.btn_dx:before {
  content: "\e0be";
  position: relative;
  font-family: "Material Icons";
  font-weight: 600;
  margin-right: 15px;
  color: #fff;
  font-size: 20px;
  bottom: -5px;
  font-weight: normal;
}
.btn_dx:hover {
  color: #fff;
  background: rgb(39, 172, 217, 0.8);
}

/* ソリューション0606 */
.flex_soryu {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.flex_soryu ul {
  width: 46%;
}

.flex_soryu ul li {
  margin-bottom: 10px;
}

.flex_soryu ul li span {
  display: block;
  font-weight: 600;
}

/* 広島会場 */
#hiroshima_in h4 {
  margin: 50px 0 35px 0;
  background: #f7f4d9;
  padding: 10px 15px;
  font-size: 22px;
  border-radius: 8px;
  border: solid 1px #000;
}

#hiroshima_in h5 {
  margin: 50px 0 35px 0;
  padding: 10px 15px;
  font-size: 24px;
}

/* アクセス */
#access .mapimg {
  display: flex;
  justify-content: space-between;
}

#access .mapimg p {
  width: 36%;
}
#access .mapimg p img {
  width: 100%;
  height: auto;
  max-width: 530px;
}

#access dl {
  width: 60%;
}

#access dl dt {
  font-weight: 500;
  font-size: 18px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  margin: 25px 0 10px 0;
}

#access dl dd {
  margin-left: 1em;
}

#access iframe {
  margin: 55px 0 10px 0;
}

/* フォームへのボタン */
/* フォームへのボタン */
.button-29 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 55px auto;
  padding: 0.9em 0 !important;
  overflow: hidden;
  border: 3px solid #3787c3;
  border-radius: 5px;
  background-color: #fff;
  color: #3787c3;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  white-space: normal;
}

/* スマホ対応 */
@media only screen and (max-width: 768px) {
  .button-29 {
    font-size: 16px;
    padding: 0.8em;
    line-height: 1.4;
  }
}
.button-29:hover {
  background-color: transparent;
  color: #fff;
}

.button-29::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #3787c3;
  content: "";
  transition: width 0.3s ease;
}

.button-29:hover::before {
  width: 100%;
}

.button-29::after {
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 2px solid #3787c3;
  border-right: 2px solid #3787c3;
  content: "";
}

.button-29:hover::after {
  border-color: #fff;
}

@media all and (min-width: 1100px) {
  .topnav {
    display: none;
  }
}

@media all and (max-width: 1099px) {
  .topnav {
    display: block;
  }
  .topnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0;
  }
  .topnav ul li {
    width: 24%;
    margin-bottom: 10px;
    background-color: #3787c3;
    font-weight: 600;
    text-align: center;
  }
  .topnav ul li a {
    background-color: #3787c3;
    color: #fff;
    padding: 15px;
    display: block;
  }
  .topnav li :hover {
    background-color: #27acd9;
  }
}
@media all and (max-width: 769px) {
  #access .mapimg {
    display: block;
  }
  #access .mapimg p {
    width: 100%;
    text-align: center;
    margin-top: 35px;
  }
  #access dl {
    width: 100%;
  }
  .flex_soryu {
    display: block;
  }
  .flex_soryu ul {
    width: 100%;
  }
  .dl_flex dt {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
  }
  .dl_flex dd {
    width: 100%;
    padding: 7px 0;
  }
  .topnav ul li {
    width: 48%;
  }
}
@media all and (max-width: 550px) {
  #pagemenu li {
    width: 49%;
    margin-bottom: 12px;
  }
  .dl_flex dd ol {
    margin-bottom: 25px;
  }

  .dl_flex dd ol li {
    margin-bottom: 15px;
  }

  .dl_flex dd ol li span {
    display: block;
    margin-right: 0;
  }
  .btn_dx {
    width: 18em;
    padding: 1rem;
  }
}

/******************************
 * FOOTER
******************************/
.grecaptcha-badge {
  margin-bottom: 150px;
}

#footer {
  background-color: #0e2f50;
  color: #ccc;
  padding: 7px 0;
  font-size: 10px;
  width: 100%;
  opacity: 1;
  z-index: 100;
}
#footer a {
  color: #fff;
}

#fixed-footer-menu {
  background-color: #0e2f50;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

#footer .copy {
  padding-bottom: 80px;
}

#fixed-footer-menu ul {
  display: flex;
  margin-bottom: 0;
}

#fixed-footer-menu li {
  justify-content: center;
  align-items: center;
  width: 25%;
  font-weight: 500;
  border-right: solid 1px #ccc;
}
#fixed-footer-menu li:last-child {
  border-right: none;
}
#fixed-footer-menu li a {
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0px 8px 0px;
  font-size: 11px;
}

#fixed-footer-menu li p {
  font-size: 11px;
  line-height: 1.1;
}
