@charset "UTF-8";
/* -----------------------------------------

css

------------------------------------------*/
@font-face {
  font-family: 'notosansjp';
  src: url(./assets/fonts/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'notosansjpBold';
  src: url(./assets/fonts/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'notosansjpblack';
  src: url(./assets/fonts/NotoSansJP-Black.otf) format("opentype");
}

.clearfix {
  display: block;
}

.clearfix::before {
  content: "";
  display: block;
  clear: both;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 100%;
  line-height: 2rem;
}

/* $spTtl: 10vw;
$nonBtn: 0.1;
$nonBtnSp: 0.3;
$hover: 0.5;
$transition: 0.3s; */
/* color */
/* subPage */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.spL {
  display: none;
}

@media screen and (max-width: 780px) {
  .spL {
    display: block !important;
  }
}

a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

figure {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-family: 'notosansjp';
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2rem;
}

body.ovf {
  position: relative;
  height: 100vh;
  overflow-y: hidden;
}

body.ovf::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  height: 100vh;
  width: 100vw;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10001;
}

body.subOvf {
  position: relative;
  height: 100vh;
  overflow-y: hidden;
}

body.subOvf::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10001;
}

body.ovfBgNone {
  position: relative;
  height: 100vh;
  overflow-y: hidden;
}

body.fixed {
  overflow: hidden;
}

body.fixed .menu-trigger {
  z-index: 100 !important;
}

/* スライド ナビ*/
#fixed-header {
  position: fixed;
  top: -70px;
  padding: 0 40px;
  width: 100%;
  height: 70px;
  font-size: 2em;
  text-align: center;
  background: #16305C;
  box-sizing: border-box;
  transition: .5s;
  z-index: 10000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#fixed-header.is-show {
  top: 0;
}

#fixed-header p {
  width: 180px;
}

#fixed-header p img {
  width: 100%;
  height: auto;
}

#fixed-header ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 14px;
}

#fixed-header ul li a {
  color: #fff;
  transition: .3s;
}

#fixed-header ul li a:hover {
  color: #EA7768;
}

@media screen and (max-width: 1020px) {
  #fixed-header {
    padding: 0 24px;
    flex-direction: column;
    justify-content: center;
  }
  #fixed-header p {
    display: none;
  }
  #fixed-header ul {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  #fixed-header {
    display: none;
  }
}

header {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 0 7rem;
  padding: 1.5rem 0 1rem;
  z-index: 100;
  align-items: center;
  /*ナビのスタイル*/
  /*ボタンのスタイル*/
}

@media screen and (max-width: 1024px) {
  header {
    padding: 1.5rem 0 1rem;
  }
}

@media screen and (max-width: 768px) {
  header {
    margin: 0;
    padding: 1.5rem 0 1rem;
  }
}

@media screen and (max-width: 1180px) {
  header h1 img {
    height: 1.5rem;
    width: auto;
  }
}

header nav {
  position: relative;
  margin: -0.2rem 0 0;
  padding: 0 1rem;
  background: #fff;
  border-radius: 10rem;
  z-index: 100;
}

@media screen and (max-width: 780px) {
  header nav {
    display: none;
    background: #fff;
  }
}

header nav .logo {
  display: none;
}

@media screen and (max-width: 780px) {
  header nav .logo {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #A9D6FF;
    padding: 1.5rem 1rem 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  header nav .logo img {
    height: 2rem;
    width: auto;
  }
}

@media screen and (max-width: 780px) and (max-width: 780px) {
  header nav .logo img {
    height: 1.5rem;
  }
}

header nav ul {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  width: 780px;
  z-index: 100;
}

@media screen and (max-width: 780px) {
  header nav ul {
    position: fixed;
    top: 5rem;
    left: 0;
    display: block;
    padding: 0;
    width: 100%;
    height: calc(100vh - 5rem);
    background: #fff;
  }
}

header nav ul li {
  display: inline-block;
}

@media screen and (max-width: 780px) {
  header nav ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #A9D6FF;
  }
}

header nav ul li a {
  position: relative;
  display: inline-block;
  color: #5794C1;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.2rem;
  transition: 0.3s;
}

header nav ul li a:hover {
  color: #16305C;
}

header nav ul li a::before {
  content: '';
  display: block;
  transition: 0.3s;
}

@media screen and (min-width: 1000px) {
  header nav ul li a:hover::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.8rem;
    left: calc(50% - 3.5px);
    width: 7px;
    height: 7px;
    background: #FEB966;
    border-radius: 10rem;
  }
}

@media screen and (max-width: 780px) {
  header nav ul li a {
    position: relative;
    display: block;
    padding: 1rem 2rem;
    width: 100%;
  }
  header nav ul li a::before {
    content: '';
    position: absolute;
    top: calc(50% - 7.5px);
    right: 1rem;
    width: 15px;
    height: 15px;
    background: url(assets/img/icon_26.png) no-repeat;
    background-size: contain;
  }
}

header nav.NavMenu {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background: #399DE6;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}

header nav.NavMenu ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

header nav.NavMenu ul li {
  font-size: 24px;
  list-style-type: none;
  width: 100%;
  padding-bottom: 0px;
}

header nav.NavMenu ul li:last-child {
  padding-bottom: 0;
}

header nav.NavMenu ul li a {
  display: block;
  color: #fff;
  padding: 15px 0;
  font-weight: bold;
  font-size: 18px;
}

header .toggleBtn {
  display: none !important;
  position: fixed;
  right: 2rem;
  top: 0.7rem;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 110;
  display: block;
}

@media screen and (max-width: 780px) {
  header .toggleBtn {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  header .toggleBtn {
    right: 1rem;
  }
}

header .toggleBtn span {
  display: block;
  position: absolute;
  width: 35px;
  border-bottom: solid 4px #fff;
  transition: .35s ease-in-out;
  left: 6px;
}

header .toggleBtn span:nth-child(1) {
  top: 9px;
}

header .toggleBtn span:nth-child(2) {
  top: 20px;
}

header .toggleBtn span:nth-child(3) {
  top: 31px;
}

header .toggleBtn.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  transform: rotate(-45deg);
  border-bottom: solid 3px #fff;
}

header .toggleBtn.active span:nth-child(2),
header .toggleBtn.active span:nth-child(3) {
  top: 18px;
  transform: rotate(45deg);
  border-bottom: solid 3px #fff;
}

header .dNone {
  display: none !important;
}

section {
  background: #F4EDEA;
}

section.key {
  overflow: hidden;
  position: relative;
  background: #A9D6FF;
  z-index: 10000;
}

section.key .inner {
  position: relative;
  margin: 0 auto;
  padding: 0 2rem 30vw;
  max-width: calc(1400px + 4rem);
  color: #16305C;
}

@media screen and (max-width: 768px) {
  section.key {
    overflow: visible;
  }
  section.key .inner {
    padding: 0 1rem 30vw;
  }
}

section.key .inner h2 {
  position: relative;
  margin: 0 0 1rem;
  padding: 0 2rem;
  font-size: 60px;
  line-height: 4rem;
  text-align: center;
  z-index: 2;
  font-family: notosansjpBold;
}

@media screen and (max-width: 1280px) {
  section.key .inner h2 {
    padding: 0 2rem 0;
  }
}

@media screen and (max-width: 768px) {
  section.key .inner h2 {
    margin: 0;
    padding: 0;
    font-size: 8vw;
    line-height: 9.5vw;
  }
}

section.key .inner h2 span {
  font-size: 3.4rem;
  line-height: 4rem;
}

@media screen and (max-width: 768px) {
  section.key .inner h2 span {
    font-size: 7vw;
    line-height: 9.5vw;
  }
}

section.key .inner .subKeyTxt {
  position: relative;
  padding: 0 2rem;
  font-size: 1.9rem;
  line-height: 3rem;
  text-align: center;
  z-index: 2;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  section.key .inner .subKeyTxt {
    padding: 0 1rem 1rem;
    font-size: 4vw;
    line-height: 6vw;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
  }
}

section.key .inner .subKeyTxt.sn {
  filter: none;
}

section.key .inner .bgImg {
  position: relative;
}

section.key .ani1 {
  opacity: 0;
  transition: 1.5s;
}

section.key .ani1.keyDelay1 {
  opacity: 1;
}

section.key .ani2 {
  opacity: 0;
  transition: 2s;
}

section.key .ani2.keyDelay1 {
  opacity: 1;
}

section.key .ani3 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 1.5s;
}

section.key .ani3.keyDelay1 {
  opacity: 1;
}

section.key .ani4 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 1.5s;
  z-index: 3;
}

section.key .ani4.keyDelay1 {
  opacity: 1;
}

section.key .ani5 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 1.5s;
}

section.key .ani5.keyDelay1 {
  opacity: 1;
}

section.key .keyDelay1 {
  width: 100%;
}

section.key .keyDelay1 img {
  vertical-align: top;
  max-width: inherit;
  width: 100%;
}

section.key .loop,
section.key .loop2 {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

section.key .loop img,
section.key .loop2 img {
  width: auto;
  height: auto;
  padding: 0 0 0 20vw;
}

section.key .loop img:first-child {
  animation: loop 100s linear infinite;
}

section.key .loop img:last-child {
  animation: loop2 100s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

section.key .loop2 img {
  width: auto;
  height: 100%;
  padding: 0 0 0 100vw;
}

section.key .loop2 img:first-child {
  animation: loop 90s linear infinite;
}

section.key .loop2 img:last-child {
  animation: loop2 90s linear infinite;
}

section.key .cloud1 {
  position: absolute;
  top: 7vh;
  left: 1vw;
}

section.key .cloud1 img {
  height: 50px;
}

@media screen and (max-width: 768px) {
  section.key .cloud1 img {
    height: 25px;
  }
}

section.key .cloud2 {
  position: absolute;
  top: 25vh;
  left: 60vw;
}

section.key .cloud2 img {
  height: 30px;
}

@media screen and (max-width: 768px) {
  section.key .cloud2 img {
    height: 15px;
  }
}

section.key .cloud3 {
  position: absolute;
  top: 35vh;
  left: -80vw;
}

section.key .cloud3 img {
  height: 20px;
}

@media screen and (max-width: 768px) {
  section.key .cloud3 img {
    height: 10px;
  }
}

section.key .cloud4 {
  position: absolute;
  top: 15vh;
  right: 0;
}

section.key .cloud4 img {
  height: 25px;
}

@media screen and (max-width: 768px) {
  section.key .cloud4 img {
    height: 15px;
  }
}

section.content {
  background: #F4EDEA;
}

.indexCon1 {
  padding: 5rem 0 4rem;
}

@media screen and (max-width: 1280px) {
  .indexCon1 {
    padding: 5rem 2rem 4rem;
  }
}

@media screen and (max-width: 1280px) and (max-width: 768px) {
  .indexCon1 {
    padding: 10vw 1rem;
  }
}

.indexCon1 .inner {
  margin: 0 auto;
  max-width: 1100px;
}

.indexCon1 .inner .banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 8rem;
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .banner {
    display: block;
    margin: 0;
  }
}

.indexCon1 .inner .banner p {
  width: calc(100% / 2 - 1rem);
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .banner p {
    width: 100%;
  }
  .indexCon1 .inner .banner p:first-child {
    margin: 0 0 3vw;
  }
}

.indexCon1 .inner .banner p img {
  width: 100%;
  transition: 0.3s;
}

.indexCon1 .inner .banner p:hover img {
  opacity: 0.6;
}

.indexCon1 .inner .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 8rem;
}

@media screen and (max-width: 1280px) {
  .indexCon1 .inner .flex {
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .flex {
    display: block;
  }
}

.indexCon1 .inner .flex > div:first-child {
  padding: 3rem 0 0;
  width: calc(100% - 300px);
}

@media screen and (max-width: 1280px) {
  .indexCon1 .inner .flex > div:first-child {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .flex > div:first-child {
    width: 100%;
  }
}

.indexCon1 .inner .flex > div:first-child h3 {
  position: relative;
  writing-mode: vertical-rl;
  padding: 1rem 0 3rem 0.4rem;
  font-size: 40px;
  z-index: 2;
  color: #968078;
  letter-spacing: 0.4rem;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .flex > div:first-child h3 {
    margin: 0 0 10vw;
    padding: 9vw 0 0 0.4rem;
    font-size: 6vw;
    letter-spacing: 0;
    writing-mode: lr-tb;
  }
}

.indexCon1 .inner .flex > div:first-child h3::before {
  content: 'Our mission';
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 8rem;
  line-height: 7rem;
  font-family: notosansjpBold;
  width: 760px;
  border-bottom: 2px solid #fff;
  z-index: -1;
  writing-mode: lr-tb;
  letter-spacing: -0.2rem;
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .flex > div:first-child h3::before {
    top: 1.5vw;
    width: 75vw;
    font-size: 13vw;
    line-height: 11vw;
  }
}

.indexCon1 .inner .flex > div:first-child h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  z-index: 1;
}

.indexCon1 .inner .flex > div:first-child .txtArea {
  margin: -11.5rem 0 0 5rem;
  padding: 0;
  color: #968078;
  font-size: 1.1rem;
  line-height: 2em;
}

.indexCon1 .inner .flex > div:first-child .txtArea .ttl {
  margin: 0 0 1.5rem;
  color: #EA7768;
  font-size: 28px;
  line-height: 3.3rem;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .flex > div:first-child .txtArea .ttl {
    margin: 0 0 2rem;
    font-size: 4.5vw;
    line-height: 7vw;
  }
}

@media screen and (max-width: 375px) {
  .indexCon1 .inner .flex > div:first-child .txtArea .ttl {
    font-size: 20px;
    line-height: 35px;
  }
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .flex > div:first-child .txtArea {
    margin: 0 0 4rem;
  }
}

.indexCon1 .inner .flex > div:last-child {
  position: relative;
  width: 300px;
}

@media screen and (max-width: 1280px) {
  .indexCon1 .inner .flex > div:last-child {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .flex > div:last-child {
    margin: 0 -1rem 0 0;
    float: right;
    width: calc(70% - 2rem);
  }
}

.indexCon1 .inner .flex > div:last-child .illust {
  position: absolute;
  bottom: -4rem;
  left: -1rem;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .flex > div:last-child .illust {
    left: -30%;
  }
  .indexCon1 .inner .flex > div:last-child .illust img {
    width: 30vw;
  }
}

.indexCon1 .inner .flex > div:last-child .photo {
  margin: 0 -9rem 0 0;
  text-align: right;
}

@media screen and (max-width: 1400px) {
  .indexCon1 .inner .flex > div:last-child .photo {
    margin: 0;
  }
  .indexCon1 .inner .flex > div:last-child .photo img {
    margin: 0 0 0 -40%;
    width: 140%;
  }
}

@media screen and (max-width: 1280px) {
  .indexCon1 .inner .flex > div:last-child .photo img {
    margin: 0;
    width: 100%;
  }
}

.indexCon1 .inner .single {
  position: relative;
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .single {
    clear: both;
    padding: 15rem 0 0;
  }
  .indexCon1 .inner .single.rev {
    display: flex;
    flex-wrap: wrap;
    padding: 9rem 0 0;
    width: 100%;
  }
}

.indexCon1 .inner .single::before {
  content: '';
  position: absolute;
  top: -20px;
  left: calc(-11vw);
  width: 406px;
  height: 420px;
  background: url(./assets/img/illust_img_04.png) no-repeat;
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .single::before {
    display: none;
  }
}

.indexCon1 .inner .single::after {
  content: '';
  position: absolute;
  top: 340px;
  left: 2rem;
  width: 268px;
  height: 296px;
  background: url(./assets/img/illust_img_02.png) no-repeat;
}

@media screen and (max-width: 1280px) {
  .indexCon1 .inner .single::after {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .single::after {
    display: none;
  }
}

.indexCon1 .inner .single h3 {
  position: relative;
  writing-mode: vertical-rl;
  padding: 6rem 0.5rem 0 1.4rem;
  font-size: 40px;
  z-index: 0;
  color: #968078;
  letter-spacing: 0.4rem;
  float: right;
  margin: 0 0 5vw;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .single h3 {
    right: -15vw;
    padding: 0;
    font-size: 6vw;
    letter-spacing: 0;
    writing-mode: lr-tb;
  }
}

.indexCon1 .inner .single h3::before {
  content: 'Features';
  position: absolute;
  top: 3rem;
  right: -3rem;
  color: #fff;
  font-size: 8rem;
  font-family: notosansjpBold;
  line-height: 7rem;
  width: 570px;
  border-bottom: 2px solid #fff;
  z-index: -1;
  writing-mode: lr-tb;
  letter-spacing: -0.2rem;
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .single h3::before {
    top: -8vw;
    right: -8vw;
    font-size: 13vw;
    line-height: 11.5vw;
    width: 55vw;
  }
}

.indexCon1 .inner .single .txtArea {
  float: right;
  margin: 0 0 6rem;
  padding: 11.5rem 1rem 0 0;
  width: 460px;
  color: #968078;
  font-size: 1.1rem;
  line-height: 2em;
}

@media screen and (max-width: 820px) {
  .indexCon1 .inner .single .txtArea {
    width: 350px;
  }
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .single .txtArea {
    position: relative;
    margin: 0 0 80vw;
    padding: 0;
    width: 100%;
    float: none;
  }
  .indexCon1 .inner .single .txtArea::before {
    content: '';
    position: absolute;
    bottom: -60vw;
    left: calc(-11vw);
    width: 50vw;
    height: 50vw;
    background: url(./assets/img/illust_img_04.png) no-repeat;
    background-size: contain;
  }
  .indexCon1 .inner .single .txtArea::after {
    content: '';
    position: absolute;
    bottom: -78vw;
    left: 17vw;
    width: 40vw;
    height: 40vw;
    background: url(./assets/img/illust_img_02.png) no-repeat;
    background-size: contain;
  }
}

.indexCon1 .inner .single .txtArea .ttl {
  margin: 0 0 1.5rem;
  color: #EA7768;
  font-size: 28px;
  line-height: 3.3rem;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .single .txtArea .ttl {
    margin: 0 0 2rem;
    font-size: 4.5vw;
    line-height: 7vw;
  }
}

.indexCon1 .inner .single .list {
  position: relative;
  clear: both;
}

.indexCon1 .inner .single .list .subTtl {
  margin: 1.5rem 0 2.5rem;
  color: #EA7768;
  font-size: 28px;
  font-family: notosansjpBold;
}

.minTtl {
  margin: 0 0 8px;
  color: #EA7768;
  font-size: 20px;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .single .list .subTtl {
    text-align: center;
  }
}

.indexCon1 .inner .single .list ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .single .list ul {
    display: block;
  }
}

.indexCon1 .inner .single .list ul li {
  position: relative;
  padding: 4rem 2rem;
  width: calc(100% / 3 -  1rem);
  background: #fff;
}

@media screen and (max-width: 768px) {
  .indexCon1 .inner .single .list ul li {
    margin: 0 0 6vw;
    width: 100%;
  }
}

.indexCon1 .inner .single .list ul li::before {
  content: '01';
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: block;
  padding: 1rem;
  line-height: 1.3rem;
  color: #fff;
  background: #968078;
  width: 20px;
  border-radius: 10rem;
}

.indexCon1 .inner .single .list ul li:nth-child(2)::before {
  content: '02';
}

.indexCon1 .inner .single .list ul li:nth-child(3)::before {
  content: '03';
}

.indexCon1 .inner .single .list ul li figure {
  text-align: center;
}

.indexCon1 .inner .single .list ul li figure img {
  margin: 1rem 0 1.6rem;
  height: 150px;
  width: auto;
}

.indexCon1 .inner .single .list .illust {
  position: absolute;
  bottom: -4rem;
  left: -1.5%;
  z-index: 2;
}

.indexCon2 {
  padding: 10rem 0 6rem;
}

@media screen and (max-width: 768px) {
  .indexCon2 {
    padding: 2rem 0 0;
  }
}

.indexCon2 .inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.indexCon2 .inner h3 {
  display: inline-block;
  position: relative;
  margin: 0 0 5rem;
  color: #968078;
  font-size: 40px;
  z-index: 1;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  .indexCon2 .inner h3 {
    margin: 0 0 8vw;
    font-size: 6vw;
  }
}

.indexCon2 .inner h3::before {
  content: 'Value';
  position: absolute;
  top: -6rem;
  left: calc(50% - 11rem);
  color: #fff;
  font-size: 8rem;
  line-height: 7rem;
  font-family: notosansjpBold;
  border-bottom: 2px solid #fff;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .indexCon2 .inner h3::before {
    top: -7vw;
    left: calc(50% - 18vw);
    font-size: 13vw;
    line-height: 11.5vw;
  }
}

.indexCon2 .inner > .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 1280px) {
  .indexCon2 .inner > .flex {
    padding: 0 2rem 0 0;
  }
}

