@charset "UTF-8";
/*
#overview
Gulp入門サンプル

サンプルファイルです
*/
/*#styleguide
サンプル見出し1gul

```
<h1>見出し1</h1>
```
*/
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  /*min-width: 1200px;*/
}

.mincho {
  font-family: "Noto Serif", serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.roboto-c {
  font-family: "Roboto Condensed", sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  line-height: 0;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: underline;
  color: inherit;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* 好みで使用してください*/
p,
dl,
dt,
dd,
ul,
li {
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: justify;
  /*text-justify: inter-ideograph;*/
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

ul li,
ol li {
  line-height: 1.8;
  font-size: 16px;
}

.sp {
  display: none !important;
}

p {
  line-height: 1.8;
}

/*ハンバーガー */
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  position: fixed;
  width: 85px;
  height: 85px;
  cursor: pointer;
  background: #7d7d7d;
  border-radius: 43px;
  z-index: 99999;
  right: 58px;
  top: 7px;
  transition: 0.3s;
  border: none;
  padding: 0;
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 20px;
  height: 1px;
  background-color: #fff;
}
.openbtn span:nth-of-type(1) {
  top: 30px;
  width: 50%;
}
.openbtn span:nth-of-type(2) {
  top: 40px;
  width: 30%;
}
.openbtn p {
  padding-top: 36px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}
.openbtn:hover {
  background-color: #646464;
}
.openbtn.hide {
  right: 28px;
  top: 7px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 30px;
  left: 28px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
}
.openbtn.active span:nth-of-type(2) {
  top: 42px;
  left: 28px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
}

.mm-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fbfbfb;
  z-index: 9000;
  top: 0;
  right: -200%;
  transition: 0.8s;
  opacity: 0.2;
}

.mm-menu.active {
  top: 0;
  right: 0;
  opacity: 1;
}

.mm-page {
  position: relative;
  z-index: 8000;
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

.sp-menu-link {
  width: 100%;
  height: 100vh;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  min-width: 1200px;
}
.sp-menu-link div.inner {
  width: 1080px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.sp-menu-link div.inner div.ftr-data {
  border-right: 1px solid #d3cbc6;
}
.sp-menu-link div.inner div.ftr-data div.ftr-logo {
  width: 380px;
}
.sp-menu-link div.inner div.ftr-data p.addr {
  margin-top: 15px;
}
.sp-menu-link div.inner div.ftr-data p.tel.lora {
  font-size: 30px;
  font-size: 3rem;
  color: #7d7d7d;
}
.sp-menu-link div.inner div.ftr-data p.tel.lora img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.sp-menu-link div.inner div.ftr-data .outlink {
  margin-top: 50px;
}
.sp-menu-link div.inner div.ftr-data .outlink p.blank {
  margin-top: 25px;
}
.sp-menu-link div.inner div.ftr-data .outlink p.blank a {
  text-decoration: none;
}
.sp-menu-link div.inner div.ftr-data .outlink p.blank a:hover {
  color: #7d7d7d;
}
.sp-menu-link div.inner div.ftr-data .outlink p.blank a img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.sp-menu-link div.inner div.sidemenu-link {
  width: 660px;
}
.sp-menu-link div.inner div.sidemenu-link nav {
  display: flex;
}
.sp-menu-link div.inner div.sidemenu-link nav ul {
  width: 50%;
}
.sp-menu-link div.inner div.sidemenu-link nav ul li {
  margin-bottom: 20px;
  margin-left: 0;
  list-style-type: none;
}
.sp-menu-link div.inner div.sidemenu-link nav ul li::before {
  content: "●";
  font-size: 8px;
  color: #d3cbc6;
  line-height: 1.3;
  margin-right: 5px;
}
.sp-menu-link div.inner div.sidemenu-link nav ul li a {
  text-decoration: none;
}
.sp-menu-link div.inner div.sidemenu-link nav ul li a:hover {
  color: #7d7d7d;
}
.sp-menu-link div.inner div.sidemenu-link div.bnr {
  margin-top: 75px;
}
.sp-menu-link div.inner div.sidemenu-link div.bnr a {
  display: flex;
  align-items: center;
  width: 486px;
  height: 100px;
  border-radius: 50px;
  background-color: #aaa;
  padding-left: 36px;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.sp-menu-link div.inner div.sidemenu-link div.bnr a:hover {
  opacity: 0.7;
  color: #7d7d7d;
}
.sp-menu-link div.inner div.sidemenu-link div.bnr a::before {
  content: "●";
  font-size: 8px;
  color: #d3cbc6;
  line-height: 1.3;
  margin-right: 5px;
}

.fix-side {
  position: fixed;
  right: -100px;
  bottom: 10%;
  z-index: 99999;
}
.fix-side a.fix-btn {
  display: block;
  width: 66px;
  height: 276px;
  margin: 5px 0 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-lr;
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  transition: 0.3s;
  border-radius: 8px 0 0 8px;
  position: relative;
}
.fix-side a.fix-btn.bg-black {
  background: #222222;
}
.fix-side a.fix-btn.bg-black::before {
  content: "";
  width: 10px;
  height: 12px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  bottom: 14px;
  right: calc(50% - 6.5px);
}
.fix-side a.fix-btn.bg-lightblue {
  font-weight: bold;
  color: #222222;
  background: #74c3ff;
  height: 294px;
}
.fix-side a.fix-btn.bg-lightblue::before {
  content: "";
  width: 10px;
  height: 12px;
  background: #222222;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  bottom: 14px;
  right: calc(50% - 6.5px);
}
.fix-side a.fix-btn.bg-orange {
  font-weight: bold;
  color: #222222;
  background: #ff661a;
  height: 204px;
}
.fix-side a.fix-btn.bg-orange::before {
  content: "";
  width: 10px;
  height: 12px;
  background: #222222;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  bottom: 14px;
  right: calc(50% - 6.5px);
}
.fix-side a.fix-btn:hover {
  opacity: 0.7;
}
.fix-side img {
  margin-top: 10px;
}

header .header.hidebg {
  background-color: rgba(255, 255, 255, 0);
}

.hdr-contact-sec02.hide {
  opacity: 0;
  pointer-events: none;
}

.header .hdr-contact-area .hdr-contact-sec01 nav.hide {
  opacity: 0;
  pointer-events: none;
}
.header .hdr-contact-area .hdr-contact-sec01 div.hdr-contact.lora.centered {
  animation-name: vertical;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes vertical {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(28px);
  }
}

header {
  width: 100%;
  position: fixed;
  height: 112px;
  display: flex;
  justify-content: center;
  z-index: 100;
  transition: 0.3s;
  top: 0;
}

.header {
  position: fixed;
  max-width: 1920px;
  height: 112px;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  width: 100%;
  transition: 0.3s;
  /*@media screen and (max-width:1270px) {
  	.hdr-contact-area {
  		min-width: 360px;
  		justify-content: center;

  		nav {
  			display: none;
  		}
  	}
  }*/
}
.header .header-logo {
  padding-left: 50px;
  min-width: 352px;
  transition: 0.3s;
}
.header .header-logo:hover {
  opacity: 0.7;
}
.header .header-logo a {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 426px;
}
.header .header-logo a img:nth-of-type(1) {
  width: 80%;
  height: fit-content;
}
.header .header-logo a img:nth-of-type(2) {
  width: 20%;
  height: fit-content;
}
.header .hdr-contact-area {
  height: 112px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 60px;
  transition: 0.3s;
  z-index: 8000;
}
.header .hdr-contact-area .hdr-contact-sec01 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 775px;
  height: 112px;
  /*justify-content: center;*/
  transition: 0.3s;
}
.page-contact .header .hdr-contact-area .hdr-contact-sec01 {
  height: 26px;
}
.header .hdr-contact-area .hdr-contact-sec01 nav.pc {
  transition: 0.3s;
  margin-right: 15px;
}
.header .hdr-contact-area .hdr-contact-sec01 nav.pc ul {
  display: flex;
}
.header .hdr-contact-area .hdr-contact-sec01 nav.pc ul > li {
  list-style-type: none;
  margin-right: 25px;
  margin-left: 0;
  position: relative;
}
.header .hdr-contact-area .hdr-contact-sec01 nav.pc ul > li::before {
  background: #024099;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.header .hdr-contact-area .hdr-contact-sec01 nav.pc ul > li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header .hdr-contact-area .hdr-contact-sec01 nav.pc ul > li:hover {
  border-color: #024099;
  color: #024099;
}
.header .hdr-contact-area .hdr-contact-sec01 nav.pc ul > li a {
  text-decoration: none;
  font-weight: bold;
}
.header .hdr-contact-area .hdr-contact-sec01 nav.pc ul > li.has-sub {
  position: relative;
}
.header .hdr-contact-area .hdr-contact-sec01 nav.pc ul > li:last-child {
  margin-right: 0;
}
.header .hdr-contact-area .hdr-contact-sec01 nav.pc ul > li .sub {
  display: none;
  position: absolute;
  left: -44px;
  top: 2em;
  width: 164px;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 0 10px;
}
.header .hdr-contact-area .hdr-contact-sec01 nav.pc ul > li .sub li {
  border-bottom: none !important;
}
.header .hdr-contact-area .hdr-contact-sec01 nav.pc ul > li .sub li::before {
  content: none;
}
.header .hdr-contact-area .hdr-contact-sec01 nav.pc ul > li .sub > li > a {
  display: block;
  font-size: 15px;
  line-height: 2;
  padding-left: 20px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.header .hdr-contact-area .hdr-contact-sec01 nav.pc ul > li .sub > li > a span {
  font-size: 26px;
  line-height: 1;
  color: #f73c31;
}
.header
  .hdr-contact-area
  .hdr-contact-sec01
  nav.pc
  ul
  > li
  .sub
  > li:nth-last-of-type(1)
  > a
  span {
  color: #69a661;
}
.header
  .hdr-contact-area
  .hdr-contact-sec01
  nav.pc
  ul
  > li
  .sub
  > li
  > a:hover {
  color: #bf7939;
  opacity: 1;
}
.header .hdr-contact-area .hdr-contact-sec01 div.hdr-contact.lora {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #7d7d7d;
  margin-bottom: 12px;
}
.header
  .hdr-contact-area
  .hdr-contact-sec01
  div.hdr-contact.lora
  .hdr-tel-wrap {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.header
  .hdr-contact-area
  .hdr-contact-sec01
  div.hdr-contact.lora
  .hdr-tel-wrap
  a {
  width: 215px;
}
.header
  .hdr-contact-area
  .hdr-contact-sec01
  div.hdr-contact.lora
  .hdr-tel-wrap
  .hdr-tel-info {
  display: flex;
  flex-direction: column;
}
.header
  .hdr-contact-area
  .hdr-contact-sec01
  div.hdr-contact.lora
  .hdr-tel-wrap
  .hdr-tel-info
  span {
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: bold;
}
.header .hdr-contact-area .hdr-contact-sec02 a {
  background: #222222;
  color: #fff;
  font-size: 1.8rem;
  width: 350px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}
.header .hdr-contact-area .hdr-contact-sec02 a:hover {
  opacity: 0.8;
}
.header .hdr-contact-area .hdr-contact-sec01 a.hdr-tel-btn {
  margin-right: 10px;
}
.header .hdr-contact-area .hdr-contact-sec01 a.hdr-cv-btn {
  background: #222222;
  color: #fff;
  font-size: 1.8rem;
  width: 350px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
}
.header .hdr-contact-area .hdr-contact-sec01 a.hdr-cv-btn:hover {
  opacity: 0.8;
}
.header.hide {
  background-color: transparent;
}
.header.hide h1 img {
  width: 124px;
  height: auto;
}
.header.hide .hdr-contact-area {
  right: 10px;
  top: 0;
}
.header.hide .hdr-contact-area nav {
  display: none;
}
.header.hide .hdr-contact-area .hdr-contact a {
  font-size: 24px;
  font-size: 2.4rem;
}

.spmenu-wrap {
  display: none;
}

.main-image {
  width: 100%;
  padding-top: 112px;
  display: flex;
  justify-content: center;
  height: 52.4166666667vw;
}
.main-image .mv-box {
  max-width: 1920px;
  margin: 0 auto;
  width: 100vw;
  position: relative;
  max-height: 760px;
}
.main-image .mv-box .mov {
  width: min(87.5vw, 1680px);
  height: min(37.3333333333vw, 570px);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 32px 0 0 0;
  overflow: hidden;
}
.main-image .mv-box .mov video {
  width: 100%;
  margin-top: -90px;
}
.main-image .msg-2 {
  position: absolute;
  width: min(calc(614 * 100vw / 1920), 614px);
  left: 17vw;
  z-index: 1;
  top: 6vw;
}
.main-image .msg-2 p {
  font-size: 2.25vw;
  color: #fff;
}
.main-image .msg-2 p:nth-of-type(2) {
  text-align: right;
}
.main-image .logo25 {
  position: absolute;
  z-index: 2;
  width: 186px;
  height: 156px;
  right: 0;
  top: 1vw;
}
.main-image .mv-msg {
  width: min(60.7291666667vw, 1060px);
  height: min(17.03125vw, 327px);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  background: #fff;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-image .mv-msg::before {
  content: "";
  width: 60px;
  height: 327px;
  background: url(../img/top/mv-bar.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.main-image .mv-msg .msg-main {
  font-size: 3.1vw;
  letter-spacing: 2.5px;
  padding-left: 3.2vw;
}
.main-image .mv-msg .msg-main .light-blue {
  color: #0198e1;
}
.main-image .mv-msg .msg-main .blue {
  color: #024099;
}
.main-image .mv-msg .msg-sub {
  font-size: 1.25vw;
  padding-left: 3.2vw;
  font-weight: bold;
}
@media screen and (min-width: 1921px) {
  .main-image .mv-msg .msg-main {
    font-size: 6rem;
    padding-left: 60px;
  }
  .main-image .mv-msg .msg-sub {
    font-size: 2.4rem;
    padding-left: 60px;
  }
}
.main-image img {
  width: 100%;
  height: auto;
}

.top-section .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px;
}
.top-section .inner p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 24px;
}
.top-section .h2-wrap {
  margin-top: 40px;
}
.top-section .h2-wrap h2 {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 auto;
  border-bottom: 4px solid #a4480a;
  font-weight: bold;
  display: inline-block;
  line-height: 2;
}
.top-section .h2-wrap span {
  color: #a0a0a0;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 16px;
  display: block;
  line-height: 1;
}
.top-section .h2-wrap:nth-of-type(1) {
  margin-top: 0;
}
.top-section h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #452309;
  position: relative;
  z-index: 10;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-top: 32px;
}
.top-section h4 {
  font-size: 20px;
  font-size: 2rem;
  margin: 40px auto 0;
}

a.btn {
  background: #004b83;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px 20px 20px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  border-radius: 4px;
  line-height: 1.4;
}
a.btn.pt2 {
  padding: 46px 152px 46px 130px;
  font-size: 2.4rem;
}
a.btn.pt2.arrow-bb::before,
a.btn.pt2.arrow-bw::before {
  right: 15%;
}
a.btn.bg-black {
  background: #222222;
}
a.btn.bg-black::after {
  content: "";
  width: 48px;
  height: 38px;
  background: url(../img/common/icon-mail2.png);
  position: absolute;
  display: block;
  top: calc(50% - 19px);
  left: 12%;
}
a.btn.bg-lightblue {
  font-weight: bold;
  color: #222222;
  background: #74c3ff;
}
a.btn.bg-lightblue::after {
  content: "";
  width: 42px;
  height: 52px;
  background: url(../img/common/icon-mansion.png);
  position: absolute;
  display: block;
  top: calc(50% - 26px);
  left: 12%;
}
a.btn.arrow-w::before {
  content: "";
  width: 10px;
  height: 12px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 6px);
  right: 5%;
}
a.btn.arrow-bw::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 14px);
  right: 5%;
}
a.btn.arrow-bb::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #222222;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 14px);
  right: 5%;
}
a.btn:hover {
  opacity: 0.7;
}

