@charset "UTF-8";
/* import */
/* カラー */
/* レスポンシブ */
/*****STANDART CSS******/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var,
video {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /******SMOOTH SCROLL ANCHOR******/
}

/*****STANDART CSS******/
/* ---------common--------- */
body {
  margin: 0;
  font-family: 'Kosugi', sans-serif;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

/* inner */
.inner {
  width: 89%;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .inner {
    width: 92%;
  }
}

/* display */
@media (max-width: 599px) {
  .sp_dn {
    display: none;
  }
}

.sp_db {
  display: none;
}

@media (max-width: 599px) {
  .sp_db {
    display: block;
  }
}

@media (max-width: 992px) {
  .tab_dn {
    display: none;
  }
}

.tab_db {
  display: none;
}

@media (max-width: 992px) {
  .tab_db {
    display: block;
  }
}

section {
  padding: 50px 0;
}

.top-btn {
  width: 60px;
  height: 58px;
  border: solid #fff;
  background: #22b573;
  border-radius: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: 2%;
  bottom: 3%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.top-btn img {
  width: 26px;
}

.top-btn.active {
  opacity: 1;
}

.heading2 {
  font-size: 30px;
  position: relative;
  outline: unset;
  outline-offset: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
  overflow: unset;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0.6em 0 0.5em;
  margin-bottom: 1.2em;
  border-bottom: 1px dotted #111;
}

@media (max-width: 599px) {
  .container {
    padding: 0 !important;
  }
}

.btn {
  white-space: normal !important;
}

.site-container_right .breadcrumb {
  background-color: #fff;
  padding: 0;
  padding-top: 18px;
}

.site-container_right .breadcrumb .breadcrumb-item a {
  color: #888;
  padding-right: 0.8em;
  padding-left: 0.8em;
}

.site-container_right .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: inline-block;
  height: 0.4em;
  width: 0.4em;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  padding: 0;
}

.site-container_right .breadcrumb .breadcrumb-item:first-child a {
  padding-left: 0;
}

.common_mv {
  padding: 57px 0;
  background-color: #efefef;
}

.common_mv h2 {
  font-size: 28px;
  line-height: 1.4;
}

.news_page .info {
  background-color: #fff;
  padding-top: 150px;
}

.post-cate {
  width: 150px;
  text-align: center;
  background-color: #999;
  font-size: 12px;
  color: #fff;
  margin-right: 1em;
  border-radius: 2px;
  line-height: 16px;
  margin-top: 2px;
}

@media (max-width: 599px) {
  .post-cate {
    margin-top: 0;
  }
}

.news_page .info .info {
  padding-top: 150px;
}

@media (max-width: 599px) {
  .news_page .info .post-item .post-date {
    width: auto;
    width: 115px;
  }
}

.info_text {
  padding: 95px 0;
}

.info_text p {
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 1.2em;
}

.info_text .table {
  margin-bottom: 30px;
}

.info_text a {
  width: 50.1%;
  background-color: #3764a8;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 15px 20px;
  font-size: 20px;
}

.info_text a:hover {
  background-color: #dfe321;
  color: #3764a8;
  text-decoration: none;
}

/* header */
header {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 320px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  z-index: 2000;
}

@media (max-width: 1200px) {
  header {
    width: 100%;
    position: relative;
  }
}

header .site-header-brand_logo {
  padding: 85px 20px;
}

@media (max-width: 1200px) {
  header .site-header-brand_logo {
    width: 280px;
    margin: 0 auto;
    padding: 28px 0;
  }
}

@media (max-width: 599px) {
  header .site-header-brand_logo {
    width: 180px;
    padding: 10px 0;
  }
}

@media (max-width: 1200px) {
  header .l-site-header_global-menu.active {
    position: fixed;
    width: 100%;
    top: 0;
  }
}

@media (max-width: 992px) {
  header .l-site-header_global-menu {
    display: none !important;
  }
}

header .l-site-header_global-menu nav {
  width: 100%;
}

header .l-site-header_global-menu .p-global-menu {
  background-color: #3764a8;
  width: 100%;
}

@media (max-width: 1200px) {
  header .l-site-header_global-menu .p-global-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .l-site-header_global-menu .language {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media (max-width: 1200px) {
  header .l-site-header_global-menu .language .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
  }
}

header .l-site-header_global-menu .language a {
  background-color: #fff;
  color: #000;
  position: relative;
}

header .l-site-header_global-menu .language a.active {
  color: #3764a8;
  font-weight: bold;
}

header .l-site-header_global-menu .language a:last-child::after {
  content: none;
}

header .l-site-header_global-menu .language a::after {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1200px) {
  header .l-site-header_global-menu .language a {
    width: auto;
  }
}

header .l-site-header_global-menu li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}

@media (max-width: 1200px) {
  header .l-site-header_global-menu li {
    width: auto;
  }
}

header .l-site-header_global-menu a {
  font-family: "Kosugi",sans-serif;
  font-size: 20px;
  display: block;
  color: #fff;
  padding: 18px 50px;
  background-color: #3764a8;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 1;
}

header .l-site-header_global-menu a:hover {
  color: #cbce1e;
  opacity: 1;
}

@media (max-width: 1200px) {
  header .l-site-header_global-menu a {
    padding: 14px 42px;
  }
}

header #mobile-nav-menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 42px;
  height: 45px;
  font-size: 10px;
  text-align: center;
  padding: 8px 7px;
  z-index: 10000;
  cursor: pointer;
}