@media screen and (max-width: 768px) {
  .indexCon2 .inner > .flex {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 1280px) {
  .indexCon2 .inner > .flex.left {
    padding: 0 0 0 2rem;
  }
}

@media screen and (max-width: 768px) {
  .indexCon2 .inner > .flex.left {
    padding: 0 1rem;
  }
}

.indexCon2 .inner > .flex > figure {
  margin: 0 0 0 -12rem;
  width: calc(50% - 2rem);
}

@media screen and (max-width: 1400px) {
  .indexCon2 .inner > .flex > figure {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .indexCon2 .inner > .flex > figure {
    margin: 0 0 1.5rem;
    width: 100%;
  }
}

.indexCon2 .inner > .flex > figure.mR {
  margin: 0 -8rem 0 0;
}

@media screen and (max-width: 1400px) {
  .indexCon2 .inner > .flex > figure.mR {
    margin: 0;
  }
}

.indexCon2 .inner > .flex > figure.wide {
  width: auto;
}

@media screen and (max-width: 1400px) {
  .indexCon2 .inner > .flex > figure.wide {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 768px) {
  .indexCon2 .inner > .flex > figure.wide {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .indexCon2 .inner > .flex > figure.wide span {
    width: 100%;
  }
}

.indexCon2 .inner > .flex > figure.wide img {
  height: 350px;
}

@media screen and (max-width: 1400px) {
  .indexCon2 .inner > .flex > figure.wide img {
    height: auto;
  }
}

.indexCon2 .inner > .flex > figure img {
  width: auto;
}

@media screen and (max-width: 1400px) {
  .indexCon2 .inner > .flex > figure img {
    width: 100%;
  }
}

.indexCon2 .inner > .flex > div {
  width: calc(50% - 2rem);
}

@media screen and (max-width: 768px) {
  .indexCon2 .inner > .flex > div {
    width: 100%;
  }
}

.indexCon2 .inner > .flex > div .wrp {
  margin: 0 0 6rem;
  width: 100%;
  text-align: left;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .indexCon2 .inner > .flex > div .wrp {
    margin: 0 0 4rem;
  }
}

.indexCon2 .inner > .flex > div .wrp > .subTtl {
  margin: 0 0 0.3rem;
  color: #968078;
  font-size: 0.8rem;
  font-family: notosansjpBold;
  line-height: 1rem;
}

.indexCon2 .inner > .flex > div .wrp .txt {
  margin: 0 0 2.5rem;
  line-height: 1.75rem;
}

.indexCon2 .inner > .flex > div .wrp h4 {
  margin: 0 0 1rem;
  color: #EA7768;
  font-size: 28px;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  .indexCon2 .inner > .flex > div .wrp h4 {
    margin: 0 0 1.6rem;
    font-size: 1.2rem;
  }
}

.indexCon2 .inner > .flex > div .wrp ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.indexCon2 .inner > .flex > div .wrp ul li {
  margin: 0 0 1.5rem;
  padding: 1rem;
  width: calc(100% / 3 - 0.6rem);
  color: #968078;
  background: #fff;
  border-radius: 0.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .indexCon2 .inner > .flex > div .wrp ul li {
    margin: 0 0 0.8rem;
    padding: 1rem 0.5rem;
    width: calc(100% / 3 - 0.5rem);
    font-size: 3vw;
    letter-spacing: 0;
  }
}

.indexCon2 .inner > .flex > div .wrp ul li.bgNone {
  background: none;
}

.indexCon2 .inner > .flex > div .wrp ul li figure {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexCon2 .inner > .flex > div .wrp ul li figure img {
  height: auto;
  width: 80%;
}

@media screen and (max-width: 1280px) {
  .indexCon2 .inner > .flex > div .wrp ul li figure img {
    height: 10vw;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .indexCon2 .inner > .flex > div .wrp ul li figure img {
    height: 70px;
    width: auto;
  }
  .indexCon2 .inner > .flex > div .wrp ul li:nth-of-type(1) figure img {
    height: auto;
    width: 70%;
  }
}

.indexCon2 .inner > .flex > div .txtWrp {
  position: relative;
}

.indexCon2 .inner > .flex.left {
  flex-direction: row-reverse;
}

.indexCon2 .inner > .flex.left > div {
  margin: 0;
  padding: 0;
  width: calc(50% - 1rem);
}

@media screen and (max-width: 768px) {
  .indexCon2 .inner > .flex.left > div {
    width: 100%;
  }
}

.indexCon2 .inner > .flex.left > div .txtWrp {
  margin: 0;
  width: 100%;
}

.indexCon2 .inner > .flex.left > div .wrp {
  width: 100%;
  text-align: left;
  text-align: justify;
}

.indexCon2 .inner .btn {
  margin: 1rem 0 0;
}

@media screen and (max-width: 768px) {
  .indexCon2 .inner .btn {
    text-align: center;
    margin: 0.5rem 0 0;
  }
}

.indexCon2 .inner .btn a {
  position: relative;
  display: inline-block;
  padding: 0.4rem 3.5rem;
  color: #fff;
  background: #16305C;
  border-radius: 10rem;
  font-size: 0.9rem;
  text-align: center;
  transition: 0.3s;
}

.indexCon2 .inner .btn a:hover {
  background: #EA7768;
}

@media screen and (max-width: 768px) {
  .indexCon2 .inner .btn a {
    padding: 0.5rem 3rem;
    width: 60%;
  }
}

.indexCon2 .inner .btn a::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 12px;
  width: 12px;
  height: 12px;
  background: url(assets/img/icon_25.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1280px) {
  .indexCon4 {
    padding: 0 2rem 5.5rem;
  }
}

@media screen and (max-width: 768px) {
  .indexCon4 {
    margin: -1rem 0 0;
    padding: 0 1rem 5.5rem;
  }
}

.indexCon4 .inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 5.5rem;
}

@media screen and (max-width: 768px) {
  .indexCon4 .inner {
    padding: 0;
  }
}

.indexCon4 .inner .tab {
  position: absolute;
  display: flex;
  top: 4.5rem;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .indexCon4 .inner .tab {
    top: 8rem;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
}

.indexCon4 .inner .tab p:first-child {
  margin: 0 0.5rem 0 0;
}

@media screen and (max-width: 768px) {
  .indexCon4 .inner .tab p {
    width: calc(100% / 2 - 0.5rem);
  }
}

.indexCon4 .inner .tab a {
  display: block;
  padding: 0.2rem 1rem;
  width: 120px;
  color: #fff;
  background: #ccc;
  text-align: center;
  border-radius: 0.2rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .indexCon4 .inner .tab a {
    width: 100%;
  }
}

.indexCon4 .inner .tab p.show a {
  background: #16305C;
}

.indexCon4 .inner h3 {
  position: relative;
  writing-mode: vertical-rl;
  padding: 1rem 0 0 0.4rem;
  font-size: 2.4rem;
  z-index: 1;
  color: #968078;
  letter-spacing: 0.4rem;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  .indexCon4 .inner h3 {
    margin: 0 0 2rem;
    writing-mode: lr-tb;
    font-size: 6vw;
    letter-spacing: 0;
  }
}

.indexCon4 .inner h3::before {
  content: 'Property';
  position: absolute;
  top: -2rem;
  left: 0;
  color: #fff;
  font-size: 8rem;
  line-height: 7rem;
  font-family: notosansjpBold;
  width: 580px;
  border-bottom: 2px solid #fff;
  z-index: -1;
  writing-mode: lr-tb;
  letter-spacing: -0.2rem;
}

@media screen and (max-width: 768px) {
  .indexCon4 .inner h3::before {
    top: -5vw;
    width: 55vw;
    font-size: 13vw;
    line-height: 11.5vw;
  }
}

.indexCon4 .inner h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  z-index: 1;
}

.indexCon4 .inner .propertyTab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -3rem 0 0 100px;
  max-width: 1080px;
  line-height: 1.3rem;
}

@media screen and (max-width: 768px) {
  .indexCon4 .inner .propertyTab ul {
    margin: 7rem 0 0;
  }
}

.indexCon4 .inner .propertyTab ul li {
  margin: 0 0 2rem;
  width: calc(100% / 3 - 1rem);
}

@media screen and (max-width: 768px) {
  .indexCon4 .inner .propertyTab ul li {
    margin: 0 0 2.5rem;
    width: 100%;
  }
  .indexCon4 .inner .propertyTab ul li:last-child {
    margin: 0 0 1.5rem;
  }
}

.indexCon4 .inner .propertyTab ul li .ttl {
  margin: 8px 0 0.3rem;
  color: #EA7768;
}

.indexCon4 .inner .propertyTab ul li .txt {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  color: #000;
}

.indexCon4 .inner .propertyTab ul li figure {
  position: relative;
  transition: 0.3s;
}

.indexCon4 .inner .propertyTab ul li figure::before {
  content: '';
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  background: #16305C 50% 50% url(assets/img/icon_25.png) no-repeat;
  background-size: 9px;
  width: 40px;
  height: 40px;
  border-radius: 5rem;
  z-index: 2;
  transition: 0.3s;
}

.indexCon4 .inner .propertyTab ul li figure:hover::before {
  background: #EA7768 50% 50% url(assets/img/icon_25.png) no-repeat;
  background-size: 9px;
  transition: 0.3s;
}

figure.contracted {
  position: relative;
}

figure.contracted:after {
  content: 'ご成約済み';
  display: block;
  width: 90%;
  padding: 16px 0;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #EA7768;
  font-weight: bold;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 100px;
}

figure.contracted.rent:after {
  content: '満室御礼';
}

figure.contracted img {
  opacity: .6;
}

.indexCon4 .inner .propertyTab ul li img {
  width: 100%;
  transition: 0.3s;
}

.indexCon4 .inner .propertyTab ul li img:hover {
  opacity: 0.6;
}

.indexCon4 .inner .propertyTab ul li .cat {
  display: inline-block;
  padding: 0.3rem 2rem;
  font-size: 0.8rem;
  color: #fff;
  background: #968078;
  border-radius: 2rem;
}

.indexCon4 .inner .propertyTab .btn {
  text-align: center;
}

.indexCon4 .inner .propertyTab .btn a {
  position: relative;
  display: inline-block;
  padding: 0.4rem 3.5rem;
  color: #fff;
  background: #16305C;
  border-radius: 10rem;
  font-size: 0.9rem;
  text-align: center;
  transition: 0.3s;
}

.indexCon4 .inner .propertyTab .btn a:hover {
  background: #EA7768;
}

.indexCon4 .inner .propertyTab .btn a::before {
  content: '';
  position: absolute;
  top: 17px;
  right: 12px;
  width: 12px;
  height: 12px;
  background: url(assets/img/icon_25.png) no-repeat;
  background-size: contain;
}

footer .contact {
  position: relative;
  color: #fff;
  background: #16305C;
  text-align: center;
}

footer .contact::before {
  content: 'Contact';
  position: absolute;
  bottom: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  font-size: 20rem;
  line-height: 20rem;
  font-family: notosansjpBold;
  letter-spacing: -0.4rem;
  opacity: 0.1;
}

@media screen and (max-width: 768px) {
  footer .contact::before {
    left: 49%;
    bottom: 2vw;
    font-size: 28vw;
    line-height: 21vw;
  }
}

footer .contact .inner {
  position: relative;
  margin: 0 auto;
  padding: 5.5rem 0;
  max-width: 1100px;
}

@media screen and (max-width: 768px) {
  footer .contact .inner {
    padding: 10vw 0 30vw;
  }
}

footer .contact .ttl {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  footer .contact .ttl {
    margin: 0 0 2vw;
    font-size: 4.5vw;
  }
}

footer .contact .tel {
  display: inline-block;
  position: relative;
  margin: 0 -3rem 0 0;
  font-size: 3rem;
  line-height: 5rem;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  footer .contact .tel {
    margin: 0 0 2vw;
    font-size: 7vw;
    line-height: 10vw;
  }
}

footer .contact .tel::before {
  content: '';
  position: absolute;
  top: 22px;
  left: -50px;
  background: 0 0/contain url(assets/img/icon_10.png) no-repeat;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  footer .contact .tel::before {
    top: calc(50% - 2.5vw);
    left: -9vw;
    width: 6vw;
    height: 6vw;
  }
}

footer .contact .tel a {
  color: #fff;
}

footer .contact .hours {
  margin: 0 0 2rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .contact .hours {
    margin: 0 0 5vw;
    font-size: 4vw;
  }
}

footer .contact .btn a {
  display: inline-block;
  padding: 1rem 6rem 1.2rem;
  color: #000;
  background: 92% 50%/8px #fff url(assets/img/icon_16.png) no-repeat;
  border-radius: 2.2rem;
  font-weight: bold;
  transition: 0.3s;
  line-height: 2rem;
}

@media screen and (max-width: 768px) {
  footer .contact .btn a {
    padding: 2vw 8vw;
  }
}

footer .contact .btn a:hover {
  color: #fff;
  background: 92% 50%/8px #EA7768 url(assets/img/icon_25.png) no-repeat;
}

footer .contact .illust {
  position: absolute;
  right: -8rem;
  bottom: -1.5rem;
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  footer .contact .illust {
    right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  footer .contact .illust {
    right: 1vw;
  }
  footer .contact .illust img {
    width: 13vw;
  }
}

footer > .inner {
  padding: 5rem 0;
  background: #F4EDEA;
}

@media screen and (max-width: 768px) {
  footer > .inner {
    padding: 5rem 0;
  }
}

footer > .inner .news {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: calc(1100px + 4rem);
}

@media screen and (max-width: 768px) {
  footer > .inner .news {
    padding: 0 1rem;
  }
}

footer > .inner .news h3 {
  position: relative;
  writing-mode: vertical-rl;
  padding: 2.5rem 0.5rem 0 1.4rem;
  font-size: 2.6rem;
  z-index: 1;
  color: #968078;
  letter-spacing: 0.4rem;
  float: right;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  footer > .inner .news h3 {
    writing-mode: lr-tb;
    padding: 2.5rem 0 0 1.4rem;
    font-size: 6vw;
    letter-spacing: 0;
  }
}

footer > .inner .news h3::before {
  content: 'News';
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 8rem;
  line-height: 7rem;
  font-family: notosansjpBold;
  width: 360px;
  border-bottom: 2px solid #fff;
  z-index: -1;
  writing-mode: lr-tb;
  letter-spacing: -0.2rem;
}

@media screen and (max-width: 768px) {
  footer > .inner .news h3::before {
    top: 2vw;
    left: -1rem;
    font-size: 13vw;
    line-height: 11.5vw;
  }
}

footer > .inner .news .dlWrp {
  overflow: hidden;
  padding: 10rem 0 1rem;
}

@media screen and (max-width: 768px) {
  footer > .inner .news .dlWrp {
    padding: 0;
    width: 100%;
  }
}

footer > .inner .news ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

footer > .inner .news ul li {
  position: relative;
  width: 98%;
  border-bottom: 1px solid #fff;
}

footer > .inner .news ul li span {
  display: inline-block;
  width: 130px;
}

@media screen and (max-width: 1280px) {
  footer > .inner .news ul li span {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  footer > .inner .news ul li span {
    margin: 0 0 0.5rem;
    width: auto;
  }
}

footer > .inner .news ul li a, footer > .inner .news ul li > span {
  position: relative;
  display: block;
  padding: 2rem 5rem 2rem 2rem;
  font-size: 0.9rem;
  z-index: 2;
  transition: 0.3s;
  width: 100%;
}

@media screen and (max-width: 768px) {
  footer > .inner .news ul li a, footer > .inner .news ul li > span,
  footer > .inner .news ul li a {
    padding: 1.5rem 3.3rem 1.5rem 0;
  }
}

footer > .inner .news ul li a:hover {
  color: #EA7768;
}

footer > .inner .news ul li:not(.nolink):hover::before {
  background: #EA7768 53% 50% url(assets/img/icon_25.png) no-repeat;
  background-size: 8px 13px;
}

footer > .inner .news ul li:not(.nolink)::before {
  content: '';
  position: absolute;
  top: 25px;
  right: 0;
  padding: 1rem;
  background: #16305C 53% 50% url(assets/img/icon_25.png) no-repeat;
  background-size: 8px 13px;
  width: 5px;
  height: 5px;
  border-radius: 10rem;
  z-index: 0;
  transition: 0.3s;
}

@media screen and (max-width: 1280px) {
  footer > .inner .news ul li::before {
    top: calc(50% - 20px);
  }
}

footer > .inner .news .btn {
  margin: 2rem 0 1rem;
  text-align: center;
}

footer > .inner .news .btn a {
  position: relative;
  display: inline-block;
  padding: 0.4rem 3.5rem;
  color: #fff;
  background: #16305C;
  border-radius: 10rem;
  font-size: 0.9rem;
  text-align: center;
  transition: 0.3s;
}

footer > .inner .news .btn a:hover {
  background: #EA7768;
}

@media screen and (max-width: 768px) {
  footer > .inner .news .btn a {
    padding: 0.5rem 3rem;
    width: 60%;
  }
}

footer > .inner .news .btn a::before {
  content: '';
  position: absolute;
  top: 17px;
  right: 12px;
  width: 12px;
  height: 12px;
  background: url(assets/img/icon_25.png) no-repeat;
  background-size: contain;
}

footer .sns {
  padding: 1.3rem 0 1rem;
  position: relative;
  background: -10rem 1rem #A9D6FF url(assets/img/footer_img_01.png) no-repeat;
}

footer .sns .inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
  background: 80% 30% url(assets/img/footer_img_02.png) no-repeat;
}

@media screen and (max-width: 1400px) {
  footer .sns .inner {
    padding: 0 2rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer .sns .inner {
    padding: 0 1rem;
    background: none;
  }
}

footer .sns .inner::before {
  content: '';
  position: absolute;
  top: 1.5rem;
  right: 0;
  width: 50px;
  height: 80px;
  background: url(assets/img/footer_img_03.png) no-repeat;
  z-index: 10;
}

@media screen and (max-width: 1400px) {
  footer .sns .inner::before {
    right: 8rem;
  }
}

@media screen and (max-width: 768px) {
  footer .sns .inner::before {
    top: 8vw;
    right: 0;
    width: 15vw;
    height: 20vw;
  }
}

footer .sns .inner .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .sns .inner .flex > div {
  display: flex;
}

footer .sns .inner .flex > div .ttl {
  color: #fff;
  font-size: 1.4rem;
  font-family: notosansjpBold;
}

footer .sns .inner .flex > div div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 120px;
}

@media screen and (max-width: 768px) {
  footer .sns .inner .flex > div div {
    padding: 0 0 0 10vw;
  }
}

footer .sns .inner .flex > div div::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 17px;
  width: 85px;
  height: 1px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  footer .sns .inner .flex > div div::before {
    width: 5vw;
  }
}

footer .sns .inner .flex > div div figure {
  margin: 0 1rem 0 0;
}

@media screen and (max-width: 768px) {
  footer .sns .inner .flex > div div figure {
    margin: 0 2vw 0 0;
  }
}

footer .sns .inner .flex a {
  transition: 0.3s;
}

footer .sns .inner .flex a:hover {
  opacity: 0.6;
}

footer .sns .inner .flex .return {
  margin: 0 -6rem 0 0;
}

@media screen and (max-width: 1400px) {
  footer .sns .inner .flex .return {
    margin: 0 1rem 0 0;
  }
}

footer .sns .inner .flex .return a {
  position: relative;
  display: block;
  color: #fff;
  font-family: notosansjpBold;
}

footer .sns .inner .flex .return a::before {
  content: '';
  position: absolute;
  top: 10px;
  right: -22px;
  width: 15px;
  height: 15px;
  background: 100% 50% url(assets/img/icon_27.png) no-repeat;
  background-size: contain;
}

footer .sitemap {
  overflow: hidden;
  padding: 3rem 2rem;
  background: #5EA8BF;
}

@media screen and (max-width: 768px) {
  footer .sitemap {
    padding: 2rem 0;
  }
}

footer .sitemap .inner {
  position: relative;
  margin: 0 auto;
  max-width: calc(1100px + 4rem);
}

footer .sitemap .inner .ttl {
  margin: 0 0 0.5rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner .ttl {
    margin: 0 0 0.5rem;
    text-align: center;
  }
}

footer .sitemap .inner .logo {
  width: 260px;
}

@media screen and (max-width: 768px) {
  footer .sitemap .inner .logo {
    margin: 0 0 2rem;
    text-align: center;
    width: auto;
  }
  footer .sitemap .inner .logo img {
    width: 60vw;
  }
}

footer .sitemap .flex {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  footer .sitemap .flex {
    margin: 0 0 1rem;
    display: block;
  }
}

footer .sitemap .flex > div:first-child {
  width: 350px;
}

@media screen and (max-width: 768px) {
  footer .sitemap .flex > div:first-child {
    width: 100%;
  }
}

footer .sitemap .flex > div:last-child {
  width: calc(100% - 350px);
}

@media screen and (max-width: 768px) {
  footer .sitemap .flex > div:last-child {
    width: 100%;
  }
}

footer .sitemap .flex > div:last-child ul {
  float: right;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  width: auto;
}

@media screen and (max-width: 768px) {
  footer .sitemap .flex > div:last-child ul {
    float: none;
    justify-content: space-between;
  }
}

footer .sitemap .flex > div:last-child ul li {
  margin: 0 0 0 2rem;
}

@media screen and (max-width: 768px) {
  footer .sitemap .flex > div:last-child ul li {
    margin: 0;
    width: 50%;
    text-align: center;
  }
}

footer .sitemap .flex > div:last-child ul a {
  color: #fff;
}

footer .sitemap .flex > div:last-child ul a:hover {
  text-decoration: underline;
}

footer .sitemap .flex > div:last-child ul:first-child {
  margin: 0 0 0.1rem;
}

@media screen and (max-width: 768px) {
  footer .sitemap .flex > div:last-child ul:first-child {
    margin: 0 0 2rem;
  }
}

@media screen and (max-width: 768px) {
  footer .sitemap .flex > div:last-child ul:last-child {
    justify-content: center;
    flex-direction: row-reverse;
    font-size: 0.7rem;
  }
  footer .sitemap .flex > div:last-child ul:last-child li {
    width: 35%;
  }
}

footer .sitemap .copyright {
  float: right;
  margin: -1rem 0 0;
  color: #fff;
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  footer .sitemap .copyright {
    float: none;
    margin: 0;
    font-size: 0.7rem;
    text-align: center;
  }
}

::-webkit-scrollbar {
  width: 0;
}

_::-webkit-full-page-media,
_:future,
:root .menu-trigger {
  left: -32px !important;
}

.sidebar {
  /* .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        opacity: 0;
        transition: opacity .5s;
        &.open {
            width: 100%;
            height: 100%;
            opacity: 1;
        }
    } */
}

@media screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
}

.sidebar .menu-trigger {
  display: inline-block;
  padding: 3.3rem 1rem 0 1rem;
  width: 64px;
  height: 180px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30%;
  left: -1px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
  z-index: 10001;
  transform: translateX(0);
  transition: transform .5s;
  background: #16305C 1.45rem 1.2rem url(assets/img/icon_09.png) no-repeat;
  writing-mode: vertical-rl;
  transition: 0.5s;
}

.sidebar .menu-trigger.active {
  transform: translateX(320px);
  background: #16305C 1.45rem 1.2rem url(assets/img/icon_09_h.png) no-repeat;
}

.sidebar .menu-trigger a {
  color: #fff;
}

.sidebar .menu {
  width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 10001;
  transform: translate(-320px);
  transition: all .5s;
}

.sidebar .menu.open {
  transform: translateZ(0);
  overflow: scroll;
  -webkit-overflow-scrolling: auto;
}

.sidebar .menu a {
  color: #fff;
}

.sidebar .menu .menuInner {
  padding: 3rem 1.5rem;
  background: #16305C;
}

.sidebar .menu > .menuInner > .flex {
  display: flex;
  justify-content: center;
  margin: 0 0 1.5rem;
}

.sidebar .menu > .menuInner > .flex p {
  width: 50%;
  background: #16305C;
  border: 2px solid #fff;
  cursor: pointer;
}

.sidebar .menu > .menuInner > .flex p.show {
  background: #fff;
}

.sidebar .menu > .menuInner > .flex p.show a {
  color: #16305C;
}

.sidebar .menu > .menuInner > .flex p:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.sidebar .menu > .menuInner > .flex p:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.sidebar .menu > .menuInner > .flex p.active {
  background: #fff;
}

.sidebar .menu > .menuInner > .flex p.active a {
  color: #16305C;
}

.sidebar .menu > .menuInner > .flex a {
  display: block;
  padding: 0.5rem 0;
  text-align: center;
}

.sidebar .menu .ttl {
  margin: 0 0 0.3rem;
}

.sidebar .menu .select1 {
  margin: 0 0 1.5rem;
}

.sidebar .menu .select1 select {
  padding: 0.8rem;
  width: 100%;
}

.sidebar .menu .select2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.8rem;
  text-align: center;
}

.sidebar .menu .select2 ul li {
  margin: 0 0 0.5rem;
  width: calc(50% - 0.25rem);
}

.sidebar .menu .select2 ul li a {
  display: block;
  padding: 3rem  0 0.2rem;
  border: 2px solid #fff;
  transition: 0.3s;
  cursor: pointer;
}

.sidebar .menu .select2 ul li:nth-child(1) a {
  background: 50% 30%/50px url(assets/img/icon_18.png) no-repeat;
}

.sidebar .menu .select2 ul li:nth-child(1) a:hover {
  color: #16305c;
  background: #fff 50% 30%/50px url(assets/img/icon_18_h.png) no-repeat;
}

.sidebar .menu .select2 ul li:nth-child(2) a {
  background: 50% 30%/35px url(assets/img/icon_17.png) no-repeat;
}

.sidebar .menu .select2 ul li:nth-child(2) a:hover {
  color: #16305c;
  background: #fff 50% 30%/35px url(assets/img/icon_17_h.png) no-repeat;
}

.sidebar .menu #buyMenu .select2 ul li:nth-child(3) a {
  background: 50% 30%/50px url(assets/img/icon_19.png) no-repeat;
}

.sidebar .menu #buyMenu .select2 ul li:nth-child(3) a:hover {
  color: #16305c;
  background: #fff 50% 30%/50px url(assets/img/icon_19_h.png) no-repeat;
}

.sidebar .menu #rentMenu .select2 ul li:nth-child(3) a {
  background: 50% 30%/50px url(assets/img/icon_32.png) no-repeat;
}

