@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.ov {
  transition: opacity 0.3s;
}
.ov:hover {
  opacity: 0.8;
}

html, body {
  overflow-x: hidden;
}
html.ovh, body.ovh {
  overflow-y: hidden;
}

body {
  background-color: #fff2e6;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  body:not(.home) #wrapper {
    padding-top: 80px;
  }
  body.home #wrapper {
    padding-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  #wrapper {
    min-width: 1200px;
    padding-top: 80px;
  }
}

header {
  width: 100%;
  background-color: #191919;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (min-width: 769px) {
  header {
    min-width: 1100px;
  }
}
header > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  width: 95%;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  header > .inner {
    width: 100%;
    height: 60px;
    padding: 0 3.5%;
  }
}
header > .inner .logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header > .inner .logo {
    width: calc(100% - 45px);
  }
}
header > .inner .logo a {
  width: 176px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  header > .inner .logo a {
    max-width: 176px;
    width: calc(100% - 180px);
    margin-right: 8px;
  }
}
header > .inner .logo span {
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  header > .inner .logo span {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1080px) {
  header > .inner .logo span {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  header > .inner .logo span {
    font-size: calc(5vw - 10px);
  }
}
@media screen and (max-width: 500px) {
  header > .inner .logo span {
    font-size: 15px;
    letter-spacing: -0.5px;
  }
}
header > .inner .spNavTgl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 30px;
  position: relative;
}
@media screen and (max-width: 500px) {
  header > .inner .spNavTgl {
    width: 30px;
    height: 20px;
  }
}
header > .inner .spNavTgl i, header > .inner .spNavTgl::before, header > .inner .spNavTgl::after {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  header > .inner .spNavTgl i, header > .inner .spNavTgl::before, header > .inner .spNavTgl::after {
    height: 1px;
  }
}
header > .inner .spNavTgl::before, header > .inner .spNavTgl::after {
  content: "";
  position: absolute;
  left: 0;
}
header > .inner .spNavTgl::before {
  top: 0;
}
header > .inner .spNavTgl::after {
  bottom: 0;
}
header > .inner .spNavTgl.ex i {
  display: none;
}
header > .inner .spNavTgl.ex::before, header > .inner .spNavTgl.ex::after {
  top: 50%;
  left: 50%;
}
header > .inner .spNavTgl.ex::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
header > .inner .spNavTgl.ex::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  header > .inner nav {
    width: 100%;
    height: calc(100vh - 120px);
    background-color: rgba(25, 25, 25, 0.95);
    position: absolute;
    top: 120px;
    left: 0;
    transform: translateX(100%);
    overflow-y: scroll;
  }
  header > .inner nav.ex {
    padding-bottom: 20px;
    transform: translateX(0);
    transition: all 0.3s;
  }
}
@media screen and (min-width: 769px) {
  header > .inner nav > ul:not(.sp) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
header > .inner nav > ul:not(.sp) > li {
  position: relative;
}
header > .inner nav > ul:not(.sp) > li:before {
  width: calc(100% - 30px);
  height: 20px;
  border-top: 5px solid #fff;
  position: absolute;
  left: 15px;
  bottom: -25px;
}
header > .inner nav > ul:not(.sp) > li::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  header > .inner nav > ul:not(.sp) > li:hover::before, header > .inner nav > ul:not(.sp) > li:hover::after {
    content: "";
  }
  header > .inner nav > ul:not(.sp) > li:hover .dropMenu {
    height: 367px;
  }
}
@media screen and (min-width: 769px) {
  header > .inner nav > ul:not(.sp) > li {
    position: relative;
  }
  header > .inner nav > ul:not(.sp) > li:not(:nth-last-of-type(1)) {
    border-right: 2px dotted #fff;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(1)::before {
    border-top-color: #11d674;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(1)::after {
    border-bottom-color: #11d674;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(1) .dropMenu {
    background-color: #11d674;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(2)::before {
    border-top-color: #fd4700;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(2)::after {
    border-bottom-color: #fd4700;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(2) .dropMenu {
    background-color: #fd4700;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(2) .dropMenu .inner .childMenu p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(2) .dropMenu .inner .childMenu ul li a {
    border-bottom: 2px dotted #fff;
    color: #fff;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(3)::before {
    border-top-color: #880016;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(3)::after {
    border-bottom-color: #880016;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(3) .dropMenu {
    background-color: #880016;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(3) .dropMenu .inner .childMenu p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(3) .dropMenu .inner .childMenu ul li a {
    border-bottom: 2px dotted #fff;
    color: #fff;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(4)::before {
    border-top-color: #6f3cfb;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(4)::after {
    border-bottom-color: #6f3cfb;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(4) .dropMenu {
    background-color: #6f3cfb;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(4) .dropMenu .inner .childMenu p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(4) .dropMenu .inner .childMenu ul li a {
    border-bottom: 2px dotted #fff;
    color: #fff;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(5)::before {
    border-top-color: #fff;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(5)::after {
    border-bottom-color: #fff;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(5) .dropMenu {
    background-color: #fff;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(5) .dropMenu .inner .childMenu p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(5) .dropMenu .inner .childMenu ul li a {
    border-bottom: 2px dotted #fff;
    color: #fff;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(5)::after {
    content: none !important;
  }
}
@media screen and (max-width: 768px) {
  header > .inner nav > ul:not(.sp) > li:nth-of-type(1) .dropMenu .inner .childMenu ul li a {
    border-left-color: #11d674;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(2) .dropMenu .inner .childMenu ul li a {
    border-left-color: #fd4700;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(3) .dropMenu .inner .childMenu ul li a {
    border-left-color: #880016;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(4) .dropMenu .inner .childMenu ul li a {
    border-left-color: #6f3cfb;
  }
  header > .inner nav > ul:not(.sp) > li:nth-of-type(5) .dropMenu .inner .childMenu ul li a {
    border-left-color: #fff;
  }
}
header > .inner nav > ul:not(.sp) > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 15px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  header > .inner nav > ul:not(.sp) > li > a {
    padding: 0 1.25vw;
    font-size: 1.333vw;
  }
}
@media screen and (max-width: 1080px) {
  header > .inner nav > ul:not(.sp) > li > a {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  header > .inner nav > ul:not(.sp) > li .dropMenu {
    width: 100vw;
    height: 0;
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 99;
    overflow: hidden;
    transition: all 0.5s ease;
  }
  header > .inner nav > ul:not(.sp) > li .dropMenu:hover {
    height: 367px;
  }
}
header > .inner nav > ul:not(.sp) > li .dropMenu .inner {
  width: 100%;
}
@media screen and (min-width: 769px) {
  header > .inner nav > ul:not(.sp) > li .dropMenu .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
  }
}
header > .inner nav > ul:not(.sp) > li .dropMenu .inner .pic.pc {
  max-width: 730px;
  width: 50%;
  height: 327px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 530px;
    width: 46%;
    margin: 0 auto;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu {
    width: 100%;
    border-bottom: 1px solid #fff2e6;
  }
}
header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu p {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu p {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    line-height: 2;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu p {
    justify-content: space-between;
    height: 55px;
    padding: 0 3.5%;
    color: #fff;
    font-size: 20px;
  }
}
header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu p span {
  font-size: 14px;
}
header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu p i {
  width: 20px;
  height: 20px;
  position: relative;
}
header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu p i::before, header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu p i::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu p i::before {
  transform: translate(-50%, -50%);
}
header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu p i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu p i.op::after {
  display: none;
}
header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu ul {
  width: 47%;
}
@media screen and (min-width: 769px) {
  header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu ul {
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 768px) {
  header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu ul {
    display: none;
    width: 100%;
    padding: 0 5%;
  }
  header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu ul:nth-last-of-type(1) {
    padding-bottom: 15px;
  }
}
header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu ul li {
  width: 100%;
}
header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu ul li a {
  display: flex;
  width: 100%;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu ul li a {
    padding: 8px 5px 8px 15px;
    border-bottom: 2px dotted #191919;
  }
}
@media screen and (max-width: 768px) {
  header > .inner nav > ul:not(.sp) > li .dropMenu .inner .childMenu ul li a {
    align-items: center;
    min-height: 45px;
    margin-bottom: 1px;
    padding: 3px 0 3px 5%;
    border-left: 4px solid;
    background-color: #303030;
    line-height: 1.2;
    color: #fff;
    font-size: 17px;
  }
}
header > .inner nav > ul.sp {
  padding-top: 10px;
}
header > .inner nav > ul.sp li {
  width: 100%;
  padding: 0 5%;
}
header > .inner nav > ul.sp li:nth-last-of-type(n+3) a {
  font-weight: bold;
}
header > .inner nav > ul.sp li a {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 18px;
  color: #fff;
}

.sideBnr {
  display: flex;
  background-color: #fff;
  position: fixed;
  top: 165px;
  right: 0;
  z-index: 999;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .sideBnr {
    flex-direction: column;
    border: 1px solid #191919;
    border-radius: 5px 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .sideBnr {
    justify-content: space-around;
    width: 100%;
    background-color: #fff2e6;
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sideBnr:not(.ex) {
    display: none;
  }
}
.sideBnr.ex {
  background-color: #ff0586;
}
.sideBnr.ex a {
  color: #fff;
}
.sideBnr.ex a img {
  display: none;
}
.sideBnr.ex a img.op {
  display: block;
}
.sideBnr a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .sideBnr a {
    width: 65px;
    padding: 15px 0;
    background-color: #fff2e6;
    writing-mode: vertical-rl;
  }
  .sideBnr a:nth-of-type(n+2) {
    border-top: 1px solid #191919;
  }
}
@media screen and (max-width: 768px) {
  .sideBnr a {
    height: 60px;
    padding: 0 3%;
  }
  .sideBnr a:nth-last-of-type(n+3) img {
    width: 18px;
  }
  .sideBnr a:nth-of-type(n+3) img {
    width: 26px;
  }
  .sideBnr a img.op {
    display: none;
  }
}
.sideBnr a span {
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .sideBnr a span {
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .sideBnr a span {
    padding-left: 3px;
    font-weight: bold;
    font-weight: 800;
  }
}
@media screen and (max-width: 400px) {
  .sideBnr a span {
    font-size: 3.75vw;
  }
}

.fltCta {
  display: flex;
  justify-content: center;
  gap: 0 3.5%;
  width: 100%;
  padding: 10px;
  background-color: #fff2e6;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.fltCta.cls {
  display: none;
}
.fltCta a, .fltCta span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 5px;
  height: 50px;
  padding: 0 12px;
  color: #f7eae5;
}
.fltCta a b, .fltCta span b {
  margin: 0 auto;
  line-height: 1.2;
}
@media screen and (min-width: 401px) {
  .fltCta a br, .fltCta span br {
    display: none;
  }
}
.fltCta > a, .fltCta .tgl {
  border-radius: 25px;
  font-size: 15px;
}
@media screen and (max-width: 400px) {
  .fltCta > a, .fltCta .tgl {
    font-size: 13px;
  }
}
.fltCta > a.oc {
  background-color: #984343;
}
.fltCta > a.dc {
  background-color: #438aa7;
}
.fltCta .tgl {
  display: flex;
  flex-direction: column;
  gap: 1px 0;
  width: 100px;
  position: relative;
}
.fltCta .tgl.ex span {
  border-radius: 0 0 25px 25px;
}
.fltCta .tgl.ex span::after {
  transform: translateY(-25%) rotate(135deg);
}
.fltCta .tgl.ex ul {
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
.fltCta .tgl li, .fltCta .tgl span {
  background-color: #515151;
}
.fltCta .tgl span {
  order: 9;
  border-radius: 25px;
}
.fltCta .tgl span::after {
  content: "";
  min-width: 8px;
  min-height: 8px;
  border-top: 2px solid #f7eae5;
  border-right: 2px solid #f7eae5;
  transform: translateY(25%) rotate(-45deg);
}
.fltCta .tgl ul {
  display: flex;
  flex-direction: column;
  gap: 1px 0;
  width: 100%;
  border-bottom: 1px solid #868686;
  border-radius: 25px 25px 0 0;
  background-color: #868686;
  position: absolute;
  bottom: 50px;
}
@media screen and (min-width: 769px) {
  body:not(.home).about header > .inner nav > ul:not(.sp) > li[data-dir=about]::before {
    content: "";
  }
}
body:not(.home).about .pageHead h1 i {
  background-color: #11d674;
}
@media screen and (min-width: 769px) {
  body:not(.home).course header > .inner nav > ul:not(.sp) > li[data-dir=course]::before {
    content: "";
  }
}
body:not(.home).course .pageHead h1 i {
  background-color: #fd4700;
}
@media screen and (min-width: 769px) {
  body:not(.home).entrance header > .inner nav > ul:not(.sp) > li[data-dir=entrance]::before {
    content: "";
  }
}
body:not(.home).entrance .pageHead h1 i {
  background-color: #880016;
}
@media screen and (min-width: 769px) {
  body:not(.home).qualification header > .inner nav > ul:not(.sp) > li[data-dir=qualification]::before {
    content: "";
  }
}
body:not(.home).qualification .pageHead h1 i {
  background-color: #6f3cfb;
}
@media screen and (min-width: 769px) {
  body:not(.home).gac_report header > .inner nav > ul:not(.sp) > li[data-dir=gac_report]::before {
    content: "";
  }
}
body:not(.home).gac_report .pageHead h1 i {
  background-color: #ffe538;
}
body:not(.home) .pageHead {
  max-width: 1300px;
  width: 93%;
  margin: 30px auto 50px;
}
@media screen and (max-width: 768px) {
  body:not(.home) .pageHead {
    margin: 0 auto 24px;
  }
}
body:not(.home) .pageHead h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #191919;
  letter-spacing: 8px;
  font-weight: 600;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body:not(.home) .pageHead h1 {
    letter-spacing: 3px;
  }
}
body:not(.home) .pageHead h1 span {
  display: flex;
  align-items: center;
  padding-left: 35px;
  color: #fff2e6;
  font-size: 36px;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  body:not(.home) .pageHead h1 span {
    padding: 10px 3.5% 7px;
    line-height: 1.2;
    font-size: 20px;
  }
}
body:not(.home) .pageHead h1 i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 145px;
  padding: 50px;
  background-color: #f04d92;
  color: #191919;
  font-size: 28px;
  font-weight: inherit;
}
body:not(.home) .pageHead h1 i .att {
  font-size: 24px;
  letter-spacing: 3px;
}
@media screen and (min-width: 769px) {
  body:not(.home) .pageHead h1 i {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) .pageHead h1 i {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 5px 3.5%;
    font-size: 12px;
  }
}
body:not(.home) .pageHead h1 .seeking {
  background-color: #afafaf;
}
body:not(.home) .pageHead ul.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body:not(.home) .pageHead ul.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  color: #ff0586;
  font-size: 12px;
}
body:not(.home) .pageHead ul.breadcrumbs li:not(:nth-last-of-type(1))::after {
  content: "";
  width: 4px;
  height: 4px;
  margin-left: 6px;
  border-top: 1px solid #191919;
  border-right: 1px solid #191919;
  transform: rotate(45deg);
}
body:not(.home) .pageHead ul.breadcrumbs li a:hover {
  text-decoration: underline;
}
body:not(.home) .pageHead ul.breadcrumbs li a img {
  display: block;
  width: 16px;
}
body:not(.home) .pageHead-b {
  max-width: 1300px;
  width: 93%;
  margin: 30px auto 50px;
}
@media screen and (max-width: 768px) {
  body:not(.home) .pageHead-b {
    margin: 0 auto 24px;
  }
}
body:not(.home) .pageHead-b h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #191919;
  letter-spacing: 8px;
  font-weight: 600;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body:not(.home) .pageHead-b h1 {
    letter-spacing: 3px;
  }
}
body:not(.home) .pageHead-b h1 span {
  display: flex;
  align-items: center;
  padding-left: 35px;
  color: #fff2e6;
  font-size: 36px;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  body:not(.home) .pageHead-b h1 span {
    padding: 10px 3.5% 7px;
    line-height: 1.2;
    font-size: 20px;
  }
}
body:not(.home) .pageHead-b h1 i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 145px;
  padding: 50px;
  background-color: #11d674;
  color: #191919;
  font-size: 24px;
  font-weight: inherit;
}
body:not(.home) .pageHead-b h1 i .att {
  font-size: 24px;
  letter-spacing: 3px;
}
@media screen and (min-width: 769px) {
  body:not(.home) .pageHead-b h1 i {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) .pageHead-b h1 i {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 5px 3.5%;
    font-size: 12px;
  }
}
body:not(.home) .pageHead-b ul.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body:not(.home) .pageHead-b ul.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  color: #ff0586;
  font-size: 12px;
}
body:not(.home) .pageHead-b ul.breadcrumbs li:not(:nth-last-of-type(1))::after {
  content: "";
  width: 4px;
  height: 4px;
  margin-left: 6px;
  border-top: 1px solid #191919;
  border-right: 1px solid #191919;
  transform: rotate(45deg);
}
body:not(.home) .pageHead-b ul.breadcrumbs li a:hover {
  text-decoration: underline;
}
body:not(.home) .pageHead-b ul.breadcrumbs li a img {
  display: block;
  width: 16px;
}

