@charset "UTF-8";
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

#ifrm {
  display: none;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

.cont {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .cont {
    max-width: 100%;
    padding: 0 3%;
  }
}

@media screen and (max-width: 480px) {
  .cont {
    max-width: 100%;
    padding: 0 5%;
  }
}

.hv-o {
  -webkit-transition: 1s ease opacity;
  -moz-transition: 1s ease opacity;
  -ms-transition: 1s ease opacity;
  -o-transition: 1s ease opacity;
  transition: 1s ease opacity;
}

.hv-o:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.hv-u:hover {
  text-decoration: underline;
}

.breadcrumb > li + li:before {
  display: none;
}

/*BG-SET*/
.bg-set {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bold {
  font-weight: bold;
}

/*...VARIABLE...*/
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  overflow-x: hidden;
}

.button {
  background-color: #B4DAED;
  border-bottom: 3px solid #4399BF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button .hvr {
  display: none;
}

.button:hover {
  background-color: #0584C5;
  border-bottom: 3px solid #0584C5;
  color: #FFF;
}

.button:hover .noHvr {
  display: none;
}

.button:hover .hvr {
  display: block;
}

.hamburger-inner::before {
  top: -13px;
}

@media screen and (max-width: 480px) {
  .hamburger-inner::before {
    top: -10px;
  }
}

.hamburger--collapse .hamburger-inner::after {
  top: -26px;
}

@media screen and (max-width: 480px) {
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
  }
}

/*HEADER*/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #FFF;
  /*FIRST ROW OF HEADER*/
  /*SECOND ROW OF HEADER*/
}

#header .firstRow {
  height: 91px;
  border-bottom: 1px solid #C6C9D3;
}

@media screen and (max-width: 480px) {
  #header .firstRow {
    height: 60px;
  }
}

#header .firstRow .cont .line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 91px;
}

@media screen and (max-width: 480px) {
  #header .firstRow .cont .line {
    height: 60px;
  }
}

#header .firstRow .cont .line .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#header .firstRow .cont .line .left .logo {
  width: 242px;
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  #header .firstRow .cont .line .left .logo {
    width: 200px;
    margin-right: 0;
  }
}

#header .firstRow .cont .line .left .desc {
  font-size: 15px;
}

@media screen and (max-width: 1030px) {
  #header .firstRow .cont .line .left .desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  #header .firstRow .cont .line .left .desc {
    display: none;
  }
}

#header .firstRow .cont .line .left .desc a {
  color: #0584C5;
}

#header .firstRow .cont .line .left .desc a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1095px) {
  #header .firstRow .cont .line .left .desc a {
    display: block;
  }
}

#header .firstRow .cont .line .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 930px) {
  #header .firstRow .cont .line .right .telp {
    display: none;
  }
}

#header .firstRow .cont .line .right .telp .top a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#header .firstRow .cont .line .right .telp .top a .icon {
  width: 12px;
  margin-right: 6px;
}

#header .firstRow .cont .line .right .telp .top a .text {
  font-weight: bold;
}

#header .firstRow .cont .line .right .telp .top a .text span {
  font-size: 15px;
  line-height: 1;
}

#header .firstRow .cont .line .right .telp .top a .text p {
  font-size: 29px;
  line-height: 1;
}

#header .firstRow .cont .line .right .telp .bottom {
  padding-left: 17px;
}

#header .firstRow .cont .line .right .telp .bottom p {
  line-height: 1;
  font-weight: 500;
  font-size: 12px;
  font-feature-settings: "palt";
}

#header .firstRow .cont .line .right .message {
  margin-left: 20px;
}

@media screen and (max-width: 930px) {
  #header .firstRow .cont .line .right .message {
    display: none;
  }
}

#header .firstRow .cont .line .right .message a {
  width: 228px;
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 20px;
  font-weight: bold;
}

#header .firstRow .cont .line .right .message a img {
  width: 22px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .firstRow .cont .line .right .iconNav {
  display: none;
}

@media screen and (max-width: 930px) {
  #header .firstRow .cont .line .right .iconNav {
    display: block;
    position: relative;
    top: 4px;
  }
  #header .firstRow .cont .line .right .iconNav .hamburger {
    padding: 0;
  }
  #header .firstRow .cont .line .right .iconNav .hamburger:focus {
    outline: none;
  }
  #header .firstRow .cont .line .right .iconNav .hamburger:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #header .firstRow .cont .line .right .iconNav .hamburger .hamburger-box {
    height: 30px;
  }
}

@media screen and (max-width: 930px) and (max-width: 480px) {
  #header .firstRow .cont .line .right .iconNav .hamburger .hamburger-box {
    height: 24px;
  }
}

@media screen and (max-width: 930px) {
  #header .secondRow {
    display: none;
  }
}

#header .secondRow .cont nav ul {
  height: 82px;
  padding: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

#header .secondRow .cont nav ul .topNav a {
  font-size: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

@media screen and (max-width: 1100px) {
  #header .secondRow .cont nav ul .topNav a {
    font-size: 18px;
  }
}