.sidebar .menu #rentMenu .select2 ul li:nth-child(3) a:hover {
  color: #16305c;
  background: #fff 50% 30%/50px url(assets/img/icon_32_h.png) no-repeat;
}

.sidebar .menu #buyMenu, .sidebar .menu #rentMenu, .sidebar .menu #buyMenu2, .sidebar .menu #rentMenu2 {
  display: none;
}

.sidebar .menu #buyMenu.show, .sidebar .menu #rentMenu.show, .sidebar .menu #buyMenu2.show, .sidebar .menu #rentMenu2.show {
  display: block;
}

.sidebar .menu #buyMenu2 .select2 ul li:nth-child(3) a {
  background: 50% 30%/50px url(assets/img/icon_19.png) no-repeat;
}

.sidebar .menu #buyMenu2 .select2 ul li:nth-child(3) a:hover {
  color: #16305c;
  background: #fff 50% 30%/50px url(assets/img/icon_19_h.png) no-repeat;
}

.sidebar .menu #rentMenu2 .select2 ul li:nth-child(3) a {
  background: 50% 30%/50px url(assets/img/icon_32.png) no-repeat;
}

.sidebar .menu #rentMenu2 .select2 ul li:nth-child(3) a:hover {
  color: #16305c;
  background: #fff 50% 30%/50px url(assets/img/icon_32_h.png) no-repeat;
}

.sidebar .menu .select2 ul li:nth-child(4) a {
  background: 50% 30%/40px url(assets/img/icon_20.png) no-repeat;
}

.sidebar .menu .select2 ul li:nth-child(4) a:hover {
  color: #16305c;
  background: #fff 50% 30%/40px url(assets/img/icon_20_h.png) no-repeat;
}

.sidebar .menu .select2 ul li.on a {
  color: #16305c;
  position: relative;
}

.sidebar .menu .select2 ul li.on:nth-child(1) a {
  background: #fff 50% 30%/50px url(assets/img/icon_18_h.png) no-repeat;
}

.sidebar .menu .select2 ul li.on:nth-child(2) a {
  background: #fff 50% 30%/35px url(assets/img/icon_17_h.png) no-repeat;
}

.sidebar .menu #rentMenu .select2 ul li.on:nth-child(3) a {
  background: #fff 50% 30%/50px url(assets/img/icon_32_h.png) no-repeat;
}

.sidebar .menu #buyMenu .select2 ul li.on:nth-child(3) a {
  background: #fff 50% 30%/50px url(assets/img/icon_19_h.png) no-repeat;
}

.sidebar .menu .select2 ul li.on:nth-child(4) a {
  background: #fff 50% 30%/40px url(assets/img/icon_20_h.png) no-repeat;
}

.sidebar .menu .select2 ul li.on a:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: url("assets/img/check.svg");
  background-size: cover;
  top: 4px;
  left: 4px;
}

.sidebar .menu .select2 ul li input:checked + label a {
  color: #16305c;
  position: relative;
}

.sidebar .menu .select2 ul li:nth-child(1) input:checked + label a {
  background: #fff 50% 30%/50px url(assets/img/icon_18_h.png) no-repeat;
}

.sidebar .menu .select2 ul li:nth-child(2) input:checked + label a {
  background: #fff 50% 30%/35px url(assets/img/icon_17_h.png) no-repeat;
}

.sidebar .menu #rentMenu .select2 ul li:nth-child(3) input:checked + label a {
  background: #fff 50% 30%/50px url(assets/img/icon_32_h.png) no-repeat;
}

.sidebar .menu #buyMenu .select2 ul li:nth-child(3) input:checked + label a {
  background: #fff 50% 30%/50px url(assets/img/icon_19_h.png) no-repeat;
}

.sidebar .menu #rentMenu2 .select2 ul li:nth-child(3) input:checked + label a {
  background: #fff 50% 30%/50px url(assets/img/icon_32_h.png) no-repeat;
}

.sidebar .menu #buyMenu2 .select2 ul li:nth-child(3) input:checked + label a {
  background: #fff 50% 30%/50px url(assets/img/icon_19_h.png) no-repeat;
}

.sidebar .menu .select2 ul li:nth-child(4) input:checked + label a {
  background: #fff 50% 30%/40px url(assets/img/icon_20_h.png) no-repeat;
}

.sidebar .menu .select2 ul li input:checked + label a:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: url("assets/img/check.svg");
  background-size: cover;
  top: 4px;
  left: 4px;
}

.sidebar .menu .select2 ul li input {
  display: none;
}

.sidebar .menu .said {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0 1.5rem;
  border-bottom: 1px solid #fff;
}

.sidebar .menu .said .number {
  line-height: 1rem;
}

.sidebar .menu .said .number span {
  padding: 0 0.5rem 0 0;
  font-size: 2rem;
}

.sidebar .menu .selectList {
  margin: 0 0 1rem;
}

.sidebar .menu .selectList .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0.8rem;
}

.sidebar .menu .selectList .flex select {
  padding: 0.5rem 0 0.5rem 0.5rem;
  width: 115px;
}

.sidebar .menu .selectList .flex.select {
  margin: 0.2rem 0 0;
  font-size: 0.8rem;
}

.sidebar .menu .selectList .flex.select li {
  margin: 0 0 0.5rem;
  width: calc(50% - 0.25rem);
  text-align: center;
}

.sidebar .menu .selectList .flex.select li:nth-last-child(1), .sidebar .menu .selectList .flex.select li:nth-last-child(2) {
  margin: 0;
}

.sidebar .menu .selectList .flex.select li a {
  display: block;
  padding: 0;
  border: 2px solid #fff;
  transition: 0.3s;
  cursor: pointer;
}

.sidebar .menu .selectList .flex.select li a:hover {
  color: #16305C;
  background: #fff;
}

.sidebar .menu .selectList .flex.select li input:checked + label a {
  color: #16305C;
  background: #fff;
}

.sidebar .menu .selectList .flex.select li input {
  display: none;
}

.sidebar .menu .selectList .oneCol {
  padding: 0.5rem;
  width: 56%;
}

.sidebar .menu .search {
  margin: 0 auto 0.8rem;
  text-align: center;
}

.sidebar .menu .search a {
  position: relative;
  display: inline-block;
  padding: 1rem 3.5rem 1rem 4.5rem;
  color: #16305C;
  background: #FEB966;
  font-weight: bold;
  border-radius: 0.2rem;
  transition: 0.3s;
}

.sidebar .menu .search a:hover {
  background: #fff;
}

.sidebar .menu .search a::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 20px;
  width: 17px;
  height: 17px;
  background: 50% 50%/contain url(assets/img/icon_08.png) no-repeat;
}

.sidebar .menu .otherLink {
  margin: 0;
}

.sidebar .menu .otherLink a {
  position: relative;
  display: block;
  font-size: 0.7rem;
  padding: 0 0 0 1.5rem;
  letter-spacing: 0.05rem;
  transition: .3s;
}

.sidebar .menu .otherLink a:hover {
  opacity: .6;
}

.sidebar .menu .otherLink a::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: 50% 50%/contain url(assets/img/icon_07.png) no-repeat;
}

.sidebar .menu .reset {
  text-align: center;
  display: block;
  margin: 0 auto 32px;
}

.sidebar .menu .reset a {
  text-decoration: underline;
  font-size: 0.7rem;
  transition: .3s;
  cursor: pointer;
}

.sidebar .menu .reset a:hover {
  text-decoration: none;
  opacity: .6;
}

.activeMenu {
  background: #fff !important;
}

.activeMenu a {
  color: #16305C !important;
}

#rentMenu,
#rentMenu2 {
  display: none;
}

#buyMenuSP,
#rentMenuSP {
  display: none;
}

#buyMenuSP.show,
#rentMenuSP.show {
  display: block;
}

/* ---------------------------------------------

下層ページ キービジュアル

-----------------------------------------------*/
#subPage header {
  margin: 0 0 1.5rem;
}

@media screen and (max-width: 768px) {
  #subPage header {
    margin: 0;
  }
}

#subPage section.key {
  background: #A9D6FF 100% 100% url(assets/img/subpage_key_01.png) no-repeat;
}

#subPage section.key::before {
  background: url(./assets/img/key_img_02.png) no-repeat 50% 35%;
}

@media screen and (max-width: 1280px) {
  #subPage section.key::before {
    background: url(./assets/img/key_img_02.png) no-repeat 30% -400%;
  }
}

#subPage section.key .inner {
  padding: 0 2rem 2rem;
  max-width: calc(1400px + 4rem);
}

@media screen and (max-width: 768px) {
  #subPage section.key .inner {
    padding: 0 1rem;
  }
}

#subPage section.key .inner h2 {
  margin: 0;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  #subPage section.key .inner h2 {
    margin: 0;
    font-size: 7vw;
    line-height: 12vw;
  }
}

@media screen and (max-width: 375px) {
  #subPage section.key .inner h2 {
    font-size: 24px;
  }
}

#subPage section.key .inner .subKeyTxt {
  color: #fff;
  font-size: 1rem;
}

/* ---------------------------------------------

下層ページ ぱんくずリスト

-----------------------------------------------*/
.breadcrumbWrp {
  position: relative;
  margin: 0 auto;
  padding: 1rem 2rem;
  max-width: calc(1400px + 4rem);
}

@media screen and (max-width: 768px) {
  .breadcrumbWrp {
    padding: 1rem;
    font-size: 0.8rem;
  }
}

.breadcrumbWrp .breadcrumb {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbWrp .breadcrumb li {
  position: relative;
  margin: 0 1rem 0 0;
  padding: 0 0 0 1.3rem;
}

@media screen and (max-width: 768px) {
  .breadcrumbWrp .breadcrumb li {
    margin: 0 1rem 0 0;
    line-height: 1.5rem;
    letter-spacing: -0.01rem;
  }
}

.breadcrumbWrp .breadcrumb li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 7px;
  height: 7px;
  background: orange;
  color: #968078;
  border-radius: 3rem;
}

.breadcrumbWrp .breadcrumb li:first-child {
  padding: 0;
}

.breadcrumbWrp .breadcrumb li:first-child::before {
  display: none;
}

.breadcrumbWrp .breadcrumb li:first-child::before {
  content: "";
  padding: 0;
}

.breadcrumbWrp .breadcrumb li:last-child {
  color: #16305C;
  font-weight: bold;
}

.breadcrumbWrp .breadcrumb a {
  color: #968078;
}

/* ---------------------------------------------

下層ページ 土地・建物オーナー

-----------------------------------------------*/
.owner .subPageCon1 .inner {
  margin: 0 auto;
  padding: 5rem 2rem 10rem;
  max-width: 1100px;
  color: #968078;
  text-align: center;
  font-size: 1.1rem;
  line-height: 2em;
}