/* CV */
.cv {
  margin-top: 120px;
  padding-bottom: 240px;
  display: flex;
  justify-content: center;
  background: url(../img/common/bg-cv.png);
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
}
.cv .cv-wrap {
  width: 1920px;
  display: flex;
  justify-content: center;
}
.cv .cv-wrap .cv-box {
  width: 1360px;
  background: #f5f8fc;
  border-radius: 16px;
  padding: 80px;
  background: linear-gradient(
    180deg,
    rgba(255, 251, 152, 0.9),
    rgba(255, 148, 70, 0.9)
  );
}
.cv .cv-wrap .cv-box .cv-cont01 div.mincho {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: normal;
  color: #024099;
  position: relative;
  text-align: center;
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cv .cv-wrap .cv-box .cv-cont01 div.mincho .cv-25th {
  position: absolute;
  right: 0;
  top: -57px;
}
.cv .cv-wrap .cv-box .cv-cont01 div.mincho img {
  margin-top: 40px;
}
.cv .cv-wrap .cv-box .cv-cont01 div.mincho .ftr-cv-tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 40px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-top: 40px;
}
.cv .cv-wrap .cv-box .cv-cont01 div.mincho .ftr-cv-tel img {
  margin-top: 0;
}
.cv .cv-wrap .cv-box .cv-cont01 div.mincho .ftr-cv-tel p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cv .cv-wrap .cv-box .cv-cont01 div.mincho .ftr-cv-tel p span {
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: bold;
  color: #7d7d7d;
}
/*.cv .cv-wrap .cv-box .cv-cont01 div::before {
  content: "";
  width: 24px;
  height: 40px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-top: 2px solid #024099;
  border-left: 2px solid #024099;
}
.cv .cv-wrap .cv-box .cv-cont01 div::after {
  content: "";
  width: 24px;
  height: 40px;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  border-right: 2px solid #024099;
  border-bottom: 2px solid #024099;
}*/
.cv .cv-wrap .cv-box .cv-cont02 {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-top: 60px;
}
.cv .cv-wrap .cv-box .cv-cont02 .link-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 24px;
}
.cv .cv-wrap .cv-box .cv-cont02 .info01 {
  color: #024099;
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
}
.cv .cv-wrap .cv-box .cv-cont02 .info02 {
  color: #667180;
  font-size: 1.6rem;
  text-align: center;
}

