@charset "UTF-8";
.sec-contact-mv {
  position: relative;
  display: block;
  top: 60px;
  margin-bottom: 60px;
}
.sec-contact-mv .mv {
  position: relative;
  display: block;
  background-image: url(../img/corporate-contact/corporate-contact-main.jpg);
  width: 100vw;
  height: 22vw;
  background-size: cover;
  background-position: center;
}

.overray {
  z-index: 5;
  background-color: #385A4E;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  opacity: 0.4;
}

.mv-title {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: rgb(255, 255, 255);
}
.mv-title h2 {
  position: relative;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .mv-title h2 {
    font-size: 36px;
  }
}
.mv-title .sub-title {
  position: relative;
  text-align: center;
}
.mv-title .sub-title::before {
  content: "";
  position: relative;
  display: inline-block;
  height: 2px;
  width: 100px;
  top: -4px;
  background-color: rgb(255, 255, 255);
  margin-right: 20px;
}
.mv-title .sub-title::after {
  content: "";
  position: relative;
  display: inline-block;
  height: 2px;
  width: 100px;
  top: -4px;
  background-color: rgb(255, 255, 255);
  margin-left: 20px;
}
@media (max-width: 768px) {
  .mv-title .sub-title::before {
    width: 50px;
  }
  .mv-title .sub-title::after {
    width: 50px;
  }
}

.sec-contact {
  padding: 94px 0 100px;
}
.sec-contact .l-inner {
  position: relative;
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
.sec-contact .l-inner .c-text01 {
  font-size: 16px;
  line-height: 2;
}
.sec-contact .l-inner .contact-block {
  margin-top: 40px;
}
.sec-contact .l-inner .c-text-lead {
  text-align: center;
}
.sec-contact .l-inner .c-text-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.048em;
}
.sec-contact .l-inner .tel-box {
  margin: 40px auto 0;
  padding: 1.5rem;
  max-width: 500px;
  width: 92%;
  border: 1px solid #000;
  text-align: center;
}
.sec-contact .l-inner .tel-box .tel-number {
  position: relative;
  padding-left: 1em;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.sec-contact .l-inner .tel-box .tel-number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/contact/icon_tel.svg) no-repeat center/contain;
}

/* 完了画面 */

.cmp-msg {
  margin-top: 40px;
}
.cmp-msg p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .cmp-msg p {
    font-size: 15px;
  }
}
.cmp-msg p + p {
  margin-top: 1.5em;
}
.cmp-msg .tel {
  position: relative;
  padding-left: 1em;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cmp-msg .tel {
    font-size: 20px;
  }
}
.cmp-msg .tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/contact/icon_tel.svg) no-repeat center/contain;
}

p + .cmp-msg-title02 {
  margin-top: 2em;
}

.cmp-msg-title {
  position: relative;
  margin-bottom: 1.5em;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cmp-msg-title {
    font-size: 22px;
  }
}

.cmp-msg-title02 {
  padding-bottom: 0.5em;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cmp-msg-title02 {
    font-size: 18px;
  }
}

.cmp-msg-title03 {
  font-size: 16px;
  font-weight: 700;
  margin: 1.2em 0 .5em;
}


.sec-contact .l-inner .contact-block + .contact-block {
  margin-top: 80px;
}
.sec-contact .l-inner .wp-block-table td {
  border: none;
}
.sec-contact .l-inner .wp-block-table td .p-country-name {
  display: none;
}
.sec-contact .l-inner .p-contact-text__caution {
  margin-top: 35px;
}
.link-btn {
  width: 300px;
  height: 60px;
  margin: 60px auto 80px;
}
.link-btn a {
  position: relative;
  color: rgb(255, 255, 255);
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  background: linear-gradient(90deg, #119844 0%, #3fd19e 50%, #119844);
  background-size: 200% auto;
  transition: 0.3s background ease-in-out;
  overflow: hidden;
}
.link-btn a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: "";
  display: inline;
  background-image: url(../img/common/btn-corporate.svg);
  width: 40px;
  height: 40px;
}
.link-btn a:hover {
  background-position: right center;
}

/*========= ページネーションCSS ===============*/
.pagination {
  position: fixed;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  z-index: 30;
  list-style: none;
}

.pagination a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  padding: 4px;
}

.pagination a.active:after {
  box-shadow: inset 0 0 0 5px;
}

/*現在地表示のテキストの設定*/
.pagination a .hover-text {
  position: absolute;
  left: 15px;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding-left: 15px;
}

.pagination a:hover .hover-text {
  opacity: 1;
}

.pagination a:after {
  transition: box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 3px;
  bottom: 0;
}

.pnavi {
  margin: 50px auto;
  display: flex;
  justify-content: center;
}
.pnavi .page-numbers {
  background-color: rgb(58, 192, 145);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(58, 192, 145);
  padding: 10px;
  border-radius: 6px;
  margin: 0 10px;
  width: 46px;
  text-align: center;
  transition: all 0.4s;
}
.pnavi .page-numbers.current {
  color: rgb(58, 192, 145);
  background-color: rgb(255, 255, 255);
}
.pnavi .page-numbers.prev {
  color: rgb(58, 192, 145);
  background-color: rgb(255, 255, 255);
}
.pnavi .page-numbers.next {
  color: rgb(58, 192, 145);
  background-color: rgb(255, 255, 255);
}
.pnavi .page-numbers:hover {
  opacity: 0.5;
}
.pnavi .page-numbers:hover.current {
  opacity: 1;
}

/*768px以下は現在地表示のテキストを非表示*/
@media screen and (max-width: 768px) {
  .pagination a .hover-text {
    display: none;
  }
}