.c-pagehead {
  margin-bottom: 12rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-pagehead {
    margin-bottom: 2.4rem;
  }
}
.c-pagehead__inr {
  max-width: 120rem;
  height: 36rem;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .c-pagehead__inr {
    height: 22rem;
  }
}
.c-pagehead__title {
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 749.98px) {
  .c-pagehead__title {
    font-size: 3rem;
    letter-spacing: 0.1em;
    padding-left: 2rem;
  }
}
.c-pagehead__title-en {
  display: block;
  font-size: 1.4rem;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.16em;
  padding-left: 1.8rem;
  margin-bottom: 1.6rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-pagehead__title-en {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}
.c-pagehead__title-en:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #FFE900;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 1rem) / 2);
  left: 0;
}
.c-pagehead__img {
  display: block;
  width: 100%;
  height: 36rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 0 20rem;
  overflow: hidden;
}
@media screen and (max-width: 749.98px) {
  .c-pagehead__img {
    font-size: inherit;
    width: 100%;
    height: 22rem;
    border-radius: 0 0 0 8rem;
  }
}
.c-pagehead__img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(1, 28, 61) 0%, rgb(32, 127, 210) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.c-pagehead__img img {
  height: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 749.98px) {
  .c-pagehead__img img {
    height: 22rem;
    aspect-ratio: 636/440;
  }
}

.c-container {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 749.98px) {
  .c-container {
    padding: 0 1.8rem;
  }
}

.c-btn {
  height: 8rem;
  text-align: center;
  border-radius: 1rem;
  background-color: #fff;
  padding: 0.8rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .c-btn {
    height: 8.8rem;
    padding: 0.8rem 2.4rem;
  }
}
.c-btn.-line {
  height: 4rem;
  background-color: #10a146;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-line {
    border-radius: 0;
  }
}
.c-btn.-line span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 2.6rem;
  position: relative;
}
.c-btn.-line span:before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.2rem;
  background: transparent url("../../assets/img/common/icon_line.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1rem) / 2);
  left: 0;
}
.c-btn.-request {
  height: 4rem;
  background-color: #021034;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-request {
    border-radius: 0;
  }
}
.c-btn.-request span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 2.6rem;
  position: relative;
}
.c-btn.-request span:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.5rem;
  background: transparent url("../../assets/img/common/icon_estimate.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1.5rem) / 2);
  left: 0;
}
.c-btn.-bgblue {
  width: 34rem;
  height: 7.2rem;
  border-radius: 200rem;
  background-color: #001650;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-btn.-arrow1 {
  border-radius: 200rem;
  width: 34rem;
  height: 7.4rem;
  padding-right: 4.6rem;
  text-align: left;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  border: 1px solid #001650;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1 {
    width: 100%;
  }
}
.c-btn.-arrow1:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 200rem;
  background-color: #001650;
  position: absolute;
  top: calc((100% - 4rem) / 2);
  right: 3rem;
  transition: all 0.3s ease 0s;
}
.c-btn.-arrow1:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.6rem;
  position: absolute;
  top: calc((100% - 0.8rem) / 2);
  right: 4.5rem;
  transform: skewX(45deg);
  border-bottom: 2px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.3s ease 0s;
}
.c-btn.-arrow1 span {
  padding-left: 4rem;
  font-size: 1.6rem;
  color: #001650;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1 span {
    padding-left: 0;
  }
}
@media (hover: hover) {
  .c-btn.-arrow1:hover {
    opacity: 1;
  }
  .c-btn.-arrow1:hover:before {
    transform: scale(1.2);
  }
}
.c-btn.-arrow2 {
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 4.2rem;
  padding-left: 0;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow2 {
    font-size: 1.5rem;
  }
}
.c-btn.-arrow2:before {
  content: "";
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 3.4rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow2:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 1rem;
  transform: rotateZ(-45deg);
  animation: arrow1-animate-out 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow2:hover {
    opacity: 1;
    padding-left: 0.4rem;
  }
  .c-btn.-arrow2:hover:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow2:hover:after {
    animation: arrow1-animate 0.3s ease 0.2s forwards;
  }
}
.c-btn.-arrow3 {
  width: 100%;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 700;
  padding-right: 4.2rem;
  padding-left: 0;
  justify-content: flex-start;
  position: relative;
}
.c-btn.-arrow3:before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 3.2rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow3:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 0.8rem;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow3:hover {
    opacity: 1;
  }
  .c-btn.-arrow3:hover:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow3:hover:after {
    transform: translateX(0.4rem);
  }
}
.c-btn.-arrow4 {
  height: auto;
  background-color: #fff;
  width: 28.8rem;
  border-radius: 1.5rem;
  padding: 1.6rem 1.6rem 1.6rem 2.4rem;
  transition: all 0.3s ease 0s;
}
.c-btn.-arrow4 span {
  display: block;
  width: 100%;
  text-align: left;
  padding-right: 4.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.c-btn.-arrow4 span:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 4rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow4 span:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 1.2rem;
  transform: rotateZ(-45deg);
  animation: arrow1-animate-out 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow4:hover {
    opacity: 1;
    padding-left: 2.7rem;
  }
  .c-btn.-arrow4:hover span:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow4:hover span:after {
    animation: arrow1-animate 0.3s ease 0.2s forwards;
  }
}

