@charset "utf-8";
@import '../../common/css/print.css' print;
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700&display=swap');

/* all
---------------------------------------------------------------------------*/
body {
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: 'M PLUS 1p', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, serif, sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
	-webkit-text-size-adjust: none; }
body::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../images/mv2.png") no-repeat;
  background-size: 100%;
  background-position: bottom left;
  z-index: -1; }

/* a
---------------------------------------------------------------------------*/
a {
  color: #0077a3;
	text-decoration: none;
  transition: .3s ease; }
a:hover {
  color: #0077a3;
  cursor: pointer;
  transition: .3s ease; }
a:hover img {
  opacity: 0.8; }

.txt-brake {
  white-space: normal;
  word-break: break-all!important; }

/* img
---------------------------------------------------------------------------*/
main figure img {
  margin: auto; }
main figcaption.txtC {text-align: center;}
main figcaption.txtR {text-align: right;}

.img-wrap {
  border: solid 2px #07285a;
  border-radius: 20px;
  padding: 10px;
  display: inline-block; }

/* h-tag
---------------------------------------------------------------------------*/
h2, h3, h4, h5, h6 {
  color: #2a2a2a;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.1em; }
h4, h5, h6 {
  font-weight: 400; }

/* h2 */
h2 {
  font-size: 3rem; }
.news h2,
.sub h2 {
  color: #fff;
  font-size: 2.4rem;
  padding: 0.6em 1em;
  background: #07285a;
  border-radius: 0.2em;
  position: relative; }
.news.important h2 {
  background: #DB2E14;
  border-radius: 0.2em 0.2em 0 0; }

/* h3 */
h3 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.02em; }

.sub h3 {
  color: #07285a;
  font-size: 2.2rem;
  text-align: center;
  position: relative;
  z-index: 2; }
.sub h3::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #07285a;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1; }
.sub h3 i {
  background: #fff;
  padding-left: 0.8em;
  padding-right: 0.8em;
  font-style: normal; }

/* h4 */
h4 {
  font-size: 2rem;
  letter-spacing: 0.02em; }

.sub h4 {
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
  padding-left: 16px; 
}

.sub h4::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 1em;
  background: #20519b;
  border-radius: 0.2em;
  position: absolute;
  top: 0;
  left: 17px;
  margin-left: -16px; 
}
.sub h4::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 0.7em;
  background: #07285a;
  border-radius: 0 0 0.2em 0.2em;
  position: absolute;
  bottom: 0;
  left: 17px;
  margin-left: -16px; 
}

.sub h4.bfpic::after {
  display: none;
}

.sub h4.bfpic::before {
  content: '';
  display: inline-block;
  background: url(../images/bf.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 9px;
  height: 28px;
  width: 22.4px;
}

.sub h5 {
  color: #07285a;
  font-size: 1.8rem;
  letter-spacing: 0.05em; }

@media screen and (max-width: 500px) {
  h2 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em; }
}

/* wrap
---------------------------------------------------------------------------*/
.wrap {
  max-width: 1366px;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  margin-left: auto;
  margin-right: auto; }
.wrap2 {
  max-width: 1166px;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  margin-left: auto;
  margin-right: auto; }
.container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative; }
.container::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(10px);
  transform: translateY(5px) scale(0.98);
  mix-blend-mode: multiply; }

@media screen and (max-width: 1180px) {
  .wrap,
  .wrap2 {
    padding-left: 20px;
    padding-right: 20px; 
    font-size: 15px;
    overflow-wrap: break-word;
  }
}

/* header
---------------------------------------------------------------------------*/
header {
  position: relative; }

header > div {
  width: 100%;
  height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
header > div h1 {
  width: 554px;
  height: 68px;
  display: inline-block;
  margin: 0 auto; 
}

/* gNav */
#gNav ol {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 1em;
  padding-right: 1em;
  background: #07285a; }

#gNav ol li {
  position: relative;
}
#gNav ol > li > a {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  transition: all 0.75s ease-in-out;
  color: #fff; }
#gNav ol > li.home {
  display: none; }
#gNav ol > li > a:hover {
  background: #265496; }
/*#gNav ol > li.current > a::before,
#gNav ol > li:hover > a::before {
  content: '';
  width: 100%;
  height: 3px;
  background: #07285a;
  position: absolute;
  bottom: -0.4em;
  left: 0; }*/
#gNav ol > li a img {
  max-width: auto; }
#gNav ol > li a {
  cursor: pointer; }
#gNav ol > li > div ul li {
  white-space: nowrap;
  line-height: 1; }
#gNav ol > li > div ul li a {
  margin-left: 0.4em; }
#gNav ol > li > div ul li h4 a {
  margin-left: 0; }
#gNav ol > li > div ul li a::before {
  content: '・'; }
#gNav ol > li > div ul li > a {
  font-size: 1.5rem; }

#gNav ol > li > div ul li h3 {
  font-size: 2.1rem;
  color: #fff;
  display: inline-block; }
#gNav ol > li > div ul li h3 i {
  font-style: normal;
  padding: 0.02em 0.4em 0.1em;
  border: solid 2px #fff; }

#gNav ol > li > div ul li h4 {
  font-size: 1.9rem;
  padding: 0.2em 0.4em;
  color: #2a2a2a;
  position: relative;
  margin-left: 0.2em; }
#gNav ol > li > div ul li h4::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  margin-left: -0.2em;
  top: 0.5em;
  left: 0; }
