@charset "UTF-8";
html,
body {
  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;
}

.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,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

.pc {
  display: none !important;
}

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

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

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

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

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

/*ハンバーガー */
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  /*ボタン内側の基点となるためrelativeを指定*/
  min-width: 56px;
  height: 56px;
  cursor: pointer;
  background: #f5f8fc;
  z-index: 99999;
  position: relative;
  transition: 0.3s;
  border: none;
}

.sp-tel {
  position: relative;
  /*z-index: 99999;*/
  min-width: 56px;
  height: 56px;
  background-color: #024099;
  line-height: 1;
  transition: 0.3s;
}
.sp-tel a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.sp-tel span {
  position: absolute;
  bottom: 9px;
  left: 20px;
  font-size: 11px;
  font-size: 1.1rem;
}

.sp-mail {
  position: relative;
  /*z-index: 99999;*/
  min-width: 56px;
  height: 56px;
  background-color: #222222;
  line-height: 1;
  transition: 0.3s;
}
.sp-mail a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.sp-mail span {
  position: absolute;
  bottom: 9px;
  left: 20px;
  font-size: 11px;
  font-size: 1.1rem;
}

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

header .hide {
  opacity: 0;
  pointer-events: none;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 16px;
  height: 2px;
  background-color: #024099;
}

.openbtn span:nth-of-type(1) {
  top: 20px;
  width: 50%;
}

.openbtn span:nth-of-type(2) {
  top: 28px;
  width: 50%;
}

.openbtn span:nth-of-type(3) {
  top: 36px;
  width: 50%;
}
.openbtn.active span:nth-of-type(3) {
  opacity: 0;
}

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

.openbtn.active span:nth-of-type(2) {
  top: 32px;
  left: 19px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
}

.openbtn p {
  padding-top: 32px;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
}

.mm-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fbfbfb;
  z-index: 9000;
  right: -200%;
  transition: 0.8s;
  opacity: 0.2;
  overflow-y: scroll;
  padding: 90px 0 40px;
  top: 0;
}
.mm-menu.active {
  right: 0;
  opacity: 1;
}

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

/* sp-nav */
.ftr-link {
  margin-left: 10vw;
}
.ftr-link div.first {
  margin-bottom: 20px;
}
.ftr-link div.first ul {
  padding-left: 4%;
}
.ftr-link div.first ul li {
  margin-bottom: 16px;
  margin-left: 0;
  list-style-type: none;
}
.ftr-link div.first ul li::before {
  content: "●";
  font-size: 8px;
  color: #d3cbc6;
  line-height: 1.3;
  margin-right: 5px;
}
.ftr-link div.first ul li a {
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
}
.ftr-link div.first ul li a:hover {
  color: #7d7d7d;
}
.ftr-link div.second {
  margin-bottom: 20px;
}
.ftr-link div.second ul {
  padding-left: 4%;
}
.ftr-link div.second ul li {
  margin-bottom: 16px;
  margin-left: 0;
  list-style-type: none;
}
.ftr-link div.second ul li::before {
  content: "●";
  font-size: 8px;
  color: #f73c31;
  line-height: 1.3;
  margin-right: 5px;
}
.ftr-link div.second ul li a {
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
}
.ftr-link div.second ul li a:hover {
  color: #7d7d7d;
}
.ftr-link .bnr {
  margin: 24px 0;
  width: 90%;
  background-color: #666;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 21vw;
  display: flex;
  align-items: center;
  border-radius: 12px;
  font-size: 15px;
  font-size: 1.5rem;
}
.ftr-link .bnr a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
}
.ftr-link .bnr a::before {
  content: "●";
  font-size: 8px;
  color: #d3cbc6;
  line-height: 1.3;
  margin-right: 5px;
}

