.title-1 {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--c-blue);
  margin-bottom: 1.25em;
}
.title-1:before {
  content: attr(data-txt);
  display: block;
  font-size: 2.59em;
  font-family: 'Manrope',sans-serif;
  line-height: 1;
  color: #000;
  text-indent: -.05em;
  margin-bottom: .15em;
}
@media (max-width:768px) {
  .title-1 {
    font-size: 2rem;
  }
  .title-1:before {
    font-size: 2em;
  }
}
@media (max-width:540px) {
  .title-1:before {
    font-size: 1.8em;
  }
}

.title-2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin-bottom: 1em;
}
@media (max-width:768px) {
  .title-2 {
    font-size: 3rem;
  }
}
@media (max-width:540px) {
  .title-2 {
    font-size: 2.6rem;
  }
}

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

.btn-1,
.btn-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 60px;
  width: fit-content;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  color: #fff;
  background: var(--c-blue);
  border-radius: 30px;
  transition: .2s;
}
.btn-1:hover,
.btn-2:hover {
  filter: brightness(120%);
}
.btn-1.arrow:after,
.btn-2.arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #bbb;
  border-right: 2px solid #bbb;
  transform: rotate(45deg);
  margin-top: -7px;
  transition: .2s;
}
.btn-1.arrow:hover:after,
.btn-2.arrow:hover:after {
  right: .75em;
}
.btn-1.arrow:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.btn-1.arrow:hover:after {
}
.btn-2.arrow:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.btn-1[target="_blank"]:after,
.btn-2[target="_blank"]:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  width: 21px;
  height: 17px;
  background: url("../images/common/icon-aside.png") center center /contain no-repeat;
  transform: translateY(-50%);
}
@media (max-width:768px) {
  .btn-1,
  .btn-2 {
    height: 50px;
  }
  .btn-1[target="_blank"]:after,
  .btn-2[target="_blank"]:after {
    width: 18px;
    height: 15px;
  }
}
.btn-1.back {
  padding-left: 50px;
  padding-right: 1.5em;
}
.btn-1.back:after {
  left: 1em;
  right: auto;
  transform: translateY(0) rotate(-135deg);
}
.btn-2 {
  background: #aaaaab;
}
.btn-2:hover {
  background: var(--c-blue);
}