#gNav ol > li > div ul li h4 a::before {
  display: none; }

#gNav ol > li > div ul li h3 + a {
  margin-top: 1.4em; }
#gNav ol > li > div ul li h3 + h4,
#gNav ol > li > div ul li a + h4 {
  margin-top: 0.8em; }
#gNav ol > li > div ul li > a + a {
  margin-top: 0.6em; }
#gNav ol > li > div ul li h4 + h4 {
  margin-top: 0.4em; }
#gNav ol > li > div ul li h4 + a {
  margin-top: 0.2em; }

/* 1180以上の時 */
@media screen and (min-width: 1180px) {
#gNav ol > li > div {
  position: absolute;
  top: 135px;
  left: 0;
  width: 100vw;
  height: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  background: #07285a;
  /*opacity: 0;
  visibility: hidden;*/
  display: none;
  z-index: 10; }
/*#gNav ol > li:hover div {
  opacity: 1;
  visibility: visible;
  display: block; }*/
header.is-animation #gNav ol > li > div {
  top: 60px; }
#gNav ol > li > div ul {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
#gNav ol > li > div ul li {
  display: flex;
  flex-direction: column;
  letter-spacing: 0; }
#gNav ol > li > div ul li a {
  color: #2a2a2a;
  margin-top: 0; }
#gNav ol > li > div ul li + li {
  margin-left: 60px; }
}

@media screen and (max-width: 1180px) {
  header > div {
    height: 120px; }
  #gNav ol > li > a {
    padding-bottom: 0; }
  #gNav ol > li.current a::before,
  #gNav ol > li.current span::before {
    display: none; }
  #gNav ol > li:hover > a::before {
    bottom: -0.6em; }
  #gNav ol > li.home {
    display: block; }
  /*#gNav ol > li a img,
  #gNav ol > li span img {
    height: 24px; }*/
  #gNav ol > li > div ul.wrap {
    margin-top: 0.8em;
    padding-left: 0;
    padding-right: 0; }
  #gNav ol > li > div ul li h3,
  #gNav ol > li > div ul li h4 {
    color: #2a2a2a; }
  #gNav ol > li > div ul li h3 {
    font-size: 1.8rem;
    margin-top: 0.8em; }
  #gNav ol > li > div ul li h3.none {
    display: none; }
  #gNav ol > li > div ul li h3.mgnT2em {
    margin-top: 2em; }
  #gNav ol > li > div ul li h3 i {
    border: solid 2px #fff; }
  #gNav ol > li > div ul li h4 {
    font-size: 1.8rem; }
  #gNav ol > li > div ul li h4::before {
    background: #fff; }
  #gNav ol > li > div ul li a {
    color: #666;
    font-size: 1.8rem; }
  /*#gNav ol > li span + div {
    margin-top: 0.8em; }*/
  #gNav ol > li > div ul li h3 + h4 {
    margin-top: 0.6em; }
  #gNav ol > li > div ul li a + a {
    display: block;
    margin-top: 0; }

  #gNav ol {
	  opacity: 0;
    visibility: hidden;
    display: none!important;
    background: none;
    width: 0;
    height: 0;
    transition: .6s ease; }
  .open	#gNav ol {
	  opacity: 1;
    visibility: visible;
    display: flex!important;
    background: #07285a;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding-top: 60px;
    padding-left: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    overflow-y: scroll;
  	position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
    transition: .6s ease; }
  .open	#gNav ol.wrap {
    padding-left: 20px; }
  .open	#gNav ol > li {
    color: #fff;
    width: auto;
    padding: 0;
    margin: 0;
    height: auto; }
  .open	#gNav ol > li span {
    margin: 0;
    padding: 0; }

  .open	#gNav ol > li a {
    color: #fff;
    font-weight: 500;
    line-height: 1.49; }
  .open	#gNav ol > li + li {
    margin-top: 10px; }

  /* hamburger(trigger) */
  .trigger {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0;
    color: #2a2a2a;
    background: #07285a;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  	position: fixed;
    top: 0;
    right: 0;
    z-index: 9999; }
  .trigger:hover {
    color: rgba(7,40,90, .9);
    cursor: pointer; }
  .trigger .bar {
    display: block;
    width: 46px;
    height: 2px;
    background: #fff;
    margin-bottom: 8px;
    transition: all .7s ease; }
  .trigger .bar:last-child {
    margin-bottom: 0; }
  .trigger .menu::before {
    content: 'MENU';
    color: #fff;
    font-size: 1.35rem;
    font-weight: 500; }

  .trigger.active {
    color: #2a2a2a;
    background: rgba(7,40,90, .9); }
  .trigger.active .bar {
    background: #fff;
    margin-bottom: 10px; }
  .trigger.active .top {
    transform: translateY(6px) rotateZ(20deg); }
  .trigger.active .bottom {
    transform: translateY(-6px) rotateZ(-20deg); }
  .trigger.active .menu::before {
    content: 'CLOSE'; }
}

@media screen and (max-width: 1180px) {
  #gNav ol > li a img,
  #gNav ol > li span img {
    height: 26px; }
  #gNav ol > li:nth-child(1) a img {
    height: 22px; }
}
@media screen and (max-width: 767px) {
  header > div {
    height: 100px; }
  header > div h1 {
    width: 224px;
    height: 50px; }
}
@media screen and (max-width: 500px) {
  .trigger {
    width: 60px;
    height: 60px; }
  .trigger .bar {
    display: block;
    width: 40px; }
  .trigger .menu::before {
    font-size: 1.25rem; }
  .open	#gNav ol div {
    margin-top: 0.3em; }
  .open	#gNav ol {
    padding-bottom: 160px; }
  .open	#gNav ol {
    padding-left: 40px; }
}