.sidemenu-link nav {
  margin: 0 8% 22px;
}
.sidemenu-link nav ul li {
  list-style: none;
}
.sidemenu-link nav ul li a {
  position: relative;
  padding: 14px 5px;
  border-bottom: 2px solid #024099;
  width: 100%;
  display: block;
  font-weight: bold;
}
.sidemenu-link nav ul li a::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../../img/common/arrow.png);
  position: absolute;
  display: block;
  top: calc(50% - 6.25px);
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.sidemenu-link nav ul li a.sub-menu-top {
  border-bottom: 1px solid #667180;
}
.sidemenu-link nav ul li a.sub-menu {
  color: #667180;
  border-bottom: 1px solid #667180;
}
.sidemenu-link nav ul li a.sub-menu-last {
  color: #667180;
}
.sidemenu-link nav ul li a.sub-menu::before,
.sidemenu-link nav ul li a.sub-menu-last::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../../img/common/arrow-bg.png);
  position: absolute;
  display: block;
  top: calc(50% - 6.25px);
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.sp-ftr-data {
  margin: 0 8% 0;
  padding-bottom: 70px;
}
.sp-ftr-data .c-name {
  font-size: 2.1rem;
  color: #024099;
}
.sp-ftr-data .c-addr {
  font-size: 1.2rem;
  color: #024099;
  margin-bottom: 10px;
}
.sp-ftr-data .bnr-cont {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.ftr-data {
  width: 100%;
  margin: 40px auto;
  border-top: 1px solid #d3cbc6;
  padding: 30px 5%;
}
.ftr-data .ftr-logo {
  width: 70%;
  margin: 0 auto;
}
.ftr-data .addr {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.ftr-data .tel {
  text-align: center;
  color: #7d7d7d;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 28px;
}
.ftr-data .tel img {
  display: inline-block;
  vertical-align: middle;
}
.ftr-data .outlink {
  margin-top: 45px;
}
.ftr-data .outlink p {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 25px;
}
.ftr-data .outlink p img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

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

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

#wrapper {
  background: #fff;
}

.header {
  position: fixed;
  width: 100%;
  height: 56px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(255, 255, 255);
  z-index: 100;
  transition: 0.3s;
}
.header .header-logo {
  width: calc(217 * 100vw / 414 * 0.9);
  margin-left: 8px;
  max-width: 260px;
}
.header .header-logo a {
  display: flex;
  gap: 5%;
}
.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 .header-logo img {
  height: auto;
}
@media screen and (max-width: 1300px) {
  .header h1 {
    margin-left: 20px;
  }
}
.header .spmenu-wrap {
  display: flex;
}
.header.hide {
  background-color: #fff;
}

@media screen and (max-width: 374px) {
  .header h1 img {
    width: 30%;
  }
  .top-section h2 {
    font-size: 3vw;
  }
}
.main-image {
  width: 100%;
  padding-top: 56px;
  display: flex;
  justify-content: center;
  min-height: 400px;
  height: 107vw;
}
.main-image .mv-box {
  width: 100vw;
  position: relative;
}
.main-image .mv-box .mov {
  width: 91.0628019324vw;
  height: 37vh;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 32px 0 0 0;
  overflow: hidden;
}
.main-image .mv-box .mov video {
  width: 100vw;
  height: auto;
}
.main-image .msg-2 {
  position: absolute;
  left: 15vw;
  z-index: 1;
  top: 6vw;
  width: 50%;
}
.main-image .msg-2 p {
  font-size: 6vw;
  color: #fff;
}
.main-image .msg-2 p:nth-of-type(2) {
  text-align: right;
}
.main-image .logo25 {
  position: absolute;
  z-index: 2;
  width: calc(87 * 100vw / 414);
  height: auto;
  right: 2vw;
  top: 1vw;
}
.main-image .mv-msg {
  width: 82.8599033816vw;
  height: calc(187 * 100vw / 414);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  background: #fff;
  padding-left: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
}
.main-image .mv-msg::before {
  content: "";
  width: 30px;
  height: 100%;
  background: url(../img/top/mv-bar-sp.png);
  background-size: cover;
  background-repeat: repeat-y;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.main-image .mv-msg .msg-main {
  font-size: 6.5vw;
  letter-spacing: 2.5px;
  padding-left: 3.2vw;
  line-height: 1.6;
}
.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: 3.5vw;
  padding-left: 3.2vw;
  font-weight: bold;
}
.main-image img {
  width: 100%;
  height: auto;
}

.top-section .inner {
  width: 90%;
  margin: 0 auto;
  padding: 8% 4%;
}
.top-section h2 {
  font-size: 30px;
  font-size: 3rem;
  color: #452309;
  position: relative;
  z-index: 10;
  letter-spacing: 0.2em;
  line-height: 2;
}
.top-section .h3-wrap h3 {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  border-bottom: 4px solid #452309;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding-bottom: 10px;
  line-height: 2;
}
.top-section .h3-wrap span {
  color: #a0a0a0;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 16px;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 374px) {
  .top-section h2 {
    font-size: 9vw;
    line-height: 1.5;
  }
  .top-section h3 {
    font-size: 8vw;
    line-height: 1.5;
  }
  .top-section h4 {
    font-size: 7vw;
    line-height: 1.5;
  }
}
a.btn {
  background: #004b83;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 20px 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;
  width: 100%;
  text-align: center;
  justify-content: center;
}
a.btn.pt2 {
  font-size: 4.3vw;
}
a.btn.bg-black {
  background: #222222;
}
a.btn.bg-black::after {
  content: "";
  width: 24px;
  height: 19px;
  background: url(../img/common/icon-mail2.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 9.5px);
  left: 7%;
}
a.btn.bg-lightblue {
  font-weight: bold;
  color: #222222;
  background: #74c3ff;
}
a.btn.bg-lightblue::after {
  content: "";
  width: 21px;
  height: 26px;
  background: url(../img/common/icon-mansion.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 13px);
  left: 7%;
}
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% - 7px);
  right: 5%;
}
a.btn.arrow-bw::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% - 7px);
  right: 5%;
}
a.btn.arrow-bb::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;
  top: calc(50% - 7px);
  right: 5%;
}
a.btn:hover {
  opacity: 0.7;
}

