.page-nav-2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-nav-2 ul li {
  margin: 10px;
}
.page-nav-2 ul li a {
  position: relative;
  max-width: 100%;
  width: 240px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  padding-bottom: .5em;
  background: linear-gradient(-90deg, rgba(203,186,204,1) 0%, rgba(0,116,205,1) 100%);
  transition: .2s;
  transform: skewX(.03deg);
}
.page-nav-2 ul li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 15px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  transition: .2s;
}
.page-nav-2 ul li a:hover {
  filter: brightness(110%);
}
.page-nav-2 ul li a:hover:after {
  bottom: 10px;
}
@media (max-width:768px) {
  .page-nav-2 ul li {
    max-width: 49%;
    margin: 0 0 10px !important;
    margin-left: 2% !important;
  }
  .page-nav-2 ul li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .page-nav-2 ul li a {
    height: 60px;
  }
  .page-nav-2 ul li ~ li {
    margin-top: 10px;
  }
}

.page-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.page-nav ul li {
  width: 30.56%;
  margin-left: 4.16%;
}
.page-nav ul li:nth-child(3n+1) {
  margin-left: 0;
}
.page-nav ul li a {
  position: relative;
  display: flex;
  align-items: stretch;
  font-weight: 700;
  color: var(--c-blue);
  background: var(--c-blue2);
}
.page-nav ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--c-blue);
  border-right: 2px solid var(--c-blue);
  transform: rotate(45deg);
  margin-top: -6px;
  transition: .2s;
}
.page-nav ul li a:hover:after {
  right: .75em;
  border-top-color: #fff;
  border-right-color: #fff;
}
.page-nav ul li.current a:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.page-nav ul li a:hover,
.page-nav ul li.current a {
  color: #fff;
  background: var(--c-blue);
}
.page-nav ul li a img {
  width: 120px;
}
.page-nav ul li a span {
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.2;
  padding: 0 1em;
  transform: skewX(.03deg);
}
@media (max-width:1140px) {
  .page-nav ul li {
    width: 32%;
    margin-left: 2%;
  }
}
@media (max-width:960px) {
  .page-nav {
    max-width: 350px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .page-nav ul li {
    width: 100%;
    margin: 0;
  }
  .page-nav ul li ~ li {
    margin-top: 10px;
  }
}
@media (max-width:540px) {
  .page-nav ul li a img {
    width: 100px;
  }
  .page-nav ul li a span {
    width: calc(100% - 100px);
  }
}

.nav-bottom {
  background: linear-gradient(-90deg, rgba(203,186,204,1) 0%, rgba(0,116,205,1) 100%);
}
.nav-bottom ul {
  display: flex;
}
.nav-bottom ul li {
  width: 30.56%;
  font-size: 2rem;
  line-height: 1.5;
  margin-left: 4.16%;
  transition: .4s;
}
.nav-bottom ul li:nth-child(3n+1) {
  margin-left: 0;
}
.nav-bottom ul li a {
  position: relative;
  display: block;
  height: 0;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  padding-top: 66.67%;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: .4s;
}
.nav-bottom ul li a img {
  position: relative;
  top: 4px;
  vertical-align: baseline;
  margin-right: .4em;
}
.nav-bottom ul li a span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: .6em;
  transform: skewX(.03deg);
}
.nav-bottom ul li a span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: .75em;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
  transition: .2s;
}
.nav-bottom ul li a:hover {
  background-size: 105% auto;
}
.nav-bottom ul li a:hover span:after {
  right: .5em;
}
@media (max-width:540px) {
  .nav-bottom ul li {
    font-size: 1.8rem;
  }
}

.nav-door {
}
.nav-door ul {
  display: flex;
}
.nav-door ul li {
  width: 30.56%;
  font-size: 2rem;
  line-height: 1.5;
  margin-left: 4.16%;
  transition: .4s;
}
.nav-door ul li:nth-child(3n+1) {
  margin-left: 0;
}
.nav-door ul li a {
  position: relative;
  display: block;
  height: 0;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  padding-top: 100%;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: .4s;
}
.nav-door ul li a img {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: .4em;
}
.nav-door ul li a span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: .5em;
  transform: skewX(.03deg);
}
.nav-door ul li a span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: .75em;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
  transition: .2s;
}
.nav-door ul li a:hover {
  background-size: 105% auto;
}
.nav-door ul li a:hover span:after {
  right: .5em;
}
@media (max-width:540px) {
  .nav-door ul li {
    font-size: 1.8rem;
  }
}
  

