@charset "UTF-8";


/* Web Fonts ------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@400;500;700;900&display=swap");
.newAbout {
  padding-block: 3.90625vw 4.84375vw;
  background-color: #003862;
}
@media (1280px < width) {
  .newAbout {
    padding-block: 50px 62px;
  }
}
@media screen and (max-width: 767px) {
  .newAbout {
    padding-block: 4.8rem 6rem;
  }
}
.newAbout_wrap {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .newAbout_wrap {
    max-width: 1140px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .newAbout_wrap {
    width: 100%;
    padding-inline: 2.4rem;
  }
}
.newAboutGroup {
  text-align: center;
  color: #fff;
}
.newAboutGroup_heading {
  font-size: clamp(2.6rem, 1.7rem + 1.171875vw, 3.2rem);
  margin-block: 0 !important;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .newAboutGroup_heading {
    font-size: 2.2rem;
  }
}
.newAboutGroup_headingInner {
  margin-block: 0 6px;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .newAboutGroup_headingInner {
    margin-block: 0 0.8rem;
  }
}
.newAboutGroup_text {
  font-size: clamp(1.2rem, 0.9rem + 0.390625vw, 1.4rem);
  margin-block: 1.875vw 0vw;
}
@media (1280px < width) {
  .newAboutGroup_text {
    margin-block: 24px 0px;
  }
}
@media screen and (max-width: 767px) {
  .newAboutGroup_text {
    margin-block: 2.4rem 0 !important;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.newAboutCont {
  gap: 0vw 2.5vw;
  margin-block: 3.4375vw 0vw;
  display: flex;
}
@media (1280px < width) {
  .newAboutCont {
    gap: 0px 32px;
  }
}
@media (1280px < width) {
  .newAboutCont {
    margin-block: 44px 0px;
  }
}
@media screen and (max-width: 767px) {
  .newAboutCont {
    margin-block: 4rem 0;
    gap: 4rem 0;
    flex-flow: column;
  }
}
.newAboutCont_list {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .newAboutCont_list {
    width: 100%;
  }
}
.newAboutCont_view {
  padding-block: 0.3125vw 1.875vw;
  padding-inline: 1.875vw;
  width: 35%;
  background-color: #fff;
}
@media (1280px < width) {
  .newAboutCont_view {
    padding-block: 4px 24px;
  }
}
@media (1280px < width) {
  .newAboutCont_view {
    padding-inline: 24px;
  }
}
@media screen and (max-width: 767px) {
  .newAboutCont_view {
    width: 100%;
    padding-block: 2rem 5.6rem;
    padding-inline: 1.6rem;
  }
}
.newAboutMenu {
  gap: 2.5vw 1.25vw;
  display: block grid;
  flex-wrap: wrap;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media (1280px < width) {
  .newAboutMenu {
    gap: 32px 16px;
  }
}
@media screen and (max-width: 767px) {
  .newAboutMenu {
    gap: 1.7rem 1rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.newAboutMenu_btn {
  padding-block: 10px;
  padding-inline: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  gap: 0;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 5;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  color: #333 !important;
}
@media screen and (max-width: 767px) {
  .newAboutMenu_btn {
    padding-block: 1rem 1.2rem;
    padding-inline: 0;
  }
}
.newAboutMenu_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(92, 92, 92, 0.6);
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 10;
  opacity: 0;
}
.newAboutMenu_btnImg {
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 120/104;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .newAboutMenu_btnImg {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .newAboutMenu_btnImg {
    width: 80%;
  }
}
.newAboutMenu_btnImg > img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.newAboutMenu_btnText {
  font-size: clamp(1.1rem, 0.95rem + 0.1953125vw, 1.2rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .newAboutMenu_btnText {
    margin-block: 0 !important;
    font-size: 1.2rem;
  }
}
.newAboutMenu_btn.is-selected::after {
  opacity: 1;
}
@media (hover: hover) {
  .newAboutMenu_btn:-webkit-any-link::after {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .newAboutMenu_btn:any-link::after {
    transition: opacity 0.3s ease-out;
  }
  .newAboutMenu_btn:-webkit-any-link:hover {
    opacity: 1;
  }
  .newAboutMenu_btn:any-link:hover {
    opacity: 1;
  }
  .newAboutMenu_btn:-webkit-any-link:hover::after {
    opacity: 1;
  }
  .newAboutMenu_btn:any-link:hover::after {
    opacity: 1;
  }
}
.newAboutView {
  position: relative;
}
.newAboutView_img {
  width: 68%;
  margin-inline: auto;
  aspect-ratio: 281/215;
}
@media screen and (min-width: 768px) {
  .newAboutView_img {
    max-width: 281px;
  }
}
@media screen and (max-width: 767px) {
  .newAboutView_img {
    width: 100%;
    padding-block: 0 2rem;
  }
}
.newAboutView_box {
  margin-block: 12px 0;
}
@media screen and (max-width: 767px) {
  .newAboutView_box {
    margin-block: 2rem 0;
  }
}
.newAboutView_boxHeading {
  font-size: clamp(1.6rem, 1rem + 0.78125vw, 2rem);
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .newAboutView_boxHeading {
    font-size: 2rem;
  }
}
.newAboutView_boxText {
  margin-block: 1.5625vw 0vw;
  font-size: clamp(1.2rem, 1.05rem + 0.1953125vw, 1.3rem);
  line-height: 1.7;
  font-weight: 500;
}
@media (1280px < width) {
  .newAboutView_boxText {
    margin-block: 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .newAboutView_boxText {
    margin-block: 2rem 0 !important;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .newAboutView_boxBack {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .newAboutView_boxBack {
    margin-block: 1.2rem 4.8rem;
    margin-inline: auto 0.4rem;
    display: flex;
    gap: 0.9rem 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 10rem;
    background-color: #003862;
    border-radius: 50%;
    color: #fff !important;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: bold;
  }
}
.newAboutView_boxBack::before {
  content: "";
  width: 1.4rem;
  height: 0.9rem;
  -webkit-mask: url("/files/user/images/pau-lp01/ico_arrow_top.svg") no-repeat center;
          mask: url("/files/user/images/pau-lp01/ico_arrow_top.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}
.newAboutView_boxBtns {
  margin-block: 2.5vw 0vw;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-flow: column;
  gap: 16px 0;
}
@media (1280px < width) {
  .newAboutView_boxBtns {
    margin-block: 32px 0px;
  }
}
@media screen and (min-width: 768px) {
  .newAboutView_boxBtns {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .newAboutView_boxBtns {
    gap: 1.6rem 0;
  }
}
.newAboutNum {
  width: 3.125vw;
  height: 2.5vw;
  font-size: clamp(1.2rem, 0.9rem + 0.390625vw, 1.4rem);
  font-weight: 500;
  line-height: 1;
  position: absolute;
  inset: 0 auto auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003862 !important;
}
@media (1280px < width) {
  .newAboutNum {
    width: 40px;
  }
}
@media (1280px < width) {
  .newAboutNum {
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .newAboutNum {
    width: 3rem;
    height: 2.4rem;
  }
}
.newAboutNum:is(.newAboutView *) {
  font-size: clamp(2rem, 1.4rem + 0.78125vw, 2.4rem);
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .newAboutNum:is(.newAboutView *) {
    inset: 16px auto auto 0;
  }
}

.newBtn {
  font-size: clamp(1.1rem, 0.71rem + 0.5078125vw, 1.36rem);
  padding-block: 1.171875vw;
  padding-inline: 1.25vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  border-radius: 3px;
  color: #fff !important;
  position: relative;
}
@media (1280px < width) {
  .newBtn {
    padding-block: 15px;
  }
}
@media (1280px < width) {
  .newBtn {
    padding-inline: 16px;
  }
}
@media screen and (max-width: 767px) {
  .newBtn {
    padding-block: 1.5rem;
    padding-inline: 4rem;
    font-size: 1.1rem;
    font-size: 1.4rem;
    justify-content: space-between;
  }
}
.newBtn_ico {
  display: block;
}
.newBtn_ico--dl {
  width: 1.5625vw;
  height: 1.5625vw;
  background: url("/files/user/images/pau-lp01/icon_dl.webp") no-repeat center;
  background-size: contain;
}
@media (1280px < width) {
  .newBtn_ico--dl {
    width: 20px;
  }
}
@media (1280px < width) {
  .newBtn_ico--dl {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .newBtn_ico--dl {
    width: 2rem;
    height: 2rem;
  }
}
.newBtn_ico--mail {
  width: 1.796875vw;
  height: 1.328125vw;
  background: url("/files/user/images/pau-lp01/icon_mail.webp") no-repeat center;
  background-size: contain;
}
@media (1280px < width) {
  .newBtn_ico--mail {
    width: 23px;
  }
}
@media (1280px < width) {
  .newBtn_ico--mail {
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .newBtn_ico--mail {
    width: 2.3rem;
    height: 1.7rem;
  }
}
.newBtn_ico--arrow {
  width: 7px;
  height: 12px;
  -webkit-mask: url("/files/user/images/pau-lp01/ico_arrow_right.svg") no-repeat center;
          mask: url("/files/user/images/pau-lp01/ico_arrow_right.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  position: absolute;
  inset: 50% 3.4rem auto auto;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .newBtn_ico--arrow {
    width: 0.7rem;
    height: 1.2rem;
    inset: 50% 3.6rem auto auto;
  }
}
.newBtn--large {
  font-size: clamp(1.6rem, 1rem + 0.78125vw, 2rem);
  padding-block: 1.71875vw;
  font-weight: bold;
  background-color: #6a6a6a;
}
@media (1280px < width) {
  .newBtn--large {
    padding-block: 22px;
  }
}
@media screen and (max-width: 767px) {
  .newBtn--large {
    justify-content: center;
    font-size: 1.4rem;
    padding-block: 1.6rem;
  }
}
.newBtn--blue {
  background-color: #008ae1;
}
.newBtn--orange {
  background-color: #eda900;
}
.newBtn.is-leave {
  justify-content: space-between;
}
@media (hover: hover) {
  .newBtn:-webkit-any-link {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .newBtn:any-link, .newBtn:enabled {
    transition: opacity 0.3s ease-out;
  }
  .newBtn:-webkit-any-link:hover {
    opacity: 0.7;
  }
  .newBtn:any-link:hover, .newBtn:enabled:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .newCta {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .newCta {
    position: fixed;
    inset: auto auto 0 50%;
    translate: -50% 0;
    width: 100%;
    padding-block: 2rem;
    padding-inline: 1rem;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
}
.newCtaBtn {
  display: flex;
  gap: 0 1.4rem;
  justify-content: space-between;
}
.newCtaBtn_list {
  width: 50%;
}
.newCtaBtn_listItem {
  padding-block: 1.1rem;
  padding-inline: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .newCtaBtn_listItemIco--dl {
    width: 1.7rem;
    height: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .newCtaBtn_listItemIco--mail {
    width: 2rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .newCta.is-scrolled {
    opacity: 1;
  }
}

.newForm {
  padding-block: 3.75vw 7.03125vw;
  background-color: #013166;
}
@media (1280px < width) {
  .newForm {
    padding-block: 48px 90px;
  }
}
@media screen and (max-width: 767px) {
  .newForm {
    padding-block: 4.8rem 6.8rem;
    padding-inline: 1rem;
  }
}
.newForm_heading {
  gap: 11px 0;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .newForm_heading {
    gap: 2rem 0;
  }
}
.newForm_headingSub {
  font-size: clamp(1.4rem, 1.1rem + 0.390625vw, 1.6rem);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 8px;
}
@media screen and (max-width: 767px) {
  .newForm_headingSub {
    font-size: 1.6rem;
  }
}
.newForm_headingSub::before, .newForm_headingSub::after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .newForm_headingSub::before, .newForm_headingSub::after {
    width: 2.4rem;
  }
}
.newForm_headingSub::before {
  -webkit-transform-origin: right;
          transform-origin: right;
  rotate: 66.45deg;
}
.newForm_headingSub::after {
  -webkit-transform-origin: left;
          transform-origin: left;
  rotate: -73.45deg;
}
.newForm_cont {
  margin-block: 2.8125vw 0vw;
  padding-block: 4.0625vw 3.4375vw;
  width: 100%;
  margin-inline: auto;
  padding-inline: 6.25vw !important;
  background-color: #f2f2f2;
}
@media (1280px < width) {
  .newForm_cont {
    margin-block: 36px 0px;
  }
}
@media (1280px < width) {
  .newForm_cont {
    padding-block: 52px 44px;
  }
}
@media screen and (min-width: 768px) {
  .newForm_cont {
    max-width: 992px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .newForm_cont {
    margin-block: 2.4rem 0;
    padding-block: 7.6rem 6rem;
    padding-inline: 1.7rem !important;
  }
}
.newForm_contBox {
  gap: 0vw 1.171875vw;
  width: 100%;
}
@media (1280px < width) {
  .newForm_contBox {
    gap: 0px 15px;
  }
}
@media screen and (min-width: 768px) {
  .newForm_contBox {
    display: flex;
  }
}
.newForm_contBoxInner {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .newForm_contBoxInner {
    width: 100%;
  }
}
.newForm_contBoxInner input {
  width: 100%;
}
.newForm_contBoxInner--zip {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.newForm_contBoxInner--tdfk {
  width: 100%;
  max-width: 118px !important;
}
.newForm_contBoxInner--address {
  flex: 1 1;
}
@media screen and (max-width: 767px) {
  .newForm_contBoxInner + .newForm_contBoxInner {
    margin-block: 1.6rem 0;
  }
}
.newForm_contBox + .newForm_contBox {
  margin-block: 16px 0;
}
@media screen and (max-width: 767px) {
  .newForm_contBox + .newForm_contBox {
    margin-block: 1.6rem 0;
  }
}
.newForm_unit {
  width: 100%;
}
.newForm_unitHeading {
  font-size: clamp(1.2rem, 0.9rem + 0.390625vw, 1.4rem);
  display: block;
}
@media screen and (max-width: 767px) {
  .newForm_unitHeading {
    font-size: 1.2rem;
  }
}
.newForm_unitHeadingBadge {
  font-weight: normal !important;
  color: #e01d1d !important;
  border: none !important;
  padding: 0 !important;
}
.newForm_unitZip {
  display: flex;
  gap: 0 4px;
  align-items: center;
}
.newForm_unitZipLine {
  font-size: clamp(1.1rem, 0.95rem + 0.1953125vw, 1.2rem);
  margin-block: 6px 0;
}
.newForm_unitZipInput--first {
  width: 92px !important;
}
.newForm_unitZipInput--second {
  width: 115px !important;
}
.newForm_unitInput, .newForm_unitTextarea {
  width: 100%;
  margin-block: 6px 0;
}
@media screen and (max-width: 767px) {
  .newForm_unitInput, .newForm_unitTextarea {
    margin-block: 0.8rem 0;
  }
}
.newForm_unitTextarea {
  height: 97px;
}
.newForm_unitSelect select {
  width: 100%;
  margin-block: 6px 0;
}
@media screen and (max-width: 767px) {
  .newForm_unitSelect select {
    margin-block: 0.8rem 0;
  }
}
.newForm_unitError {
  font-size: clamp(1.1rem, 0.95rem + 0.1953125vw, 1.2rem);
  margin-block: 4px 0 !important;
}
.newForm input,
.newForm select {
  height: 43px;
}
@media screen and (max-width: 767px) {
  .newForm input,
  .newForm select {
    height: 4.3rem;
  }
}
.newForm_submit {
  margin-block: 3.4375vw 0vw;
}
@media (1280px < width) {
  .newForm_submit {
    margin-block: 44px 0px;
  }
}
@media screen and (max-width: 767px) {
  .newForm_submit {
    width: 25rem;
    margin-block: 4.8rem 0 !important;
    margin-inline: auto;
  }
}
.newForm_submitItem {
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .newForm_submitItem {
    padding: 0 !important;
    height: 4.3rem !important;
    text-align: center !important;
    font-size: 1.4rem !important;
  }
}

.newHeader {
  padding-inline: 3.125vw;
  position: fixed;
  width: 100%;
  inset: 0 auto auto 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}
@media (1280px < width) {
  .newHeader {
    padding-inline: 40px;
  }
}
@media (768px <= width <= 1100px) {
  .newHeader {
    padding-block: 12px;
    padding-inline: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .newHeader {
    padding-block: 1.2rem;
    padding-inline: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .newHeader {
    width: 100%;
    position: relative;
    height: 6.4rem;
    display: flex;
    padding-inline: 1.3rem;
  }
}
.newHeader_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newHeader_logo {
  display: flex;
  align-items: center;
  gap: 0 11px;
}
.newHeader_logoItem {
  width: 75px;
}
@media (hover: hover) {
  .newHeader_logoItem:-webkit-any-link {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .newHeader_logoItem:any-link {
    transition: opacity 0.3s ease-out;
  }
}
.newHeader_logoPhone {
  width: 168px;
}
@media screen and (min-width: 768px) {
  .newHeader_logoPhone {
    pointer-events: none;
  }
}
.newHeader_nav {
  gap: 0vw 3.125vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (1280px < width) {
  .newHeader_nav {
    gap: 0px 40px;
  }
}
@media screen and (min-width: 768px) {
  .newHeader_nav {
    flex: 1 1;
  }
}
@media (768px <= width <= 1100px) {
  .newHeader_nav {
    gap: 52px 0;
    width: 440px;
    padding-block: 48px;
    padding-inline: 48px;
  }
}
@media screen and (max-width: 1100px) {
  .newHeader_nav {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    inset: 100% 0 auto auto;
    opacity: 0;
    pointer-events: none;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  .newHeader_nav {
    width: 100%;
    height: calc(100vh - 6.4rem);
    height: calc(100dvh - 6.4rem);
    padding-block: 4.8rem;
    padding-inline: 4.8rem;
    gap: 5.2rem 0;
    position: fixed;
    inset: 6.4rem auto auto 0;
  }
}
.newHeader_nav.is-viewed {
  background-color: #f9f9f9;
  opacity: 1;
  pointer-events: auto;
}
.newHeaderHamburger {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: none;
  transition: box-shadow 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .newHeaderHamburger {
    display: none;
  }
}
@media (768px <= width <= 1100px) {
  .newHeaderHamburger {
    width: 24px;
    height: 17px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1100px) {
  .newHeaderHamburger {
    display: block;
    position: relative;
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .newHeaderHamburger {
    width: 4.8rem;
    height: 4.8rem;
    padding-block: 1.6rem;
    padding-inline: 1.2rem;
    position: fixed;
    inset: 0.7rem 0.5rem auto auto;
    z-index: 1000;
    transition: background-color 0.3s ease-out;
  }
}
.newHeaderHamburger_cont {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.newHeaderHamburger_contLine {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #333;
  position: absolute;
  translate: -50% -50%;
  transition: opacity 0.3s ease-out, translate 0.3s ease-out, rotate 0.3s ease-out;
}
.newHeaderHamburger_contLine--top {
  inset: 0 auto auto 50%;
}
.newHeaderHamburger_contLine--mid {
  inset: 50% auto auto 50%;
}
.newHeaderHamburger_contLine--btm {
  inset: 100% auto auto 50%;
}
@media screen and (max-width: 767px) {
  .newHeaderHamburger.is-scrolled {
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  }
}
@media screen and (max-width: 767px) {
  .newHeaderHamburger.is-opened {
    box-shadow: none;
  }
}
.newHeaderHamburger.is-opened .newHeaderHamburger_contLine {
  height: 2px;
}
.newHeaderHamburger.is-opened .newHeaderHamburger_contLine--top, .newHeaderHamburger.is-opened .newHeaderHamburger_contLine--btm {
  inset: 50% auto auto 50%;
}
.newHeaderHamburger.is-opened .newHeaderHamburger_contLine--top {
  rotate: 45deg;
}
.newHeaderHamburger.is-opened .newHeaderHamburger_contLine--mid {
  opacity: 0;
}
.newHeaderHamburger.is-opened .newHeaderHamburger_contLine--btm {
  rotate: -45deg;
}
.newHeaderHamburger:focus {
  outline: none;
}
@media (hover: hover) {
  .newHeaderHamburger:enabled .newHeaderHamburger_contLine {
    transition: background-color 0.3s ease-out;
  }
  .newHeaderHamburger:enabled:hover .newHeaderHamburger_contLine {
    background-color: #009fe8;
  }
}
@media (hover: hover) {
  .newHeaderHamburger:enabled:hover .newHeaderHamburger_contLine {
    background-color: #333;
  }
}
.newHeaderNav {
  width: 100%;
}
.newHeaderNav_cont {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
  .newHeaderNav_cont {
    flex-flow: column;
    justify-content: flex-start;
  }
}
.newHeaderNav_contListItem {
  padding-inline: 1.25vw;
  font-size: clamp(1.2rem, 0.9rem + 0.390625vw, 1.4rem);
  padding-block: 30px;
  display: block;
  color: #333 !important;
}
@media (1280px < width) {
  .newHeaderNav_contListItem {
    padding-inline: 16px;
  }
}
@media (768px <= width <= 1100px) {
  .newHeaderNav_contListItem {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .newHeaderNav_contListItem {
    padding-block: 1.5rem;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .newHeaderNav_contListItem:-webkit-any-link {
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .newHeaderNav_contListItem:any-link {
    transition: background-color 0.3s ease-out;
  }
  .newHeaderNav_contListItem:-webkit-any-link:hover {
    background-color: #eee;
    opacity: 1;
  }
  .newHeaderNav_contListItem:any-link:hover {
    background-color: #eee;
    opacity: 1;
  }
}
.newHeaderBtn {
  gap: 0vw 1.25vw;
  display: flex;
  justify-content: flex-end;
}
@media (1280px < width) {
  .newHeaderBtn {
    gap: 0px 16px;
  }
}
@media (768px <= width <= 1100px) {
  .newHeaderBtn {
    gap: 25px 0;
  }
}
@media screen and (max-width: 1100px) {
  .newHeaderBtn {
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .newHeaderBtn {
    gap: 2.5rem 0;
  }
}
.newHeaderBtn_list {
  width: 200px;
}
@media (768px <= width <= 1200px) {
  .newHeaderBtn_list {
    width: 180px;
  }
}
@media screen and (max-width: 1100px) {
  .newHeaderBtn_list {
    width: 100%;
  }
}
.newHeaderBtn_listItem {
  padding-block: 8px;
}
@media (768px <= width <= 1100px) {
  .newHeaderBtn_listItem {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .newHeaderBtn_listItem {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .newHeaderBtn_listItem {
    padding-block: 1.5rem;
    padding-inline: 4rem;
  }
}
.newHeaderBtn_listItemText {
  font-size: clamp(1.1rem, 0.95rem + 0.1953125vw, 1.2rem);
}
@media screen and (max-width: 767px) {
  .newHeaderBtn_listItemText {
    font-size: 1.4rem;
  }
}
.newHeaderBtn_listItemIco {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .newHeaderBtn_listItemIco {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .newHeader:has(.newHeaderHamburger.is-scrolled) .newHeader_logo {
    transition: opacity 0.3s ease-out;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .newHeader:has(.newHeaderHamburger.is-opened) {
    position: fixed;
    inset: 0 auto auto 0;
  }
}
@media screen and (max-width: 767px) {
  .newHeader:has(.newHeaderHamburger.is-opened) .newHeader_logo {
    opacity: 1;
  }
}

.hero {
  padding-block: 3.125vw;
  position: relative;
  display: flex;
  overflow: hidden;
}
@media (1280px < width) {
  .hero {
    padding-block: 40px;
  }
}
@media screen and (min-width: 768px) {
  .hero {
    height: 49.140625vw;
    max-height: 629px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (1280px < width) {
  .hero {
    height: 629px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding-block: 0;
    flex-flow: column;
    overflow: hidden;
    align-items: center;
  }
}
.hero_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero_wrap {
    width: 100% !important;
    margin-inline: 0 !important;
  }
}
.heroBg {
  position: absolute;
  inset: 0 auto auto 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.heroBg picture {
  width: 100%;
  height: 100%;
  display: block;
}
.heroCont {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .heroCont {
    width: 100%;
    padding-inline: 1rem 2rem;
    margin-inline: auto;
  }
}
.heroCont_box {
  padding-block: 7.03125vw 0vw;
  flex: 1 1;
}
@media (1280px < width) {
  .heroCont_box {
    padding-block: 90px 0px;
  }
}
@media screen and (max-width: 767px) {
  .heroCont_box {
    padding-block: 4.4rem 0;
  }
}
.heroCont_boxLead {
  margin-block: 0 !important;
  display: flex;
  flex-flow: column;
  gap: 16px 0;
}
@media screen and (max-width: 767px) {
  .heroCont_boxLead {
    gap: 1.2rem 0;
  }
}
.heroCont_boxLeadMain, .heroCont_boxLeadSub {
  display: block;
  font-weight: bold;
  letter-spacing: 0;
}
.heroCont_boxLeadMain {
  font-size: clamp(3.6rem, -2.25rem + 7.6171875vw, 7.5rem);
  color: #009fe8;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .heroCont_boxLeadMain {
    font-size: 2.3rem;
  }
}
.heroCont_boxLeadSub {
  font-size: clamp(2.4rem, 1.2rem + 1.5625vw, 3.2rem);
}
@media screen and (max-width: 767px) {
  .heroCont_boxLeadSub {
    font-size: 1.4rem;
  }
}
.heroCont_img {
  width: 42%;
}
@media screen and (min-width: 768px) {
  .heroCont_img {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .heroCont_img {
    width: 18rem;
    margin-inline: 0 -3.2rem;
  }
}
.heroIntro {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .heroIntro {
    bottom: 10.9375vw;
    position: absolute;
    left: 20px;
  }
}
@media screen and (min-width: 768px) and (1280px < width) {
  .heroIntro {
    bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .heroIntro {
    padding-block: 2.2rem 2.8rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #fff;
  }
}
.heroIntro_heading {
  font-weight: normal;
  display: flex;
  align-items: baseline;
  gap: 0 12px;
}
@media screen and (max-width: 767px) {
  .heroIntro_heading {
    margin-block: 0;
  }
}
.heroIntro_headingSub {
  font-size: clamp(1.8rem, 1.5rem + 0.390625vw, 2rem);
}
@media screen and (max-width: 767px) {
  .heroIntro_headingSub {
    font-size: 2rem;
  }
}
.heroIntro_headingMain {
  font-size: clamp(2.4rem, 2.1rem + 0.390625vw, 2.6rem);
}
@media screen and (max-width: 767px) {
  .heroIntro_headingMain {
    font-size: 2.6rem;
  }
}
.heroIntro_btn {
  gap: 0vw 3.125vw;
  margin-block: 1.25vw 0vw;
  display: flex;
  width: 100%;
}
@media (1280px < width) {
  .heroIntro_btn {
    gap: 0px 40px;
  }
}
@media (1280px < width) {
  .heroIntro_btn {
    margin-block: 16px 0px;
  }
}
@media screen and (max-width: 767px) {
  .heroIntro_btn {
    width: 31.5rem;
    margin-block: 2rem 0;
    gap: 1.6rem 0;
    flex-flow: column;
  }
}
@media screen and (min-width: 768px) {
  .heroIntro_btnList {
    width: 25%;
    max-width: 250px;
  }
}

.newImgObjFit--cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.newImgObjFit--contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.newInfo {
  margin-block: 5.3125vw 11.328125vw;
}
@media (1280px < width) {
  .newInfo {
    margin-block: 68px 145px;
  }
}
@media screen and (max-width: 767px) {
  .newInfo {
    padding-block: 4.8rem 8rem;
  }
}
.newInfo_heading {
  text-align: center;
}
.newInfo_wrap {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .newInfo_wrap {
    max-width: 790px;
    padding-inline: auto;
  }
}
.newInfo_cont {
  margin-block: 4.6875vw 0vw;
}
@media (1280px < width) {
  .newInfo_cont {
    margin-block: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .newInfo_cont {
    margin-block: 3.2rem 0;
  }
}
.newInfoUnit {
  padding-block: 16px;
  padding-inline: 10px;
  display: flex;
  gap: 0 40px;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .newInfoUnit {
    padding-inline: 2rem;
    gap: 0 2.4rem;
  }
}
.newInfoUnit_head {
  font-size: clamp(1.4rem, 1.1rem + 0.390625vw, 1.6rem);
  width: 240px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .newInfoUnit_head {
    width: 6rem;
    font-size: 1.2rem;
  }
}
.newInfoUnit_body {
  flex: 1 1;
  text-align: left;
}
.newInfoUnit_bodyInner + .newInfoUnit_bodyInner {
  margin-block: 14px;
}
.newInfoUnit_bodyInnerText, .newInfoUnit_bodyInnerLead {
  font-size: clamp(1.4rem, 1.1rem + 0.390625vw, 1.6rem);
  margin: 0 !important;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .newInfoUnit_bodyInnerText, .newInfoUnit_bodyInnerLead {
    font-size: 1.2rem;
  }
}
.newInfoUnit_bodyInnerLead {
  font-weight: bold;
}
.newInfoUnit_bodyInnerList {
  margin-block: 2px 0;
  margin-inline: 1em 0;
}
.newInfoUnit_bodyInnerListItem {
  font-size: clamp(1.4rem, 1.1rem + 0.390625vw, 1.6rem);
  text-indent: -1em;
  padding-inline: 1em 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .newInfoUnit_bodyInnerListItem {
    font-size: 1.2rem;
  }
}

.newQa {
  padding-block: 11.953125vw 10.46875vw;
}
@media (1280px < width) {
  .newQa {
    padding-block: 153px 134px;
  }
}
@media screen and (max-width: 767px) {
  .newQa {
    padding-block: 6.4rem 10rem;
  }
}
.newQa_wrap {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .newQa_wrap {
    max-width: 920px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .newQa_wrap {
    width: 100%;
    padding-inline: 1rem;
  }
}
.newQa_heading {
  text-align: center;
}
.newQa_cont {
  margin-block: 3.75vw 0vw;
}
@media (1280px < width) {
  .newQa_cont {
    margin-block: 48px 0px;
  }
}
@media screen and (max-width: 767px) {
  .newQa_cont {
    margin-block: 3.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .newQaUnit_head {
    padding-inline: 3rem 2rem;
  }
}
.newQaUnit_body {
  border: none !important;
  line-height: 1.7;
  margin-inline: 0 !important;
}
.newQaUnit_body a {
  color: #009fe8 !important;
  text-decoration-style: solid !important;
}
@media (hover: hover) {
  .newQaUnit_body a:-webkit-any-link {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .newQaUnit_body a:any-link {
    transition: opacity 0.3s ease-out;
  }
  .newQaUnit_body a:-webkit-any-link:hover {
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px !important;
    opacity: 0.7;
  }
  .newQaUnit_body a:any-link:hover {
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px !important;
    opacity: 0.7;
  }
}

.newUnitCase_btn {
  width: 400px;
  margin-block: 60px 0;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .newUnitCase_btn {
    width: 33.75rem;
    margin-block: 6rem 0;
  }
}

.newWrap {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .newWrap {
    max-width: 1240px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .newWrap {
    width: 33.75rem;
  }
}

:root {
  --width-xl: 1400px;
  --width-lg: 1100px;
  --width-pc: 960px;
  --width-tb: 768px;
  --width-sm: 500px;
  /* color */
  --black: #222;
  --gray: #b0b0b0;
  --gray-02: #ccc;
  --light_gray: #f1f1f1;
  --red: #e84040;
  --navy-01: #2a4b66;
  --navy-02: #003862;
  --blue: #6580bf;
  --aqua: #008ae1;
  --olive: #aabf65;
  --yellow: #eca905;
  --orange-02: #ffdf89;
}

