@charset "UTF-8";
/*
============================================================ */
/* header
============================================================ */
#lay-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  background-color: rgba(255, 255, 255, 0.6);
}
#lay-header .lay-headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 0 0 0;
}
@media print, screen and (min-width: 1025px) {
  #lay-header .lay-headerInner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100px;
    margin: 0 auto 0;
  }
}
@media only screen and (max-width: 1024px) {
  #lay-header .lay-headerInner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    min-height: 60px;
  }
}
#lay-header.isScrolled {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1024px) {
  #lay-header.isMenuOpen .lay-headerInner {
    background-color: #fff;
  }
}

.header-logoWrap {
  display: block;
}
@media print, screen and (min-width: 1025px) {
  .header-logoWrap {
    width: 30%;
    max-width: 432px;
    padding: 0 50px 0 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-logoWrap {
    padding: 0 44px 0 24px;
    width: calc(100% - (120px));
    max-width: 250px;
  }
}
.header-logoWrap .header-logo {
  display: block;
}

.lay-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}
@media print, screen and (min-width: 1025px) {
  .lay-header-menu {
    gap: 0 40px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width: 1199px) {
  .lay-header-menu {
    gap: 0px 30px;
  }
}
.lay-header-menu .lay-header-menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .lay-header-menu .lay-header-menu-main {
    width: auto;
  }
}
.lay-header-menu .lay-header-menu-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .lay-header-menu .lay-header-menu-sub {
    width: auto;
  }
}

.lay-menu-searchContainer {
  position: relative;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.lay-menu-searchContainer .lay-menu-search-toggleBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100px;
  height: 100%;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
@media only screen and (max-width: 1024px) {
  .lay-menu-searchContainer .lay-menu-search-toggleBtn {
    width: 60px;
    height: 60px;
    background-color: transparent;
    padding: 0 0 0;
  }
}
.lay-menu-searchContainer .lay-menu-search-toggleBtn::before {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  top: calc(50% - 10px);
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: url(../images/common/icon/icon_search_white.svg) no-repeat center/contain;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .lay-menu-searchContainer .lay-menu-search-toggleBtn::before {
    top: 50%;
    left: auto;
    right: 50%;
    background-image: url(../images/common/icon/icon_search.svg);
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
.lay-menu-searchContainer .lay-menu-search-toggleBtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 8px solid #fff;
  border-bottom: 0;
  bottom: 20px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
@media only screen and (max-width: 1024px) {
  .lay-menu-searchContainer .lay-menu-search-toggleBtn::after {
    content: none;
  }
}
@media only screen and (max-width: 1024px) {
  .lay-menu-searchContainer .lay-menu-search-toggleBtn > .btnInner {
    display: none;
  }
}
.lay-menu-searchContainer .lay-menu-search-toggleBtn:hover {
  opacity: 1 !important;
}
@media print, screen and (min-width: 1025px) {
  .lay-menu-searchContainer .lay-menu-search-toggleBtn:hover {
    background-color: #0d318f;
  }
}
.lay-menu-searchContainer .lay-menu-search {
  position: absolute;
  display: block;
  width: 500px;
  height: auto;
  top: auto;
  bottom: -10px;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  padding: 10px 10px;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 1024px) {
  .lay-menu-searchContainer .lay-menu-search {
    width: calc(100vw - 60px - 24px);
    max-width: 500px;
  }
}
.lay-menu-searchContainer .lay-menu-search form {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.lay-menu-searchContainer .lay-menu-search form::before {
  content: "";
  position: absolute;
  display: block;
  top: -22px;
  right: 11px;
  border: 8px solid transparent;
  border-top: none;
  border-bottom: 14px solid #000;
  pointer-events: none;
  z-index: -1;
}
.lay-menu-searchContainer .lay-menu-search input[type=text] {
  width: -o-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 8px;
  font-size: 16px;
  line-height: 1;
  vertical-align: top;
}
.lay-menu-searchContainer .lay-menu-search input[type=image] {
  display: block;
  width: 40px;
  height: 40px;
  padding: 8px 1px 8px 8px;
}
.lay-menu-searchContainer .lay-menu-search.isShow {
  opacity: 1;
  pointer-events: initial;
}

.header-nav-linkBtn {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 200px;
  width: 8em;
  height: 100%;
  text-decoration: none;
  font-size: clamp(18px, 1.6vw ,24px);
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0em;
  padding: 0.5em 0.5em 0.5em;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
@media only screen and (max-width: 1024px) {
  .header-nav-linkBtn {
    position: relative;
    width: 100%;
    min-height: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.06em;
    padding: 0.5em 60px 0.5em 1.5em;
    margin: 35px auto 0;
  }
  .header-nav-linkBtn::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
    border-right: none;
    top: 50%;
    right: 26px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    pointer-events: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .header-nav-linkBtn {
    max-width: 450px;
  }
}
@media only screen and (max-width: 599px) {
  .header-nav-linkBtn {
    max-width: 220px;
  }
}
.header-nav-linkBtn.forNewsSite {
  color: #fff;
  background-color: #0042a3;
}
.header-nav-linkBtn.forRecruit {
  color: #000;
  background-color: #d9e021;
}
.header-nav-linkBtn.forContact {
  color: #fff;
  background-color: #000;
}
.header-nav-linkBtn:hover {
  opacity: 1 !important;
}
@media print, screen and (min-width: 1025px) {
  .header-nav-linkBtn:hover {
    color: #fff;
    background-color: #0d318f;
  }
}
@media print, screen and (min-width: 1025px) {
  .header-nav-linkBtn:hover.forNewsSite {
    background-color: #000;
  }
}

#header-mobileMenuBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 60px;
  height: 60px;
  padding: 18px 10px;
  background-color: transparent;
  z-index: 999;
  cursor: pointer;
}
#header-mobileMenuBtn .header-mobileMenuBtnInner {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  padding-bottom: -o-calc(100% - 16px);
  padding-bottom: calc(100% - 16px);
  top: 0;
  left: 0;
}
#header-mobileMenuBtn .header-mobileMenuBtnInner > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #0d318f;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 2px;
  pointer-events: none;
}
#header-mobileMenuBtn .header-mobileMenuBtnInner > span:nth-child(1) {
  top: 0;
}
#header-mobileMenuBtn .header-mobileMenuBtnInner > span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#header-mobileMenuBtn .header-mobileMenuBtnInner > span:nth-child(3) {
  bottom: 0;
}
#header-mobileMenuBtn.isMenuOpen .header-mobileMenuBtnInner > span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(30deg);
          transform: translate(0, -50%) rotate(30deg);
}
#header-mobileMenuBtn.isMenuOpen .header-mobileMenuBtnInner > span:nth-child(2) {
  opacity: 0;
}
#header-mobileMenuBtn.isMenuOpen .header-mobileMenuBtnInner > span:nth-child(3) {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%) rotate(-30deg);
          transform: translate(0, -50%) rotate(-30deg);
}

.lay-menu-searchContainer__forInNavi {
  position: relative;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  max-width: 450px;
  margin: 0 auto 0;
}
.lay-menu-searchContainer__forInNavi .lay-menu-search {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 12px;
  background-color: #ebf0f7;
  border: 1px solid #ccc;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.lay-menu-searchContainer__forInNavi .lay-menu-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.lay-menu-searchContainer__forInNavi .lay-menu-search input[type=text] {
  width: -o-calc(100% - 60px);
  width: calc(100% - 60px);
  height: 50px;
  border: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: top;
  background-color: transparent;
}
.lay-menu-searchContainer__forInNavi .lay-menu-search input[type=image] {
  display: block;
  width: 40px;
  height: 40px;
  padding: 8px;
  background-color: transparent;
}
.lay-menu-searchContainer__forInNavi .lay-menu-search.isShow {
  opacity: 1;
  pointer-events: initial;
}

/*
*  globalnavi 通常ナビ
*----------------------------*/
.header-nav .header-navInner .header-nav-list li a {
  word-wrap: break-word;
}
.header-nav .header-navInner .header-nav-list li a:hover {
  opacity: 1 !important;
}
.header-nav .header-navInner .header-nav-list li > * {
  cursor: pointer;
}

