@charset "UTF-8";
/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
#wrapper {
  overflow: hidden;
}

/*====== font =====*/
.text-serif {
  font-family: "Noto Serif JP", serif;
}
.text-small {
  font-size: .875em;
}
.text-big {
  font-size: 1.125em;
}

/*====== button =====*/
button {
  outline: none;
  cursor: pointer;
}

/*====== common style =====*/
.for_sp {
  display: none !important;
}
.text-left { text-align: left; }
.text-center, .text-pc-center { text-align: center; }
.text-right { text-align: right; }
@media screen and (max-width: 767px) {
  /*====== Common =====*/
  /*body { font-size: 14px; }*/
  .for_pc {
    display: none !important;
  }
  .for_sp {
    display: block !important;
  }
  .text-pc-center { text-align: left; }
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
#body__id {
  min-width: 1320px;
}

#WebSite {
  position: relative;
}
#WebSite::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  max-width: 265px;
  width: 17.67%;
  height: 890px;
  border-radius: 0 0 24px 0;
  background: #1e2188;
}
#WebSite .top-text-ordistWrap {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 265px;
  width: 17.67%;
  height: 890px;
}
#WebSite .top-text-ordist {
  -webkit-transform: rotate(90deg) translate(-0.25em, 0.5em);
          transform: rotate(90deg) translate(-0.25em, 0.5em);
  color: rgba(255, 255, 255, 0.7);
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
}

.site-header {
  position: absolute;
  z-index: 1000;
  left: 85px;
  right: 0;
  top: 0;
  background: #fff;
  white-space: nowrap;
}
.site-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 46px;
  min-width: 1220px;
  width: 86%;
  height: 75px;
  padding: 0 0 15px 65px;
}
.site-header__logo {
  margin: 0;
}

.gnv-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 0;
}
.gnv-main__item {
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}
.gnv-main__item--last {
  margin-left: 45px;
}
.gnv-main__btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 10px 5px;
  border-radius: 0 0 2px 2px;
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.gnv-main__btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  border-top: solid 2px #1e2188;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.gnv-main__btn--blue {
  padding: 5px 17px;
  border-radius: 3em;
  background: #1e2188;
  color: #fff;
  font-size: 11.5px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.gnv-main__btn--blue::before {
  display: none;
}
.gnv-main__btn--blue:hover {
  opacity: 0.7;
}
.gnv-main__item:hover .gnv-main__btn::before {
  width: 100%;
}
.gnv-main__item:hover .gnv-child {
  display: block;
}

.gnv-child {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 8px;
  background: #fff;
}
.gnv-child__item {
  margin-bottom: 0;
}
.gnv-child__item + .gnv-child__item {
  border-top: dotted 1px #e4e4e4;
}
.gnv-child__btn {
  display: block;
  padding: 6px 10px;
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.gnv-child__btn:hover {
  opacity: 0.7;
}

.gnv-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.gnv-sub__btn {
  display: inline-block;
  vertical-align: top;
  padding: 5px 17px;
  border-radius: 0 0 2px 2px;
  color: inherit;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.gnv-sub__btn:hover {
  opacity: 0.7;
}
.gnv-sub__btn--en {
  background: #dde9f1;
}
.gnv-sub__btn--in {
  background: #fffcd9;
}

.site-kv {
  position: relative;
  margin: 0 0 20px 85px;
}
.site-kv__img__img {
  width: 100%;
  height: 646px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 24px;
}
.site-kv__img__cap {
  margin: 7px 85px 0 0;
  font-size: 9px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: right;
}
.site-kv__img__capInner {
  display: block;
  max-width: 994px;
  margin: 0 auto;
}
.site-kv__over {
  position: absolute;
  left: 7.067%; /*100px*/
  top: 167px;
}
.site-kv__txt {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.3;
}
.site-kv__txt > span {
  display: inline-block;
  padding: 0.083em 0.5em 0.208em;
  margin-bottom: 20px;
  background: #fff;
}
.site-kv__txt > span:nth-of-type(2) {
  margin-left: 3.125em;
}

/* Toggle */
#toggle_button {
  width: 43px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 101;
  cursor: pointer;
}

#toggle_button span {
  display: block;
  background: #fff;
  font-size: 0;
  width: 23px;
  height: 1px;
  margin-left: -11.5px;
  position: absolute;
  left: 50%;
  top: 50%;
}

#toggle_button span:before,
#toggle_button span:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#toggle_button span:before {
  top: -7px;
}

#toggle_button span:after {
  top: 7px;
}

#toggle_menu {
  display: none;
  background: #029ac6;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

#toggle_menu a {
  color: #fff;
  text-decoration: none;
}

.toggle_menu_inner {
  width: 100%;
  height: 100%;
  padding: 70px 0 100px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#toggle_menu .sns_list li {
  display: inline-block;
  margin: 0 11px;
}

#toggle_menu .sns_list a i {
  font-size: 20px;
}

#toggle_menu .sns_list a img {
  width: 24px;
}

/* gnv - sp */
#gnv_sp {
  border-top: solid 1px #fff;
  margin: 6px 0 30px;
}

#gnv_sp li {
  border-bottom: solid 1px #fff;
}

#gnv_sp li a {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  padding: 16px 0;
}

/* Toggle - menu open */
.gnvOpen {
  overflow: hidden;
}

.gnvOpen #toggle_button span {
  background: transparent;
}

