:root {
  --bc-yellow: #ffe347;
  --bc-blue: #0e1452;
}

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

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

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

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

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

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 10px 15px 10px 20px;
  border-bottom: 2px solid #f00;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
  header a.logo {
    width: 200px;
  }
}
header .navTgl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
header .navTgl.ex + nav {
  display: flex;
}
header .navTgl.ex i {
  background-color: transparent !important;
}
header .navTgl.ex i::before, header .navTgl.ex i::after {
  width: 50px;
}
header .navTgl.ex i::before {
  top: 0;
  rotate: 40deg;
}
header .navTgl.ex i::after {
  bottom: 0;
  rotate: -40deg;
}
header .navTgl i {
  display: flex;
  background-color: transparent;
  position: relative;
}
header .navTgl i, header .navTgl i::before, header .navTgl i::after {
  width: inherit;
  height: 3px;
  background-color: #000;
}
header .navTgl i::before, header .navTgl i::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
header .navTgl i::before {
  top: -13px;
}
header .navTgl i::after {
  bottom: -13px;
}
header nav {
  display: flex;
  gap: 15px 20px;
}
@media screen and (min-width: 769px) {
  header nav {
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  header nav {
    display: none;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    min-height: 100dvh;
    padding: 30px 5% 15px;
    background-color: #fff;
    position: absolute;
    top: 60px;
    right: 0;
  }
}
header nav > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4px;
  font-weight: 600;
}
header nav > a i.fa {
  font-size: 1.2em;
}
header nav a.tel {
  font-size: 25px;
}
@media screen and (min-width: 769px) {
  header nav a.tel {
    pointer-events: none;
  }
}
header nav a.form {
  width: 200px;
  height: 45px;
  border-radius: 5px;
  background-color: var(--bc-yellow);
  font-size: 18px;
}
header nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 14px min(2.5vw, 30px);
  width: 100%;
  line-height: 1;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  header nav ul {
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px 0;
    font-size: 20px;
  }
  header nav ul li {
    padding-bottom: 14px;
    border-bottom: 1px solid #000;
  }
  header nav ul li a {
    width: 100%;
  }
}

main:not(#hone) section.mv hgroup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  width: 90%;
  height: 240px;
  margin: 0 auto;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main:not(#hone) section.mv hgroup {
    height: 200px;
  }
}
main:not(#hone) section.mv hgroup p {
  font-size: 80px;
}
@media screen and (max-width: 768px) {
  main:not(#hone) section.mv hgroup p {
    font-size: 46px;
  }
}
main:not(#hone) section.mv hgroup h1 {
  font-size: 35px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main:not(#hone) section.mv hgroup h1 {
    font-size: 24px;
  }
}

ul.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 6px 8px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 90px;
  padding-top: 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  ul.breadcrumbs {
    margin-bottom: 42px;
  }
}
ul.breadcrumbs li {
  font-size: 12px;
}
ul.breadcrumbs li:nth-of-type(n+2) {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
ul.breadcrumbs li:nth-of-type(n+2)::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  rotate: 45deg;
}
ul.breadcrumbs li a {
  color: #1e86bc;
}
ul.breadcrumbs li a:hover {
  text-decoration: underline;
}

section hgroup.secTtl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  line-height: 0.8;
}
section hgroup.secTtl-w {
  color: #fff;
}
section hgroup.secTtl-b {
  color: var(--bc-blue);
}
@media screen and (max-width: 768px) {
  section hgroup.secTtl {
    margin-bottom: 24px;
  }
}
section hgroup.secTtl p.f-hind {
  font-size: 100px;
}
@media screen and (max-width: 768px) {
  section hgroup.secTtl p.f-hind {
    font-size: 58px;
  }
}
section hgroup.secTtl h2 {
  font-size: 28px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  section hgroup.secTtl h2 {
    font-size: 20px;
  }
}

main {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 60px;
  }
}
main a.btn-blue {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 50px;
  padding: 0 20px 0 30px;
  border: 1px solid #fff;
  background-color: var(--bc-blue);
  color: #fff;
}
main a.btn-blue::after {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}

footer section.contact {
  width: 100%;
  padding: 60px 5% 70px;
  background-color: var(--bc-yellow);
}
@media screen and (max-width: 768px) {
  footer section.contact {
    padding: 62px 5% 48px;
  }
}
footer section.contact .cntWrap {
  display: flex;
  justify-content: center;
  gap: 2px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer section.contact .cntWrap {
    flex-direction: column;
  }
}
footer section.contact .cntWrap .cntBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 1px);
  height: 200px;
  padding: 35px 0 40px;
  background-color: #fff;
  line-height: 1;
  color: var(--bc-blue);
}
@media screen and (max-width: 768px) {
  footer section.contact .cntWrap .cntBox {
    justify-content: center;
    gap: 8px 0;
    width: 100%;
    height: 160px;
    padding: 10px 5%;
  }
}
@media screen and (min-width: 769px) {
  footer section.contact .cntWrap .cntBox:nth-of-type(1) span {
    margin: 5px 0 auto;
  }
}
footer section.contact .cntWrap .cntBox:nth-of-type(1) p {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  footer section.contact .cntWrap .cntBox:nth-of-type(1) p {
    font-size: 34px;
  }
}
@media screen and (min-width: 769px) {
  footer section.contact .cntWrap .cntBox:nth-of-type(2) img {
    margin: 8px 0;
  }
}
footer section.contact .cntWrap .cntBox:nth-of-type(2) p {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  font-size: 22px;
}
@media screen and (min-width: 769px) {
  footer section.contact .cntWrap .cntBox:nth-of-type(2) p {
    padding-bottom: 10px;
  }
}
footer section.contact .cntWrap .cntBox:nth-of-type(2) p::after {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid var(--bc-blue);
}
footer section.contact .cntWrap .cntBox img {
  width: 50px;
}
@media screen and (max-width: 768px) {
  footer section.contact .cntWrap .cntBox img {
    width: 40px;
  }
}
footer section.contact .cntWrap .cntBox span, footer section.contact .cntWrap .cntBox p {
  font-weight: bold;
}
footer nav {
  display: flex;
  gap: 20px 35px;
  width: 100%;
  min-height: 50px;
  padding: 15px 5%;
}
@media screen and (min-width: 769px) {
  footer nav {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  footer nav {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
  }
}
footer nav a {
  font-size: 14px;
}
footer .copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 20px min(5%, 20px);
  background-color: var(--bc-blue);
}
footer .copy a, footer .copy small {
  color: #fff;
}
footer .copy a {
  font-size: 22px;
  font-weight: bold;
}
footer .copy small {
  font-size: 10px;
}