@media screen and (max-width: 1400px) {
  .owner .subPageCon1 .inner {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .owner .subPageCon1 .inner {
    padding: 4rem 1.5rem 7rem;
    text-align: left;
    text-align: justify;
  }
}

.owner .subPageCon1 .inner h3 {
  position: relative;
  margin: 0 0 4rem;
  color: #968078;
  font-size: 32px;
  font-family: notosansjpblack;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .owner .subPageCon1 .inner h3 {
    margin: 0 0 2rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
    text-align: center;
  }
}

.owner .subPageCon1 .inner h3::before {
  content: 'Message';
  position: absolute;
  top: -1.8rem;
  left: 0;
  width: 100%;
  height: 300px;
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  font-family: notosansjpBold;
  letter-spacing: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .owner .subPageCon1 .inner h3::before {
    top: -1.3rem;
  }
}

@media screen and (max-width: 500px) {
  .owner .subPageCon1 .inner h3::before {
    font-size: 13vw;
  }
}

.owner .conLink {
  position: relative;
  margin: 0 0 5rem;
  padding: 0 0 3rem;
}

@media screen and (max-width: 768px) {
  .owner .conLink {
    margin: 0 0 2rem;
    padding: 0 0 2rem;
  }
}

.owner .conLink .inner {
  position: relative;
  padding: 0;
  z-index: 1;
}

.owner .conLink .inner .bg {
  position: relative;
  margin: 0 0 0 -5rem;
  padding: 3.5rem 0 3.5rem 4rem;
  background: url(assets/img/bg_01.png) no-repeat;
  background-size: cover;
  width: calc(100% + 15rem);
  z-index: -2;
}

@media screen and (max-width: 1400px) {
  .owner .conLink .inner .bg {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .owner .conLink .inner .bg {
    padding: 15vw 1.5rem;
  }
}

.owner .conLink .txtArea {
  position: relative;
  padding: 3rem;
  width: calc(50% - 5rem);
  background: #fff;
  font-size: 0.9rem;
  line-height: 1.7rem;
  text-align: left;
  border-radius: 0.2rem;
}

@media screen and (max-width: 1400px) {
  .owner .conLink .txtArea {
    margin: 0;
    width: 50%;
  }
}

@media screen and (max-width: 1280px) {
  .owner .conLink .txtArea {
    margin: 0;
    width: calc(100% - 4rem);
  }
}

@media screen and (max-width: 768px) {
  .owner .conLink .txtArea {
    padding: 6vw;
    width: 100%;
  }
}

.owner .conLink .txtArea::before {
  content: '';
  position: absolute;
  display: block;
  top: -11rem;
  left: -7rem;
  width: 500px;
  height: 250px;
  background: url(assets/img/ttl_01.png) no-repeat;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  .owner .conLink .txtArea::before {
    top: -11rem;
    left: -3.5rem;
    width: 400px;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .owner .conLink .txtArea::before {
    top: -35vw;
    left: -1rem;
    width: 60vw;
  }
}

.owner .conLink .txtArea .ttl {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.2rem 3rem 0.2rem 1.5rem;
  color: #fff;
  background: #EA7768;
  border-radius: 5rem;
  font-family: notosansjpBold;
}

.owner .conLink .btn {
  position: absolute;
  right: 40.5rem;
  bottom: 1rem;
  margin: 2rem 0 0;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .owner .conLink .btn {
    right: 43vw;
  }
}

@media screen and (max-width: 1280px) {
  .owner .conLink .btn {
    bottom: -4rem;
    right: 2vw;
  }
}

.owner .conLink .btn a {
  display: inline-block;
  padding: 1rem 1.4rem;
  color: #fff;
  background: #16305C;
  border-radius: 20rem;
  font-size: 0.8rem;
  text-align: center;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.owner .conLink .btn a:before {
  content: "";
  animation: shine 2.5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  transform: skewX(-35deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}

@keyframes shine {
  0% {
    left: -200%;
    opacity: 0;
  }
  60% {
    left: -200%;
    opacity: 0.8;
  }
  61% {
    left: -200%;
    opacity: 1;
  }
  100% {
    left: 0%;
    opacity: 0;
  }
}

.owner .conLink .btn a:hover {
  background: #EA7768;
}

.owner .conLink .btn img {
  margin: -1.2rem 0 0;
  width: auto;
}

.owner .service .inner {
  margin: 0 auto;
  padding: 4rem 2rem;
  max-width: calc(1080px + 4rem);
}

@media screen and (max-width: 768px) {
  .owner .service .inner {
    padding: 2rem 1.5rem 3rem;
  }
}

.owner .service > .ttl {
  font-size: 28px;
  text-align: center;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  .owner .service > .ttl {
    margin: 0 0 0.5rem;
  }
}

.owner .service > .ttl span {
  display: block;
  font-size: 1rem;
  color: #968078;
}

.owner .service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.owner .service ul li {
  margin: 0;
  padding: 1.5rem;
  background: #fff;
  width: calc(100% / 3 - 1rem);
  border-radius: 0.2rem;
}

@media screen and (max-width: 768px) {
  .owner .service ul li {
    width: 100%;
    text-align: center;
  }
}

.owner .service ul li figure {
  height: 150px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .owner .service ul li figure {
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .owner .service ul li figure {
    height: 150px;
  }
}

.owner .service ul li img {
  height: auto;
  width: 100%;
}

.owner .service ul li .ttl {
  margin: 0 0 1.2rem;
  color: #968078;
  font-size: 1.3rem;
  font-family: notosansjpBold;
}

.owner .service ul li .txt {
  font-size: 1rem;
  line-height: 1.6rem;
  text-align: left;
}

.owner .service ul li .btn {
  margin: 2rem 0 1rem;
}

.owner .service ul li .btn a {
  padding: 0.8rem 3rem;
  color: #fff;
  font-size: 0.8rem;
  background: #16305C 92% -0.1rem/25px 42px url(assets/img/icon_07.png) no-repeat;
  border-radius: 4rem;
  transition: 0.3s;
}

.owner .service ul li .btn a:hover {
  background: #EA7768 92% -0.1rem/25px 42px url(assets/img/icon_07.png) no-repeat;
}

.owner .service ul .illust {
  position: relative;
  background: none;
}

@media screen and (max-width: 768px) {
  .owner .service ul .illust {
    margin: 0;
    height: 300px;
  }
}

.owner .service ul .illust figure {
  position: absolute;
  bottom: 110px;
  left: calc(50% - 100px);
  padding: 2rem 0 0;
}

@media screen and (max-width: 768px) {
  .owner .service ul .illust figure {
    padding: 0;
  }
}

.owner .service ul .illust figure img {
  max-height: 220px;
  width: auto;
}

.owner .archive .inner {
  margin: 0 auto;
  padding: 0 2rem 10rem;
  max-width: calc(1080px + 4rem);
}

@media screen and (max-width: 768px) {
  .owner .archive .inner {
    padding: 0 1.5rem 1rem;
  }
}

.owner .archive .inner > .ttl {
  margin: 0 0 2rem;
  color: #000;
  font-size: 28px;
  text-align: center;
  font-family: notosansjpBold;
}

.owner .archive .inner > .ttl span {
  display: block;
  font-size: 1rem;
  color: #968078;
}

.owner .archive .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.owner .archive .inner ul li {
  width: calc(100% / 3 - 1rem);
}

@media screen and (max-width: 768px) {
  .owner .archive .inner ul li {
    margin: 0 0 3rem;
    width: 100%;
  }
}

.owner .archive .inner ul li figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owner .archive .inner ul li .ttl {
  margin: 0.2rem 0 0.5rem;
  font-family: notosansJpBold;
}

.owner .archive .inner ul li .txt {
  color: #000;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.owner .archive .inner ul li a {
  transition: 0.3s;
}

.owner .archive .inner ul li a:hover {
  opacity: 0.6;
}

/* ---------------------------------------------

owner2.html .ownerをベースにしています

-----------------------------------------------*/
.owner.realestate .conLink .inner .bg {
  position: relative;
  margin: 0 0 0 -5rem;
  padding: 3.5rem 0 3.5rem 4rem;
  background: url(assets/img/bg_02.png) no-repeat;
  background-size: cover;
  background-position: center top 30%;
  width: calc(100% + 15rem);
  z-index: -2;
}

@media screen and (max-width: 1400px) {
  .owner.realestate .conLink .inner .bg {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .owner.realestate .conLink .inner .bg {
    padding: 15vw 1.5rem;
    background-size: inherit;
  }
}

.owner.realestate .conLink .txtArea::before {
  content: none;
  position: absolute;
  display: block;
  top: -11rem;
  left: -7rem;
  width: 900px;
  height: 200px;
  background: url(assets/img/ttl_02.png) no-repeat;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  .owner.realestate .conLink .txtArea::before {
    top: -9rem;
    left: -1.5rem;
    width: 500px;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .owner.realestate .conLink .txtArea::before {
    top: -30vw;
    width: 90vw;
  }
}

.owner.realestate .service .inner ul li:last-child {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .owner.realestate .service .inner ul li:last-child {
    height: auto;
  }
}

.owner.realestate .service .inner ul li:last-child figure {
  padding: 0;
}

/* ---------------------------------------------

owner3.html

-----------------------------------------------*/
.owner.special .font .txtWrp {
  padding: 0 0 0 4rem;
  width: 50%;
  text-align: left;
}

@media screen and (max-width: 1400px) {
  .owner.special .font .txtWrp {
    padding: 0 0 0 5vw;
  }
}

@media screen and (max-width: 768px) {
  .owner.special .font .txtWrp {
    padding: 0;
    width: 100%;
  }
}

.owner.special .font .ttl {
  margin: 0 0 1.5rem;
  color: #968078;
  font-size: 1.6rem;
  line-height: 2.7rem;
  font-family: notoSansJpBold;
}

@media screen and (max-width: 768px) {
  .owner.special .font .ttl {
    margin: 0.7rem 0 0.9rem;
    font-size: 1.25rem;
    line-height: 2.1rem;
  }
}

@media screen and (max-width: 768px) {
  .owner.special .font .spMT {
    margin: 40vw 0 0;
  }
}

@media screen and (max-width: 500px) {
  .owner.special .font .spMT {
    margin: 40vw 0 0;
  }
}

@media screen and (max-width: 375px) {
  .owner.special .font .spMT {
    margin: 32vw 0 0;
  }
}

.owner.special .font .txtArea {
  color: #968078;
}

@media screen and (max-width: 768px) {
  .owner.special .font .txtArea {
    margin: 0 0 2.5rem;
  }
}

.owner.special .innerT {
  margin: 0 auto;
  max-width: 1400px;
}

.owner.special .innerT > .flex {
  padding: 12rem 0 5rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .owner.special .innerT > .flex {
    flex-direction: column-reverse;
    padding: 8.5rem 0 1rem;
  }
}

.owner.special .innerT > .flex figure {
  position: relative;
  z-index: 1;
}

.owner.special .innerT > .flex figure::before {
  content: 'Story';
  position: absolute;
  top: -2rem;
  right: 6.5rem;
  color: #fff;
  width: 200px;
  height: auto;
  font-size: 14rem;
  font-family: notosansJpBold;
  font-weight: bold;
  letter-spacing: -0.1rem;
  z-index: -1;
  animation: fadeIn 2s ease normal;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .owner.special .innerT > .flex figure::before {
    display: none;
  }
}

.owner.special .innerT > .flex figure img {
  width: 97%;
  animation: fadeIn02 2.5s ease normal;
}

@media screen and (max-width: 768px) {
  .owner.special .innerT > .flex figure img {
    width: 100%;
  }
}

@keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.owner.special .innerT > .flex .txt {
  position: relative;
  writing-mode: vertical-rl;
  color: #EA7768;
  font-size: 2rem;
  line-height: 4rem;
  margin: -7rem 0 0;
  padding: 0 10rem 0 0;
  font-family: notoSansJpBold;
  z-index: 2;
}

.owner.special .innerT > .flex .txt span {
  padding: 2rem 0 0;
}

@media screen and (max-width: 768px) {
  .owner.special .innerT > .flex .txt {
    margin: -5.7rem 0 1.5rem;
    padding: 0;
    flex-direction: column-reverse;
    writing-mode: lr-tb;
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: center;
  }
}

.owner.special .innerT > .flex .txt::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .owner.special .innerT > .flex .txt::before {
    content: 'Story';
    display: block;
    position: absolute;
    top: -1.5rem;
    left: calc(50% - 4rem);
    color: #fff;
    height: auto;
    font-size: 3rem;
    font-family: notosansJpBold;
    font-weight: bold;
    letter-spacing: -0.1rem;
    z-index: -1;
  }
}

.owner.special .innerS {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: calc(1000px + 4rem);
}

@media screen and (max-width: 768px) {
  .owner.special .innerS {
    padding: 0;
  }
}

.owner.special .innerS > .flex {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10rem;
}

@media screen and (max-width: 768px) {
  .owner.special .innerS > .flex {
    display: block;
    flex-wrap: wrap;
    padding: 0 1rem;
  }
}

.owner.special .innerS > .flex.rev {
  margin: 0 2.5rem 0 0;
  flex-direction: row-reverse;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .owner.special .innerS > .flex.rev {
    margin: 0;
    text-align: left;
  }
}

.owner.special .innerS > .flex.rev .ttl {
  margin: -3rem 0 2rem;
}

@media screen and (max-width: 768px) {
  .owner.special .innerS > .flex.rev .ttl {
    margin: 4rem 0 1rem;
  }
}

.owner.special .innerS > .flex.rev .txtWrp {
  padding: 0 2rem 0 0;
  text-align: left;
}

@media screen and (max-width: 1400px) {
  .owner.special .innerS > .flex.rev .txtWrp {
    padding: 0 5vw 0 0;
  }
}

@media screen and (max-width: 1280px) {
  .owner.special .innerS > .flex.rev .txtWrp {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .owner.special .innerS > .flex.rev .txtWrp {
    padding: 0;
    width: 100%;
  }
}

.owner.special .innerS > .flex > div:first-child {
  position: relative;
}

@media screen and (max-width: 1280px) {
  .owner.special .innerS > .flex > div:first-child {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .owner.special .innerS > .flex > div:first-child {
    width: 100%;
  }
}

.owner.special .innerS > .flex figure {
  width: 50%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .owner.special .innerS > .flex figure {
    width: 70%;
  }
}

.owner.special .innerS > .flex figure.w100 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .owner.special .innerS > .flex figure.w100 {
    margin: 0 0 0 1rem;
    width: 70%;
  }
}

.owner.special .innerS > .flex figure.ab {
  position: absolute;
  right: -11rem;
  bottom: -6rem;
}

@media screen and (max-width: 1280px) {
  .owner.special .innerS > .flex figure.ab {
    right: -5vw;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .owner.special .innerS > .flex figure.ab {
    right: inherit;
    left: 18vw;
    bottom: -3rem;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .owner.special .innerS > .flex figure.ab {
    left: inherit;
    right: 3%;
  }
}

@media screen and (max-width: 768px) {
  .owner.special .innerS > .flex figure.ab img {
    height: 100px;
    width: auto;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .owner.special .innerS > .flex figure.ab img {
    height: 23vw;
    width: auto;
  }
}

.owner.special .innerL {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: calc(1400px + 4rem);
}

.owner.special .innerL > .flex {
  padding: 0 0 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .owner.special .innerL > .flex {
    flex-wrap: wrap;
    padding: 0;
  }
}

.owner.special .innerL > .flex .txtWrp {
  padding: 0 0 0 10rem;
}

@media screen and (max-width: 1024px) {
  .owner.special .innerL > .flex .txtWrp {
    padding: 0 0 0 5vw;
  }
}

@media screen and (max-width: 1280px) {
  .owner.special .innerL > .flex .txtWrp {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .owner.special .innerL > .flex .txtWrp {
    padding: 0 1rem;
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .owner.special .innerL > .flex figure {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .owner.special .innerL > .flex figure {
    width: 85%;
  }
}

.owner.special .innerR {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: calc(1050px + 4rem);
}

.owner.special .innerR > .flex {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .owner.special .innerR > .flex {
    flex-wrap: wrap;
  }
  .owner.special .innerR > .flex figure {
    margin: 0 1.5rem 0 0;
    width: 60%;
  }
}

@media screen and (max-width: 768px) and (max-width: 1280px) {
  .owner.special .innerR > .flex figure {
    width: 40%;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .owner.special .innerR > .flex figure {
    width: 60%;
  }
}

.owner.special .innerR > .flex .txtWrp {
  margin: 6rem 0 0;
  padding: 0 0 0 5rem;
}

@media screen and (max-width: 1280px) {
  .owner.special .innerR > .flex .txtWrp {
    width: 60%;
  }
}

@media screen and (max-width: 1024px) {
  .owner.special .innerR > .flex .txtWrp {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .owner.special .innerR > .flex .txtWrp {
    margin: 0;
    padding: 0 1rem;
    width: 100%;
  }
}

.owner.special .innerC {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.owner.special .innerC::before {
  content: '';
  position: absolute;
  bottom: 7rem;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #968078;
}

@media screen and (max-width: 768px) {
  .owner.special .innerC::before {
    display: none;
  }
}

.owner.special .innerC > .flex {
  position: relative;
  margin: 0 -10rem 0 0;
  padding: 0 0 20rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .owner.special .innerC > .flex {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
}

.owner.special .innerC > .flex > figure:nth-of-type(1) {
  margin: 0 0 -10rem 0;
}

@media screen and (max-width: 768px) {
  .owner.special .innerC > .flex > figure:nth-of-type(1) {
    position: relatibe;
    margin: 1.3rem 0 0 6rem;
    z-index: 3;
  }
  .owner.special .innerC > .flex > figure:nth-of-type(1) img {
    width: 23vw;
  }
}

@media screen and (max-width: 768px) {
  .owner.special .innerC > .flex > figure:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 1rem;
    width: 50%;
    height: auto;
    z-index: 2;
  }
}

.owner.special .innerC > .flex .txtWrp {
  position: relative;
  padding: 0;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .owner.special .innerC > .flex .txtWrp {
    padding: 0 0 0 1rem;
    text-align: left;
  }
}

/* .owner.special .ftBg {
  display: block;
  overflow: hidden;
  height: 50vw;
  background: 50% 50% url(assets/img/photo_11.png) no-repeat;
  background-size: 120%;
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
}

.owner.special .ftBg.on {
  background: 50% 50% url(assets/img/photo_11.png) no-repeat;
  background-size: 100%;
}*/
.owner.special .fLink {
  background: #fff;
}

.owner.special .fLink .inner {
  margin: 0 auto;
  padding: 2.5rem 2rem 6rem;
  max-width: calc(1100px + 4rem);
}

@media screen and (max-width: 768px) {
  .owner.special .fLink .inner {
    padding: 1rem 1rem 7rem;
    width: 100%;
  }
}

.fLink_img {
  margin: 0 0 40px 0;
}

.mt32 {
  margin: 32px 0 0 0;
}

.special_img {
  width: 50%;
}

.special_img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .fLink_img {
    margin: 0 0 16px 0;
  }
  .special_img {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .special_img img {
    width: 80%;
    height: auto;
  }
}

.owner.special .fLink .inner .flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.owner.special .fLink .inner .flex .ttl {
  margin: 0 0 0.2rem;
  color: #16305C;
  font-size: 1.6rem;
  font-family: notoSansJpBold;
}

@media screen and (max-width: 768px) {
  .owner.special .fLink .inner .flex .ttl {
    font-size: 1.4rem;
  }
}

.owner.special .fLink .inner .flex .subTtl {
  margin: 0 0 0.9rem;
  color: #968078;
  font-family: notoSansJpBold;
}

.owner.special .fLink .inner .flex .txtArea {
  color: #968078;
}

.owner.special .fLink .inner .flex .link a {
  position: relative;
  display: inline-block;
  padding: 0.3rem 3.5rem;
  color: #fff;
  background: #16305C;
  font-size: 0.9rem;
  border-radius: 2rem;
  text-align: center;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .owner.special .fLink .inner .flex .link {
    text-align: center;
  }
}

.owner.special .fLink .inner .flex .link a::before {
  content: '';
  position: absolute;
  top: 14px;
  right: 22px;
  width: 15px;
  height: 15px;
  background: #6793BD;
}

.owner.special .fLink .inner .flex .link a::after {
  content: '';
  position: absolute;
  top: 11px;
  right: 18px;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
}

.owner.special .fLink .inner .flex .link a:hover {
  background: #EA7768;
}

/* ---------------------------------------------

物件情報 serch.html

-----------------------------------------------*/
.property .w1280 {
  display: none;
  /* Chrome, Safari 対応 */
}

@media screen and (max-width: 1280px) {
  .property .w1280 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .property .w1280 {
    display: none;
  }
}

.property .w1280 .menu {
  overflow-y: scroll;
  width: 323px;
  scrollbar-width: none;
  /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none;
  /*Internet Explore対応のスクロールバー非表示コード*/
}

.property .w1280::-webkit-scrollbar {
  display: none;
  /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

.property .content > .inner {
  margin: 0 auto;
  padding: 2rem 2rem;
  max-width: calc(1400px + 4rem);
}

.property .content > .inner .flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .property .content > .inner .flex {
    display: block;
  }
}

.property .content > .inner .flex .sidebar {
  width: 320px;
}

@media screen and (max-width: 1280px) {
  .property .content > .inner .flex .sidebar {
    display: none;
  }
}

.property .content > .inner .flex .sidebar .menu {
  position: inherit;
  transform: translate(0);
}

.property .content > .inner .flex .mainCon {
  width: calc(100% - 320px - 2rem);
  padding-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .property .content > .inner .flex .mainCon {
    width: 100%;
  }
}

.property .content > .inner .flex .mainCon .selectTtl {
  margin: 0 0 1rem;
  padding: 0.8rem 0.8rem;
  color: #fff;
  background: #16305C;
}

.property .content > .inner .flex .mainCon .selectTtl > p {
  display: flex;
  align-items: center;
}

.property .content > .inner .flex .mainCon .selectTtl .icon {
  display: inline-block;
  margin: 0 2rem 0 0;
  padding: 0.3rem 2.5rem;
  color: #16305C;
  background: #fff;
  border-radius: 0.2rem;
}

.property .content > .inner .flex .mainCon .tab-area {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.property .content > .inner .flex .mainCon .tab-area .tab {
  padding: 0.5rem 0 0;
  width: calc(100% / 3 - 0.5rem);
  height: 50px;
  text-align: center;
  background: #D7D7D7;
  color: #333;
}

.property .content > .inner .flex .mainCon .tab-area .tab:hover {
  color: #fff;
  background: #16305C;
}

.property .content > .inner .flex .mainCon .tab-area .tab2 {
  margin: 0 1rem 0 0;
  padding: 0.5rem 0 0;
  height: 50px;
  text-align: center;
  color: #16305C;
}

.property .content > .inner .flex .mainCon .tab-area .resultAct {
  color: #fff;
  background: #16305C;
}

.property .content > .inner .flex .mainCon .tab-area .activeTab {
  position: relative;
  color: #16305C;
  background-color: #fff;
  border: none;
}

.property .content > .inner .flex .mainCon .tab-area .activeTab::before {
  content: '';
  position: absolute;
  bottom: -0.7rem;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: #FEB966;
  border-radius: 10px;
}

.property .content > .inner .flex .mainCon .tab-area .activeTab:hover {
  color: #333;
  background: #fff;
}

.property .content > .inner .flex .mainCon .jutifyNone {
  justify-content: inherit;
}

.property .content > .inner .flex .mainCon .content-area .innerCon {
  display: none;
}

.property .content > .inner .flex .mainCon .content-area .innerCon.show {
  display: block;
}

.property .content > .inner .flex .mainCon .wrp {
  display: none;
}

.property .content > .inner .flex .mainCon .wrp .wrpInner {
  padding: 1rem 1.5rem;
  background: #fff;
}

.property .content > .inner .flex .mainCon .wrp .pList1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.5rem;
}

.property .content > .inner .flex .mainCon .wrp .pList1 li {
  margin: 0 1.5rem 0 0;
}

.property .content > .inner .flex .mainCon .wrp .innerFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.9rem;
}

.property .content > .inner .flex .mainCon .wrp .innerFlex .leftList {
  width: 200px;
}

.property .content > .inner .flex .mainCon .wrp .innerFlex .leftList ul li {
  cursor: pointer;
}

.property .content > .inner .flex .mainCon .wrp .innerFlex .leftList + .leftList {
  margin-left: 1rem;
}

@media screen and (max-width: 1280px) {
  .property .content > .inner .flex .mainCon .wrp .innerFlex .leftList {
    margin: 0 0 1rem;
    width: 100%;
  }
}

.property .content > .inner .flex .mainCon .wrp .innerFlex .leftList ul {
  padding: 0 0 0 1rem;
}

@media screen and (max-width: 1280px) {
  .property .content > .inner .flex .mainCon .wrp .innerFlex .leftList ul {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1280px) {
  .property .content > .inner .flex .mainCon .wrp .innerFlex .leftList ul li {
    width: calc(100% / 6 - 1rem);
  }
}

.property .content > .inner .flex .mainCon .wrp .innerFlex .leftList:last-child {
  flex-grow: 1;
}

@media screen and (max-width: 1280px) {
  .property .content > .inner .flex .mainCon .wrp .innerFlex .leftList:last-child {
    width: 100%;
  }
}

.property .content > .inner .flex .mainCon .wrp .innerFlex .leftList:last-child > ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 0 0 1rem;
}

.property .content > .inner .flex .mainCon .wrp .innerFlex .leftList:last-child > ul li {
  min-width: calc(184px - 1rem);
}

.property .content > .inner .flex .mainCon .wrp .innerFlex .leftList:last-child > ul li span {
  font-size: 0.7rem;
}

.property .content > .inner .flex .mainCon .wrp .innerFlex .pTtl {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1rem;
  padding: 0.7rem 1rem;
  color: #fff;
  background: #C3B8B5;
  cursor: pointer;
}

.property .content > .inner .flex .mainCon .wrp .innerFlex .pTtl .choice a {
  display: inline-block;
  padding: 0.2rem 0.5rem 0.2rem 2rem;
  color: #fff;
  background: #509995 10% 50%/15px url(assets/img/icon_21.png) no-repeat;
  border-radius: 0.2rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.property .content > .inner .flex .selectItem {
  display: flex;
  align-items: center;
  margin: 1rem 0 2rem;
  padding: 1rem 1rem 1rem 2rem;
  color: #fff;
  background: #C3B8B5;
}

.property .content > .inner .flex .selectItem > p:nth-child(1) {
  width: 80px;
}

.property .content > .inner .flex .selectItem .selectList {
  margin: 0 0 0 2rem;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 80px);
}

.property .content > .inner .flex .selectItem .selectList p {
  position: relative;
  margin: 0 0.5rem 0.5rem 0;
  font-size: 0.8rem;
}

.property .content > .inner .flex .selectItem .selectList p a {
  display: block;
  padding: 0.2rem 2.2rem 0.2rem 1rem;
  color: #333;
  background: #fff;
  border-radius: 0.2rem;
}

.property .content > .inner .flex .selectItem .selectList p::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 3px;
  width: 20px;
  height: 20px;
  background: url(assets/img/icon_15.png) no-repeat;
}

.property .content > .inner .flex .result {
  margin: 0 0 1rem;
}

.property .content > .inner .flex .result.mT {
  margin: 3rem 0 0;
}

.property .content > .inner .flex .result > p {
  margin: 0 0 1rem;
  color: #16305C;
  font-weight: bold;
}

.property .content > .inner .flex .result > p > span {
  padding: 0 0 0 2rem;
  font-size: 1.5rem;
}

.property .content > .inner .flex .list {
  margin: 0 0 1rem;
}

.property .content > .inner .flex .list table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.property .content > .inner .flex .list table tr th {
  padding: 0.5rem 1.2rem 0.5rem;
  color: #fff;
  background: 100% #16305C;
  border: solid 1px #778ca3;
  vertical-align: middle;
  line-height: 1.3rem;
  font-size: 0.9rem;
}

.property .content > .inner .flex .list table tr th.sort {
  background: 100% 50% #16305C url(assets/img/icon_updown.png) no-repeat;
  background-size: 30px;
  cursor: pointer;
}

.property .content > .inner .flex .list table tr th.sort.isDesc {
  background: 100% 50% #16305C url(assets/img/icon_down.png) no-repeat;
  background-size: 30px;
}

.property .content > .inner .flex .list table tr th.sort.isAsc {
  background: 100% 50% #16305C url(assets/img/icon_up.png) no-repeat;
  background-size: 30px;
}

.property .content > .inner .flex .list table tr th:nth-child(1) {
  width: 22.5%;
}

@media screen and (max-width: 1280px) {
  .property .content > .inner .flex .list table tr th:nth-child(1) {
    width: 25%;
  }
}

.property .content > .inner .flex .list table tr th:nth-child(2) {
  width: 22.5%;
}

.property .content > .inner .flex .list table tr th:nth-child(3) {
  width: 15%;
}

.property .content > .inner .flex .list table tr th:nth-child(4) {
  width: 15%;
}

.property .content > .inner .flex .list table tr th:nth-child(5) {
  width: 15%;
}

.property .content > .inner .flex .list table tr td {
  position: relative;
  padding: 12px;
  border: solid 1px #F4EDEA;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8rem;
  line-height: 1.7rem;
}

.property .content > .inner .flex .list table tr td a figure {
  transition: .3s;
}

.property .content > .inner .flex .list table tr td a:hover figure {
  opacity: .6;
}

.property .content > .inner .flex .list table tr td a:hover p {
  text-decoration: underline;
}

.property .content > .inner .flex .list table tr td:nth-child(1) .figWrp {
  position: relative;
  top: 4px;
}

.property .content > .inner .flex .list table tr td:nth-child(1) .figWrp img {
  padding: 0;
  width: 100%;
}

.property .content > .inner .flex .list table tr td:nth-child(1) .figWrp .icon1 {
  position: absolute;
  top: 0;
  left: 90px;
  color: #fff;
  width: 90px;
  text-align: center;
  background: #EA7768;
  line-height: 1.4rem;
}

@media screen and (max-width: 1280px) {
  .property .content > .inner .flex .list table tr td:nth-child(1) .figWrp .icon1 {
    left: 80px;
    width: 80px;
  }
}

.property .content > .inner .flex .list table tr td:nth-child(1) .figWrp .icon2 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 90px;
  text-align: center;
  background: #B7B479;
  line-height: 1.4rem;
}

@media screen and (max-width: 1280px) {
  .property .content > .inner .flex .list table tr td:nth-child(1) .figWrp .icon2 {
    left: 0vw;
    width: 80px;
  }
}

.property .content > .inner .flex .list table tr td:nth-child(1) .figWrp .icon3 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 90px;
  text-align: center;
  background: #8FC5FF;
  line-height: 1.4rem;
}

@media screen and (max-width: 1280px) {
  .property .content > .inner .flex .list table tr td:nth-child(1) .figWrp .icon3 {
    left: 0vw;
    width: 80px;
  }
}

.property .content > .inner .flex .list table tr td:nth-child(1) .figWrp .icon4 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 90px;
  text-align: center;
  background: #F7BE79;
  line-height: 1.4rem;
}

@media screen and (max-width: 1280px) {
  .property .content > .inner .flex .list table tr td:nth-child(1) .figWrp .icon4 {
    left: 0vw;
    width: 80px;
  }
}

.property .content > .inner .flex .list table tr td:nth-child(1) .figWrp .icon5 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 90px;
  text-align: center;
  background: #5794C1;
  line-height: 1.4rem;
}

@media screen and (max-width: 1280px) {
  .property .content > .inner .flex .list table tr td:nth-child(1) .figWrp .icon5 {
    left: 0vw;
    width: 80px;
  }
}

.property .content > .inner .flex .list table tr td:nth-child(2) {
  text-align: left;
}

.property .content > .inner .flex .list table tr td:nth-child(2) span {
  color: #16305C;
  font-weight: bold;
}

.property .content > .inner .flex .list table tr td:nth-child(3) span {
  color: #EA7768;
  font-weight: bold;
}

.pager {
  width: 100%;
}

.pager ul {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
  width: 100%;
}

.pager ul li {
  margin: 0 0.2rem;
}

.pager ul li.active a {
  color: #fff;
  background: #16305C;
}

.pager ul li a {
  display: block;
  padding: 0.5rem 0.8rem;
  width: 40px;
  background: #fff;
  text-align: center;
  transition: .3s;
}

.pager ul li a:hover {
  background: #eee;
}

.pager ul li:last-child img {
  width: 8px;
}

.innerCon2 {
  display: none !important;
}

.innerCon2.show {
  display: block !important;
  margin: 1rem 0 0;
}

.activeTab2 {
  color: #333 !important;
}

.show2 {
  display: block !important;
}

/* ---------------------------------------------

物件情報 serch.html

-----------------------------------------------*/
/* 768px以下 */
@media screen and (max-width: 768px) {
  .property .content > .inner {
    padding: 0;
  }
  .property .content > .inner .spSelectItem {
    color: #fff;
    background: #16305C;
  }
  .property .content > .inner .spSelectItem .flex {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
  }
  .property .content > .inner .spSelectItem .flex p {
    padding: 0.7rem 1rem;
    width: calc(50% - 1rem);
    font-size: 1.1rem;
    border: 2px solid #fff;
    text-align: center;
    cursor: pointer;
  }
  .property .content > .inner .spSelectItem .flex p:first-child {
    border-right: none;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  .property .content > .inner .spSelectItem .flex p:last-child {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  .property .content > .inner .spSelectItem .flex p.active {
    color: #16305C;
    background: #fff;
  }
  .property .content > .inner .spSelectListWrp {
    margin: 0 0 3rem;
  }
  .property .content > .inner .spSelectListWrp .selectColor {
    color: #16305C;
  }
  .property .content > .inner .spSelectList {
    display: flex;
    justify-content: space-between;
    color: #968078;
    padding: 1rem;
    background: #fff;
    border-bottom: 1px solid #F4EDEA;
  }
  .property .content > .inner .selectTtl.mB {
    margin: 0 0 1.5rem !important;
  }
  .property .content > .inner .result {
    margin: 1rem 0 1.7rem !important;
    padding: 0 1rem;
    font-size: 0.8rem;
  }
  .property .content > .inner .result p {
    margin: 0 !important;
  }
  .property .content > .inner .selectItem {
    margin: 0 auto 1rem !important;
    max-width: calc(100% - 2rem);
    align-items: flex-start !important;
  }
  .property .content > .inner .result.mB {
    margin: 0 0 2rem !important;
  }
  .property .content > .inner table tbody {
    display: block;
    padding: 0 0 1.5rem;
  }
  .property .content > .inner table tbody:last-child {
    padding: 0 0 0.5rem;
  }
  .property .content > .inner table th, .property .content > .inner table td {
    padding: 1rem;
    text-align: left;
  }
  .property .content > .inner table tr:nth-child(2) td span {
    color: #16305C;
    font-weight: bold;
  }
  .property .content > .inner table tr:nth-child(3) td span {
    color: #EA7768;
    font-weight: bold;
  }
  .property .content > .inner table th {
    color: #fff;
    background: #16305C;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    width: 150px;
  }
  .property .content > .inner table td {
    position: relative;
    background: #fff;
  }
  .property .content > .inner table td .icon1 {
    position: absolute;
    top: 1rem;
    left: calc(1rem + 80px);
    padding: 0.3rem;
    width: 80px;
    color: #fff;
    font-size: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #EA7768;
    z-index: 2;
  }
  .property .content > .inner table td .icon2 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.3rem;
    width: 80px;
    color: #fff;
    font-size: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #B7B479;
    z-index: 2;
  }
  .property .content > .inner table td .icon3 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.3rem;
    width: 80px;
    color: #fff;
    font-size: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #8FC5FF;
    z-index: 2;
  }
  .property .content > .inner table td .icon4 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.3rem;
    width: 80px;
    color: #fff;
    font-size: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #F7BE79;
    z-index: 2;
  }
  .property .content > .inner table td .icon5 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.3rem;
    width: 80px;
    color: #fff;
    font-size: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #5794C1;
    z-index: 2;
  }
  .property .content > .inner .pager ul {
    margin: 0;
    padding: 0 0 5rem;
  }
  .property .content > .inner .pager ul li a {
    padding: 0.4rem;
    width: 36px;
  }
  .modal-container {
    margin: 15vw 0 0;
    padding: 0 !important;
    height: calc(100% - 15vw) !important;
    background: #fff !important;
  }
  .modal-container::before {
    display: none !important;
  }
  .modal-container .select1 {
    margin: 0 0 3rem;
  }
  .modal-container .select1 ul {
    margin: 0 0 2rem;
  }
  .modal-container .select1 ul li {
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  .modal-container .select1 ul li a {
    position: relative;
    display: block;
    padding: 1rem;
  }
  .modal-container .select1 ul li a::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 1rem;
    width: 10px;
    height: 10px;
    background: 50% 50%/contain url(assets/img/icon_16.png) no-repeat;
  }
  .modal-container .select1 ul li.none a {
    color: #999;
    pointer-events: none;
  }
  .modal-container .select2 {
    margin: 0 0 3rem;
  }
  .modal-container .select2 ul {
    margin: 0 0 2rem;
  }
  .modal-container .select2 ul li {
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  .modal-container .select2 ul li.active a {
    color: #fff;
    background: #16305C;
  }
  .modal-container .select2 ul li.return a {
    color: #fff;
    background: #968078;
  }
  .modal-container .select2 ul li.return a span {
    padding: 0 0 0 1.5rem;
  }
  .modal-container .select2 ul li.return a::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    left: 1rem;
    width: 11px;
    height: 11px;
    background: 50% 50%/contain url(assets/img/icon_22.png) no-repeat;
  }
  .modal-container .select2 ul li a {
    position: relative;
    display: block;
    padding: 1rem;
  }
  .modal-container .select2 ul li a::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 1rem;
    width: 10px;
    height: 10px;
    background: 50% 50%/contain url(assets/img/icon_16.png) no-repeat;
  }
  .modal-container .select2 ul li.none a {
    color: #999;
    pointer-events: none;
  }
  .modal-container .select3 {
    margin: 0 0 3rem;
  }
  .modal-container .select3 .area {
    padding: 1rem;
    color: #fff;
    background: #16305C;
    text-align: left;
    position: relative;
  }
  .modal-container .select3 .area::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 1rem;
    width: 11px;
    height: 11px;
    transform: rotateZ(-90deg);
    background: 50% 50%/contain url(assets/img/icon_22.png) no-repeat;
  }
  .modal-container .select3 .ttl {
    padding: 1rem;
    color: #fff;
    background: #968078;
    text-align: left;
    position: relative;
  }
  .modal-container .select3 .ttl::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 1rem;
    width: 11px;
    height: 11px;
    transform: rotateZ(-90deg);
    background: 50% 50%/contain url(assets/img/icon_22.png) no-repeat;
  }
  .modal-container .select3 .ttl.search::before {
    transform: rotateZ(180deg);
  }
  .modal-container .select3 .subTtl {
    padding: 1rem;
    color: #fff;
    background: #C3B8B5;
    text-align: left;
    position: relative;
  }
  .modal-container .select3 .subTtl::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 1rem;
    width: 11px;
    height: 11px;
    transform: rotateZ(-90deg);
    background: 50% 50%/contain url(assets/img/icon_22.png) no-repeat;
  }
  .modal-container .select3 .subTtl.search::before {
    transform: rotateZ(180deg);
  }
  .modal-container .select3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.8rem;
    border-top: 1px solid #F4EDEA;
  }
  .modal-container .select3 ul li {
    padding: 1rem 1rem;
    width: calc(100% / 2);
    text-align: left;
    border: 1px solid #F4EDEA;
    position: relative;
  }
  .modal-container .select3 ul li:not(.return)::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 1rem;
    width: 11px;
    height: 11px;
    background: 50% 50%/contain url(assets/img/icon_26.png) no-repeat;
  }
  .modal-container .select3 ul li:nth-child(odd) {
    border-left: none;
    border-right: none;
    border-top: none;
  }
  .modal-container .select3 ul li:nth-child(even) {
    border-right: none;
    border-top: none;
  }
  .modal-container .select3 ul li.return {
    position: relative;
    padding: 0;
    width: 100%;
  }
  .modal-container .select3 ul li.return a {
    display: block;
    padding: 1rem;
    color: #fff;
    background: #968078;
    font-size: 1rem;
  }
  .modal-container .select3 ul li.return a span {
    padding: 0 0 0 1.5rem;
  }
  .modal-container .select3 ul li.return a::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    left: 1rem;
    width: 11px;
    height: 11px;
    background: 50% 50%/contain url(assets/img/icon_22.png) no-repeat;
  }
  .modal-container .btnWrp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 0;
  }
  .modal-container .btnWrp .search {
    margin: 0 1rem 0 0;
    color: #16305C;
    background: #FEB966 10% 50%/15px url(assets/img/icon_08.png) no-repeat;
  }
  .modal-container .btnWrp .search a {
    display: inline-block;
    padding: 0.5rem 8vw;
  }
  .modal-container .btnWrp .search a span {
    padding: 0 0 0 1rem;
  }
  .modal-container .closeBtn a {
    display: inline-block;
    padding: 0.5rem 8vw;
    color: #fff;
    background: #16305C;
    cursor: pointer;
    border-radius: 3rem;
  }
}

/* -----------------------------------------

絞り込み検索用 modal

-----------------------------------------*/
.modal-container2 {
  margin: 15vw 0 0;
  padding: 0 !important;
  height: calc(100% - 15vw) !important;
  background: #fff !important;
}

.modal-container2 .menu-sp {
  width: 100%;
  color: #fff;
  text-align: left;
}

.modal-container2 .menu-sp.open {
  transform: translateZ(0);
}

.modal-container2 .menu-sp a {
  color: #fff;
}

.modal-container2 .menu-sp .menuInner {
  padding: 3rem 1rem;
  background: #16305C;
}

.modal-container2 .menu-sp > .menuInner > .flex {
  display: flex;
  justify-content: center;
  margin: 0 0 1.5rem;
}

.modal-container2 .menu-sp > .menuInner > .flex p {
  width: 50%;
  background: #16305C;
  border: 2px solid #fff;
  cursor: pointer;
}

.modal-container2 .menu-sp > .menuInner > .flex p.show {
  background: #fff;
}

.modal-container2 .menu-sp > .menuInner > .flex p.show a {
  color: #16305C;
}

.modal-container2 .menu-sp > .menuInner > .flex p:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.modal-container2 .menu-sp > .menuInner > .flex p:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.modal-container2 .menu-sp > .menuInner > .flex p.active {
  background: #fff;
}

.modal-container2 .menu-sp > .menuInner > .flex p.active a {
  color: #16305C;
}

.modal-container2 .menu-sp > .menuInner > .flex a {
  display: block;
  padding: 0.5rem 0;
  text-align: center;
}

.modal-container2 .menu-sp .ttl {
  margin: 0 0 0.3rem;
}

.modal-container2 .menu-sp .select1 {
  margin: 0 0 1.5rem;
}

.modal-container2 .menu-sp .select1 select {
  padding: 0.8rem;
  width: 100%;
}

.modal-container2 .menu-sp .select2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.8rem;
  text-align: center;
}