/* Color ------------------------------------------------------------*/
.black {
  color: var(--black);
}

.white {
  color: #fff;
}

.gray {
  color: var(--gray);
}

.gray {
  color: var(--gray);
}

.red {
  color: var(--red);
}

.aqua {
  color: var(--aqua);
}

.navy {
  color: var(--navy-02);
}

.olive {
  color: var(--olive);
}

/* break point ------------------------------------------------------------*/
/* display */
.lg {
  display: none !important;
}
@media (1100px <= width) {
  .lg {
    display: inherit !important;
  }
}

.pc {
  display: none !important;
}
@media (960px <= width) {
  .pc {
    display: inherit !important;
  }
}

.tb {
  display: none !important;
}
@media (768px <= width) {
  .tb {
    display: inherit !important;
  }
}

.sm {
  display: inherit !important;
}
@media (768px <= width) {
  .sm {
    display: none !important;
  }
}

/* Margin ------------------------------------------------------------*/
.mb01 {
  -webkit-margin-after: 1em !important;
          margin-block-end: 1em !important;
}

.mb02 {
  -webkit-margin-after: 2em !important;
          margin-block-end: 2em !important;
}

.mb03 {
  -webkit-margin-after: 3em !important;
          margin-block-end: 3em !important;
}

.mb04 {
  -webkit-margin-after: 4em !important;
          margin-block-end: 4em !important;
}