.common-map {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 69.4444%;
}
.common-map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-map .list a {
  display: block;
  position: absolute;
  width: 3.241%;
  height: 0;
  padding-top: 3.241%;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  transition: .2s;
}
.common-map .list a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 9;
}
.common-map .list a.active,
.common-map .list a:hover {
  opacity: 1;
}
@media (max-width:768px) {
  .common-map .list a {
    opacity: 1;
  }
}
.common-map .list a:nth-child(1) {
  top: 33.8%;
  left: 11.8%;
  z-index: 1;
}
.common-map .list a:nth-child(1):before {
  top: 108%;
  left: -185%;
  width: 485.714%;
  height: 85.7142%;
  background: url("../images/common/map-text-1.png") center center /contain no-repeat;
}
.common-map .list a:nth-child(2) {
  top: 9.6%;
  left: 35.9%;
}
.common-map .list a:nth-child(2):before {
  top: -30%;
  left: -750%;
  width: 742.8571%;
  height: 157.1428%;
  background: url("../images/common/map-text-2.png") center center /contain no-repeat;
}
.common-map .list a:nth-child(3) {
  top: 32%;
  left: 53%;
}
.common-map .list a:nth-child(3):before {
  top: 0;
  left: 110%;
  width: 262.8571%;
  height: 85.7142%;
  background: url("../images/common/map-text-3.png") center center /contain no-repeat;
}
.common-map .list a:nth-child(4) {
  top: 50.3%;
  left: 3.2%;
}
.common-map .list a:nth-child(4):before {
  top: 110%;
  left: -93%;
  width: 314.2857%;
  height: 85.7142%;
  background: url("../images/common/map-text-4.png") center center /contain no-repeat;
}
.common-map .list a:nth-child(5) {
  top: 43.3%;
  left: 50.1%;
}
.common-map .list a:nth-child(5):before {
  top: 5%;
  left: 110%;
  width: 262.8571%;
  height: 85.7142%;
  background: url("../images/common/map-text-5.png") center center /contain no-repeat;
}
.common-map .list a:nth-child(6) {
  top: 57%;
  left: 36%;
}
.common-map .list a:nth-child(6):before {
  top: 5%;
  left: 104%;
  width: 262.8571%;
  height: 85.7142%;
  background: url("../images/common/map-text-6.png") center center /contain no-repeat;
}
.common-map .list a:nth-child(7) {
  top: 65.5%;
  left: 28.5%;
}
.common-map .list a:nth-child(7):before {
  top: 15%;
  left: -270%;
  width: 257.1428%;
  height: 85.7142%;
  background: url("../images/common/map-text-7.png") center center /contain no-repeat;
}
.common-map .list a:nth-child(8) {
  top: 70.7%;
  left: 76.4%;
}
.common-map .list a:nth-child(8):before {
  top: 5%;
  left: 110%;
  width: 262.8571%;
  height: 85.7142%;
  background: url("../images/common/map-text-8.png") center center /contain no-repeat;
}
.common-map .list a:nth-child(9) {
  top: 62.9%;
  left: 45.3%;
}
.common-map .list a:nth-child(9):before {
  top: 5%;
  left: 112%;
  width: 317.1428%;
  height: 85.7142%;
  background: url("../images/common/map-text-9.png") center center /contain no-repeat;
}
.common-map .list a:nth-child(10) {
  top: 80.2%;
  left: 60.9%;
}
.common-map .list a:nth-child(10):before {
  top: 5%;
  left: 110%;
  width: 317.1428%;
  height: 85.7142%;
  background: url("../images/common/map-text-10.png") center center /contain no-repeat;
}
.common-map .list a:nth-child(11) {
  top: 92.6%;
  left: 62.4%;
}
.common-map .list a:nth-child(11):before {
  top: 6%;
  left: 109%;
  width: 314.2857%;
  height: 85.7142%;
  background: url("../images/common/map-text-11.png") center center /contain no-repeat;
}
.common-map .list a:nth-child(12) {
  top: 43%;
  left: 78.1%;
}
.common-map .list a:nth-child(12):before {
  top: 5%;
  left: 106%;
  width: 434.2857%;
  height: 85.7142%;
  background: url("../images/common/map-text-12.png") center center /contain no-repeat;
}


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 { vertical-align:top; text-align:left; }
@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 #ddd;
  }
  table.default:not(.no-responsive) tr > th {
    font-weight: 700;
    padding: .75em 0;
    border-top: 0;
    border-bottom: 1px dotted #ddd;
  }
  table.default:not(.no-responsive) tr > td {
    padding: .75em;
    border-top: 0;
    padding-left: 0;
    padding-right: 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: .75em;
  border: 1px solid #ddd;
}
table.default-2 tr > th { vertical-align:top; background:#f3f3f5 }
@media (max-width:768px) {
  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) {
    border-top: 1px solid #ddd;
  }
  table.default-2:not(.no-responsive) tr > th {
    font-weight: 700;
    padding: .75em 0;
    border-top: 0;
    border-bottom: 1px dotted #ddd;
  }
  table.default-2:not(.no-responsive) tr > td {
    padding: .75em;
    border-top: 0;
    padding-left: 0;
    padding-right: 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-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:1.5em 0 0; }
#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:.2em }
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:46.512% }
.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;
  overflow: hidden;
  padding-top: 75%;
}
.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}
.fs-10{font-size:1rem} .fs-12{font-size:1.2rem} .fs-13{font-size:1.3rem} .fs-14{font-size:1.4rem} .fs-15{font-size:1.5rem} .fs-16{font-size:1.6rem} .fs-18{font-size:1.8rem} .fs-20{font-size:2rem}

.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} }

[class*="m-0"]{margin:0}
[class*="mt-0"]{margin-top:0} [class*="mt-10px"]{margin-top:10px} [class*="mt-20px"]{margin-top:20px} [class*="mt-30px"]{margin-top:30px} [class*="mt-40px"]{margin-top:40px} [class*="mt-50px"]{margin-top:50px}
[class*="mr-0"]{margin-right:0} [class*="mr-5px"]{margin-right:5px} [class*="mr-10px"]{margin-right:10px} [class*="mr-20px"]{margin-right:20px} [class*="mr-auto"]{margin-right:auto}
[class*="mb-0"]{margin-bottom:0} [class*="mb-10px"]{margin-bottom:10px} [class*="mb-20px"]{margin-bottom:20px} [class*="mb-30px"]{margin-bottom:30px} [class*="mb-40px"]{margin-bottom:40px} [class*="mb-50px"]{margin-bottom:50px}
[class*="ml-0"]{margin-left:0} [class*="ml-5px"]{margin-left:5px} [class*="ml-10px"]{margin-left:10px} [class*="ml-20px"]{margin-left:20px} [class*="ml-auto"]{margin-left:auto}
@media(min-width:769px) {
[class*="sp-mt"]{margin-top:0}
[class*="sp-mr"]{margin-right:0}
[class*="sp-mb"]{margin-bottom:0}
[class*="sp-ml"]{margin-left:0}
}
@media(max-width:768px) {
[class*="pc-mt"]{margin-top:0}
[class*="pc-mr"]{margin-right:0}
[class*="pc-mb"]{margin-bottom:0}
[class*="pc-ml"]{margin-left:0}
}

[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; }