.modal-container2 .menu-sp .select2 ul li {
  margin: 0 0 0.5rem;
  width: calc(50% - 0.25rem);
}

.modal-container2 .menu-sp .select2 ul li a {
  display: block;
  padding: 1rem  0 1rem 2rem;
  border: 2px solid #fff;
  transition: 0.3s;
}

.modal-container2 .menu-sp .select2 ul li:nth-child(1) a {
  background: 10% 50%/30px url(assets/img/icon_18.png) no-repeat;
}

.modal-container2 .menu-sp .select2 ul li:nth-child(2) a {
  background: 10% 50%/40px url(assets/img/icon_17.png) no-repeat;
}

.modal-container2 .menu-sp #rentMenuSP .select2 ul li:nth-child(3) a {
  background: 10% 50%/40px url(assets/img/icon_32.png) no-repeat;
}

.modal-container2 .menu-sp #buyMenuSP .select2 ul li:nth-child(3) a {
  background: 10% 50%/40px url(assets/img/icon_19.png) no-repeat;
}

.modal-container2 .menu-sp .select2 ul li:nth-child(4) a {
  background: 10% 50%/30px url(assets/img/icon_20.png) no-repeat;
}

.modal-container2 .menu-sp .said {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0 1.5rem;
  border-bottom: 1px solid #fff;
}

.modal-container2 .menu-sp .said .number {
  line-height: 1rem;
}

.modal-container2 .menu-sp .said .number span {
  padding: 0 0.5rem 0 0;
  font-size: 2rem;
}

.modal-container2 .menu-sp .selectList {
  margin: 0 0 1rem;
}

.modal-container2 .menu-sp .selectList .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  margin: 0 0 0.8rem;
}

.modal-container2 .menu-sp .selectList .flex select {
  padding: 0.5rem 0 0.5rem 0.5rem;
  width: calc(50% - 0.8rem);
}

.modal-container2 .menu-sp .selectList .flex.select {
  margin: 0.2rem 0 0;
  font-size: 0.8rem;
}

.modal-container2 .menu-sp .selectList .flex.select li {
  margin: 0 0 0.5rem;
  width: calc(25% - 0.4rem);
  text-align: center;
}

.modal-container2 .menu-sp .selectList .flex.select li:nth-last-child(1), .modal-container2 .menu-sp .selectList .flex.select li:nth-last-child(2) {
  margin: 0;
}

.modal-container2 .menu-sp .selectList .flex.select li a {
  display: block;
  padding: 0.5rem 0;
  border: 2px solid #fff;
  line-height: 1.3rem;
}

.modal-container2 .menu-sp .selectList .oneCol {
  padding: 0.5rem;
  width: 56%;
}

.modal-container2 .menu-sp .search {
  margin: 0 auto 0.8rem;
  text-align: center;
}

.modal-container2 .menu-sp .search a {
  margin: 0 1rem 0 0 !important;
  color: #16305C;
  background: #FEB966 10% 50%/15px url(assets/img/icon_08.png) no-repeat !important;
}

.modal-container2 .menu-sp .search a:hover {
  background: #fff;
}

.modal-container2 .menu-sp .search a::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 20px;
  width: 17px;
  height: 17px;
  background: 50% 50%/contain url(assets/img/icon_08.png) no-repeat;
}

.modal-container2 .menu-sp .otherLink {
  margin: 0.3rem 0 2rem;
  text-align: center;
}

.modal-container2 .menu-sp .otherLink a {
  position: relative;
  display: inline-block;
  font-size: 0.7rem;
  padding: 0 0 0 1.5rem;
}

.modal-container2 .menu-sp .otherLink a::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: 50% 50%/contain url(assets/img/icon_07.png) no-repeat;
}

.modal-container2 .menu-sp .btnWrp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0;
}

.modal-container2 .menu-sp .btnWrp .search {
  margin: 0 1rem 0 0;
  color: #16305C;
  background: #FEB966 10% 50%/15px url(assets/img/icon_08.png) no-repeat;
}

.modal-container2 .menu-sp .btnWrp .search a {
  display: inline-block;
  padding: 0.5rem 6vw;
}

.modal-container2 .menu-sp .btnWrp .search a span {
  padding: 0 0 0 1rem;
}

.modal-container2 .menu-sp .closeBtn a {
  display: inline-block;
  padding: 0.5rem 6vw;
  color: #fff;
  background: #16305C;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 3rem;
}

.modal-container2 .menu-sp .select2 ul li input:checked + label a {
  color: #16305c;
  position: relative;
}

.modal-container2 .menu-sp .select2 ul li:nth-child(1) input:checked + label a {
  background: #fff 10% 50%/30px url(assets/img/icon_18_h.png) no-repeat;
}

.modal-container2 .menu-sp .select2 ul li:nth-child(2) input:checked + label a {
  background: #fff 10% 50%/40px url(assets/img/icon_17_h.png) no-repeat;
}

.modal-container2 .menu-sp #rentMenuSP .select2 ul li:nth-child(3) input:checked + label a {
  background: #fff 10% 50%/40px url(assets/img/icon_32_h.png) no-repeat;
}

.modal-container2 .menu-sp #buyMenuSP .select2 ul li:nth-child(3) input:checked + label a {
  background: #fff 10% 50%/40px url(assets/img/icon_19_h.png) no-repeat;
}

.modal-container2 .menu-sp .select2 ul li:nth-child(4) input:checked + label a {
  background: #fff 10% 50%/30px url(assets/img/icon_20_h.png) no-repeat;
}

.modal-container2 .menu-sp .select2 ul li input:checked + label a:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: url("assets/img/check.svg");
  background-size: cover;
  top: 4px;
  left: 4px;
}

.modal-container2 .menu-sp .select2 ul li input {
  display: none;
}

.modal-container2 .menu-sp .selectList .flex.select li input:checked + label a {
  color: #16305C;
  background: #fff;
}

.modal-container2 .menu-sp .selectList .flex.select li input {
  display: none;
}

/* ---------------------------------------------

物件情報 serch.html

-----------------------------------------------*/
@media screen and (max-width: 768px) {
  .result .breadcrumbWrp {
    display: none;
  }
}

.result .content .inner {
  margin: 0 auto;
  padding: 2rem;
  max-width: calc(1080px + 4rem);
}

@media screen and (max-width: 768px) {
  .result .content .inner {
    padding: 0;
  }
}

.result .content .inner .select {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 2rem;
  padding: 1rem;
  color: #fff;
  background: #C3B8B5;
}

@media screen and (max-width: 768px) {
  .result .content .inner .select {
    margin: 0 0 1.5rem;
    align-items: flex-start;
  }
}

.result .content .inner .select .ttl {
  width: 150px;
}

.result .content .inner .select .selectItem {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 150px);
}

.result .content .inner .select .selectItem p {
  margin: 0 0.5rem 0.5rem 0;
  padding: 0 1rem;
  color: #000;
  background: #fff;
  font-size: 0.9rem;
}

.result .content .inner .flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2rem;
}

@media screen and (max-width: 768px) {
  .result .content .inner .flex {
    display: block;
    margin: 0 0 1.5rem;
    padding: 0 1rem;
  }
}

.result .content .inner .flex h2 {
  color: #16305C;
  font-size: 1.2rem;
  font-weight: normal;
}

.result .content .inner .flex .cat {
  display: flex;
  margin: 0 0 0.5rem;
}

.result .content .inner .flex .cat p:first-child {
  margin: 0 0.3rem 0 0;
}

.result .content .inner .flex .cat .icon1 {
  padding: 0.3rem;
  width: 80px;
  color: #fff;
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #EA7768;
}

.result .content .inner .flex .cat .icon2 {
  padding: 0.3rem;
  width: 80px;
  color: #fff;
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #B7B479;
}

.result .content .inner .flex .cat .icon3 {
  padding: 0.3rem;
  width: 80px;
  color: #fff;
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #8FC5FF;
}

.result .content .inner .flex .cat .icon4 {
  padding: 0.3rem;
  width: 80px;
  color: #fff;
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #F7BE79;
}

.result .content .inner .flex .cat .icon5 {
  padding: 0.3rem;
  width: 80px;
  color: #fff;
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #5794C1;
}

@media screen and (max-width: 768px) {
  .result .content .inner .flex .btn {
    display: none;
  }
}

.result .content .inner .flex .btn a {
  display: block;
  margin: 1rem 0 0;
  padding: 0.5rem 2rem;
  color: #fff;
  background: #EA7768;
  border-radius: 0.2rem;
  transition: 0.3s opacity;
}

.result .content .inner .flex .btn a:hover {
  opacity: 0.75;
}

.result .content .inner table {
  margin: 0 0 3rem;
  background: #fff;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .result .content .inner table {
    margin: 0 0 1.5rem;
  }
}

.result .content .inner table th, .result .content .inner table td {
  padding: 1rem 2rem;
  border-bottom: 1px solid #F4EDEA;
}

@media screen and (max-width: 768px) {
  .result .content .inner table th, .result .content .inner table td {
    padding: 1rem;
    font-size: 0.9rem;
  }
}

.result .content .inner table th {
  width: 200px;
  color: #fff;
  background: #16305C;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .result .content .inner table th {
    width: 130px;
  }
}

.result .content .inner table td span {
  margin: 0 0.2rem 0 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #EA7768;
}

.result .content .inner table td .about .ttl {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #16305C;
}

.result .content .inner table td .about .flex div {
  width: calc(50% - 1rem);
}

@media screen and (max-width: 768px) {
  .result .content .inner table td .about .flex div {
    width: 100%;
  }
}

.result .content .inner .btnWrp {
  margin: 0 0 8rem;
}

@media screen and (max-width: 768px) {
  .result .content .inner .btnWrp {
    margin: 0 0 3rem;
    padding: 0 1rem;
  }
}

.result .content .inner .btnWrp .btn {
  margin: 0 0 1rem;
  text-align: center;
}

.result .content .inner .btnWrp .btn a {
  display: inline-block;
  padding: 0.9rem 2.5rem;
  color: #fff;
  background: #EA7768;
  border-radius: 0.2rem;
  transition: 0.3s opacity;
  min-width: 300px;
}

.result .content .inner .btnWrp .btn a:hover {
  opacity: 0.75;
}

.result .content .inner .btnWrp .txt {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .result .content .inner .btnWrp .txt {
    text-align: left;
    line-height: 1.4rem;
  }
}

.result .content .inner .btnWrp .link {
  color: #16305C;
  font-size: 0.8rem;
  text-align: center;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .result .content .inner .btnWrp .link {
    text-align: left;
  }
}

.result .content .inner .other {
  margin: 0 auto;
  padding: 0 0 6rem;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .result .content .inner .other {
    padding: 0 0 4rem;
  }
}

.result .content .inner .other .en {
  margin: 0 0 0.4rem;
  color: #968078;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .result .content .inner .other .en {
    margin: 0;
    font-size: 0.9rem;
  }
}

.result .content .inner .other h3 {
  margin: 0 0 2.5rem;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .result .content .inner .other h3 {
    margin: 0 0 2rem;
    font-size: 1.3rem;
  }
}

.result .content .inner .other ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 3rem;
}

@media screen and (max-width: 768px) {
  .result .content .inner .other ul {
    margin: 0 0 1rem;
    padding: 0 1rem;
  }
}

.result .content .inner .other ul li {
  width: calc(100% / 3 - 1.5rem);
}

@media screen and (max-width: 768px) {
  .result .content .inner .other ul li {
    margin: 0 0 2rem;
    width: 100%;
  }
}

.result .content .inner .other ul li .price {
  margin: 0 0 0.5rem;
  color: #968078;
}

@media screen and (max-width: 768px) {
  .result .content .inner .other ul li .price {
    margin: 0;
  }
}

.result .content .inner .other ul li .price span {
  color: #EA7768;
}

.result .content .inner .other ul li .txt {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.result .content .inner .other ul li img {
  width: 100%;
}

.result .content .inner .other .btn {
  text-align: center;
}

.result .content .inner .other .btn a {
  position: relative;
  display: inline-block;
  padding: 0.5rem 3rem;
  color: #fff;
  background: #16305C;
  border-radius: 2rem;
  transition: 0.3s;
}

.result .content .inner .other .btn a::before {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  right: 1.2rem;
  width: 12px;
  height: 12px;
  background: 50% 50%/14px url(assets/img/slick_arrow_right.png) no-repeat;
}

.result .content .inner .other .btn a:hover {
  background: #EA7768;
}

/* ---------------------------------------------

物件情報 renewal.html

-----------------------------------------------*/
.renewal .subPageCon1 .contentKey {
  padding: 8rem 0;
  width: 100%;
  background: url(assets/img/key_bg_01.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon1 .contentKey {
    margin: 0;
    padding: 0;
  }
  .renewal .subPageCon1 .contentKey img {
    vertical-align: top;
  }
}

.renewal .subPageCon1 .contentKey .contentKeyInner {
  position: relative;
  margin: 0 auto;
  padding: 7rem 0 5rem;
  max-width: 900px;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon1 .contentKey .contentKeyInner {
    padding: 5rem 1rem 3rem;
    width: 100%;
    text-align: left;
  }
}

.renewal .subPageCon1 .contentKey .contentKeyInner::before {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -12rem;
  width: 200px;
  height: 300px;
  background: url(assets/img/illust_img_01.png) no-repeat;
}

@media screen and (max-width: 1280px) {
  .renewal .subPageCon1 .contentKey .contentKeyInner::before {
    right: 1rem;
    bottom: -12rem;
  }
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon1 .contentKey .contentKeyInner::before {
    top: -7rem;
    bottom: inherit;
    width: 90px;
    height: 180px;
    background-size: contain;
  }
}

.renewal .subPageCon1 .contentKey .contentKeyInner h3 {
  position: relative;
  margin: 0 0 4rem;
  color: #968078;
  font-size: 2rem;
  font-family: notoSansJpBold;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon1 .contentKey .contentKeyInner h3 {
    margin: 0 0 2rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
    text-align: center;
  }
}

.renewal .subPageCon1 .contentKey .contentKeyInner h3::before {
  content: 'Mission';
  position: absolute;
  top: -1.8rem;
  left: 0;
  width: 100%;
  height: 300px;
  color: #F4EDEA;
  font-size: 5rem;
  font-weight: bold;
  font-family: notosansjpBold;
  letter-spacing: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon1 .contentKey .contentKeyInner h3::before {
    top: -1.3rem;
  }
}

@media screen and (max-width: 500px) {
  .renewal .subPageCon1 .contentKey .contentKeyInner h3::before {
    font-size: 13vw;
  }
}

.renewal .subPageCon2 .btn {
  text-align: center;
}

.renewal .subPageCon2 .btn a {
  display: inline-block;
  margin: 1rem 0 0;
  padding: 1rem 3rem;
  color: #fff;
  background: #16305C;
  border-radius: 10rem;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon2 .btn a {
    padding: 1rem;
  }
}

.renewal .subPageCon2 .btn a:hover {
  background: #EA7768;
}

.renewal .subPageCon1 .contentKey .contentKeyInner .modalContent {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50vw;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 3rem;
  background: #fff;
  z-index: 10001;
  border-radius: 0.2rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon1 .contentKey .contentKeyInner .modalContent {
    padding: 3rem 1rem;
    width: calc(100vw - 2rem);
  }
}

.renewal .subPageCon1 .contentKey .contentKeyInner .modalContent .inner {
  position: relative;
}

.renewal .subPageCon1 .contentKey .contentKeyInner .modalContent .inner.open {
  display: block;
}

.renewal .subPageCon1 .contentKey .contentKeyInner .modalContent .inner .ttl {
  margin: 0 0 2rem;
  color: #16305C;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.renewal .subPageCon1 .contentKey .contentKeyInner .modalContent .inner .blankLink {
  text-align: center;
}

.renewal .subPageCon1 .contentKey .contentKeyInner .modalContent .inner .blankLink a {
  position: relative;
  display: inline-block;
  margin: 2.5rem 0 0;
  padding: 0.5rem 4.6rem;
  color: #fff;
  background: #16305C;
  border-radius: 10rem;
  transition: 0.3s;
  letter-spacing: -0.08rem;
  cursor: pointer;
}

.renewal .subPageCon1 .contentKey .contentKeyInner .modalContent .inner .blankLink a:hover {
  background: #EA7768;
}

.renewal .subPageCon1 .contentKey .contentKeyInner .modalContent .inner .blankLink a::before {
  content: '';
  position: absolute;
  top: 18px;
  right: 22px;
  width: 15px;
  height: 15px;
  background: #6793BD;
}

.renewal .subPageCon1 .contentKey .contentKeyInner .modalContent .inner .blankLink a::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 19px;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
}

.renewal .subPageCon1 .contentKey .contentKeyInner .modalContent .inner .closeBtn {
  position: absolute;
  top: -5.5rem;
  right: -5.5rem;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon1 .contentKey .contentKeyInner .modalContent .inner .closeBtn {
    top: -5.8rem;
    right: -1rem;
  }
}

.renewal .subPageCon1 .contentKey .contentKeyInner .modalContent .inner .closeBtn img {
  width: 34px;
  object-fit: cover;
  cursor: pointer;
}

.renewal .subPageCon2 .inner {
  margin: 0 auto;
  padding: 5rem 2rem;
  max-width: calc(1080px + 4rem);
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon2 .inner {
    padding: 3rem 0;
  }
}

.renewal .subPageCon2 .inner .conWrp > .ttl {
  margin: 0 0 3rem;
  font-size: 28px;
  text-align: center;
  font-family: notoSansJpBold;
}

.renewal .subPageCon2 .inner .conWrp > .ttl span {
  display: block;
  font-size: 1rem;
  color: #968078;
}

.renewal .subPageCon2 .inner .conWrp > .txt {
  margin: 0 0 2rem;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon2 .inner .conWrp > .txt {
    margin: 0 0 3rem;
    padding: 0 1rem;
  }
}

.renewal .subPageCon2 .inner .conWrp .sTtl {
  margin: 0 0 1.5rem;
  color: #968078;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon2 .inner .conWrp .sTtl {
    margin: 0 0 0.8rem;
    font-size: 18px;
  }
}

