* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.8em;
  letter-spacing: 0;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.container {
  width: 1000px;
  padding: 100px 0;
  margin: 0 auto;
}

.btnBox {
  text-align: center;
}

.btn {
  width: 280px;
  border: 1px solid #AAAAAA;
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
  color: #222;
  position: relative;
}
.btn:after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #AAAAAA;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #075AC7;
  color: #ffffff;
}
.btn:hover:after {
  right: -35px;
}

.btnWhite {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.btnWhite:after {
  background-color: #ffffff;
}

.pics img {
  width: 100%;
  height: auto;
}

h2 {
  margin-bottom: 50px;
  font-size: 4rem;
  line-height: 1.6;
  font-family: "ShipporiMincho", sans-serif;
}
h2 span {
  display: block;
  margin-bottom: 10px;
  color: #075AC7;
  font-size: 2rem;
}

#titleArea .container {
  padding: 150px 0 0;
}
#titleArea h2 {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
#titleArea #pan li {
  font-size: 1.2rem;
  display: inline-block;
  padding-right: 20px;
  margin-right: 5px;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
}
#titleArea #pan li::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 0px;
}
#titleArea #pan li:last-child {
  position: static;
  padding-right: 0;
  margin-right: 0;
  color: #222;
}
#titleArea #pan li:last-child::before {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
    padding: 50px 0;
  }
  #titleArea .container {
    padding: 100px 0 0;
  }
  h2 {
    margin-bottom: 30px;
    font-size: 2.5rem;
    line-height: 1.8em;
  }
  h2 span {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .brPC {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .brSP {
    display: none;
  }
  .telnum {
    pointer-events: none;
  }
}
header {
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
header h1 img {
  width: 180px;
}
header .whiteLogo {
  display: none;
}
header .burgerBtn {
  width: 80px;
  height: 80px;
  border: 1px solid #222;
  border-radius: 50%;
  background-color: #222;
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 3;
  cursor: pointer;
}
header .burgerBtn span {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header .burgerBtn span:nth-of-type(1) {
  top: 30px;
}
header .burgerBtn span:nth-of-type(2) {
  top: 40px;
}
header .burgerBtn span:nth-of-type(3) {
  top: 50px;
}

.overlay {
  width: 100%;
  height: 100vh;
  background-image: url(../img/overlay_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 5;
  display: none;
}
.overlay .container {
  display: flex;
  column-gap: 200px;
}
.overlay nav ul {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  color: #ffffff;
}
.overlay nav ul:nth-of-type(2) {
  margin-top: 70px;
  font-size: 1.4rem;
}
.overlay a:hover {
  color: #075AC7;
}
.overlay .closeBtn {
  width: 80px;
  height: 80px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.overlay .closeBtn span {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 50%;
}
.overlay .closeBtn span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.overlay .closeBtn span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  header {
    padding: 15px 20px;
  }
  header .burgerBtn {
    top: 10px;
    right: 20px;
  }
  .overlay .container {
    flex-direction: column;
    row-gap: 50px;
  }
  .overlay nav ul {
    row-gap: 10px;
  }
  .overlay nav ul:nth-of-type(2) {
    margin-top: 40px;
  }
}
#contactLink {
  background-image: url(../img/contact_bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#contactLink .container {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
#contactLink p {
  margin-bottom: 40px;
}

footer {
  padding: 80px 100px 60px;
  background-color: #ffffff;
}
footer .footerContent {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 45px;
  margin-bottom: 50px;
  display: flex;
  column-gap: 100px;
}
footer .footerContent .pics {
  width: 180px;
}
footer .footerContent a {
  text-decoration: underline;
}
footer .footerContent a:hover {
  opacity: 0.7;
}
footer .footerContent .telnum {
  padding-right: 10px;
  text-decoration: none;
}
footer .footerMenu ul {
  display: flex;
  column-gap: 35px;
  justify-content: flex-end;
  font-size: 1.4rem;
}
footer .copyright {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer {
    padding: 80px 50px 60px;
  }
}
@media screen and (max-width: 767px) {
  #contactLink .container {
    flex-direction: column;
  }
  #contactLink p {
    margin-bottom: 20px;
  }
  footer {
    padding: 50px 20px;
  }
  footer .footerContent {
    padding-bottom: 30px;
    margin-bottom: 30px;
    flex-direction: column;
    row-gap: 20px;
  }
  footer .footerContent .telnum {
    text-decoration: underline;
  }
  footer .footerMenu ul {
    flex-direction: column;
    row-gap: 5px;
  }
}
#service {
  background-image: url(../img/service_bg02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#service h2 {
  text-align: center;
}
#service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 50px;
}
#service li {
  width: 300px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  position: relative;
}
#service li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/list_style.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#service ul + p {
  margin-top: 30px;
  color: #ffffff;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
}

