@charset "UTF-8";

/*/////////////////////
//content
/////////////////////*/

.contact_box{
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .contact_box{
    display: flex;
    margin-top: 60px;
    padding-bottom: 100px;
    justify-content: space-between;
  }
}

.contact_box a{
  display: block;
}

@media screen and (max-width: 768px) {
  .contact_box a:first-child{
    margin-bottom: 30px;
  }
}

.contact_box dl{
  text-align: center;
  width: 350px;
  height: 210px;
  background-size: cover;
  background-position: center center;
  border: 1px solid #2a3542;
}

@media screen and (max-width: 768px) {
  .contact_box dl{
    width: 100%;
    height: auto;
    padding: 10px 20px 50px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 769px) {
  .contact_box a:hover dl{
    border: 1px solid var(--hover-color);
  }
}

.contact_box a:first-child dl{
  background-color: lightgray;
}

.contact_box a:nth-child(2){
  background-color: lightgray;
}

.contact_box dl dt{
  font-size: 52px;
  margin:1.125em 0 0.375em;
}

@media screen and (min-width: 769px) {
  .contact_box dl dt{
    font-size: 45px;
  }
}

@media screen and (min-width: 320px) {
  .contact_box dl dt{
    font-size: 38px;
  }
}

.contact_box dl dd{
  font-size: 18px;
  line-height: 1.8em;
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}

.detail ul li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
	line-height: 1.8rem;
}

.detail ul li:before {
    content: "";
    position: absolute;
    top: .3em;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #525252;
    border-radius: 50%;
}





/*/////////////////////
//５つボタン用
/////////////////////*/

  .contact-branches {
    padding: 72px 24px 140px;
    background: #fff;
  }

  .contact-branches__inner {
    max-width: 980px;
    margin: 0 auto;
  }

  .contact-branches__intro {
    max-width: 820px;
    margin: 0 auto 110px;
    text-align: center;
  }

  .contact-branches__intro p {
    margin: 0;
    color: #555555;
    font-size: 15px;
    line-height: 2.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }

  .contact-branches__list {
    display: flex;
    flex-direction: column;
    gap: 110px;
  }

  .contact-branch {
    padding-top: 46px;
    border-top: 1px solid #dfdfdf;
  }

  .contact-branch__heading {
    margin: 0 0 38px;
    text-align: center;
    color: #666666;
    font-size: 31px;
    line-height: 1.7;
    letter-spacing: 0.08em;
    font-weight: 500;
  }

  .contact-branch__content {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
  }

  .contact-branch__text {
    margin: 0;
    color: #555555;
    font-size: 15px;
    line-height: 2.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }

  .contact-branch__btnwrap {
    margin-top: 42px;
  }

  .contact-branch__btn {
    display: inline-block;
    min-width: 260px;
    padding: 16px 34px;
    border: 1px solid #c8c8c8;
    border-radius: 9999px;
    background: #fafafa;
    color: #555555;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-weight: 400;
    transition: background-color .25s ease, border-color .25s ease, color .25s ease;
  }

  .contact-branch__btn:hover {
    background: #f1f1f1;
    border-color: #b5b5b5;
    color: #333333;
  }

  .contact-branch--other {
    margin-top: 8px;
  }

  @media screen and (max-width: 768px) {
    .contact-branches {
      padding: 48px 16px 88px;
    }

    .contact-branches__intro {
      margin-bottom: 72px;
      text-align: left;
    }

    .contact-branches__intro p {
      font-size: 14px;
      line-height: 2.3;
    }

    .contact-branches__list {
      gap: 72px;
    }

    .contact-branch {
      padding-top: 30px;
    }

    .contact-branch__heading {
      margin-bottom: 24px;
      font-size: 24px;
      line-height: 1.7;
    }

    .contact-branch__content {
      text-align: left;
    }

    .contact-branch__text {
      font-size: 14px;
      line-height: 2.3;
    }

    .contact-branch__btnwrap {
      margin-top: 28px;
      text-align: center;
    }

    .contact-branch__btn {
      width: 100%;
      min-width: 0;
      padding: 15px 20px;
      box-sizing: border-box;
      text-align: center;
    }
  }



/*/////////////////////
//#footer
/////////////////////*/

footer b {
	font-weight: normal;
}