#header .secondRow .cont nav ul .topNav a img {
  margin-right: 9px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .secondRow .cont nav ul .topNav a:hover {
  color: #0584C5;
}

#header .secondRow .cont nav ul .topNav a:hover img {
  margin-top: -3px;
}

#header .secondRow .cont nav ul .topNav.notice a img {
  width: 25px;
}

#header .secondRow .cont nav ul .topNav.about a img {
  width: 38px;
}

#header .secondRow .cont nav ul .topNav.organization a img {
  width: 40px;
}

#header .secondRow .cont nav ul .topNav.event a img {
  width: 30px;
}

#header .secondRow .cont nav ul .topNav.facility a img {
  width: 27px;
}

#header .secondRow .cont nav ul .topNav.download a img {
  width: 26px;
}

#header .navSp {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 999;
  -webkit-transition: transform 250ms ease-out;
  -moz-transition: transform 250ms ease-out;
  -ms-transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
  overflow: auto;
  padding-bottom: 100px;
}

#header .navSp .firstRow {
  height: auto;
  border-bottom: 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  #header .navSp .firstRow {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 320px) {
  #header .navSp .firstRow {
    margin-bottom: 15px;
  }
}

#header .navSp .firstRow li {
  border-bottom: 1px solid #F0F0F0;
}

#header .navSp .firstRow li .navLink {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0 5%;
}

#header .navSp .firstRow li .navLink .text {
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#header .navSp .firstRow li .navLink .text .image {
  width: 45px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#header .navSp .firstRow li .navLink .text .image img {
  width: 30px;
}

#header .navSp .firstRow li .navLink .icon i {
  font-weight: bold;
  font-size: 24px;
}

#header .navSp .firstRow li .navLink .icon i.bottom {
  display: none;
}

#header .navSp .firstRow li .navLink.nav-change .icon i.right {
  display: none;
}

#header .navSp .firstRow li .navLink.nav-change .icon i.bottom {
  display: block;
}

#header .navSp .firstRow li .childNavBox {
  display: none;
}

#header .navSp .firstRow li .childNavBox ul li {
  border-bottom: 1px solid #cdcdcd;
}

#header .navSp .firstRow li .childNavBox ul li a {
  width: 100%;
  background-color: #EEE;
  display: block;
  padding: 10px 0;
  padding-left: 10%;
  font-size: 14px;
  font-weight: bold;
}

#header .navSp .firstRow li .childNavBox ul li:last-child {
  border-bottom: 0;
}

#header .navSp .tel {
  max-width: 250px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  #header .navSp .tel {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 320px) {
  #header .navSp .tel {
    margin-bottom: 15px;
    max-width: 300px;
    padding: 15px;
  }
}

#header .navSp .tel .top a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#header .navSp .tel .top a .icon {
  width: 12px;
  margin-right: 6px;
}

#header .navSp .tel .top a .text {
  font-weight: bold;
}

#header .navSp .tel .top a .text span {
  font-size: 15px;
  line-height: 1;
}

#header .navSp .tel .top a .text p {
  font-size: 29px;
  line-height: 1;
}

#header .navSp .tel .bottomText {
  font-size: 11px;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1;
  padding: 5px 0;
}

#header .navSp .message {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#header .navSp .message a {
  width: 228px;
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 20px;
  font-weight: bold;
}

#header .navSp .message a img {
  width: 22px;
  margin-right: 10px;
}

#main {
  padding-top: 173px;
}

@media screen and (max-width: 930px) {
  #main {
    padding-top: 91px;
  }
}

@media screen and (max-width: 480px) {
  #main {
    padding-top: 60px;
  }
}

#main .content {
  background-color: #F5F6F8;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 55px;
}

@media screen and (max-width: 480px) {
  #main .content {
    padding-bottom: 80px;
  }
}

#footer {
  position: relative;
}

#footer .firstRow {
  padding: 50px 0 60px;
  position: relative;
  border-bottom: 1px solid #F0F0F0;
}

@media screen and (max-width: 480px) {
  #footer .firstRow {
    padding: 30px 0;
    padding-bottom: 10px;
  }
}

#footer .firstRow .cont {
  position: relative;
}

#footer .firstRow .cont .pageTop {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 183px;
  height: 42px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 480px) {
  #footer .firstRow .cont .pageTop {
    width: 150px;
    height: 32px;
    top: -63px;
  }
}

#footer .firstRow .cont .pageTop img {
  width: 16px;
  margin-right: 5px;
}

#footer .firstRow .cont .pageTop p {
  color: #0584C5;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  #footer .firstRow .cont .pageTop p {
    font-size: 15px;
  }
}

#footer .firstRow .cont .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #footer .firstRow .cont .inner {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

#footer .firstRow .cont .inner .infoFt .logo {
  width: 242px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #footer .firstRow .cont .inner .infoFt .logo {
    margin: auto;
    margin-bottom: 20px;
  }
}

#footer .firstRow .cont .inner .infoFt .text {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

#footer .firstRow .cont .inner .infoFt .text .telChild {
  padding-left: 40px;
  font-size: 12px;
}