/********** PCレイアウト **********/
@media print, screen and (min-width: 1025px) {
  .header-nav {
    display: block !important;
    height: auto;
  }
  .header-nav .header-navInner {
    display: block;
  }
  .header-nav .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px 48px;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1199px) {
  .header-nav .header-nav-list {
    gap: 20px 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .header-nav .header-nav-list > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header-nav .header-nav-list > li > .menuTitle {
    position: relative;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    color: #000;
    font-size: clamp(18px, 1.6vw ,24px);
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 0 0 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .header-nav .header-nav-list > li > .menuTitle:hover {
    opacity: 1 !important;
    color: #0d318f;
  }
  .header-nav .header-nav-list > li:first-child > .menuTitle {
    padding-left: 0;
  }
  .header-nav .header-nav-list > li:first-child > .menuTitle::before {
    content: none;
  }
  .header-nav .header-nav-list > li:last-child > .menuTitle {
    padding-right: 0;
  }
  .header-nav .header-nav-list > li:last-child > .menuTitle::before {
    content: none;
  }
}
@media print, screen and (min-width: 1025px) {
  .header-nav .header-nav-list > li:hover .accordionMenu__02 {
    display: block;
    -webkit-transform: translate(50%, 100%) scale(1, 1);
            transform: translate(50%, 100%) scale(1, 1);
  }
}
@media print, screen and (min-width: 1025px) {
  .header-nav .header-nav-list .accordionMenu__02 {
    display: block;
    position: absolute;
    width: auto;
    height: 0;
    bottom: 4px;
    right: 50%;
    left: auto;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translate(50%, 100%) scale(1, 0);
            transform: translate(50%, 100%) scale(1, 0);
    padding: 30px 0 0;
  }
  .header-nav .header-nav-list .accordionMenu__02::before {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 50%;
    border: 10px solid transparent;
    border-top: none;
    border-bottom: 16px solid #000;
    -webkit-transform: translate(50%, 100%);
            transform: translate(50%, 100%);
  }
  .header-nav .header-nav-list .accordionMenu__02Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 400px;
    background: #000;
    padding: 10px 20px 10px;
  }
  .header-nav .header-nav-list .accordionMenu__02 .header-nav-list__02 {
    position: relative;
    display: block;
    width: 100%;
  }
  .header-nav .header-nav-list .accordionMenu__02 .header-nav-list__02 > li {
    border-bottom: 1px solid #fff;
  }
  .header-nav .header-nav-list .accordionMenu__02 .header-nav-list__02 > li:last-child {
    border-bottom: none;
  }
  .header-nav .header-nav-list .accordionMenu__02 .header-nav-list__02 > li > .title a {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 1.5em;
    text-decoration: none;
    word-wrap: break-word;
    padding: 0.5em 1.5em 0.5em;
  }
  .header-nav .header-nav-list .accordionMenu__02 .header-nav-list__02 > li > .title a::before {
    content: "";
    position: absolute;
    display: block;
    width: 0.75em;
    height: 2px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-color: #d9e021;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
  .header-nav .header-nav-list .accordionMenu__02 .header-nav-list__02 > li:hover > .title a::before {
    opacity: 1;
  }
}
@media print, screen and (min-width: 1025px) {
  .header-nav .header-nav-list .header-nav-list__02 > li {
    position: relative;
  }
  .header-nav .header-nav-list .header-nav-list__02 > li:hover > .accordionMenu__03 {
    display: block;
  }
}
@media print, screen and (min-width: 1025px) {
  .header-nav .header-nav-list .accordionMenu__03 {
    display: none;
    width: 100%;
  }
  .header-nav .header-nav-list .accordionMenu__03 > .header-nav-list__03 > li {
    padding: 0.5em 1em 0.5em;
  }
  .header-nav .header-nav-list .accordionMenu__03 > .header-nav-list__03 > li > .menuTitle {
    display: block;
    width: 100%;
    color: #000;
    font-size: 14px;
    text-decoration: none;
  }
}
/********** MOBILEレイアウト **********/
@media only screen and (max-width: 1024px) {
  .header-nav {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: #fff;
    pointer-events: none;
    overflow-y: auto;
    z-index: -1;
  }
  .header-nav .header-navInner {
    position: absolute;
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    pointer-events: initial;
    opacity: 0;
    padding: 42px 24px 150px;
  }

  /********** NAVIGATION STYLE **********/
}
@media only screen and (max-width: 1024px) and (min-width: 600px) and (max-width: 1024px) {
  .header-nav .header-navInner {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 600px) and (max-width: 1024px) {
  .header-nav.isRight .header-navInner, .header-nav.isLeft .header-navInner {
    width: 360px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 599px) {
  .header-nav.isRight .header-navInner, .header-nav.isLeft .header-navInner {
    width: 320px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-nav.isRight .header-navInner {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .header-nav.isLeft .header-navInner {
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .header-nav.isTop .header-navInner {
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .header-nav.isUnder {
    top: 60px;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  }
}
@media only screen and (max-width: 1024px) {
  .header-nav.isSlide .header-navInner {
    opacity: 1;
  }
  .header-nav.isSlide.isRight .header-navInner {
    -webkit-transform: translate(150%, 0);
            transform: translate(150%, 0);
  }
  .header-nav.isSlide.isLeft .header-navInner {
    -webkit-transform: translate(-150%, 0);
            transform: translate(-150%, 0);
  }
  .header-nav.isSlide.isTop .header-navInner {
    -webkit-transform: translate(0, -120%);
            transform: translate(0, -120%);
  }
}
@media only screen and (max-width: 1024px) {
  .header-nav.isOpen {
    pointer-events: initial;
  }
  .header-nav.isOpen.isSlide.isRight .header-navInner, .header-nav.isOpen.isSlide.isLeft .header-navInner, .header-nav.isOpen.isSlide.isTop .header-navInner {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .header-nav.isOpen .header-navInner {
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .header-nav {
    padding-top: 60px;
  }
  .header-nav .header-navInner {
    z-index: 2;
  }
}
@media only screen and (max-width: 1024px) {
  .header-nav-list {
    max-width: 450px;
    margin: 10px auto 0;
  }
  .header-nav-list > li {
    border-bottom: 1px solid #999;
  }
  .header-nav-list > li:last-child {
    border-bottom: none;
  }
  .header-nav-list > li > .menuTitle {
    position: relative;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    color: #000;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: 0em;
    text-align: left;
    padding: 26px 36px 26px 10px;
    text-decoration: none;
  }
  .header-nav-list > li > .menuTitle::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: 13px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border: 5px solid transparent;
    border-left: 6px solid #0d318f;
    border-right: none;
  }
  .header-nav-list > li.withAccordionMenu__02 > .menuTitle {
    position: relative;
  }
  .header-nav-list > li.withAccordionMenu__02.isAccordionOpen > .menuTitle::after {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header-nav-list .accordionMenu__02 {
    width: 100%;
    bottom: 0;
  }
  .header-nav-list .accordionMenu__02 .header-nav-list__02 {
    position: relative;
    display: block;
    padding: 0 24px 26px 1.5em;
  }
  .header-nav-list .accordionMenu__02 .header-nav-list__02 > li {
    display: block;
    width: 100%;
    padding: 0 0 0;
    margin: 10px 0 0;
  }
  .header-nav-list .accordionMenu__02 .header-nav-list__02 > li:first-child {
    margin-top: 0;
  }
  .header-nav-list .accordionMenu__02 .header-nav-list__02 > li > .title a {
    position: relative;
    display: block;
    width: 100%;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.5em;
    padding: 0 0 0 1.75em;
  }
  .header-nav-list .accordionMenu__02 .header-nav-list__02 > li > .title a::before {
    content: "";
    position: absolute;
    display: block;
    width: 0.75em;
    height: 2px;
    line-height: 1.5em;
    top: -o-calc((1.5em * 0.5) + 1px);
    top: calc((1.5em * 0.5) + 1px);
    left: 0;
    background-color: #0d318f;
    pointer-events: none;
  }
  .header-nav-list .accordionMenu__02 .header-nav-list__02 > li.withAccordionMenu__03 > .title a {
    position: relative;
  }
  .header-nav-list .accordionMenu__02 .header-nav-list__02 > li.withAccordionMenu__03.isAccordionOpen > .title a::after {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header-nav-list .accordionMenu__03 {
    display: none;
    width: 100%;
  }
  .header-nav-list .accordionMenu__03 > .header-nav-list__03 > li {
    padding: 0.5em 1em 0.5em;
  }
  .header-nav-list .accordionMenu__03 > .header-nav-list__03 > li > .menuTitle {
    display: block;
    width: 100%;
    color: #000;
    font-size: 14px;
    text-decoration: none;
  }
}
@media only screen and (max-width: 1024px) {
  .lay-header-menu-mobuleSub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px 20px;
    margin: 35px 0 0;
  }
  .lay-header-menu-mobuleSub > li {
    display: block;
    width: 100%;
    max-width: 300px;
  }
  .lay-header-menu-mobuleSub > li > a {
    position: relative;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    min-height: 67px;
    background-color: #0d318f;
    padding: 0 48px 0 65px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    text-decoration: none;
  }
  .lay-header-menu-mobuleSub > li > a:hover {
    opacity: 1 !important;
  }
  .lay-header-menu-mobuleSub > li > a::before {
    content: "";
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    top: 50%;
    left: 17px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
  }
  .lay-header-menu-mobuleSub > li.forPatients > a::before {
    background-image: url(../images/common/icon/icon_karte.svg);
  }
  .lay-header-menu-mobuleSub > li.forStudents > a::before {
    background-image: url(../images/common/icon/icon_stethoscope.svg);
  }
  .lay-header-menu-mobuleSub > li.forMedicalInstitution > a::before {
    background-image: url(../images/common/icon/icon_hospital.svg);
  }
}
/*
============================================================ */
/* footer
============================================================ */
.footer .footer-mainBlock {
  padding: 58px 0 54px;
  background-color: #1a1a1a;
}
@media only screen and (max-width: 1024px) {
  .footer .footer-mainBlock {
    padding: 40px 0 44px;
  }
}
.footer .footer-mainBlock .footer-companyName {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.25em;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .footer .footer-mainBlock .footer-companyName {
    font-size: 20px;
  }
}
.footer .footer-mainBlock .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 10px 0;
  margin: 25px 0 0;
}
@media only screen and (max-width: 599px) {
  .footer .footer-mainBlock .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 0 0;
    width: calc(100% - 110px);
    min-width: 225px;
    margin: 15px auto 0;
  }
}
.footer .footer-mainBlock .footer-menu > li {
  display: block;
}
@media only screen and (max-width: 599px) {
  .footer .footer-mainBlock .footer-menu > li {
    width: 100%;
  }
}
.footer .footer-mainBlock .footer-menu > li > a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 20px;
  font-size: clamp(16px,1.5vw,20px);
  text-align: center;
  text-decoration: none;
  padding: 0 16px;
}
@media only screen and (max-width: 1024px) {
  .footer .footer-mainBlock .footer-menu > li > a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 599px) {
  .footer .footer-mainBlock .footer-menu > li > a {
    padding: 7px 0 6px;
    border-bottom: 1px dotted #fff;
  }
}
@media only screen and (min-width: 600px) {
  .footer .footer-mainBlock .footer-menu > li > a::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 1em;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-color: #fff;
  }
}
.footer .footer-mainBlock .footer-menu > li > a:hover {
  opacity: 1 !important;
}
@media only screen and (min-width: 600px) {
  .footer .footer-mainBlock .footer-menu > li > a:hover {
    text-decoration: underline;
  }
}
.footer .footer-mainBlock .footer-menu > li:first-child > a {
  padding-left: 0;
}
.footer .footer-mainBlock .footer-menu > li:first-child > a::before {
  content: none;
}
.footer .footer-mainBlock .footer-menu > li:last-child > a {
  padding-right: 0;
}
@media only screen and (max-width: 599px) {
  .footer .footer-mainBlock .footer-menu > li:last-child > a {
    border-bottom: none;
  }
}
.footer .footer-mainBlock .footer-notice,
.footer .footer-mainBlock .footer-copyright {
  display: block;
  color: #fff;
  font-size: 20px;
  font-size: clamp(16px,1.5vw,20px);
  line-height: 1.8em;
  letter-spacing: 0.06em;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .footer .footer-mainBlock .footer-notice,
.footer .footer-mainBlock .footer-copyright {
    font-size: 10px;
    line-height: 2.25em;
  }
}
.footer .footer-mainBlock .footer-notice {
  margin: 26px 0 0;
}
.footer .footer-mainBlock .footer-copyright {
  margin: 0 0 0;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .footer .footer-mainBlock .footer-copyright {
    margin-top: 1em;
  }
}

/*
============================================================ */
/* container
============================================================ */
#lay-container {
  position: relative;
  z-index: 3;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  #lay-container {
    margin-top: 0;
  }
}
/*
============================================================ */
/* main
============================================================ */
#lay-main {
  width: 100%;
  overflow: hidden;
}
#home #lay-main {
  max-width: inherit;
  padding: 0;
}
#lay-main > h1.withDate {
  margin-bottom: 0;
}

.lay-page {
  position: relative;
  padding: 100px 24px 150px;
}
@media print, screen and (min-width: 1025px) {
  .lay-page {
    max-width: 1248px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  .lay-page {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.lay-contentsContainer {
  width: 100%;
  padding: 0 24px;
}
@media print, screen and (min-width: 1025px) {
  .lay-contentsContainer {
    max-width: 1248px;
    margin: 0 auto;
  }
}

/*
============================================================ */
/* title
============================================================ */
#lay-title-wrap {
  position: relative;
  padding: 100px 0 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 1024px) {
  #lay-title-wrap {
    padding-top: 60px;
  }
}
#lay-title-wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 600px;
  height: 100%;
  top: 0;
  right: calc(50% - 400px);
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  background-color: #00a6ff;
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 0, 50% 0);
          clip-path: polygon(50% 0%, 100% 0%, 100% 0, 50% 0);
  opacity: 0.25;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: key_title-before 0.3s ease-in forwards;
          animation: key_title-before 0.3s ease-in forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media only screen and (max-width: 1024px) {
  #lay-title-wrap::before {
    width: 400px;
    right: calc(50% - 150px);
    -webkit-clip-path: polygon(40% 0%, 100% 0%, 100% 0, 40% 0);
            clip-path: polygon(40% 0%, 100% 0%, 100% 0, 40% 0);
    -webkit-animation: key_title-before_mbl 0.3s ease-in forwards;
            animation: key_title-before_mbl 0.3s ease-in forwards;
  }
}
@-webkit-keyframes key_title-before {
  from {
    -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 0, 50% 0);
            clip-path: polygon(50% 0%, 100% 0%, 100% 0, 50% 0);
  }
  to {
    -webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  }
}
@keyframes key_title-before {
  from {
    -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 0, 50% 0);
            clip-path: polygon(50% 0%, 100% 0%, 100% 0, 50% 0);
  }
  to {
    -webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  }
}
@-webkit-keyframes key_title-before_mbl {
  from {
    -webkit-clip-path: polygon(40% 0%, 100% 0%, 100% 0, 40% 0);
            clip-path: polygon(40% 0%, 100% 0%, 100% 0, 40% 0);
  }
  to {
    -webkit-clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
            clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
  }
}
@keyframes key_title-before_mbl {
  from {
    -webkit-clip-path: polygon(40% 0%, 100% 0%, 100% 0, 40% 0);
            clip-path: polygon(40% 0%, 100% 0%, 100% 0, 40% 0);
  }
  to {
    -webkit-clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
            clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
  }
}
#lay-title-wrap .title-inner {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  min-height: 250px;
  padding: 50px 24px;
}
@media print, screen and (min-width: 1025px) {
  #lay-title-wrap .title-inner {
    max-width: 1248px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  #lay-title-wrap .title-inner {
    min-height: 166px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#lay-title-wrap .title-inner .title {
  position: relative;
  display: block;
  color: #000;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0.06em;
  text-align: center;
  z-index: 2;
  opacity: 0;
  -webkit-animation: key_title 0.6s ease-in-out forwards;
          animation: key_title 0.6s ease-in-out forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media print, screen and (min-width: 1025px) {
  .isScrolled #lay-title-wrap .title-inner .title {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 599px) {
  #lay-title-wrap .title-inner .title {
    font-size: 1.6rem;
  }
}
@media print {
  #lay-title-wrap .title-inner .title {
    opacity: 1 !important;
    -webkit-animation: none;
            animation: none;
  }
}
#lay-title-wrap .title-inner .title::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #000;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  opacity: 0;
  -webkit-animation: key_title-bg 0.6s ease-in-out forwards;
          animation: key_title-bg 0.6s ease-in-out forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  z-index: 1;
}
@media print {
  #lay-title-wrap .title-inner .title::before {
    opacity: 0 !important;
  }
}
@-webkit-keyframes key_title {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes key_title {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes key_title-bg {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes key_title-bg {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

/*
*   汎用Class
*----------------------------*/
.attached_icon {
  width: auto;
  height: 20px;
  margin: 5px 5px 5px 0;
  vertical-align: middle;
}

.com-section > section {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .com-section > section {
    margin-bottom: 50px;
  }
}
.com-section > section:last-child {
  margin-bottom: 0;
}

.com-sect-desc {
  margin-bottom: 1.5rem;
}
.com-sect-desc:last-child {
  margin-bottom: 0;
}

.com-date-txt {
  color: #0d318f;
  font-size: 1rem;
  font-weight: 500;
  text-align: right;
  margin-bottom: 3em !important;
}

h1 + .com-date-txt {
  margin: 1rem 0;
}

.com-print-txt {
  margin-bottom: 2.5em !important;
  text-align: right;
}

.com-print-txt a {
  display: inline-block;
  padding-left: 25px;
  background: url(../images/common/print-bg.svg) no-repeat left center;
  background-size: 20px auto;
}

h1 + .com-print-txt {
  margin-top: -3.5em !important;
}
@media only screen and (max-width: 1024px) {
  h1 + .com-print-txt {
    margin-top: -1.25em !important;
  }
}

.com-date-txt + .com-print-txt {
  margin-top: -2.5em !important;
}

.com-print-link {
  margin-bottom: 2.5em !important;
  text-align: right;
}
.com-print-link a {
  display: inline-block;
  padding-left: 25px;
  background: url(../images/common/print-bg.png) no-repeat left center;
  background-size: 20px auto;
}

.com-print-btn-list {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2000;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
@media print {
  .com-print-btn-list {
    display: none;
  }
}
.com-print-btn-list a {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.com-print-btn-list a.close {
  padding-left: 23px;
}
.com-print-btn-list a.close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 19px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.com-print-btn-list a.close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 19px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.com-print-btn-list a.print {
  padding-left: 25px;
  background: url(../images/common/print-bg-wht.svg) no-repeat left center;
  background-size: 20px auto;
}

.com-signature address {
  margin-top: 100px;
  padding: 20px;
  border: 1px solid #6c6c6c;
}

.com-signature address span {
  display: block;
  font-style: normal;
}

.com-signature address .department {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #6c6c6c;
  font-size: 1.3333333333em;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .com-signature address {
    margin-top: 50px;
    padding: 20px;
  }

  .com-signature address .department {
    font-size: 1.2em;
  }
}
/*
*  画像用汎用Style
*----------------------------*/
/* 標準 */
.imgDefault {
  display: block;
  width: 100%;
  height: auto;
}

/* トリミング系 */
.imgCover {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.imgContain {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.imgScaleDown {
  display: block;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  height: 100%;
}

/*
*  要素 非表示
*----------------------------*/
.dNone {
  display: none !important;
}

@media print, screen and (min-width: 1025px) {
  .dNone-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .dNone-pcTab {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .dNone-pcTab {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .dNone-tab {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .dNone-mbl {
    display: none !important;
  }
}

@media only screen and (max-width: 599px) {
  .dNone-sp {
    display: none !important;
  }
}

@media print {
  .dNnone-prt {
    display: none !important;
  }
}

/*
*  flex 左寄dummy要素用Class
*----------------------------*/
.isEmpty {
  height: 0 !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
}
.isEmpty::before, .isEmpty::after {
  content: none !important;
}

/*
*  非表示テキスト
*----------------------------*/
.hdnTxt, #lay-breadcrumbs-list .scrText {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  color: transparent !important;
  line-height: 0 !important;
  letter-spacing: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
}
.hdnTxt::before, #lay-breadcrumbs-list .scrText::before, .hdnTxt::after, #lay-breadcrumbs-list .scrText::after {
  content: none !important;
}

.noWrap {
  display: inline-block;
}

/*
============================================================ */
/* breadcrumbs-list
============================================================ */
#lay-breadcrumbs-list .pankuze_list_items {
  width: 100%;
  max-width: 1248px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  text-align: left;
  padding: 0.75em 24px 0.75em;
  margin: 0 auto 0;
}
@media only screen and (max-width: 1024px) {
  #lay-breadcrumbs-list .pankuze_list_items {
    font-size: clamp(12px, 0.8rem, 14px);
    letter-spacing: 0.04em;
    padding-right: 24px;
    padding-left: 24px;
  }
}
#lay-breadcrumbs-list .pankuze_list_items > * {
  padding: 0 0.75em;
}
#lay-breadcrumbs-list .pankuze_list_items > *:nth-child(2) {
  padding-left: 0;
}
#lay-breadcrumbs-list .pankuze_list_items > *:last-child {
  padding-right: 0;
}
#lay-breadcrumbs-list .pankuze_list_items a {
  display: inline-block;
  color: inherit;
}
@media only screen and (max-width: 1024px) {
  #lay-breadcrumbs-list .pankuze_list_items a {
    padding: 0 0em;
  }
}
#lay-breadcrumbs-list .pankuze_list_items a:hover {
  opacity: 1 !important;
}
/*
============================================================ */
/* sect-category-list
============================================================ */
.sect-category-list {
  clear: both;
  margin: 50px 0;
}
.sect-category-list .none_text {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .sect-category-list {
    margin: 30px 0;
  }
}
.sect-category-list:first-child {
  margin-top: 0;
}
.sect-category-list:last-child {
  margin-bottom: 0;
}

/*
*   CATEGORY LIST 
*----------------------------*/
.com-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 30px 0;
}
@media only screen and (max-width: 599px) {
  .com-category-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.com-category-list > li {
  position: relative;
  display: block;
  width: -o-calc(50% - 10px);
  width: calc(50% - 10px);
  padding: 0 0 0;
  border: 1px solid #0d318f;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .com-category-list > li {
    width: 100%;
  }
}
.com-category-list > li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 40px 0 40px;
  background-color: #0d318f;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