.title-1 {
  position: relative;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1em;
}
.title-1.ta-c {
  margin: 0 auto 1em;
}
.title-1 span {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.title-1:before {
  content: attr(data-txt);
  width: fit-content;
  display: block;
  font-size: 3em;
  font-weight: 700;
  font-family: 'Oswald';
  line-height: 1;
  opacity: .2;
}
.title-1.ta-c:before {
  margin: 0 auto;
}
@media (max-width:768px) {
  .title-1 {
    font-size: 3rem;
  }
}
@media (max-width:540px) {
  .title-1 {
    font-size: 2.4rem;
  }
}

.title-2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: .75em;
}
@media (max-width:768px) {
  .title-2 {
    font-size: 2.4rem;
  }
}
@media (max-width:540px) {
  .title-2 {
    font-size: 2rem;
  }
}

.title-3 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
}
.title-3:after {
  content: '';
  display: block;
  width: 2.5em;
  height: 4px;
  background: var(--c-blue);
  margin: .4em auto 0;
}
@media (max-width:768px) {
  .title-3 {
    font-size: 3rem;
  }
}
@media (max-width:540px) {
  .title-3 {
    font-size: 2.6rem;
  }
}

.title-4 {
  position: relative;
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--c-blue);
  padding-left: 1.4em;
  margin-bottom: 1em;
}
.title-4:before {
  content: '';
  position: absolute;
  top: .75em;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background: var(--c-blue);
  margin-top: -4px;
  margin-right: .4em;
}
@media (max-width:768px) {
  .title-4 {
    font-size: 1.8rem;
  }
}

.title-5 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 1.4em;
  margin-bottom: 1em;
  transform: skewX(.03deg);
}
.title-5:before {
  content: '';
  position: absolute;
  top: .65em;
  left: 0;
  display: block;
  width: 1em;
  height: 3px;
  background: var(--c-blue);
}

.btn-1,
.btn-2 {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 320px;
  min-height: 80px;
  font-weight: 700;
  line-height: 1.33;
  color: #fff;
  padding: 0 1.5em;
  background: #003a66;
  transform: skewX(.03deg);
}
@media (max-width:768px) {
  .btn-1,.btn-2 {
    width: 250px;
    min-height: 50px;
  }
}
.btn-2 {
  background: linear-gradient(-90deg, rgba(203,186,204,1) 0%, rgba(0,116,205,1) 100%); 
}
.btn-1:after,
.btn-2:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -7px;
  transition: .2s;
}
.btn-1:hover,
.btn-2:hover {
  opacity: 0.8;
}
.btn-1:hover:after,
.btn-2:hover:after {
  right: .75em;
}
.btn-1.back {
  padding-left: 50px;
  padding-right: 1.5em;
}
.btn-1.back:after {
  left: 1em;
  right: auto;
  transform: rotate(-135deg);
}