body.news .pageHead h1 i {
  background-color: #f04d92;
}
body.about .pageHead h1 i {
  background-color: #11d674;
}

section.cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 25px 0;
  border-radius: 10px;
  background: url(/index/img/cta_bg.gif) repeat top left;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.cta {
    margin: 0;
    padding: 0 0 80px;
    border-radius: 0;
    background: url(/index/img/cta_bg.gif) #fff repeat-x bottom center/48px 80px;
  }
}
section.cta img.illust {
  position: absolute;
  top: -50px;
  left: -70px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.cta img.illust {
    width: 100px;
    top: 90px;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
}
section.cta a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 55px;
  background-color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  section.cta a {
    margin: 15px 30px;
    padding-top: 5px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  section.cta a {
    width: 50%;
    height: 90px;
    color: #fff;
    font-size: 14px;
  }
  section.cta a:nth-of-type(1), section.cta a:nth-of-type(4) {
    background-color: #191919;
  }
  section.cta a:nth-of-type(2), section.cta a:nth-of-type(3) {
    background-color: #3c3c3c;
  }
}
section.cta a span {
  font-size: 10px;
  letter-spacing: 2px;
}
section.cta img.sp {
  width: 100%;
}

footer {
  background-color: #191919;
}
footer nav {
  width: 100%;
  padding: 65px 0;
  border-bottom: 1px solid #fff2e6;
}
footer nav .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
}
footer nav .inner ul {
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
footer nav .inner ul li {
  margin-bottom: 8px;
}
footer nav .inner ul li.dir {
  margin-bottom: 12px;
}
footer nav .inner ul li.dir a {
  font-weight: bold;
}
footer nav .inner ul li:not(.dir) a {
  font-size: 14px;
}
footer nav .inner ul li a {
  color: #fff;
}
footer .ftrCnt {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .ftrCnt {
    padding: 30px 0;
  }
}
footer .ftrCnt .pageTop {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  footer .ftrCnt .pageTop {
    right: 50%;
    transform: translate(50%, -120%);
  }
}
footer .ftrCnt .pageTop img {
  width: 50px;
}
footer .ftrCnt .ftrCntTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  footer .ftrCnt .ftrCntTop {
    justify-content: center;
    margin-bottom: 25px;
  }
}
footer .ftrCnt .ftrCntTop .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .ftrCnt .ftrCntTop .info .logo img {
  width: 225px;
}
@media screen and (max-width: 768px) {
  footer .ftrCnt .ftrCntTop .info .logo img {
    width: 250px;
  }
}
footer .ftrCnt .ftrCntTop .info address {
  padding-left: 20px;
  color: #fff;
  font-size: 12px;
}
footer .ftrCnt .ftrCntTop .info address i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 5px;
  padding: 0 3px 1px;
  border-radius: 3px;
  background-color: #fff;
  color: #837248;
  font-size: 10px;
}
footer .ftrCnt .ftrCntTop .info address span {
  font-size: 12px;
}
footer .ftrCnt .ftrCntTop .cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .ftrCnt .ftrCntTop .cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 35px;
  margin-left: 2px;
  border: 1px solid #252525;
  background-color: #393939;
  color: #fff;
  font-size: 14px;
}
footer .ftrCnt ul.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
footer .ftrCnt ul.sns li {
  margin: 0 7px;
}
footer .ftrCnt ul.sns li img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  footer .ftrCnt ul.sns li img {
    width: 50px;
  }
}
footer .ftrCnt .copy {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .ftrCnt .copy a {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .ftrCnt .copy a {
    font-size: 12px;
  }
}
footer .ftrCnt .copy small {
  margin-left: 12px;
  padding-left: 15px;
  border-left: 1px solid #5e5e5e;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .ftrCnt .copy small {
    margin-left: 10px;
    padding-left: 10px;
    font-size: 10px;
  }
}/*# sourceMappingURL=common_style.css.map */