.gnvOpen #toggle_button span:before,
.gnvOpen #toggle_button span:after {
  top: 0;
}

.gnvOpen #toggle_button span:before {
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}

.gnvOpen #toggle_button span:after {
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}

@media screen and (max-width: 960px) {
  #body__id {
    min-width: 0;
  }
  #WebSite::before {
    width: 30px;
    height: 400px;
    border-radius: 0 0 15px 0;
  }
  #WebSite .top-text-ordistWrap {
    display: none;
  }
  .site-header,
  .site-kv {
    display: none;
  }
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.footer {
  background: #333;
  color: #fff;
}
.footer__inner {
  max-width: 1000px;
  width: 88.66%;
  padding: 45px 0 22px;
  margin: 0 auto;
}
.footer__logo {
  padding: 0 15px;
  margin-bottom: 0;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 8px 15px 0;
  margin-top: 20px;
  border-top: solid 1px #fff;
}
.footer__list {
  margin-bottom: 0;
  font-size: 9px;
  line-height: 1.778;
}
.footer__listLv2 {
  margin: 0 0 0 1em;
}
.footer__listLv3 {
  margin: 0 0 0 1em;
}
.footer__listLv4 {
  margin: 0 0 0 1em;
}
.footer__listItem {
  margin-bottom: 0;
}
.footer__list > .footer__listItem {
  margin-bottom: 7px;
}
.footer__listBtn1 {
  position: relative;
  padding-left: 0.7em;
  color: inherit;
  font-size: 150%;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.footer__listBtn1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  width: 5px;
  height: 5px;
  margin: -2.5px -2.5px 0 0;
  border-right: solid 1px;
  border-top: solid 1px;
}
a.footer__listBtn1:hover {
  opacity: 0.7;
}
.footer__listBtn2 {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a.footer__listBtn2:hover {
  opacity: 0.7;
}
.footer__listBtn3 {
  position: relative;
  padding-left: 1em;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a.footer__listBtn3:hover {
  opacity: 0.7;
}
.footer__listBtn3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  display: block;
  width: 0.8em;
  border-top: solid 1px;
}
.footer__copy {
  margin-top: 18px;
  font-size: 9px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}
.footer__copy small {
  font-size: 1em;
}

.pageTop {
  position: fixed;
  z-index: 100;
  bottom: 10px;
  right: 10px;
}
.pageTop__anchor {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff url("../images/common/back2top_icon.gif") no-repeat center center;
  line-height: 1;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 960px) {
  .footer__inner {
    padding: 22px 0 15px;
  }
  .footer__logo {
    padding: 0;
  }
  .footer__logo img {
    max-width: 91.35%;
  }
  .footer__nav {
    display: block;
    padding: 0;
    margin-top: 15px;
    border-top: none;
  }
  .footer__list {
    font-size: 8px;
    font-size: clamp(8px, 2.67vw, 11px);
  }
  .footer__listLv2 {
    display: none;
  }
  .footer__list > .footer__listItem {
    margin-bottom: 5px;
  }
  .footer__listBtn1 {
    display: block;
    padding: 4px 13px;
    margin-bottom: 5px;
    background: #fff;
    color: #333;
  }
  .footer__listBtn1::before {
    z-index: 1;
    left: auto;
    right: 15px;
    top: 50%;
  }
  .footer__listBtn1::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 28px;
    height: 100%;
    background: #e4e4e4;
  }
  .footer__copy {
    margin-top: 40px;
    font-size: 8px;
    font-size: clamp(8px, 2.67vw, 11px);
  }
}
/*--------------------------------------------------------------
# slick
--------------------------------------------------------------*/
.bnrDots {
  position: relative;
  text-align: right;
}
.bnrDots li {
  display: inline-block;
  margin: 0 10px;
}
.bnrDots li.slick-active button {
  background-image: url("../images/common/slide_dot_active.png");
}
.bnrDots button {
  text-indent: -9999px;
  border: none;
  width: 11px;
  height: 11px;
  background: transparent url("../images/common/slide_dot.png") no-repeat;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .bnrDots li {
    margin: 0 1px;
  }
  .bnrDots button {
    width: 7px;
    height: 7px;
    background-size: contain;
  }
}
/*--------------------------------------------------------------
# news common
--------------------------------------------------------------*/
.sinkokai-news-list a:hover { text-decoration: none !important; }
.sinkokai-news-list__item {
  margin-bottom: 0;
}
.sinkokai-news-list__item + .sinkokai-news-list__item {
  margin-top: 10px;
}
.sinkokai-news-list__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 2px #1e2188;
  background: #fff;
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.sinkokai-news-list__itemInner:hover {
  opacity: 0.7;
}
.sinkokai-news-list__cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7.2em;
  padding: 6px 10px;
  background: #1e2188;
  color: #fff;
  font-size: 0.886em;
  letter-spacing: 0.02em;
  text-align: center;
}
.sinkokai-news-list__cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px;
}
.sinkokai-news-list__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 6.2em;
  color: #1e2188;
  letter-spacing: 0.02em;
}
.sinkokai-news-list__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #333;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 960px) {
  .sinkokai-news-list__item + .sinkokai-news-list__item {
    margin-top: 10px;
  }
  .sinkokai-news-list__itemInner {
    border-width: 1px;
    font-size: 14px;
  }
  .sinkokai-news-list__cat {
    width: 5.6em;
    padding: 3px;
  }
  .sinkokai-news-list__cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2em;
    padding: 5px;
  }
}