.mb05 {
  -webkit-margin-after: 5em !important;
          margin-block-end: 5em !important;
}

/* Text ------------------------------------------------------------*/
html {
  font-size: 12px;
  font-size: 56%;
  overflow-x: hidden;
}
@media (960px <= width) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6em;
  line-height: 1.5;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", Yu Gothic Medium, "Yu Gothic", YuGothic, Verdana, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  color: var(--black);
  background: #fff;
  -webkit-text-size-adjust: 100%;
  position: relative;
  z-index: 0;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
h2:not(.none),
h3:not(.none),
h4:not(.none),
h5:not(.none),
h6:not(.none) {
  margin-bottom: 0.8em;
}

p:not(.none) {
  margin-bottom: 0.8em;
}

::marker,
.eng {
  font-family: "Oswald", sans-serif;
}

.small,
small {
  font-size: 85%;
}

.big {
  font-size: 110%;
}

.large {
  font-size: 125%;
}

.bold,
strong {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.italic,
em {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

/*  ------------------------------------------------------------*/
body {
  background-color: #fff;
}

hr {
  background-color: var(--gray-02);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 500;
}

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure:not(.wp-block-image) {
  margin: 0;
}

table {
  /* margin: 0 0 1.5em; */
  width: 100%;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

/* Links ------------------------------------------------------------*/
a {
  color: var(--navy);
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:not([class]) {
  color: var(--navy);
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:not([class]):visited {
  color: var(--blue);
}

a:not([class]):hover,
a:not([class]):focus,
a:not([class]):active {
  color: var(--red);
  text-decoration: inherit;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* -- 繝帙ヰ繝ｼ譎る城℃ -- */
.fade:hover,
.fadeAll a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: opacity 0.4s;
}

/* Forms ------------------------------------------------------------*/
#zip {
  width: 20rem;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder {
  color: #aaa;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-family: inherit;
  font-size: 0.888887em;
  cursor: pointer;
  -webkit-appearance: button;
          appearance: button;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  /* border-color: var(--black); */
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: var(--black);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  max-width: 100%;
  color: #666;
  border: 1px solid var(--gray-02);
  border-radius: 3px;
  padding: 0.4em 0.5em 0.4em;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--black);
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

select {
  width: 20rem;
  outline: 0;
  cursor: pointer;
}

option {
  font-weight: 300;
}

textarea {
  width: 100%;
  font-family: inherit;
}

/* CONTACT FORM 7 ------------------------------------------------------------*/
label small {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  margin-left: 1rem;
  display: inline-block;
}

.wpcf7-not-valid {
  background-color: #f2dede !important;
}

span.wpcf7-not-valid-tip {
  color: #b94a48;
  font-size: 80%;
  display: inline-block;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 80%;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 8px 35px 8px 14px;
  margin: 2em 0 0;
  position: relative;
  display: block;
  opacity: 0;
}
.wpcf7 form .wpcf7-response-output :after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  opacity: 1;
}
.wpcf7 form.invalid .wpcf7-response-output:before, .wpcf7 form.unaccepted .wpcf7-response-output:before {
  content: "✖";
  margin-right: 0.5em;
  color: #e6232a;
  vertical-align: baseline;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  opacity: 1;
}
.wpcf7 form.sent .wpcf7-response-output:before {
  content: "✔";
  margin-right: 0.5em;
  color: #00abff;
}
.wpcf7 [name^=email],
.wpcf7 [name^=zip] {
  margin-bottom: 0.5rem;
}
.wpcf7 p {
  margin-bottom: 1.5rem;
}

.wpcf7c-conf {
  color: inherit !important;
  background: var(--gray-02) !important;
  border: inherit !important;
}

.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none;
}

.btn {
  /* font-weight: bold; */
  text-decoration: none;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.25em;
  padding: 1.2em 1.25em;
  display: inline-block;
  outline: none;
  transition: all 0.4s;
}
.btn.btn_black {
  color: #fff;
  background-color: var(--black);
}
.btn.btn_black:hover {
  color: var(--black);
  background-color: #fff;
}
.btn.btn_yellow {
  color: #fff;
  background-color: var(--yellow);
  border-color: var(--yellow);
}
.btn.btn_aqua {
  color: #fff;
  background-color: var(--aqua);
  border-color: var(--aqua);
}

.btn_outline {
  background-color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.25em;
  padding: 0.8em 1.5em 0.8em 1.5em;
  display: inline-block;
  outline: none;
  transition: all 0.4s;
}
.btn_outline.btn_outline_black {
  /* border-color: var(--black); */
}

.btn_underline {
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0.6em 0 0.6em 0;
  position: relative;
  display: inline-block;
  outline: none;
  transition: all 0.4s;
}
.btn_underline_black {
  color: var(--black);
  border-color: var(--black);
}
.btn_underline_black:hover {
  color: inherit;
  background-color: rgba(var(--black), 0.1);
}

.badge {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  padding: 0.3em 0.75em;
}
.badge.gray {
  color: var(--gray);
  border-color: var(--gray);
  border-radius: 50rem;
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Add the correct sizing in Firefox.
  * 2. Show the overflow in Edge 18- and IE.
  */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
  * ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * Collapse border spacing in all browsers (opinionated).
  */
table {
  border-collapse: collapse;
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
       in all browsers (opinionated).
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

#container {
  /* background-color: var(--light_gray); */
  /* header --------------------------- */
  /* mv --------------------------- */
  /* content --------------------------- */
  /* contact --------------------------- */
}
#container .container {
  width: 90%;
  margin-inline: auto;
}
#container .container.container_xl {
  max-width: var(--width-xl);
}
#container .container.container_l {
  max-width: var(--width-lg);
}
#container .container.container_m {
  max-width: var(--width-pc);
}
#container .h2 {
  font-size: clamp(2.4rem, 1.5rem + 1.171875vw, 3rem);
}
@media screen and (max-width: 767px) {
  #container .h2 {
    font-size: 3rem;
  }
}
#container .h3 {
  font-size: 5.5svw;
}
@media (500px <= width) {
  #container .h3 {
    font-size: 3rem;
  }
}
#container .fs32 {
  font-size: 3.2rem;
}
#container .fs22 {
  font-size: 2rem;
}
@media (500px <= width) {
  #container .fs22 {
    font-size: 2.2rem;
  }
}
#container .cta {
  background: var(--light_gray) url(/files/user/images/pau-lp01/bg_navy_gray.webp);
  padding-block: 5% 10%;
}
#container .cta .container {
  /* background: linear-gradient(150deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%); */
  /* border: #fff solid 2px; */
  /* border-radius: 10px; */
  padding: 5%;
}
@media (768px <= width) {
  #container .cta .container {
    padding: 2em 5%;
  }
}
#container .cta .container .buttons {
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
}
@media (768px <= width) {
  #container .cta .container .buttons {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#container .cta .container .buttons .btn {
  text-align: center;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25em) 50%;
  background-size: 1.5em;
}
#container .cta .container .buttons .btn_aqua {
  background-image: url(/files/user/images/pau-lp01/icon_dl.webp);
}
#container .cta .container .buttons .btn_yellow {
  background-image: url(/files/user/images/pau-lp01/icon_mail.webp);
}
#container .cta .container .btn_tel a {
  line-height: 0;
  display: block;
}
#container .cta .container .btn_tel .tel_inner {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
#container .cta .container .btn_tel .tel_inner .eng {
  font-size: 10.5svw;
  background-image: url(/files/user/images/pau-lp01/icon_freedial.webp);
  background-repeat: no-repeat;
  background-position: 0 calc(50% + 0.1em);
  background-size: auto 0.7em;
  -webkit-padding-start: 1.25em;
          padding-inline-start: 1.25em;
  -webkit-margin-before: -0.15em;
          margin-block-start: -0.15em;
}
@media (649px <= width) {
  #container .cta .container .btn_tel .tel_inner .eng {
    font-size: 4rem;
  }
}
#container .cta .container .btn_tel .tel_inner span:nth-of-type(1) {
  font-size: 4svw;
  /* letter-spacing: 0.1em; */
}
@media (649px <= width) {
  #container .cta .container .btn_tel .tel_inner span:nth-of-type(1) {
    font-size: inherit;
  }
}
#container .cta .container .btn_tel .tel_inner span:nth-of-type(3) {
  border-top: var(--gray) solid 1px;
  border-bottom: var(--gray) solid 1px;
  padding-block: 0.2em 0.3em;
  font-size: 3.6svw;
}
@media (649px <= width) {
  #container .cta .container .btn_tel .tel_inner span:nth-of-type(3) {
    font-size: inherit;
  }
}
#container #header_scroll {
  width: 100%;
  height: -webkit-min-content;
  height: min-content;
  padding-inline: 2.5%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 201;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
