@charset "UTF-8";
body, h1, h2, h3, h4, h5, p, ul, li, a, dl, dt, dd, table, tr, th, td, span, figure {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: inherit;
  list-style: none;
  outline: none;
}

* {
  line-height: 1.2;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}

.slick-slide:focus {
  outline: none;
}

picture {
  display: block;
}

button, input, select, textarea {
  background-color: unset;
  border: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  color: #222222;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}

table {
  border-collapse: collapse;
}

select::-ms-expand {
  display: none;
}

ol {
  margin: 0;
  padding: 0;
}

:root {
  --header-height: 0px;
}

html, body {
  color: #000;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #FFF;
  position: relative;
}

a {
  display: inline-block;
  color: #000;
  transition: all 0.2s;
}

input {
  transition: all 0.2s;
}

a:hover, input[type=checkbox]:hover, [type=submit]:hover, [type=reset]:hover {
  opacity: 0.6;
  transition: all 0.2s;
}

img, svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  overflow: unset;
}

@media screen and (min-width: 768px) {
  html, body {
    font-size: 35%;
  }
}
@media screen and (min-width: 1021px) {
  html, body {
    font-size: 40%;
  }
}
@media screen and (min-width: 1281px) {
  html, body {
    font-size: 50%;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 2.6666666667vw;
  }
}
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
:root {
  --black: #302F2F;
  --red: #E60012;
  --blue: #033062;
  --green: #0E51C7;
  --gray: #9E9E9E;
  --bg: #F5F5F5;
  --en: "Lexend Deca", sans-serif;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 50;
}
.header .cont {
  padding: 1.8rem 2rem;
  display: grid;
  grid-template-columns: 1fr 19.6rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 180rem;
  margin: 0 auto;
}
.header .cont .logo a {
  display: grid;
  grid-template-columns: 19.4rem max-content;
  align-items: center;
  gap: 1.5rem;
}
.header .cont .logo a span {
  font-size: 1.8rem;
  line-height: 1;
}
.header .cont .link {
  height: 4.5rem;
  border: 0.2rem solid var(--black);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.footer {
  padding-block: 3.6rem 6.4rem;
  border-top: 1px solid #000;
}
.footer .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .list .blk {
  padding-inline: 2.5rem;
}
.footer .list .blk:not(:last-of-type) {
  border-right: 1px solid #000;
}
.footer .list .blk .link {
  font-size: 2rem;
  font-family: "Alata", sans-serif;
}
.footer .logo {
  width: 22.4rem;
  margin: 6rem auto 0;
}

.support {
  background-color: var(--bg);
  padding-block: 10rem;
}
.support__tel {
  background-color: #fff;
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: 39.5138888889% 1fr;
}
.support__tel .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #E4E4E4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support__tel .blk {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 0 4.4rem;
  padding-block: 3rem;
}
.support__tel .blk .lead {
  font-size: 1.8rem;
  font-weight: bold;
}
.support__tel .blk .tel {
  width: 100%;
  max-width: 36rem;
  margin-top: 1.2rem;
}
.support__tel .blk .txt {
  font-size: 1.6rem;
}
.support__tel .blk .txt + .txt {
  margin-top: 1.4rem;
}

#emOnpremises .mv {
  padding-top: var(--header-height);
  background: url(../img/main_bg.jpg) top center/cover no-repeat;
}
#emOnpremises .mv .cont {
  width: 100%;
  max-width: 165.3rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 72.8rem;
  align-items: center;
  justify-content: space-between;
  padding-block: 10.7rem 6rem;
}
@media screen and (max-width: 1281px) {
  #emOnpremises .mv .cont {
    grid-template-columns: 1fr 60rem;
    max-width: 148rem;
  }
}
@media screen and (max-width: 800px) {
  #emOnpremises .mv .cont {
    grid-template-columns: 1fr 50rem;
    max-width: 126rem;
  }
}
#emOnpremises .mv .cont .txtBox .txt {
  font-size: 6.4rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 1281px) {
  #emOnpremises .mv .cont .txtBox .txt {
    font-size: 5rem;
  }
}
@media screen and (max-width: 800px) {
  #emOnpremises .mv .cont .txtBox .txt {
    font-size: 4rem;
  }
}
#emOnpremises .mv .cont .txtBox .lead {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-top: 3.6rem;
}
@media screen and (max-width: 800px) {
  #emOnpremises .mv .cont .txtBox .lead {
    font-size: 2.4rem;
  }
}
#emOnpremises .mv .cont .txtBox .lead .ten {
  background-image: radial-gradient(circle, currentColor 3px, transparent 3px);
  background-size: 1em 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 10px;
}
#emOnpremises .sec01 {
  padding-block: 7.4rem 7rem;
}
#emOnpremises .sec01 .cont {
  width: 100%;
  max-width: 142.3rem;
  margin: 0 auto;
  padding: 0 1rem;
}
#emOnpremises .sec01 .cont .ttl {
  font-size: 4.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