#service01 {
  position: relative;
}
#service01:after {
  content: "";
  width: 90%;
  height: 100%;
  background-color: #EFF8FF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#service01 p {
  width: 700px;
  margin-bottom: 60px;
}
#service01 .serviceList {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
#service01 .serviceContent {
  padding: 100px 60px 50px;
  background-color: #ffffff;
  position: relative;
}
#service01 .serviceContent ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  z-index: 1;
}
#service01 .serviceContent ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  background-image: url(../img/list_style.svg);
}
#service01 .serviceContent h3 {
  width: 580px;
  padding: 10px 40px;
  background: -moz-linear-gradient(top, #075AC7, #0790C4);
  background: -webkit-linear-gradient(top, #075AC7, #0790C4);
  background: linear-gradient(to bottom, #075AC7, #0790C4);
  color: #ffffff;
  position: absolute;
  top: 30px;
  left: -10px;
  z-index: 2;
}
#service01 .serviceContent ul + img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#service02 {
  background-image: url(../img/service02_bg.jpg);
  background-position: contain;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#service02 h2 + p {
  width: 700px;
}
#service02 .pics {
  width: 800px;
  margin: 0 auto;
}

#aboutBestCell .container {
  width: 800px;
}
#aboutBestCell h2 {
  text-align: center;
}
#aboutBestCell h2 + ul {
  border-top: 1px solid #DDDDDD;
  margin-bottom: 50px;
  font-size: 1.8rem;
  text-align: center;
}
#aboutBestCell h2 + ul li {
  border-bottom: 1px solid #DDDDDD;
  padding: 15px;
}
#aboutBestCell h2 + ul span {
  font-weight: bold;
}
#aboutBestCell h2 + ul span:nth-of-type(1) {
  color: #C70707;
}
#aboutBestCell .pointList {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
#aboutBestCell .pointContent {
  border: 1px solid #DDDDDD;
  padding: 30px;
  background-color: #EFF8FF;
}
#aboutBestCell .pointContent h3 {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
#aboutBestCell .pointContent h3 span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 10px;
}
#aboutBestCell .pointContent h3:after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #075AC7;
  position: absolute;
  bottom: 0;
  left: 0;
}
#aboutBestCell .pointContent h3 + p {
  font-weight: bold;
  margin-bottom: 20px;
}
#aboutBestCell .pointContent ul {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#aboutBestCell .pointContent ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  background-image: url(../img/list_style.svg);
}
#aboutBestCell .pointContent ul span {
  font-size: 1.2rem;
}
#aboutBestCell .pointList + p {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
#aboutBestCell .pics {
  width: 350px;
  margin: 80px auto 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #service02 .pics {
    width: 90%;
  }
  #aboutBestCell .container {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #service ul {
    gap: 20px 30px;
  }
  #service li {
    width: 250px;
    padding: 20px;
  }
  #service ul + p {
    margin-top: 20px;
    font-size: 2rem;
  }
  #service01 p {
    width: 100%;
    margin-bottom: 30px;
  }
  #service01 .serviceList {
    row-gap: 30px;
  }
  #service01 .serviceContent {
    padding: 70px 30px 40px;
  }
  #service01 .serviceContent ul {
    z-index: 0;
    row-gap: 10px;
  }
  #service01 .serviceContent h3 {
    width: 330px;
    padding: 10px 20px;
    top: 10px;
    z-index: 0;
  }
  #service01 ul + img {
    display: none;
  }
  #service02 h2 + p {
    width: 100%;
  }
  #service02 .pics {
    width: 330px;
  }
  #aboutBestCell .container {
    width: 90%;
  }
  #aboutBestCell .pointList {
    margin-bottom: 30px;
  }
  #aboutBestCell .pointContent h3 {
    margin-bottom: 10px;
  }
  #aboutBestCell .pointContent h3 span {
    display: block;
    margin-left: 0;
  }
  #aboutBestCell .pointContent h3 + p {
    margin-bottom: 10px;
  }
  #aboutBestCell .pointContent ul {
    margin-bottom: 10px;
  }
  #aboutBestCell .pointList + p {
    font-size: 1.8rem;
  }
  #aboutBestCell .pointList + p .brPC {
    display: none;
  }
  #aboutBestCell .pics {
    width: 200px;
    margin: 40px auto 0;
  }
}/*# sourceMappingURL=service.css.map */