@media (768px > width) {
  #container #header_scroll {
    justify-content: center;
  }
  #container #header_scroll > div {
    margin-inline: auto;
  }
}
@media (768px > width) and (500px > width) {
  #container #header_scroll .btn {
    font-size: 3svw;
  }
}
@media (768px <= width) {
  #container #header_scroll {
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#container #header_scroll.is_scrolled {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#container .header {
  width: 95%;
  padding-block: 1em;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
#container .header .buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
#container .header .buttons .btn {
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25em) 50%;
  background-size: 1.5em;
  -webkit-padding-end: 3.5em;
          padding-inline-end: 3.5em;
  padding-block: 1em;
}
#container .header .buttons .btn_aqua {
  background-image: url(/files/user/images/pau-lp01/icon_dl.webp);
}
#container .header .buttons .btn_yellow {
  background-image: url(/files/user/images/pau-lp01/icon_mail.webp);
}
#container #mv {
  min-height: 100svh;
  display: -ms-grid;
  display: grid;
}
#container #mv .mv_inner {
  display: -ms-grid;
  display: grid;
  position: relative;
}
#container #mv .mv_inner .pic_MV {
  width: 33%;
  /* height: calc(100% - (6% + 10em)); */
  max-width: var(--width-pc);
  text-align: right;
  position: absolute;
  right: 5%;
  bottom: 0;
  pointer-events: none;
}
#container #mv .mv_inner .pic_MV.sm img {
  height: auto;
}
@media (768px <= width) {
  #container #mv .mv_inner .pic_MV {
    width: 90%;
    max-width: var(--width-xl);
    height: calc(100% - (12% + 10em));
    bottom: calc(6% + 5em);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #container #mv .mv_inner .pic_MV.tb {
    display: block !important;
  }
}
@media (1200px <= width) {
  #container #mv .mv_inner .pic_MV {
    /* height: calc(100% - 10em); */
    top: inherit;
    bottom: 2%;
  }
}
@media (1440px <= width) {
  #container #mv .mv_inner .pic_MV {
    max-width: var(--width-xl);
    -webkit-padding-end: 3%;
            padding-inline-end: 3%;
  }
}
#container #mv .mv_inner .pic_MV img {
  width: auto;
  height: 100%;
}
#container #mv .mv_inner .bg_MV {
  background-image: url(/files/user/images/pau-lp01/bg_MV.webp);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 50%;
  display: -ms-grid;
  display: grid;
  position: relative;
}
@media (768px <= width) {
  #container #mv .mv_inner .bg_MV {
    background-size: cover;
  }
}
#container #mv .mv_inner .bg_MV .container {
  position: relative;
  z-index: 1;
}
#container #mv .mv_inner .bg_MV .container .title_wrap {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-block: 8% 5%;
}
#container #mv .mv_inner .bg_MV .container .title_wrap .title {
  font-size: 4.7svw;
  letter-spacing: 0.1em;
}
@media (768px <= width) {
  #container #mv .mv_inner .bg_MV .container .title_wrap .title {
    font-size: 5.5rem;
  }
}
#container #mv .mv_inner .bg_MV .container .title_wrap img {
  max-width: 52%;
}
#container #mv .mv_inner .container:nth-of-type(2) {
  display: -ms-grid;
  display: grid;
  align-items: center;
  position: relative;
}
#container #mv .mv_inner .container:nth-of-type(2)::before {
  content: "";
  width: 100svw;
  height: 100%;
  background: var(--navy-02) url(/files/user/images/pau-lp01/bg_navy_noise_02.webp);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#container #mv .mv_inner .container:nth-of-type(2) .inquery_wrap {
  width: 100%;
  max-width: 660px;
  text-align: center;
  padding-block: 4% 5%;
  z-index: 1;
}
@media (500px <= width) {
  #container #mv .mv_inner .container:nth-of-type(2) .inquery_wrap {
    text-align: left;
  }
}
#container #mv .mv_inner .container:nth-of-type(2) .inquery_wrap h1 {
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
@media (500px <= width) {
  #container #mv .mv_inner .container:nth-of-type(2) .inquery_wrap h1 {
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
  }
}
#container #mv .mv_inner .container:nth-of-type(2) .inquery_wrap h1 .small {
  font-size: 80%;
}
#container #mv .mv_inner .container:nth-of-type(2) .inquery_wrap .buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
}
@media (550px <= width) {
  #container #mv .mv_inner .container:nth-of-type(2) .inquery_wrap .buttons {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#container #mv .mv_inner .container:nth-of-type(2) .inquery_wrap .buttons .btn {
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25em) 50%;
  background-size: 1.5em;
}
#container #mv .mv_inner .container:nth-of-type(2) .inquery_wrap .buttons .btn_aqua {
  background-image: url(/files/user/images/pau-lp01/icon_dl.webp);
}
#container #mv .mv_inner .container:nth-of-type(2) .inquery_wrap .buttons .btn_yellow {
  background-image: url(/files/user/images/pau-lp01/icon_mail.webp);
}
#container #main {
  min-height: 50svh;
}
#container #main #about {
  background: var(--navy-02) url(/files/user/images/pau-lp01/bg_navy_noise.webp);
  padding-block: 5em;
}
#container #main #about .about_wrap {
  /* @media (960px <=width) {
    min-height: 100svh;
    display: grid;
    justify-content: center;
    align-items: center;
  } */
}
#container #main #about .about_wrap:nth-of-type(1) {
  /* .about_inner {
    padding-block: 5em;
  } */
}
#container #main #about .about_wrap:nth-of-type(1) .h2 {
  font-size: 2.24rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  -webkit-margin-before: -0.5em;
          margin-block-start: -0.5em;
}
@media (500px <= width) {
  #container #main #about .about_wrap:nth-of-type(1) .h2 {
    font-size: 5.3svw;
  }
}
@media (768px <= width) {
  #container #main #about .about_wrap:nth-of-type(1) .h2 {
    font-size: 4.6rem;
  }
}
#container #main #about .about_wrap:nth-of-type(1) .h2 .line {
  text-decoration: underline;
  text-decoration-thickness: 0.25em;
  text-decoration-color: rgba(0, 138, 225, 0.6);
  text-underline-offset: -0.1em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#container #main #about .about_wrap:nth-of-type(1) .container {
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6%;
}
@media (960px <= width) {
  #container #main #about .about_wrap:nth-of-type(1) .container .text {
    width: 41%;
  }
  #container #main #about .about_wrap:nth-of-type(1) .container .picture {
    width: 53%;
  }
}
#container #main #about .about_wrap:nth-of-type(2) .about_inner {
  padding-block: 5% 0;
}
#container #main #about .about_wrap:nth-of-type(2) .about_inner .container {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
}
@media (768px <= width) {
  #container #main #about .about_wrap:nth-of-type(2) .about_inner .container {
    flex-wrap: nowrap;
  }
  #container #main #about .about_wrap:nth-of-type(2) .about_inner .container img {
    width: calc(50% - 1em);
  }
}
#container #main #features {
  background: var(--light_gray) url(/files/user/images/pau-lp01/bg_navy_gray.webp);
  padding-block: 5em 5%;
}
@media (960px <= width) {
  #container #main #features {
    min-height: 100svh;
  }
}
@media (960px <= width) {
  #container #main #features .container .title {
    display: flex;
    align-items: center;
  }
  #container #main #features .container .title .h2 {
    font-size: 3.5rem;
  }
  #container #main #features .container .title p {
    font-size: inherit;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}
