@charset "UTF-8";
/******************************************
	下層共通　#contentWrap内
******************************************/
#contentWrap #mv {
  background-image: url(../img/contact/mv.webp);
  background-position: 47% 98%;
  background-size: 355%;
}
@media (min-width: 768px) {
  #contentWrap #mv {
    background-position: 100% 95%;
    background-size: cover;
  }
}
#contentWrap #mv #mvTitle_en {
  top: 93%;
}
#contentWrap #mv #mvTitle_en img {
  width: 46.7%;
}
@media (min-width: 768px) {
  #contentWrap #mv #mvTitle_en img {
    width: auto;
  }
}
#contentWrap #intro {
  padding-bottom: 83px;
}
@media (min-width: 768px) {
  #contentWrap #intro {
    padding-bottom: 96px;
  }
}
#contentWrap #intro .contentTitle {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #contentWrap #intro .contentTitle {
    margin-bottom: 50px;
  }
}

#contact #information .informationBlock {
  padding-bottom: 72px;
}
@media (min-width: 768px) {
  #contact #information .informationBlock {
    padding-bottom: 80px;
  }
}
#contact #information .informationBlock .titleArea {
  padding: 8px 0;
  text-align: center;
  background-color: #1D534D;
  border-radius: 20px 20px 0 0;
}
@media (min-width: 768px) {
  #contact #information .informationBlock .titleArea {
    padding: 4px 0;
  }
}
#contact #information .informationBlock .titleArea h2 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  #contact #information .informationBlock .titleArea h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
#contact #information .informationBlock .contentArea {
  padding: 82px 10px 25px 10px;
  background-color: #ffffff;
  letter-spacing: 0.05em;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 768px) {
  #contact #information .informationBlock .contentArea {
    padding: 36px 90px 23px 90px;
  }
}
#contact #information .informationBlock .contentArea ul {
  margin-bottom: 25px;
  padding-bottom: 42px;
  border-bottom: 1px solid #1D534D;
}
@media (min-width: 768px) {
  #contact #information .informationBlock .contentArea ul {
    margin-bottom: 25px;
    padding-bottom: 29px;
  }
}
#contact #information .informationBlock .contentArea ul li {
  position: relative;
  font-size: 26px;
  text-align: center;
}
@media (min-width: 768px) {
  #contact #information .informationBlock .contentArea ul li {
    padding-left: 45px;
    font-size: 30px;
    text-align: left;
  }
}
#contact #information .informationBlock .contentArea ul li p,
#contact #information .informationBlock .contentArea ul li a {
  width: auto;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (min-width: 768px) {
  #contact #information .informationBlock .contentArea ul li p,
  #contact #information .informationBlock .contentArea ul li a {
    text-align: left;
  }
}
#contact #information .informationBlock .contentArea ul li:first-child a {
  position: relative;
  font-size: 24px;
}
#contact #information .informationBlock .contentArea ul li:first-child a::before {
  position: absolute;
  content: "";
  top: 6px;
  right: -19px;
  background: url(../img/common/icon_link.svg) no-repeat;
  background-size: cover;
  height: 15px;
  width: 15px;
}
#contact #information .informationBlock .contentArea ul li:first-child, #contact #information .informationBlock .contentArea ul li:nth-child(2) {
  padding-bottom: 77px;
}
@media (min-width: 768px) {
  #contact #information .informationBlock .contentArea ul li:first-child, #contact #information .informationBlock .contentArea ul li:nth-child(2) {
    padding-bottom: 25px;
  }
}
#contact #information .informationBlock .contentArea ul li:first-child::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/contact/icon_line.svg) no-repeat;
  background-size: cover;
  height: 34px;
  width: 34px;
}
@media (min-width: 768px) {
  #contact #information .informationBlock .contentArea ul li:first-child::before {
    top: 4px;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
#contact #information .informationBlock .contentArea ul li:nth-child(2)::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/contact/icon_tel.svg) no-repeat;
  background-size: cover;
  height: 29px;
  width: 29px;
}
@media (min-width: 768px) {
  #contact #information .informationBlock .contentArea ul li:nth-child(2)::before {
    top: 4px;
    left: 0;
    height: 34px;
    width: 34px;
    -webkit-transform: unset;
            transform: unset;
  }
}
#contact #information .informationBlock .contentArea ul li:last-child::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -39px;
  background: url(../img/contact/icon_mail.svg) no-repeat;
  background-size: cover;
  height: 23px;
  width: 30px;
}
@media (min-width: 768px) {
  #contact #information .informationBlock .contentArea ul li:last-child::before {
    top: 4px;
    left: 0;
    bottom: 0;
    height: 26px;
    width: 33px;
    -webkit-transform: unset;
            transform: unset;
  }
}
#contact #information .informationBlock .contentArea > p {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#contact #information .informationBlock .contentArea > p:first-of-type {
  padding: 4px 10px;
}
@media (min-width: 768px) {
  #contact #information .informationBlock .contentArea > p {
    margin-bottom: 7px;
    font-size: 20px;
    letter-spacing: 0.07em;
  }
  #contact #information .informationBlock .contentArea > p:first-of-type {
    padding: 0;
  }
  #contact #information .informationBlock .contentArea > p:last-of-type {
    margin-left: -10px;
    font-size: 18px;
  }
}
#contact #information .informationBlock .contentArea > p span {
  display: block;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  #contact #information .informationBlock .contentArea > p span {
    display: inline;
  }
}
#contact #information > section:first-of-type {
  padding-bottom: 26px;
}
@media (min-width: 768px) {
  #contact #information > section:first-of-type {
    padding-bottom: 75px;
  }
}
#contact #information > section .titleArea {
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1D534D;
}
@media (min-width: 768px) {
  #contact #information > section .titleArea {
    margin-bottom: 27px;
    padding-bottom: 13px;
  }
}
#contact #information > section .titleArea h3 {
  position: relative;
  padding-left: 22px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  #contact #information > section .titleArea h3 {
    padding-left: 25px;
    font-size: 26px;
  }
}
#contact #information > section .titleArea h3::before {
  position: absolute;
  content: "";
  left: 0;
  height: 32px;
  width: 10px;
  background-color: #1D534D;
}
@media (min-width: 768px) {
  #contact #information > section .titleArea h3::before {
    height: 38px;
    width: 13px;
  }
}
#contact #information > section > p {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  #contact #information > section > p {
    font-size: 18px;
  }
}
#contact #information > section:last-of-type p {
  padding-bottom: 57px;
}
@media (min-width: 768px) {
  #contact #information > section:last-of-type p {
    padding-bottom: 55px;
  }
}
#contact #information > section section .titleArea {
  height: 49px;
  width: 202px;
  padding-bottom: 0;
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #1D534D;
  border-radius: 30px;
}
@media (min-width: 768px) {
  #contact #information > section section .titleArea {
    margin-bottom: 19px;
    height: 49px;
    width: 221px;
  }
}
#contact #information > section section .titleArea h4 {
  padding-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  #contact #information > section section .titleArea h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #contact #information > section section:last-of-type .titleArea {
    width: 182px;
  }
}
#contact #information > section section ul {
  margin-bottom: 28px;
}
#contact #information > section section ul li {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  #contact #information > section section ul li {
    margin-bottom: 7px;
    padding-bottom: 28px;
    font-size: 18px;
    letter-spacing: 3px;
  }
}
#contact #information > section section ol {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  #contact #information > section section ol {
    margin-bottom: 28px;
  }
}
#contact #information > section section ol li {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  #contact #information > section section ol li {
    margin-bottom: 7px;
    padding-bottom: 4px;
    font-size: 18px;
    letter-spacing: 3px;
  }
}
#contact #information > section section ol li {
  line-height: 2;
  letter-spacing: 0.05em;
}
#contact #information > section section ol li:first-child {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #contact #information > section section ol li:first-child {
    padding-bottom: 4px;
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
}
#contact #information > section section ul:last-of-type li {
  font-size: 16px;
}
#contact #information > section section:first-of-type ul li {
  padding-bottom: 10px;
  line-height: 2;
}
@media (min-width: 768px) {
  #contact #information > section section:first-of-type ul li {
    padding-bottom: 3px;
    line-height: 2;
  }
}
#contact #information > section section:last-of-type .titleArea {
  width: 170px;
}
@media (min-width: 768px) {
  #contact #information > section section:last-of-type .titleArea {
    width: 184px;
  }
}
#contact #information > section section:last-of-type ul li {
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  #contact #information > section section:last-of-type ul li {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
#contact #information > section section:last-of-type ul li:last-child {
  padding-bottom: 0;
}/*# sourceMappingURL=contact.css.map */