@media only screen and (max-width: 1024px) {
  .com-category-list > li a {
    padding: 25px 0 25px;
  }
}
.com-category-list > li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 0.75rem;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
  background: url(../images/common/arrow_white.svg) no-repeat center/contain;
  -webkit-transition: right 0.2s ease-in;
  transition: right 0.2s ease-in;
}
.com-category-list > li a:hover {
  opacity: 1 !important;
}
.com-category-list > li a:hover::after {
  right: 0.5rem;
}
.com-category-list > li a:hover .thumb img {
  -webkit-transform: translate(50%, -50%) scale(1.2);
          transform: translate(50%, -50%) scale(1.2);
}
.com-category-list > li a[target=_blank]::after {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/common/icon/icon_new-window_white.svg);
}
.com-category-list > li a[target=_blank]:hover::after {
  right: 0.75rem;
}
.com-category-list > li .thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin: -350px 0 0;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .com-category-list > li .thumb {
    height: 250px;
    margin-top: -250px;
  }
}
.com-category-list > li .thumb img {
  position: absolute;
  display: block;
  top: 50%;
  right: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.com-category-list > li .date,
.com-category-list > li .title,
.com-category-list > li .description {
  color: #fff;
  padding: 0 0 0;
  padding-left: 1rem;
  padding-right: 4rem;
}
.com-category-list > li .title {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: -0.2em;
}
.com-category-list > li .title .new {
  display: inline-block;
  background: #fff;
  color: #0d318f;
  padding: 0.2em 0.5em;
  font-size: 0.75em;
  line-height: 1em;
  letter-spacing: 0em;
  text-decoration: none;
  margin-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .com-category-list > li .title .new {
    padding: 0.25em 0.5em;
  }
}
@media only screen and (max-width: 599px) {
  .com-category-list > li .title .new {
    font-size: 14px;
  }
}
.com-category-list > li .date,
.com-category-list > li .description {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  margin: 0.8em 0 0;
}
.com-category-list > li .thumb {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.com-category-list > li .date {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.com-category-list > li .title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.com-category-list > li .description {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.news .com-category-list > li > a, .com-category-list > li.withImg > a {
  padding-top: 350px;
}
@media only screen and (max-width: 1024px) {
  .news .com-category-list > li > a, .com-category-list > li.withImg > a {
    padding-top: 250px;
  }
}
.news .com-category-list > li > a::after, .com-category-list > li.withImg > a::after {
  top: 50%;
  -webkit-transform: translate(0, calc(-50% + 175px));
          transform: translate(0, calc(-50% + 175px));
}
@media only screen and (max-width: 1024px) {
  .news .com-category-list > li > a::after, .com-category-list > li.withImg > a::after {
    -webkit-transform: translate(0, calc(-50% + 125px));
            transform: translate(0, calc(-50% + 125px));
  }
}
.com-category-list > li.withImg > a > *:nth-child(2) {
  margin-top: 25px;
}
@media only screen and (max-width: 1024px) {
  .com-category-list > li.withImg > a > *:nth-child(2) {
    margin-top: 16px;
  }
}

/***** お知らせ系ページ用 *****/
.news .com-category-list > li:not(.withImg) > a::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 350px;
  top: 0;
  left: 0;
  overflow: hidden;
  background: url(../images/common/no-img_02.png) no-repeat center/cover;
  background-color: #fff;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media only screen and (max-width: 1024px) {
  .news .com-category-list > li:not(.withImg) > a::before {
    padding-bottom: 250px;
  }
}
.news .com-category-list > li:not(.withImg) > a > *:nth-child(1) {
  margin-top: 25px;
}
@media only screen and (max-width: 1024px) {
  .news .com-category-list > li:not(.withImg) > a > *:nth-child(1) {
    margin-top: 16px;
  }
}

/*
*   NEWS LIST 
*----------------------------*/
.com-news-list ul {
  display: block;
  width: 100%;
  border-top: 1px solid #666;
}
.com-news-list ul li {
  border-bottom: 1px solid #666;
}
.com-news-list ul li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 1.75em;
  width: 100%;
  color: #000;
  font-size: 1rem;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding: 24px 24px;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
@media only screen and (max-width: 1024px) {
  .com-news-list ul li > a {
    padding: 15px 24px;
    gap: 0 1em;
  }
}
@media only screen and (max-width: 599px) {
  .com-news-list ul li > a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.com-news-list ul li > a .list-category-mark {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.com-news-list ul li > a .date {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.com-news-list ul li > a .title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.com-news-list ul li > a .list-category-mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.com-news-list ul li > a .date {
  display: block;
  color: #0d318f;
  letter-spacing: 0em;
  min-width: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 600px) {
  .com-news-list ul li > a .date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.com-news-list ul li > a .title {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 599px) {
  .com-news-list ul li > a .title {
    width: 100%;
    margin: 8px 0 0;
  }
}
.com-news-list ul li > a .title .new {
  display: inline-block;
  background: #0d318f;
  color: #fff;
  padding: 0.2em 0.5em;
  font-size: 0.75em;
  line-height: 1.25em;
  letter-spacing: 0em;
  text-decoration: none;
  margin-left: 1rem;
}
@media only screen and (max-width: 1024px) {
  .com-news-list ul li > a .title .new {
    padding: 0.25em 0.5em;
  }
}
@media only screen and (max-width: 599px) {
  .com-news-list ul li > a .title .new {
    font-size: 14px;
  }
}
.com-news-list ul li > a:hover {
  opacity: 1 !important;
}
@media print, screen and (min-width: 1025px) {
  .com-news-list ul li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .com-news-list ul li > a:hover .title {
    text-decoration: none;
  }
}
.com-news-list .no-content {
  font-size: 1.25em;
  line-height: 1.8em;
  text-align: center;
}

.com-category-mark, .com-news-list ul li > a .list-category-mark {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 6.5em;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-decoration: none;
  background-color: #e5f6ff;
  padding: 0.4em 0.75em 0.4em;
}
@media only screen and (max-width: 1024px) {
  .com-category-mark, .com-news-list ul li > a .list-category-mark {
    font-size: 13px;
  }
}

/*
*   MINI SCHEDULE
*----------------------------*/
.com-mini-schedule .calendar-nav {
  text-align: center;
  margin-bottom: 5px;
}

.com-mini-schedule .calendar-nav span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.com-mini-schedule .calendar-nav span:last-child {
  margin-right: 0;
}

.com-mini-schedule .calendar-nav .now-month {
  font-weight: bold;
  vertical-align: middle;
}

.com-mini-schedule .calendar-nav .prev-month a,
.com-mini-schedule .calendar-nav .next-month a {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  vertical-align: middle;
  cursor: pointer;
}

.com-mini-schedule .calendar-nav .prev-month a:hover,
.com-mini-schedule .calendar-nav .next-month a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.com-mini-schedule .calendar-nav .prev-month a::before,
.com-mini-schedule .calendar-nav .next-month a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}

.com-mini-schedule .calendar-nav .prev-month a::before {
  border-width: 6px 8px 6px 0;
  border-color: transparent #000 transparent transparent;
}

.com-mini-schedule .calendar-nav .next-month a::after {
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #000;
}

.com-mini-schedule .mini-calendar {
  table-layout: fixed;
  border-collapse: collapse;
  width: auto;
  margin: 0 auto;
}

.com-mini-schedule .mini-calendar .cal-head {
  width: auto;
  height: auto;
  padding: 2px 5px;
  color: #000;
  background: #f8f7f7;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.com-mini-schedule .mini-calendar .cal-day {
  width: auto;
  height: auto;
  padding: 2px 5px;
  border: 1px solid #6c6c6c;
  text-align: center;
  vertical-align: middle;
}

.com-mini-schedule .mini-calendar .cal-day.gogoshinryoubi {
  background: #c4d9ea;
}

.com-mini-schedule .mini-calendar .cal-day.kyuushinbi {
  background: #ffd3d3;
}

.com-mini-schedule .mini-calendar .cal-day.pre_month,
.com-mini-schedule .mini-calendar .cal-day.next_month {
  background: #f8f7f7;
}

.com-mini-schedule .mini-calendar .cal-head.saturday,
.com-mini-schedule .mini-calendar .cal-day.saturday {
  color: #0a5fa0;
}

.com-mini-schedule .mini-calendar .cal-head.sunday,
.com-mini-schedule .mini-calendar .cal-day.sunday {
  color: #f80000;
}

/*
*   CALENDAR LEGENDS
*----------------------------*/
.com-calendar-legends ul {
  margin: 5px 0 0;
  text-align: center;
}

.com-calendar-legends ul > li {
  display: inline-block;
  margin-right: 5px;
  padding-left: 0;
  font-size: 0.9333333333em;
  text-indent: 0;
}

.com-calendar-legends ul > li:last-child {
  margin-right: 0;
}

.com-calendar-legends ul > li::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 4px;
  margin-right: 5px;
  border-radius: 0;
  background: #000;
  vertical-align: middle;
}

.com-calendar-legends ul > li.all-day::before {
  background: #ffd3d3;
}

.com-calendar-legends ul > li.afternoon::before {
  background: #c4d9ea;
}

/*
*   SIDE BNR LIST
*----------------------------*/
.com-side-bnr-list {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .com-side-bnr-list {
    margin-bottom: 20px;
  }
}

.com-side-bnr-list:last-child {
  margin-bottom: 0;
}

.com-side-bnr-list li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .com-side-bnr-list li {
    margin-bottom: 10px;
  }
}

.com-side-bnr-list li:last-child {
  margin-bottom: 0;
}

.com-side-bnr-list li img {
  width: 100%;
  height: auto;
}

/*
============================================================ */
/* skip-header
============================================================ */
.skip-header {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

/*
*   anchorlink
*----------------------------*/
.com-anchorLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.com-anchorLink .listItem {
  display: block;
  background-color: #e5f6ff;
  margin: 10px 0 0;
}
@media print, screen and (min-width: 1025px) {
  .com-anchorLink .listItem {
    width: 24%;
  }
  .com-anchorLink .listItem:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .com-anchorLink .listItem {
    width: 32%;
  }
  .com-anchorLink .listItem:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .com-anchorLink .listItem {
    width: 48%;
  }
  .com-anchorLink .listItem:nth-child(-n+2) {
    margin-top: 0;
  }
}
.com-anchorLink .listItemInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #000;
  text-decoration: none;
  padding: 0.25em 1.5em 0.25em 0.5em;
}
.com-anchorLink .listItemInner::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.5em;
  height: 0.5em;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  border: 2px solid #000;
  border-left: none;
  border-bottom: none;
  pointer-events: none;
}

/* calendar-nav-warp
============================================================ */
.calendar-nav-warp {
  margin-bottom: 15px;
}
.calendar-nav-warp .calendar-nav {
  float: left;
  width: 42.5%;
}
.calendar-nav-warp .calendar-nav span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.calendar-nav-warp .calendar-nav span:last-child {
  margin-right: 0;
}
.calendar-nav-warp .calendar-nav .now-month {
  font-size: 1.2em;
  font-weight: bold;
}
.calendar-nav-warp .calendar-nav .prev-month a {
  display: inline-block;
  height: 36px;
  padding: 8px 17px;
  background: #6c6c6c;
  color: #fff;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: middle;
}
.calendar-nav-warp .calendar-nav .prev-month a:hover {
  opacity: 0.8;
}
.calendar-nav-warp .calendar-nav .prev-month a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  margin-right: 5px;
  border-width: 6px 8px 6px 0;
  border-color: transparent #fff transparent transparent;
}
.calendar-nav-warp .calendar-nav .next-month a {
  display: inline-block;
  height: 36px;
  padding: 8px 17px;
  background: #6c6c6c;
  color: #fff;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: middle;
}
.calendar-nav-warp .calendar-nav .next-month a:hover {
  opacity: 0.8;
}
.calendar-nav-warp .calendar-nav .next-month a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  margin-left: 5px;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}
.calendar-nav-warp .calendar-category {
  float: right;
  width: 57.5%;
}
.calendar-nav-warp .calendar-category form {
  text-align: right;
  vertical-align: middle;
}
.calendar-nav-warp .calendar-category form label {
  margin-right: 1px;
  letter-spacing: 0;
}
.calendar-nav-warp .calendar-category form select {
  width: 210px;
  height: 36px;
  margin-right: 6px;
  line-height: 36px;
}
.calendar-nav-warp .calendar-category form input[type=submit] {
  display: inline-block;
  height: 36px;
  padding: 8px 17px;
  background: #6c6c6c;
  color: #fff;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .calendar-nav-warp {
    margin-bottom: 20px;
  }
  .calendar-nav-warp .calendar-nav {
    float: none;
    width: 100%;
    text-align: center;
  }
  .calendar-nav-warp .calendar-nav .prev-month a::before {
    border-width: 5.5px 7px 5.5px 0;
  }
  .calendar-nav-warp .calendar-nav .next-month a::after {
    border-width: 5.5px 0 5.5px 7px;
  }
  .calendar-nav-warp .calendar-category {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .calendar-nav-warp .calendar-category form {
    text-align: center;
  }
  .calendar-nav-warp .calendar-category form label {
    display: none;
  }
  .calendar-nav-warp .calendar-category form select {
    margin-right: -0.4em;
  }
  .calendar-nav-warp .calendar-category form input[type=submit] {
    width: 80px;
    padding: 8px 2px;
  }
}
@media only screen and (max-width: 599px) {
  .calendar-nav-warp .calendar-nav .prev-month a {
    padding: 8px 12px;
  }
  .calendar-nav-warp .calendar-nav .next-month a {
    padding: 8px 12px;
  }
  .calendar-nav-warp .calendar-category form select {
    width: 175px;
  }
  .calendar-nav-warp .calendar-category form input[type=submit] {
    padding: 8px 12px;
  }
}
/* sect-calendar
============================================================ */
.sect-calendar .one-calendar {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.sect-calendar .one-calendar .week-wrap {
  display: table-row;
}
.sect-calendar .one-calendar .week-wrap .cal-head {
  display: table-cell;
  padding: 2px 0;
  background: #f8f7f7;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.sect-calendar .one-calendar .week-wrap .cal-day {
  display: table-cell;
  height: 100px;
  border: 1px solid #6c6c6c;
  vertical-align: top;
}
.sect-calendar .one-calendar .week-wrap .cal-day .day {
  display: block;
  font-size: 0.9333333333em;
  text-align: center;
}
.sect-calendar .one-calendar .week-wrap .cal-day .wday {
  display: block;
  font-size: 0.9333333333em;
  text-align: center;
  display: none;
}
.sect-calendar .one-calendar .week-wrap .cal-day .label {
  display: block;
  font-size: 0.8em;
  text-align: center;
}
.sect-calendar .one-calendar .week-wrap .cal-day ul {
  padding: 0 5px 5px;
  text-indent: 0;
}
.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item {
  display: inline-block;
  padding-left: 0.9em;
  line-height: 1.6;
  text-indent: -0.9em;
}
.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 2px;
  margin-right: 2px;
  background: #000;
  border-radius: 100%;
  vertical-align: middle;
}
.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item .title a {
  color: #000;
  font-size: 0.9333333333em;
  text-indent: 0;
}
.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item .time {
  display: inline-block;
  padding: 0 5px;
  background: #e2e2e2;
  font-size: 0.8em;
  text-indent: 0;
}
.sect-calendar .one-calendar .week-wrap .cal-head.saturday {
  background: #c4d9ea;
  color: #0a5fa0;
}
.sect-calendar .one-calendar .week-wrap .cal-day.saturday {
  background: #c4d9ea;
}
.sect-calendar .one-calendar .week-wrap .cal-day.saturday .day {
  color: #0a5fa0;
}
.sect-calendar .one-calendar .week-wrap .cal-day.saturday .wday {
  color: #0a5fa0;
}
.sect-calendar .one-calendar .week-wrap .cal-head.sunday {
  background: #ffd3d3;
  color: #f80000;
}
.sect-calendar .one-calendar .week-wrap .cal-day.sunday {
  background: #ffd3d3;
}
.sect-calendar .one-calendar .week-wrap .cal-day.sunday .day {
  color: #f80000;
}
.sect-calendar .one-calendar .week-wrap .cal-day.sunday .wday {
  color: #f80000;
}
.sect-calendar .one-calendar .week-wrap .cal-day.holiday {
  background: #ffd3d3;
}
.sect-calendar .one-calendar .week-wrap .cal-day.holiday .day {
  color: #f80000;
}
.sect-calendar .one-calendar .week-wrap .cal-day.holiday .wday {
  color: #f80000;
}
.sect-calendar .one-calendar .week-wrap .cal-day.holiday .label {
  color: #f80000;
}
.sect-calendar .one-calendar .week-wrap .cal-day.today {
  background: #ffeed3;
}
.sect-calendar .one-calendar .week-wrap .cal-day.today .day {
  color: #f89b00;
}
.sect-calendar .one-calendar .week-wrap .cal-day.today .wday {
  color: #f89b00;
}
.sect-calendar .one-calendar .week-wrap .cal-day.today .label {
  color: #f89b00;
}
.sect-calendar .one-calendar .week-wrap .cal-day.blank {
  background: #f8f7f7;
}

@media only screen and (max-width: 1024px) {
  .sect-calendar .one-calendar {
    border-top: 1px solid #6c6c6c;
  }
  .sect-calendar .one-calendar .week-wrap .cal-head {
    display: none;
  }
  .sect-calendar .one-calendar .week-wrap .cal-day {
    display: block;
    height: auto;
    padding: 5px 10px;
    border-top: none;
  }
  .sect-calendar .one-calendar .week-wrap .cal-day .day {
    display: inline-block;
    text-align: left;
  }
  .sect-calendar .one-calendar .week-wrap .cal-day .wday {
    display: inline-block;
    text-align: left;
  }
  .sect-calendar .one-calendar .week-wrap .cal-day .label {
    display: inline-block;
    margin-left: 5px;
  }
  .sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item::before {
    width: 6px;
    height: 6px;
  }
  .sect-calendar .one-calendar .week-wrap .cal-day.blank {
    display: none;
  }
}
/* sect-weekly-calendar
============================================================ */
.sect-weekly-calendar .weekly-calendar {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.sect-weekly-calendar .weekly-calendar th {
  padding: 2px 0;
  background: #f8f7f7;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.sect-weekly-calendar .weekly-calendar th.wday-0 {
  color: #f80000;
  background: #ffd3d3;
}
.sect-weekly-calendar .weekly-calendar th.wday-6 {
  color: #0a5fa0;
  background: #c4d9ea;
}
.sect-weekly-calendar .weekly-calendar th.today {
  color: #f89b00;
  background: #ffeed3;
  border: 2px solid #ffc057;
}
.sect-weekly-calendar .weekly-calendar th.cal-hour-head {
  vertical-align: top;
}
.sect-weekly-calendar .weekly-calendar td {
  height: 100px;
  border: 1px solid #6c6c6c;
  vertical-align: top;
}
.sect-weekly-calendar .weekly-calendar td table th {
  padding: 0;
  background: none;
  border: none;
  vertical-align: top;
}
.sect-weekly-calendar .weekly-calendar td table td {
  padding: 0;
  background: none;
  border: none;
  vertical-align: top;
}
.sect-weekly-calendar .weekly-calendar td.today {
  background: #ffeed3;
  border: 2px solid #ffc057;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.sect-weekly-calendar .weekly-calendar tr:last-child td.today {
  border-bottom: 2px solid #ffc057;
}

@media only screen and (max-width: 1024px) {
  .sect-weekly-calendar {
    position: relative;
    overflow: scroll;
    height: calc(100vh - 60px - 40px);
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .sect-weekly-calendar .weekly-calendar th.today {
    border-width: 1px;
  }
  .sect-weekly-calendar .weekly-calendar th.cal-day-head {
    position: sticky;
    top: 0;
    z-index: 1;
    white-space: nowrap;
    width: 150px;
  }
  .sect-weekly-calendar .weekly-calendar th.cal-day-head:first-child {
    width: 75px;
  }
  .sect-weekly-calendar .weekly-calendar th.cal-hour-head {
    position: sticky;
    left: 0;
    z-index: 1;
    white-space: nowrap;
    width: 75px;
  }
  .sect-weekly-calendar .weekly-calendar td.today {
    border-width: 1px;
  }
  .sect-weekly-calendar .weekly-calendar tr:last-child td.today {
    border-width: 1px;
  }
}
/* sect-calendar-info
============================================================ */
.sect-calendar-info .cal-day-tbl {
  width: 100%;
  margin-bottom: 2em;
  border: 1px solid #6c6c6c;
}
.sect-calendar-info .cal-day-tbl:last-child {
  margin-bottom: 0;
}
.sect-calendar-info .cal-day-tbl th {
  padding: 5px 10px;
  border: 1px solid #6c6c6c;
  text-align: left;
  vertical-align: top;
  width: 20%;
  color: #fff;
  background: #999;
}
.sect-calendar-info .cal-day-tbl td {
  padding: 5px 10px;
  border: 1px solid #6c6c6c;
  text-align: left;
  vertical-align: top;
  background: #fff;
}
.sect-calendar-info .cal-day-tbl td a {
  color: #000;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 599px) {
  .sect-calendar-info .cal-day-tbl {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    border-right: none;
    border-left: none;
  }
  .sect-calendar-info .cal-day-tbl:last-child {
    padding-bottom: 0;
  }
  .sect-calendar-info .cal-day-tbl tbody {
    display: block;
    width: 100%;
  }
  .sect-calendar-info .cal-day-tbl tr {
    display: block;
    width: 100%;
  }
  .sect-calendar-info .cal-day-tbl th {
    display: block;
    width: 100%;
    border-right: none;
    border-left: none;
  }
  .sect-calendar-info .cal-day-tbl td {
    display: block;
    width: 100%;
    border-right: none;
    border-left: none;
    min-height: 40px;
    border-top: none;
  }
}
/* section-club
============================================================ */
.section-club .sub-section-photo-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 100px;
}
.section-club .sub-section-photo-movie:last-child {
  margin-bottom: 0;
}
.section-club .sub-section-photo-movie > div {
  margin: 0 40px 0 0;
}
.section-club .sub-section-photo-movie > div:last-child {
  margin-right: 0;
}
.section-club .sub-section-photo {
  width: calc(50% - 20px);
}
.section-club .sub-section-photo .slick-item {
  vertical-align: top;
  height: 327px;
}
.section-club .sub-section-photo .slick-item:nth-child(n+2) {
  display: none;
}
.section-club .sub-section-photo .slick-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-club .sub-section-photo .slick-list {
  z-index: 1;
}
.section-club .sub-section-photo .slick-arrow {
  top: 0;
  z-index: 2;
  width: 50px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.section-club .sub-section-photo .slick-arrow:hover {
  opacity: 1;
}
.section-club .sub-section-photo .slick-arrow::before {
  content: "";
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #6c6c6c;
  border-right: 2px solid #6c6c6c;
  background: none;
  opacity: 1;
}
.section-club .sub-section-photo .slick-prev {
  left: 0;
}
.section-club .sub-section-photo .slick-prev::before {
  -webkit-transform: translateX(105%) rotate(-135deg);
  transform: translateX(105%) rotate(-135deg);
}
.section-club .sub-section-photo .slick-next {
  right: 0;
}
.section-club .sub-section-photo .slick-next::before {
  -webkit-transform: translateX(40%) rotate(45deg);
  transform: translateX(40%) rotate(45deg);
}
.section-club .sub-section-photo .slick-dots {
  position: absolute;
  bottom: inherit;
  margin-bottom: 0;
}
.section-club .sub-section-photo .slick-dots li {
  width: 10px;
  height: 10px;
  padding: 0;
  text-indent: 0;
}
.section-club .sub-section-photo .slick-dots li::before {
  content: none;
}
.section-club .sub-section-photo .slick-dots li button {
  width: 10px;
  height: 10px;
  line-height: 1;
}
.section-club .sub-section-photo .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #6c6c6c;
  border-radius: 10px;
  line-height: 1;
  opacity: 0.5;
}
.section-club .sub-section-photo .slick-dots li.slick-active button::before {
  opacity: 1;
}
.section-club .sub-section-photo.slick-initialized .slick-item {
  display: inline-block;
}
.section-club .sub-section-movie {
  width: calc(50% - 20px);
}
.section-club .sub-section-movie:last-child {
  margin-bottom: 0;
}
.section-club .sub-section-movie iframe {
  width: 100%;
  height: 327px;
}

@media screen and (max-width: 1060px) {
  .section-club .sub-section-photo .slick-item {
    height: calc((100vw - 40px - 40px) / 2 * .66736);
  }
  .section-club .sub-section-movie iframe {
    height: calc((100vw - 40px - 40px) / 2 * .66736);
  }
}
@media only screen and (max-width: 1024px) {
  .section-club .sub-section-photo-movie {
    display: block;
    margin-bottom: 50px;
  }
  .section-club .sub-section-photo-movie > div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 80px;
  }
  .section-club .sub-section-photo-movie > div:last-child {
    margin: 0 auto;
  }
  .section-club .sub-section-photo .slick-item {
    height: auto;
  }
  .section-club .sub-section-movie iframe {
    height: 280px;
  }
}
@media screen and (max-width: 540px) {
  .section-club .sub-section-photo-movie > div {
    margin-bottom: 70px;
  }
  .section-club .sub-section-movie iframe {
    height: calc((100vw - 40px) * .56);
  }
}
/*
============================================================ */
/* colorbox
============================================================ */
#cboxLoadingGraphic {
  position: relative;
  background: none !important;
}
#cboxLoadingGraphic::after {
  content: "";
  position: absolute;
  z-index: -1;
  overflow: hidden;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #6c6c6c;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-animation 1.1s infinite linear;
  animation: load-animation 1.1s infinite linear;
}