#container #main #features .container .title .h2 {
  letter-spacing: 0.3em;
}
#container #main #features .container .features_inner,
#container #main #features .container .gallery_wrap {
  position: relative;
}
#container #main #features .container .features_inner .eng,
#container #main #features .container .gallery_wrap .eng {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (960px > width) {
  #container #main #features .container .features_inner .aside,
  #container #main #features .container .gallery_wrap .aside {
    margin-inline: -5.5%;
  }
}
@media (960px <= width) {
  #container #main #features .container .features_inner .aside,
  #container #main #features .container .gallery_wrap .aside {
    width: 18em;
    position: sticky;
    top: 81px;
    left: 0;
    z-index: 10;
  }
}
#container #main #features .container .features_inner .aside .swiper,
#container #main #features .container .gallery_wrap .aside .swiper {
  overflow: visible;
}
#container #main #features .container .features_inner .aside ul,
#container #main #features .container .gallery_wrap .aside ul {
  display: -ms-grid;
  display: grid;
}
@media (960px > width) {
  #container #main #features .container .features_inner .aside ul,
  #container #main #features .container .gallery_wrap .aside ul {
    border: var(--gray-02) solid 1px;
    -webkit-margin-after: 2em;
            margin-block-end: 2em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  #container #main #features .container .features_inner .aside ul li:nth-of-type(odd),
  #container #main #features .container .gallery_wrap .aside ul li:nth-of-type(odd) {
    border-right: var(--gray-02) solid 1px;
  }
  #container #main #features .container .features_inner .aside ul li:last-of-type,
  #container #main #features .container .gallery_wrap .aside ul li:last-of-type {
    border-bottom: none;
  }
}
@media (960px > width) and (502px > width) {
  #container #main #features .container .features_inner .aside ul li,
  #container #main #features .container .gallery_wrap .aside ul li {
    font-size: 2.8svw;
  }
}
#container #main #features .container .features_inner .aside ul li,
#container #main #features .container .gallery_wrap .aside ul li {
  border-bottom: var(--gray-02) solid 1px;
  padding: 1em;
  cursor: pointer;
}
#container #main #features .container .features_inner .aside ul li.current, #container #main #features .container .features_inner .aside ul li.swiper-slide-thumb-active,
#container #main #features .container .gallery_wrap .aside ul li.current,
#container #main #features .container .gallery_wrap .aside ul li.swiper-slide-thumb-active {
  color: #fff;
  background-color: var(--navy-02);
}
#container #main #features .container .features_inner .aside ul li.current .navy, #container #main #features .container .features_inner .aside ul li.swiper-slide-thumb-active .navy,
#container #main #features .container .gallery_wrap .aside ul li.current .navy,
#container #main #features .container .gallery_wrap .aside ul li.swiper-slide-thumb-active .navy {
  color: #fff;
}
@media (960px <= width) {
  #container #main #features .container .features_inner .aside ul li.current::before, #container #main #features .container .features_inner .aside ul li.swiper-slide-thumb-active::before,
  #container #main #features .container .gallery_wrap .aside ul li.current::before,
  #container #main #features .container .gallery_wrap .aside ul li.swiper-slide-thumb-active::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/files/user/images/pau-lp01/ico_triangle.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    position: absolute;
    top: 0;
    right: -2em;
    z-index: -1;
  }
}
#container #main #features .container .features_inner .aside ul li a,
#container #main #features .container .gallery_wrap .aside ul li a {
  border-bottom: #fff solid 1px;
  display: block;
  position: relative;
  z-index: 0;
  pointer-events: none;
}
#container #main #features .container .features_inner .point_wrap,
#container #main #features .container .gallery_wrap .point_wrap {
  /* width: 65%;
  margin-inline-start: auto; */
}
@media (960px > width) {
  #container #main #features .container .features_inner .point_wrap,
  #container #main #features .container .gallery_wrap .point_wrap {
    width: 100%;
  }
}
#container #main #features .container .features_inner .point_wrap .point,
#container #main #features .container .gallery_wrap .point_wrap .point {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 2em -0.5em rgba(0, 0, 0, 0.1);
  padding: 1.75em 2em 1.75em;
}
@media (960px <= width) {
  #container #main #features .container .features_inner .point_wrap .point .large,
  #container #main #features .container .gallery_wrap .point_wrap .point .large {
    font-size: 192%;
  }
  #container #main #features .container .features_inner .point_wrap .point .large small,
  #container #main #features .container .gallery_wrap .point_wrap .point .large small {
    font-size: 84%;
  }
  #container #main #features .container .features_inner .point_wrap .point .h3,
  #container #main #features .container .gallery_wrap .point_wrap .point .h3 {
    font-size: 4.5rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #container #main #features .container .features_inner .point_wrap .point:not(.current),
  #container #main #features .container .gallery_wrap .point_wrap .point:not(.current) {
    /* opacity: 0; */
  }
}
#container #main #features .container .features_inner .point_wrap .point .video,
#container #main #features .container .gallery_wrap .point_wrap .point .video {
  aspect-ratio: 32/17;
}
#container #main #features .container .features_inner .point_wrap .point .video video,
#container #main #features .container .gallery_wrap .point_wrap .point .video video {
  width: 100%;
  height: 105%;
  -o-object-fit: contain;
     object-fit: contain;
}
#container #main #features .container .features_inner .point_wrap .point .button,
#container #main #features .container .gallery_wrap .point_wrap .point .button {
  text-align: center;
}
#container #main #features .container .features_inner .point_wrap .point .button .btn,
#container #main #features .container .gallery_wrap .point_wrap .point .button .btn {
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25em) 50%;
  background-size: 1.5em;
  -webkit-padding-end: 4em;
          padding-inline-end: 4em;
}
#container #main #features .container .features_inner .point_wrap .point .button .btn_aqua,
#container #main #features .container .gallery_wrap .point_wrap .point .button .btn_aqua {
  background-image: url(/files/user/images/pau-lp01/icon_dl.webp);
}
#container #main #features .container .features_inner {
  position: relative;
  display: none;
}
@media (960px <= width) {
  #container #main #features .container .features_inner {
    width: calc(100% - 18em - 5%);
    margin-inline: auto 0;
    display: block;
  }
}
#container #main #features .container .gallery_wrap {
  display: inherit;
}
@media (960px <= width) {
  #container #main #features .container .gallery_wrap {
    display: flex;
    align-items: flex-start;
  }
}
#container #main #features .container .gallery_wrap .gallery {
  margin-inline: -5.5%;
  position: relative;
}
@media (960px <= width) {
  #container #main #features .container .gallery_wrap .gallery {
    width: calc(100% - 18em - 5%);
    margin-inline: auto 0;
    display: none;
  }
}
#container #main #features .container .gallery_wrap .gallery .swiper-slide {
  padding-inline: 5%;
}
@media (960px <= width) {
  #container #main #features .container .gallery_wrap .gallery .swiper-slide {
    padding-inline: 1.5em;
  }
}
#container #main #features .container .gallery_wrap .swiper-button-prev,
#container #main #features .container .gallery_wrap .swiper-button-next {
  width: 3.5em;
  height: 3.5em;
  background-image: url(/files/user/images/pau-lp01/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  top: calc(50% - 1.75em);
  -webkit-filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.1));
}
@media (960px <= width) {
  #container #main #features .container .gallery_wrap .swiper-button-prev,
  #container #main #features .container .gallery_wrap .swiper-button-next {
    display: none;
  }
}
#container #main #features .container .gallery_wrap .swiper-button-prev::after,
#container #main #features .container .gallery_wrap .swiper-button-next::after {
  content: none;
}
#container #main #features .container .gallery_wrap .swiper-button-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#container #main #space {
  background: var(--navy-02) url(/files/user/images/pau-lp01/bg_navy_noise.webp);
}
#container #main #space > .container {
  padding-block: 2em 5em;
}
#container #main #space > .container .title_wrap {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (768px <= width) {
  #container #main #space > .container .title_wrap {
    width: 90%;
    margin-inline: auto;
  }
}
#container #main #space > .container .title_wrap .title_inner {
  /* display: flex;
  align-items: center; */
}
#container #main #space > .container .title_wrap .title_inner .h2 {
  font-size: 7.5svw;
  white-space: nowrap;
}
@media (1100px <= width) {
  #container #main #space > .container .title_wrap .title_inner .h2 {
    font-size: 6.5rem;
  }
}
#container #main #space > .container .title_wrap .title_inner .h2 .dots {
  background-image: radial-gradient(circle at center, #fff 14%, transparent 14%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
  /* padding-top: .05em; */
}
#container #main #space > .container .title_wrap .title_inner p {
  font-size: 3.9svw;
  font-weight: normal;
}
@media (768px <= width) {
  #container #main #space > .container .title_wrap .title_inner p {
    font-size: 2.2rem;
  }
}
#container #main #space > .container .map {
  width: 111%;
  margin-inline: -5.5%;
  -webkit-margin-after: -1em;
          margin-block-end: -1em;
}
@media (768px <= width) {
  #container #main #space > .container .map {
    width: inherit;
    margin-inline: inherit;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}