#footer .firstRow .cont .inner .infoFt .text .addChild {
  font-size: 18px;
}

#footer .firstRow .cont .inner .infoFt .text .textLitle {
  text-align: left;
}

@media screen and (max-width: 480px) {
  #footer .firstRow .cont .inner .infoFt .text {
    font-size: 15px;
    text-align: center;
  }
  #footer .firstRow .cont .inner .infoFt .text .telChild {
    font-size: 10px;
  }
  #footer .firstRow .cont .inner .infoFt .text .addChild {
    font-size: 15px;
  }
}

#footer .firstRow .cont .inner .infoFt .bannerSp {
  display: none;
}

@media screen and (max-width: 767px) {
  #footer .firstRow .cont .inner .infoFt .bannerSp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  #footer .firstRow .cont .inner .infoFt .bannerSp {
    margin-bottom: 15px;
  }
}

#footer .firstRow .cont .inner .infoFt .messageFt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 335px;
  height: 56px;
  font-size: 20px;
  font-weight: bold;
}

#footer .firstRow .cont .inner .infoFt .messageFt img {
  width: 22px;
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  #footer .firstRow .cont .inner .infoFt .messageFt {
    display: none;
  }
}

#footer .firstRow .cont .inner .navFt {
  padding-right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  #footer .firstRow .cont .inner .navFt {
    display: none;
  }
}

#footer .firstRow .cont .inner .navFt ul li a {
  line-height: 2;
  font-size: 17px;
  font-weight: bold;
}

@media screen and (max-width: 825px) {
  #footer .firstRow .cont .inner .navFt ul li a {
    font-size: 15px;
  }
}

#footer .firstRow .cont .inner .navFt ul li a i {
  font-size: 15px;
  margin-right: 5px;
  color: #0584C5;
}

#footer .firstRow .cont .inner .navFt ul li a span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#footer .firstRow .cont .inner .navFt ul li a:hover span {
  color: #0584C5;
}

#footer .firstRow .cont .inner .navFt ul li.lower {
  padding-left: 17px;
}

#footer .firstRow .cont .inner .navFt ul li.lower a i {
  color: #808080;
}

#footer .firstRow .cont .inner .navFt ul li.mgMore {
  margin-bottom: 35px;
}

#footer .firstRow .cont .inner .navFt ul li.banner {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#footer .firstRow .cont .inner .navFt ul:first-child {
  margin-right: 75px;
}

@media screen and (max-width: 870px) {
  #footer .firstRow .cont .inner .navFt ul:first-child {
    margin-right: 30px;
  }
}

@media screen and (max-width: 780px) {
  #footer .firstRow .cont .inner .navFt ul:first-child {
    margin-right: 15px;
  }
}

#footer .secondRow {
  font-size: 14px;
  font-family: "メイリオ", Meiryo, sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 24px 15px;
  color: #666666;
}

@media screen and (max-width: 480px) {
  #footer .secondRow {
    padding: 10px 15px;
  }
}

/*-----SUB MAINVISUAL-----*/
.subMainvisual {
  width: 100%;
  height: 180px;
  background-image: url(../img/mainvisual/bgSub.png);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .subMainvisual {
    height: 150px;
  }
}

.subMainvisual h2 {
  font-size: 46px;
  font-weight: bold;
  color: #0584C5;
  letter-spacing: 2px;
}

@media screen and (max-width: 800px) {
  .subMainvisual h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .subMainvisual h2 {
    font-size: 30px;
    padding: 0 15px;
    text-align: center;
  }
}

/*-----BREADCRUMB-----*/
#breadcrumbPage {
  background-color: #c5c8d3;
  border-top: 1px solid #E6E2D9;
  border-bottom: 1px solid #E6E2D9;
  height: 46px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  #breadcrumbPage {
    height: auto;
    padding: 10px 0;
  }
}

#breadcrumbPage .cont ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 480px) {
  #breadcrumbPage .cont ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#breadcrumbPage .cont ul li {
  font-size: 18px;
  color: #333333;
  letter-spacing: 1px;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  #breadcrumbPage .cont ul li {
    font-size: 15px;
  }
}

#breadcrumbPage .cont ul li i {
  margin: 0 10px;
}

#breadcrumbPage .cont ul li a.active {
  color: #0584C5;
}

/*# sourceMappingURL=style.css.map */

.top_banner {
  margin-bottom: 20px;
  justify-content: space-between;
  display: flex;
  position: relative;
  width: 750px;
  z-index: 2;
}
.top_banner a{
  width: 49%;
}
.top_banner a img{
  width: 100%;
}
.top_banner a {
  transition: all 0.3s;
}
.top_banner a:hover {
  transform: translateY(-5px);
}
@media screen and (max-width:768px){
  .box1 {
    width: 100%;
}
  .top_banner{
    width: 100%;
  }
}
@media screen and (max-width:667px){
  .top_banner a {
    width: 100%;
}
.top_banner {
  flex-direction: column;
  gap:10px;
}
.top_banner a:hover{
  transform:none;
}
}