@charset "UTF-8";
/* -------------------------
   ALL
------------------------- */
body { padding-top: 80px;}
.main_t {
  position: relative;
  text-align: center;
  color: var(--color-main);}
.main_t span {
  line-height: 1.6;
  display: block;}
.main_t .bar {
  width: 100px;
  height: 6px;
  margin: 12px auto 0;
  background: linear-gradient( to right, var(--color-main) 0%, var(--color-main) 50%, var(--color-sub) 50%, var(--color-sub) 100%);}

@media screen and (max-width: 768px) {
  body { padding-top: 64px;}
  .main_t { font-size: 20px;}
  .main_t span { font-size:10px;}
  .main_t .bar { width: 90px;}}

/* -------------------------
   TITLE
------------------------- */
#firstitle {
  position: relative;
  height: 320px;}
#firstitle .text {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;}
#firstitle .text h1 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 20px;}
#firstitle .text h1 span {
  display: block;
  font-weight: 800;
  padding-bottom: 10px;
  font-size: 50px;}
#firstitle .absolute {
  flex-wrap: wrap;
  z-index: 1;
  display: flex;
  align-content: center;
  position: absolute;
  top: 0;
  height: 320px;
  width: 100%;}
#firstitle .absolute span {
  padding-left: 50px;
  margin-top: -20px;
  font-size: 7vw;
  font-weight: 700;
  color: #ffffff22;
  display: block;
  line-height: 1;}
@media screen and (max-width: 768px) {
  #firstitle, #firstitle .absolute { height: 160px;}
  #firstitle .absolute span { padding-left: 20px; font-size: 10vw;}
  #firstitle .text h1 { font-size: 14px;}
  #firstitle .text h1 span { font-size: 32px; padding: 10px 0 0;}}

/* -------------------------
   PAGE NAV
------------------------- */
#pagenav {
  padding: 8px 0;
  font-size: 14px;
  background: #fff;}
#pagenav .breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;}
#pagenav .breadcrumb li + li::before {
  content: " > ";
  display: inline-block;
  padding: 0 0.5em;}
#pagenav .breadcrumb li a { display: inline-block;}
@media screen and (max-width: 768px) { #pagenav { font-size: 12px;}}