/*固定ページ*/
.title-area {
  padding-top: 112px;
}
.title-area .title-wrap {
  margin-top: 64px;
  position: relative;
  background: linear-gradient(90deg, #004b83 49%, #fff 50%);
  max-width: 1920px;
  margin: 0 auto;
}
.title-area .title-wrap::before {
  content: "";
  width: 60px;
  height: 200px;
  background: url(../img/common/h1-bg01.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
}
.title-area .title-wrap .title-cont::after {
  content: "";
  width: 1640px;
  height: 200px;
  background: url(../img/common/h1-bg02b.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
.title-area .title-wrap .title-cont {
  background: #004b83;
  padding: 0 80px;
  width: 1360px;
  margin: 0 auto;
  border-radius: 0 16px 16px 0;
  height: 200px;
  display: flex;
  align-items: center;
  position: relative;
}
.title-area .title-wrap .title-cont h1 {
  font-size: 4rem;
  line-height: 1.8;
  color: #fff;
  position: relative;
  z-index: 1;
}
.single .title-area .title-wrap .title-cont::after {
  content: "";
  width: 1640px;
  height: 200px;
  background: url(../img/common/h1-bg02.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
.single .title-area .title-wrap .title-cont {
  background: #f5f8fc;
}
.single .title-area .title-wrap .title-cont h1 {
  color: #004b83;
}
.single .title-area .title-wrap {
  background: linear-gradient(90deg, #f5f8fc 49%, #fff 50%);
}
.u-main {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-main .h1-wrap {
  text-align: center;
}
.u-main .h1-wrap .en {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Outfit";
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1;
}
.u-main .h1-wrap h1 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 10px;
}

.u-contents {
  width: 1360px;
  margin: 0 auto;
  padding: 0 80px 0px;
}
.u-contents h2 {
  margin-top: 80px;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #004b83;
  border-left: 1px solid #004b83;
  border-bottom: 1px solid #004b83;
  font-family: "Noto Serif", serif;
  padding: 9px 18px 18px 14px;
}
.u-contents h2.simple-h2 {
  border: none;
  padding: 0;
}
.u-contents h3 {
  margin-top: 80px;
  font-size: 2.4rem;
  padding: 9px 14px;
  border-left: 4px solid #004b83;
  font-family: "Noto Serif", serif;
  color: #004b83;
  font-weight: normal;
  line-height: 1.5;
}
.u-contents h4 {
  margin-top: 80px;
  font-size: 2rem;
  color: #fff;
  background-color: #004b83;
  font-weight: normal;
  padding: 9px 14px;
  font-family: "Noto Serif", serif;
  line-height: 1.5;
}
.u-contents h5 {
  margin-top: 80px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: normal;
  padding: 9px 0;
  color: #004b83;
  position: relative;
  font-family: "Noto Serif", serif;
}
.u-contents h5::before {
  content: "";
  width: 32px;
  height: 2px;
  background: #004b83;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}
.u-contents p {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.u-contents p a {
  color: #004b83;
  transition: 0.2s;
}
.u-contents p a:hover {
  opacity: 0.7;
}
.u-contents ul {
  margin-top: 20px;
}
.u-contents ul li {
  list-style-type: none;
}
.u-contents ul li:before {
  content: "・";
  color: #004b83;
  margin-right: 5px;
}
.u-contents ol {
  list-style-type: none;
  counter-reset: count 0;
  margin-top: 20px;
}
.u-contents ol li a {
  text-decoration: none;
}
.u-contents ol li a:hover {
  color: #bf7939;
}
.u-contents ol li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  color: #004b83;
  padding-left: 3px;
  margin-right: 5px;
}
.u-contents
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table,
.u-contents table {
  margin-top: 40px;
  border-collapse: collapse;
  border: 1px solid #004b83;
}
.u-contents
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table
  tr,
.u-contents table tr {
  border-bottom: 1px solid #004b83;
}
.u-contents
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table
  tr
  th,
.u-contents
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table
  tr
  td,
.u-contents table tr th,
.u-contents table tr td {
  line-height: 1.3;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 30px;
  text-align: left;
  border-color: #004b83;
}
.u-contents
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table
  thead
  th,
.u-contents table thead th {
  color: #fff;
  background-color: #004b83;
  border-right: 1px solid #fff;
}
.u-contents
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table
  tbody
  th,
.u-contents table tbody th {
  color: #fff;
  background-color: #004b83;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.6;
}
.u-contents
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table
  thead
  tr
  th:last-child,
.u-contents
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table
  tbody
  tr
  th:last-child {
  border-right: 1px solid #004b83;
}
.u-contents
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table
  tbody
  td,
.u-contents table tbody td {
  border-right: 1px solid #004b83;
  line-height: 1.6;
}
.u-contents blockquote {
  margin: 80px auto;
  line-height: 1.8;
  font-size: 1.6rem;
  padding: 40px;
  background-color: #f5f8fc;
  position: relative;
  border-radius: 16px;
}
.u-contents blockquote cite {
  color: #667180;
  display: block;
  text-align: right;
  margin-top: 20px;
  font-size: 1.6rem;
  font-style: normal;
}
.u-contents blockquote::before {
  content: url(../img/page/icon-blockquote.svg);
  position: absolute;
  top: -10px;
  left: -10px;
}
.u-contents .wp-block-image {
  margin-top: 40px;
}
.u-contents .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.u-contents .wp-block-image figcaption {
  line-height: 1.8;
  font-size: 1.6rem;
  color: #667180;
  margin-top: 16px;
  text-align: center;
}
.u-contents .wp-block-buttons {
  margin-top: 40px;
}
.u-contents .wp-block-buttons a.wp-block-button__link,
.for-list a {
  background: #004b83;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 50px 20px 30px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  border-radius: 4px;
  line-height: 1.4;
}
.u-contents .wp-block-buttons a.wp-block-button__link::before,
.for-list a::before {
  content: "";
  width: 13px;
  height: 14px;
  background: url(../img/common/arrow-w.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 7px);
  right: 10%;
}
.u-contents
  .wp-block-buttons
  .wp-block-button.arrow-bottom
  a.wp-block-button__link::before {
  content: "";
  width: 14px;
  height: 13px;
  background: url(../img/common/arrowd-w.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 7px);
  right: 10%;
}
.u-contents .wp-block-buttons a.wp-block-button__link:hover,
.for-list a:hover {
  opacity: 0.7;
}
p.date {
  color: #004b83;
}
.for-list {
  display: flex;
  justify-content: center;
}
.wp-block-flexible-table-block-table {
  margin: 80px auto;
}
.single-date-cat .category {
  margin-top: 0;
  display: flex;
}
.single-date-cat .category li {
  margin-right: 5px;
}
.single-date-cat .category li::before {
  content: none;
}
.single-date-cat .category li a {
  color: #004b83;
  border: 1px solid #004b83;
  border-radius: 4px;
  padding: 2px 5px;
  text-decoration: none;
}

/*下層パンくず*/
ol.breadcrumbs {
  width: 1360px;
  margin: 10px auto 110px;
  padding: 14px 80px 0;
  display: flex;
}
ol.breadcrumbs.single-b {
  margin: 10px auto 78px;
}
ol.breadcrumbs li {
  list-style: none;
}
ol.breadcrumbs li::before {
  content: none;
  margin-left: 0;
}
ol.breadcrumbs li::after {
  content: ">";
  font-size: 10px;
  padding: 0 5px;
}
ol.breadcrumbs li:last-child span {
  color: #004b83;
  font-weight: bold;
}
ol.breadcrumbs li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #667180;
  transition: 0.2s;
}
ol.breadcrumbs li a:hover {
  opacity: 0.7;
}
ol.breadcrumbs li span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
ol.breadcrumbs li:nth-last-of-type(1)::after {
  content: none;
}

/* 記事詳細ページ */
.single-main {
  text-align: center;
  padding-top: 80px;
}
.single-main h1 {
  width: 1000px;
  margin: 0 auto;
  font-size: 48px;
  font-size: 4.8rem;
  border-bottom: 6px solid #000;
  text-align: left;
  line-height: 1.3;
}

.cat-area {
  width: 1000px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
}
.cat-area p.date {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 26px;
}
.cat-area .cat {
  display: flex;
  align-items: center;
}
.cat-area .cat a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  margin-right: 10px;
  border-radius: 15px;
  font-weight: bold;
  transition: 0.3s;
}
.cat-area .cat a:hover {
  background-color: #fff;
  color: #000;
}

footer {
  background: #004b83;
  min-width: 1360px;
  margin: 0 auto;
}
footer .footer-wrap {
  max-width: 1920px;
  margin: 0 auto;
}
footer .footer-wrap .ftr-cont01 {
  display: flex;
  background: #fff;
}
footer .footer-wrap .ftr-cont01 .company-info {
  background: url(../../img/common/ftr-bg.png), #fff;
  background-repeat: repeat-y;
  border-radius: 0 0 16px 0;
  color: #004b83;
  padding: 50px 80px 50px 280px;
  position: relative;
  padding-left: min(10vw, 280px);
  padding-right: min(3vw, 80px);
  /*width: 520px;
  ::before {
  	content: "";
  	width: 280px;
  	height: 100%;
  	background: url(../img/common/ftr-bg.png), #024099;
  	background-repeat: no-repeat;
  	position: absolute;
  	display: block;
  	top: 0;
  	left: -280px;
  }*/
}
footer .footer-wrap .ftr-cont01 .company-info a {
  font-size: 1.6rem;
  text-decoration: underline;
  transition: 0.3s;
}
footer .footer-wrap .ftr-cont01 .company-info a:hover {
  opacity: 0.7;
}
footer .footer-wrap .ftr-cont01 .company-info .c-name {
  font-size: 2.8rem;
  display: flex;
  gap: 10px;
  align-items: center;
}
footer .footer-wrap .ftr-cont01 .company-info p {
  font-size: 1.6rem;
  margin: 0px 0 32px;
}
footer .footer-wrap .ftr-cont01 .company-info .bnr-job {
  width: fit-content;
  display: block;
}
footer .footer-wrap .ftr-cont01 .ftr-list {
  display: flex;
  margin-top: 45px;
  margin-left: 112px;
  margin-right: 20px;
  margin-left: min(1vw, 112px);
  margin-top: min(2vw, 45px);
}
footer .footer-wrap .ftr-cont01 .ftr-list ul {
  /*width: 364px;*/
  margin-right: 16px;
}
footer .footer-wrap .ftr-cont01 .ftr-list ul:last-child {
  margin-right: 0;
}
footer .footer-wrap .ftr-cont01 .ftr-list ul li {
  list-style: none;
  color: #004b83;
  position: relative;
  margin: 37px 0 37px 2em;
}
footer .footer-wrap .ftr-cont01 .ftr-list ul li::before {
  content: "";
  width: 10px;
  height: 12px;
  background: #004b83;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 7px);
  left: -20px;
}
footer .footer-wrap .ftr-cont01 .ftr-list ul li a {
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
}
footer .footer-wrap .ftr-cont01 .ftr-list ul li a:hover {
  opacity: 0.7;
}
footer .footer-wrap .ftr-cont01 .ftr-list ul li.sub-t {
  margin-bottom: 21px;
}
footer .footer-wrap .ftr-cont01 .ftr-list ul li.sub-c {
  margin: 21px 0 21px 3em;
}
footer .footer-wrap .ftr-cont01 .ftr-list ul li.sub-c::before {
  content: "";
  width: 10px;
  height: 12px;
  background: #004b83;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 7px);
  left: -20px;
}
footer .footer-wrap .ftr-cont01 .ftr-list ul.bnr-list {
  margin-top: 37px;
}
footer .footer-wrap .ftr-cont01 .ftr-list ul.bnr-list li:before {
  content: none;
}
footer .footer-wrap .ftr-cont01 .ftr-list ul.bnr-list li {
  margin: 0 0 20px 2em;
}
footer .footer-wrap .ftr-cont01 .bnr-cont {
  display: flex;
  gap: 10px;
  margin-top: 45px;
  margin-left: 112px;
  margin-right: 20px;
  margin-left: min(5vw, 112px);
  margin-top: min(2vw, 45px);
  padding-bottom: 20px;
}
footer .footer-wrap .ftr-cont01 .bnr-cont a {
  text-decoration: none;
  transition: 0.3s;
}
footer .footer-wrap .ftr-cont01 .bnr-cont a:hover {
  opacity: 0.7;
}
footer .footer-wrap .ftr-cont02 {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  max-width: 1360px;
  margin: 0 auto;
}
footer .footer-wrap .ftr-cont02 p {
  color: #fff;
}
footer .footer-wrap .ftr-cont02 p:first-child {
  font-size: 1.2rem;
}
footer .footer-wrap .ftr-cont02 p a {
  font-size: 1.6rem;
  text-decoration: underline;
  transition: 0.3s;
}
footer .footer-wrap .ftr-cont02 p a:hover {
  opacity: 0.7;
}

#page_top {
  position: fixed;
  bottom: -200px;
  right: 24px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: rgba(191, 127, 63, 0.8);
}

#page_top a {
  display: flex;
  width: 100px;
  height: 100px;
  font-size: 16px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

/* ページネーション */
main .wp-pagenavi {
  margin: 80px auto 0;
  text-align: center;
}
main .wp-pagenavi span,
main .wp-pagenavi a {
  padding: 15px 19px;
  font-size: 16px;
  font-size: 1.6rem;
}
main .wp-pagenavi span.current,
main .wp-pagenavi span:hover,
main .wp-pagenavi a.current,
main .wp-pagenavi a:hover {
  background-color: #333;
  color: #fff;
}

.next-prev {
  margin: 40px auto;
}
.next-prev .prev {
  float: left;
  width: 50%;
}
.next-prev .prev a {
  max-width: 46%;
  display: inline-block;
  padding: 2% 2% 1.5% 2em;
  border-radius: 10px;
  text-indent: -0.8em;
  color: #111111;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.2;
}
.next-prev .next {
  float: right;
  width: 50%;
  text-align: right;
}
.next-prev .next a {
  display: inline-block;
  max-width: 46%;
  padding: 2%;
  border-radius: 10px;
  text-align: right;
  padding: 2% 1.5em 2% 2%;
  border-radius: 10px;
  text-indent: 1em;
  color: #111111;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.2;
}
.next-prev::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
} /*# sourceMappingURL=style.css.map */

/* 404 */
.not-found-text {
  margin-bottom: 40px;
}
.not-found-text p {
  text-align: center;
}

/* お知らせ */
.category-news .sec01 .news-wrap {
  justify-content: space-around;
  height: auto;
  padding: 50px;
}

.category-news .sec01 .news-wrap .list-box {
  width: 1000px;
}

.single-t.title-area .title-wrap .title-cont {
  min-height: 200px;
  height: auto;
}

/* 会社概要 */
.company-head-menu01 {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.company-head-menu02 {
  width: 610px;
  margin-left: auto;
  margin-right: auto;
}
.company-head-menu02 > div:nth-of-type(1).wp-block-column {
  flex-grow: 0.3;
}
.company-head-menu02 > div:nth-of-type(2).wp-block-column {
  flex-grow: 0.3;
}
.company-head-menu02 > div:nth-of-type(3).wp-block-column {
  flex-grow: 0.4;
}

/* 売買実績 */
.achieve-box {
  margin: 24px 0;
  border: #003f98 solid 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
.achieve-box img {
  margin-bottom: 16px;
}
.achieve-box span {
  line-height: 1.5;
  font-size: 1.6rem;
  padding-top: 16px;
  border-top: 1px dashed #666;
}
.results-menu {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.results-menu > div:nth-of-type(1).wp-block-column {
  flex-grow: 0.25;
}
.results-menu > div:nth-of-type(2).wp-block-column {
  flex-grow: 0.35;
}
.results-menu > div:nth-of-type(3).wp-block-column {
  flex-grow: 0.4;
}

/* お問い合わせ*/
.page-contact .u-contents p.page-contact-lead {
  text-align: center;
  margin-bottom: 40px;
}
.page-contact .contact,
.page-estate .estate,
.page-fukuoka-management .fm-contact,
.page-fukuoka-management-test .fm-contact {
  width: 1000px;
  margin: 0 auto 40px;
}
.page-fukuoka-management-test .fm-contact {
  width: 100%;
}
.page-contact .contact p,
.page-estate .estate p,
.page-fukuoka-management .fm-contact p,
.page-fukuoka-management-test .fm-contact p {
  text-align: left;
}
.page-contact .contact dl,
.page-estate .estate dl,
.page-fukuoka-management .fm-contact dl,
.page-fukuoka-management-test .fm-contact dl {
  display: flex;
  padding: 0;
  /*border-bottom: 1px solid #DEDEDE;*/
}
/* .page-contact .contact dl:nth-child(odd),
.page-estate .estate dl:nth-child(odd),
.page-fukuoka-management .fm-contact dl:nth-child(odd),
.page-fukuoka-management-test .fm-contact dl:nth-child(odd) {
  background: #f5f8fc;
} */
.page-contact .contact dl.first,
.page-estate .estate dl.first {
  /*border-top: 1px solid #DEDEDE;*/
}
.page-contact .contact dl.last,
.page-estate .estate dl.last,
.page-fukuoka-management .fm-contact dl.last,
.page-fukuoka-management-test .fm-contact dl.last {
  margin-bottom: 40px;
}
.page-contact .contact dl dt,
.page-estate .estate dl dt,
.page-fukuoka-management .fm-contact dl dt,
.page-fukuoka-management-test .fm-contact dl dt {
  width: 30%;
  padding: 24px 0;
  font-weight: bold;
  font-size: 1.4rem;
}
.page-contact .contact dl dd,
.page-estate .estate dl dd,
.page-fukuoka-management .fm-contact dl dd,
.page-fukuoka-management-test .fm-contact dl dd {
  width: 70%;
  padding: 24px 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.page-contact .contact dl dd input,
.page-estate .estate dl dd input,
.page-fukuoka-management .fm-contact dl dd input,
.page-fukuoka-management-test .fm-contact dl dd input {
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.page-contact .contact dl dd input[type="text"],
.page-contact .contact dl dd input[type="email"],
.page-estate .estate dl dd input[type="text"],
.page-estate .estate dl dd input[type="email"],
.page-fukuoka-management .fm-contact dl dd input[type="text"],
.page-fukuoka-management .fm-contact dl dd input[type="email"],
.page-fukuoka-management .fm-contact dl dd input[type="tel"],
.page-fukuoka-management-test .fm-contact dl dd input[type="text"],
.page-fukuoka-management-test .fm-contact dl dd input[type="email"],
.page-fukuoka-management-test .fm-contact dl dd input[type="tel"],
.page-estate .estate dl dd input[type="tel"],
.wpcf7 input[type="tel"] {
  width: 100%;
  padding: 5px;
  font-size: 1.6rem;
}
.page-estate .estate dl dd input.unit[type="text"],
.page-fukuoka-management .fm-contact dl dd input.unit[type="text"],
.page-fukuoka-management-test .fm-contact dl dd input.unit[type="text"] {
  width: 240px;
  margin-right: 10px;
}
.page-contact .contact dl dd input.tel,
.page-estate .estate dl dd input.tel,
.page-fukuoka-management .fm-contact dl dd input.tel,
.page-fukuoka-management-test .fm-contact dl dd input.tel {
  width: 24%;
}
.page-contact .contact dl dd input.zip,
.page-estate .estate dl dd input.zip,
.page-fukuoka-management .fm-contact dl dd input.zip,
.page-fukuoka-management-test .fm-contact dl dd input.zip {
  width: 15%;
  min-width: 110px;
  padding: 5px;
  margin-bottom: 10px;
}
.page-contact .contact dl dd select,
.page-estate .estate dl dd select,
.page-fukuoka-management .fm-contact dl dd select,
.page-fukuoka-management-test .fm-contact dl dd select {
  padding: 0.5em 1em;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.page-contact .contact dl dd textarea,
.page-estate .estate dl dd textarea,
.page-fukuoka-management .fm-contact dl dd textarea,
.page-fukuoka-management-test .fm-contact dl dd textarea {
  width: 100%;
  height: 200px;
  padding: 5px;
  font-size: 1.4rem;
  line-height: 1.8;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.page-contact .contact dl dd p,
.page-estate .estate dl dd p,
.page-fukuoka-management .fm-contact dl dd p,
.page-fukuoka-management-test .fm-contact dl dd p {
  margin: 0;
}
.page-contact .contact p,
.page-estate .estate p {
  margin: 0 0 32px;
}
.page-contact .contact span.required,
.page-estate .estate span.required,
.page-fukuoka-management .fm-contact span.required,
.page-fukuoka-management-test .fm-contact span.required {
  padding: 3px 5px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
  background: #b70404;
}
.page-contact .contact span.any,
.page-estate .estate span.any,
.page-fukuoka-management .fm-contact span.any,
.page-fukuoka-management-test .fm-contact span.any {
  padding: 3px 5px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
  background: #707070;
}
.page-contact .contact .placeholder,
.page-estate .estate .placeholder,
.page-fukuoka-management .fm-contact .placeholder,
.page-fukuoka-management-test .fm-contact .placeholder {
  text-align: left;
  color: #707070;
  font-size: 13px;
}
.page-contact .content .contact .submit-area,
.page-estate .estate .submit-area,
.page-fukuoka-management .fm-contact .submit-area,
.page-fukuoka-management-test .fm-contact .submit-area {
  text-align: center;
}
.page-contact .contact .submit-area input[type="submit"],
.page-estate .estate .submit-area input[type="submit"],
.page-fukuoka-management .fm-contact .submit-area input[type="submit"],
.page-fukuoka-management-test .fm-contact .submit-area input[type="submit"] {
  position: relative;
  width: 266px;
  border: none;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  background: #004b83;
  margin: 0 auto 40px;
  border-radius: 4px;
  line-height: 1.4;
}
.page-contact .contact .submit-area input[type="submit"]:hover,
.page-estate .estate .submit-area input[type="submit"]:hover,
.page-fukuoka-management .fm-contact .submit-area input[type="submit"]:hover,
.page-fukuoka-management-test
  .fm-contact
  .submit-area
  input[type="submit"]:hover {
  opacity: 0.7;
}
.page-contact .contact .form-policy *,
.page-estate .estate .form-policy *,
.page-fukuoka-management .fm-contact .form-policy *,
.page-fukuoka-management-test .fm-contact .form-policy * {
  margin: 0 0 16px;
}
.page-contact .contact .form-policy h2,
.page-estate .estate .form-policy h2,
.page-fukuoka-management .fm-contact .form-policy h2,
.page-fukuoka-management-test .fm-contact .form-policy h2 {
  font-size: 30px;
  text-align: left;
  margin: 25px 0 25px;
  line-height: 1.6;
}
.page-contact .contact .form-policy .form-policy-box,
.page-estate .estate .form-policy .form-policy-box,
.page-fukuoka-management .fm-contact .form-policy .form-policy-box,
.page-fukuoka-management-test .fm-contact .form-policy .form-policy-box {
  margin-bottom: 40px;
  overflow-y: scroll;
  height: 300px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccb;
  width: 750px;
  margin: 0 auto 40px;
}
.form-policy-box h2,
.form-policy-box h3,
.form-policy-box h4 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  font-size: 1.8rem !important;
  color: #000 !important;
  border: none !important;
  padding: 0 !important;
}
.page-contact .contact .form-policy .form-policy-box ul li,
.page-estate .estate .form-policy .form-policy-box ul li,
.page-fukuoka-management .fm-contact .form-policy .form-policy-box ul li,
.page-fukuoka-management-test .fm-contact .form-policy .form-policy-box ul li {
  position: relative;
  padding-left: 18px;
  list-style-type: none;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
.page-contact .contact .form-policy .form-policy-box ul li:before,
.page-estate .estate .form-policy .form-policy-box ul li:before,
.page-fukuoka-management .fm-contact .form-policy .form-policy-box ul li:before,
.page-fukuoka-management-test
  .fm-contact
  .form-policy
  .form-policy-box
  ul
  li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #024099;
  border-radius: 4px;
}
.page-contact .contact .form-policy .form-policy-box ul li p,
.page-estate .estate .form-policy .form-policy-box ul li p,
.page-fukuoka-management .fm-contact .form-policy .form-policy-box ul li p,
.page-fukuoka-management-test
  .fm-contact
  .form-policy
  .form-policy-box
  ul
  li
  p {
  margin: 0;
}
.page-contact .contact .form-policy .form-policy-check,
.page-estate .estate .form-policy .form-policy-check,
.page-fukuoka-management .fm-contact .form-policy .form-policy-check,
.page-fukuoka-management-test .fm-contact .form-policy .form-policy-check {
  text-align: center;
}
.page-contact .contact .form-policy .form-policy-check span.required,
.page-estate .estate .form-policy .form-policy-check span.required,
.page-fukuoka-management
  .fm-contact
  .form-policy
  .form-policy-check
  span.required,
.page-fukuoka-management-test
  .fm-contact
  .form-policy
  .form-policy-check
  span.required {
  margin-right: 0;
}
.page-contact .contact .form-policy .form-policy-check p,
.page-estate .estate .form-policy .form-policy-check p,
.page-fukuoka-management .fm-contact .form-policy .form-policy-check p,
.page-fukuoka-management-test .fm-contact .form-policy .form-policy-check p {
  text-align: center;
}
.page-contact .contact .form-policy .form-policy-check p.form-policy-check-box,
.page-estate .estate .form-policy .form-policy-check p.form-policy-check-box,
.page-fukuoka-management
  .fm-contact
  .form-policy
  .form-policy-check
  p.form-policy-check-box,
.page-fukuoka-management-test
  .fm-contact
  .form-policy
  .form-policy-check
  p.form-policy-check-box {
  margin-bottom: 5px;
}
.page-contact
  .contact
  .form-policy
  .form-policy-check
  p.form-policy-check-box
  span.last::before,
.page-estate
  .estate
  .form-policy
  .form-policy-check
  p.form-policy-check-box
  span.last::before,
.page-fukuoka-management
  .fm-contact
  .form-policy
  .form-policy-check
  p.form-policy-check-box
  span.last::before,
.page-fukuoka-management-test
  .fm-contact
  .form-policy
  .form-policy-check
  p.form-policy-check-box
  span.last::before {
  position: absolute;
  top: -5px;
  left: -51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 24px;
  line-height: 1;
  font-size: 1.2rem;
  content: "必須";
  background-color: #d51313;
  border-radius: 2px;
  color: #fff;
}
.page-contact
  .contact
  .form-policy
  .form-policy-check
  p.form-policy-check-box
  input,
.page-estate
  .estate
  .form-policy
  .form-policy-check
  p.form-policy-check-box
  input,
.page-fukuoka-management
  .fm-contact
  .form-policy
  .form-policy-check
  p.form-policy-check-box
  input,
.page-fukuoka-management-test
  .fm-contact
  .form-policy
  .form-policy-check
  p.form-policy-check-box
  input {
  margin-right: 5px;
}

.page-contact .contact p.toushi01-yes,
.page-estate .estate p.toushi01-yes,
.page-fukuoka-management .fm-contact p.toushi01-yes,
.page-fukuoka-management-test .fm-contact p.toushi01-yes {
  margin: 32px 0 0;
}
.page-contact .contact dl.border-none,
.page-estate .estate dl.border-none,
.page-fukuoka-management .fm-contact dl.border-none,
.page-fukuoka-management-test .fm-contact dl.border-none {
  border-bottom: none;
}
.page-contact .contact dl.border-none dt,
.page-estate .estate dl.border-none dt,
.page-fukuoka-management .fm-contact dl.border-none dt,
.page-fukuoka-management-test .fm-contact dl.border-none dt {
  padding: 24px 0 2px;
}
.page-contact .contact dl.border-none dd,
.page-estate .estate dl.border-none dd,
.page-fukuoka-management .fm-contact dl.border-none dd,
.page-fukuoka-management-test .fm-contact dl.border-none dd {
  padding: 24px 10px 2px;
}
.form-policy-check p {
  text-align: center;
}
.form-policy-check p.check-notice {
  font-size: 14px;
}
.page-contact .contact .submit-area p,
.page-estate .estate .submit-area p,
.page-fukuoka-management .fm-contact .submit-area p,
.page-fukuoka-management-test .fm-contact .submit-area p {
  text-align: center;
}
div.wpcf7 .wpcf7-spinner {
  display: none !important;
}
.form-policy h2.wp-block-heading {
  margin: 25px 0;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #004b83;
  border-left: 1px solid #004b83;
  border-bottom: 1px solid #004b83;
  font-family: "Noto Serif", serif;
  padding: 9px 18px 18px 14px;
}

/* お問い合わせ サンクスページ */
.thanks-page .top-main-contents {
  background-color: #f8f9fa;
}
.thanks-page .top-main-contents .thanks-text {
  text-align: center;
}
.thanks-page .top-main-contents ul li:before {
  display: none;
}

/* お問い合わせ サンクスページ */
.thanks-text {
  margin-bottom: 40px;
}
.thanks-text p {
  text-align: center;
}

/* 空室情報 */
.vacancy-wrap {
  border: 1px solid;
  padding: 10px 24px;
  height: 550px;
  overflow: scroll;
  overflow-x: hidden;
  margin-top: 20px;
}
.vacancy-box {
  border-bottom: 1px dashed;
  padding-bottom: 20px;
}
.vacancy-wrap .vacancy-box:last-child {
  border-bottom: none;
}
.u-contents p.v-title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
  color: #024099;
}
.pdf-wrap {
  display: flex;
  margin-bottom: 40px;
}
.pdf-wrap .pdf-box {
  margin-right: 30px;
}
.pdf-wrap .pdf-desc p:first-child {
  margin-top: 0;
}
a.dl-btn {
  background: #024099;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px 20px 60px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  border-radius: 4px;
  line-height: 1.4;
  font-weight: bold;
}
a.dl-btn:hover {
  opacity: 0.7;
}
a.dl-btn::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/page/icon_pdf.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 16px);
  left: 5%;
}
a.dl-btn.type01 {
  background: #feed00;
  color: #343434;
}
a.dl-btn.type02 {
  background: #f76eb4;
  color: #343434;
}
.aq_logo {
  margin-top: -50px;
}
/*a.dl-btn::before {
  content: "";
  width: 13px;
  height: 14px;
  background: url(../img/common/arrow-w.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 7px);
  right: 5%;
}*/
.u-contents p.tel_big {
  font-size: 2.4rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.u-contents p.tel_big img {
  display: inline;
}
/* 選ばれる4つの理由 */
a.btn-type02 {
  background: #004b83;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  border-radius: 4px;
  line-height: 1.4;
  width: 32.8%;
  height: 34px;
  margin-bottom: 8px;
}
a.btn-type02::before {
  content: "";
  width: 14px;
  height: 13px;
  background: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 7px);
  left: 2%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
a.btn-type02:hover {
  opacity: 0.7;
}
.pagelink-wrap {
  background: #f5f8fc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px 24px 16px 24px;
}
.u-contents h2.reason-h2 {
  font-weight: normal;
  border-left: none;
  position: relative;
  padding: 35px 18px 18px 86px;
  margin-left: 50px;
  border-bottom: 2px solid #004b83;
}
.u-contents h2.reason01::before {
  content: "";
  width: 120px;
  height: 120px;
  background: url(../img/common/reason01.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: -50px;
}
.u-contents h2.reason02::before {
  content: "";
  width: 120px;
  height: 120px;
  background: url(../img/common/reason02.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: -50px;
}
.u-contents h2.reason03::before {
  content: "";
  width: 120px;
  height: 120px;
  background: url(../img/common/reason03.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: -50px;
}
.u-contents h2.reason04::before {
  content: "";
  width: 120px;
  height: 120px;
  background: url(../img/common/reason04.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: -50px;
}
.u-contents h3.reason-subt {
  background: #f5f8fc;
  border-left: none;
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-top: 60px;
  margin-bottom: 40px;
}
.u-contents h3.reason-subt::before {
  content: "";
  width: 24px;
  height: 40px;
  background: none;
  border-left: 2px solid #004b83;
  border-top: 2px solid #004b83;
  position: absolute;
  display: block;
  top: 24px;
  left: 24px;
}
.u-contents h3.reason-subt::after {
  content: "";
  width: 24px;
  height: 40px;
  background: none;
  border-right: 2px solid #004b83;
  border-bottom: 2px solid #004b83;
  position: absolute;
  display: block;
  bottom: 24px;
  right: 24px;
}

/* シャープランのマンション経営 */
.space-around {
  justify-content: space-around;
}
.sub-wrap {
  border-radius: 16px;
  padding: 24px;
}
.sub-wrap > *:first-child {
  margin-top: 0;
}

.cv-mini-wrap {
  background: #f5f8fc;
  border-radius: 16px;
  padding: 60px;
}
.cv-mini-wrap > *:first-child {
  margin-top: 0;
}
.cv-mini-wrap > p.mincho {
  margin-top: 0;
  color: #024099;
  font-size: 2.4rem;
  text-align: center;
}
.cv-mini-wrap .cv-mini-box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont01 {
  width: 510px;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont01 p {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: normal;
  color: #024099;
  position: relative;
  text-align: center;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont01 p:first-child {
  border-bottom: 2px solid #024099;
  padding-bottom: 20px;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont01 p:last-child img {
  margin-top: 40px;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont01 p a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.8rem;
  color: #7d7d7d;
  font-weight: bold;
  line-height: 3;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 210px;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont02 .a.btn.pt2 {
  padding: 40px 152px 40px 130px;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont02 .info01 {
  color: #024099;
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont02 .info02 {
  color: #667180;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 0;
}
.qa-wrap .q-box {
  position: relative;
  padding: 16px 50px;
  background: #004b83;
  color: #fff;
  font-family: "Noto Serif", serif;
  border-radius: 8px;
  cursor: pointer;
}
.qa-wrap .q-box.open {
  border-radius: 8px 8px 0 0;
}
.qa-wrap .q-box::before {
  content: "";
  width: 17px;
  height: 28px;
  background: url(../img/page/icon-q.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 14px);
  left: 18px;
}
.qa-wrap .q-box.open::after {
  content: "";
  width: 16px;
  height: 2px;
  background: url(../img/page/icon-open.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 1px);
  right: 16px;
}
.qa-wrap .q-box::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/page/icon-close.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 8px);
  right: 16px;
}
.qa-wrap .a-box {
  position: relative;
  padding: 24px 50px;
  background: #f5f8fc;
  margin-top: 0;
  border-radius: 0 0 8px 8px;
  display: none;
}
.qa-wrap .a-box::before {
  content: "";
  width: 19px;
  height: 24px;
  background: url(../img/page/icon-a.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 26px;
  left: 18px;
  opacity: 0;
  transition: 0.4s;
}
.qa-wrap .a-box.appear::before {
  opacity: 1;
}
/* マンション買取・売却査定 */
.h3-num {
  font-size: 2.7rem;
  margin-right: 15px;
}
.mt0 {
  margin-top: 0px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.text-center {
  text-align: center;
}
.fs24 {
  font-size: 2.4rem !important;
}
.fs32 {
  font-size: 3.2rem !important;
}
.mw-list-wrap {
  display: flex;
  padding: 0 20px;
  margin: 30px 0;
}
.mw-list-wrap ul {
  width: 50%;
  margin: 0;
}
.mw-list-wrap ul li {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
  color: #024099;
  font-size: 1.8rem;
}
.mw-list-wrap ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #024099;
  border-radius: 8px;
  position: absolute;
  display: block;
  top: calc(50% - 4px);
  left: 0;
}
.mw-cont2 {
  background: #fff;
  border-radius: 8px;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
}
.mw-cont2 > *:first-child {
  margin-top: 0;
}
.mw-cont2 h5::before {
  content: none;
}
.mw-cont2 .h5-chk {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #c30d23;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.8rem;
  line-height: 2.2;
  margin-right: 10px;
}
.flow-step-wrap {
}
.flow-step-wrap .flow-step {
  width: 1000px;
  margin: 0 auto 60px;
  background: #f5f8fc;
  border-radius: 16px;
  display: flex;
  position: relative;
}
.flow-step-wrap .flow-step::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/arrowd-p.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  bottom: -45px;
  left: calc(50% - 13.5px);
}
.flow-step-wrap.last-step .flow-step::before {
  content: none;
}
.flow-step-wrap .flow-step .step-box {
  background: #f5a0ca;
  border-radius: 16px 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 186px;
}
.flow-step-wrap .flow-step .step-box span {
  color: #fff;
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 186px;
}
.flow-step-wrap .flow-step .step-cont {
  width: 914px;
  padding: 30px 40px;
}
.flow-step-wrap .flow-step .step-cont > *:first-child {
  margin-top: 0;
}
.flow-step-wrap .flow-step .step-mini-cont {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  margin-top: 20px;
}
.flow-step-wrap .flow-step .step-mini-cont > *:first-child {
  margin-top: 0;
}
.addr-box div:first-child {
  margin-bottom: 10px;
}
.addr-box div p {
  display: flex;
}
.addr-box div p span:first-child {
  width: 10%;
}
.addr-box div p span:last-child {
  width: 90%;
}
span.unit {
  font-weight: bold;
}

/* 福岡でマンション経営なら */
.page-fukuoka-management ol.breadcrumbs,
.page-fukuoka-management-test ol.breadcrumbs {
  margin: 10px auto 20px;
  padding: 128px 80px 0;
}
.lp-contents a {
  transition: 0.2s;
}
.lp-contents a:hover {
  opacity: 0.7;
}
.lp-contents p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.lp-contents .lp-mv {
  max-width: 1920px;
  display: flex;
  justify-content: center;
  margin: 0 auto 70px;
  overflow: hidden;
}
.lp-contents .lp-mv img {
  width: 1920px;
  max-width: none;
}
.lp-contents .yt-wrap {
  text-align: center;
  position: relative;
}
.lp-contents .yt-wrap::before {
  content: "";
  width: 200px;
  height: 23px;
  background: url(../img/page/lp/lp-arrow-red.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: -50px;
  left: calc(50% - 100px);
}
.lp-contents .lp-sec01 {
  max-width: 1000px;
  margin: 80px auto 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-contents .lp-cv-btn {
  margin: 70px auto 0;
  position: relative;
  width: fit-content;
  display: block;
}
.lp-contents .lp-cv-btn::before {
  content: "";
  width: 204px;
  height: 144px;
  background: url(../img/page/lp/lp-cv-balloon.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: -80px;
  left: 0;
}
.lp-sec02 {
  background: url(../img/page/lp/lp-bg01.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 0;
  max-width: 1920px;
  padding: 30px 0;
}
.lp-sec02 .lp-sec02-cont {
  max-width: 1000px;
  margin: 0 auto 0;
  background: #f5f8fc;
  padding: 40px 100px 50px;
  border-radius: 16px;
  box-shadow: 0px 3px 7px rgba(9, 43, 91, 0.3);
}
.lp-sec02 .lp-sec02-cont h2 {
  font-family: "Noto Serif", serif;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #024099;
  text-align: center;
  font-weight: normal;
  margin-bottom: 25px;
}
.lp-sec02 .lp-sec02-desc {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
.lp-sec02 .lp-sec02-cont p {
  font-family: "Noto Serif", serif;
  line-height: 2;
  letter-spacing: 2px;
  position: relative;
  background-image: linear-gradient(
    180deg,
    rgba(218, 223, 229, 0) 0%,
    rgba(218, 223, 229, 0) 98%,
    #646464 100%
  );
  background-size: 100% 2em;
}
.lp-sec02 .lp-sec02-cont p::before {
  content: "";
  width: 126px;
  height: 59px;
  background: url(../img/page/lp/lp-greetings.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  bottom: -40px;
  right: -40px;
}
.lp-sec02 .lp-sec02-cont p span {
  color: #b70404;
}
.lp-sec03 {
  padding: 90px 0 150px;
}
.lp-sec03 .lp-sec03-cont {
  max-width: 1000px;
  margin: 0 auto 0;
}
.lp-sec03 .lp-sec03-cont h2 {
  margin-bottom: 80px;
}
.lp-sec03 .lp-sec03-cont .lp-sec03-voice-wrap {
  border-radius: 16px;
  border: 4px solid #024099;
  width: 748px;
  position: relative;
  margin: 0 0 100px auto;
  padding: 50px 70px;
}
.lp-sec03 .lp-sec03-cont .lp-sec03-voice-wrap h3 {
  font-family: "Noto Serif", serif;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #024099;
  font-weight: normal;
  margin-bottom: 20px;
}
.lp-sec03 .lp-sec03-cont .lp-sec03-voice-wrap h3 span {
  font-family: "Noto Serif", serif;
  background: #024099;
  color: #fff;
  border-radius: 0 0 8px 8px;
  position: absolute;
  top: -8px;
  right: 32px;
  width: 109px;
  height: 48px;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-sec03 .lp-sec03-cont .lp-sec03-voice-wrap h3 span::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #012b66;
  position: absolute;
  display: block;
  top: 0;
  left: -7px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.lp-sec03 .lp-sec03-cont .lp-sec03-voice-wrap img {
  position: absolute;
  top: -50px;
  left: -270px;
}
.lp-sec03 .lp-sec03-cont .lp-sec03-voice-wrap p {
  line-height: 1.8;
}
.lp-sec03 .lp-sec03-cont .lp-sec03-feature-wrap {
  background: #f5f8fc;
  border-radius: 16px;
  padding: 1px 0 40px;
}
.lp-sec03 .lp-sec03-cont .lp-sec03-feature-wrap h3 {
  font-family: "Noto Serif", serif;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #024099;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: -19px;
}
.lp-sec03 .lp-sec03-cont .lp-sec03-feature-wrap p {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.lp-sec04 {
  background: #f5f8fc;
  padding-bottom: 40px;
  padding-top: 90px;
  position: relative;
}
.lp-sec04 .lp-sec04-cont {
  max-width: 1000px;
  margin: 0 auto 0;
}
.lp-sec04::before {
  content: "";
  width: 256px;
  height: 103px;
  background: url(../img/page/lp/lp-arrow-red2.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: -60px;
  left: calc(50% - 128px);
}
.lp-sec04 h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
.lp-sec04 .lp-sec04-box {
  position: relative;
  margin-bottom: 90px;
}
.lp-sec04 .lp-sec04-box .lp-sec04-side-img {
  position: absolute;
  top: 0;
  left: 0;
}
.lp-sec04 .lp-sec04-box.reversed .lp-sec04-side-img {
  right: 0px;
  left: auto;
}
.lp-sec04 .lp-sec04-box .lp-sec04-box-cont {
  margin-left: 335px;
  padding-right: 80px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.lp-sec04 .lp-sec04-box.reversed .lp-sec04-box-cont {
  margin-left: 0;
  padding-left: 80px;
  padding-right: 0;
  margin-right: 335px;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.lp-sec04 .lp-sec04-box .lp-sec04-box-cont .red-bold {
  font-weight: bold;
  color: #b70404;
  border-bottom: 2px solid;
  padding-bottom: 2px;
  font-size: 2rem;
}
.lp-sec05 {
  padding-bottom: 80px;
  padding-top: 80px;
}
.lp-sec05 .lp-sec05-cont {
  max-width: 1000px;
  margin: 0 auto 0;
}
.lp-sec05 .lp-sec05-cont h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
  position: relative;
}
.lp-sec05 .lp-sec05-cont h2::before {
  content: "";
  width: 256px;
  height: 103px;
  background: url(../img/page/lp/lp-arrow-red2.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 60px;
  left: calc(50% - 128px);
}
.lp-sec05-table-wrap {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
}
.lp-sec05-table-wrap .lp-sec05-table {
  width: 320px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #028db8;
}
.lp-sec05-table-wrap .lp-sec05-table h3 {
  background: #028db8;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-family: "Noto Serif", serif;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 10px 0;
}
.lp-sec05-table-wrap .lp-sec05-table h4 {
  background: #028db8;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-family: "Noto Serif", serif;
  font-size: 1.6rem;
  padding: 5px 0;
  font-weight: normal;
}
.lp-sec05-table-wrap .lp-sec05-table dl {
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
}
.lp-sec05-table-wrap .lp-sec05-table dl.s5t-dl-last {
  border-bottom: none;
}
.lp-sec05-table-wrap .lp-sec05-table dt {
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.lp-sec05-table-wrap .lp-sec05-table dd {
  font-size: 1.6rem;
  font-family: "Noto Serif", serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
}
.lp-sec05-table-wrap .lp-sec05-table .s5t-red {
  color: #b70404;
}
.lp-sec05-table-wrap .lp-sec05-table .s5t-big {
  font-size: 2.4rem;
}
.lp-sec05-table-wrap .lp-sec05-table .s5t-small {
  font-size: 1.4rem;
}
.lp-sec06 {
  background: url(../img/page/lp/lp-bg02.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 0;
  max-width: 1920px;
  padding: 50px 0;
}
.lp-sec06 .lp-sec06-cont {
  max-width: 1000px;
  margin: 0 auto 0;
  background: #f5f8fc;
  padding: 60px 100px 50px;
  border-radius: 16px;
  box-shadow: 0px 3px 7px rgba(9, 43, 91, 0.3);
  position: relative;
}
.lp-sec06 .lp-sec06-cont .lp-sec06-headimg {
  position: absolute;
  left: calc(50% - 476px);
  top: -40px;
}
.lp-sec06 .lp-sec06-cont h2 {
  font-family: "Noto Serif", serif;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #024099;
  text-align: center;
  font-weight: normal;
  margin-bottom: 8px;
}
.lp-sec06 .lp-sec06-cont h2 span {
  font-size: 4rem;
}
.lp-sec06 .lp-sec06-desc {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
.lp-sec06 .lp-sec06-cont p {
  font-family: "Noto Serif", serif;
  line-height: 2;
  letter-spacing: 2px;
  position: relative;
  background-image: linear-gradient(
    180deg,
    rgba(218, 223, 229, 0) 0%,
    rgba(218, 223, 229, 0) 98%,
    #646464 100%
  );
  background-size: 100% 2em;
}
.lp-sec06 .lp-sec06-cont p::before {
  content: "";
  width: 161px;
  height: 73px;
  background: url(../img/page/lp/lp-introduction.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  bottom: -40px;
  right: -40px;
}
.lp-sec06 .lp-sec06-cont p span {
  color: #b70404;
}
.lp-sec06 .lp-sec06-cont p a {
  color: #024099;
  text-decoration: none;
}
.lp-sec07 {
  padding-top: 90px;
  position: relative;
}
.lp-sec07 .lp-sec07-cont {
  max-width: 1000px;
  margin: 0 auto 0;
}
.lp-sec07 .lp-sec07-cont > h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  line-height: 1.6;
  font-size: 1.6rem;
}

/* 取扱実績 */
.mansion-wrap2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.mansion-wrap2 .mansion {
  width: 23%;
  /*border: 3px solid #002060;*/
}

.mansion-wrap2 .mansion img {
  width: 100%;
}

.mansion-wrap2 .mansion p {
  background: #002060;
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding: 5px 0 1px;
  font-size: 1.9rem;
}

.mansion-wrap2 .mansion p span {
  font-size: 1.6rem;
}

.post-password-form input[type="password"] {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 2px 5px;
}

.post-password-form input[type="submit"] {
  line-height: 1.6;
  font-size: 1.8rem;
  padding: 4px 17px;
  background: #004b83;
  color: #fff;
  border: none;
  transition: 0.2s;
  border-radius: 10px;
}

.post-password-form input[type="submit"]:hover {
  opacity: 0.7;
}