/* CV */
.cv {
  margin-top: 120px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  background: url(../img/common/bg-cv-sp.png);
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
}
.cv .cv-wrap {
  display: flex;
  justify-content: center;
  padding: 0 3%;
  margin-top: -80px;
}
.cv .cv-wrap .cv-box {
  background: #f5f8fc;
  border-radius: 16px;
  padding: 24px 5% 0;
  background: linear-gradient(
    180deg,
    rgba(255, 251, 152, 0.9),
    rgba(255, 148, 70, 0.9)
  );
}
.cv .cv-wrap .cv-box .cv-cont01 div {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: normal;
  color: #024099;
  position: relative;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cv .cv-wrap .cv-box .cv-cont01 div.mincho span {
  display: flex;
  align-items: center;
  gap: 3vw;
}
.cv .cv-wrap .cv-box .cv-cont01 div.mincho .cv-25th {
  height: fit-content;
  width: 22%;
}
.cv .cv-wrap .cv-box .cv-cont01 div.mincho img.sp-logo {
  margin-top: 32px;
}
.cv .cv-wrap .cv-box .cv-cont01 div.mincho a {
  margin-top: 40px;
}
.cv .cv-wrap .cv-box .cv-cont01 div.ftr-cv-tel {
  padding-bottom: 0;
}
.cv .cv-wrap .cv-box .cv-cont01 div.ftr-cv-tel p {
  font-size: 1.4rem;
  color: #7d7d7d;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cv .cv-wrap .cv-box .cv-cont01 div.ftr-cv-tel a {
  margin-top: 0;
}
.cv .cv-wrap .cv-box .cv-cont01 div.ftr-cv-tel .cv-tel-img {
  margin: 20px 0 5px;
}
/*.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: 24px;
  margin-bottom: 24px;
}
.cv .cv-wrap .cv-box .cv-cont02 .link-wrap {
  display: flex;
  flex-direction: column;
  margin: 0 0 24px;
}
.cv .cv-wrap .cv-box .cv-cont02 .link-wrap a:first-child {
  margin-bottom: 16px;
}
.cv .cv-wrap .cv-box .cv-cont02 .info01 {
  color: #024099;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
.cv .cv-wrap .cv-box .cv-cont02 .info02 {
  color: #667180;
  font-size: 1.2rem;
  text-align: center;
}

/*固定ページ*/
.title-area {
  padding-top: 56px;
}
.title-area .title-wrap {
  margin-top: 20px;
  background: linear-gradient(90deg, #004b83 49%, #fff 50%);
  margin-right: 3%;
  position: relative;
}
.title-area .title-wrap .title-cont::before {
  content: "";
  width: 7%;
  height: 100%;
  background: url(../img/common/h1-bg01sp.png) center center;
  background-size: contain;
  background-repeat: repeat-y;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.title-area .title-wrap .title-cont::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/h1-bg02bsp.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 3%;
  width: 100%;
  margin: 0 auto;
  border-radius: 0 16px 16px 0;
  height: 156px;
  display: flex;
  align-items: center;
  position: relative;
}
.title-area .title-wrap .title-cont h1 {
  font-size: 2.4rem;
  line-height: 1.8;
  color: #fff;
  padding: 0 5%;
  position: relative;
  z-index: 1;
}
.title-area.single-t .title-wrap {
  background: linear-gradient(90deg, #f5f8fc 49%, #fff 50%);
}
.title-area.single-t .title-wrap .title-cont {
  background: #f5f8fc;
}
.title-area.single-t .title-wrap .title-cont h1 {
  color: #004b83;
}
.single .title-area .title-wrap .title-cont::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/h1-bg02sp.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
.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: 92%;
  margin: 0 auto;
  padding-bottom: 0px;
}
.page-contact .u-contents {
  padding-bottom: 0;
}

.u-contents h2 {
  margin-top: 40px;
  font-size: 2.1rem;
  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: 40px;
  font-size: 2.4rem;
  padding: 9px 14px;
  border-left: 4px solid #004b83;
  color: #004b83;
  font-weight: normal;
  font-family: "Noto Serif", serif;
  line-height: 1.5;
}
.u-contents h4 {
  margin-top: 40px;
  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: 40px;
  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: #bf7939;
  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: #bf7939;
  padding-left: 3px;
  margin-right: 5px;
  font-weight: bold;
}
.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: 16px;
  font-size: 1.6rem;
  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 #004b83;
}
.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 #004b83;
  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: 20px;
  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,
.sp-company-menu a,
.sp-results-menu 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;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.u-contents .wp-block-buttons a.wp-block-button__link::before,
.for-list a::before,
.sp-company-menu a::before,
.sp-results-menu 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,
.sp-company-menu a:hover,
.sp-results-menu 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: 92%;
  margin: 0 auto;
  padding: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
}
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 a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bf7939;
}
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: 40px;
  text-align: left;
  padding: 40px 2.5% 0;
}
.single-main h1 {
  margin: 0 auto;
  font-size: 32px;
  font-size: 3.2rem;
  border-bottom: 5px solid #000;
  text-align: left;
  line-height: 1.8;
  display: inline;
}