/* Sub Navigation
---------------------------------------------------------------------------*/

/* .dropdown-lists {
    display: none !important;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9995;
}
.parent-list:hover .dropdown-lists {
    display: block !important;
}
.dropdown-list {
    background-color: #07285a;
    height: 60px;
    transition: all .3s;
    position: relative;
}
.dropdown-list:hover {
  background-color: #0c3b80
} */
/* footer
---------------------------------------------------------------------------*/
.f-read {
  background: url("../images/f-read.jpg") no-repeat;
  background-size: cover;
  background-position: top 30% center;
  padding-top: 32%;
  position: relative; }
.f-read figure {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.f-bg {
  margin-top: 80px;}
.f-bg img {
  width: 100vw; }

footer {
  margin-top: 20px;
  color: #2a2a2a;
  background: #eee; }

footer address {
  padding: 30px 0; }
footer address h2 {
  width: 224px; }
footer address ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
footer address ul li h3 {
  display: inline-block;
  padding: 0.2em 0;
  font-size: 2rem;
  font-style: normal;
  letter-spacing: 0.1em; }
footer address ul li p {
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.6;
  padding-top: 0.2em; }
footer .wrap small{
  display: block;
  padding-bottom: 1em; }

@media screen and (max-width: 1280px) {
  footer .add address h2 {
    width: 320px; }
  footer .add {
    flex-direction: column; }
  footer .add nav {
    margin-top: 40px;
    margin-bottom: 40px; }
  footer .add nav ol li + li {
    margin-top: 1em; }
  footer .add address div {
    flex-direction: column;
    align-items: center; }
  footer .add address div p {
    margin-top: 1em; }
}
@media screen and (max-width: 767px) {
  footer .add address h2 {
    margin-left: 0;
    margin-right: auto; }
  footer .add nav {
    flex-direction: column; }
  footer .add nav ol + ol {
    margin-top: 1em;
    margin-left: 0; }
  footer address ul {
    flex-direction: column;
    align-items: flex-start;
    }
  footer address ul li + li {
    margin-top: 20px; 
    width: 95%;
    & p {
      overflow-wrap: break-word !important
    }
    }
  footer address ul li p {
    padding-top: 5px; }
}

/* top only
---------------------------------------------------------------------------*/
.top .read {
  text-align: center; }
.top .read img {
  width: 945px;
  height: 50px;
  margin: 100px auto 80px; }

.top .submenu {
  list-style: none; }
.top .submenu li {
  text-align: center; }
.top .submenu li h3 {
  margin-bottom: 30px; }
.top .submenu li h3 img {
  height: 22px; }
.top .submenu li figure + p {
  text-align: justify;
  margin-top: -70px; }
.top .submenu li .btnA {
  margin-top: 30px; }
.top .submenu li .btnA a {
  margin-left: auto;
  margin-right: auto; }
.top .submenu li + li {
  margin-top: 0; }

@media screen and (max-width: 500px) {
  .top .read img {
    width: 365px;
    height: 125px; }
}

/* sub
---------------------------------------------------------------------------*/
.sub .h2ttl {
  direction: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-top: 100px; }
.sub .h2ttl span {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 300;
  color: #fff;
  background: #07285a;
  padding: 0.15em 1em 0.3em;
  margin-bottom: 0.25em; }
.sub .h2ttl i {
  content: '';
  display: inline-block;
  width: 60px;
  height: 5px;
  background: #07285a;
  margin-top: 20px; }

.sub .ttl-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 40px; }
.sub .ttl-container h3 {
  width: 100%;
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  background: #07285a;
  text-align: center;
  padding: 0.6em 1em;
  border-radius: 10px; }
.sub .ttl-container h3::before {
  display: none; }
.sub section:not(:first-child) + .ttl-container,
.sub section + .h3ttl-none {
  margin-top: 80px; }
.sub section:first-child + .ttl-container {
  margin-top: 40px; }
.sub .ttl-container + .wrap {
  margin-bottom: 40px; }

.sub-bg img {
  width: 100vw;
  position: absolute; }

ul + .flex-wrap {
  margin-top: 40px; }
.flex-wrap {
  list-style: none;
  display: flex;
  flex-direction: row-reverse; }
.flex-wrap.reverse {
  flex-direction: row; }
.flex-wrap li p {
  text-align: justify; }
.flex-wrap li figure {
  width: 250px;
  margin-left: 20px;
  text-align: right; }
.flex-wrap.reverse li figure {
  margin-left: 0;
  margin-right: 20px;
  text-align: left; }
.flex-wrap li figure figcaption {
  font-size: 1.2rem;
  text-align: center; }
.flex-wrap.imgA li figure {
  width: 450px; }
.flex-wrap li figure + figure,
.flex-wrap li + li {
  margin-top: 0; }

@media screen and (max-width: 1120px) {
  .sub .ttl-container .wrap p {
    font-size: 1.8rem; }

  .flex-wrap,
  .flex-wrap.reverse {
    flex-direction: column; }
  .flex-wrap li {
    width: 100%; }
  .flex-wrap li figure {
    width: auto;
    margin-left: 0;
    text-align: center; }
  .flex-wrap li figure:last-child {
    margin-bottom: 30px; }
}
@media screen and (max-width: 500px) {
  .sub .ttl-container:not(:first-child) {
    margin-top: 80px; }
  .sub .ttl-container .wrap p {
    font-weight: 500; }
  .sub .ttl-container .wrap {
    margin-top: 0; }
  .flex-wrap li figure,
  .flex-wrap.imgA li figure {
    width: auto; }
}

/* totop
---------------------------------------------------------------------------*/
#toTop a {
  width: 50px;
  height: 50px;
  background: url("../images/totop.svg") no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 2;
  transition: .2s ease; }