#cboxTitle {
  width: 100%;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cboxPrevious,
#cboxNext {
  position: absolute;
  background: none;
  width: 40px !important;
  height: 60px !important;
  top: calc(50% - 15px) !important;
  background-color: rgba(0, 0, 0, 0.5);
}
#cboxPrevious::before,
#cboxNext::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  z-index: 1;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-indent: 0;
}

#cboxPrevious::before {
  left: calc(50% - 3px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#cboxNext::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#cboxClose {
  position: absolute;
  background: none !important;
  width: 30px !important;
  height: 30px !important;
}
#cboxClose::before, #cboxClose::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 18px);
  left: calc(50% - 1px);
  width: 2px;
  height: 30px;
  background: #fff;
  text-indent: 0;
}
#cboxClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#cboxClose::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media only screen and (max-width: 1024px) {
  #cboxLoadingGraphic::after {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
}
/*
*   FORM
*----------------------------*/
.tbl-form {
  margin-top: 2rem;
}

/* sect-form
============================================================ */
.sect-form .required {
  color: #f68400;
}
.sect-form .sect-form-body {
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}
@media print, screen and (min-width: 1025px) {
  .sect-form .sect-form-body {
    table-layout: fixed;
  }
  .sect-form .sect-form-body,
.sect-form .sect-form-body td,
.sect-form .sect-form-body th {
    border: 1px solid #ccc;
    border-collapse: collapse;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .sect-form .sect-form-body {
    table-layout: fixed;
  }
  .sect-form .sect-form-body,
.sect-form .sect-form-body td,
.sect-form .sect-form-body th {
    border: 1px solid #ccc;
    border-collapse: collapse;
  }
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body {
    width: 100%;
    margin-bottom: 25px;
    border-right: none;
    border-left: none;
  }
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body tr {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .sect-form .sect-form-body tr:last-child {
    border-bottom: none;
  }
}
.sect-form .sect-form-body th {
  width: 300px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background-color: #e5f6ff;
  padding: 14px 20px;
}
.sect-form .sect-form-body th.th-color-extra {
  background-color: #ffe5f6;
}
@media print, screen and (min-width: 1025px) {
  .sect-form .sect-form-body th {
    vertical-align: middle;
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .sect-form .sect-form-body th {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body th {
    font-size: 16px;
    display: block;
    width: 100%;
  }
}
.sect-form .sect-form-body th .label-list-wrap {
  position: relative;
  padding-right: 40px;
}
.sect-form .sect-form-body th .label-list-wrap .required {
  position: absolute;
  top: 0.7rem;
  right: 0;
  padding: 4px 4px 4px;
  background-color: #f68400;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-indent: 0;
  line-height: 1em;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body th .label-list-wrap .required {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.sect-form .sect-form-body td {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  padding: 14px 20px;
}
@media print, screen and (min-width: 1025px) {
  .sect-form .sect-form-body td {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body td {
    width: 100%;
    display: block;
    border: none;
    border-top: none;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .sect-form .sect-form-body td {
    vertical-align: middle;
  }
}
.sect-form .sect-form-body td p {
  margin: 0.5em 0 0;
  font-size: 0.9333333333em;
}
.sect-form .sect-form-body label {
  cursor: pointer;
}
.sect-form .sect-form-body input[type=text],
.sect-form .sect-form-body input[type=tel],
.sect-form .sect-form-body input[type=date],
.sect-form .sect-form-body input[type=email],
.sect-form .sect-form-body input[type=password] {
  height: calc(10px * 2 + 1.5em);
}
.sect-form .sect-form-body input[type=text] {
  padding: 10px 10px;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .sect-form .sect-form-body input[type=text] {
    max-width: 400px;
  }
}
.sect-form .sect-form-body input[type=tel] {
  padding: 10px 10px;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .sect-form .sect-form-body input[type=tel] {
    max-width: 160px;
  }
}
.sect-form .sect-form-body input[type=date] {
  padding: 10px 10px;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .sect-form .sect-form-body input[type=date] {
    max-width: 160px;
  }
}
.sect-form .sect-form-body input[type=email] {
  padding: 10px 10px;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .sect-form .sect-form-body input[type=email] {
    max-width: 400px;
  }
}
.sect-form .sect-form-body input[type=password] {
  padding: 10px 10px;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .sect-form .sect-form-body input[type=password] {
    max-width: 400px;
  }
}
.sect-form .sect-form-body textarea {
  padding: 10px 10px;
  width: 100%;
  min-height: 30vh;
  resize: vertical;
  line-height: 1.5em;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body textarea {
    min-height: 30vh;
    max-height: 50vh;
  }
}
.sect-form .sect-form-body select {
  padding: 10px 10px;
  max-width: 100%;
  margin: 0 2px 0 10px;
}
.sect-form .sect-form-body select:first-child {
  margin-left: 0;
}
.sect-form .sect-form-body input[type=text].p-postal-code {
  max-width: 200px;
}
.sect-form .sect-form-body input[type=checkbox] + label {
  margin-right: 20px;
}
.sect-form .sect-form-body input[type=radio] + label {
  margin-right: 20px;
}
.sect-form .sect-form-body .input_error {
  background-color: #ffd3d3;
  border-color: #ff5757;
}
.sect-form .sect-form-body .enquete-form-errors-list {
  color: #f80000;
  font-weight: bold;
}
.sect-form .sect-form-body .enquete-form-errors-list span {
  display: block;
}
.sect-form .sect-form-body .tbl-form-paragraph {
  margin-top: 0;
}
.sect-form .sect-form-body .enquete-item-width-20-per {
  max-width: initial !important;
  width: 20% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-20-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-21-per {
  max-width: initial !important;
  width: 21% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-21-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-22-per {
  max-width: initial !important;
  width: 22% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-22-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-23-per {
  max-width: initial !important;
  width: 23% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-23-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-24-per {
  max-width: initial !important;
  width: 24% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-24-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-25-per {
  max-width: initial !important;
  width: 25% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-25-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-26-per {
  max-width: initial !important;
  width: 26% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-26-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-27-per {
  max-width: initial !important;
  width: 27% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-27-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-28-per {
  max-width: initial !important;
  width: 28% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-28-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-29-per {
  max-width: initial !important;
  width: 29% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-29-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-30-per {
  max-width: initial !important;
  width: 30% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-30-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-31-per {
  max-width: initial !important;
  width: 31% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-31-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-32-per {
  max-width: initial !important;
  width: 32% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-32-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-33-per {
  max-width: initial !important;
  width: 33% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-33-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-34-per {
  max-width: initial !important;
  width: 34% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-34-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-35-per {
  max-width: initial !important;
  width: 35% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-35-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-36-per {
  max-width: initial !important;
  width: 36% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-36-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-37-per {
  max-width: initial !important;
  width: 37% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-37-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-38-per {
  max-width: initial !important;
  width: 38% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-38-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-39-per {
  max-width: initial !important;
  width: 39% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-39-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-40-per {
  max-width: initial !important;
  width: 40% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-40-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-41-per {
  max-width: initial !important;
  width: 41% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-41-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-42-per {
  max-width: initial !important;
  width: 42% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-42-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-43-per {
  max-width: initial !important;
  width: 43% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-43-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-44-per {
  max-width: initial !important;
  width: 44% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-44-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-45-per {
  max-width: initial !important;
  width: 45% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-45-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-46-per {
  max-width: initial !important;
  width: 46% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-46-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-47-per {
  max-width: initial !important;
  width: 47% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-47-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-48-per {
  max-width: initial !important;
  width: 48% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-48-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-49-per {
  max-width: initial !important;
  width: 49% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-49-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-50-per {
  max-width: initial !important;
  width: 50% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-50-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-51-per {
  max-width: initial !important;
  width: 51% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-51-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-52-per {
  max-width: initial !important;
  width: 52% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-52-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-53-per {
  max-width: initial !important;
  width: 53% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-53-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-54-per {
  max-width: initial !important;
  width: 54% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-54-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-55-per {
  max-width: initial !important;
  width: 55% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-55-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-56-per {
  max-width: initial !important;
  width: 56% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-56-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-57-per {
  max-width: initial !important;
  width: 57% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-57-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-58-per {
  max-width: initial !important;
  width: 58% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-58-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-59-per {
  max-width: initial !important;
  width: 59% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-59-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-60-per {
  max-width: initial !important;
  width: 60% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-60-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-61-per {
  max-width: initial !important;
  width: 61% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-61-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-62-per {
  max-width: initial !important;
  width: 62% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-62-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-63-per {
  max-width: initial !important;
  width: 63% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-63-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-64-per {
  max-width: initial !important;
  width: 64% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-64-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-65-per {
  max-width: initial !important;
  width: 65% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-65-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-66-per {
  max-width: initial !important;
  width: 66% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-66-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-67-per {
  max-width: initial !important;
  width: 67% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-67-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-68-per {
  max-width: initial !important;
  width: 68% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-68-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-69-per {
  max-width: initial !important;
  width: 69% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-69-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-70-per {
  max-width: initial !important;
  width: 70% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-70-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-71-per {
  max-width: initial !important;
  width: 71% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-71-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-72-per {
  max-width: initial !important;
  width: 72% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-72-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-73-per {
  max-width: initial !important;
  width: 73% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-73-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-74-per {
  max-width: initial !important;
  width: 74% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-74-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-75-per {
  max-width: initial !important;
  width: 75% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-75-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-76-per {
  max-width: initial !important;
  width: 76% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-76-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-77-per {
  max-width: initial !important;
  width: 77% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-77-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-78-per {
  max-width: initial !important;
  width: 78% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-78-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-79-per {
  max-width: initial !important;
  width: 79% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-79-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-80-per {
  max-width: initial !important;
  width: 80% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-80-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-81-per {
  max-width: initial !important;
  width: 81% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-81-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-82-per {
  max-width: initial !important;
  width: 82% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-82-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-83-per {
  max-width: initial !important;
  width: 83% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-83-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-84-per {
  max-width: initial !important;
  width: 84% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-84-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-85-per {
  max-width: initial !important;
  width: 85% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-85-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-86-per {
  max-width: initial !important;
  width: 86% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-86-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-87-per {
  max-width: initial !important;
  width: 87% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-87-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-88-per {
  max-width: initial !important;
  width: 88% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-88-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-89-per {
  max-width: initial !important;
  width: 89% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-89-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-90-per {
  max-width: initial !important;
  width: 90% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-90-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-91-per {
  max-width: initial !important;
  width: 91% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-91-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-92-per {
  max-width: initial !important;
  width: 92% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-92-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-93-per {
  max-width: initial !important;
  width: 93% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-93-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-94-per {
  max-width: initial !important;
  width: 94% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-94-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-95-per {
  max-width: initial !important;
  width: 95% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-95-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-96-per {
  max-width: initial !important;
  width: 96% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-96-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-97-per {
  max-width: initial !important;
  width: 97% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-97-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-98-per {
  max-width: initial !important;
  width: 98% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-98-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-99-per {
  max-width: initial !important;
  width: 99% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-99-per {
    width: 100% !important;
  }
}
.sect-form .sect-form-body .enquete-item-width-100-per {
  max-width: initial !important;
  width: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-100-per {
    width: 100% !important;
  }
}
.sect-form .tbl-login th {
  width: 180px;
}
.sect-form .sect-form-error {
  margin-bottom: 2em;
  padding: 15px 20px;
  color: #f80000;
  background: #ffd3d3;
  border: 2px solid #ff5757;
}
.sect-form .sect-form-error:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-error {
    margin-bottom: 1.5em;
  }
}
.sect-form .sect-form-error li::before {
  background: #f80000;
}
.sect-form .sect-form-limit {
  margin-bottom: 2em;
  padding: 15px 20px;
  color: #f89b00;
  background: #ffeed3;
  border: 2px solid #ffc057;
}
.sect-form .sect-form-limit:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-limit {
    margin-bottom: 1.5em;
  }
}
.sect-form .sect-form-count {
  margin-bottom: 2em;
  padding: 15px 20px;
  color: #0a5fa0;
  background: #c4d9ea;
  border: 2px solid #4584b5;
}
.sect-form .sect-form-count:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-count {
    margin-bottom: 1.5em;
  }
}
.sect-form .sect-form-msg {
  margin-bottom: 2em;
}
@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-msg {
    margin-bottom: 1.5em;
  }
}
.sect-form .sect-form-msg:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body {
    width: 100%;
    margin-bottom: 25px;
    border-right: none;
    border-left: none;
  }
  .sect-form .sect-form-body th {
    width: 100%;
    display: block;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sect-form .sect-form-body th .label-list-wrap .required {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .sect-form .sect-form-body td {
    width: 100%;
    display: block;
    border: none;
    border-top: none;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .sect-form .sect-form-body input[type=text] {
    width: 100%;
  }
  .sect-form .sect-form-body input[type=email] {
    width: 100%;
  }
  .sect-form .sect-form-body input[type=password] {
    width: 100%;
  }
  .sect-form .sect-form-body textarea {
    min-height: 30vh;
    max-height: 50vh;
  }
  .sect-form .sect-form-error {
    margin-bottom: 1.5em;
  }
  .sect-form .sect-form-limit {
    margin-bottom: 1.5em;
  }
  .sect-form .sect-form-count {
    margin-bottom: 1.5em;
  }
  .sect-form .sect-form-msg {
    margin-bottom: 1.5em;
  }
}
/* sect-form-complete
============================================================ */
.sect-form-complete p {
  text-align: center;
}
.sect-form-complete p.double-mb {
  margin-bottom: 2em;
}

@media only screen and (max-width: 1024px) {
  .sect-form-complete p {
    text-align: left;
  }
}
/* 同意用フォーム
============================================================ */
.com-checkbox-agree {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 6px;
}

/*
*   汎用 
*----------------------------*/
.bgDot__01 {
  background-color: #fff;
  background-image: -webkit-radial-gradient(#c9c9c9 18%, transparent 18%);
  background-image: radial-gradient(#c9c9c9 18%, transparent 18%);
  background-size: 12px 12px;
}
@media only screen and (max-width: 1024px) {
  .bgDot__01 {
    background-image: -webkit-radial-gradient(#c9c9c9 12%, transparent 12%);
    background-image: radial-gradient(#c9c9c9 12%, transparent 12%);
    background-size: 10px 10px;
  }
}

.bgDot__02 {
  background-color: #0d318f;
  background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.5) 18%, transparent 18%);
  background-image: radial-gradient(rgba(0, 0, 0, 0.5) 18%, transparent 18%);
  background-size: 12px 12px;
}
@media only screen and (max-width: 1024px) {
  .bgDot__02 {
    background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.5) 12%, transparent 12%);
    background-image: radial-gradient(rgba(0, 0, 0, 0.5) 12%, transparent 12%);
    background-size: 10px 10px;
  }
}

.com-section-hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.com-section-hl .isEn {
  position: relative;
  display: block;
  color: #0d318f;
  font-size: 78px;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0em;
}
@media only screen and (max-width: 1024px) {
  .com-section-hl .isEn {
    font-size: 45px;
  }
}
.com-section-hl .isEnInner {
  display: block;
  opacity: 0;
}
@media print {
  .com-section-hl .isEnInner {
    opacity: 1 !important;
  }
}
.com-section-hl .isEn::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0d318f;
  opacity: 0;
}
.com-section-hl .isJp {
  position: relative;
  display: block;
  color: #fff;
  font-size: 19px;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  text-indent: -0.03em;
  padding: 0.3em 0.5em 0.4em;
  margin: 34px 0 0;
}
@media only screen and (max-width: 1024px) {
  .com-section-hl .isJp {
    font-size: 12px;
    margin-top: 10px;
  }
}
.com-section-hl .isJpInner {
  position: relative;
  display: block;
  opacity: 0;
  z-index: 1;
}
@media print {
  .com-section-hl .isJpInner {
    opacity: 1 !important;
  }
}
.com-section-hl .isJp::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
}
@media print {
  .com-section-hl .isJp::before {
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .com-section-hl .isJp {
    font-size: 12px;
  }
}
.com-section-hl.animationHl .isJpInner {
  -webkit-animation: key_com-section-hl-jp 0.2s ease-in forwards;
          animation: key_com-section-hl-jp 0.2s ease-in forwards;
}
.com-section-hl.animationHl .isJp::before {
  -webkit-animation: key_com-section-hl-jp-bg 0.4s ease-in forwards;
          animation: key_com-section-hl-jp-bg 0.4s ease-in forwards;
}
.com-section-hl.animationHl .isEnInner {
  -webkit-animation: key_com-section-hl-en 0.4s ease-in forwards;
          animation: key_com-section-hl-en 0.4s ease-in forwards;
}
.com-section-hl.animationHl .isEn::before {
  -webkit-animation: key_com-section-hl-en-bg 0.4s ease-in forwards;
          animation: key_com-section-hl-en-bg 0.4s ease-in forwards;
}
@-webkit-keyframes key_com-section-hl-en {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes key_com-section-hl-en {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes key_com-section-hl-en-bg {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes key_com-section-hl-en-bg {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@-webkit-keyframes key_com-section-hl-jp {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes key_com-section-hl-jp {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes key_com-section-hl-jp-bg {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes key_com-section-hl-jp-bg {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.com-contactSection {
  position: relative;
  padding: 58px 0 62px;
  overflow: hidden;
  background-color: #fff;
  border-top: 12px solid #0d318f;
}
@media only screen and (max-width: 1024px) {
  .com-contactSection {
    padding: 45px 0 45px;
    border-top-width: 10px;
  }
}
.com-contactSectionInner {
  position: relative;
  z-index: 1;
}
.com-contactSection .com-contactSection-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 10px 0;
  margin: 34px 0 0;
}
@media only screen and (max-width: 599px) {
  .com-contactSection .com-contactSection-menu {
    margin-top: 30px;
    gap: 10px 20px;
  }
}
.com-contactSection .com-contactSection-menu > li {
  display: block;
  color: #0d318f;
  font-weight: 800;
  font-size: 24px;
  font-size: clamp(18px,1.8vw,24px);
  letter-spacing: 0em;
  text-align: center;
}
.com-contactSection .com-contactSection-menu > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0 28px;
}
@media only screen and (max-width: 1024px) {
  .com-contactSection .com-contactSection-menu > li > a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 599px) {
  .com-contactSection .com-contactSection-menu > li > a {
    padding: 0 0;
  }
}
.com-contactSection .com-contactSection-menu > li > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 1em;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #0d318f;
}
@media only screen and (max-width: 599px) {
  .com-contactSection .com-contactSection-menu > li > a::before {
    content: none;
  }
}
.com-contactSection .com-contactSection-menu > li > a:hover {
  opacity: 1 !important;
}
@media only screen and (min-width: 600px) {
  .com-contactSection .com-contactSection-menu > li > a:hover {
    text-decoration: underline;
  }
}
.com-contactSection .com-contactSection-menu > li:first-child > a {
  padding-left: 0;
}
.com-contactSection .com-contactSection-menu > li:first-child > a::before {
  content: none;
}
.com-contactSection .com-contactSection-menu > li:last-child > a {
  padding-right: 0;
}
.com-contactSection .com-contactSection-moreBtn {
  margin: 34px auto 0;
}
@media print, screen and (min-width: 1025px) {
  .com-contactSection .com-contactSection-moreBtn {
    max-width: 430px;
    font-size: 33px;
    border-width: 4px;
    padding: 0.75em 3.5em 0.75em 1.5em;
  }
}
@media only screen and (max-width: 1024px) {
  .com-contactSection .com-contactSection-moreBtn {
    margin-top: 30px;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
}
@media only screen and (max-width: 599px) {
  .com-contactSection .com-contactSection-moreBtn {
    max-width: 250px;
  }
}
.com-contactSection .com-contactSection-moreBtn::before {
  right: 1.5em;
}
@media print, screen and (min-width: 1025px) {
  .com-contactSection .com-contactSection-moreBtn:hover::before {
    right: 1em;
  }
}
#home .com-contactSection {
  border-top: none;
}

.dummyLine {
  display: block;
  width: 100%;
  height: 38px;
  background-color: #1a1a1a;
}
@media only screen and (max-width: 1024px) {
  .dummyLine {
    height: 31px;
  }
}

.com-linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.com-linkList > li {
  display: block;
  margin: 20px 0 0;
}
.com-linkList > li > a {
  max-width: initial;
  height: 100%;
}
@media print, screen and (min-width: 1025px) {
  .com-linkList:not(.is2Column) > li {
    width: calc((100% / 3) - (40px * 2 / 3));
  }
  .com-linkList:not(.is2Column) > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .com-linkList:not(.is2Column) > li {
    width: calc((100% / 3) - (20px * 2 / 3));
  }
  .com-linkList:not(.is2Column) > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .com-linkList:not(.is2Column) > li {
    width: 100%;
  }
  .com-linkList:not(.is2Column) > li:first-child {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .com-linkList.is2Column > li {
    width: calc(50% - 20px);
  }
  .com-linkList.is2Column > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .com-linkList.is2Column > li {
    width: calc(50% - 10px);
  }
  .com-linkList.is2Column > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .com-linkList.is2Column > li {
    width: 100%;
  }
  .com-linkList.is2Column > li:first-child {
    margin-top: 0;
  }
}

.no-content {
  font-size: 1.2rem;
  text-align: center;
  padding: 1em 0 1em;
}

.desc {
  display: none !important;
}

.com-subSection {
  margin: 80px 0 80px;
}
@media only screen and (max-width: 1024px) {
  .com-subSection {
    margin: 50px 0 50px;
  }
}
.com-subSection:first-child {
  margin-top: 0;
}

/*
============================================================ */
/* page-top
============================================================ */
.lay-page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 400;
}
@media only screen and (max-width: 1024px) {
  .lay-page-top {
    bottom: 0;
    right: 0;
  }
}
@media print {
  .lay-page-top {
    display: none;
  }
}
.lay-page-top a {
  display: none;
  width: 52px;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .lay-page-top a {
    width: 40px;
  }
}
.lay-page-top a:hover {
  opacity: 0.8;
}

/* pagination
============================================================ */
.pagination {
  margin: 30px 0;
  text-align: right;
}
.pagination:first-child {
  margin-top: 0;
}
.pagination:last-child {
  margin-bottom: 0;
}
.pagination span {
  width: 40px;
  height: 40px;
  margin: 0 2.5px 0;
}
.pagination span:first-child {
  margin-left: 0;
}
.pagination span:last-child {
  margin-right: 0;
}
.pagination span a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid 1px #0d318f;
  font-size: 16px;
  color: #000;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
.pagination span a:hover {
  font-weight: bold;
  color: #fff;
  background-color: #0d318f;
  text-decoration: none;
  opacity: 1;
}
.pagination span.current {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid 1px #0d318f;
  font-size: 16px;
  color: #000;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background-color: #0d318f;
  text-decoration: none;
  opacity: 1;
}
.pagination span.prev a {
  text-indent: -9999px;
  overflow: hidden;
}
.pagination span.prev a:hover {
  color: #fff;
  background-color: #0d318f;
}
.pagination span.prev a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.pagination span.prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
  left: calc(50% + 4px);
}
.pagination span.next a {
  text-indent: -9999px;
  overflow: hidden;
}
.pagination span.next a:hover {
  color: #fff;
  background-color: #0d318f;
}
.pagination span.next a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.pagination span.next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}
.pagination span.first a {
  text-indent: -9999px;
  overflow: hidden;
}
.pagination span.first a:hover {
  color: #fff;
  background-color: #0d318f;
}
.pagination span.first a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.pagination span.first a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.pagination span.first a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
  left: calc(50% + 1px);
}
.pagination span.first a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
  left: calc(50% + 7px);
}
.pagination span.last a {
  text-indent: -9999px;
  overflow: hidden;
}
.pagination span.last a:hover {
  color: #fff;
  background-color: #0d318f;
}
.pagination span.last a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.pagination span.last a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.pagination span.last a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  left: calc(50% - 7px);
}
.pagination span.last a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  left: calc(50% - 1px);
}

@media only screen and (max-width: 1024px) {
  .pagination {
    text-align: center;
  }
}
@media screen and (max-width: 620px) {
  .pagination span.page:not(.current) {
    display: none;
  }
}
/*
============================================================ */
/* sect-groups
============================================================ */
.sect-groups > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 -40px;
  word-spacing: -0.4em;
}
.sect-groups > ul > li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: calc((100% - 60px) / 3 - .1px);
  margin: 0 30px 40px 0;
  text-indent: 0;
  vertical-align: top;
  word-spacing: normal;
}
.sect-groups > ul > li:nth-child(3n+3) {
  margin-right: 0;
}
.sect-groups > ul > li a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-weight: bold;
}
.sect-groups > ul > li a::before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: calc(50% - 2px);
  width: 8px;
  height: 8px;
  background: none;
  border-top: 1px solid #6c6c6c;
  border-right: 1px solid #6c6c6c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sect-groups > ul > li > ul {
  padding: 0 15px;
}
.sect-groups > ul > li ul li {
  margin-top: 4px;
  text-indent: 0;
}
.sect-groups > ul > li ul li a {
  font-weight: lighter;
}
.sect-groups > ul > li ul li ul li {
  padding-left: 20px;
}
.sect-groups > ul li::before {
  content: none;
}

@media only screen and (max-width: 1024px) {
  .sect-groups > ul > li {
    width: calc((100% - 20px) / 2 - .1px);
    margin: 0 20px 30px 0;
  }
  .sect-groups > ul > li:nth-child(3n+3) {
    margin-right: 20px;
  }
  .sect-groups > ul > li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .sect-groups > ul > li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sect-groups > ul > li:nth-child(3n+3) {
    margin-right: 0;
  }
}
/* page-body + page-side
============================================================ */
.page-body + .page-side {
  margin-top: 100px;
}
.page-body > *:first-child {
  margin-top: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .page-body + .page-side {
    margin-top: 80px;
  }
}
/*
*   SIDE MENU LIST
*----------------------------*/
.com-side-menu-list {
  margin-bottom: 40px;
}

.com-side-menu-list:last-child {
  margin-bottom: 0;
}

.com-side-menu-list li {
  margin-bottom: 20px;
}

.com-side-menu-list h3 {
  padding: 15px 15px;
  background: #000;
  color: #fff;
}

.com-side-menu-list ul li {
  margin-bottom: 15px;
  padding: 0 0.5rem 1rem;
  border-bottom: 1px dotted #000;
}

.com-side-menu-list ul li:last-child {
  border-bottom-style: solid;
}

.com-side-menu-list ul li:first-child {
  padding-top: 15px;
}

.com-side-menu-list ul li ul li,
.com-side-menu-list ul li ul li:first-child,
.com-side-menu-list ul li ul li:last-child {
  margin: 0;
  padding: 0 0 0 10px;
  border: none;
  text-indent: 0;
}

.com-side-menu-list ul li ul li a,
.com-side-menu-list ul li ul li span {
  position: relative;
  padding-left: 15px;
  font-weight: lighter;
}

.com-side-menu-list ul li ul li a::before,
.com-side-menu-list ul li ul li span::before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: calc(50% - 2px);
  width: 8px;
  height: 8px;
  background: none;
  border-top: 1px solid #6c6c6c;
  border-right: 1px solid #6c6c6c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.com-side-menu-list ul li ul li ul li {
  padding-left: 20px;
}

@media only screen and (max-width: 1024px) {
  .com-side-menu-list {
    margin-bottom: 20px;
  }
}
/*
============================================================ */
/* sect-search-results
============================================================ */
.sect-search-results {
  margin: 80px 0 0;
}
@media only screen and (max-width: 1024px) {
  .sect-search-results {
    margin-top: 50px;
  }
}
.sect-search-results .num-of-hits {
  color: #0d318f;
  margin-right: 10px;
  margin-left: 10px;
  text-align: right;
}
.sect-search-results .no-result {
  margin-right: 10px;
  margin-left: 10px;
}
.sect-search-results .search-result-list {
  margin-right: 10px;
  margin-left: 10px;
}
.sect-search-results .search-result-list li {
  position: relative;
  margin-bottom: 2em;
  text-indent: 0;
  padding-left: 1.5rem;
}
.sect-search-results .search-result-list li::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  top: 0.8em;
  left: 0;
  background-color: #0d318f;
  border-radius: 50%;
}
.sect-search-results .search-result-list li::after {
  content: "";
  clear: both;
  display: block;
}
.sect-search-results .search-result-list li .title > a {
  color: #000;
}
.sect-search-results .search-result-list li .thumb {
  display: none !important;
}
.sect-search-results .search-result-list li .date {
  display: none !important;
}
/* sect-site-search
============================================================ */
.sect-site-search {
  max-width: 600px;
  margin: 4em auto 0;
  padding: 40px;
  background: #f8f8f8;
}
.sect-site-search input[type=text] {
  width: calc(100% - 70px);
  height: 60px;
  padding: 2px 20px;
  background: #999;
  color: #fff;
  border: none;
  border-radius: 60px;
  line-height: 56px;
}
.sect-site-search input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
.sect-site-search input[type=text]::-moz-placeholder {
  color: #fff;
}
.sect-site-search input[type=text]:-ms-input-placeholder {
  color: #fff;
}
.sect-site-search input[type=text]::-ms-input-placeholder {
  color: #fff;
}
.sect-site-search input[type=text]::placeholder {
  color: #fff;
}
.sect-site-search input[type=text]:-ms-input-placeholder {
  color: #fff;
}
.sect-site-search input[type=text]::-ms-input-placeholder {
  color: #fff;
}
.sect-site-search input[type=image] {
  display: inline-block;
  outline: none;
  width: 60px;
  height: 60px;
  margin-left: calc(10px - .4em);
  padding: 10px;
  vertical-align: top;
}

@media only screen and (max-width: 1024px) {
  .sect-site-search {
    margin-top: 2em;
    padding: 20px;
  }
  .sect-site-search input[type=text] {
    width: calc(100% - 50px);
    height: 50px;
    padding: 2px 20px;
    border-radius: 50px;
    line-height: 46px;
  }
  .sect-site-search input[type=image] {
    width: 50px;
    height: 50px;
    margin-left: -0.4em;
    padding: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .sect-site-search {
    padding: 20px 15px;
  }
  .sect-site-search input[type=text] {
    width: calc(100% - 40px);
    height: 40px;
    line-height: 36px;
  }
  .sect-site-search input[type=image] {
    width: 40px;
    height: 40px;
    padding: 7px;
  }
}
/* sect-sitemap
============================================================ */
.sect-sitemap > .sitemap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .sect-sitemap > .sitemap-list > li {
    width: calc((100% / 3) - (40px * 2 / 3));
    margin: 80px 0 0;
  }
  .sect-sitemap > .sitemap-list > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .sect-sitemap > .sitemap-list > li {
    width: calc(50% - 20px);
    margin-top: 60px;
  }
  .sect-sitemap > .sitemap-list > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .sect-sitemap > .sitemap-list > li {
    width: 100%;
    margin-top: 50px;
  }
  .sect-sitemap > .sitemap-list > li:first-child {
    margin-top: 0;
  }
}
.sect-sitemap > .sitemap-list > li > span {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  margin-bottom: 13px;
}
.sect-sitemap > .sitemap-list > li > span > a {
  position: relative;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0.7em 2.5em 0.7em 1em;
  border: 2px solid #0d318f;
  background: #0d318f;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
@media only screen and (max-width: 599px) {
  .sect-sitemap > .sitemap-list > li > span > a {
    min-width: initial;
    max-width: 360px;
  }
}
.sect-sitemap > .sitemap-list > li > span > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 0.5em;
  top: 50%;
  right: 0.5em;
  background: url(../images/common/arrow_white.svg) no-repeat center/contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: right 0.2s ease-in, left 0.2s ease-in;
  transition: right 0.2s ease-in, left 0.2s ease-in;
}
.sect-sitemap > .sitemap-list > li > span > a:hover {
  opacity: 1 !important;
}
@media print, screen and (min-width: 1025px) {
  .sect-sitemap > .sitemap-list > li > span > a:hover::before {
    right: 0.25em;
  }
}
.sect-sitemap > .sitemap-list > li ul {
  margin-top: 1em;
  padding: 0 0 0 1em;
}
.sect-sitemap > .sitemap-list > li ul > li {
  margin-bottom: 0.25em;
}
.sect-sitemap > .sitemap-list > li ul > li:last-child {
  margin-bottom: 0;
}
.sect-sitemap > .sitemap-list > li ul > li > span {
  display: block;
}
.sect-sitemap > .sitemap-list > li ul > li > span > a {
  position: relative;
  display: block;
  color: #000;
  padding: 0 0 0 1.5em;
  line-height: 1.8em;
}
.sect-sitemap > .sitemap-list > li ul > li > span > a::before {
  content: "";
  position: absolute;
  display: block;
  font-size: inherit;
  width: 0.75em;
  height: 3px;
  top: 0.8em;
  left: 0;
  background-color: #0d318f;
}
@media only screen and (max-width: 1024px) {
  .sect-sitemap > .sitemap-list > li ul > li > span > a::before {
    height: 2px;
  }
}
.sect-sitemap > .sitemap-list > li ul > li > span > a:hover {
  opacity: 1 !important;
}

/*
============================================================ */
/* lay-preview-mode-notice
============================================================ */
#lay-preview-mode-notice {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
  width: 100%;
  max-width: 580px;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #f80000;
  border-radius: 0 0 5px 5px;
  margin: 0 0 -26px 30px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#lay-preview-mode-notice p {
  font-size: 14px;
  font-weight: bold;
}
#lay-preview-mode-notice a {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
#lay-preview-mode-notice a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  margin-bottom: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
* animation
*----------------------------*/
/****** Fade ******/
/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.fadeInTrigger {
  opacity: 0;
}
@media print {
  .fadeIn {
    opacity: 1 !important;
    -webkit-animation: none;
            animation: none;
  }
  .fadeInTrigger {
    opacity: 1 !important;
  }
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.slideUp {
  -webkit-animation-name: slideUpAnime;
          animation-name: slideUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.slideUpTrigger {
  opacity: 0;
}
@media print {
  .slideUp {
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
  .slideUpTrigger {
    opacity: 1;
  }
}

@-webkit-keyframes slideUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 上から */
.slideDown {
  -webkit-animation-name: slideDownAnime;
          animation-name: slideDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.slideDownTrigger {
  opacity: 0;
}
@media print {
  .slideDown {
    opacity: 1 !important;
    -webkit-animation: none;
            animation: none;
  }
  .slideDownTrigger {
    opacity: 1 !important;
  }
}

@-webkit-keyframes slideDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 左から */
.slideLeft {
  -webkit-animation-name: slideLeftAnime;
          animation-name: slideLeftAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.slideLeftTrigger {
  opacity: 0;
}
@media print {
  .slideLeft {
    opacity: 1 !important;
    -webkit-animation: none;
            animation: none;
  }
  .slideLeftTrigger {
    opacity: 1 !important;
  }
}

@-webkit-keyframes slideLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 右から */
.slideRight {
  -webkit-animation-name: slideRightAnime;
          animation-name: slideRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.slideRightTrigger {
  opacity: 0;
}
@media print {
  .slideRight {
    opacity: 1 !important;
    -webkit-animation: none;
            animation: none;
  }
  .slideRightTrigger {
    opacity: 1 !important;
  }
}

@-webkit-keyframes slideRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/****** Blur ******/
/* ぼかしから出現 */
.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.blurTrigger {
  opacity: 0;
}
@media print {
  .blur {
    opacity: 1 !important;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation: none;
            animation: none;
  }
  .blurTrigger {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1 !important;
  }
}

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/*
*  下層標準ページ共通Style
*----------------------------*/
/* sect-blog
============================================================ */
.lay-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lay-blog .blog-list {
  width: calc(100% - 50px - 250px);
  margin-right: 50px;
}
.lay-blog .blog-list .pageList {
  margin-bottom: 5.25em;
}
.lay-blog .blog-list .pageList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 4em;
}
.lay-blog .blog-list .pageList > li:last-child {
  margin-bottom: 0;
}
.lay-blog .blog-list .pageList > li .title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 10px 15px;
  background-color: #0d318f;
}
.lay-blog .blog-list .pageList > li .title a {
  color: #fff;
  font-size: 1.3333333333em;
  font-weight: bold;
  line-height: 1.2;
}
.lay-blog .blog-list .pageList > li .title a::after {
  content: "MORE >";
  position: absolute;
  bottom: 0;
  right: 0;
  color: #0d318f;
  font-size: 0.675em;
  font-weight: lighter;
  line-height: 1;
}
.lay-blog .blog-list .pageList > li .date {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-size: 0.9333333333em;
  text-align: right;
}
.lay-blog .blog-list .pageList > li .thumb {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: block;
  width: 200px;
  height: 200px;
}
.lay-blog .blog-list .pageList > li .thumb a {
  display: block;
  width: 200px;
  height: 200px;
}
.lay-blog .blog-list .pageList > li .thumb a img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #0d318f;
  -o-object-fit: cover;
     object-fit: cover;
}
.lay-blog .blog-list .pageList > li .description {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: block;
  width: calc(100% - 25px - 200px);
  margin: -7px 0 35px 25px;
  text-align: justify;
}
.lay-blog .blog-list .pageList > li .page-list-item-body {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: block;
  width: calc(100% - 25px - 200px);
  margin: -7px 0 35px 25px;
  text-align: justify;
}
.lay-blog .blog-list .pagination {
  text-align: center;
}
.lay-blog .blog-body {
  width: calc(100% - 50px - 250px);
  margin-right: 50px;
}
.lay-blog .blog-nav {
  width: 250px;
}
.lay-blog .blog-nav .sect-side {
  margin-bottom: 2.75em;
}
.lay-blog .blog-nav .sect-side:last-child {
  margin-bottom: 0;
}
.lay-blog .blog-nav .sect-side h3 {
  padding: 15px 15px;
  background: #0d318f;
  color: #fff;
}
.lay-blog .blog-nav .sect-side ul li {
  margin-bottom: 15px;
  padding: 0 3px 15px;
  border-bottom: 1px dotted #0d318f;
  font-size: 0.85em;
  line-height: 1.6;
}
.lay-blog .blog-nav .sect-side ul li:last-child {
  border-bottom-style: solid;
}
.lay-blog .blog-nav .sect-side ul li:first-child {
  padding-top: 15px;
}
.lay-blog .blog-nav .sect-side ul li .update {
  color: #d9e021;
  display: block;
  margin-top: 1px;
  font-size: 0.875em;
}
.lay-blog .blog-nav .blog-categories ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.lay-blog .blog-nav .blog-categories ul li:first-child {
  padding-top: 10px;
}
.lay-blog .blog-nav .blog-archives ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.lay-blog .blog-nav .blog-archives ul li:first-child {
  padding-top: 10px;
}

.page-list-item-body-text {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: block;
  width: calc(100% - 25px - 200px);
  margin: -7px 0 35px 25px;
  text-align: justify;
}

@media screen and (max-width: 1000px) {
  .lay-blog .blog-list .pagination span.page:not(.current) {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .lay-blog {
    display: block;
  }
  .lay-blog .blog-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3em;
  }
  .lay-blog .blog-list .pageList {
    margin-bottom: 3em;
  }
  .lay-blog .blog-list .pageList > li {
    margin-bottom: 3em;
  }
  .lay-blog .blog-body {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3em;
  }
  .lay-blog .blog-nav {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .lay-blog .blog-list .pageList > li .thumb {
    width: 150px;
    height: 150px;
  }
  .lay-blog .blog-list .pageList > li .thumb a {
    width: 150px;
    height: 150px;
  }
  .lay-blog .blog-list .pageList > li .description {
    width: calc(100% - 20px - 150px);
    margin-left: 20px;
  }
  .lay-blog .blog-list .pageList > li .page-list-item-body {
    width: calc(100% - 20px - 150px);
    margin-left: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .lay-blog .blog-list .pageList > li {
    padding-bottom: 35px;
  }
  .lay-blog .blog-list .pageList > li .thumb {
    width: 100%;
    height: 46.78vw;
  }
  .lay-blog .blog-list .pageList > li .thumb a {
    width: 100%;
    height: 46.78vw;
  }
  .lay-blog .blog-list .pageList > li .description {
    width: 100%;
    margin: 1em 0 0 0;
  }
  .lay-blog .blog-list .pageList > li .page-list-item-body {
    width: 100%;
    margin: 1em 0 0 0;
  }
}
/*
*  SERVICE 共通
*----------------------------*/
.service .service-servicesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.service .service-servicesList .serviceCard {
  position: relative;
  display: block;
  margin: 40px 0 0;
  padding: 24px 24px;
  background-color: #e5f6ff;
  border: 1px solid #0d318f;
}
@media print, screen and (min-width: 1025px) {
  .service .service-servicesList .serviceCard {
    width: calc((100% / 3) - (40px * 2 / 3));
  }
  .service .service-servicesList .serviceCard:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .service .service-servicesList .serviceCard {
    width: calc(50% - 12px);
    margin-top: 24px;
    padding: 20px 14px;
  }
  .service .service-servicesList .serviceCard:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .service .service-servicesList .serviceCard {
    width: 100%;
    margin-top: 20px;
    padding: 20px 14px;
  }
  .service .service-servicesList .serviceCard:first-child {
    margin-top: 0;
  }
}
.service .service-servicesList .serviceCardInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.service .service-servicesList .serviceCard .serviceCard-contentsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .service .service-servicesList .serviceCard .serviceCard-contentsBlock {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0 14px;
  }
}
.service .service-servicesList .serviceCard .serviceCard-contentsBlock .serviceCard-imgWrap {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .service .service-servicesList .serviceCard .serviceCard-contentsBlock .serviceCard-imgWrap {
    width: 50%;
    max-width: 180px;
  }
}
.service .service-servicesList .serviceCard .serviceCard-contentsBlock .serviceCard-imgWrap .serviceCard-img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fff;
}
.service .service-servicesList .serviceCard .serviceCard-contentsBlock .serviceCard-imgWrap .serviceCard-img > img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -webkit-transform: translate(50%, -50%) scale(1);
          transform: translate(50%, -50%) scale(1);
}
.service .service-servicesList .serviceCard .serviceCard-contentsBlock .serviceCard-txt {
  display: block;
  width: 100%;
  margin: 0.75rem 0 0;
}
@media only screen and (max-width: 599px) {
  .service .service-servicesList .serviceCard .serviceCard-contentsBlock .serviceCard-txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
  }
}
.service .service-servicesList .serviceCard .serviceCard-contentsBlock .serviceCard-txt__hl {
  position: relative;
  width: 100%;
  color: #0d318f;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  padding: 0 0 0 1.25em;
}
@media only screen and (max-width: 599px) {
  .service .service-servicesList .serviceCard .serviceCard-contentsBlock .serviceCard-txt__hl {
    font-size: 1rem;
  }
}
.service .service-servicesList .serviceCard .serviceCard-contentsBlock .serviceCard-txt__hl::before, .service .service-servicesList .serviceCard .serviceCard-contentsBlock .serviceCard-txt__hl::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  font-size: inherit;
}
.service .service-servicesList .serviceCard .serviceCard-contentsBlock .serviceCard-txt__hl::before {
  width: 0.75em;
  height: 0.75em;
  top: 0.45em;
  left: 0;
  background-color: #0d318f;
}
.service .service-servicesList .serviceCard .serviceCard-contentsBlock .serviceCard-txt__hl::after {
  width: 0;
  height: 0;
  border: 0.2em solid transparent;
  border-left: 0.25em solid #fff;
  border-right: none;
  top: 0.65em;
  left: 0.28em;
}
.service .service-servicesList .serviceCard .serviceCard-contentsBlock .serviceCard-txt__description {
  width: 100%;
  color: #000;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  margin: 0.5em 0 0;
}
@media only screen and (max-width: 599px) {
  .service .service-servicesList .serviceCard .serviceCard-contentsBlock .serviceCard-txt__description {
    font-size: 0.8rem;
  }
}
.service .service-servicesList .serviceCard:hover .serviceCardInner {
  opacity: 1 !important;
}
@media print, screen and (min-width: 1025px) {
  .service .service-servicesList .serviceCard:hover .serviceCardInner .serviceCard-img > img {
    -webkit-transform: translate(50%, -50%) scale(1.2);
            transform: translate(50%, -50%) scale(1.2);
  }
  .service .service-servicesList .serviceCard:hover .serviceCardInner .serviceCard-more::before {
    right: 0.25em;
  }
}

/*
*  SERVICE INDEX
*----------------------------*/
.serviceIndex .serviceIndex-linkList {
  margin: 0 auto 0;
}
.serviceIndex .service-servicesList {
  margin: 80px 0 0;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .serviceIndex .service-servicesList {
    margin: 60px auto 0;
  }
}
@media only screen and (max-width: 599px) {
  .serviceIndex .service-servicesList {
    margin: 60px auto 0;
  }
}

/*
*  SERVICE SNGLE
*----------------------------*/
.serviceSingle .serviceSingle-eyeCatch {
  margin: 0 0 80px;
}
@media only screen and (max-width: 1024px) {
  .serviceSingle .serviceSingle-eyeCatch {
    margin-bottom: 50px;
  }
}
.serviceSingle .serviceSingle-eyeCatch .serviceSingle-eyeCatch-img {
  display: block;
  margin: 50px 0 0;
}
@media only screen and (max-width: 1024px) {
  .serviceSingle .serviceSingle-eyeCatch .serviceSingle-eyeCatch-img {
    margin-top: 40px;
  }
}
.serviceSingle .serviceSingle-eyeCatch .serviceSingle-eyeCatch-img:first-child {
  margin-top: 0;
}
.serviceSingle .serviceSingle-hl {
  display: block;
  color: #0d318f;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
.serviceSingle .serviceSingle-content {
  margin: 60px 0 0;
}
@media only screen and (max-width: 1024px) {
  .serviceSingle .serviceSingle-content {
    margin-top: 40px;
  }
}
.serviceSingle .serviceSingle-content > *:first-child {
  margin-top: 0;
}
.serviceSingle .serviceSingle-backBtn {
  margin: 80px auto 0;
}
@media only screen and (max-width: 1024px) {
  .serviceSingle .serviceSingle-backBtn {
    margin-top: 60px;
  }
}
.serviceSingle .serviceSingle-otherServices {
  margin: 100px 0 0;
  padding: 80px 0 0;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .serviceSingle .serviceSingle-otherServices {
    padding: 50px 0 0;
  }
}
.serviceSingle .serviceSingle-otherServices .service-servicesList {
  margin: 60px 0 0;
}
@media only screen and (max-width: 1024px) {
  .serviceSingle .serviceSingle-otherServices .service-servicesList {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .serviceSingle .serviceSingle-otherServices .service-servicesList .serviceCard .serviceCard-contentsBlock {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media only screen and (max-width: 599px) {
  .serviceSingle .serviceSingle-otherServices .service-servicesList .serviceCard .serviceCard-contentsBlock .serviceCard-txt__hl {
    font-size: 1.2rem;
  }
}

/*
*  RECRUIT
*----------------------------*/
.recruitIndex .recruitIndex-news .com-btn-list {
  margin: 50px 0 0;
}
@media only screen and (max-width: 1024px) {
  .recruitIndex .recruitIndex-news .com-btn-list {
    margin-top: 40px;
  }
}

/*
*  RECRUIT FAQ INDEX
*----------------------------*/
.recruitFaqIndex .recruitFaqBlock {
  margin: 100px 0 0;
}
@media only screen and (max-width: 1024px) {
  .recruitFaqIndex .recruitFaqBlock {
    margin-top: 80px;
  }
}
.recruitFaqIndex .recruitFaqBlock:first-child {
  margin-top: 0;
}
.recruitFaqIndex .recruitFaqBlock-qaBox {
  margin: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .recruitFaqIndex .recruitFaqBlock-qaBox {
    margin: 40px 0 0;
  }
}
.recruitFaqIndex .recruitFaqBlock-qaBox:first-child {
  margin-top: 0;
}
.recruitFaqIndex .recruitFaqBlock-qaBox:last-child {
  margin-bottom: 0;
}
.recruitFaqIndex .recruitFaqBlock-qaBox .recruitFaqBlock-qaBox-hl {
  cursor: pointer;
}
.recruitFaqIndex .recruitFaqBlock-qaBox .recruitFaqBlock-qaBox-hlInner {
  position: relative;
  display: block;
  padding: 0 2em 0 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.recruitFaqIndex .recruitFaqBlock-qaBox .recruitFaqBlock-qaBox-hlInner::before, .recruitFaqIndex .recruitFaqBlock-qaBox .recruitFaqBlock-qaBox-hlInner::after {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 0.1em;
  background-color: #0d318f;
  top: 50%;
  right: 0.5em;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.recruitFaqIndex .recruitFaqBlock-qaBox .recruitFaqBlock-qaBox-hlInner::before {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.recruitFaqIndex .recruitFaqBlock-qaBox .recruitFaqBlock-qaBox-hlInner::after {
  -webkit-transform: translate(50%, -50%) rotate(-90deg);
          transform: translate(50%, -50%) rotate(-90deg);
}
.recruitFaqIndex .recruitFaqBlock-qaBox .recruitFaqBlock-qaBox-hl.isOpen .recruitFaqBlock-qaBox-hlInner::after {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.recruitFaqIndex .recruitFaqBlock-qaBox .recruitFaqBlock-qaBox-answer {
  display: none;
  background-color: #ebf0f7;
  padding: 1em 1em;
  margin: 30px 0 0;
}
@media only screen and (max-width: 1024px) {
  .recruitFaqIndex .recruitFaqBlock-qaBox .recruitFaqBlock-qaBox-answer {
    margin-top: 20px;
  }
}
.recruitFaqIndex .recruitFaqBlock-qaBox .recruitFaqBlock-qaBox-answer > *:first-child {
  margin-top: 0 !important;
}
.recruitFaqIndex .recruitFaqBlock-qaBox .recruitFaqBlock-qaBox-answer > *:last-child {
  margin-bottom: 0 !important;
}