@charset "UTF-8";
.pc_br {
  display: block;
}

@media screen and (max-width: 500px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .sp_br {
    display: block;
  }
}

.sm_br {
  display: none;
}

@media screen and (max-width: 500px) {
  .sm_br {
    display: block;
  }
}

.ec_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .ec_br {
    display: block;
  }
}

.policy_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .policy_br {
    display: block;
  }
}

.footer_br {
  display: block;
}

@media screen and (max-width: 800px) {
  .footer_br {
    display: none;
  }
}

.pc_br {
  display: block;
}

@media screen and (max-width: 500px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .sp_br {
    display: block;
  }
}

.sm_br {
  display: none;
}

@media screen and (max-width: 500px) {
  .sm_br {
    display: block;
  }
}

.ec_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .ec_br {
    display: block;
  }
}

.policy_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .policy_br {
    display: block;
  }
}

.footer_br {
  display: block;
}

@media screen and (max-width: 800px) {
  .footer_br {
    display: none;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #272727;
  font-size: 10px;
  background-color: #ffffff;
}

.container {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 400px) {
  .container {
    padding: 0 10px;
  }
}

a:hover {
  opacity: 0.7;
}

.sec-ttl {
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #34373f;
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 10;
}

.sec-ttl::after {
  content: '';
  position: absolute;
  background-color: #34373f;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
}

@media screen and (max-width: 800px) {
  .sec-ttl {
    padding-top: 80px;
  }
}

.pnkz {
  margin-top: 20px;
  display: block;
}

.pnkz-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
}

.pnkz-list:after {
  display: inline-block;
  margin: 0 5px;
  content: ">";
}

@media screen and (max-width: 800px) {
  .pnkz {
    display: none;
  }
}

.tag-space {
  padding-right: 10px;
}