#toTop a::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/arrow.svg") no-repeat; }

/* x-container
---------------------------------------------------------------------------*/
.card-container {
  display: flex;
  flex-wrap: wrap; }
.card-container li {
  list-style: none; }
.card-container li + li {
  margin-top: 0; }

/* one-wrap */
.one-wrap {
  display: block; }
.one-wrap li a {
  display: flex;
  color: #fff;
  background: #fff;
  border: solid 1px #eee;
  box-shadow: 0 12px 24px rgb(42,42,42, .2);
  transition: .3s ease; }
.one-wrap li a:hover {
	transform: translateY(-6px);
  box-shadow: 0 6px 12px rgb(42,42,42, .3);
  transition: .3s ease; }
.one-wrap > li + li {
  margin-top: 60px; }

/* two-wrap */
.two-wrap.w50p {
  width: 50%; }
.two-wrap li:nth-child(n + 3) {
  margin-top: 20px; }

/* three-wrap */
.three-wrap li {
  width: calc(((100% - 100px) - .01px) / 3); }
.three-wrap li:not(:nth-child(3n - 2)) {
  margin-left: 50px; }
.three-wrap li:nth-child(n + 4) {
  margin-top: 30px; }

.three-wrap li a figure figcaption {
  padding: 0.6em 1em;
  color: #fff;
  background: #fff;
  transition: .2s ease; }
.three-wrap li a:hover figure figcaption {
  background: rgba(37,86,209, 0.9);
  transition: .2s ease; }

/* four-wrap */
.four-wrap li {
  width: calc((100% - 150px) / 4); }
.four-wrap li:not(:nth-child(4n - 3)) {
  margin-left: 50px; }
.four-wrap li:nth-child(n + 5) {
  margin-top: 20px; }

@media screen and (max-width: 1120px) {
  .three-wrap li {
    width: calc((100% - 30px) / 2); }
  .three-wrap li:not(:nth-child(3n - 2)) {
    margin-left: 0; }
  .three-wrap li:nth-child(even) {
    margin-left: 30px; }
  .top .three-wrap li:nth-child(n + 3) {
    margin-top: 60px; }

  .four-wrap li {
    width: calc((100% - 30px) / 2); }
  .four-wrap li:not(:nth-child(4n - 3)) {
    margin-left: 0; }
  .four-wrap li:nth-child(even) {
    margin-left: 30px; }
  .four-wrap li:nth-child(n + 3) {
    margin-top: 30px; }
}
@media screen and (max-width: 500px) {
  .one-wrap li a {
    flex-direction: column; }
  .one-wrap.schedule li a div {
    padding: 25px 1.5em 17px; }
  main .one-wrap.schedule li a figure {
    width: 100%;
    height: auto; }
  main .one-wrap.schedule li a figure img {
    width: 100%; }
  .one-wrap.schedule li a figure + div {
    width: 100%; }

  .two-wrap li,
  .two-wrap.w50p {
    width: 100%; }
  .two-wrap li:nth-child(n + 3) {
    margin-top: 20px; }

  .three-wrap li {
    width: 100%; }
  .three-wrap li:nth-child(even) {
    margin-left: 0; }
  .top .three-wrap li + li,
  .top .three-wrap li:nth-child(n + 3) {
    margin-top: 60px; }

  .four-wrap li {
    width: 100%; }
  .four-wrap li:nth-child(even) {
    margin-left: 0; }
  .four-wrap li + li,
  .four-wrap li:nth-child(n + 3) {
    margin-top: 20px; }
}

/* balloon
---------------------------------------------------------------------------*/
.balloon-wrap {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap; }
.balloon-wrap li {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative; }
.balloon-wrap li figure img {
  max-width: 200px;
  padding-left: 10px;
  padding-right: 10px; }
.balloon-wrap li figure,
.balloon-wrap li figcaption {
  color: #27486D;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center; }

.balloon {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 1em 1.2em;
  border-radius: 0.4em;
  color: #fff;
  background: #27486D;
  position: absolute;
  left: 0;
  z-index: 2;
  display: none;
  opacity: 0;
  transition: opacity .4s ease; }
.balloon:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 15px 12.5px;
  border-color: transparent transparent #27486D transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  text-align: center;
  margin: auto; }
.balloon-wrap li figure:hover {
  cursor: pointer; }
.balloon-wrap li figure:hover + p.balloon {
  display: block;
  opacity: 1;
  transition: opacity .4s ease; }

.balloon-wrap2 table td {
  font-size: 1.5rem; }
.balloon-wrap2 table + h3,
.balloon-wrap2 p + h3 {
  margin-top: 60px; }