@keyframes arrow1-animate {
  0% {
    transform: rotateZ(-45deg);
  }
  50% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0) translateX(0.4rem);
  }
}
@keyframes arrow1-animate-out {
  0% {
    transform: rotateZ(0) translateX(0.4rem);
  }
  50% {
    transform: rotateZ(0) translateX(0);
  }
  100% {
    transform: rotateZ(-45deg);
  }
}
.wp-pagenavi {
  margin-top: 6rem;
  padding-top: 6rem;
  padding-bottom: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 749.98px) {
  .wp-pagenavi {
    padding-top: 4rem;
  }
}
.wp-pagenavi span,
.wp-pagenavi a {
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
  border-radius: 200rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    font-size: 1.3rem;
  }
}
.wp-pagenavi a {
  color: #222;
  background-color: #F3F4F7;
}
@media (hover: hover) {
  .wp-pagenavi a:hover {
    color: #fff;
    background-color: #001650;
  }
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #001650;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border-radius: 0;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    text-indent: -9999rem;
  }
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.6rem;
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: skewX(-45deg);
  position: absolute;
  top: calc((100% - 0.6rem) / 2);
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    color: #222;
    background-color: transparent;
  }
}
.wp-pagenavi .previouspostslink {
  margin-right: 1.2rem;
}
.wp-pagenavi .previouspostslink:before {
  left: -2.6rem;
}
@media screen and (max-width: 749.98px) {
  .wp-pagenavi .previouspostslink:before {
    left: 2.6rem;
  }
}
@media (hover: hover) {
  .wp-pagenavi .previouspostslink:hover:before {
    transform: translateX(-4px) skewX(-45deg);
  }
}
.wp-pagenavi .nextpostslink {
  margin-left: 1.2rem;
}
.wp-pagenavi .nextpostslink:before {
  right: -2.6rem;
  transform: scaleX(-1) skewX(-45deg);
}
@media screen and (max-width: 749.98px) {
  .wp-pagenavi .nextpostslink:before {
    right: 2.6rem;
  }
}
@media (hover: hover) {
  .wp-pagenavi .nextpostslink:hover:before {
    transform: translateX(4px) scaleX(-1) skewX(-45deg);
  }
}