#emOnpremises .sec01 .cont .list {
  display: grid;
  grid-template-columns: repeat(3, 44rem);
  justify-content: space-between;
  margin-top: 3.1rem;
}
#emOnpremises .sec01 .cont .list .txtBox {
  margin-top: 4.4rem;
}
#emOnpremises .sec01 .cont .list .txt {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
#emOnpremises .sec01 .cont .list .lead {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-top: 2.2rem;
}
#emOnpremises .sec02 {
  background-color: var(--green);
  color: #fff;
  padding-block: 8.1rem 7.2rem;
}
#emOnpremises .sec02 .cont {
  width: 100%;
  max-width: 142.3rem;
  margin: 0 auto;
  padding: 0 1rem;
}
#emOnpremises .sec02 .cont .ttl {
  font-size: 4.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
#emOnpremises .sec02 .cont .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10rem 0;
  margin-top: 8.6rem;
  padding: 0 10rem 6.2rem 10rem;
  border-bottom: 1px solid #fff;
}
#emOnpremises .sec02 .cont .list .blk {
  display: grid;
  grid-template-columns: 11.3rem 1fr 45rem;
  justify-content: space-between;
  align-items: flex-start;
}
#emOnpremises .sec02 .cont .list .blk .txtBox {
  padding-inline: 3rem 5rem;
}
#emOnpremises .sec02 .cont .list .blk .txtBox .txt {
  font-size: 3.2rem;
  font-weight: bold;
}
#emOnpremises .sec02 .cont .list .blk .txtBox .lead {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.5rem;
}
#emOnpremises .sec02 .cont .list .blk .txtBox .notes {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  margin-top: 0.2rem;
}
#emOnpremises .sec02 .cont .txtArea {
  margin-top: 2rem;
  padding-inline: 12rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0 8rem;
}
#emOnpremises .sec02 .cont .txtArea .lead {
  font-size: 1.6rem;
  line-height: 1.7;
}
#emOnpremises .sec02 .cont .txtArea .pattern .dsc {
  display: grid;
  grid-template-columns: 22rem 1fr;
  gap: 0 3rem;
}
#emOnpremises .sec02 .cont .txtArea .pattern .dsc .txt, #emOnpremises .sec02 .cont .txtArea .pattern .dsc .line {
  font-size: 1.6rem;
  line-height: 1.7;
}
#emOnpremises .sec02 .cont .txtArea .pattern .dsc .par::before {
  content: "：";
  font-size: 1.6rem;
  line-height: 1.7;
}
#emOnpremises .sec02 .cont .txtArea .pattern .dsc .par .line {
  text-decoration: underline;
  color: #fff;
}
#emOnpremises .sec03 {
  background-color: #f7f6f5;
  padding-block: 5.3rem 5rem;
}
#emOnpremises .sec03 .cont {
  width: 100%;
  max-width: 142.3rem;
  margin: 0 auto;
  padding: 0 1rem;
}
#emOnpremises .sec03 .cont .l-ttl {
  font-size: 4.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
#emOnpremises .sec03 .cont .btnBox {
  display: grid;
  grid-template-columns: 54.8rem;
  justify-content: center;
  gap: 0 3.6rem;
  margin-top: 2.6rem;
}
#emOnpremises .sec03 .cont .btnBox .btn {
  border-radius: 60px;
  border: 1px solid #000;
  display: grid;
  grid-template-columns: 1fr 3rem;
  align-items: center;
  justify-content: center;
  padding: 2.2rem 2.2rem;
}
#emOnpremises .sec03 .cont .btnBox .btn .txt {
  text-align: center;
  font-size: 3rem;
}/*# sourceMappingURL=style.css.map */