.title-1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  line-height: 1.33;
  margin-bottom: 2em;
}
.title-1 span,
.title-1:before {
  display: block;
  font-size: 2.7272em;
  font-family: 'Lato',sans-serif;
  font-weight: 700;
  color: var(--c-blue);
}
.title-1:before {
  content: attr(data-txt);
}
@media (max-width:768px) {
  .title-1 {
    font-size: 2rem;
  }
  .title-1 span,
  .title-1:before {
    font-size: 2.5em;
  }
}
@media (max-width:540px) {
  .title-1 {
    font-size: 1.8rem;
  }
  .title-1 span,
  .title-1:before {
    font-size: 2.2em;
  }
}

.title-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  margin-bottom: .5em;
}
.title-2:before {
  content: attr(data-txt);
  display: block;
  font-size: .6em;
  font-weight: 700;
  font-family: 'Lato',sans-serif;
  color: var(--c-blue);
}
@media (max-width:540px) {
  .title-2 {
    font-size: 2.6rem;
  }
}

.title-3 {
  width: fit-content;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--c-blue);
  padding-bottom: .75em;
  background: url(../images/common/title-3.png) center bottom no-repeat;
  margin: 0 auto .5em;
}
.title-3:before {
  content: attr(data-txt);
  display: block;
  font-size: .4723em;
  font-weight: 700;
  font-family: 'Lato',sans-serif;
  color: #333;
}
@media (max-width:540px) {
  .title-3 {
    font-size: 2.8rem;
    background-size: auto .5em;
  }
}

.title-4 {
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
  color: var(--c-blue);
  line-height: 1.33;
  padding-bottom: .25em;
  border-bottom: 1px solid;
  margin-bottom: 1em;
}
@media (max-width:540px) {
  .title-4 {
    font-size: 2.2rem;
  }
}

.title-5 {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  padding: .5em;
  padding-left: 1.5em;
  background: var(--c-blue2);
  margin-bottom: 1em;
}
.title-5:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 2px;
  background: var(--c-blue);
  margin-top: -1px;
}
@media (max-width:768px) {
  .title-5 {
    font-size: 2.6rem;
  }
}
@media (max-width:540px) {
  .title-5 {
    font-size: 2.2rem;
  }
}

.title-6 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.33;
  padding-left: 1.4em;
  padding-bottom: .4em;
  border-bottom: 1px solid #e6eaf9;
  margin-bottom: 1em;
}
.title-6:before {
  content: '';
  position: absolute;
  top: .3em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: var(--c-blue3);
}

.title-7 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-blue);
  padding-bottom: .2em;
  padding-left: .75em;
  margin-bottom: 1em;
}
.title-7:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  display: block;
  width: 5px;
  height: 70%;
  background: var(--c-blue);
}
.title-7:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,rgba(0, 32, 165, 1) 27%, rgba(221, 221, 221, 1) 27%);
}
@media (max-width:768px) {
  .title-7 {
    font-size: 2rem;
  }
}

.btn-1, .btn-2 {
  position: relative;
  width: 270px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.25em;
  font-weight: 700;
  line-height: 1.33;
  color: #fff;
  cursor: pointer;
  background: var(--c-blue);
}
.btn-1 img, .btn-2 img, .btn-3 img {
  vertical-align: middle;
  margin-right: .5em;
}
.btn-1:after, .btn-2:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
  transition: .2s;
}
.btn-1.back, .btn-2.back {
  justify-content: center;
  padding-left: 0;
  background-color: var(--c-blue3);
}
.btn-1.back:after, .btn-2.back:after {
  left: 1em;
  right: auto;
  transform: rotate(-135deg);
}
.btn-1:hover, .btn-2:hover {
  filter: brightness(110%);
}
.btn-1:hover:after, .btn-2:hover:after {
  right: .75em;
}
.btn-1.back:hover:after, .btn-2.back:hover:after {
  left: .75em;
}
.btn-2 {
  position: relative;
  color: var(--c-blue);
  background: #fff;
}
.btn-2:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--c-blue);
  border-right: 2px solid var(--c-blue);
  transform: rotate(45deg);
}
.btn-3 {
  position: relative;
  max-width: 100%;
  width: 300px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  overflow: hidden;
  border: 1px solid #fff;
}
.btn-3:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background: rgba(255,255,255,.2);
  transition: .2s;
}
.btn-3:hover:before {
  left: 0;
}
@media (max-width:768px) {
  .btn-3 {
    height: 60px;
  }
}

table.default + *,* + table.default { margin-top:1em }
table.default {
  width: 100%;
}
table.default tr > th,table.default tr > td {
  padding: 1em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.default tr > th {
  font-weight: 700;
  color: var(--c-blue);
  background: var(--c-blue2);
}
table.default tr > th[scope="col"] {
  color: #fff;
  background: var(--c-blue);
  border: 1px solid #ddd;
}
table.default tr > td { background:#fff; }
@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) tr > th {
    padding: .5em;
    border-top: 0;
  }
  table.default:not(.no-responsive) tr > td {
    padding: .5em;
    border-top: 0;
  }
}
table.default-2 + *,* + table.default-2 { margin-top:1em }
table.default-2 {
  width: 100%;
}
table.default-2 tr > th,table.default-2 tr > td {
  padding: 1em;
  border-top: 1px solid #dcdee4;
  border-bottom: 1px solid #dcdee4;
}
table.default-2 tr > th { font-weight:700; }
@media (max-width:768px) {
  table.default-2:not(.no-responsive) {
    border-top: 1px solid #dcdee4;
  }
  table.default-2:not(.no-responsive),table.default-2:not(.no-responsive) tbody,table.default-2:not(.no-responsive) tr,table.default-2:not(.no-responsive) tr > * {
    width: 100%;
    display: block;
  }
  table.default-2:not(.no-responsive) tr > th {
    text-align: left;
    padding: .75em;
    border-top: 0;
  }
  table.default-2: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;
}

#global-nav-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  padding-top: 50px;
  height: 0;
  background: var(--c-yellow);
}
#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: #000;
}
#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; transform:skewX(.03deg); }
#breadcrumb ol { letter-spacing:-.4em; }
#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:disc }
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:47.23% }
.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; }

.aa { transform: skewX(.03deg) }
.aa-none { transform:skewX(-.03deg) }

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