.cat-area {
  width: 95%;
  margin: 24px auto 0;
}
.cat-area p.date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.cat-area .cat {
  display: flex;
  align-items: center;
  margin-top: 26px;
}
.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 .footer-wrap .ftr-cont02 {
  padding: 24px 3% 96px;
}
.page-contact footer .footer-wrap .ftr-cont02 {
  padding: 24px 3%;
}
footer .footer-wrap .ftr-cont02 p {
  font-size: 1.2rem;
  color: #667180;
}

/* スマホの送信ボタンのデフォを解除するcss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="buttom"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ページネーション */
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;
  line-height: 1;
}
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;
}
main .wp-pagenavi span.extend,
main .wp-pagenavi a.extend {
  display: none;
}
main .wp-pagenavi span.pages,
main .wp-pagenavi span.first,
main .wp-pagenavi span.last,
main .wp-pagenavi a.pages,
main .wp-pagenavi a.first,
main .wp-pagenavi a.last {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 15px 10px;
}

.next-prev {
  margin: 40px auto 40px;
}
.next-prev .prev {
  float: left;
  max-width: 44%;
}
.next-prev .prev a {
  display: inline-block;
  padding: 2% 2% 1.5% 2em;
  border-radius: 10px;
  text-indent: -0.8em;
  color: #111111;
  font-size: 15px;
}
.next-prev .next {
  float: right;
  max-width: 44%;
}
.next-prev .next a {
  display: inline-block;
  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;
}
.next-prev::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}

.ftr-fix {
  width: 100%;
  position: sticky;
  bottom: -200px;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
}
.ftr-fix a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  width: 50%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.ftr-fix a.bg-black {
  background: #222222;
}
.ftr-fix a.bg-lightblue {
  color: #222222;
  background: #74c3ff;
}
.ftr-fix a img {
  width: 15px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.u-contents ul {
  margin: 24px 0;
}
.u-contents ul li {
  list-style-type: none;
}
.u-contents ul li:before {
  content: "・";
  color: #004b83;
  margin-right: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

.u-contents ol {
  list-style-type: none;
  counter-reset: count 0;
  margin: 24px 0;
}
.u-contents ol li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  color: #004b83;
  padding-left: 5px;
  font-weight: normal;
}

/* 下層パンクず */
ol.breadcrumbs {
  padding: 10px 0;
  /* margin-bottom: 60px; */
  display: flex;
  line-height: 24px;
}
ol.breadcrumbs.single-b {
  margin-bottom: 38px;
}
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 2px;
}
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;
} /*# sourceMappingURL=sp-style.css.map */

/* 404 */
.not-found-text {
  margin-bottom: 40px;
}
/* お知らせ */
.single-t.title-area .title-wrap .title-cont {
  min-height: 156px;
  height: auto;
}

/* privacy-policy */
.privacy-policy .u-contents ul li a {
  text-decoration: underline;
}

