@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  html {
    line-height: 1.45;
  }
}

body {
  font-size: 1.6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.01em;
}

header {
  background: #00178B;
  color: #fff;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 768px) {
  header {
    height: 60px;
    padding: 0 10px;
  }
}
header img {
  width: 428px;
}
@media (max-width: 1080px) {
  header img {
    width: 350px;
  }
}
@media (max-width: 768px) {
  header img {
    width: 216px;
  }
}
header .contact__area.pc {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  header .contact__area.pc {
    display: none;
  }
}
header .contact__area.pc .tel {
  font-size: 2.5rem;
  font-family: "メイリオ", sans-serif;
  font-weight: 550;
  margin-right: 15px;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1370px) {
  header .contact__area.pc .tel {
    font-size: clamp(2rem, 2vw, 2.3rem);
  }
}
header .contact__area.pc .tel span {
  font-size: 2rem;
  margin-right: 12px;
  letter-spacing: 0.1em;
}
@media (max-width: 1080px) {
  header .contact__area.pc .tel {
    display: none;
  }
}
header .contact__area.pc .form {
  background: #FFF700;
  color: #000;
  padding: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  letter-spacing: 0.01em;
  font-size: 2rem;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}
header .contact__area.pc .form:hover::before {
  transform: rotate(10deg);
}
header .contact__area.pc .form::before {
  content: "";
  background: url(../img/common/contact.svg) no-repeat;
  width: 37px;
  height: 26px;
  display: inline-block;
  margin-right: 8px;
  transition: 0.3s;
}

.nav.sp {
  display: none;
}
@media (max-width: 768px) {
  .nav.sp {
    display: flex;
    position: fixed;
    bottom: 0;
    height: 54px;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 5px 10px;
    z-index: 5;
    background: #fff;
  }
}
@media (max-width: 768px) and (max-width: 570px) {
  .nav.sp {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .nav.sp .tel, .nav.sp .form {
    background: #FFCC00;
    border-radius: 5px;
    margin-right: 5px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .nav.sp .tel {
    margin-right: 20px;
    width: calc((100% - 90px - 50px) / 2);
  }
}
@media (max-width: 768px) and (max-width: 570px) {
  .nav.sp .tel {
    margin-right: 15px;
    width: calc((100% - 90px - 80px) / 2);
  }
}
@media (max-width: 768px) {
  .nav.sp .tel::before {
    content: "";
    background: url(../img/common/tel.svg) no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .nav.sp .form {
    width: calc((100% - 90px + 50px) / 2);
    cursor: pointer;
  }
}
@media (max-width: 768px) and (max-width: 570px) {
  .nav.sp .form {
    width: calc((100% - 90px + 20px) / 2);
  }
}
@media (max-width: 768px) {
  .nav.sp .form::before {
    content: "";
    background: url(../img/common/contact.svg) no-repeat;
    background-size: contain;
    width: 21px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
  }
}

main {
  min-height: calc(100vh - 475px);
}
@media (max-width: 768px) {
  main {
    min-height: calc(100vh - 580px);
  }
}

footer {
  width: 100%;
  height: 375px;
  background: #00178B;
  display: flex;
  color: #fff;
}
@media (max-width: 768px) {
  footer {
    height: 550px;
  }
}
footer .inner {
  width: 990px;
  padding: 0 10px;
  display: flex;
  margin: 80px auto 10px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  footer .inner {
    flex-direction: column;
    margin: 50px auto 10px;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: nowrap;
  }
}
footer .inner .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  width: 50%;
}
@media (max-width: 1080px) {
  footer .inner .info {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  footer .inner .info {
    margin-bottom: 50px;
    font-size: 1.4rem;
    width: 100%;
  }
}
footer .inner .info .co {
  font-size: 3rem;
  font-weight: bold;
  margin: 13px 0 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 1080px) {
  footer .inner .info .co {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  footer .inner .info .co {
    font-size: 2.4rem;
  }
}
footer .inner .info img {
  width: 89px;
}
footer .inner .bnr {
  width: 50%;
  text-align: right;
}
@media (max-width: 768px) {
  footer .inner .bnr {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .inner .bnr img {
    width: 100%;
    max-width: 314px;
  }
}
footer .inner small {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  footer .inner small {
    margin-top: 20px;
    font-size: 1rem;
  }
}

.page_top a {
  width: 53px;
  height: 53px;
  background: #D8DBEB;
  border-radius: 53px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 6;
}
.page_top a::after {
  content: "";
  border-top: 2px solid #00178B;
  border-right: 2px solid #00178B;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 48%;
  transform: rotate(-45deg) translateX(-50%);
}
@media (max-width: 768px) {
  .page_top a::after {
    top: 15px;
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 768px) {
  .page_top a {
    width: 44px;
    height: 44px;
    right: 10px;
    bottom: 5px;
  }
}