header #mobile-nav-menu-btn img {
  margin-bottom: 3px;
}

.mobile-nav {
  position: fixed;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  display: block;
  padding: 45px 10px;
  overflow: scroll;
  background-color: #fff;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  left: -100%;
}

.mobile-nav a {
  font-size: 19px;
  color: #333;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 100%;
  padding: 0.7em 0.5em;
  display: block;
}

.mobile-nav .menu-item .d-flex a {
  text-align: center;
  position: relative;
}

.mobile-nav .menu-item .d-flex a::after {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-nav .menu-item .d-flex a:last-child::after {
  content: none;
}

.mobile-nav .menu-item .d-flex a.active {
  color: #3764a8;
  font-weight: bold;
}

.open {
  left: 0;
}

.open header #mobile-nav-menu-btn img {
  height: 19px;
  width: auto;
}

.open header .mobile-nav {
  left: 0;
}

/* footer */
footer {
  padding: 62px 0 18px;
  margin-left: 320px;
  background: rgba(0, 0, 0, 0.04);
  border-top: 1px solid #cbce1e;
}

@media (max-width: 1200px) {
  footer {
    margin-left: 0;
  }
}

@media (max-width: 599px) {
  footer {
    padding-bottom: 140px;
  }
}

footer p {
  font-size: 12px;
}

/* top */
.site-container_right {
  margin-left: 320px;
}

@media (max-width: 1200px) {
  .site-container_right {
    margin-left: 0;
  }
}

.mv.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mv .slick-dots {
  bottom: 6px;
}

@media (max-width: 599px) {
  .mv .slick-dots {
    display: none;
  }
}

.mv .slick-dots li {
  width: 30px;
  height: 5px;
  background-color: #ccc;
}

.mv .slick-dots li.slick-active {
  background-color: #666;
  border: 1px solid #fff;
  height: 7px;
}

.mv .slide-arrow {
  width: 14px;
  position: absolute;
  top: 50%;
  z-index: 1000;
  cursor: pointer;
}

.mv .slide-arrow.prev-arrow {
  left: 10px;
}

.mv .slide-arrow.next-arrow {
  right: 10px;
}

.top_text {
  padding: 80px 0 30px;
}

@media (max-width: 599px) {
  .top_text {
    padding-top: 60px !important;
  }
}

.top_text p {
  font-size: 19px;
  margin-bottom: 22px;
  line-height: 1.9;
}

