* {
  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;
  }
}
#mission {
  position: relative;
}
#mission .container {
  position: relative;
  z-index: 1;
}
#mission .textArea {
  width: 700px;
  margin: 0 0 0 auto;
}
#mission p {
  line-height: 2.5;
}
#mission .container + img {
  position: absolute;
  bottom: 100px;
  left: 0;
}

#vision {
  position: relative;
}
#vision:after {
  content: "";
  width: 90%;
  height: 100%;
  background-color: #EFF8FF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#vision .container {
  display: flex;
  column-gap: 80px;
}
#vision .textArea {
  width: 400px;
}
#vision h3 {
  margin-bottom: 20px;
}

#quality .textArea {
  width: 650px;
}
#quality h3 {
  margin-bottom: 20px;
}
#quality .pics {
  width: 800px;
  margin: 0 auto;
}
#quality .pics + p {
  color: #075AC7;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

#feature {
  position: relative;
}
#feature:after {
  display: inline-block;
  content: "";
  width: 90%;
  height: 100%;
  background-color: #EFF8FF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#feature ul {
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
#feature h3 {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
  position: relative;
}
#feature h3 span {
  display: inline-block;
  padding-right: 5px;
  color: #075AC7;
}
#feature h3:after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #075AC7;
  position: absolute;
  bottom: 0;
  left: 0;
}
#feature .pics {
  width: 500px;
  margin: 0 auto;
}
#feature .pics + p {
  text-align: center;
  color: #075AC7;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #mission .container + img {
    width: 40%;
  }
  #vision .container {
    column-gap: 30px;
  }
  #vision .textArea {
    width: 70%;
  }
  #quality .pics {
    width: 80%;
  }
  #feature ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #mission .textArea {
    width: 100%;
    margin: 0 auto 0 0;
  }
  #mission .container + img {
    width: 50%;
  }
  #vision .container {
    flex-direction: column;
    row-gap: 40px;
  }
  #vision .textArea {
    width: 100%;
  }
  #quality .textArea {
    width: 100%;
  }
  #quality .pics {
    width: 330px;
  }
  #feature ul {
    width: 100%;
    row-gap: 30px;
  }
  #feature .pics {
    width: 330px;
  }
}/*# sourceMappingURL=about.css.map */