.renewal .subPageCon2 .inner .conWrp .listWrp {
  padding: 3rem;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon2 .inner .conWrp .listWrp {
    padding: 1rem;
  }
}

.renewal .subPageCon2 .inner .conWrp .listWrp > .ttl {
  position: relative;
  color: #16305C;
  padding: 0 0 1rem 4rem;
  font-size: 24px;
  font-family: notoSansJpBold;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon2 .inner .conWrp .listWrp > .ttl {
    padding: 0 0 1rem 3.3rem;
    font-size: 20px;
  }
}

.renewal .subPageCon2 .inner .conWrp .listWrp > .ttl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 30px;
  background: url(assets/img/icon_23.png) no-repeat;
  background-size: contain;
}

.renewal .subPageCon2 .inner .conWrp .listWrp > .ttl.icon2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 30px;
  background: url(assets/img/icon_24.png) no-repeat;
  background-size: contain;
}

.renewal .subPageCon2 .inner .conWrp .listWrp > .ttl2 {
  margin: 3rem 0 2rem;
  color: #EA7768;
  font-size: 24px;
  text-align: center;
  font-family: notoSansJpBold;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon2 .inner .conWrp .listWrp > .ttl2 {
    margin: 1rem 0;
    font-size: 1.18rem;
  }
}

.renewal .subPageCon2 .inner .conWrp .listWrp > .txt {
  margin: 0 0 2rem;
}

.renewal .subPageCon2 .inner .conWrp .listWrp > .flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4rem;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon2 .inner .conWrp .listWrp > .flex {
    flex-wrap: wrap;
    margin: 0 0 1rem;
  }
}

.renewal .subPageCon2 .inner .conWrp .listWrp > .flex > div {
  width: calc(50% - 1rem);
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon2 .inner .conWrp .listWrp > .flex > div {
    margin: 0 0 2rem;
    width: 100%;
  }
}

.renewal .subPageCon2 .inner .conWrp .googleMap {
  margin: 0 0 1rem;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon2 .inner .conWrp .googleMap {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon2 .inner .conWrp .googleMap .txt {
    padding: 0 0 2rem;
  }
}

.renewal .subPageCon3 .inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: calc(1080px + 4rem);
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon3 .inner {
    padding: 0;
  }
}

.renewal .subPageCon3 .inner > .ttl {
  margin: 0 0 3rem;
  font-size: 28px;
  text-align: center;
  font-family: notoSansJpBold;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon3 .inner > .ttl {
    margin: 0 0 2rem;
  }
}

.renewal .subPageCon3 .inner > .ttl span {
  display: block;
  font-size: 1rem;
  color: #968078;
}

.renewal .subPageCon3 .inner .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 3rem;
  padding: 3rem;
  background: #fff;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon3 .inner .flex {
    margin: 0 0 1rem;
    padding: 1rem;
  }
}

.renewal .subPageCon3 .inner .flex:hover {
  opacity: 0.6;
}

.renewal .subPageCon3 .inner .flex:hover .ttl::before {
  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  width: 38px;
  height: 38px;
  background: #EA7768 calc(50% + 1px) 50% url(assets/img/icon_25.png) no-repeat !important;
  background-size: 9px !important;
  border-radius: 10rem;
  transition: 0.3s;
}

.renewal .subPageCon3 .inner .flex figure {
  width: calc(50% - 2rem);
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon3 .inner .flex figure {
    width: 100%;
  }
}

.renewal .subPageCon3 .inner .flex div.rContainer {
  width: calc(100% - 50%);
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon3 .inner .flex div.rContainer {
    width: 100%;
  }
}

.renewal .subPageCon3 .inner .flex div.rContainer .ttl {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  color: #16305C;
  font-size: 1.4rem;
  font-family: notoSansJpBold;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon3 .inner .flex div.rContainer .ttl {
    padding: 1rem 0;
  }
}

.renewal .subPageCon3 .inner .flex div.rContainer .ttl::before {
  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  width: 38px;
  height: 38px;
  background: #16305C calc(50% + 1px) 50% url(assets/img/icon_25.png) no-repeat;
  background-size: 9px;
  border-radius: 10rem;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon3 .inner .flex div.rContainer .ttl::before {
    top: 0.8rem;
  }
}

.renewal .subPageCon3 .inner .flex div.rContainer .ttl2 {
  margin: 0 0 1rem;
  font-size: 1.3rem;
  color: #EA7768;
  font-family: notoSansJpBold;
}

.renewal .subPageCon3 .inner .flex div.rContainer .txt {
  margin: 0 0 1.5rem;
}

.renewal .subPageCon3 .inner .flex div.rContainer ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2rem;
}

.renewal .subPageCon3 .inner .flex div.rContainer ul li p {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.2rem 1rem;
  background: #eee;
  border-radius: 5rem;
  font-family: notoSansJpBold;
}

.renewal .subPageCon3 .txtWrp {
  position: relative;
  padding: 0 0 10rem;
  text-align: center;
  font-family: notoSansJpBold;
  color: #16305C;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon3 .txtWrp {
    padding: 0 1rem 8rem;
    text-align: left;
  }
}

.renewal .subPageCon3 .txtWrp::before {
  content: '';
  position: absolute;
  bottom: 5rem;
  left: calc(50% - 7.5px);
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #968078;
}

@media screen and (max-width: 768px) {
  .renewal .subPageCon3 .txtWrp::before {
    bottom: 2.5rem;
  }
}

.renewal .serviceadd {
  padding-top: 5rem;
}

.renewal .serviceadd .inner {
  margin: 0 auto;
  padding: 4rem 2rem 0;
  max-width: calc(1080px + 4rem);
}

@media screen and (max-width: 768px) {
  .renewal .serviceadd .inner {
    padding: 2rem 1.5rem 3rem;
  }
}

.renewal .serviceadd > .ttl {
  font-size: 28px;
  text-align: center;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  .renewal .serviceadd > .ttl {
    margin: 0 0 0.5rem;
  }
}

.renewal .serviceadd > .ttl span {
  display: block;
  font-size: 1rem;
  color: #968078;
}

.renewal .serviceadd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  position: relative;
  margin-bottom: 6rem;
}

.renewal .serviceadd ul li::before {
  position: absolute;
  bottom: -60px;
  left: calc(50% - 20px);
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #EA7768;
}

.renewal .serviceadd ul li:nth-child(2):before {
  content: '';
}

@media screen and (max-width: 768px) {
  .renewal .serviceadd ul li::before {
    content: none;
  }
  .renewal .serviceadd ul li:last-child::before {
    content: '';
  }
}

.renewal .serviceadd ul li {
  margin: 0;
  padding: 1.5rem;
  background: #fff;
  width: calc(100% / 3 - 1rem);
  border-radius: 0.2rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .renewal .serviceadd ul li {
    width: 100%;
    text-align: center;
  }
}

.renewal .serviceadd ul li figure {
  height: 150px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .renewal .serviceadd ul li figure {
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .renewal .serviceadd ul li figure {
    height: 150px;
  }
}

.renewal .serviceadd ul li img {
  height: auto;
  width: 100%;
}

.renewal .serviceadd ul li .ttl {
  margin: 0 0 1.2rem;
  color: #968078;
  font-size: 1.3rem;
  font-family: notosansjpBold;
}

.renewal .serviceadd ul li .txt {
  font-size: 1rem;
  line-height: 1.6rem;
  text-align: center;
  color: #968078;
}

.renewal .serviceadd .ttl2 {
  margin: 1rem 0 3rem;
  color: #EA7768;
  font-size: 24px;
  text-align: center;
  font-family: notoSansJpBold;
}

@media screen and (max-width: 768px) {
  .renewal .serviceadd .ttl2 {
    margin: 1rem 0;
    font-size: 1.18rem;
    text-align: center;
  }
}

/* ---------------------------------------------

企業情報 company.html

-----------------------------------------------*/
.company .subPageCon1 > .inner {
  margin: 0 auto;
  padding: 5rem 2rem 6rem;
  max-width: calc(1080px + 4rem);
  color: #968078;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .company .subPageCon1 > .inner {
    padding: 5rem 0 3rem;
  }
}

.company .subPageCon1 > .inner h3 {
  position: relative;
  margin: 0 0 4rem;
  color: #968078;
  font-size: 32px;
  font-family: notosansjpblack;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .company .subPageCon1 > .inner h3 {
    margin: 0 0 2rem;
    padding: 0 1rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
    text-align: center;
  }
}

.company .subPageCon1 > .inner h3::before {
  content: 'Philosophy';
  position: absolute;
  top: -1.8rem;
  left: 0;
  width: 100%;
  height: 300px;
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  font-family: notosansjpBold;
  letter-spacing: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .company .subPageCon1 > .inner h3::before {
    top: -1.3rem;
  }
}

@media screen and (max-width: 500px) {
  .company .subPageCon1 > .inner h3::before {
    font-size: 13vw;
  }
}

.company .subPageCon1 > .inner .txtWrp {
  margin: 0 0 6rem;
  font-size: 1.1rem;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  .company .subPageCon1 > .inner .txtWrp {
    margin: 0 0 3rem;
    padding: 0 1rem;
    text-align: left;
  }
}

.company .subPageCon1 > .inner .txtWrp2 {
  padding: 2.5rem;
  background: #fff;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .company .subPageCon1 > .inner .txtWrp2 {
    padding: 1rem;
  }
}

.company .subPageCon1 > .inner .txtWrp2 .ttl {
  margin: 0 0 3rem;
  padding: 0 0 1.5rem;
  color: #16305C;
  font-size: 24px;
  font-family: notosansjpBold;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .company .subPageCon1 > .inner .txtWrp2 .ttl {
    margin: 0 0 1rem;
    padding: 0 0 3rem;
    font-size: 20px;
  }
}

.company .subPageCon1 > .inner .txtWrp2 .txt {
  margin: 0 0 2rem;
}

.company .subPageCon1 > .inner .txtWrp2 .txt2 {
  margin: 0 0 4rem;
}

.company .subPageCon1 > .inner .keyImg {
  margin: 0 0 0.5rem;
}

.company .subPageCon1 > .inner .subTtl {
  margin: 1.5rem 0 2.5rem;
  color: #EA7768;
  font-size: 24px;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  .company .subPageCon1 > .inner .subTtl {
    margin: 1.5rem 0 1rem;
    font-size: 18px;
  }
}

.company .subPageCon1 > .inner ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .company .subPageCon1 > .inner ul {
    flex-wrap: wrap;
  }
}

.company .subPageCon1 > .inner ul li {
  position: relative;
  padding: 4rem 2.5rem;
  width: calc(100% / 3 - 1.5rem);
  background: #F7F7F7;
}

@media screen and (max-width: 1024px) {
  .company .subPageCon1 > .inner ul li {
    margin: 0 0 1rem;
    padding: 4rem 2rem;
    width: 100%;
  }
  .company .subPageCon1 > .inner ul li:last-child {
    margin: 0;
  }
}

.company .subPageCon1 > .inner ul li::before {
  content: '01';
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: block;
  padding: 1rem;
  line-height: 1.3rem;
  color: #fff;
  background: #968078;
  width: 20px;
  border-radius: 10rem;
}

@media screen and (max-width: 1024px) {
  .company .subPageCon1 > .inner ul li::before {
    padding: 0.7rem;
  }
}

.company .subPageCon1 > .inner ul li:nth-child(2)::before {
  content: '02';
}

.company .subPageCon1 > .inner ul li:nth-child(3)::before {
  content: '03';
}

.company .subPageCon1 > .inner ul li figure {
  text-align: center;
}

.company .subPageCon1 > .inner ul li figure img {
  margin: 0 0 1.6rem;
  max-height: 260px;
  max-width: auto;
}

@media screen and (max-width: 1024px) {
  .company .subPageCon1 > .inner ul li figure img {
    max-height: auto;
    width: auto;
  }
}

@media screen and (max-width: 500px) {
  .company .subPageCon1 > .inner ul li figure img {
    width: 50%;
  }
}

.company .subPageCon2 {
  background: 0 100% url(assets/img/bg_04.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .company .subPageCon2 {
    background: 50% 100% #A9D6FF url(assets/img/bg_04.jpg) no-repeat;
    background-size: contain;
  }
}

.company .subPageCon2 .inner {
  margin: 0 auto;
  padding: 5rem 2rem;
  max-width: calc(1080px + 4rem);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .company .subPageCon2 .inner {
    padding: 3rem 1rem;
  }
}

.company .subPageCon2 .inner .txtWrp {
  margin: 0 0 3rem;
}

@media screen and (max-width: 768px) {
  .company .subPageCon2 .inner .txtWrp {
    margin: 0 0 5rem;
  }
}

.company .subPageCon2 .inner h3 {
  margin: 0 0 2rem;
  color: #16305C;
  font-size: 48px;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  .company .subPageCon2 .inner h3 {
    font-size: 24px;
  }
}

.company .subPageCon2 .inner .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 2rem;
  padding: 2rem;
  background: #fff;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .company .subPageCon2 .inner .flex {
    padding: 1rem;
  }
}

.company .subPageCon2 .inner .flex > figure {
  width: 20%;
}

@media screen and (max-width: 1024px) {
  .company .subPageCon2 .inner .flex > figure {
    width: 30%;
  }
}

.company .subPageCon2 .inner .flex > div {
  width: calc(100% - 20% - 2rem);
}

@media screen and (max-width: 1024px) {
  .company .subPageCon2 .inner .flex > div {
    width: calc(70% - 1rem);
  }
}

.company .subPageCon2 .inner .flex > div .ttl {
  margin: 0 0 1rem;
  color: #FD9E00;
  font-size: 20px;
  font-family: notosansjpBold;
}

@media screen and (max-width: 1024px) {
  .company .subPageCon2 .inner .flex > div .ttl {
    font-size: 18px;
    line-height: 30px;
  }
}

.company .subPageCon2 .inner .btn a {
  display: inline-block;
  padding: 1rem 2rem;
  color: #fff;
  background: #16305C;
  border-radius: 3rem;
  transition: 0.3s;
}

.company .subPageCon2 .inner .btn a:hover {
  background: #EA7768;
}

.company .subPageCon3 .inner {
  margin: 0 auto;
  padding: 5rem 2rem;
  max-width: calc(1080px + 4rem);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .company .subPageCon3 .inner {
    padding: 3rem 1rem 1rem;
  }
}

.company .subPageCon3 .inner > .ttl {
  margin: 0 0 3rem;
  font-size: 28px;
  text-align: center;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  .company .subPageCon3 .inner > .ttl {
    margin: 0 0 1rem;
  }
}

.company .subPageCon3 .inner > .ttl span {
  display: block;
  font-size: 1rem;
  color: #968078;
}

.company .subPageCon3 .inner ul {
  margin: 0 0 2rem;
}

.company .subPageCon3 .inner ul li {
  display: flex;
}

@media screen and (max-width: 768px) {
  .company .subPageCon3 .inner ul li {
    flex-wrap: wrap;
  }
}

.company .subPageCon3 .inner ul li > div {
  padding: 1rem 1rem 1rem 1.5rem;
}

.company .subPageCon3 .inner ul li > div:first-child {
  width: 180px;
  border-bottom: 1px solid #333;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .company .subPageCon3 .inner ul li > div:first-child {
    padding: 1rem 0 0 0;
    width: 100%;
    border: none;
  }
}

.company .subPageCon3 .inner ul li > div:last-child {
  width: calc(100% - 180px - 1rem);
  border-bottom: 1px solid #ccc;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .company .subPageCon3 .inner ul li > div:last-child {
    padding: 0.5rem 0 1rem;
    width: 100%;
  }
}

.company .subPageCon3 .inner iframe {
  margin: 0 0 3rem;
  width: 100%;
}

/* ---------------------------------------------

404ページ 404.html

-----------------------------------------------*/
.page404 .content > .inner {
  margin: 0 auto;
  padding: 10rem 2rem;
  max-width: calc(1080px + 4rem);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page404 .content > .inner {
    padding: 3rem 1rem 8rem;
    text-align: left;
  }
}

/* ---------------------------------------------

サイトポリシー　privacyPolicy.html

-----------------------------------------------*/
.sitePolicy .content > .inner {
  margin: 0 auto;
  padding: 4rem 2rem 7rem;
  max-width: calc(1080px + 4rem);
}

@media screen and (max-width: 768px) {
  .sitePolicy .content > .inner {
    padding: 2rem 1rem 8rem;
  }
}

.sitePolicy .content > .inner .h3Wrp {
  margin: 0 0 4rem;
}

.sitePolicy .content > .inner .h3Wrp:last-of-type {
  margin: 0;
}

.sitePolicy .content > .inner .h3Wrp .mB {
  margin: 0 0 2rem;
}

.sitePolicy .content > .inner .h3Wrp ul {
  margin: 0 0 1rem;
}

.sitePolicy .content > .inner .h3Wrp ul li {
  position: relative;
  padding: 0 0 0 2rem;
}

.sitePolicy .content > .inner .h3Wrp ul li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.sitePolicy .content > .inner h3 {
  margin: 0 0 2rem;
  color: #968078;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .sitePolicy .content > .inner h3 {
    margin: 0 0 0.9rem;
    font-size: 24px;
    line-height: 40px;
  }
}

.sitePolicy .content > .inner {
  margin: 0 auto;
  padding: 4rem 2rem 7rem;
  max-width: calc(1080px + 4rem);
}

@media screen and (max-width: 768px) {
  .sitePolicy .content > .inner {
    padding: 2rem 1rem 8rem;
  }
}

.sitePolicy .content > .inner .h3Wrp {
  margin: 0 0 4rem;
}

.sitePolicy .content > .inner .h3Wrp:last-of-type {
  margin: 0;
}

.sitePolicy .content > .inner .h3Wrp .mB {
  margin: 0 0 2rem;
}

.sitePolicy .content > .inner .h3Wrp ol {
  margin: 0 0 1rem;
  list-style-type: decimal;
}

.sitePolicy .content > .inner .h3Wrp ol li {
  margin: 0 0 0 1.5rem;
  padding: 0 0 0 0.5rem;
  position: relative;
}

.sitePolicy .content > .inner .h3Wrp .about {
  margin: 0 0 2rem;
}

.sitePolicy .content > .inner .h3Wrp .ttl {
  margin: 0 0 1.5rem;
  color: #16305C;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sitePolicy .content > .inner .h3Wrp .ttl {
    margin: 0 0 0.5rem;
  }
}

.sitePolicy .content > .inner .h3Wrp .link {
  color: #5794C1;
  border-bottom: 1px solid #5794C1;
}

.sitePolicy .content > .inner .h3Wrp .pdf {
  position: relative;
  display: inline-block;
}

.sitePolicy .content > .inner .h3Wrp .pdf::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #16305C 50% 50% url(assets/img/icon_25.png) no-repeat;
  background-size: 4px;
  border-radius: 3rem;
}

.sitePolicy .content > .inner .h3Wrp .pdf::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(assets/img/icon_pdf.png) no-repeat center center;
  background-size: contain;
  position: relative;
  top: 4px;
  margin: 0 0 0 6px;
}

.sitePolicy .content > .inner .h3Wrp .pdf a {
  margin: 0 0 0 1.8rem;
}

.sitePolicy .content > .inner h3 {
  margin: 0 0 2rem;
  color: #968078;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .sitePolicy .content > .inner h3 {
    margin: 0 0 0.9rem;
    font-size: 24px;
    line-height: 30px;
  }
}

/* ---------------------------------------------

個人情報保護方針　privacyPolicy.html

-----------------------------------------------*/
.privacyPolicy .content > .inner {
  margin: 0 auto;
  padding: 4rem 2rem 7rem;
  max-width: calc(1080px + 4rem);
}

@media screen and (max-width: 768px) {
  .privacyPolicy .content > .inner {
    padding: 2rem 1rem 8rem;
  }
}

.privacyPolicy .content > .inner .h3Wrp {
  margin: 0 0 4rem;
}

.privacyPolicy .content > .inner .h3Wrp:last-of-type {
  margin: 0;
}

.privacyPolicy .content > .inner .h3Wrp .mB {
  margin: 0 0 2rem;
}

.privacyPolicy .content > .inner .h3Wrp ol {
  margin: 0 0 1rem;
  list-style-type: decimal;
}

.privacyPolicy .content > .inner .h3Wrp ol li {
  margin: 0 0 0 1.5rem;
  padding: 0 0 0 0.5rem;
  position: relative;
}

.privacyPolicy .content > .inner .h3Wrp ol.kakko li {
  list-style-type: none;
  counter-increment: cnt;
  margin: 0 0 0 2.5rem;
  padding: 0 0 0 0;
}

.privacyPolicy .content > .inner .h3Wrp ol.kakko li::marker {
  content: "（" counter(cnt) "） ";
}

.privacyPolicy .content > .inner .h3Wrp .about {
  margin: 0 0 2rem;
}

.privacyPolicy .content > .inner .h3Wrp .ttl {
  margin: 0 0 1.5rem;
  color: #16305C;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .privacyPolicy .content > .inner .h3Wrp .ttl {
    margin: 0 0 0.5rem;
  }
}

.privacyPolicy .content > .inner .h3Wrp .link {
  color: #5794C1;
  border-bottom: 1px solid #5794C1;
}

.privacyPolicy .content > .inner .h3Wrp .pdf {
  position: relative;
  display: inline-block;
}

.privacyPolicy .content > .inner .h3Wrp .pdf::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #16305C 50% 50% url(assets/img/icon_25.png) no-repeat;
  background-size: 4px;
  border-radius: 3rem;
}

.privacyPolicy .content > .inner .h3Wrp .pdf::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(assets/img/icon_pdf.png) no-repeat center center;
  background-size: contain;
  position: relative;
  top: 4px;
  margin: 0 0 0 6px;
}

.privacyPolicy .content > .inner .h3Wrp .pdf a {
  margin: 0 0 0 1.8rem;
}

.privacyPolicy .content > .inner h3 {
  margin: 0 0 2rem;
  color: #968078;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .privacyPolicy .content > .inner h3 {
    margin: 0 0 0.9rem;
    font-size: 24px;
    line-height: 30px;
  }
}

/* ---------------------------------------------

お問い合わせ contact.html

-----------------------------------------------*/
.contact .content > .inner {
  margin: 0 auto;
  padding: 4rem 2rem 7rem;
  max-width: calc(1080px + 4rem);
}