#container #main #space > .container .space_inner {
  padding: 1em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  position: relative;
  z-index: 0;
}
#container #main #space > .container .space_inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#container #main #space > .container .space_inner::before {
  content: "";
  width: 100svw;
  height: calc(100% + 5em);
  background: var(--light_gray) url(/files/user/images/pau-lp01/bg_navy_gray.webp);
  position: absolute;
  bottom: -5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (768px <= width) {
  #container #main #space > .container .space_inner::before {
    height: calc(50% + 5em);
  }
}
@media (768px <= width) {
  #container #main #space > .container .space_inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (960px <= width) {
  #container #main #space > .container .space_inner {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
#container #main #space > .container .space_inner .text {
  padding: 1em;
  display: -ms-grid;
  display: grid;
  position: relative;
}
@media (960px <= width) {
  #container #main #space > .container .space_inner .text:not(:nth-of-type(1))::before {
    content: "";
    width: 1px;
    height: calc(100% - 2em);
    border-left: var(--navy-02) solid 1px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0.4;
  }
}
#container #main #space > .container .space_inner .text img {
  max-height: 3.5em;
  -webkit-margin-before: auto;
          margin-block-start: auto;
}
#container #main #example {
  background: var(--light_gray) url(/files/user/images/pau-lp01/bg_navy_gray.webp);
  padding-block: 0 5%;
  display: -ms-grid;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #container #main #example {
    padding-block: 0 5rem;
  }
}
#container #main #example .title {
  letter-spacing: 0.1em;
  -webkit-margin-before: -0.5em;
          margin-block-start: -0.5em;
}
#container #main #example .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 5%;
}
@media (960px <= width) {
  #container #main #example .container {
    -ms-grid-columns: 35% 60%;
    grid-template-columns: 35% 60%;
  }
}
@media (768px <= width <= 1100px) {
  #container #main #example .container {
    gap: 20px 5%;
  }
}
@media screen and (max-width: 767px) {
  #container #main #example .container {
    gap: 2rem 0;
    display: flex;
    flex-flow: column;
  }
}
#container #main #example .container .text {
  line-height: 1.8;
}
@media (500px > width) {
  #container #main #example .container .text .fs32 {
    font-size: 2.2rem;
  }
}
#container #main #example .container .text .detail {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1.5em;
}
#container #main #example .container .text .detail .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (500px <= width) {
  #container #main #example .container .text .detail .title {
    display: flex;
    justify-content: space-between;
  }
}
#container #main #example .container .text .detail .title .logo {
  width: 50%;
}
#container #main #example .container .text .buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
}
@media (768px <= width) {
  #container #main #example .container .text .buttons {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (960px <= width) {
  #container #main #example .container .text .buttons {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (1130px <= width) {
  #container #main #example .container .text .buttons {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#container #main #example .container .text .buttons .btn {
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25em) 50%;
  background-size: 1.5em;
}
#container #main #example .container .text .buttons .btn_aqua {
  background-image: url(/files/user/images/pau-lp01/icon_dl.webp);
  letter-spacing: -0.5px;
}
#container #main #example .container .text .buttons .btn_yellow {
  background-image: url(/files/user/images/pau-lp01/icon_mail.webp);
}
#container #main #cases {
  background: var(--light_gray) url(/files/user/images/pau-lp01/bg_navy_gray.webp);
  padding-block: 0 10%;
  /* @media (960px <=width) {
    min-height: 100svh;
    display: flex;
    align-items: center;
  } */
}
#container #main #cases .container {
  width: 100%;
  background: var(--navy-02) url(/files/user/images/pau-lp01/bg_navy_noise.webp);
  padding-block: 1.5em 4em;
}
#container #main #cases .container .swiper_wrap {
  position: relative;
}
#container #main #cases .container .swiper_wrap .crousel {
  text-align: center;
  line-height: 0;
}
@media (768px <= width) {
  #container #main #cases .container .swiper_wrap .crousel {
    margin-inline: 5%;
  }
}
#container #main #cases .container .swiper_wrap .crousel .swiper-slide {
  padding-inline: 1em;
}
#container #main #cases .container .swiper_wrap .swiper-button-prev,
#container #main #cases .container .swiper_wrap .swiper-button-next {
  width: 3.5em;
  height: 3.5em;
  background-image: url(/files/user/images/pau-lp01/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  -webkit-filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.1));
}
#container #main #cases .container .swiper_wrap .swiper-button-prev::after,
#container #main #cases .container .swiper_wrap .swiper-button-next::after {
  content: none;
}
#container #main #cases .container .swiper_wrap .swiper-button-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#container #contact {
  position: relative;
  z-index: 0;
}
#container #contact::before {
  content: "";
  width: 100%;
  max-width: var(--width-lg);
  height: 100%;
  background-color: #fff;
  /* border-top: #fff solid 2px; */
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.09);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
#container #contact .contact_wrap {
  /* max-width: 1424px; */
  /* margin-inline: auto; */
  position: relative;
  z-index: 0;
}
#container #contact .contact_wrap:nth-of-type(1) .container .title {
  color: var(--navy-02);
  font-size: 5.5svw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-padding-start: 5%;
          padding-inline-start: 5%;
}
@media (768px <= width) {
  #container #contact .contact_wrap:nth-of-type(1) .container .title {
    font-size: 5rem;
  }
}
#container #contact .contact_wrap:nth-of-type(2) .container .contact_inner {
  width: 60%;
  padding-block: 1em;
}
#container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .logo {
  -webkit-margin-after: 0.8%;
          margin-block-end: 0.8%;
}
#container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .buttons {
  -webkit-margin-after: 1%;
          margin-block-end: 1%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
}
@media (768px <= width) {
  #container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .buttons {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .buttons .btn {
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25em) 50%;
  background-size: 1.5em;
}
#container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .buttons .btn_aqua {
  background-image: url(/files/user/images/pau-lp01/icon_dl.webp);
}
#container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .buttons .btn_yellow {
  background-image: url(/files/user/images/pau-lp01/icon_mail.webp);
}
#container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .btn_tel {
  display: none;
}
@media (768px <= width) {
  #container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .btn_tel {
    display: inherit;
  }
}
#container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .btn_tel small {
  font-size: 2.5svw;
  -webkit-padding-after: 1%;
          padding-block-end: 1%;
  display: inline-block;
}
@media (768px <= width) {
  #container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .btn_tel small {
    font-size: 80%;
  }
}
#container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .btn_tel a img {
  width: 74%;
  display: none;
}
@media (768px <= width) {
  #container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .btn_tel a img {
    width: inherit;
  }
}
#container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .btn_tel a .tel_inner {
  line-height: 1;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
