@charset "UTF-8";
* {
  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;
  }
}
#message .container {
  padding-bottom: 0;
}
#message p:nth-of-type(1) {
  margin-bottom: 10px;
}
#message .telnum {
  color: #075AC7;
  font-weight: bold;
  font-size: 2.4rem;
}
#message .telnum:hover {
  opacity: 0.7;
}

#contactLink {
  display: none;
}

#form dl {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 60px;
}
#form dt {
  width: 25%;
  padding: 25px 15px;
  box-sizing: border-box;
  border-bottom: solid 1px #BABABA;
}
#form dd {
  padding: 25px 15px;
  margin: 0;
  width: 75%;
  box-sizing: border-box;
  border-bottom: solid 1px #BABABA;
}
#form input[type=tel], #form input[type=text], #form input[type=email] {
  height: 45px;
  font-size: 16px;
  border: 1px solid #CCC;
  padding: 3px 10px;
  background-color: #EFF8FF;
}
#form textarea {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #CCC;
  padding: 3px 10px;
  width: 100%;
  background-color: #EFF8FF;
  color: #000;
}
#form select {
  height: 40px;
}
#form input, #form select {
  vertical-align: middle;
  border-radius: 5px;
}
#form .boxW100 input, #form .boxW100 textarea {
  width: 100%;
  box-sizing: border-box;
}
#form .boxW49 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#form .boxW49 input {
  width: 49%;
  box-sizing: border-box;
}
#form .boxW50 input {
  width: 49%;
  box-sizing: border-box;
}
#form .boxW20 input {
  width: 20%;
  box-sizing: border-box;
}
#form .boxW20 span {
  padding-left: 10px;
}
#form .radio input {
  height: auto;
  transform: scale(1.7);
  vertical-align: inherit;
}
#form .must {
  display: inline-block;
  background-color: red;
  font-size: 10px;
  line-height: 1.5em;
  color: #EFF8FF;
  margin: 0 0 0 10px;
  padding: 2px 5px;
}
#form #image-btn input {
  display: block;
  width: 280px;
  border: 1px solid #AAAAAA;
  border-radius: 0;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
  color: #222;
  cursor: pointer;
  transition: all 0.3s ease;
}
#form #image-btn input:hover {
  background-color: #075AC7;
  color: #ffffff;
}
#form #image-btn input:hover:after {
  right: -35px;
}
@media screen and (max-width: 767px) {
  #form dl {
    display: block;
    margin: 0 auto 25px;
  }
  #form dt {
    width: 100%;
    padding: 15px 0 10px;
    border-bottom: none;
  }
  #form dd {
    padding: 0 0 15px;
    width: 100%;
  }
}

.formBtn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.formBtn input {
  background-color: #ffffff;
  border: 1px solid #222;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 10px;
  color: #222;
  transition: all 0.3s ease;
}
.formBtn input:hover {
  background-color: #075AC7;
  color: #ffffff;
}

/*チェックボックス*/
.checkBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inputGroup {
  width: 49.5%;
  display: inline-block;
  margin: 0 0 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inputGroup {
    width: 100%;
  }
}

.inputGroup label {
  padding: 12px 15px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  background-color: #EFF8FF;
}

.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #EFF8FF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.inputGroup label:after {
  width: 26px;
  height: 26px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #EFF8FF;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: -1px 0px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.inputGroup input:checked ~ label:after {
  background-color: #333;
  border-color: #333;
}

.inputGroup input {
  width: 26px;
  height: 26px;
  order: 1;
  z-index: 2;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}/*# sourceMappingURL=contact.css.map */