@media screen and (max-width: 768px) {
  .contact .content > .inner {
    padding: 2rem 0 4rem;
  }
}

.contact .content > .inner .form {
  padding: 1rem 3rem 4rem;
  background: #fff;
  border-radius: 0.2rem;
}

@media screen and (max-width: 768px) {
  .contact .content > .inner .form {
    padding: 0 1rem;
    border-radius: 0;
  }
}

.contact .content > .inner .form dl {
  display: flex;
  flex-wrap: wrap;
}

.contact .content > .inner .form dl dt {
  padding: 2rem 0;
  width: 270px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
  .contact .content > .inner .form dl dt {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .contact .content > .inner .form dl dt {
    padding: 2rem 0 0;
    width: 100%;
    border: none;
  }
}

.contact .content > .inner .form dl dt span {
  display: inline-block;
  margin: 0 0 0 0.5rem;
  padding: 0.1rem 0.5rem;
  color: #fff;
  background: #EA7768;
  font-size: 0.8rem;
  line-height: 1rem;
}

.contact .content > .inner .form dl dd {
  padding: 2rem;
  width: calc(100% - 270px);
  color: #222;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
  .contact .content > .inner .form dl dd {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 768px) {
  .contact .content > .inner .form dl dd {
    padding: 1rem 0 2rem;
    width: 100%;
  }
}

.contact .content > .inner .form dl dd .flex {
  display: flex;
  flex-wrap: wrap;
}

.contact .content > .inner .form dl dd .flex > div {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .contact .content > .inner .form dl dd .flex > div {
    width: 45%;
  }
}

.contact .content > .inner .form dl dd .flex > div:last-child {
  width: calc(40% + 1.5rem);
}

@media screen and (max-width: 768px) {
  .contact .content > .inner .form dl dd .flex > div:last-child {
    width: calc(45% + 1.5rem);
  }
}

.contact .content > .inner .form dl dd .flex .innerFlex {
  display: flex;
  align-items: center;
  width: auto;
}

.contact .content > .inner .form dl dd .flex > div:last-child .innerFlex {
  padding: 0 0 0 1.5rem;
}

.contact .content > .inner .form dl dd .flex input {
  margin: 0 0 0 0.5rem;
  padding: 0.8rem;
  width: 100%;
  border: 1px solid #ccc;
}

.contact .content > .inner .form dl dd .flex div:last-child > p {
  padding: 0 0 0 1.5rem;
}

.contact .content > .inner .form dl dd.nameForm .flex > div {
  width: 45%;
}

.contact .content > .inner .form dl dd.nameForm .flex > div:last-child {
  width: calc(45% + 1.5rem);
}

.contact .content > .inner .form dl dd.nameForm .flex p.furigana {
  width: 50px;
}

@media screen and (max-width: 768px) {
  .contact .content > .inner .form dl dd.nameForm .flex p.furigana {
    width: 60px;
  }
}

.contact .content > .inner .form dl dd.postal > div {
  width: 300px;
}

.contact .content > .inner .form dl dd.postal .flex > div:last-of-type {
  position: relative;
}

.contact .content > .inner .form dl dd.postal .flex > div:last-of-type::before {
  content: '-';
  position: absolute;
  top: 0.1rem;
  left: 0.6rem;
  width: 50px;
  height: 50px;
}

.contact .content > .inner .form dl dd.postal .flex > div {
  width: 40%;
}

.contact .content > .inner .form dl dd.postal .flex > div:last-child {
  width: calc(40% + 1.5rem);
}

.contact .content > .inner .form dl dd.postal input {
  margin: 0;
  width: 120px;
}

@media screen and (max-width: 768px) {
  .contact .content > .inner .form dl dd.postal input {
    width: 100%;
  }
}

.contact .content > .inner .form dl dd.add > div {
  margin: 0 0 1rem;
}

.contact .content > .inner .form dl dd.add input {
  margin: 0;
  padding: 0.8rem;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.contact .content > .inner .form dl dd.tel > div > div {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .contact .content > .inner .form dl dd.tel > div > div {
    width: 25%;
  }
}

.contact .content > .inner .form dl dd.tel > div > div:nth-child(2) {
  position: relative;
  padding: 0 0 0 1.5rem;
  width: calc(20% + 1.5rem);
}

.contact .content > .inner .form dl dd.tel > div > div:nth-child(2)::before {
  content: '-';
  position: absolute;
  top: 0.1rem;
  left: 0.6rem;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .contact .content > .inner .form dl dd.tel > div > div:nth-child(2) {
    width: calc(25% + 1.5rem);
  }
}

.contact .content > .inner .form dl dd.tel > div > div:nth-child(3) {
  position: relative;
  width: calc(20% + 1.5rem);
}

.contact .content > .inner .form dl dd.tel > div > div:nth-child(3)::before {
  content: '-';
  position: absolute;
  top: 0.1rem;
  left: 0.6rem;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .contact .content > .inner .form dl dd.tel > div > div:nth-child(3) {
    width: calc(25% + 1.5rem);
  }
}

.contact .content > .inner .form dl dd.tel > div {
  margin: 0 0 1rem;
}

.contact .content > .inner .form dl dd.tel input {
  margin: 0;
  padding: 0.8rem;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.contact .content > .inner .form .bNone {
  border: none !important;
}

.contact .content > .inner .form .add2 {
  padding: 2rem;
  background: #F7F7F7;
}

@media screen and (max-width: 768px) {
  .contact .content > .inner .form .add2 {
    padding: 2rem 1rem;
  }
}

.contact .content > .inner .form .add2 dt, .contact .content > .inner .form .add2 dd {
  padding: 0;
  border: none;
}

.contact .content > .inner .form .add2 .add > div > div {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .contact .content > .inner .form .add2 .add > div > div {
    width: calc(40%);
  }
}

.contact .content > .inner .form .add2 .add > div > div:last-child {
  position: relative;
  width: calc(20% + 1.5rem);
}

@media screen and (max-width: 768px) {
  .contact .content > .inner .form .add2 .add > div > div:last-child {
    width: calc(40% + 1.5rem);
  }
}

.contact .content > .inner .form .add2 .add > div > div:last-child::before {
  content: '-';
  position: absolute;
  top: 0.1rem;
  left: 0.6rem;
  width: 50px;
  height: 50px;
}

.contact .content > .inner .form .add2 .add.col1 > div > div {
  width: 100%;
}

.contact .content > .inner .form .add2 .add.col1 > div > div::before {
  display: none;
}

.contact .content > .inner .form .add2 .ttl {
  margin: 0 0 1.3rem;
  font-weight: bold;
}

.contact .content > .inner .form .add3 {
  margin: 1rem 0;
}

.contact .content > .inner .form .add3 dt, .contact .content > .inner .form .add3 dd {
  padding: 0;
  border: none;
}

.contact .content > .inner .form .add3 .ttl {
  font-weight: bold;
}

.contact .content > .inner .form .add3 .ttl a {
  position: relative;
  display: block;
  padding: 2rem;
  background: #F7F7F7;
}

@media screen and (max-width: 768px) {
  .contact .content > .inner .form .add3 .ttl a {
    padding: 2rem 1rem;
  }
}

.contact .content > .inner .form .add3 .ttl a::before {
  content: '＋';
  position: absolute;
  top: calc(50% - 19px);
  right: 20px;
  width: 38px;
  height: 38px;
  color: #fff;
  background: #16305C;
  font-size: 1.2rem;
  line-height: 2.3rem;
  border-radius: 5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact .content > .inner .form .add3 .ttl a span {
    display: block;
  }
}

.contact .content > .inner .form textarea {
  padding: 0.8rem;
  width: 100%;
  min-height: 180px;
  border: 1px solid #ccc;
}

.contact .content > .inner .form .consent {
  padding: 2rem 0;
}

.contact .content > .inner .form .consent .ttl {
  margin: 0 0 1rem;
  font-weight: bold;
}

.contact .content > .inner .form .consent .txt {
  padding: 1.5rem;
  max-height: 200px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}

.contact .content > .inner .form .consent .linkTxt {
  margin: 2rem 0;
  text-align: center;
}

.contact .content > .inner .form .consent .linkTxt a {
  color: #5794C1;
  text-decoration: underline;
}

.contact .content > .inner .form .consent .btn {
  text-align: center;
}

.contact .content > .inner .form .consent .btn button {
  display: inline-block;
  padding: 1rem 5rem;
  color: #fff;
  background: #EA7768;
  border-radius: 0.2rem;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.2));
  transition: 0.3s opacity;
}

.contact .content > .inner .form .consent .btn button:hover {
  opacity: 0.75;
}

/* ---------------------------------------------

再開発事業 project.html
※実績紹介 result_2.htmlにも適応されています

-----------------------------------------------*/
.project .content > .inner {
  margin: 0 auto;
  padding: 5rem 2rem 6rem;
  max-width: calc(1080px + 4rem);
  text-align: left;
}

@media screen and (max-width: 768px) {
  .project .content > .inner {
    padding: 3rem 0;
  }
}

.project .content > .inner h3 {
  position: relative;
  margin: 0 0 4rem;
  color: #968078;
  font-size: 32px;
  font-family: notosansjpblack;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .project .content > .inner h3 {
    margin: 0 0 2rem;
    padding: 0 1rem;
    font-size: 24px;
    line-height: 2.5rem;
    text-align: center;
  }
}

.project .content > .inner h3::before {
  content: 'Project';
  position: absolute;
  top: -1.8rem;
  left: 0;
  width: 100%;
  height: 300px;
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  font-family: notosansjpBold;
  letter-spacing: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .project .content > .inner h3::before {
    top: -1.3rem;
  }
}

@media screen and (max-width: 500px) {
  .project .content > .inner h3::before {
    top: -1.4rem;
    font-size: 13vw;
  }
}

.project .content > .inner .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 5rem;
}

@media screen and (max-width: 768px) {
  .project .content > .inner .flex {
    display: block;
    padding: 0 1rem;
  }
}

.project .content > .inner .flex figure {
  width: calc(50% - 2.5rem);
}

@media screen and (max-width: 768px) {
  .project .content > .inner .flex figure {
    margin: 0 0 0.5rem;
    width: 100%;
  }
}

.project .content > .inner .flex .txtArea {
  width: 50%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .project .content > .inner .flex .txtArea {
    width: 100%;
  }
}

.project .content > .inner .flex .txtArea .ttl {
  margin: 0 0 1rem;
  color: #EA7768;
  font-size: 24px;
  font-family: 'notosansjpBold';
}

@media screen and (max-width: 768px) {
  .project .content > .inner .flex .txtArea .ttl {
    font-size: 18px;
  }
}

.project .content > .inner .flex dl {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem 0 0;
}

.project .content > .inner .flex dl dt {
  margin: 0 0 0.2rem;
  padding: 0.5rem 1rem;
  width: 130px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .project .content > .inner .flex dl dt {
    padding: 0.3rem 1rem;
    width: 100%;
  }
}

.project .content > .inner .flex dl dd {
  margin: 0 0 0.2rem;
  padding: 0.5rem 1rem;
  width: calc(100% - 130px - 1rem);
}

@media screen and (max-width: 768px) {
  .project .content > .inner .flex dl dd {
    padding: 0.9rem 0 1rem;
  }
}

.project .content > .inner .returnBtn {
  margin-top: 40px;
  text-align: center;
}

.project .content > .inner .returnBtn a {
  display: inline-block;
  padding: 0.5rem 4rem;
  color: #fff;
  background: #16305C;
  border-radius: 5rem;
  transition: 0.3s;
  text-decoration: none;
}

.project .content > .inner .returnBtn a:hover {
  background: #EA7768;
}

.content .returnBtn a {
  text-decoration: none;
}

/* ---------------------------------------------

実績紹介 result_1.html

-----------------------------------------------*/
.archive .content > .inner {
  margin: 0 auto;
  padding: 2rem 2rem 6rem;
  max-width: calc(1080px + 4rem);
  text-align: left;
}

@media screen and (max-width: 768px) {
  .archive .content > .inner {
    padding: 1rem 0 4rem;
  }
}

.archive .content > .inner ul.tab-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 5rem;
}

@media screen and (max-width: 768px) {
  .archive .content > .inner ul.tab-group {
    margin: 0 0 1.6rem;
    padding: 0 1rem;
  }
}

.archive .content > .inner ul.tab-group li {
  width: calc(100% / 4 - 1rem);
}

@media screen and (max-width: 768px) {
  .archive .content > .inner ul.tab-group li {
    margin: 0 0 0.8rem;
    width: calc(100% / 2 - 0.4rem);
  }
}

.archive .content > .inner ul.tab-group li a {
  display: block;
  padding: 0.9rem 1rem;
  background: #fff;
  text-align: center;
  border-radius: 5rem;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .archive .content > .inner ul.tab-group li a {
    padding: 0.5rem 1rem;
  }
}

.archive .content > .inner ul.tab-group li a:hover {
  color: #fff;
  background: #16305C;
}

.archive .content > .inner ul.tab-group li.active a {
  color: #fff;
  background: #16305C;
}

.archive .content > .inner .containerParts > .ttl {
  margin: 0 0 3rem;
  font-size: 28px;
  text-align: center;
  font-family: notoSansJpBold;
}

.archive .content > .inner .containerParts > .ttl span {
  display: block;
  font-size: 1rem;
  color: #968078;
}

.archive .content > .inner .pageNation {
  display: flex;
  align-items: center;
}

.archive .content > .inner .pageNation > .inner {
  display: flex;
  margin: 0 auto;
}

.archive .content > .inner .pageNation .prev a {
  padding: 0.5rem 1rem;
  background: #16305C;
  border-radius: 3rem;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .archive .content > .inner .pageNation .prev a {
    padding: 0.3rem 0.75rem;
  }
}

.archive .content > .inner .pageNation .prev a:hover {
  background: #EA7768;
}

.archive .content > .inner .pageNation .prev a img {
  width: 9px;
}

.archive .content > .inner .pageNation .next a {
  padding: 0.5rem 1rem;
  background: #16305C;
  border-radius: 3rem;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .archive .content > .inner .pageNation .next a {
    padding: 0.3rem 0.75rem;
  }
}

.archive .content > .inner .pageNation .next a:hover {
  background: #EA7768;
}

.archive .content > .inner .pageNation .next a img {
  width: 9px;
}

.archive .content > .inner .pageNation ul {
  display: flex;
  margin: 0 1.2rem;
}

@media screen and (max-width: 768px) {
  .archive .content > .inner .pageNation ul {
    margin: 0 0.5rem;
  }
}

.archive .content > .inner .pageNation ul li {
  margin: 0 0.2rem;
}

.archive .content > .inner .pageNation ul li.active a {
  color: #fff;
  background: #5794C1;
}

.archive .content > .inner .pageNation ul li span {
  padding: 0 0.7rem;
}

@media screen and (max-width: 768px) {
  .archive .content > .inner .pageNation ul li span {
    padding: 0;
  }
}

.archive .content > .inner .pageNation ul li a {
  padding: 0.6rem 1.1rem;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .archive .content > .inner .pageNation ul li a {
    padding: 0.3rem 0.5rem;
  }
}

.archive .content > .inner .panel {
  display: none;
}

.archive .content > .inner .tab.is-active a {
  background: #16305C;
  color: #FFF;
  transition: all 0.2s ease-out;
}

.archive .content > .inner .panel.is-show {
  display: block;
}

/* ---------------------------------------------

実績紹介 result_2.html

-----------------------------------------------*/
.result_2 .content > .inner {
  margin: 0 auto;
  padding: 5rem 2rem 6rem;
  max-width: calc(1080px + 4rem);
  text-align: left;
}

@media screen and (max-width: 768px) {
  .result_2 .content > .inner {
    padding: 3rem 0 4rem;
  }
}

.result_2 .content > .inner h3::before {
  content: 'Results';
}

/* ---------------------------------------------

パーツ類

-----------------------------------------------*/
.containerParts {
  margin: 0 0 3rem;
}

@media screen and (max-width: 768px) {
  .containerParts {
    margin: 0 0 2.3rem;
  }
}

.containerParts > .inner {
  padding: 3rem;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .containerParts > .inner {
    padding: 1.5rem 1rem;
    width: 100%;
  }
}

.containerParts > .inner > .ttl {
  margin: 0 0 2rem;
  padding: 0 0 1.5rem;
  color: #16305C;
  font-size: 24px;
  font-family: 'notosansjpBold';
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .containerParts > .inner > .ttl {
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    font-size: 20px;
  }
}

.containerParts .txt {
  margin: 0 0 40px;
}

.containerParts .subTtl {
  margin: 0 0 1.5rem;
  color: #EA7768;
  font-size: 24px;
  font-family: 'notosansjpBold';
}

@media screen and (max-width: 768px) {
  .containerParts .subTtl {
    font-size: 18px;
  }
}

.containerParts figure.img {
  margin: 0 0 2.5rem;
}

.containerParts .dataSheet {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .containerParts .dataSheet {
    margin: -1rem 0 0;
  }
}

@media screen and (max-width: 768px) {
  .containerParts .dataSheet dl {
    margin: -2rem 0 0;
  }
}

.containerParts .dataSheet dt {
  padding: 1.5rem;
  width: 200px;
  border-bottom: 1px solid #222;
}

@media screen and (max-width: 768px) {
  .containerParts .dataSheet dt {
    padding: 1.5rem 0 0.5rem;
    width: 100%;
    border: none;
  }
}

.containerParts .dataSheet dd {
  padding: 1.5rem;
  width: calc(100% - 200px);
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .containerParts .dataSheet dd {
    padding: 0 0 1.5rem;
    width: 100%;
  }
}

.containerParts .box {
  margin: 0 0 2rem;
  padding: 1.5rem;
  background: #F7F7F7;
}

@media screen and (max-width: 768px) {
  .containerParts .box {
    margin: 0 0 1rem;
    padding: 1rem 1rem 1.2rem;
  }
}

.containerParts .box .ttl {
  margin: 0 0 0.5rem;
  color: #968078;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .containerParts .box .ttl {
    font-size: 16px;
  }
}

.containerParts .box:last-of-type {
  margin: 0;
}

.containerParts .flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 3rem;
  padding: 3rem;
  background: #fff;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .containerParts .flexBox {
    margin: 0 0 1rem;
    padding: 1rem;
  }
}

.containerParts .flexBox:hover {
  opacity: 0.6;
}

.containerParts .flexBox:hover .ttl::before {
  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  width: 38px;
  height: 38px;
  background: #EA7768 calc(50% + 1px) 50% url(assets/img/icon_25.png) no-repeat !important;
  background-size: 9px !important;
  border-radius: 10rem;
  transition: 0.3s;
}

.containerParts .flexBox figure {
  width: calc(50% - 2rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .containerParts .flexBox figure {
    width: 100%;
  }
}

.containerParts .flexBox div.rContainer {
  width: calc(100% - 50%);
}

@media screen and (max-width: 768px) {
  .containerParts .flexBox div.rContainer {
    width: 100%;
  }
}

.containerParts .flexBox div.rContainer .ttl {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0 2rem 1.5rem 0;
  color: #16305C;
  font-size: 24px;
  font-family: notoSansJpBold;
  border-bottom: 1px solid #ddd;
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  .containerParts .flexBox div.rContainer .ttl {
    padding: 1rem 2rem 0 0;
    font-size: 20px;
  }
}

.containerParts .flexBox div.rContainer .ttl::before {
  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  width: 38px;
  height: 38px;
  background: #16305C calc(50% + 1px) 50% url(assets/img/icon_25.png) no-repeat;
  background-size: 9px;
  border-radius: 10rem;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .containerParts .flexBox div.rContainer .ttl::before {
    top: 0.8rem;
  }
}

.containerParts .flexBox div.rContainer .txt {
  margin: 0 0 1.5rem;
}

.containerParts .flexBox div.rContainer dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.containerParts .flexBox div.rContainer dl dt {
  margin: 0 0 0.2rem;
  padding: 0.5rem 1rem;
  width: 130px;
  background: #F7F7F7;
}

@media screen and (max-width: 768px) {
  .containerParts .flexBox div.rContainer dl dt {
    margin: 0;
    padding: 0.3rem 1rem;
    width: 100%;
  }
}

.containerParts .flexBox div.rContainer dl dd {
  padding: 0.5rem 1rem;
  width: calc(100% - 130px);
}

@media screen and (max-width: 768px) {
  .containerParts .flexBox div.rContainer dl dd {
    padding: 0.9rem 0 1rem;
    width: 100%;
  }
}

.containerFlexCol2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 2rem;
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .containerFlexCol2 {
    margin: 0;
  }
}

.containerFlexCol2 > div {
  width: calc(100% / 2 - 1.15rem);
}

@media screen and (max-width: 768px) {
  .containerFlexCol2 > div {
    margin: 0 0 1.5rem;
    width: 100%;
  }
}

.containerFlexCol2 > div img {
  border-radius: 0.2rem;
}

.containerFlexCol2:last-of-type {
  margin: 0;
}

.containerFlexCol3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 2rem;
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-align: left;
}

.containerFlexCol3 > div {
  width: calc(100% / 3 - 1.5rem);
}

@media screen and (max-width: 768px) {
  .containerFlexCol3 > div {
    margin: 0 0 1.5rem;
    width: 100%;
  }
}

.containerFlexCol3:last-of-type {
  margin: 0;
}

.containerFlexCol3::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 1.5rem);
}

/* ---------------------------------------------

最新情報 news.html

-----------------------------------------------*/
.news .content > .inner {
  margin: 0 auto;
  padding: 4rem 2rem 7rem;
  max-width: calc(1080px + 4rem);
}

@media screen and (max-width: 768px) {
  .news .content > .inner {
    padding: 2rem 1rem 8rem;
  }
}

.news .content > .inner dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 4.5rem;
}

@media screen and (max-width: 768px) {
  .news .content > .inner dl {
    margin: 0 0 2rem;
  }
}

.news .content > .inner dl dt {
  padding: 2rem;
  width: 150px;
  border-bottom: 1px #fff solid;
}

@media screen and (max-width: 768px) {
  .news .content > .inner dl dt {
    margin: 0;
    padding: 2rem 0 0 0;
    width: 100%;
    border: none;
  }
}

.news .content > .inner dl dt:first-of-type {
  border-top: 1px #fff solid;
}

.news .content > .inner dl dd {
  position: relative;
  width: calc(100% - 150px);
  border-bottom: 1px #fff solid;
}

@media screen and (max-width: 768px) {
  .news .content > .inner dl dd {
    width: 100%;
  }
}

.news .content > .inner dl dd:first-of-type {
  border-top: 1px #fff solid;
}