/* 売買実績 */
.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;
}
.sp-results-menu {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sp-results-menu a:first-child {
  margin-right: 3%;
}
.sp-results-menu a {
  width: 47%;
  margin-bottom: 20px;
}

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

/* 空室情報 */
.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: 1.8rem;
  font-weight: bold;
  margin-top: 0;
  color: #024099;
}
.pdf-wrap {
  margin-bottom: 40px;
}
.pdf-wrap .pdf-desc a {
  text-decoration: underline;
}
a.dl-btn {
  background: #024099;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 20px 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;
  width: 100%;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}
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;
}
/*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%;
}*/

/* 会社概要 */
.sp-company-menu {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sp-company-menu a {
  width: 47%;
  margin-bottom: 20px;
}
.u-contents p.tel_big {
  font-size: 2rem;
  margin-bottom: 20px;
  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;
  height: 46px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  border-radius: 4px;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-bottom: 8px;
}
a.btn-type02::before {
  content: "";
  width: 13px;
  height: 14px;
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 7px);
  left: 5%;
  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: 16px 16px 8px 16px;
}
.pagelink-wrap a {
  font-size: 1.4rem;
}
.u-contents h2.reason-h2 {
  font-weight: normal;
  border-left: none;
  position: relative;
  padding: 10px 18px 7px 41px;
  margin-left: 30px;
  border-bottom: 4px solid #004b83;
}
.u-contents h2.reason01::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/common/reason01.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: -30px;
}
.u-contents h2.reason02::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/common/reason02.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: -30px;
}
.u-contents h2.reason03::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/common/reason03.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: -30px;
}
.u-contents h2.reason04::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/common/reason04.png) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: -30px;
}
.u-contents h3.reason-subt {
  background: #f5f8fc;
  border-left: none;
  position: relative;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
}
.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: 7vw;
}
.cv-mini-wrap > *:first-child {
  margin-top: 0;
}
.cv-mini-wrap > p.mincho {
  margin-top: 0;
  color: #024099;
  padding: 0 5%;
}
.cv-mini-wrap .cv-mini-box2 {
  margin-top: 20px;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont01 p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: normal;
  color: #024099;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont01 p:first-child img {
  width: 80%;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont01 p a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.3rem;
  color: #7d7d7d;
  font-weight: bold;
  line-height: 3;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont01 p a img {
  width: 100%;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont02 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont02 .link-wrap {
  display: flex;
  flex-direction: column;
  margin: 0 0 24px;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont02 .link-wrap a:first-child {
  margin-bottom: 16px;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont02 .info01 {
  color: #024099;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-top: 8px;
}
.cv-mini-wrap .cv-mini-box2 .cv-cont02 .info02 {
  color: #667180;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 8px;
}
.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: 18px;
  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;
}
/* マンション買取・売却査定 */
.sp-reverse {
  flex-direction: column-reverse;
}
.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 {
  margin: 20px 0;
}
.mw-list-wrap ul {
  width: 100%;
  margin: 0;
}
.mw-list-wrap ul li {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
  color: #024099;
  font-size: 1.6rem;
}
.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: 7px 10px;
  font-size: 1.8rem;
  line-height: 2.2;
}
.flow-step-wrap {
}
.flow-step-wrap .flow-step {
  width: 100%;
  margin: 0 auto 50px;
  background: #f5f8fc;
  border-radius: 16px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.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: -40px;
  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 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 100%;
  padding: 8px 0;
}
.flow-step-wrap .flow-step .step-box span {
  color: #fff;
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-step-wrap .flow-step .step-cont {
  padding: 20px 5% 30px;
}
.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: 20px 5%;
  margin-top: 20px;
}
.flow-step-wrap .flow-step .step-mini-cont > *:first-child {
  margin-top: 0;
}
.addr-box div:first-child {
  margin-bottom: 10px;
}
span.unit {
  font-weight: bold;
}

/* 福岡でマンション経営なら */
.page-fukuoka-management ol.breadcrumbs {
  margin: 10px auto;
  padding: 60px 0 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 {
  display: flex;
  justify-content: center;
  margin: 0 auto 70px;
  overflow: hidden;
}
.lp-contents .yt-wrap {
  text-align: center;
  position: relative;
}
.lp-contents .yt-wrap iframe {
  height: 48vw;
}
.lp-contents .yt-wrap::before {
  content: "";
  width: 100px;
  height: 11.5px;
  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% - 50px);
}
.lp-contents .lp-cv-btn {
  margin: 20px auto 0;
  width: fit-content;
  display: block;
}

.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;
}
.page-fukuoka-management .fm-contact {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

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

.mansion-wrap2 .mansion {
  width: 100%;
  /*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;
}

/* 相続税 */
#cont1 #cont1Inner,
#cont3 #cont3Inner {
  width: 90%;
  height: auto;
}
#cont1 #cont1Inner .txt,
#cont1 #cont1Inner .img {
  position: relative;
  top: auto;
}
#cont1 {
  padding-top: 55px;
}
#cont3 {
  background-size: 1.9vw;
}
#cont3 #cont3Inner h3 {
  width: 100%;
  padding-bottom: 20px;
}
#cont4 {
  width: 100%;
  padding-top: 35px;
}
#cont4 .box1 {
  background-size: 50vw;
  height: 66vw;
}
#cont4 .box1 .text3 {
  width: 24vw;
}
#cont6 #cont6Inner {
  width: 100%;
}
#cont7 #cont7Inner {
  width: 100%;
  background-size: 100%;
  height: auto;
}
#form {
  width: 100%;
  padding-top: 30px;
}
#form .page-contact .contact dl dd input[type="radio"] {
  width: auto;
}
#form .page-contact .form-policy {
  width: 90%;
  margin: 0 auto;
}