#container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .btn_tel a .tel_inner .eng {
  font-size: 5.7svw;
  background-image: url(/files/user/images/pau-lp01/icon_freedial.webp);
  background-repeat: no-repeat;
  background-position: 0 calc(50% + 0.1em);
  background-size: auto 0.7em;
  -webkit-padding-start: 1.25em;
          padding-inline-start: 1.25em;
  -webkit-margin-before: -0.15em;
          margin-block-start: -0.15em;
}
@media (649px <= width) {
  #container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .btn_tel a .tel_inner .eng {
    font-size: 3rem;
  }
}
@media (1200px <= width) {
  #container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .btn_tel a .tel_inner .eng {
    font-size: 3.4rem;
  }
}
#container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .btn_tel a .tel_inner > span:nth-of-type(2) {
  border-top: var(--gray) solid 1px;
  border-bottom: var(--gray) solid 1px;
  padding-block: 0.2em 0.3em;
  font-size: 3.6svw;
}
@media (649px <= width) {
  #container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .btn_tel a .tel_inner > span:nth-of-type(2) {
    font-size: inherit;
    font-size: 85%;
  }
}
#container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .btn_tel a .tel_inner > span:nth-of-type(2) span {
  display: none;
}
@media (960px <= width) {
  #container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .btn_tel a .tel_inner > span:nth-of-type(2) span {
    display: inline;
  }
}
#container #contact .contact_wrap .container {
  width: 95%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: flex;
  align-items: center;
}
#container #contact + .cta {
  -webkit-padding-after: 5%;
          padding-block-end: 5%;
  display: block;
}
@media (1100px <= width) {
  #container #contact + .cta {
    display: none;
  }
}