@media (max-width: 599px) {
  .top_text .sns-item {
    padding-bottom: 30px;
  }
}

.top_text .sns-item a {
  width: 70px;
}

@media (max-width: 599px) {
  .top_text .sns-item a {
    width: 28px;
  }
}

.info {
  background-color: #f3f4f5;
  padding: 80px 0 100px;
  margin-bottom: 40px;
}

@media (max-width: 599px) {
  .info {
    padding: 30px 0px 70px;
  }
}

.info .post-item {
  padding: 0.8rem 0 0.7rem;
  border-bottom: 1px dotted #ccc;
}

.info .post-item .post-date {
  width: 115px;
  margin-right: 1em;
  font-size: 19px;
}

@media (max-width: 599px) {
  .info .post-item .post-date {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .info .post-item .post-title {
    padding-top: 3px;
  }
}

.info .post-item .post-title p {
  font-size: 19px;
}

.info .post-item .post-title p .post-title_new {
  color: red;
  font-size: 15px;
  margin-left: 0.4em;
}

.info .post-item .post-title p a {
  color: #22527b;
  text-decoration: underline;
}

.info .post-item .post-title p a:hover {
  color: #22527b;
}

.event .event-group .event-item {
  border: 1px dashed #abb8c3;
  padding: 70px 0 100px;
  margin-bottom: 25px;
}

.event .event-group .event-item:nth-child(2) {
  margin-bottom: 85px;
}

.event .event-group .event-item:nth-child(3) {
  margin-bottom: 0;
}

@media (max-width: 599px) {
  .event .event-group .event-item {
    padding: 25px 0 50px;
  }
}

.event .event-group .event-item h2 {
  font-size: 28px;
  margin-bottom: 33px;
  line-height: 1.5;
}

.event .event-group .event-item h2 .text-color-blue {
  color: #3764a8;
}

.event .event-group .event-item h2 .text-color-green {
  color: #17b77c;
}

.event .event-group .event-item .btn {
  width: 50.1%;
  background-color: #3764a8;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 15px 20px;
  font-size: 20px;
}

.event .event-group .event-item .btn:hover {
  background-color: #dfe321;
  color: #3764a8;
}

.event .event-group .event-item .btn.btn_gray {
  background-color: #979797;
  -webkit-transition: .5s;
  transition: .5s;
}

.event .event-group .event-item .btn.btn_gray:hover {
  opacity: 0.8;
  background-color: #979797;
  color: #fff;
}

@media (max-width: 599px) {
  .event .event-group .event-item .btn {
    width: 47%;
    padding: 15px 28px;
  }
}

.event-logo {
  padding-bottom: 50px;
}

.bg-contact {
  background: url(../images/bg_contact.png) center/cover no-repeat;
  padding: 100px 0 80px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 599px) {
  .bg-contact {
    padding: 120px 0 70px;
  }
}

.bg-contact .block-cover__background {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.7;
}

.bg-contact .contact {
  position: relative;
  z-index: 2;
}

.bg-contact .contact p {
  color: #fff;
  font-size: 19px;
  line-height: 2;
  margin-bottom: 12px;
}

.bg-contact .contact h2 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 12px;
}

.bg-contact .contact .lead {
  margin-bottom: 23px;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.fadein.active {
  -webkit-animation: .8s forwards fadein;
          animation: .8s forwards fadein;
}

.fadein2 {
  opacity: 0;
  -webkit-transform: translateY(3%);
          transform: translateY(3%);
}

.fadein2.active {
  -webkit-animation: .8s forwards .1s fadein;
          animation: .8s forwards .1s fadein;
}

.leftin {
  -webkit-transform: translate3d(-2000px, 0, 0);
          transform: translate3d(-2000px, 0, 0);
  opacity: 0;
}

.leftin.active {
  -webkit-animation: 1s forwards leftin;
          animation: 1s forwards leftin;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes leftin {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes leftin {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes rightin {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes rightin {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*# sourceMappingURL=style.css.map */

.nav_lh {
	line-height:150%;
}