@charset "utf-8";
body {
  font-weight: 500;
  font-feature-settings: "palt";
  color: #333;
  word-break: break-word;
  box-sizing: border-box;
  overflow-x: hidden;
	-webkit-text-size-adjust: 100%; 
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
a {
  display: block;
  color: #333;
  text-decoration: none;
}
p {
  line-height: 1.3;
}
h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
  font-size: clamp(32px, 2.5vw, 3rem);
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: none;
  border-bottom: 2px solid #dadada;
}

#button {
  width: 150px;
  position: fixed;
  right: 40px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(6rem);
}
#button.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#button.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(6rem);
  }
}
header {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.header-logo img {
  position: relative;
  transform: none;
  transition: margin 0.3s ease;
}
.header-logo {
  transition: transform 0.3s ease;
}
.header-inner.scrolled .header-logo {
  transform: translateY(-4px);
}
.header-inner.scrolled .header-logo img {
  transform: scale(0.9);
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  height: 5rem;
  width: 100%;
  display: flex;
  transform: translatez(0);
  backface-visibility: hidden;
  will-change: transform;
  justify-content: space-between;
  background: #fff;
  box-shadow: none;
  transition: background-color 0.3s ease;
  z-index: 1000;
  box-sizing: border-box;
}
.header-inner .header-inner-inner {
  display: flex;
  align-items: center;
  height: 100%;
  transition: padding 0.3s ease;
  padding: 0.6rem 0;
  width: 100%;
  box-sizing: border-box;
}
.header-inner-inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  box-shadow: none;
  transition:
    height 0.3s ease,
    box-shadow 0.3s ease;
  z-index: -1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.header-inner.scrolled::before {
  height: 4rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.header-inner.scrolled .header-inner-inner {
  padding: 0.2rem 0;
}
.header-inner.scrolled {
  background-color: transparent;
  box-shadow: none;
}
.gnav ul li a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.gnav {
  margin-left: auto;
  flex: 1;
  min-width: 0;
  height: 100%;
}
.gnav_btn {
  display: none;
}
#g-nav {
  display: none;
}
.gnav > ul {
  list-style: none;
  display: flex;
  height: 100%;
  justify-content: space-around;
  transition: transform 0.3s ease;
}
.header-inner.scrolled .gnav > ul {
  transform: translateY(-4px);
}
@media (max-width: 1200px) {
  .gnav ul li {
    margin-right: 1.5rem;
  }
  .gnav {
    width: auto;
  }
}
@media (max-width: 1000px) {
  .gnav ul li {
    margin-right: 0.8rem;
  }
}

#nav-child1,
#nav-child2,
#nav-child3 {
  width: calc(700px / 4);
}
#nav-child1 a,
#nav-child2 a,
#nav-child3 a {
  font-size: 0.9rem;
}
.gnav ul li {
  line-height: 1;
  font-weight: 900;
  text-align: center;
  position: relative;
  padding: 0;
  height: 100%;
}
.gnav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.gnav ul li.has-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 75%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translate(1.8rem, -50%) rotate(135deg);
  transition: transform 0.3s ease;
}
.gnav ul li.has-child2::before {
  content: "";
  position: absolute;
  left: 2.5rem;
  top: 75%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translate(1.8rem, -50%) rotate(135deg);
  transition: transform 0.3s ease;
}
.gnav ul li.has-child3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 75%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translate(1.8rem, -50%) rotate(135deg);
  transition: transform 0.3s ease;
}

#nav-child1 li.has-child::before,
#nav-child2 li.has-child2::before,
#nav-child2 li.has-child3::before {
  content: "";
  position: absolute;
  left: 1.7rem;
  top: 6rem;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.gnav li.has-child ul,