table.default + *,* + table.default { margin-top:1em }
table.default {
  width: 100%;
}
table.default tr > th,table.default tr > td {
  padding: .75em;
  border: 1px solid #bccfe6;
}
table.default tr > th { font-weight:bold; text-align:left; background:#f1faff; }
table.default thead tr > th {
  color: #fff;
  background: var(--c-blue);
}
@media (max-width:768px) {
  table.default:not(.no-responsive),table.default:not(.no-responsive) tbody,table.default:not(.no-responsive) tr,table.default:not(.no-responsive) tr > * {
    width: 100%;
    display: block;
  }
  table.default:not(.no-responsive) {
    border-top: 1px solid #bccfe6;
  }
  table.default:not(.no-responsive) tr > th {
    padding: .75em;
    border-top: 0;
  }
  table.default:not(.no-responsive) tr > td {
    padding: .75em;
    border-top: 0;
  }
}

ul.pager-archive {
  text-align: center;
}
ul.pager-archive li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
ul.pager-archive li a {
  display: block;
  text-decoration: none !important;
  color: inherit;
}
ul.pager-archive li.num a {
  width: 2em;
  line-height: 2;
  color: #39bcf4;
  background: #f9f9f9;
}
ul.pager-archive li.num.current a[href],ul.pager-archive li.num a[href]:hover {
  color: #fff;
  background: #39bcf4;
}
ul.pager-archive li.prev a,ul.pager-archive li.next a {
  color: #39bcf4;
  opacity: 0.5;
}
ul.pager-archive li.prev a[href],ul.pager-archive li.next a[href] {
  opacity: 1;
}
ul.pager-archive li.prev a[href]:hover,ul.pager-archive li.next a[href]:hover {
  text-decoration: underline;
}
ul.pager-single {
  width: 100%;
  display: table;
  table-layout: fixed;
}
ul.pager-single li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
ul.pager-single li a {
  display: inline-block;
  color: inherit;
  text-decoration: none !important;
  opacity: 0.5;
  padding: 0.5em 1em;
}
ul.pager-single li a[href] {
  opacity: 1;
}
ul.pager-single li a[href]:hover {
  color: #fff;
  background: #000;
}

.wbr {
  white-space: pre-wrap;
  word-break: keep-all;
}

#global-nav-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  padding-top: 50px;
  height: 0;
  background: var(--c-blue);
}
#global-nav-btn:before,#global-nav-btn:after,#global-nav-btn span:before {
  content: '';
  position: absolute;
  left: 25%;
  display: block;
  width: 50%;
  height: 0;
  padding-top: 1px;
  background: #fff;
}
#global-nav-btn:before {
  top: 31%;
  transition: 0.2s top, 0.2s transform;
}
#global-nav-btn:after {
  top: 47%;
  transition: 0.2s opacity;
}
#global-nav-btn span:before {
  top: 63%;
  transition: 0.2s top, 0.2s transform;
}
.nav-active #global-nav-btn:before {
  top: 50%;
  transform: rotate(135deg);
}
.nav-active #global-nav-btn:after {
  opacity: 0;
}
.nav-active #global-nav-btn span:before {
  top: 50%;
  transform: rotate(45deg);
}

@media (min-width:769px) { .display-sp{display:none!important} }
@media (max-width:768px) { .display-pc{display:none!important} }

#breadcrumb { font-size:1.4rem; padding:1em 0 0; }
#breadcrumb ol { letter-spacing:-.4em; transform:skewX(.03deg); }
#breadcrumb ol li { display:inline-block; vertical-align:top; letter-spacing:normal; }
#breadcrumb ol li a { display:inline-block; color:var(--c-blue); }
#breadcrumb ol li ~ li:before { content:'>'; display:inline-block; margin:0 1em; }
@media (max-width:768px) { #breadcrumb { font-size:0.85em; } }

#pagetop { position:fixed; right:3.125%; bottom:3.125%; z-index:9998; }

ul.default,ol.default { margin-left:1.25em }
ul.default li ~ li,ol.default li ~ li { margin-top:0.4em }
ul.default + *,* + ul.default,ol.default + *,* + ol.default { margin-top:1em }
ul.default li { list-style:square }
ol.default li { list-style:decimal }

[class*="flex"] {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-col-2.reverse { flex-direction:row-reverse }
.flex-col-2 > * { width:48% }
.flex-col-2 > *:nth-child(n+3) { margin-top:4% }
.order-1 { order:1; }
.order-2 { order:2; }
.order-3 { order:3; }
.order-4 { order:4; }

.flex-box {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.flex-box > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-box > img {
  object-fit: cover;
}

[class*="inview"] { opacity:0; visibility:hidden;transition: 1s transform .1s, 1s opacity .1s; }
.inview-up { transform:translate3d(0,30px,0) }
.inview-left { transform:translate3d(30px,0,0) }
.inview-right { transform:translate3d(-30px,0,0) }
.inview-active { transform:translate3d(0,0,0); opacity:1; visibility:visible; }
.delay-1 { transition-delay:.1s; }
.delay-2 { transition-delay:.2s; }
.delay-3 { transition-delay:.3s; }
.delay-4 { transition-delay:.4s; }

.d-ib{display:inline-block} .d-b{display:block} .d-i{display:inline}
.c-red{color:#f00}
.fw-b{font-weight:bold}

.ta-l{text-align:left!important} .ta-c{text-align:center!important} .ta-r{text-align:right!important}
@media (max-width:768px){ .sp-ta-l{text-align:left!important} .sp-ta-c{text-align:center!important} .sp-ta-r{text-align:right!important} }

[align="left"] { text-align:left !important; }[align="center"] { text-align:center !important; }[align="right"] { text-align:right !important; }

.fit-c { width:fit-content; margin-left:auto; margin-right:auto; }

#wp-admin-bar-customize,
#wp-admin-bar-comments {
  display: none !important;
}