.c-pagination-single {
  padding-top: 9rem;
  padding-bottom: 10rem;
  max-width: 115rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single .c-container {
    padding: 0;
  }
}
.c-pagination-single__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-pagination-single__list a {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (hover: hover) {
  .c-pagination-single__list a:hover {
    opacity: 1;
    background-color: rgba(196, 191, 177, 0.3);
  }
}
.c-pagination-single__list .page {
  height: 13rem;
  width: calc((100% - 38rem) / 2);
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page {
    height: 7.2rem;
    width: 33.3333333333%;
  }
}
.c-pagination-single__list .page a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination-single__list .page span {
  display: inline-block;
  padding: 0 2rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page span {
    padding: 0;
    font-size: 1.3rem;
  }
}
.c-pagination-single__list .page span:before {
  content: "";
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 5.6rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page span:before {
    width: 2.8rem;
    height: 2.8rem;
    top: calc((100% - 2.8rem) / 2);
  }
}
.c-pagination-single__list .page span:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 2.1rem;
  transition: all 0.3s ease 0.2s;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page span:after {
    right: 0.7rem;
  }
}
.c-pagination-single__list .page.prev span {
  padding-left: 6.8rem;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page.prev span {
    padding-left: 3.6rem;
  }
}
.c-pagination-single__list .page.prev span:before {
  left: 0;
}
.c-pagination-single__list .page.prev span:after {
  left: 2.1rem;
  transform: scaleX(-1);
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page.prev span:after {
    left: 0.7rem;
  }
}
@media (hover: hover) {
  .c-pagination-single__list .page.prev:hover span:before {
    transform: translateX(-4px);
  }
  .c-pagination-single__list .page.prev:hover span:after {
    transform: translateX(-4px) scaleX(-1);
  }
}
.c-pagination-single__list .page.next span {
  padding-right: 6.8rem;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page.next span {
    padding-right: 3.6rem;
  }
}
.c-pagination-single__list .page.next span:before {
  right: 0;
}
@media (hover: hover) {
  .c-pagination-single__list .page.next:hover span:before {
    transform: translateX(4px);
  }
  .c-pagination-single__list .page.next:hover span:after {
    transform: translateX(4px);
  }
}
.c-pagination-single__list .page.none {
  visibility: hidden;
  pointer-events: none;
}
.c-pagination-single__list .list {
  width: 38rem;
  height: 13rem;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .list {
    width: 33.3333333333%;
    height: 7.2rem;
  }
}
.c-pagination-single__list .list a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .list a {
    font-size: 1.3rem;
  }
}