.gnav li.has-child2 ul,
.gnav li.has-child3 ul {
  display: none;
  position: absolute;
  left: 0;
  top: 6rem;
  z-index: 1001;
  width: 180px;
}
.gnav li.has-child ul li,
.gnav li.has-child2 ul li,
.gnav li.has-child3 ul li {
  line-height: 1rem;
  margin: 0 0 0.1rem 0;
  background: rgba(255, 255, 255, 0.6);
  height: 3rem;
  font-size: 0.9rem;
}
.gnav li.has-child ul li a,
.gnav li.has-child2 ul li a,
.gnav li.has-child3 ul li a {
  color: #333;
}
.gnav li.has-child ul li:last-child a,
.gnav li.has-child2 ul li:last-child a,
.gnav li.has-child3 ul li:last-child a {
  border-bottom: none;
}
.gnav li.has-child ul ul,
.gnav li.has-child2 ul ul,
.gnav li.has-child3 ul ul {
  top: 1rem;
  left: 182px;
  background: #fff;
}
.gnav li.has-child.open::before,
.gnav li.has-child2.open::before,
.gnav li.has-child3.open::before {
  transform: translate(1.8rem, -50%) rotate(-45deg);
}
.has-child2.nav-y a {
  color: #f16d34;
  font-size: 1.2rem;
}
.has-child2.nav-y img {
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.tel_btn {
  width: 250px;
  flex-shrink: 0;
  transition: none;
  transform: none;
  align-self: center;
}
.tel_btn a {
  text-align: right;
}
.tel_btn img {
  width: auto;
  text-align: center;
  height: 5rem;
}
.header-inner.scrolled .tel_btn img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

header {
  height: 5rem;
}
.page-title {
  padding-top: 1rem;
}
.inner {
  width: 90%;
  max-width: 90rem;
  margin-inline: auto;
  text-align: center;
}
.page-title h1 {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8rem;
  font-weight: 700;
}
.page-title .title-mini {
  display: block;
  text-transform: uppercase;
  font-size: max(14px, 0.3rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.3rem;
  letter-spacing: -0.1em;
  font-weight: 700;
}
.breadcrumbs {
  text-align: center;
  font-size: max(11px, 0.2rem);
  font-weight: 700;
}
.breadcrumbs .inner {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.5rem 0;
  white-space: nowrap;
}
.breadcrumbs ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumbs li:not(:last-child) a::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.3rem;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  background-color: #ccc;
  margin: 0.15em 0.5em 0.15em 1em;
}
.breadcrumbs li {
  list-style: none;
}
.ttl {
  margin-bottom: 1em;
  font-weight: 700;
}
.midasi {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.1em;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
}
.midasi::before {
  margin-right: 1rem;
}
.midasi::after {
  margin-left: 1rem;
}
.midasi::before,
.midasi::after {
  content: "";
  flex: 1;
  background-image: url("../images/common/border.png");
  height: 0.2rem;
  max-width: 7rem;
}
.subtitle {
  font-size: max(16px, 0.7rem);
  display: block;
  line-height: inherit;
  letter-spacing: 0.03em !important;
  margin-top: 0.8rem;
}
.yellow-btn {
  display: block;
  margin-left: auto;
  margin-right: 14rem;
  width: 10rem;
}
.yellow-btn a {
  max-width: 14rem;
  width: 100%;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.18);
  padding-block: 2rem;
  font-size: max(13px, 0.9375rem);
  margin-left: 1rem auto;
  position: relative;
  padding: 1.5rem 4.6875rem 1.5rem 4rem;
  border-radius: 9999px;
  min-width: min(7rem, 100%);
  background-color: #f2d91f;
  text-align: center;
  line-height: 1.5rem;
  transition: all 0.5s ease;
  font-weight: 900;
}
.yellow-btn a:hover {
  color: #fff;
  background: #131313;
}
footer {
	padding-top:6rem;
	padding-bottom: 3rem;
	background:#0f2753;
	color:#fff;
}
footer .inner {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
footer .left div {
	line-height: 1.6;
	font-size: 1.1rem;
}
footer .footer-nav ul{
	display: flex;
	list-style: none;
	font-size:1rem;
	justify-content: space-between;
}

footer .footer-nav ul li {
  margin-right: 1rem;
}
footer .footer-nav ul li a {
  color: #fff;
}
footer .footer-nav ul li a:hover {
  color: #3d82cf;
}
footer .footer-nav ul li:last-child {
  margin-right: 0;
}
footer .left small {
  text-align: right;
  display: block;
}

footer .footer-top {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 50px;
}
footer .footer-top p {
	width:40%;
	text-align: center;
}
.footer-btn {
  width: 100%;
	display: block;
	height: auto;
}
.footer-btn a {
	width: 100%;
	display: block;
}
.footer-btn .bg-yellow,
.footer-btn .bg-fill {
  fill: #fdd000;
  transition: fill 0.3s ease;
}
.footer-btn .icon-stroke {
  stroke: #fdd000;
  transition: strole 0.3s ease;
}
.footer-btn:hover .bg-yellow,
.footer-btn:hover .bg-fill {
  fill: #131313;
}
.footer-btn:hover .icon-stroke {
  stroke: #131313;
}

footer .left {
	width:70%;
	margin-inline: auto;
	text-align: center;
}
footer .adress .footer_tel {
	color: #fff;
}