/* footer --------------------------- */
#footer {
  background-color: var(--navy-01);
  padding-block: 2em;
}
#footer .container:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* 上書き内容 */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
html > body > div {
  font-size: inherit;
}

main {
  margin-block: 81px 0;
}
@media (768px <= width <= 1100px) {
  main {
    margin-block: 61px 0;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-block: 0;
  }
}

@media screen and (max-width: 767px) {
  a {
    text-decoration: none !important;
  }
}

#content {
  min-width: 100%;
}

@media (hover: hover) {
  #container a:-webkit-any-link:hover {
    text-decoration: none;
  }
  #container a:any-link:hover {
    text-decoration: none;
  }
}
#container .btn {
  text-align: left;
}
#container .cta .container .btn_tel .tel_inner * {
  color: #333 !important;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  #container .small a {
    font-size: 1.2rem;
  }
}
#container .container.container_l {
  text-align: left;
}
#container #contact .contact_wrap:nth-of-type(2) .container .contact_inner .btn_tel * {
  color: #333 !important;
  text-decoration: none !important;
}

.layer-bg .layout-inner {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .layer-bg .layout-inner {
    padding: 0;
  }
}

.wrap-form .table-wrap {
  padding: 0;
}

#contact {
  margin-block: 0 -1px !important;
}
@media screen and (max-width: 767px) {
  #contact {
    background: var(--light_gray) url(/files/user/images/pau-lp01/bg_navy_gray.webp);
    padding-block: 4rem 0 !important;
  }
}
#contact::before {
  display: none;
}

#footer .container .small a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer .picture img {
    width: 95px;
  }
}

/* end 上書き内容 */
@media screen and (max-width: 767px) {
  html.is-fixed {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
/*# sourceMappingURL=map/pau_lp01.css.map */