/*************************
page
************************ */
.page .c-container {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media screen and (max-width: 749.98px) {
  .page .c-container {
    padding: 0 1.8rem;
  }
}
.page .p-contact__cont {
  padding-top: 6.8rem;
  background-color: #fff;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__cont {
    padding-top: 4rem;
  }
}
.page .p-contact__cont.-form-cont {
  margin-top: 6.8rem;
  padding-top: 10rem;
  padding-bottom: 20rem;
  background-color: #F3F4F7;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__cont.-form-cont {
    margin-top: 8rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.page .p-contact__tel p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__tel p {
    text-align: left;
  }
}
.page .p-contact__tel .telbox {
  border-top: 1px solid #001650;
  border-bottom: 1px solid #001650;
  padding: 3.6rem 0;
  margin-top: 5.2rem;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__tel .telbox {
    margin-top: 4rem;
    padding: 3.2rem 0;
  }
}
.page .p-contact__tel .telbox p {
  font-size: 2.9rem;
  font-weight: 700;
  color: #001650;
  text-align: center;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__tel .telbox p {
    font-size: 2.5rem;
  }
}
.page .p-contact__tel .telbox-inner {
  margin-top: 0.8rem;
}
.page .p-contact__tel .telbox-inner .btntel {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.1rem;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-weight: 700;
  padding-left: 5.6rem;
  line-height: 1;
  margin: 0 auto;
  color: #001650;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__tel .telbox-inner .btntel {
    font-size: 3.5rem;
    padding-left: 4rem;
  }
}
.page .p-contact__tel .telbox-inner .btntel:before {
  content: "";
  display: block;
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  background: transparent url("../img/contact/icon_tel.svg") no-repeat center center/contain;
  position: absolute;
  top: calc((100% - 3.4rem) / 2);
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__tel .telbox-inner .btntel:before {
    width: 3.2rem;
    height: 3.2rem;
    top: calc((100% - 3.2rem) / 2);
  }
}
.page .p-contact__tel .telbox-inner .time {
  display: block;
  text-align: center;
  margin-top: 1.6rem;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__tel .telbox-inner .time {
    margin-top: 1.2rem;
  }
}
.page .p-contact__form input,
.page .p-contact__form textarea {
  border: 1px solid #dfdfdf;
  padding: 0.8rem 1.2rem;
  background-color: #fff;
}
.page .p-contact__form input.w50p,
.page .p-contact__form textarea.w50p {
  width: 50%;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__form input.w50p,
  .page .p-contact__form textarea.w50p {
    width: 100%;
  }
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__form input.w50p.-area-input,
  .page .p-contact__form textarea.w50p.-area-input {
    width: calc(100% - 3rem);
  }
}
.page .p-contact__form input.p-postal-code {
  width: 29rem;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__form input.p-postal-code {
    width: 50%;
  }
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__form input[type=text], .page .p-contact__form input[type=email], .page .p-contact__form input[type=tel] {
    min-height: 4.5rem;
  }
}
.page .p-contact__form textarea {
  height: 16rem;
}
.page .p-contact__form .selectbox {
  position: relative;
}
.page .p-contact__form .selectbox:after {
  content: "";
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 10px solid #1F2427;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 3rem);
  pointer-events: none;
}
.page .p-contact__form .selectbox select {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 0.8rem 1.2rem;
  background-color: #fff;
}
.page .p-contact__form .selectbox select.w50p {
  width: 50%;
}
.page .p-contact__form .selectbox .wpcf7-not-valid-tip {
  display: inline-block;
  margin-left: 0.8rem;
}
.page .p-contact__form .selectbox.w50p {
  width: 50%;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__form .selectbox.w50p {
    width: 100%;
  }
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__form .selectbox.w50p.-area-input {
    width: calc(100% - 3rem);
  }
}
.page .p-contact__form-item {
  display: flex;
  justify-content: space-between;
  margin-top: 4.8rem;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__form-item {
    display: block;
    margin-top: 4rem;
  }
}
.page .p-contact__form-item dt {
  width: 37.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 4.5rem 0.8rem 4rem;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__form-item dt {
    width: 100%;
    padding: 0.8rem 0;
  }
}
.page .p-contact__form-item dt span {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.4rem 0.6rem;
}
.page .p-contact__form-item dt span.required {
  background-color: #0042A2;
  color: #fff;
}
.page .p-contact__form-item dt span.optional {
  background-color: #7FB7D6;
  color: #fff;
}
.page .p-contact__form-item dd {
  width: calc(100% - 37.6rem);
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__form-item dd {
    width: 100%;
  }
}
.page .p-contact__form-item.-box-txtarea dt {
  align-items: flex-start;
  padding-top: 1.2rem;
}
.page .p-contact__form-item.-box-address dt {
  align-items: flex-start;
  padding-top: 4.5rem;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__form-item.-box-address dt {
    align-items: center;
    padding-top: 0;
  }
}
.page .p-contact__form-item.-box-address dd .addressbox {
  margin-top: 1.2rem;
}
.page .p-contact__form-item.-box-address dd .addressbox span {
  display: block;
  font-size: 1.4rem;
}
.page .p-contact__form-item.-box-address dd .addressbox:first-of-type {
  margin-top: 0;
}
.page .p-contact__form-item.-box-checkbox dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page .p-contact__form-item .checkbox-item input[type=checkbox],
.page .p-contact__form-item .wpcf7-form-control-wrap input[type=checkbox] {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
.page .p-contact__form-item .checkbox-item input[type=checkbox]:checked + span:before,
.page .p-contact__form-item .wpcf7-form-control-wrap input[type=checkbox]:checked + span:before {
  background-color: #0042A2;
  opacity: 1;
}
.page .p-contact__form-item .checkbox-item input[type=checkbox]:checked + span:after,
.page .p-contact__form-item .wpcf7-form-control-wrap input[type=checkbox]:checked + span:after {
  border-left-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
}
.page .p-contact__form-item .checkbox-item .wpcf7-list-item-label,
.page .p-contact__form-item .wpcf7-form-control-wrap .wpcf7-list-item-label {
  position: relative;
  padding-left: 4.5rem;
  cursor: pointer;
}
.page .p-contact__form-item .checkbox-item .wpcf7-list-item-label:before,
.page .p-contact__form-item .wpcf7-form-control-wrap .wpcf7-list-item-label:before {
  content: "";
  display: block;
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  position: absolute;
  top: calc((100% - 3.5rem) / 2);
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__form-item .checkbox-item .wpcf7-list-item-label:before,
  .page .p-contact__form-item .wpcf7-form-control-wrap .wpcf7-list-item-label:before {
    width: 2.8rem;
    height: 2.8rem;
    top: calc((100% - 2.8rem) / 2);
  }
}
.page .p-contact__form-item .checkbox-item .wpcf7-list-item-label:after,
.page .p-contact__form-item .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
  content: "";
  display: block;
  content: "";
  width: 1.6rem;
  height: 1.1rem;
  border-left: 4px solid #001650;
  border-bottom: 4px solid #001650;
  background-color: transparent;
  position: absolute;
  top: calc((100% - 1.6rem) / 2);
  left: 1rem;
  transform: rotate(-45deg);
  opacity: 0;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__form-item:first-of-type {
    margin-top: 0;
  }
}
.page .p-contact__form-note {
  padding: 5rem 4rem;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__form-note {
    padding: 5rem 0;
  }
}
.page .p-contact__form-note p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__form-note p {
    font-size: 1.5rem;
  }
}
.page .p-contact__form-note p a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.page .p-contact__form .btnbox {
  text-align: center;
}
.page .p-contact__form .btnbox .btn {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  width: 46rem;
  height: 10rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #001650;
  border: none;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__form .btnbox .btn {
    width: 100%;
    height: 7.2rem;
  }
}
.page .p-contact__thanks {
  padding: 10rem 0 20rem 0;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__thanks {
    padding: 8rem 0 20rem 0;
  }
}
.page .p-contact__thanks-inner {
  text-align: center;
}
.page .p-contact__thanks-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4rem;
  font-weight: 700;
  color: #001650;
  letter-spacing: 0.14em;
  margin: 0 auto;
  border-bottom: 1.3rem solid #001650;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__thanks-title {
    width: 100%;
    font-size: 3rem;
    border-bottom-width: 0.7rem;
  }
}
.page .p-contact__thanks-title span {
  display: block;
  font-size: 5.1rem;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 9rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__thanks-title span {
    font-size: 3.9rem;
    line-height: 1;
    margin-bottom: 4.4rem;
  }
}
.page .p-contact__thanks-txt {
  margin-top: 7.2rem;
}
.page .p-contact__thanks-txt-head {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6333333333;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__thanks-txt-head {
    font-size: 2.7rem;
    line-height: 1.8518518519;
  }
}
.page .p-contact__thanks-txt-main {
  margin-top: 4rem;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__thanks-txt-main {
    text-align: left;
  }
}
.page .p-contact__thanks-txt-main p {
  margin-top: 3rem;
}
.page .p-contact__thanks-img {
  margin-top: 10rem;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__thanks-img {
    margin-top: 3rem;
  }
}
.page .p-contact__thanks-img img {
  max-width: 28.4rem;
}
@media screen and (max-width: 749.98px) {
  .page .p-contact__thanks-img img {
    max-width: 26.2rem;
  }
}