.sec-contact {
  background: url(../images/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .sec-contact {
    background: url(../images/sp-contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.sec-contact .sec-ttl {
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #34373f;
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 10;
  color: #ffffff;
}

.sec-contact .sec-ttl::after {
  content: '';
  position: absolute;
  background-color: #34373f;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
}

@media screen and (max-width: 800px) {
  .sec-contact .sec-ttl {
    padding-top: 80px;
  }
}

.sec-contact .sec-ttl::after {
  background-color: #ffffff;
}

@media screen and (max-width: 500px) {
  .sec-contact .sec-ttl {
    padding-top: 50px;
  }
}

.sec-contact .contact__txt {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  padding: 40px 0 58px;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__txt {
    padding: 40px 0;
  }
}

@media screen and (max-width: 500px) {
  .sec-contact .contact__txt {
    padding: 30px 0 50px;
  }
}

@media screen and (max-width: 400px) {
  .sec-contact .contact__txt {
    padding: 30px 0;
    font-size: 1.4rem;
  }
}

.sec-contact .contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 130px;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__wrap {
    display: block;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 500px) {
  .sec-contact .contact__wrap {
    padding-bottom: 50px;
  }
}

.sec-contact .contact__left {
  width: 50%;
  border-right: 1px solid #c7c7c7;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__left {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
    border-right: none;
    border-bottom: 1px solid #c7c7c7;
  }
}

@media screen and (max-width: 500px) {
  .sec-contact .contact__left {
    width: 90%;
  }
}

.sec-contact .contact__left-ttl {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 42px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__left-ttl {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 400px) {
  .sec-contact .contact__left-ttl {
    padding-bottom: 30px;
  }
}

.sec-contact .contact__left-form {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
}

.sec-contact .contact__left-form a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.9;
  text-align: center;
  border: 3px solid #ffffff;
  padding: 20px 0;
}

@media screen and (min-width: 800px) {
  .sec-contact .contact__left-form a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .sec-contact .contact__left-form a:hover {
    color: #272727;
    opacity: 1;
  }
  .sec-contact .contact__left-form a:hover:before {
    left: 0;
  }
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__left-form {
    width: 100%;
  }
}

.sec-contact .contact__right {
  width: 50%;
}

.sec-contact .contact__right-ttl {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 42px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__right-ttl {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.sec-contact .contact__right-tel {
  font-size: 4rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  display: block;
}

.sec-contact .contact__right-tel-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}

@media screen and (max-width: 400px) {
  .sec-contact .contact__right-tel {
    font-size: 3rem;
  }
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__right {
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

.common__btn-ani {
  overflow: hidden;
}

.common__btn-ani a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  color: #272727;
  text-align: center;
  background-color: #f0f0f0;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 0.9;
  padding: 14px 0;
  border: 3px solid #272727;
}

@media screen and (min-width: 800px) {
  .common__btn-ani a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #272727;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .common__btn-ani a:hover {
    color: #ffffff;
    opacity: 1;
  }
  .common__btn-ani a:hover:before {
    left: 0;
  }
}

.about {
  overflow: hidden;
  padding: 70px 0 135px;
}

@media screen and (max-width: 500px) {
  .about {
    padding: 57px 0 60px;
  }
}

.about .sec-ttl {
  padding-top: 50px;
  margin-bottom: 100px;
}

@media screen and (max-width: 800px) {
  .about .sec-ttl {
    margin-bottom: 40px;
  }
}

.about__bg {
  margin-left: 44%;
  width: 55%;
  position: absolute;
  top: auto;
  bottom: -45px;
}

.about__bg img {
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .about__bg {
    bottom: -70px;
  }
}

@media screen and (max-width: 800px) {
  .about__bg {
    width: 45%;
    margin-left: 37%;
    bottom: 65px;
    top: auto;
  }
}

@media screen and (max-width: 500px) {
  .about__bg {
    width: 55%;
  }
}

.about__bg-inner {
  max-width: 1960px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.about__cont {
  background-color: #f0f0f0;
}

@media screen and (max-width: 800px) {
  .about__cont {
    background-color: #ffffff;
  }
}

.about__cont-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 800px) {
  .about__cont-wrap {
    display: block;
  }
}

.about__cont-left {
  width: 55%;
}

@media screen and (max-width: 800px) {
  .about__cont-left {
    width: 100%;
  }
}

.about__cont-left-ttl {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 180px 0 50px;
}

@media screen and (max-width: 1200px) {
  .about__cont-left-ttl {
    font-size: 3.38542vw;
  }
}

@media screen and (max-width: 800px) {
  .about__cont-left-ttl {
    font-size: 2.6rem;
    padding: 0 0 20px;
  }
}

@media screen and (max-width: 500px) {
  .about__cont-left-ttl {
    font-size: 2.2rem;
  }
}

.about__cont-left-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: left;
  padding-bottom: 200px;
  width: 90%;
}

@media screen and (max-width: 800px) {
  .about__cont-left-txt {
    width: 100%;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .about__cont-left-txt {
    font-size: 1.4rem;
  }
}

.about__cont-right {
  width: 40%;
}

.about__cont-right img {
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .about__cont-right {
    display: none;
  }
}

.about__catch {
  padding-top: 100px;
}

.about__catch-image {
  width: 80%;
  margin: 0 auto 100px;
}

.about__catch-image img {
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .about__catch {
    padding-top: 0;
  }
  .about__catch-image {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.about__catch-wrap {
  list-style: none;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .about__catch-wrap {
    width: 100%;
  }
}

.about__catch-ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1vw 2vw;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.about__catch-ttl-box:hover {
  cursor: pointer;
}

.about__catch-number {
  color: #c6c6c6;
  font-size: 6rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  line-height: 2;
  letter-spacing: 0.06em;
  padding-right: 50px;
}

@media screen and (max-width: 800px) {
  .about__catch-number {
    font-size: 4.9rem;
    padding-right: 30px;
  }
}

@media screen and (max-width: 500px) {
  .about__catch-number {
    font-size: 4rem;
    padding-right: 20px;
  }
}

.about__catch-ttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
  z-index: +1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

@media screen and (max-width: 800px) {
  .about__catch-ttl {
    font-size: 2rem;
  }
}

.about__catch-hide {
  display: none;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.about__catch-hide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2vw 3vw;
}

@media screen and (max-width: 800px) {
  .about__catch-hide-wrap {
    padding: 5vw;
  }
}

.about__catch-hide-item {
  width: 18%;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 12px 0;
  border: 1px solid #707070;
  border-radius: 34px;
}

.about__catch-hide-item:nth-child(-n + 5) {
  margin-bottom: 25px;
}

@media screen and (max-width: 800px) {
  .about__catch-hide-item {
    width: 32%;
  }
  .about__catch-hide-item:nth-child(-n + 9) {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 500px) {
  .about__catch-hide-item {
    font-size: 1.4rem;
    padding: 9px;
  }
}

@media screen and (max-width: 350px) {
  .about__catch-hide-item {
    padding: 5px;
  }
}

.toggle__btn {
  position: absolute;
  top: 50%;
  right: 2.8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .toggle__btn {
    width: 20px;
    height: 20px;
    right: 3%;
  }
}

.toggle__btn:before,
.toggle__btn:after {
  display: block;
  content: "";
  background-color: #707070;
  position: absolute;
  width: 30px;
  height: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 500px) {
  .toggle__btn:before,
  .toggle__btn:after {
    width: 20px;
  }
}

.toggle__btn:before {
  width: 3px;
  height: 30px;
}

@media screen and (max-width: 500px) {
  .toggle__btn:before {
    height: 20px;
  }
}

.about__catch-ttl-box.selected .toggle__btn:before {
  content: normal;
}