@media screen and (max-width: 500px) {
  .balloon-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .balloon-wrap li + li {
    margin-top: 40px; }
  .balloon-wrap li {
    width: 80%;
    margin: auto; }
  .balloon-wrap li figure {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .balloon {
    display: block;
    opacity: 1;
    position: relative; }
}

/* main
---------------------------------------------------------------------------*/
main p {
  line-height: 2;
  text-align: justify; }
main li,
main dt,
main dd,
main table,
figcaption {
  line-height: 1.4; }
figcaption span {
  display: block;
  margin-top: 0.4em;
  line-height: 1; }

/*@media screen and (max-width: 1080px) {
  main:not(.sub).top {
    padding-left: 40px;
    padding-right: 40px; }
}
@media screen and (max-width: 1120px) {
  main:not(.sub).top {
    padding-left: 20px;
    padding-right: 20px; }
}
@media screen and (max-width: 767px) {
  main:not(.sub).top {
    padding-left: 10px;
    padding-right: 10px; }
}*/

/* table
---------------------------------------------------------------------------*/
main table {
  width: 100%; }
main table th,
main table td {
  border: solid 1px rgba(130,147,156, .3);
  padding: 0.6em 1em; }

/* tableA（横幅100%） */
main table.tableA th {
  color: #07285a;
  font-weight: 500;
  vertical-align: middle;
  width: 20%;
  background: rgba(130,147,156, .05); }

/* tableB（スマホ時・横スワイプ） */
main table.tableB caption {
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 0.5em; }
main table.tableB th {
  color: #fff;
  font-weight: 400;
  vertical-align: middle;
  width: 20%;
  white-space: nowrap;
  background: rgba(130,147,156, .05); }
main table.tableB.w-auto,
main table.tableB.w-auto th {
  width: auto; }
main table.tableB.data th,
main table.tableB.data td {
  font-size: 1.2rem;
  text-align: right;
  white-space: nowrap; }
main table.tableB.data td.first {
  text-align: center;
  vertical-align: middle; }

/* tableC（横幅auto） */
/*main table.tableC {
  width: auto; }
main table.tableC th {
  color: #fff;
  text-align: left;
  font-weight: 400;
  background: rgba(130,147,156, .05); }*/

@media screen and (max-width: 1120px) {
  main table.tableA th,
  main table.tableA td {
    width: 100%;
    display: block; }
  main table.tableA th,
  main table.tableA tr:not(:last-child) td {
    border-bottom: none; }
  main table.tableA tr:last-child td {
    border-bottom: solid 1px #754c24; }

  main table.tableB:not(.w-auto)::before {
    content: '※すべて表示されない場合は横にスワイプしてください。';
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: 0.4em; }
  main table.tableB:not(.w-auto) {
    overflow: auto;
    white-space: nowrap;
    display: block;
    width: auto; }
  main table.tableB:not(.w-auto) tbody {
    width: 100%;
    display: table; }
@media screen and (max-width: 500px) {
  main table.tableB.w-auto::before {
    content: '※すべて表示されない場合は横にスワイプしてください。';
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: 0.4em; }
  main table.tableB.w-auto {
    overflow: auto;
    white-space: nowrap;
    display: block;
    width: auto; }
  main table.tableB.w-auto tbody {
    width: 100%;
    display: table; }
}

/*  main table.tableC th,
  main table.tableC td {
    width: 100%;
    display: block; }
  main table.tableC th {
    border-bottom: none; }
  main table.tableC td {
    border-top: none; }*/
}
table.tableA.noborder {
  margin: 0 !important;
  border: none !important; 
  width: 100%;
}
table.tableA.noborder td{
  border: none !important; 
  font-size: 100%;
  letter-spacing: 0.05em;
  overflow-wrap: break-word !important;
}
table.tableA.noborder td + td {
  padding-top: 0 !important; 
}

table.tableA.noborder td.left {
  width: 10% !important;
}
table.tableA.noborder td.right {
  width: 90% !important;
}

@media screen and (max-width:767px) {
  table.tableA.noborder td.left {
    width: 100% !important;
  }
  table.tableA.noborder td.right {
    width: 100% !important;
  }
  table.tableA.noborder td{
      word-break: break-all;
  }
}

/* news
---------------------------------------------------------------------------*/
main .news table {
  margin-top: 20px;
  border: none; }
main .news table td {
  border-left: none;
  border-right: none; }
main .news table td + td {
  padding-top: 0; }

@media screen and (max-width: 1120px) {
  main .news table td {
    border-bottom: none; }
  main .news table td + td {
    border: none; }
  main .news table tr {
    border-bottom: solid 1px rgba(130,147,156, .3); }
  main .news table.tableA tr:last-child td {
    border: none; }
}

/*.news dl {
  margin: 30px auto 0;
  padding-left: 20px;
  padding-right: 20px;
  display: table;
  width: 100%; }
.news dl dt {
  font-family: 'Sawarabi Gothic', sans-serif; }

main .news dl[class^="style"] dt,
main .news dl[class^="style"] dd {
  padding-bottom: 9px;
  display: block;
  position: relative; }
main .news dl[class^="style"] dt {
  width: 20%;
  float: left;
  clear: both; }
main .news dl[class^="style"] dd {
  width: 80%;
  float: left; }
main .news dl[class^="style"].w8 dd {
  margin-left: 7.9em; }
.news p a {
  margin: auto; }
main .news dl[class^="style"] dt::after,
main .news dl[class^="style"] dd::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #d5d5d5;
  position: absolute;
  left: 0;
  bottom: 0; }*/

main .news.important {
  background: rgba(219,29,0, .08);
  padding-bottom: 30px;
  border-radius: 0 0 0.2em 0.2em; }
main .news.important dl dt,
main .news.important dl dd {
  border-bottom: solid 1px rgba(219,29,0, .2); }
main .news.important + section {
  margin-top: 40px; }

@media screen and (max-width: 767px) {
  main .news dl[class^="style"] dt,
  main .news dl[class^="style"].w8 dd {
    float: none;
    margin-left: 0;
    width: 100%;
    border: none; }
  main .news dl[class^="style"] dt {
    padding-bottom: 0.2em;
    margin-bottom: 0; }
  main .news dl[class^="style"].w8 dd {
    line-height: 1.2;
    border-bottom: dashed 1px rgba(255,255,255, .8); }
  main .news dl[class^="style"] dt::after {
    display: none; }
}

/* iframe-wrap
---------------------------------------------------------------------------*/
.iframe-wrap {
  width: 100%;
  padding: 12px 18px;
  & iframe {
    display: block;
    width: 100%;
    max-height: 400px ;
  }
}
@media screen and (max-width: 767px) {
  .iframe-wrap {
    padding: 0;
  }
}

/* aside
---------------------------------------------------------------------------*/
aside figure img{
  width: 100%; }

/* style
---------------------------------------------------------------------------*/
.bg-white {background: #fff;}
.bg-orange {background: #ef8337;}
.bg-pink {background: #fbe4e7;}

.paddingZero {
  padding-left: 0 !important;
}
.fontSize-15 {
  font-size: 16px !important;
}

.kadomaru {border-radius: 18px;}

.txtC {text-align: center!important;}
.txtR {text-align: right!important;}
.txtL {text-align: left!important;}
small {font-size: 1.02rem!important;line-height: 1.4;}
.com {font-size: 1.5rem!important;line-height: 1.4;}
.fontS {font-size: 1.2rem!important;line-height: 1.2;}
.fontM {font-size: 1.8rem!important;}
.fontL {font-size: 2rem!important;}
.fontLL {font-size: 2.4rem!important;}

.fontB {font-weight: 700!important;}
.fcR {color: #e13c15!important;}
.underline {text-decoration: underline;}

@media screen and (max-width: 767px) {
.fontSize-15 {
  font-size: 15px !important;
}
  small {font-size: 1rem!important;}
  .fontM {font-size: 4.1vw!important;}
  .fontL {font-size: 5vw!important;}
  .fontLL {font-size: 6.8vw!important;}
}

.txt-top {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
  margin-right: 0.2em; }
.txt-bottom {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  top: 0.2em;
  margin-right: 0.2em; }

.reference {
  max-width: 760px;
  border: solid 2px #07285a;
  padding: 10px 1em;
  background: #FEF5D3;
  margin-left: auto;
  margin-right: 0;
  padding-left: 75px;
  border-radius: 8px;
  position: relative; }
.reference::before {
  content: '参考';
  color: #fff;
  width: 60px;
  height: 100%;
  background: #07285a;
  padding: 0.1em 0.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0; }

/* list
---------------------------------------------------------------------------*/
main ul {
  list-style: disc; }
main ol {
  list-style: decimal; }

main ul[class^="list"] li,
main ol[class^="list"] li {
  line-height: 1.6; }

main ul[class^="list"] li + li,
main ol[class^="list"] li + li {
  margin-top: 0.6em; }
main ol[class^="list"] li > ul,
main ol[class^="list"] li > ol,
main ul[class^="list"] li > ol,
main ul[class^="list"] li > ul,
main ol[class^="list"] li > ul > li,
main ol[class^="list"] li > ol > li,
main ul[class^="list"] li > ol > li,
main ul[class^="list"] li > ul > li {
  margin-top: 0.4em; }

/* ul */
main ul.listA {
  list-style: none; }
main ul.listA > li {
  margin-left: 1.2em;
  position: relative; }
main ul.listA > li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #07285a;
  position: absolute;
  left: -1em;
  top: 50%;
  margin-top: -0.2em; }

main ul.listB {
  list-style: none; }
main ul.listB > li a {
  margin-left: 1.2em;
  position: relative;
  padding-left: 1.4em; }
main ul.listB > li a::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/arrow_b.svg) no-repeat;
  position: absolute;
  top: 0.2em;
  left: 0; }

main ul.listC {
  list-style: none; }

/* ol */
main ol.listA {
  list-style: none; }
main ol.listA > li {
  padding-left: 1.8em;
  position: relative; }
main ol.listA > li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0.2em; }
main ol.listA > li:nth-child(n + 10)::before {
  left: -0.3em; }
main ol.listA > li:nth-child(1)::before {
  content: '1．'; }
main ol.listA > li:nth-child(2)::before {
  content: '2．'; }
main ol.listA > li:nth-child(3)::before {
  content: '3．'; }
main ol.listA > li:nth-child(4)::before {
  content: '4．'; }
main ol.listA > li:nth-child(5)::before {
  content: '5．'; }
main ol.listA > li:nth-child(6)::before {
  content: '6．'; }
main ol.listA > li:nth-child(7)::before {
  content: '7．'; }
main ol.listA > li:nth-child(8)::before {
  content: '8．'; }
main ol.listA > li:nth-child(9)::before {
  content: '9．'; }
main ol.listA > li:nth-child(10)::before {
  content: '10．'; }
main ol.listA > li:nth-child(11)::before {
  content: '11．'; }
main ol.listA > li:nth-child(12)::before {
  content: '12．'; }
main ol.listA > li:nth-child(13)::before {
  content: '13．'; }
main ol.listA > li:nth-child(14)::before {
  content: '14．'; }
main ol.listA > li:nth-child(15)::before {
  content: '15．'; }
main ol.listA > li:nth-child(16)::before {
  content: '16．'; }
main ol.listA > li:nth-child(17)::before {
  content: '17．'; }
main ol.listA > li:nth-child(18)::before {
  content: '18．'; }
main ol.listA > li:nth-child(19)::before {
  content: '19．'; }

main ol.listB {
  list-style: none; }
main ol.listB > li {
  position: relative;
  padding-left: 2.4em; }
main ol.listB > li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 1em; }
main ol.listB > li:nth-child(1)::before {
  content: '①'; }
main ol.listB > li:nth-child(2)::before {
  content: '②'; }
main ol.listB > li:nth-child(3)::before {
  content: '③'; }
main ol.listB > li:nth-child(4)::before {
  content: '④'; }
main ol.listB > li:nth-child(5)::before {
  content: '⑤'; }
main ol.listB > li:nth-child(6)::before {
  content: '⑥'; }
main ol.listB > li:nth-child(7)::before {
  content: '⑦'; }
main ol.listB > li:nth-child(8)::before {
  content: '⑧'; }
main ol.listB > li:nth-child(9)::before {
  content: '⑨'; }
main ol.listB > li:nth-child(10)::before {
  content: '⑩'; }

/* dl */
main dl[class^="style"] dt {
  float: left;
  clear: both; }
main dl[class^="style"] dd + dt,
main dl[class^="style"] dt + dd {
  margin-top: 0.8em; }

main dl[class^="style"].w4 dt {
  width: 4em; }
main dl[class^="style"].w4 dd {
  margin-left: 4em; }
main dl[class^="style"].w6 dt {
  width: 6em; }
main dl[class^="style"].w6 dd {
  margin-left: 6em; }
main dl[class^="style"].w8 dt {
  width: 8em; }
main dl[class^="style"].w8 dd {
  margin-left: 8em; }
main dl[class^="style"].w10 dt {
  width: 10em; }
main dl[class^="style"].w10 dd {
  margin-left: 10em; }
main dl[class^="style"].w12 dt {
  width: 12em; }
main dl[class^="style"].w12 dd {
  margin-left: 12em; }

@media screen and (max-width: 500px) {
  main dl[class^="style"].w4 dt,
  main dl[class^="style"].w6 dt,
  main dl[class^="style"].w8 dt,
  main dl[class^="style"].w10 dt,
  main dl[class^="style"].w12 dt,
  main dl[class^="style"].w4 dd,
  main dl[class^="style"].w6 dd,
  main dl[class^="style"].w8 dd,
  main dl[class^="style"].w10 dd,
  main dl[class^="style"].w12 dd {
    width: 100%;
    float: none;
    margin-left: 0; }
  main dl[class^="style"] dt + dd {
    margin-top: 0.2em; }
  main dl[class^="style"] dd + dt {
    margin-top: 1.6em; }
}

/* btn */

.btnA a {
  width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-self: center;
  color: #fff;
 /* background: #1f4071; */
  background: #07285a;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0.8em 1em;
  border-radius: 0.2em;
  position: relative; 
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}

.btnA a:hover {
  background-color: #265496;
}

.btnA.more a {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #07285a;
  font-size: 1.8rem;
  padding: 0.6em 1em;
  border-radius: 10px;
  position: relative; }

.btnA.txtR a {
  margin-left: auto;
  margin-right: 0; }
.btnA.txtC a {
  margin-left: auto;
  margin-right: auto; }

/* bnr */
.wrap2 + .wrap2 {
  margin-top: 100px; }
.bnr li {
  width: calc((100% - 150px) / 4); }
.bnr li:not(:nth-child(4n - 3)) {
  margin-left: 50px; }
.bnr li:nth-child(n + 5) {
  margin-top: 20px; }
main .bnr li a[target="_blank"]::after {
  display: none; }

@media screen and (max-width: 767px) {
  .bnr li {
    width: calc((100% - 30px) / 2); }
  .bnr li:not(:nth-child(4n - 3)) {
    margin-left: 0; }
  .bnr li:nth-child(even) {
    margin-left: 30px; }
  .bnr li:nth-child(n + 3) {
    margin-top: 20px; }
}
@media screen and (max-width: 500px) {
  .btnA a {
    width: 100%; }
  .wrap2 + .wrap2 {
    margin-top: 60px; }
  .bnr {
    width: 240px;
    margin: auto;
    text-align: center; }
  .bnr >li {
    width: 100%; }
  .bnr li:nth-child(even) {
    margin-left: 0; }
  .bnr li + li,
  .bnr li:nth-child(n + 3) {
    margin-top: 20px; }
}

/* breadcrumbs
---------------------------------------------------------------------------*/
.breadcrumbs {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6em 20px;
  margin-top: 30px; }
.breadcrumbs.two-rows {
  flex-wrap: wrap; }
.breadcrumbs.two-rows li {
  width: 20%; }
.breadcrumbs li {
  margin-left: 1em;
  margin-right: 1em; }
.breadcrumbs li,
.breadcrumbs li a {
  color: #fff;
  font-size: 1.5rem; }
.breadcrumbs li a:hover {
  color: #a0a0a0; }
.breadcrumbs li::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 0.3em;
  background: url(../images/totop.svg) no-repeat; }
.breadcrumbs a {
  text-decoration: none; }

@media screen and (max-width: 1120px) {
  .breadcrumbs {
    flex-direction: column;
    align-items: flex-start; }
  .breadcrumbs.two-rows {
    flex-direction: row; }
  .breadcrumbs.two-rows li {
    width: calc(100% / 3); }
  .breadcrumbs li {
    margin-left: 0;
    margin-right: 0; }
  .breadcrumbs li + li {
    margin-top: 0.4em; }
}
@media screen and (max-width: 767px) {
  .breadcrumbs.two-rows {
    flex-direction: column; }
  .breadcrumbs.two-rows li {
    width: 100%; }
}

/* spacing
---------------------------------------------------------------------------*/
main h4 + div, main h4 + p, main h4 + ul, main h4 + ol, main h4 + dl, main h4 + table,
main h5 + div, main h5 + p, main h5 + ul, main h5 + ol, main h5 + dl, main h5 + table {
  margin-top: 0.8em; }

main h3 + div, main h3 + p, main h3 + ul, main h3 + ol, main h3 + dl, main h3 + table,
main div + div, main div + p, main div + ul, main div + ol, main div + dl, main div + table,
main p + div, main p + p, main p + ul, main p + ol, main p + dl, main p + table,
main ul + div, main ul + p, main ul + ul, main ul + ol, main ul + dl, main ul + table,
main ol + div, main ol + p, main ol + ul, main ol + ol, main ol + dl, main ol + table,
main dl + div, main dl + p, main dl + ul, main dl + ol, main dl + dl, main dl + table, main dl + figure,
main table + div, main table + p, main table + ul, main table + ol, main table + dl, main table + table,
main figure + div, main figure + p, main figure + ul, main figure + ol, main figure + dl {
  margin-top: 1.6em; }

main div + h3, main div + h4, main div + h5,
main p + h3, main p + h4, main p + h5,
main ul + h3, main ul + h4, main ul + h5,
main ol + h3, main ol + h4, main ol + h5,
main dl + h3, main dl + h4, main dl + h5,
main table + h3, table dl + h4, table dl + h5,
main figure + h3, figure dl + h4, figure dl + h5,
main table + p.btnA {
  margin-top: 3.2em; }

main h3 + h3, main h3 + h4, main h3 + h5, main h4 + h5 {
  margin-top: 16px; }

main h4 + figure, main h5 + figure, main h3 + figure, main div + figure, main p + figure, main ul + figure, main ol + figure, main table + figure, main figure + figure {
  margin-top: 24px; }

main h4 + h3,
main figure + table {
  margin-top: 32px; }

main.top .wrap + .wrap2 {
  margin-top: 80px; }

/* page
---------------------------------------------------------------------------*/
.programBLOCK {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.programBLOCK .item {
	width:48%;
}
.programBLOCK .item  {
  margin: 0 !important;
}
.programBLOCK .item p.btnA a{
  margin: auto;
text-align: center;
}
.marginTop-20 {
  margin-top: 20px;
}
.marginBottom-20 {
  margin-bottom: 20px;
}
td.item {
  color: #07285a;
  font-weight: bold;
}
.introductionOfPresenter {
  font-size: 17.5px;
  display: inline-block;
  width: 80%;
  padding-left: 18px;
  & p {
    line-height: 1.5 !important;
  }
}
@media only screen and (max-width: 768px) {
  .introductionOfPresenter {
    font-size: 15px;
    width: 100%;
    padding-left: 12px;
  }
  .programBLOCK .item {
    width:100%;
  }
  .programBLOCK .item  {
    margin: 0 auto 40px auto !important;
  }
}

/* Media Queries
---------------------------------------------------------------------------*/
.spOnly {
  display: none; }

@media screen and (max-width: 767px) {
  .ptOnly {
    display: none; }
  .spOnly {
    display: block; }
}


figure.greeting{
  float: right;
  width: 220px;
  margin: 0 0 20px 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {

  figure.greeting{
    float: none;
    display: inline-block;
    width: 100%;

    margin: 20px auto;
    text-align: center;
  }

}

.bannerBLOCK{
  text-align: center;

}
.bannerBLOCK div{
    width: 250px;
    margin: 40px auto 0 auto;
  text-align: center;

}

ul.hflist,
ol.hflist {
  padding: 10px 18px;
  & li {
    line-height: 2 !important;
  }
}

p.nojustify {
  text-align: left !important;
}
span.nurEmphasis {
  font-weight: bold;
}
span.emphasis {
  display: inline-block;
  width: 100%;
  text-align: center !important;
  font-size: 3.5rem;
  font-weight: bold;
  color: #07285a;
}
span.emphasisB {
  display: inline-block;
  width: 100%;
  text-align: left !important;
  font-size: 2.15rem;
  font-weight: bold;
  color: #2c2c2c;
}
span.empasisC {
  display: inline-block;
  width: 100%;
  text-align: left !important;
  font-size: 1.8rem;
  font-weight: bold;
  color: #2c2c2c;
}
@media screen and (max-width: 767px) {
  span.emphasisB {
    text-align: center !important;
    font-size: 1.55rem;
    letter-spacing: 0.025em;
  }
}