#form #formInner h2 {
  padding-left: 13px;
}
#cont4 .box1 .text1 {
  position: absolute;
  top: 35px;
  left: 96px;
  width: 47vw;
}
#cont4 .box1 .text2 {
  width: 50vw;
  top: 78px;
  left: 182px;
}
#cont4 .box1 .text2 p {
  font-size: 12px;
}
#cont4 .box2 {
  height: auto;
}
#cont4 .box2 .image {
  width: 40vw;
  top: 4px;
}
#cont4 .box2 .text1 {
  margin: 28px 3%;
}
#cont4 .box2 .text1 img:nth-of-type(1),
#cont4 .box2 .text1 img:nth-of-type(2) {
  width: 50vw;
}
#cont4 .box2 .text1 img:nth-of-type(3) {
  width: 90vw;
}
#cont4 .box2 .text1 p {
  font-size: 15px;
}
#cont4 .box2 .text2 {
  width: 20vw;
  top: 90px;
  right: 3vw;
}
#cont4 .box3 {
  height: auto;
}
#cont4 .box3 .image {
  width: 40vw;
  top: 6px;
}
#cont4 .box3 .text1 {
  margin: 25px 3%;
}
#cont4 .box3 .text1 p span {
  font-size: 13px;
}
#cont4 .box3 .text1 p:nth-of-type(1) {
  width: 50vw;
}
#cont4 .box3 .text1 p:nth-of-type(2) {
  margin-bottom: 9vw;
}
#cont4 .box3 .text1 p:nth-of-type(3) {
  font-size: 15px;
}
#cont4 .box3 .text2 {
  width: 20vw;
  right: 24vw;
  left: auto;
  top: 15vw;
}
#cont4 .banner {
  width: 90%;
  margin: 20px auto;
}
#cont6 {
  height: auto;
}
#cont6 #cont6Inner h3 {
  margin-left: 0;
  margin-bottom: -32px;
  z-index: 1;
  position: relative;
}
#cont6 #cont6Inner ul {
  display: flex;
  flex-wrap: wrap;
  width: 97%;
  margin: auto;
  align-items: flex-end;
}
#cont6 #cont6Inner ul .bukken1,
#cont6 #cont6Inner ul .bukken2,
#cont6 #cont6Inner ul .bukken3,
#cont6 #cont6Inner ul .bukken4,
#cont6 #cont6Inner ul .bukken5 {
  position: relative;
  top: auto;
  left: auto;
  width: 33%;
  height: auto;
}
#cont6 #cont6Inner ul .bukken4,
#cont6 #cont6Inner ul .bukken5 {
  width: 50%;
}
#cont7 {
  margin-bottom: 0;
}
#cont7 #cont7Inner h3 {
  font-size: 13px;
  width: auto;
  padding: 4vw 0 0 5vw;
}
#cont7 #cont7Inner .text {
  width: auto;
  height: auto;
  font-size: 6px;
  padding-top: 0;
}
#cont7 #cont7Inner dl {
  margin: 0 0 0 11vw;
}
#cont7 #cont7Inner dd li {
  width: 100%;
  font-size: 10px;
  line-height: 16px;
}

.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;
  border-radius: 10px;
}