@media screen and (max-width: 768px) {
  .news .content > .inner dl dd:first-of-type {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  .news .content > .inner dl dd:first-of-type {
    border-bottom: 1px #fff solid;
  }
}

.news .content > .inner dl dd:not(.nolink)::before {
  content: '';
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  background: #16305C 50% 50% url(assets/img/icon_25.png) no-repeat;
  background-size: 10px;
  border-radius: 5rem;
}

@media screen and (max-width: 768px) {
  .news .content > .inner dl dd::before {
    top: 0;
    z-index: 0;
    width: 34px;
    height: 34px;
  }
}

.news .content > .inner dl dd:not(.nolink):hover::before {
  background: #EA7768 50% 50% url(assets/img/icon_25.png) no-repeat;
  background-size: 10px;
}

.news .content > .inner dl dd a, .news .content > .inner dl dd span {
  position: relative;
  display: block;
  padding: 2rem 4rem 2rem 2rem;
}

@media screen and (max-width: 768px) {
  .news .content > .inner dl dd a {
    padding: 0 2.5rem 2rem 0;
    z-index: 2;
  }
}

.news .content > .inner .pageNation {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.news .content > .inner .pageNation > .inner {
  display: flex;
  margin: 0 auto;
}

.news .content > .inner .pageNation .prev a {
  padding: 0.5rem 1rem;
  background: #16305C;
  border-radius: 3rem;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .news .content > .inner .pageNation .prev a {
    padding: 0.3rem 0.75rem;
  }
}

.news .content > .inner .pageNation .prev a:hover {
  background: #EA7768;
}

.news .content > .inner .pageNation .prev a img {
  width: 9px;
}

.news .content > .inner .pageNation .next a {
  padding: 0.5rem 1rem;
  background: #16305C;
  border-radius: 3rem;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .news .content > .inner .pageNation .next a {
    padding: 0.3rem 0.75rem;
  }
}

.news .content > .inner .pageNation .next a:hover {
  background: #EA7768;
}

.news .content > .inner .pageNation .next a img {
  width: 9px;
}

.news .content > .inner .pageNation ul {
  display: flex;
  margin: 0 1.2rem;
}

@media screen and (max-width: 768px) {
  .news .content > .inner .pageNation ul {
    margin: 0 0.5rem;
  }
}

.news .content > .inner .pageNation ul li {
  margin: 0 0.2rem;
}

.news .content > .inner .pageNation ul li.active a {
  color: #fff;
  background: #5794C1;
}

.news .content > .inner .pageNation ul li span {
  padding: 0 0.7rem;
}

@media screen and (max-width: 768px) {
  .news .content > .inner .pageNation ul li span {
    padding: 0;
  }
}

.news .content > .inner .pageNation ul li a {
  padding: 0.6rem 1.1rem;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .news .content > .inner .pageNation ul li a {
    padding: 0.3rem 0.5rem;
  }
}

ul.news-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

ul.news-list li {
  position: relative;
  width: 98%;
  border-bottom: 1px solid #fff;
}

ul.news-list li span {
  display: inline-block;
  width: 130px;
}

@media screen and (max-width: 1280px) {
  ul.news-list li span {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  ul.news-list li span {
    margin: 0 0 0.5rem;
    width: auto;
  }
}

ul.news-list li a, ul.news-list li > span {
  position: relative;
  display: block;
  padding: 2rem 5rem 2rem 2rem;
  font-size: 0.9rem;
  z-index: 2;
  transition: 0.3s;
  width: 100%;
}

@media screen and (max-width: 768px) {
  ul.news-list li a {
    padding: 1.5rem 3.3rem 1.5rem 0;
  }
}

ul.news-list li a:hover {
  color: #EA7768;
}

ul.news-list li:not(.nolink):hover::before {
  background: #EA7768 53% 50% url(assets/img/icon_25.png) no-repeat;
  background-size: 8px 13px;
}

ul.news-list li:not(.nolink)::before {
  content: '';
  position: absolute;
  top: 25px;
  right: 0;
  padding: 1rem;
  background: #16305C 53% 50% url(assets/img/icon_25.png) no-repeat;
  background-size: 8px 13px;
  width: 5px;
  height: 5px;
  border-radius: 10rem;
  z-index: 0;
  transition: 0.3s;
}

@media screen and (max-width: 1280px) {
  ul.news-list li::before {
    top: calc(50% - 20px);
  }
}

/* ---------------------------------------------

最新情報 固定ページ news_detail.html

-----------------------------------------------*/
.newsDetail .content > .inner {
  margin: 0 auto;
  padding: 4rem 2rem 7rem;
  max-width: calc(1080px + 4rem);
}

@media screen and (max-width: 768px) {
  .newsDetail .content > .inner {
    padding: 2rem 1rem 8rem;
  }
}

.newsDetail .content > .inner h3 {
  margin: 0 0 2.5rem;
  color: #968078;
  font-size: 40px;
  line-height: 60px;
}

@media screen and (max-width: 768px) {
  .newsDetail .content > .inner h3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.newsDetail .content > .inner .txtArea {
  margin: 0 0 3rem;
}

.newsDetail .content > .inner .txt {
  margin: 0 0 3rem;
}

.newsDetail .content > .inner .img {
  margin: 0 auto 3rem;
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .newsDetail .content > .inner .img {
    max-width: 100%;
  }
}

.newsDetail .content > .inner .date {
  margin: 0 0 3rem;
  color: #968078;
}

@media screen and (max-width: 768px) {
  .newsDetail .content > .inner .date {
    margin: 0 0 1.5rem;
  }
}

.newsDetail .content > .inner .btn {
  text-align: center;
}

.newsDetail .content > .inner .btn a {
  position: relative;
  display: inline-block;
  padding: 0.5rem 3rem;
  color: #fff;
  background: #16305C;
  border-radius: 2rem;
  transition: 0.3s;
  text-decoration: none;
}

.newsDetail .content > .inner .btn a::before {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  right: 1.2rem;
  width: 12px;
  height: 12px;
  background: 50% 50%/14px url(assets/img/slick_arrow_right.png) no-repeat;
}

.newsDetail .content > .inner .btn a:hover {
  background: #EA7768;
}

/* --------------------------------------------------------

slick用css  result.html

---------------------------------------------------------*/
.sliderCon {
  margin: 0 0 2.5rem;
}

@media screen and (max-width: 768px) {
  .sliderCon {
    margin: 0 0 1.5rem;
  }
}

.sliderBg {
  padding: 3rem 0;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sliderBg {
    padding: 0;
  }
}

.sliderBg .thumbnail-img.slick-current img {
  opacity: 0.3;
}

.sliderBg .sliderWrp {
  margin: 0 auto;
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .sliderBg .sliderWrp {
    max-width: 100%;
  }
}

.sliderBg .slider {
  position: relative;
}

.sliderBg .prev.slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  left: -3rem;
  z-index: 10;
}

.sliderBg .prev.slick-arrow::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: #16305C 48% 50%/10px url(assets/img/slick_arrow_left.png) no-repeat;
  border-radius: 5rem;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .sliderBg .prev.slick-arrow::before {
    display: none;
  }
}

.sliderBg .prev.slick-arrow:hover::before {
  background: #EA7768 52% 50%/10px url(assets/img/slick_arrow_left.png) no-repeat;
}

.sliderBg .next.slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  right: -3rem;
  z-index: 10;
}

.sliderBg .next.slick-arrow::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: #16305C 52% 50%/10px url(assets/img/slick_arrow_right.png) no-repeat;
  border-radius: 5rem;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .sliderBg .next.slick-arrow::after {
    display: none;
  }
}

.sliderBg .next.slick-arrow:hover::after {
  background: #EA7768 52% 50%/10px url(assets/img/slick_arrow_right.png) no-repeat;
}

.slick-track {
  display: flex !important;
  justify-content: space-between;
}

.slick-track .slick-slide {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .slick-track .slick-slide {
    width: 100%;
  }
}

.slick-slide {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .slick-slide {
    padding: 0;
  }
}

/* --------------------------------------------------------

modal  search.html

---------------------------------------------------------*/
.modal-open,
.modal-open2 {
  position: relative;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container,
.modal-container2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(244, 237, 234, 0.9);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active,
.modal-container2.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1100px;
  width: 85vw;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 14px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.modalHeader {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 2rem;
  color: #fff;
  background: #16305C;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modalHeader .close {
  padding: 0 1rem 0 0;
  cursor: pointer;
}

.modalBody {
  padding: 2rem;
  background: #fff;
  text-align: left;
}

.modalBody .flex > div .ttl {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  background: #C3B8B5;
}

.modalBody .flex > div ul {
  margin: 0.5rem 0 0;
  padding: 1rem 1rem 0;
}

@media screen and (max-width: 1280px) {
  .modalBody .flex > div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 2rem;
  }
}

@media screen and (max-width: 1280px) {
  .modalBody .flex > div ul li {
    width: calc(100% / 5);
  }
}

@media screen and (max-width: 1024px) {
  .modalBody .flex > div ul li {
    width: calc(100% / 4);
  }
}

.modalBody .flex > div .flexList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.modalBody .flex > div .flexList li {
  width: calc(100% / 5);
}

@media screen and (max-width: 1024px) {
  .modalBody .flex > div .flexList li {
    width: calc(100% / 4);
  }
}

.modalBody .flex div:first-child {
  width: 200px;
}

@media screen and (max-width: 1280px) {
  .modalBody .flex div:first-child {
    width: 100%;
  }
}

.modalBody .flex div:last-child {
  width: calc(100% - 200px - 1rem);
}

@media screen and (max-width: 1280px) {
  .modalBody .flex div:last-child {
    width: 100%;
  }
}

/* --------------------------------------------------------

index、

---------------------------------------------------------*/
.fade {
  opacity: 0;
  transition: 1.5s;
}

.fade.on {
  opacity: 1;
}

.fade.delay1 {
  transition-delay: 300ms;
}

.fade.delay2 {
  transition-delay: 600ms;
}

.fade.delay3 {
  transition-delay: 900ms;
}

.mask {
  overflow: hidden;
  position: relative;
  display: inline-block;
  opacity: 0;
  transition: 0.5s;
}

.mask::before {
  content: "";
  background-color: #F4EDEA;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.mask.on::before {
  right: -100%;
  transition-delay: 0.3s;
}

.mask.on {
  opacity: 1;
}

.btAni {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}

.btAni.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btAni.speed00 {
  transition: all 1500ms ease 0s;
  transition-delay: 500ms;
}

.btAni.speed01 {
  transition: all 2500ms ease 0s;
  transition-delay: 700ms;
}

.btAni.speed02 {
  transition: all 2500ms ease 0s;
  transition-delay: 1000ms;
}

.btAni.speed03 {
  transition: all 2500ms ease 0s;
  transition-delay: 1300ms;
}

.bbAni {
  opacity: 0;
  visibility: hidden;
  transition: all 2500ms ease 0s;
  transition-delay: 700ms;
}

.bbAni.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bgAni {
  opacity: 0;
  visibility: hidden;
  transition: all 2500ms ease 0s;
  transition-delay: 700ms;
}

.bgAni.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --------------------------------------------------------

nav active

---------------------------------------------------------*/
/* オーナー */
.owner.indPage nav ul li:nth-of-type(2) a,
.owner.special nav ul li:nth-of-type(2) a {
  position: relative;
  display: inline-block;
  color: #5794C1;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.2rem;
  transition: 0.3s;
}

.owner.indPage nav ul li:nth-of-type(2) a:hover,
.owner.special nav ul li:nth-of-type(2) a:hover {
  color: #16305C;
}

.owner.indPage nav ul li:nth-of-type(2) a::before,
.owner.special nav ul li:nth-of-type(2) a::before {
  content: '';
  display: block;
  transition: 0.3s;
}

@media screen and (min-width: 1280px) {
  .owner.indPage nav ul li:nth-of-type(2) a::before,
  .owner.special nav ul li:nth-of-type(2) a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.8rem;
    left: calc(50% - 3.5px);
    width: 7px;
    height: 7px;
    background: #FEB966;
    border-radius: 10rem;
  }
}

.owner.realestate nav ul li:nth-of-type(3) a {
  position: relative;
  display: inline-block;
  color: #5794C1;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.2rem;
  transition: 0.3s;
}

.owner.realestate nav ul li:nth-of-type(3) a:hover {
  color: #16305C;
}

.owner.realestate nav ul li:nth-of-type(3) a::before {
  content: '';
  display: block;
  transition: 0.3s;
}

@media screen and (min-width: 1280px) {
  .owner.realestate nav ul li:nth-of-type(3) a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.8rem;
    left: calc(50% - 3.5px);
    width: 7px;
    height: 7px;
    background: #FEB966;
    border-radius: 10rem;
  }
}

/* 物件情報 */
.renewal nav ul li:nth-of-type(4) a {
  position: relative;
  display: inline-block;
  color: #5794C1;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.2rem;
  transition: 0.3s;
}

.renewal nav ul li:nth-of-type(4) a:hover {
  color: #16305C;
}

.renewal nav ul li:nth-of-type(4) a::before {
  content: '';
  display: block;
  transition: 0.3s;
}

@media screen and (min-width: 1280px) {
  .renewal nav ul li:nth-of-type(4) a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.8rem;
    left: calc(50% - 3.5px);
    width: 7px;
    height: 7px;
    background: #FEB966;
    border-radius: 10rem;
  }
}

/* 物件情報 */
.property nav ul li:nth-of-type(5) a, .result nav ul li:nth-of-type(5) a {
  position: relative;
  display: inline-block;
  color: #5794C1;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.2rem;
  transition: 0.3s;
}

.property nav ul li:nth-of-type(5) a:hover, .result nav ul li:nth-of-type(5) a:hover {
  color: #16305C;
}

.property nav ul li:nth-of-type(5) a::before, .result nav ul li:nth-of-type(5) a::before {
  content: '';
  display: block;
  transition: 0.3s;
}

@media screen and (min-width: 1280px) {
  .property nav ul li:nth-of-type(5) a::before, .result nav ul li:nth-of-type(5) a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.8rem;
    left: calc(50% - 3.5px);
    width: 7px;
    height: 7px;
    background: #FEB966;
    border-radius: 10rem;
  }
}

/* 実績紹介 */
.archive nav ul li:nth-of-type(6) a, .result_2 nav ul li:nth-of-type(6) a {
  position: relative;
  display: inline-block;
  color: #5794C1;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.2rem;
  transition: 0.3s;
}

.archive nav ul li:nth-of-type(6) a:hover, .result_2 nav ul li:nth-of-type(6) a:hover {
  color: #16305C;
}

.archive nav ul li:nth-of-type(6) a::before, .result_2 nav ul li:nth-of-type(6) a::before {
  content: '';
  display: block;
  transition: 0.3s;
}

@media screen and (min-width: 1280px) {
  .archive nav ul li:nth-of-type(6) a::before, .result_2 nav ul li:nth-of-type(6) a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.8rem;
    left: calc(50% - 3.5px);
    width: 7px;
    height: 7px;
    background: #FEB966;
    border-radius: 10rem;
  }
}

/* 企業情報 */
.company nav ul li:nth-of-type(7) a {
  position: relative;
  display: inline-block;
  color: #5794C1;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.2rem;
  transition: 0.3s;
}

.company nav ul li:nth-of-type(7) a:hover {
  color: #16305C;
}

.company nav ul li:nth-of-type(7) a::before {
  content: '';
  display: block;
  transition: 0.3s;
}

@media screen and (min-width: 1280px) {
  .company nav ul li:nth-of-type(7) a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.8rem;
    left: calc(50% - 3.5px);
    width: 7px;
    height: 7px;
    background: #FEB966;
    border-radius: 10rem;
  }
}

/* 最新情報 */
.news nav ul li:nth-of-type(8) a, .newsDetail nav ul li:nth-of-type(8) a {
  position: relative;
  display: inline-block;
  color: #5794C1;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.2rem;
  transition: 0.3s;
}

.news nav ul li:nth-of-type(8) a:hover, .newsDetail nav ul li:nth-of-type(8) a:hover {
  color: #16305C;
}

.news nav ul li:nth-of-type(8) a::before, .newsDetail nav ul li:nth-of-type(8) a::before {
  content: '';
  display: block;
  transition: 0.3s;
}

@media screen and (min-width: 1280px) {
  .news nav ul li:nth-of-type(8) a::before, .newsDetail nav ul li:nth-of-type(8) a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.8rem;
    left: calc(50% - 3.5px);
    width: 7px;
    height: 7px;
    background: #FEB966;
    border-radius: 10rem;
  }
}

/* お問い合わせ */
.contact nav ul li:nth-of-type(9) a {
  position: relative;
  display: inline-block;
  color: #5794C1;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.2rem;
  transition: 0.3s;
}

.contact nav ul li:nth-of-type(9) a:hover {
  color: #16305C;
}

.contact nav ul li:nth-of-type(9) a::before {
  content: '';
  display: block;
  transition: 0.3s;
}

@media screen and (min-width: 1280px) {
  .contact nav ul li:nth-of-type(9) a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.8rem;
    left: calc(50% - 3.5px);
    width: 7px;
    height: 7px;
    background: #FEB966;
    border-radius: 10rem;
  }
}
.flowing {
  margin: 0;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  animation: flowing-anim 1.5s forwards ease-in;
  animation-delay: 1.5s;
}

.flowing:nth-child(2) {
  animation-delay: 2.5s;
}

@keyframes flowing-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}

/* radio */
.radio {
  display: inline-block;
  margin: 0 16px 0 0;
}

/** チェックOFFなら非表示 */
.otherForm {
  margin: 0 0 0 8px;
  padding: 8px;
  width: 240px;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  pointer-events: none;
}

/** チェックONなら表示 */
input:checked ~ .otherForm {
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 8px;
  width: 240px;
  border: 1px solid #ccc;
  pointer-events: all;
  background: #fff;
}

.news .content > .inner a[href$=".pdf"],
.news .content > .inner a[target="_blank"] {
  position: relative;
}

.news .content > .inner a[href$=".pdf"]:not(.noicon)::after,
.news .content > .inner a[target="_blank"]:not(.noicon):after {
  content: '';
  position: absolute;
  display: inline-block;
  transition: .4s;
}

.news .content > .inner a[target="_blank"]:after {
  background: 50% 50% url(assets/img/icon_window.png) no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
  margin: 4px 0 0 6px;
}

.news .content > .inner a[target="_blank"]:hover::after {
  background: 50% 50% url(assets/img/icon_window_on.png) no-repeat;
  background-size: contain;
}

.news .content > .inner a[href$=".pdf"]:hover::after {
  background: 50% 50% url(assets/img/icon_pdf_on.png) no-repeat;
  background-size: contain;
}

.news .content > .inner a[href$=".pdf"]::after {
  background: 50% 50% url(assets/img/icon_pdf.png) no-repeat;
  background-size: contain;
  height: 28px;
  width: 28px;
  margin: 2px 0 0 8px;
}

.signing {
  background: #EA7768;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .signing {
    width: 100%;
    border-radius: 0;
  }
}

.rounded img,
.figWrp img {
  border-radius: 6px;
}

p.-c {
  text-align: center;
}

.relatedLinks a {
  display: block;
  color: #EA7768;
  text-decoration: underline;
  cursor: pointer;
}

.relatedLinks a:hover {
  text-decoration: none;
}

.relatedLinks a[target="_blank"]:after {
  position: relative;
  top: 2px;
  content: '';
  width: 16px;
  height: 16px;
  background: url(assets/img/icon_window.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 0 0 4px;
}

.relatedLinks a:not(.m-txt-link)[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 22px;
  background: url(assets/img/icon_pdf.png) no-repeat center center;
  background-size: contain;
  position: relative;
  top: 4px;
  margin: 0 0 0 6px;
}

.propertySales {
  background: #fff;
  padding: 40px;
  margin: 0 0 40px;
}

.propertySales h3 {
  margin: 0 0 1rem;
  color: #EA7768;
  font-size: 24px;
  font-family: 'notosansjpBold';
}

@media screen and (max-width: 768px) {
  .propertySales {
    padding: 24px;
    margin: 0 0 32px;
  }
  .propertySales h3 {
    font-size: 18px;
  }
}

.m-form .formError {
  background: #EA7768;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  word-break: keep-all;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  z-index: 999;
}

.m-form .m-txt-p {
  padding: 2rem;
}

.m-form .tac {
  text-align: center;
}

footer .link {
  position: relative;
  color: #fff;
  background: #16305C;
  text-align: center;
}

footer .link .inner {
  position: relative;
  margin: 0 auto;
  padding: 5.5rem 0;
  max-width: 1100px;
}

@media screen and (max-width: 768px) {
  footer .link .inner {
    padding: 10vw 4vw 10vw;
  }
}

#subPage footer .link .inner {
  padding: 2.5rem 0;
}

@media screen and (max-width: 768px) {
  #subPage footer .link .inner {
    padding: 10vw 1rem;
  }
}

footer .link .inner .banner_list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  footer .link .inner .banner_list {
    justify-content: space-between;
  }
}

#subPage footer .link .inner .banner_list {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  #subPage footer .link .inner .banner_list {
    padding-top: 10vw;
  }
}

footer .link .inner .banner_list li {
  width: 260px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  footer .link .inner .banner_list li {
    width: calc(45vw - 0.5rem);
    margin-left: 2vw;
  }
}

footer .link .inner .banner_list li:nth-child(4n + 1) {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  footer .link .inner .banner_list li:nth-child(4n + 1) {
    margin-left: 2vw;
  }
}

footer .link .inner .banner_list li:nth-child(n + 5) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  footer .link .inner .banner_list li:nth-child(n + 5) {
    margin-top: 0;
    margin-left: 2vw;
  }
}

@media screen and (max-width: 768px) {
  footer .link .inner .banner_list li:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  footer .link .inner .banner_list li:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  footer .link .inner .banner_list li:nth-child(n + 3) {
    margin-top: 10px;
  }
}

footer .link .inner .banner_list li a {
  transition: 0.3s opacity;
  display: block;
  line-height: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

footer .link .inner .banner_list li a:hover {
  opacity: 0.75;
}

footer .link .inner .banner_list li a img {
  width: 100%;
  max-width: inherit;
}

footer .group {
  padding: 5rem 0;
}

footer .group .inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .group .inner {
    padding: 0 1rem;
  }
}

footer .group h3 {
  display: inline-block;
  position: relative;
  margin: 0 0 3rem;
  color: #968078;
  font-size: 40px;
  z-index: 1;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  footer .group h3 {
    margin: 0 0 8vw;
    font-size: 6vw;
  }
}

footer .group h3:before {
  content: 'Group';
  position: absolute;
  top: -6rem;
  left: calc(50% - 13rem);
  color: #fff;
  font-size: 8rem;
  line-height: 7rem;
  font-family: notosansjpBold;
  border-bottom: 2px solid #fff;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  footer .group h3:before {
    top: -7vw;
    left: calc(50% - 20vw);
    font-size: 13vw;
    line-height: 11.5vw;
  }
}

footer .group h4 {
  margin: 0 0 2rem;
  color: #EA7768;
  font-size: 28px;
  font-family: notosansjpBold;
}

@media screen and (max-width: 768px) {
  footer .group h4 {
    margin: 0 0 1.6rem;
    font-size: 1.2rem;
    text-align: left;
  }
}

footer .group .txt {
  margin: 0 0 2.5rem;
  line-height: 1.75rem;
}

@media screen and (max-width: 768px) {
  footer .group .txt {
    text-align: left;
  }
}

footer .group .btn {
  margin: 2rem 0 1rem;
  text-align: center;
}

footer .group .btn > a {
  position: relative;
  display: inline-block;
  padding: 0.4rem 3.5rem;
  color: #fff;
  background: #16305C;
  border-radius: 10rem;
  font-size: 0.9rem;
  text-align: center;
  transition: 0.3s;
}

footer .group .btn > a::before {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url(assets/img/icon_window_on.png) no-repeat;
  background-size: contain;
}

footer .group .btn > a:hover {
  background: #EA7768;
}

footer .group .btn > a:hover::before {
  background: url(assets/img/icon_window.png) no-repeat;
  background-size: contain;
}

/* print style */
@media print {
  html {
    background: none;
  }
  body {
    min-width: 1300px;
    padding: 0;
    background: none;
    zoom: 85% !important;
  }
  #l-wrap {
    padding-top: 0 !important;
  }
  header, #fixed-header {
    display: none;
  }
  footer {
    display: none;
  }
  section.content .inner {
    width: 100% !important;
    max-width: none !important;
  }
}
