@charset "UTF-8";
/*reset */
* {
  box-sizing: border-box;
}

:after,
:before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden],
template {
  display: none;
}

* {
  transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
}

body {
  color: #354159;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 190%;
  overflow-x: hidden;
}

a {
  color: #354159;
}

a:hover {
  color: #354159;
}

.en {
  font-family: "Inter", "Noto Sans JP", serif;
  font-weight: 400;
}

.inner {
  max-width: 80%;
  min-width: 1100px;
  margin: auto;
}

.inner_l {
  width: 80%;
  margin: auto;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fadein {
  transition: 1s;
  opacity: 0;
  transform: translatey(50px);
}

.fadein.animated {
  opacity: 1;
  transform: translatey(0px);
}

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

/* =================================================================

    ヘッダー

================================================================= */
header {
  display: flex;
  position: fixed;
  z-index: 9999;
  min-width: 1200px;
  top: 0;
  left: 0;
  width: 100%;
}
header .logo {
  width: 337px;
  min-width: 200px;
  margin: 46px auto 0 70px;
  z-index: 9999;
}
header .logo a {
  display: block;
}
header .gnav {
  margin-right: 50px;
  display: block;
}
header .gnav .gnav__wrap .gnav__menu {
  display: flex;
  gap: 2vw;
  margin-top: 50px;
}
header .gnav .gnav__wrap .gnav__menu li a {
  font-weight: 600;
  display: block;
  padding: 15px 0;
}
header .gnav .gnav__wrap .gnav__menu li a:hover {
  opacity: 0.6;
}
header .gnav .gnav__wrap .gnav__menu li.contact a {
  border: #354159 solid 1px;
  border-radius: 100px;
  padding: 14px 0;
  width: 180px;
  text-align: center;
}
header .gnav .gnav__wrap .gnav__menu li.contact a i {
  line-height: 0;
  display: inline-flex;
}
header .gnav .gnav__wrap .gnav__menu li.contact a i img {
  width: 19px;
  margin-left: 12px;
}
@media screen and (max-width: 1500px) {
  header .logo {
    width: 300px;
    margin: 46px auto 0 35px;
  }
  header .gnav {
    margin-right: 25px;
  }
  header .gnav .gnav__wrap .gnav__menu {
    gap: 2vw;
  }
  header .gnav .gnav__wrap .gnav__menu li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1400px) {
  header .logo {
    width: 300px;
    margin: 46px auto 0 35px;
  }
  header .gnav {
    margin-right: 25px;
  }
  header .gnav .gnav__wrap .gnav__menu {
    gap: 1vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    display: block;
    position: relative;
    z-index: 9999;
  }
  header .logo {
    width: 160px;
    margin: 22px auto 0 27px;
  }
  header .logo a {
    display: block;
  }
  header .menu {
    height: 17px;
    position: absolute;
    right: 25px;
    top: 7px;
    width: 35px;
    z-index: 99;
  }
  header .menu__line {
    background: #354159;
    display: block;
    height: 1px;
    position: absolute;
    transition: transform 0.3s;
    width: 100%;
  }
  header .menu__line--center {
    top: 8px;
  }
  header .menu__line--bottom {
    bottom: 0;
  }
  header .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
  }
  header .menu__line--center.active {
    transform: scaleX(0);
  }
  header .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
  }
  header .gnav {
    background: rgb(255, 255, 255);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 0;
  }
  header .gnav .gnav__wrap {
    display: block;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    padding: 0 15px;
  }
  header .gnav .gnav__wrap .gnav__menu {
    display: block !important;
    margin-top: 70px !important;
  }
  header .gnav .gnav__wrap .gnav__menu li {
    margin: 0;
  }
  header .gnav .gnav__wrap .gnav__menu li a {
    color: #354159;
    font-weight: bold;
    padding: 13px;
    text-decoration: none;
    transition: 0.5s;
    font-size: 13px;
    border-top: #EFEFEF solid 1px;
  }
  header .gnav .gnav__wrap .gnav__menu li.contact {
    border-top: #EFEFEF solid 1px;
    padding-top: 24px;
  }
  header .gnav .gnav__wrap .gnav__menu li.contact a {
    border: #354159 solid 1px;
    border-radius: 100px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }
  header .gnav .gnav__wrap .gnav__menu li.contact a i {
    line-height: 0;
    display: inline-flex;
  }
  header .gnav .gnav__wrap .gnav__menu li.contact a i img {
    width: 19px;
    margin-left: 12px;
  }
  header .sub_navi {
    display: flex;
    gap: 16px;
    margin: 16px 0;
  }
  header .sub_navi a {
    font-size: 13px;
  }
  header p {
    font-size: 13px;
    line-height: 150%;
  }
}
header.fixed {
  background: #fff;
  box-shadow: 0px 0px 45px -1px #d3d5df;
}
header.fixed .logo {
  margin-top: 24px;
  width: 270px;
}
header.fixed .headnavi .gnav .gnav__menu {
  margin: 20px 0 !important;
}

/* =================================================================

    パーツ

================================================================= */
.ttl_base {
  padding-bottom: 68px;
}
.ttl_base h2 {
  font-size: 44px;
  margin-bottom: 28px;
  font-weight: bold;
}
.ttl_base .en {
  font-size: 18px;
}

.btn a {
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  color: #354159;
}
.btn a span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-left: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: #354159 solid 1px;
}
.btn a span::before {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  background: url(../images/common/SVG/btn.svg) no-repeat center/contain;
  z-index: 2;
  position: relative;
}
.btn a span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #354159;
  transition: 0.3s;
  border-radius: 50%;
}
.btn a:hover {
  opacity: 1;
}
.btn a:hover span::before {
  background-image: url(../images/common/SVG/btn_white.svg);
}
.btn a:hover span::after {
  width: 100%;
  height: 100%;
}
.btn.c_white a {
  color: #fff;
}
.btn.c_white a span {
  border: #fff solid 1px;
}
.btn.c_white a span::before {
  content: "";
  background: url(../images/common/SVG/btn_white.svg) no-repeat center/contain;
}
.btn.c_white a span::after {
  background: #fff;
}
.btn.c_white a:hover {
  opacity: 1;
}
.btn.c_white a:hover span::before {
  background-image: url(../images/common/SVG/btn.svg);
}
.btn.c_white a:hover span::after {
  width: 100%;
  height: 100%;
}

/* =================================================================

    トップページ

================================================================= */
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  background-image: url(../images/common/1x/head_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 50% 95%;
  background-size: 50%, 100px;
  z-index: 99999;
  opacity: 1;
  transition: opacity 2s ease;
  /* メインコンテンツのスタイル */
}
#splash ul li {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
#splash ul li.l1 {
  animation: fadeIn 4s ease 0.8s forwards;
}
#splash ul li.l2 {
  animation: fadeIn 1s ease 4s forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
#splash .splash-logo {
  width: 712px;
  height: auto;
}
#splash .splash-img {
  width: 100px;
  height: auto;
  margin: auto;
  display: block;
  position: fixed;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#splash .hidden {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#splash .visible {
  display: block;
  opacity: 1;
}

.home_img {
  position: absolute;
  top: -64px;
  z-index: 0;
  display: none;
  /* @keyframesの用意 */
}
.home_img img.girl-animation {
  animation: girl-animation 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes girl-animation {
  0% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(12px);
  }
}

.home {
  position: relative;
  z-index: 1;
}
.home .home_slide {
  margin-top: 165px;
  /* 画像のサイズ調整 */
}
.home .home_slide .slick-prev,
.home .home_slide .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  width: 50px;
  /* 画像サイズに調整 */
  height: 50px;
}
.home .home_slide .slick-prev {
  left: 60px;
  /* 位置調整 */
}
.home .home_slide .slick-next {
  right: 60px;
  /* 位置調整 */
}
.home .home_slide .slick-prev img,
.home .home_slide .slick-next img {
  width: 100%;
  height: auto;
}
.home .home_bnarea {
  display: flex;
  justify-content: center;
  padding: 80px 0 100px;
}
.home .home_bnarea .blk {
  width: 50%;
  margin: auto;
}
.home .mv {
  display: flex;
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .home .mv {
    padding: 100px 80px;
  }
}
.home .mv .left {
  width: 50%;
  padding: 40px 0;
}
.home .mv .left .en {
  font-size: 86px;
}
.home .mv .left .en p {
  line-height: 120%;
}
.home .mv .left .txt {
  padding-top: 40px;
  font-size: 28px;
}
.home .mv .right {
  width: 50%;
  padding: 100px 0;
  position: relative;
}
.home .mv .right .round-wrap {
  position: absolute;
  top: 0px;
  left: 0;
  width: 600px;
  height: 600px;
}
.home .mv .right .round-wrap .rotate {
  width: 100%;
  height: 100%;
  animation: rotate-anime 30s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360degc);
  }
}
.home .mv .right .round-wrap .round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  animation: round_anime 30s linear infinite;
  overflow: hidden;
}
@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 30% 70% 20% 80%/30% 40% 60% 70%;
  }
  50% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  75% {
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
.home .mv .right .round-wrap .round-inner {
  width: 100%;
  height: 100%;
  background-image: url(../images/home/2x/mv.jpg);
  background-position: 75% center;
  background-size: cover;
  transform: scale(1.1, 1.1) rotate(0);
  animation: round-inner-anime 30s linear infinite;
}
@keyframes round-inner-anime {
  0% {
    transform: scale(1.1, 1.1) rotate(0);
  }
  100% {
    transform: scale(1.1, 1.1) rotate(360deg);
  }
}
.home .mv .right .round-wrap-back {
  position: absolute;
  top: -24px;
  left: 0;
  width: 620px;
  height: 640px;
}
.home .mv .right .round-wrap-back .rotate {
  width: 100%;
  height: 100%;
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.home .mv .right .round-wrap-back .round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 90% 10% 30% 70%/30% 80% 20% 70%;
  animation: round_anime 20s linear infinite;
  overflow: hidden;
}
@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    border-radius: 80% 20% 20% 80%/80% 20% 20% 80%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
.home .mv .right .round-wrap-back .round-inner {
  width: 100%;
  height: 100%;
  background-color: #EEBBC8;
  background-position: center center;
  background-size: cover;
  transform: scale(1.1, 1.1) rotate(0);
  animation: round-inner-anime 20s linear infinite;
}
@keyframes round-inner-anime {
  0% {
    transform: scale(1.1, 1.1) rotate(0);
  }
  100% {
    transform: scale(1.1, 1.1) rotate(360deg);
  }
}
.home .sec1 {
  background: url(../images/home/2x/sec1_2.png) no-repeat 100% 0/770px;
  margin-top: -100px;
  padding-bottom: 112px;
}
.home .sec1 .base {
  display: flex;
  padding-top: 160px;
}
.home .sec1 .base .right {
  width: 56%;
  order: 2;
  padding-top: 80px;
}
.home .sec1 .base .right h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 150%;
}
.home .sec1 .base .right p {
  padding-bottom: 40px;
}
.home .sec1 .base .left {
  width: 44%;
  order: 1;
}
.home .sec1 .base .left .sec1_round-wrap {
  top: 10px;
  width: 420px;
  height: 420px;
}
.home .sec1 .base .left .sec1_round-wrap .rotate {
  width: 100%;
  height: 100%;
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.home .sec1 .base .left .sec1_round-wrap .round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  animation: round_anime 20s linear infinite;
  overflow: hidden;
}
@keyframes round_anime {
  0% {
    border-radius: 70% 30% 30% 70%/70% 30% 30% 70%;
  }
  25% {
    border-radius: 20% 80% 50% 50%/50% 50% 80% 20%;
  }
  50% {
    border-radius: 30% 70% 60% 40%/30% 70% 60% 40%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
.home .sec1 .base .left .sec1_round-wrap .round-inner {
  width: 100%;
  height: 100%;
  background-image: url(../images/home/2x/sec1_1.jpg);
  background-position: center center;
  background-size: cover;
  transform: scale(1.1, 1.1) rotate(0);
  animation: round-inner-anime 20s linear infinite;
}
@keyframes round-inner-anime {
  0% {
    transform: scale(1.1, 1.1) rotate(0);
  }
  100% {
    transform: scale(1.1, 1.1) rotate(-360deg);
  }
}
.home .sec1 .base .left .sec1_round-wrap-back {
  position: absolute;
  width: 460px;
  height: 460px;
}
.home .sec1 .base .left .sec1_round-wrap-back .rotate {
  width: 100%;
  height: 100%;
  animation: rotate-anime 30s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home .sec1 .base .left .sec1_round-wrap-back .round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 90% 10% 30% 70%/30% 80% 20% 70%;
  animation: round_anime 30s linear infinite;
  overflow: hidden;
}
@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
.home .sec1 .base .left .sec1_round-wrap-back .round-inner {
  width: 100%;
  height: 100%;
  background-color: #EEBBC8;
  background-position: center center;
  background-size: cover;
  transform: scale(1.1, 1.1) rotate(0);
  animation: round-inner-anime 30s linear infinite;
}
@keyframes round-inner-anime {
  0% {
    transform: scale(1.1, 1.1) rotate(0);
  }
  100% {
    transform: scale(1.1, 1.1) rotate(-360deg);
  }
}
.home .sec2 {
  padding-bottom: 112px;
}
.home .sec2 .base {
  display: flex;
}
.home .sec2 .base .ttl_base {
  width: 24%;
}
.home .sec2 .base .body {
  width: 76%;
  border-top: #EFEFEF solid 1px;
}
.home .sec2 .base .body .box a {
  display: block;
  border-bottom: #EFEFEF solid 1px;
  padding: 32px 18px;
}
.home .sec2 .base .body .box a .date {
  color: #EEBBC8;
}
.home .sec2 .base .body .box a:hover {
  background-color: #f9f9f9;
}
.home .sec2 .base .body .btn {
  padding-top: 45px;
}
.home .sec3 {
  padding: 137px 0;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.home .sec3 .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.home .sec3 .scroll-infinity__list {
  display: flex;
  list-style: none;
  gap: 20px;
  margin-left: 20px;
}
.home .sec3 .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.home .sec3 .scroll-infinity__item {
  width: 20vw;
}
.home .sec3 .scroll-infinity__item > img {
  width: 100%;
}
.home .sec4 {
  margin-bottom: 100px;
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.home .sec4 .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.home .sec4 .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.home .sec4 .scroll-infinity__list--right {
  animation: infinity-scroll-right 300s infinite linear 0.5s both;
}
.home .sec4 .scroll-infinity__item {
  width: 100vw;
}
.home .sec4 .scroll-infinity__item > img {
  width: 100%;
}
.home .sec5 {
  position: relative;
  padding: 150px 0 380px;
  margin-bottom: 185px;
}
.home .sec5::after {
  content: "";
  display: block;
  width: 200%;
  height: calc(100% - 57px);
  background-color: #fcf5e8;
  position: absolute;
  right: 10vw;
  bottom: 0;
  z-index: -1;
  border-radius: 0 50px 50px 0;
}
.home .sec5 .ttl_base {
  text-align: center;
}
.home .sec5 .sec_kv {
  position: relative;
  padding-bottom: 60px;
}
.home .sec5 .sec_kv .btn {
  position: absolute;
  right: 40px;
  bottom: 100px;
}
.home .sec5 .base1 {
  background: url(../images/home/SVG/sec5_7.svg) no-repeat 0 0/60%;
  display: flex;
}
.home .sec5 .base1 .left {
  padding: 158px 0 178px 135px;
  width: 50%;
}
.home .sec5 .base1 .left h3 {
  font-size: 30px;
  margin-bottom: 24px;
  line-height: 150%;
}
.home .sec5 .base1 .left .btn {
  margin-top: 24px;
}
.home .sec5 .base1 .right {
  padding: 80px 0 0 40px;
  width: 50%;
}
.home .sec5 .base1 .sec5_round-wrap {
  top: 10px;
  width: 420px;
  height: 420px;
}
.home .sec5 .base1 .sec5_round-wrap .rotate {
  width: 100%;
  height: 100%;
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.home .sec5 .base1 .sec5_round-wrap .round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  animation: round_anime 20s linear infinite;
  overflow: hidden;
}
@keyframes round_anime {
  0% {
    border-radius: 70% 30% 30% 70%/70% 30% 30% 70%;
  }
  25% {
    border-radius: 20% 80% 50% 50%/50% 50% 80% 20%;
  }
  50% {
    border-radius: 30% 70% 60% 40%/30% 70% 60% 40%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
.home .sec5 .base1 .sec5_round-wrap .round-inner {
  width: 100%;
  height: 100%;
  background-image: url(../images/home/2x/sec5_8_2.png);
  background-position: center bottom;
  background-size: cover;
  transform: scale(1.1, 1.1) rotate(0);
  animation: round-inner-anime 20s linear infinite;
}
@keyframes round-inner-anime {
  0% {
    transform: scale(1.1, 1.1) rotate(0);
  }
  100% {
    transform: scale(1.1, 1.1) rotate(-360deg);
  }
}
.home .sec5 .base1 .sec5_round-wrap-back {
  position: absolute;
  width: 460px;
  height: 460px;
}
.home .sec5 .base1 .sec5_round-wrap-back .rotate {
  width: 100%;
  height: 100%;
  animation: rotate-anime 30s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home .sec5 .base1 .sec5_round-wrap-back .round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 90% 10% 30% 70%/30% 80% 20% 70%;
  animation: round_anime 30s linear infinite;
  overflow: hidden;
}
@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
.home .sec5 .base1 .sec5_round-wrap-back .round-inner {
  width: 100%;
  height: 100%;
  background-color: #EEBBC8;
  background-position: center center;
  background-size: cover;
  transform: scale(1.1, 1.1) rotate(0);
  animation: round-inner-anime 30s linear infinite;
}
@keyframes round-inner-anime {
  0% {
    transform: scale(1.1, 1.1) rotate(0);
  }
  100% {
    transform: scale(1.1, 1.1) rotate(-360deg);
  }
}
.home .sec5 .base2 {
  position: relative;
  z-index: 0;
}
.home .sec5 .base2 .img1 {
  position: relative;
  z-index: 1;
}
.home .sec5 .base2 .img_wrap {
  position: relative;
  z-index: 0;
  height: 600px;
}
.home .sec5 .base2 .img_wrap .img2 {
  position: absolute;
  z-index: 2;
  width: 80%;
  left: -25%;
  top: -124px;
}
.home .sec5 .base2 .img_wrap .img3 {
  position: absolute;
  z-index: 2;
  width: 70%;
  right: -27%;
  top: 80px;
}
.home .sec5 .base2 .img4 {
  width: 240px;
  padding-top: 64px;
  position: absolute;
  right: -4%;
}
.home .sec5 .base2 .btn {
  padding-top: 140px;
  position: absolute;
  right: 500px;
}
.home .sec6 .body .content_area,
.home .sec7 .body .content_area {
  max-width: 1500px;
  min-width: 1100px;
  margin: auto;
  margin: 0 auto;
}
.home .sec6 .body .slick-list,
.home .sec7 .body .slick-list {
  overflow: visible;
}
.home .sec6 .body .slick-item p,
.home .sec7 .body .slick-item p {
  font-size: 18px;
  line-height: 150px;
  text-align: center;
  margin: 10px;
  padding: 2%;
  background: white;
  position: relative;
}
.home .sec6 .body .slick-prev,
.home .sec6 .body .slick-next,
.home .sec7 .body .slick-prev,
.home .sec7 .body .slick-next {
  z-index: 100;
}
.home .sec6 .body .slick-prev:before,
.home .sec6 .body .slick-next:before,
.home .sec7 .body .slick-prev:before,
.home .sec7 .body .slick-next:before {
  color: #75E1D6;
}
@media screen and (max-width: 560px) {
  .home .sec6 .body .content_area,
  .home .sec7 .body .content_area {
    padding: 0 30px;
  }
  .home .sec6 .body .slick-item p,
  .home .sec7 .body .slick-item p {
    font-size: 15px;
    line-height: 100px;
    margin: 5px;
    padding: 1.5%;
  }
}
.home .sec6 {
  padding-bottom: 117px;
}
.home .sec6 .body .content_area .slick-slider-works {
  padding-bottom: 54px;
}
.home .sec6 .body .content_area .slick-slider-works .slick-item {
  margin-right: 55px;
}
.home .sec6 .body .content_area .slick-slider-works .slick-item a {
  display: block;
}
.home .sec6 .body .content_area .slick-slider-works .slick-item a .thum {
  position: relative;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  /* 横型3:4の比率を作る */
  height: 0;
  padding-top: 75%;
  /* 4:3の比率を設定 */
}
.home .sec6 .body .content_area .slick-slider-works .slick-item a .thum img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* 幅を優先して画像をフィット */
  height: 100%;
  /* 高さも親要素にフィットさせる */
  -o-object-fit: cover;
     object-fit: cover;
  /* トリミングを実現 */
  transform-origin: center;
  /* 拡大の基準点を画像の中心に */
  transition: transform 0.6s ease;
  /* ホバー時のズームアニメーション */
}
.home .sec6 .body .content_area .slick-slider-works .slick-item a .thum:hover img {
  transform: scale(1.1);
  /* 拡大しつつ中央を基準にズーム */
}
.home .sec6 .body .content_area .slick-slider-works .slick-item a .spec {
  display: flex;
  padding: 24px 0 10px;
}
.home .sec6 .body .content_area .slick-slider-works .slick-item a .spec .tag span {
  background-color: #DF7CA0;
  color: #fff;
  border-radius: 100px;
  padding: 3px 24px 4px;
  font-size: 14px;
}
.home .sec6 .body .content_area .slick-slider-works .slick-item a .spec .date {
  color: #DF7CA0;
  padding: 3px 16px;
}
.home .sec6 .body .content_area .slick-slider-works .slick-item a:hover img {
  transform: scale(1.1);
}
.home .sec7 {
  padding-bottom: 117px;
}
.home .sec7 .body .content_area .slick-slider-property {
  padding-bottom: 54px;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item {
  margin-right: 40px;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a {
  display: block;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a .thum {
  position: relative;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  /* 横型3:4の比率を作る */
  height: 0;
  padding-top: 75%;
  /* 4:3の比率を設定 */
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a .thum img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* 幅を優先して画像をフィット */
  height: 100%;
  /* 高さも親要素にフィットさせる */
  -o-object-fit: cover;
     object-fit: cover;
  /* トリミングを実現 */
  transform-origin: center;
  /* 拡大の基準点を画像の中心に */
  transition: transform 0.6s ease;
  /* ホバー時のズームアニメーション */
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a .thum:hover img {
  transform: scale(1.1);
  /* 拡大しつつ中央を基準にズーム */
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a .spec {
  display: flex;
  padding: 24px 0 6px;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a .spec .tag span {
  border: #354159 solid 1px;
  color: #354159;
  border-radius: 100px;
  padding: 3px 24px 4px;
  font-size: 14px;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a .spec .price {
  padding: 3px 16px;
  font-size: 26px;
  font-family: "Inter", serif;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a .spec .price span {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a .room {
  font-weight: bold;
  padding-bottom: 8px;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a:hover img {
  transform: scale(1.1);
}

/* dotsを丸くカスタマイズするCSS */
.slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 48px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
  background: #000;
}

.slick-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* =================================================================

    下層

================================================================= */
.page_head .base h1 {
  font-size: 50px;
  font-weight: bold;
  padding: 255px 0 32px;
}
.page_head .base .en {
  display: block;
  font-size: 18px;
  padding-bottom: 68px;
}
.page_head .kv {
  display: none;
  height: 540px;
  width: 100vw;
  border-radius: 24px;
}
.page_head .kv.works_kv {
  background: url("../images/works/2x/kv.jpg") no-repeat 50% 83%/cover;
}
.page_head .kv.company_kv {
  background: url("../images/company/2x/kv.jpg") no-repeat 50% 33%/cover;
}
.page_head .kv.reform_kv {
  background: url("../images/reform/2x/kv.jpg") no-repeat 50% 66%/cover;
}
.page_head .kv.property_kv {
  background: url("../images/property/2x/kv.jpg") no-repeat 50% 43%/cover;
}

.basecontent {
  position: relative;
  padding: 96px 0 90px;
}
.basecontent::before {
  content: "";
  display: block;
  background: #fcf5e8;
  width: calc(1160px + (100vw - 1160px) / 2);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.basecontent.leftside::before {
  left: 0;
}
.basecontent.rightside::before {
  right: 0;
  border-radius: 30px 0 0 30px;
}

.breadcrumb {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  width: 100%;
  margin-bottom: 45px;
  margin-top: -74px;
  font-size: 14px;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em;
}

.introarea {
  margin: 100px 0;
}
.introarea h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 160%;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  padding: 40px 0 120px;
}
.wp-pagenavi a {
  margin: 16px 0;
  padding: 16px;
  display: block;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
}
.wp-pagenavi a:hover {
  opacity: 0.5;
}
.wp-pagenavi .current {
  margin: 16px 0;
  padding: 16px;
  display: block;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
}

/* =================================================================

    施工実績

================================================================= */
.works .basecontent {
  margin-bottom: 145px;
  color: #fff;
}
.works .basecontent::before {
  background: #5163A9;
}
.works .detailbase {
  margin-top: 80px;
}
.works .introarea .inner_l {
  max-width: 960px;
  min-width: 960px;
  margin: 100px auto;
  text-align: center;
}
.works .inner_l {
  max-width: 1015px;
  min-width: 1015px;
}
.works .inner_l h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 72px;
}
.works .inner_l .base {
  margin-bottom: 125px;
}
.works .inner_l .base .tags {
  margin-bottom: 25px;
}
.works .inner_l .base .tags span {
  padding: 4px;
  color: #fff;
  background: #DF7CA0;
  padding: 6px 24px 8px 24px;
}
.works .inner_l .base .type1 {
  display: flex;
  gap: 72px;
}
.works .inner_l .base .type1 .left {
  width: 360px;
}
.works .inner_l .base .type1 .right {
  width: 580px;
}
.works .inner_l .base .type1 .en {
  margin-top: 20px;
}
.works .inner_l .base .type1 .dis {
  padding-top: 60px;
}
.works .inner_l .base .type1 .dis h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 36px;
}
.works .inner_l .base .type2 .top {
  margin-bottom: 40px;
}
.works .inner_l .base .type2 .top .pic img {
  overflow: hidden;
}
.works .inner_l .base .type2 .en {
  margin-top: 20px;
}
.works .inner_l .base .type2 .bottom {
  display: flex;
  gap: 72px;
}
.works .inner_l .base .type2 .bottom .img {
  width: 460px;
}
.works .inner_l .base .type2 .bottom .dis {
  width: 500px;
  padding-top: 24px;
}
.works .inner_l .base .type2 .bottom .dis h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 36px;
}
.works .inner_l .base .info_base {
  background: #fff;
  padding: 37px 80px;
  margin-top: 64px;
  color: #5163A9;
}
.works .inner_l .base .info_base h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 14px;
  text-align: center;
}
.works .inner_l .base .info_base table {
  width: 100%;
}
.works .inner_l .base .info_base table tr th {
  width: 20%;
  padding: 16px 20px;
  border-bottom: 1px solid #EFEFEF;
  font-weight: bold;
}
.works .inner_l .base .info_base table tr td {
  width: 80%;
  padding: 16px 20px;
  border-bottom: 1px solid #EFEFEF;
}
.works .inner_l .base .info_base table tr:last-child th {
  border: none;
}
.works .inner_l .base .info_base table tr:last-child td {
  border: none;
}
.works .inner_l .base .etc {
  margin-top: 60px;
  display: flex;
  gap: 64px;
}
.works .inner_l .base .etc h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 24px;
}
.works .inner_l .base .etc .left {
  width: 50%;
}
.works .inner_l .base .etc .right {
  width: 50%;
}
.works #load-more-works {
  border: 1px solid #fff;
  padding: 16px;
  display: block;
  width: 220px;
  text-align: center;
  margin: auto;
}

/* =================================================================

    会社概要

================================================================= */
.company {
  line-height: 240%;
}
.company .sec01 {
  padding-bottom: 138px;
}
.company .sec01 .base {
  display: flex;
  gap: 3%;
}
.company .sec01 .base .blk {
  width: 67%;
}
.company .sec01 .base .blk h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 24px;
}
.company .sec01 .base .blk p {
  margin-bottom: 16px;
}
.company .sec01 .base .blk .names {
  font-weight: bold;
  margin-top: 24px;
}
.company .sec01 .base .blk .names span {
  font-size: 24px;
}
.company .sec01 .base .blk_i {
  width: 30%;
}
.company .sec02 {
  padding-bottom: 138px;
}
.company .sec02 .base {
  display: flex;
  justify-content: space-between;
}
.company .sec02 .base h3 {
  font-size: 30px;
  font-weight: bold;
}
.company .sec02 .base .ttl {
  width: auto;
}
.company .sec02 .base .body {
  width: 77%;
}
.company .sec02 .base .body table {
  width: 100%;
  border-top: 1px solid #EFEFEF;
}
.company .sec02 .base .body table th {
  border-bottom: 1px solid #EFEFEF;
  font-weight: bold;
  padding: 20px;
  width: 24%;
}
.company .sec02 .base .body table td {
  border-bottom: 1px solid #EFEFEF;
  padding: 20px;
  width: 76%;
}
.company .sec03 {
  padding-bottom: 138px;
}
.company .sec03 .base {
  display: flex;
  justify-content: space-between;
}
.company .sec03 .base h3 {
  font-size: 30px;
  font-weight: bold;
}
.company .sec03 .base .ttl {
  width: auto;
}
.company .sec03 .base .body {
  width: 77%;
}
.company .sec03 .base .body table {
  width: 100%;
  border-top: 1px solid #EFEFEF;
}
.company .sec03 .base .body table th {
  border-bottom: 1px solid #EFEFEF;
  font-weight: normal;
  padding: 20px;
  width: 24%;
  font-size: 33px;
}
.company .sec03 .base .body table td {
  border-bottom: 1px solid #EFEFEF;
  padding: 20px;
  width: 76%;
}
.company .sec04 {
  padding-bottom: 138px;
}
.company .sec04 .maps .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.company .sec04 .maps .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company .sec04 .ad {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.company .sec04 .ad .left h3 {
  font-weight: bold;
  font-size: 18px;
}
.company .sec04 .ad .left p {
  margin-top: 8px;
  line-height: 160%;
}
.company .sec04 .ad .right .btn a {
  display: block;
  background: #354159;
  border: 1px solid #354159;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 8px 40px;
}
.company .sec04 .ad .right .btn a:hover {
  background: #fff;
  color: #354159;
}

.cleaning .kvarea {
  margin-top: 160px;
}
.cleaning .kvarea .kv_img {
  background: url(../images/cleaning/img11.png) no-repeat 50% 50%/68vw;
  padding: 9vw 0 10vw 0;
  margin-top: 40px;
}
.cleaning .kvarea .kv_img p {
  text-align: center;
  font-weight: bold;
  font-size: 1.6vw;
  line-height: 200%;
}
.cleaning .kvarea p {
  margin-top: 24px;
}
.cleaning h2,
.cleaning .introarea {
  margin-bottom: 32px !important;
}
.cleaning .sec01 {
  padding-bottom: 100px;
}
.cleaning .sec01 .base {
  display: flex;
  gap: 8px;
}
.cleaning .sec01 .base .blk {
  background: #fcf5e8;
  text-align: center;
  padding: 32px 1vw 52px;
  width: 16.66666%;
}
.cleaning .sec01 .base .blk .num {
  color: #DFD7C7;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}
.cleaning .sec01 .base .blk h3 {
  font-size: 20px;
  font-weight: 900;
  margin: 8px 0 16px 0;
}
.cleaning .sec01 .base .blk .icon {
  width: 96px;
  margin: 0 auto 16px;
}
.cleaning .sec01 .base .blk p {
  font-size: 14px;
  line-height: 150%;
  text-align: left;
}
.cleaning .sec01 .info {
  margin-top: 24px;
  text-align: center;
  font-weight: 900;
  font-size: 22px;
}
.cleaning .sec02 {
  background: #fcf5e8;
  padding: 1px 0 100px 0;
}
.cleaning .sec02 .base {
  display: flex;
  gap: 24px;
}
.cleaning .sec02 .base .blk {
  background: #fff;
  text-align: center;
  padding: 40px 32px;
  width: 33.33333%;
}
.cleaning .sec02 .base .blk .icon {
  width: 149px;
  margin: auto;
}
.cleaning .sec02 .base .blk h3 {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 150%;
  padding: 16px 0;
}
.cleaning .sec02 .base .blk h3 span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.cleaning .sec02 .base .blk p {
  font-size: 17px;
}
.cleaning .sec03 {
  padding: 1px 0 100px 0;
}
.cleaning .sec03 ul {
  background: #fcf5e8;
  border-radius: 8px;
  padding: 24px 40px;
  font-weight: 800;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .cleaning .kvarea {
    margin-top: 60px;
  }
  .cleaning .kvarea .kv_img {
    background: url(../images/cleaning/img12.png) no-repeat 50% 50%/100%;
    padding: 30vw 0 37vw 0;
    margin-top: 40px;
  }
  .cleaning .kvarea .kv_img p {
    text-align: center;
    font-weight: bold;
    font-size: 3.5vw;
    line-height: 200%;
  }
  .cleaning .kvarea p {
    margin-top: 24px;
  }
  .cleaning .kvarea p {
    margin-top: 24px;
  }
  .cleaning h2,
  .cleaning .introarea {
    margin-bottom: 16px !important;
    font-size: 23px !important;
  }
  .cleaning .sec01 {
    padding-bottom: 100px;
  }
  .cleaning .sec01 .base {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .cleaning .sec01 .base .blk {
    background: #fcf5e8;
    border-radius: 8px;
    text-align: center;
    padding: 32px 16px 56px;
    width: calc(50% - 4px);
    box-sizing: border-box;
  }
  .cleaning .sec01 .base .blk .num {
    color: #DFD7C7;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
  }
  .cleaning .sec01 .base .blk h3 {
    font-size: 18px;
    font-weight: 900;
    margin: 8px 0 8px 0;
  }
  .cleaning .sec01 .base .blk .icon {
    width: 80px;
    margin: 0 auto 16px;
  }
  .cleaning .sec01 .base .blk p {
    font-size: 14px;
    line-height: 150%;
    text-align: left;
  }
  .cleaning .sec01 .info {
    margin-top: 20px;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
  }
  .cleaning .sec02 {
    padding: 1px 0 70px 0;
  }
  .cleaning .sec02 .base {
    display: block;
    gap: 24px;
  }
  .cleaning .sec02 .base .blk {
    background: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 40px 32px;
    width: 100%;
    margin-bottom: 16px;
  }
  .cleaning .sec02 .base .blk .icon {
    width: 149px;
    margin: auto;
  }
  .cleaning .sec02 .base .blk h3 {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 150%;
    padding: 16px 0;
  }
  .cleaning .sec02 .base .blk h3 span {
    font-size: 14px;
    font-weight: normal;
    display: block;
  }
  .cleaning .sec02 .base .blk p {
    font-size: 17px;
  }
  .cleaning .sec03 {
    padding: 1px 0 100px 0;
  }
  .cleaning .sec03 ul {
    background: #fcf5e8;
    border-radius: 8px;
    padding: 24px 40px;
    font-weight: 800;
    margin-bottom: 24px;
  }
}

/* =================================================================

    リフォーム

================================================================= */
.reform .introarea .inner_l {
  max-width: 960px;
  min-width: 960px;
  margin: 100px auto;
}
.reform .naviarea {
  margin-bottom: 140px;
}
.reform .naviarea .inner ul {
  display: flex;
  gap: 50px;
}
.reform .naviarea .inner ul li a {
  display: block;
}
.reform .naviarea .inner ul li a .thum {
  margin-bottom: 8px;
}
.reform .naviarea .inner ul li a p {
  text-align: center;
}
.reform .naviarea .inner ul li a p span {
  background: url(../images/reform/2x/arrow.png) no-repeat 100% 50%/12px;
  padding: 0 20px 0 0;
  font-weight: bold;
}
.reform .naviarea .inner ul li a:hover {
  opacity: 0.6;
}
.reform .basecontent {
  margin-bottom: 145px;
}
.reform .introarea {
  max-width: 960px;
  min-width: 960px;
  margin: 100px auto;
  text-align: center;
}
.reform .inner {
  max-width: 1015px;
  min-width: 1015px;
}
.reform .inner h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 72px;
}
.reform .inner h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DCDDDD;
}
.reform .inner .wrap {
  margin-bottom: 60px;
  display: flex;
  gap: 37px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.reform .inner .wrap .itembase {
  width: calc(50% - 37px);
}
.reform .inner .wrap .itembase .item {
  display: flex;
  gap: 30px;
}
.reform .inner .wrap .itembase .item .infomain {
  display: flex;
  gap: 30px;
}
.reform .inner .wrap .itembase .item .infomain .thum {
  width: 240px;
}
.reform .inner .wrap .itembase .item .infomain .txt {
  width: 190px;
}
.reform .inner .wrap .itembase .item .infomain .txt .brand {
  font-size: 14px;
}
.reform .inner .wrap .itembase .item .infomain .txt .itemname {
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 8px;
}
.reform .inner .wrap .itembase .item .infomain .txt .itemdis {
  font-size: 14px;
  line-height: 140%;
  margin-top: 4px;
}
.reform .inner .wrap .itembase .item .infomain .txt .price {
  font-size: 14px;
  margin-top: 8px;
}
.reform .inner .wrap .itembase .item .infomain .txt .price span {
  font-size: 26px;
}
.reform .inner .wrap .itembase .item .infomain .txt .tag {
  margin-top: 4px;
}
.reform .inner .wrap .itembase .item .infomain .txt .tag span {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #354159;
  padding: 0px 6px 2px 6px;
  font-size: 12px;
}
.reform .inner .wrap .itembase .option {
  margin-top: 30px;
  background: #fff;
  padding: 16px 30px;
}
.reform .inner .wrap .itembase .option .ttl {
  font-weight: bold;
  font-size: 20px;
}
.reform .inner .wrap .itembase .option .tag {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #354159;
  padding: 0px 6px 2px 6px;
  font-size: 12px;
  vertical-align: 5px;
  margin-right: 5px;
}
.reform .inner .wrap .itembase .option .sprice {
  font-size: 26px;
  padding-top: 5px;
  line-height: 200%;
}
.reform .inner .wrap .itembase .option .sprice span {
  font-size: 14px;
}

/* =================================================================

    物件情報

================================================================= */
.property .pagenavi {
  padding: 100px 0 70px;
}
.property .pagenavi ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.property .pagenavi ul li a {
  display: block;
  width: 140px;
  border: #354159 solid 1px;
  padding: 0 20px 2px;
  font-size: 14px;
  text-align: center;
  border-radius: 100px;
}
.property .pagenavi ul li a:hover {
  background: #354159;
  color: #fff;
}
.property .wrap {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  align-content: flex-start;
}
.property .wrap .base {
  width: 360px;
  margin-bottom: 50px;
}
.property .wrap .base a {
  display: block;
}
.property .wrap .base a .thum {
  position: relative;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  /* 横型3:4の比率を作る */
  height: 0;
  padding-top: 75%;
  /* 4:3の比率を設定 (100% ÷ 4 × 3) */
}
.property .wrap .base a .thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  /* 画像をトリミングして比率を維持 */
  transition: transform 0.6s ease;
}
.property .wrap .base a .thum:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.property .wrap .base a .body .types {
  display: flex;
  gap: 20px;
  padding: 23px 0 8px;
}
.property .wrap .base a .body .types .type span {
  width: 140px;
  border: #354159 solid 1px;
  padding: 0 20px 2px;
  font-size: 14px;
  text-align: center;
  border-radius: 100px;
}
.property .wrap .base a .body .types .price {
  font-size: 26px;
}
.property .wrap .base a .body .types .price span {
  font-size: 14px;
}
.property .wrap .base a .body .room {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  list-style: 120%;
}
.property.detail .ttlarea {
  display: flex;
  justify-content: space-between;
  padding: 120px 0 38px;
}
.property.detail .ttlarea .spec .body .types {
  display: flex;
  gap: 20px;
  padding: 23px 0 8px;
}
.property.detail .ttlarea .spec .body .types .type span {
  width: 140px;
  border: #354159 solid 1px;
  padding: 0 20px 2px;
  font-size: 14px;
  text-align: center;
  border-radius: 100px;
}
.property.detail .ttlarea .spec .body .types .price {
  font-size: 26px;
}
.property.detail .ttlarea .spec .body .types .price span {
  font-size: 14px;
}
.property.detail .ttlarea .spec .body .room {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  list-style: 120%;
}
.property.detail .contactarea {
  text-align: right;
  padding-top: 16px;
}
.property.detail .contactarea .btn a {
  display: block;
  background: #354159;
  border: 1px solid #354159;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 16px 40px;
  font-size: 15px;
  font-weight: bold;
}
.property.detail .contactarea .btn a:hover {
  background: #fff;
  color: #354159;
}
.property.detail .contactarea .tel {
  font-size: 26px;
  margin-top: 16px;
}
.property.detail #item-detail-thumbnail {
  position: relative;
}
.property.detail #item-detail-thumbnail img {
  overflow: hidden;
}
.property.detail #item-detail-thumbnail .slick-counter {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  font-size: 13px;
  color: #000;
  line-height: 1.2;
}
.property.detail #item-detail-thumbnail .slide-item-prev-btn,
.property.detail #item-detail-thumbnail .slide-item-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 60px;
  line-height: 40px;
}
.property.detail #item-detail-thumbnail .slide-item-prev-btn i,
.property.detail #item-detail-thumbnail .slide-item-next-btn i {
  font-size: 20px;
  color: gray;
}
.property.detail #item-detail-thumbnail .slide-item-prev-btn {
  left: -10px;
}
.property.detail #item-detail-thumbnail .slide-item-next-btn {
  right: -10px;
}
.property.detail #item-detail-thumbnail-list .slick-list {
  overflow-x: scroll;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .property.detail #item-detail-thumbnail-list .slick-list {
    overflow-x: initial;
    white-space: initial;
  }
}
.property.detail #item-detail-thumbnail-list .slick-list .slick-track {
  transform: translate3d(0px, 0px, 0px);
  display: flex;
  width: auto;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .property.detail #item-detail-thumbnail-list .slick-list .slick-track {
    width: 100%;
    display: block;
  }
}
.property.detail #item-detail-thumbnail-list .slick-list .slick-current {
  border: 2px solid #b0a773;
  opacity: 0.7;
}
.property.detail #item-detail-thumbnail-list .itemsubimg {
  width: 29.5%;
  border-color: transparent;
  border-width: 2px;
  float: none;
}
.property.detail #item-detail-thumbnail-list .itemsubimg img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .property.detail #item-detail-thumbnail-list .itemsubimg {
    float: left;
  }
}
.property.detail #item-detail-thumbnail-list .itemsubimg:nth-child(3n) {
  margin-right: 5%;
}
@media screen and (min-width: 769px) {
  .property.detail #item-detail-thumbnail-list .itemsubimg:nth-child(3n) {
    margin-right: 0;
  }
}
.property.detail #item-detail-thumbnail-list .itemsubimg img {
  opacity: 1;
}
.property.detail .slider {
  margin-bottom: 16px;
}
.property.detail .slick-slide img {
  border-radius: 30px;
  overflow: hidden;
}
.property.detail .slick-list .slick-img {
  margin-right: 10px;
}
.property.detail .slick-list .slick-img img {
  border-radius: 0;
  overflow: hidden;
}
.property.detail .thumbnail .slick-current {
  outline: 6px solid rgba(255, 255, 255, 0.5);
  outline-offset: -6px;
  border-radius: 0;
}
.property.detail .info {
  padding: 34px 0 40px;
}
.property.detail .info h2 {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #DCDDDD;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.property.detail .info .info_body {
  margin-bottom: 40px;
}
.property.detail .imgmap {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.property.detail .imgmap .base {
  border: 1px solid #DCDDDD;
  border-radius: 24px;
  overflow: hidden;
  width: 50%;
}
.property.detail .imgmap .base.imgs {
  padding: 40px;
}
.property.detail .imgmap .iframe-wrap {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.property.detail .imgmap .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.property.detail .specs .base {
  overflow: hidden;
}
.property.detail .specs table {
  width: 50%;
  float: left;
}
.property.detail .specs table th {
  width: 18%;
  border: 1px solid #DCDDDD;
  padding: 10px 12px;
  background: #EFEFEF;
}
.property.detail .specs table td {
  width: 32%;
  border: 1px solid #DCDDDD;
  padding: 10px 12px;
}
.property.detail .pagelink {
  border-top: #DCDDDD solid 1px;
  width: 100%;
  margin: 128px 0;
  padding: 102px 0;
}
.property.detail .pagelink ul {
  display: flex;
  justify-content: center;
  gap: 102px;
}

/* =================================================================

    新着情報

================================================================= */
.news .inner {
  display: flex;
  gap: 80px;
  width: 1100px;
}
.news .inner .main {
  width: 640px;
  border-top: #DCDDDD solid 1px;
}
.news .inner .main .base a {
  border-bottom: #DCDDDD solid 1px;
  padding: 20px 0;
  display: flex;
  gap: 35px;
  cursor: pointer;
}
.news .inner .main .base a .thum {
  width: 130px;
}
.news .inner .main .base a .body .en {
  color: #DF7CA0;
  padding: 24px 0 8px;
  font-size: 14px;
}
.news .inner .main .base a:hover {
  background-color: #f8f8f8;
}
.news .inner aside {
  width: 380px;
}
.news .inner aside .box {
  border-top: #DCDDDD solid 1px;
  border-bottom: #DCDDDD solid 1px;
  padding-bottom: 24px;
}
.news .inner aside .box h2 {
  padding: 20px 0 10px;
}
.news .inner aside .box .base a {
  padding: 10px 0;
  display: flex;
  gap: 25px;
  cursor: pointer;
}
.news .inner aside .box .base a .thum {
  width: 100px;
}
.news .inner aside .box .base a .body .en {
  color: #DF7CA0;
  padding: 4px 0 0px;
  font-size: 14px;
}
.news .inner aside .box .base a:hover {
  background-color: #f8f8f8;
}
.news .detail .detail_ttl .en {
  color: #DF7CA0;
  padding: 24px 0 8px;
  font-size: 14px;
}
.news .detail .detail_ttl h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 160%;
}
.news .detail_body .ic {
  margin-bottom: 40px;
}
.news .detail_body p {
  margin-bottom: 15px;
}
.news .detail_body h1 {
  font-size: 30px;
  font-weight: 700;
  border-bottom: #000 solid 1px;
  padding-bottom: 36px;
  margin-bottom: 36px;
  line-height: 150%;
}
.news .detail_body h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 50px 0 30px;
  line-height: 150%;
}
.news .detail_body h3 {
  font-size: 26px;
  font-weight: 700;
  border-bottom: #D7DCE6 solid 1px;
  margin: 50px 0 30px;
  padding-bottom: 26px;
  line-height: 150%;
}
.news .detail_body h4 {
  font-size: 22px;
  font-weight: 700;
  border-left: #000 solid 2px;
  margin: 50px 0 30px;
  padding-left: 26px;
  line-height: 150%;
}
.news .detail_body h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 50px 0 30px;
  line-height: 150%;
}
.news .detail_body h6 {
  font-size: 18px;
  font-weight: 700;
  margin: 50px 0 30px;
  line-height: 150%;
}
.news .detail_body ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 12px;
}
.news .detail_body ul li:before {
  content: "・";
}
.news .detail_body p {
  margin-bottom: 24px;
}
.news .detail_body figure {
  margin: 40px 0;
}
.news .detail_body table {
  border: #D7DCE6 solid 1px;
  width: 100%;
}
.news .detail_body table tr th {
  border: #D7DCE6 solid 1px;
  padding: 12px 16px;
}
.news .detail_body table tr td {
  border: #D7DCE6 solid 1px;
  padding: 12px 16px;
}
.news .pagelink {
  border-top: #DCDDDD solid 1px;
  width: 100%;
  margin: 128px 0;
  padding: 102px 0;
}
.news .pagelink ul {
  display: flex;
  justify-content: center;
  gap: 102px;
}

/* =================================================================

    お問い合せ

================================================================= */
.contact .base {
  margin-bottom: 125px;
}
.contact .base .form-table {
  width: 100%;
  margin: auto;
  border-top: 1px solid #DCDDDD;
}
.contact .base .form-table th {
  border-bottom: 1px solid #DCDDDD;
  padding: 16px 0;
  width: 33%;
  vertical-align: middle;
}
.contact .base .form-table th .skrb-required-tag {
  color: #cd0b0b;
  background-color: #fff2f2;
  padding: 2px 16px 3px;
  font-size: 12px;
  margin-right: 8px;
  border-radius: 100px;
}
.contact .base .form-table td {
  border-bottom: 1px solid #DCDDDD;
  padding: 16px 0;
  width: 67%;
}
.contact .base form label {
  margin-bottom: 16px;
  font-weight: bold;
}
.contact .base form input,
.contact .base form select,
.contact .base form textarea {
  padding: 12px;
  border-radius: 8px;
  background-color: #f0f2f4;
  margin: 8px;
}
.contact .base form .select-wrap {
  position: relative;
  display: inline-block;
}
.contact .base form .select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2em;
}
.contact .base form .select-wrap::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  transform: translateY(-50%);
}
.contact .base form input::-moz-placeholder, .contact .base form textarea::-moz-placeholder {
  color: #cacdd0;
  /* 任意の色に変更 */
}
.contact .base form input::placeholder,
.contact .base form textarea::placeholder {
  color: #cacdd0;
  /* 任意の色に変更 */
}
.contact .base form .ss {
  width: 120px;
}
.contact .base form .ll {
  width: 100%;
}
.contact .base form input[type=submit] {
  background-color: #354159;
  display: block;
  width: 320px;
  margin: auto;
  color: #fff;
  padding: 16px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}
.contact .base form input[type=submit]:hover {
  background-color: rgb(33.9647887324, 41.6549295775, 57.0352112676);
}
.contact .base form .skrb-form-content-center {
  text-align: center;
  margin: 24px 0 32px;
}
.contact .base form .skrb-form-content-center a {
  text-decoration: underline;
}
.contact .privacy {
  margin-top: 40px;
}
.contact .privacy .privacy_in {
  overflow: auto;
  width: 100%;
  height: 300px;
  padding: 0 30px 30px 30px;
  border: 1px solid #EFEFEF;
}
.contact .privacy .privacy_in .p_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 32px;
}
.contact .privacy .privacy_in .p_sttl {
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
  padding-left: 16px;
}
.contact .privacy .privacy_in p {
  font-size: 14px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .contact .privacy {
    margin: 32px 16px 0;
  }
}
.contact .thank-you-page {
  text-align: center;
}
.contact .thank-you-page h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.contact .thank-you-page a {
  margin-top: 16px;
  display: block;
  text-decoration: underline;
}

.catalog .dis {
  background-color: #f0f2f4;
  padding: 24px 40px;
  margin: 24px 0 40px 0;
}
.catalog .dis h3 {
  font-size: 16px;
  font-size: bold;
  margin-bottom: 16px;
}
.catalog .dis .base {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.catalog .dis .base .blk {
  margin-bottom: 16px;
  display: flex;
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  flex-wrap: wrap;
  align-content: center;
  border: 1px solid #EFEFEF;
  padding-right: 28px;
  margin-right: 16px;
}
.catalog .dis .base .blk p {
  padding-top: 9px;
}
@media screen and (max-width: 768px) {
  .catalog .dis {
    background-color: #f0f2f4;
    padding: 24px 5px 24px 16px;
    margin: 24px 0 40px 0;
  }
  .catalog .dis h3 {
    font-size: 16px;
    font-size: bold;
    margin-bottom: 16px;
  }
  .catalog .dis .base {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .catalog .dis .base .blk {
    margin-bottom: 8px;
    display: flex;
    font-size: 12px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    flex-wrap: wrap;
    align-content: center;
    border: 1px solid #EFEFEF;
    padding-right: 24px;
    margin-right: 8px;
  }
  .catalog .dis .base .blk p {
    padding-top: 9px;
  }
}

/* =================================================================

    フッター

================================================================= */
.foot_banner {
  display: flex;
}
.foot_banner .box a {
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: 400px;
  width: 100%;
}
.foot_banner .box a img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}
.foot_banner .box a:hover img {
  transform: scale(1.05);
}
.foot_banner .box a .txt {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
}
.foot_banner .box a .txt .in {
  text-align: center;
}
.foot_banner .box a .txt .in p {
  font-size: 36px;
  font-weight: bold;
  width: 100%;
  padding-bottom: 24px;
}
.foot_banner .box a .txt .in .en {
  font-size: 18px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .foot_banner .box a {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 360px;
    width: 100%;
  }
}

footer {
  position: relative;
  padding: 196px 0 280px;
}
footer::after {
  content: "";
  display: block;
  width: 200%;
  height: calc(100% - 0px);
  background-color: #fcf5e8;
  position: absolute;
  right: 10vw;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 50px 0;
  margin-bottom: 160px;
}
footer .inner {
  max-width: 1200px;
  min-width: 1100px;
}
footer .inner a:hover {
  opacity: 0.6;
}
footer .base {
  display: flex;
  padding: 0 0 80px;
}
footer .base .left {
  width: 50%;
}
footer .base .left .f_logo {
  width: 335px;
  margin-bottom: 47px;
}
footer .base .left .info p {
  margin-bottom: 10px;
}
footer .base .right {
  width: 50%;
  display: flex;
  gap: 95px;
  font-size: 14px;
}
footer .base .right .menu {
  display: flex;
  gap: 78px;
}
footer .base .right .menu ul li a {
  display: block;
  padding: 8px 0;
  font-weight: bold;
}
footer .base .right .menu ul li.s a {
  font-weight: normal;
  padding: 0;
}
footer .base .right .contact {
  padding-top: 16px;
}
footer .base .right .contact a {
  border: #354159 solid 1px;
  border-radius: 100px;
  padding: 10px 0;
  width: 180px;
  text-align: center;
  display: block;
}
footer .base .right .contact a i {
  line-height: 0;
  display: inline-flex;
}
footer .base .right .contact a i img {
  width: 19px;
  margin-left: 12px;
}
footer .sub_navi {
  display: flex;
  gap: 16px;
  margin: 16px 0;
  justify-content: flex-end;
}
footer .sub_navi a {
  font-size: 13px;
}
footer p.f_txt {
  font-size: 13px;
  line-height: 150%;
  text-align: right;
}
footer .pagetop {
  position: fixed;
  width: 57px;
  text-align: right;
  bottom: 26px;
  right: 48px;
  z-index: 9999;
}
@media screen and (max-width: 1300px) {
  footer::after {
    content: "";
    display: block;
    width: 200%;
    height: calc(100% - 0px);
    background-color: #fcf5e8;
    position: absolute;
    right: 2vw;
    bottom: 0;
    z-index: -1;
    border-radius: 0 0 50px 0;
    margin-bottom: 160px;
  }
  footer .inner {
    width: 960px;
  }
}

/* =================================================================

    スマホ

================================================================= */
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .inner,
  .inner_l,
  header {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding: 0 30px;
    overflow: hidden;
  }
  header {
    padding: 0;
  }
  .home_img {
    top: -12px;
    width: 100%;
  }
  .home_img img.girl-animation {
    animation: girl-animation 1.8s ease-in-out infinite alternate-reverse;
    width: 90%;
  }
  .introarea {
    margin: 70px 0;
  }
  .introarea h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  /* =================================================================

      パーツ

  ================================================================= */
  .ttl_base {
    padding-bottom: 32px;
  }
  .ttl_base h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .ttl_base .en {
    font-size: 10px;
  }
  .btn a {
    font-size: 14px;
  }
  .btn a span {
    width: 36px;
    height: 36px;
  }
  .btn a span::before {
    background-image: url(../images/common/SVG/btn.svg);
    width: 5px;
  }
  .btn a:hover {
    opacity: 1;
  }
  .btn a:hover span::before {
    background-image: url(../images/common/SVG/btn_white.svg);
    width: 5px;
  }
  .btn a:hover span::after {
    width: 100%;
    height: 100%;
  }
  /* =================================================================

      トップページ

  ================================================================= */
  .home_img {
    position: absolute;
    top: -50px;
    z-index: 0;
    width: 120%;
    /* @keyframesの用意 */
  }
  .home_img img.girl-animation {
    animation: girl-animation 1.8s ease-in-out infinite alternate-reverse;
  }
  @keyframes girl-animation {
    0% {
      transform: translateY(-12px);
    }
    100% {
      transform: translateY(12px);
    }
  }
  #splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    background-image: url(../images/common/1x/head_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 50% 95%;
    background-size: 100%, 60px;
    z-index: 99999;
    opacity: 1;
    transition: opacity 2s ease;
  }
  #splash .splash-logo {
    width: 70%;
    height: auto;
    display: block;
    margin: auto;
  }
  #splash .splash-img {
    width: 64px;
    height: auto;
    margin: auto;
    display: block;
    position: fixed;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  /* メインコンテンツのスタイル */
  .hidden {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .visible {
    display: block;
    opacity: 1;
  }
  .home {
    position: relative;
    z-index: 1;
    font-size: 11px;
  }
  .home .home_slide {
    margin-top: 24px;
    /* 画像のサイズ調整 */
  }
  .home .home_slide .slick-prev,
  .home .home_slide .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: none;
    border: none;
    cursor: pointer;
    width: 32px;
    /* 画像サイズに調整 */
    height: 32px;
  }
  .home .home_slide .slick-prev {
    left: 16px;
    /* 位置調整 */
  }
  .home .home_slide .slick-next {
    right: 16px;
    /* 位置調整 */
  }
  .home .home_slide .slick-prev img,
  .home .home_slide .slick-next img {
    width: 100%;
    height: auto;
  }
  .home .home_bnarea {
    display: block;
    justify-content: center;
    padding: 32px 0 50px;
  }
  .home .home_bnarea .blk {
    width: 100%;
    margin: auto;
  }
  .home .mv {
    display: block;
  }
  /* =================================================================

      下層

  ================================================================= */
  /* =================================================================

      施工実績

  ================================================================= */
  /* =================================================================

      リフォーム

  ================================================================= */
  /* =================================================================

    会社概要

  ================================================================= */
  /* =================================================================

      物件情報

  ================================================================= */
  /* =================================================================

      お問い合せ

  ================================================================= */
  /* =================================================================

      新着情報

  ================================================================= */
}
@media screen and (max-width: 768px) and (max-width: 1500px) {
  .home .mv {
    padding: 100px 4vw;
  }
}
@media screen and (max-width: 768px) {
  .home .mv .left {
    width: 100%;
    padding: 0 8vw 80px;
  }
  .home .mv .left .en {
    font-size: 14vw;
  }
  .home .mv .left .en p {
    line-height: 120%;
  }
  .home .mv .left .txt {
    padding-top: 40px;
    font-size: 18px;
  }
  .home .mv .right {
    width: 100%;
    padding: 100px 0;
    position: relative;
  }
  .home .mv .right .round-wrap {
    position: absolute;
    top: 0px;
    left: 0;
    width: 280px;
    height: 280px;
  }
  .home .mv .right .round-wrap-back {
    position: absolute;
    top: -24px;
    left: 0;
    width: 300px;
    height: 300px;
  }
  .home .sec1 {
    background: url(../images/home/2x/sec1_2.png) no-repeat 100% 0/400px;
    margin-top: -150px;
    padding-bottom: 112px;
  }
  .home .sec1 .base {
    display: block;
    padding-top: 160px;
  }
  .home .sec1 .base .right {
    width: 100%;
    order: 2;
    padding-top: 80px;
  }
  .home .sec1 .base .right h3 {
    font-size: 15px;
    margin-bottom: 16px;
    line-height: 150%;
  }
  .home .sec1 .base .right p {
    padding-bottom: 40px;
  }
  .home .sec1 .base .left {
    width: 100%;
    order: 1;
    padding: 60px 0 0 20px;
  }
  .home .sec1 .base .left .sec1_round-wrap {
    width: 240px;
    height: 240px;
  }
  .home .sec1 .base .left .sec1_round-wrap-back {
    width: 260px;
    height: 260px;
  }
  .home .sec2 {
    padding-bottom: 112px;
  }
  .home .sec2 .base {
    display: block;
  }
  .home .sec2 .base .ttl_base {
    width: 100%;
  }
  .home .sec2 .base .body {
    width: 100%;
    border-top: #EFEFEF solid 1px;
  }
  .home .sec2 .base .body .box a {
    display: block;
    border-bottom: #EFEFEF solid 1px;
    padding: 16px;
  }
  .home .sec2 .base .body .box a .date {
    color: #EEBBC8;
  }
  .home .sec2 .base .body .box a:hover {
    background-color: #f9f9f9;
  }
  .home .sec2 .base .body .btn {
    padding-top: 45px;
  }
  .home .sec3 {
    padding: 0 0;
  }
  .home .sec3 .scroll-infinity__item {
    width: 50vw;
  }
  .home .sec4 {
    margin: 80px 0 0;
  }
  @keyframes infinity-scroll-right {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0%);
    }
  }
  .home .sec4 .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .home .sec4 .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
  }
  .home .sec4 .scroll-infinity__list--right {
    animation: infinity-scroll-right 300s infinite linear 0.5s both;
  }
  .home .sec4 .scroll-infinity__item {
    width: 150vw;
  }
  .home .sec4 .scroll-infinity__item > img {
    width: 100%;
  }
  .home .sec5 {
    position: relative;
    padding: 100px 0 65vw 0;
    margin-bottom: 80px;
  }
  .home .sec5 .inner {
    padding: 0;
  }
  .home .sec5::after {
    content: "";
    display: block;
    width: 200%;
    height: calc(100% - 57px);
    background-color: #fcf5e8;
    position: absolute;
    right: 0vw;
    bottom: 0;
    z-index: -1;
    border-radius: 0 25px 25px 0;
  }
  .home .sec5 .ttl_base {
    text-align: center;
  }
  .home .sec5 .base1 {
    background: url(../images/home/SVG/sec5_7.svg) no-repeat 0 0/100%;
    display: block;
  }
  .home .sec5 .base1 .left {
    padding: 60px 60px 0;
    width: 100%;
  }
  .home .sec5 .base1 .left h3 {
    font-size: 15px;
    margin-bottom: 16px;
    line-height: 150%;
  }
  .home .sec5 .base1 .right {
    padding: 80px 0 60px 30px;
    width: 100%;
  }
  .home .sec5 .base1 .sec5_round-wrap {
    top: 10px;
    width: 300px;
    height: 300px;
  }
  .home .sec5 .base1 .sec5_round-wrap .rotate {
    width: 100%;
    height: 100%;
    animation: rotate-anime 20s linear infinite;
  }
  @keyframes rotate-anime {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  .home .sec5 .base1 .sec5_round-wrap .round {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
    animation: round_anime 20s linear infinite;
    overflow: hidden;
  }
  @keyframes round_anime {
    0% {
      border-radius: 70% 30% 30% 70%/70% 30% 30% 70%;
    }
    25% {
      border-radius: 20% 80% 50% 50%/50% 50% 80% 20%;
    }
    50% {
      border-radius: 30% 70% 60% 40%/30% 70% 60% 40%;
    }
    75% {
      border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
    100% {
      border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
    }
  }
  .home .sec5 .base1 .sec5_round-wrap .round-inner {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transform: scale(1.1, 1.1) rotate(0);
    animation: round-inner-anime 20s linear infinite;
  }
  @keyframes round-inner-anime {
    0% {
      transform: scale(1.1, 1.1) rotate(0);
    }
    100% {
      transform: scale(1.1, 1.1) rotate(-360deg);
    }
  }
  .home .sec5 .base1 .sec5_round-wrap-back {
    position: absolute;
    width: 320px;
    height: 320px;
  }
  .home .sec5 .base1 .sec5_round-wrap-back .rotate {
    width: 100%;
    height: 100%;
    animation: rotate-anime 30s linear infinite;
  }
  @keyframes rotate-anime {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .home .sec5 .base1 .sec5_round-wrap-back .round {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 90% 10% 30% 70%/30% 80% 20% 70%;
    animation: round_anime 30s linear infinite;
    overflow: hidden;
  }
  @keyframes round_anime {
    0% {
      border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
    }
    25% {
      border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
    50% {
      border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
    }
    75% {
      border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
    100% {
      border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
    }
  }
  .home .sec5 .base1 .sec5_round-wrap-back .round-inner {
    width: 100%;
    height: 100%;
    background-color: #EEBBC8;
    background-position: center center;
    background-size: cover;
    transform: scale(1.1, 1.1) rotate(0);
    animation: round-inner-anime 30s linear infinite;
  }
  @keyframes round-inner-anime {
    0% {
      transform: scale(1.1, 1.1) rotate(0);
    }
    100% {
      transform: scale(1.1, 1.1) rotate(-360deg);
    }
  }
  .home .sec5 .base2 {
    position: relative;
    z-index: 0;
  }
  .home .sec5 .base2 .img1 {
    position: relative;
    z-index: 1;
  }
  .home .sec5 .base2 .img_wrap {
    position: relative;
    z-index: 0;
    height: 114vw;
  }
  .home .sec5 .base2 .img_wrap .img2 {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: -25%;
    top: -10vw;
  }
  .home .sec5 .base2 .img_wrap .img3 {
    position: absolute;
    z-index: 2;
    width: 70%;
    right: 0%;
    top: 60vw;
  }
  .home .sec5 .base2 .img4 {
    width: 40%;
    padding-top: 0;
    position: absolute;
    right: 30px;
  }
  .home .sec5 .base2 .btn {
    padding-top: 140px;
    position: absolute;
    right: 35%;
  }
  .home .sec6 .body .content_area,
  .home .sec7 .body .content_area {
    max-width: 100%;
    min-width: 100%;
    margin: auto;
    margin: 0 auto;
  }
  .home .sec6 .body .slick-list,
  .home .sec7 .body .slick-list {
    overflow: visible;
  }
  .home .sec6 .body .slick-item p,
  .home .sec7 .body .slick-item p {
    font-size: 18px;
    line-height: 150px;
    text-align: center;
    margin: 10px;
    padding: 2%;
    background: white;
    position: relative;
  }
  .home .sec6 .body .slick-prev,
  .home .sec6 .body .slick-next,
  .home .sec7 .body .slick-prev,
  .home .sec7 .body .slick-next {
    z-index: 100;
  }
  .home .sec6 .body .slick-prev:before,
  .home .sec6 .body .slick-next:before,
  .home .sec7 .body .slick-prev:before,
  .home .sec7 .body .slick-next:before {
    color: #75E1D6;
  }
}
@media screen and (max-width: 768px) and (max-width: 560px) {
  .home .sec6 .body .content_area,
  .home .sec7 .body .content_area {
    padding: 0;
  }
  .home .sec6 .body .slick-item p,
  .home .sec7 .body .slick-item p {
    font-size: 15px;
    line-height: 100px;
    margin: 5px;
    padding: 1.5%;
  }
}
@media screen and (max-width: 768px) {
  .home .sec6 {
    padding-bottom: 60px;
  }
  .home .sec6 .body .content_area .slick-slider-works {
    padding-bottom: 40px;
  }
  .home .sec6 .body .content_area .slick-slider-works .slick-item {
    margin-right: 16px;
  }
  .home .sec6 .body .content_area .slick-slider-works .slick-item a {
    display: block;
  }
  .home .sec6 .body .content_area .slick-slider-works .slick-item a .thum {
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }
  .home .sec6 .body .content_area .slick-slider-works .slick-item a .thum img {
    height: auto;
    transition: transform 0.6s ease;
  }
  .home .sec6 .body .content_area .slick-slider-works .slick-item a .spec {
    display: flex;
    padding: 24px 0 10px;
  }
  .home .sec6 .body .content_area .slick-slider-works .slick-item a .spec .tag span {
    background-color: #DF7CA0;
    color: #fff;
    border-radius: 100px;
    padding: 3px 10px 4px;
    font-size: 10px;
  }
  .home .sec6 .body .content_area .slick-slider-works .slick-item a .spec .date {
    color: #DF7CA0;
    padding: 3px 0 3px 8px;
  }
  .home .sec6 .body .content_area .slick-slider-works .slick-item a:hover img {
    transform: scale(1.1);
  }
  .home .sec7 {
    padding-bottom: 60px;
  }
  .home .sec7 .body .content_area .slick-slider-property {
    padding-bottom: 40px;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item {
    margin-right: 10px;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a {
    display: block;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a .thum {
    cursor: pointer;
    max-width: 500px;
    overflow: hidden;
    width: 100%;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a .thum img {
    height: auto;
    transition: transform 0.6s ease;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a .spec {
    display: flex;
    padding: 24px 0 6px;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a .spec .tag span {
    border: #354159 solid 1px;
    color: #354159;
    border-radius: 100px;
    padding: 3px 10px 4px;
    font-size: 9px;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a .spec .price {
    padding: 3px 0 3px 6px;
    font-size: 16px;
    font-family: "Inter", serif;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a .spec .price span {
    font-size: 9px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a .room {
    font-weight: bold;
    padding-bottom: 8px;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a:hover img {
    transform: scale(1.1);
  }
  .foot_banner {
    display: flex;
  }
  .foot_banner .box a {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 110px;
    width: 100%;
  }
  .foot_banner .box a img {
    width: 100%;
    height: auto;
    transition: transform 0.6s ease;
  }
  .foot_banner .box a:hover img {
    transform: scale(1.05);
  }
  .foot_banner .box a .txt {
    align-items: center;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .foot_banner .box a .txt .in {
    text-align: center;
  }
  .foot_banner .box a .txt .in p {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    padding-bottom: 0px;
  }
  .foot_banner .box a .txt .in .en {
    font-size: 9px;
    width: 100%;
  }
  .page_head .base h1 {
    font-size: 36px;
    font-weight: bold;
    padding: 110px 0 32px;
  }
  .page_head .base .en {
    display: block;
    font-size: 16px;
    padding-bottom: 50px;
  }
  .page_head .kv {
    height: 200px;
    width: 100vw;
    border-radius: 24px;
  }
  .page_head .kv.works_kv {
    background: url("../images/works/2x/kv.jpg") no-repeat 50% 50%/cover;
  }
  .breadcrumb {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    width: 100%;
    margin-bottom: 45px;
    margin-top: -74px;
  }
  .breadcrumb li:not(:last-of-type)::after {
    content: "›";
    margin: 0 0.6em;
  }
  footer {
    position: relative;
    padding: 80px 25px 120px;
    font-size: 13px;
  }
  footer::after {
    content: "";
    display: block;
    width: 200%;
    height: calc(100% - 0px);
    background-color: #fcf5e8;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 0 0 0 0;
    margin-bottom: 0;
  }
  footer .inner {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  footer .inner a:hover {
    opacity: 0.6;
  }
  footer .base {
    display: block;
    padding: 0 0 40px;
  }
  footer .base .left {
    width: 100%;
  }
  footer .base .left .f_logo {
    width: 260px;
    margin-bottom: 36px;
  }
  footer .base .left .info {
    line-height: 150%;
  }
  footer .base .left .info p {
    margin-bottom: 10px;
  }
  footer .base .right {
    display: block;
    padding-top: 24px;
    width: 100%;
  }
  footer .base .right .menu {
    display: flex;
    gap: 54px;
  }
  footer .base .right .menu ul li a {
    display: block;
    padding: 8px 0;
    font-weight: bold;
  }
  footer .base .right .menu ul li.s a {
    font-weight: normal;
    padding: 0;
  }
  footer .base .right .contact {
    padding-top: 16px;
  }
  footer .base .right .contact a {
    width: 100%;
  }
  footer .sub_navi {
    justify-content: flex-start;
  }
  footer .sub_navi a {
    font-size: 12px;
  }
  footer p.f_txt {
    font-size: 12px;
    text-align: left;
  }
  footer .pagetop {
    position: absolute;
    width: 48px;
    text-align: right;
    bottom: 26px;
    right: 48px;
  }
  .works .basecontent {
    margin-bottom: 145px;
  }
  .works .introarea .inner_l {
    max-width: auto;
    min-width: auto;
    margin: 100px auto;
    text-align: left;
  }
  .works .inner_l {
    max-width: auto;
    min-width: auto;
  }
  .works .inner_l h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 72px;
  }
  .works .inner_l .base {
    margin-bottom: 35px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
  }
  .works .inner_l .base .tags {
    margin-bottom: 25px;
  }
  .works .inner_l .base .tags span {
    padding: 4px;
    color: #fff;
    background: #DF7CA0;
    border-radius: 100px;
    padding: 6px 24px 8px 24px;
  }
  .works .inner_l .base .type1 {
    display: block;
  }
  .works .inner_l .base .type1 .left {
    width: auto;
  }
  .works .inner_l .base .type1 .right {
    width: auto;
    margin-top: 54px;
  }
  .works .inner_l .base .type1 .en {
    margin-top: 20px;
  }
  .works .inner_l .base .type1 .dis {
    padding-top: 60px;
  }
  .works .inner_l .base .type1 .dis h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 24px;
  }
  .works .inner_l .base .type2 .top {
    margin-bottom: 40px;
  }
  .works .inner_l .base .type2 .en {
    margin-top: 20px;
  }
  .works .inner_l .base .type2 .bottom {
    display: block;
  }
  .works .inner_l .base .type2 .bottom .img {
    width: auto;
  }
  .works .inner_l .base .type2 .bottom .dis {
    width: auto;
    padding-top: 24px;
  }
  .works .inner_l .base .type2 .bottom .dis h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 36px;
  }
  .works .inner_l .base .info_base {
    background: #fff;
    padding: 24px 16px;
    border-radius: 30px;
    margin-top: 64px;
  }
  .works .inner_l .base .info_base h3 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 14px;
    text-align: center;
  }
  .works .inner_l .base .info_base table {
    width: 100%;
  }
  .works .inner_l .base .info_base table tr th {
    width: 40%;
    padding: 8px 8px;
    border-bottom: 1px solid #EFEFEF;
    font-weight: bold;
  }
  .works .inner_l .base .info_base table tr td {
    width: 60%;
    padding: 8px 8px;
    border-bottom: 1px solid #EFEFEF;
  }
  .works .inner_l .base .info_base table tr:last-child th {
    border: none;
  }
  .works .inner_l .base .info_base table tr:last-child td {
    border: none;
  }
  .works .inner_l .base .etc {
    margin-top: 60px;
    display: block;
  }
  .works .inner_l .base .etc h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 24px;
  }
  .works .inner_l .base .etc .left {
    width: auto;
  }
  .works .inner_l .base .etc .right {
    margin-top: 70px;
    width: auto;
  }
  .reform .introarea .inner_l {
    max-width: auto;
    min-width: auto;
    margin: 78px auto;
  }
  .reform .naviarea {
    margin-bottom: 48px;
  }
  .reform .naviarea .inner ul {
    display: flex;
    gap: 2%;
  }
  .reform .naviarea .inner ul li a {
    display: block;
  }
  .reform .naviarea .inner ul li a .thum {
    margin-bottom: 0;
  }
  .reform .naviarea .inner ul li a p {
    text-align: center;
  }
  .reform .naviarea .inner ul li a p span {
    background: url(../images/reform/2x/arrow.png) no-repeat 100% 50%/10px;
    padding: 0 20px 0 0;
    font-weight: bold;
    font-size: 10px;
  }
  .reform .naviarea .inner ul li a:hover {
    opacity: 0.6;
  }
  .reform .basecontent {
    margin-bottom: 40px;
    padding-top: 47px;
  }
  .reform .introarea {
    max-width: auto;
    min-width: auto;
    margin: 50px auto;
    text-align: center;
  }
  .reform .inner {
    max-width: auto;
    min-width: auto;
  }
  .reform .inner h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 54px;
  }
  .reform .inner h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #DCDDDD;
  }
  .reform .inner .wrap {
    margin-bottom: 60px;
    display: block;
  }
  .reform .inner .wrap .itembase {
    width: calc(100% - 0px);
    margin-bottom: 47px;
  }
  .reform .inner .wrap .itembase .item {
    display: block;
  }
  .reform .inner .wrap .itembase .item .infomain {
    display: block;
  }
  .reform .inner .wrap .itembase .item .infomain .thum {
    width: 100%;
    margin-bottom: 16px;
  }
  .reform .inner .wrap .itembase .item .infomain .txt {
    width: auto;
  }
  .reform .inner .wrap .itembase .item .infomain .txt .brand {
    font-size: 14px;
  }
  .reform .inner .wrap .itembase .item .infomain .txt .itemname {
    font-size: 16px;
    font-weight: bold;
  }
  .reform .inner .wrap .itembase .item .infomain .txt .itemdis {
    font-size: 14px;
    line-height: 140%;
    margin-top: 4px;
  }
  .reform .inner .wrap .itembase .item .infomain .txt .price {
    font-size: 14px;
    margin-top: 8px;
  }
  .reform .inner .wrap .itembase .item .infomain .txt .price span {
    font-size: 26px;
  }
  .reform .inner .wrap .itembase .item .infomain .txt .tag {
    margin-top: 0px;
  }
  .reform .inner .wrap .itembase .item .infomain .txt .tag span {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #354159;
    padding: 0px 6px 2px 6px;
    font-size: 12px;
  }
  .reform .inner .wrap .itembase .option {
    margin-top: 16px;
    background: #fff;
    padding: 12px 16px;
  }
  .reform .inner .wrap .itembase .option .ttl {
    font-weight: bold;
    font-size: 14px;
  }
  .reform .inner .wrap .itembase .option .tag {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #354159;
    padding: 0px 6px 2px 6px;
    font-size: 12px;
    vertical-align: 2px;
    margin-right: 5px;
  }
  .reform .inner .wrap .itembase .option .sprice {
    font-size: 18px;
    padding-top: 5px;
    line-height: 200%;
  }
  .reform .inner .wrap .itembase .option .sprice span {
    font-size: 14px;
  }
  .company {
    line-height: 240%;
  }
  .company .sec01 {
    padding-bottom: 90px;
  }
  .company .sec01 .base {
    display: block;
  }
  .company .sec01 .base .blk {
    width: 100%;
  }
  .company .sec01 .base .blk h3 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 24px;
  }
  .company .sec01 .base .blk p {
    font-size: 16px;
    line-height: 240%;
  }
  .company .sec01 .base .blk .names {
    font-weight: bold;
    margin-top: 24px;
    font-size: 16px;
  }
  .company .sec01 .base .blk .names span {
    font-size: 24px;
    display: block;
    margin-top: 16px;
  }
  .company .sec01 .base .blk_i {
    margin-top: 40px;
    width: 100%;
  }
  .company .sec02 {
    padding-bottom: 90px;
  }
  .company .sec02 .base {
    display: block;
  }
  .company .sec02 .base h3 {
    font-size: 26px;
    margin-bottom: 24px;
    font-weight: bold;
  }
  .company .sec02 .base .ttl {
    width: auto;
  }
  .company .sec02 .base .body {
    width: 100%;
  }
  .company .sec02 .base .body table {
    width: 100%;
  }
  .company .sec02 .base .body table th {
    border-bottom: none;
    padding: 20px 20px 0 0;
    width: 100%;
    display: block;
  }
  .company .sec02 .base .body table td {
    border-bottom: 1px solid #EFEFEF;
    padding: 0 20px 20px 0;
    width: 100%;
    display: block;
    line-height: 160%;
  }
  .company .sec03 {
    padding-bottom: 90px;
  }
  .company .sec03 .base {
    display: block;
  }
  .company .sec03 .base h3 {
    font-size: 26px;
    margin-bottom: 24px;
    font-weight: bold;
  }
  .company .sec03 .base .ttl {
    width: auto;
  }
  .company .sec03 .base .body {
    width: 100%;
  }
  .company .sec03 .base .body table {
    width: 100%;
  }
  .company .sec03 .base .body table th {
    border-bottom: none;
    padding: 20px 20px 0 0;
    width: 100%;
    display: block;
    font-size: 26px;
  }
  .company .sec03 .base .body table td {
    border-bottom: 1px solid #EFEFEF;
    padding: 0 20px 20px 0;
    width: 100%;
    display: block;
    line-height: 160%;
  }
  .company .sec04 {
    padding-bottom: 90px;
  }
  .company .sec04 .maps .iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .company .sec04 .maps .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .company .sec04 .ad {
    display: block;
    justify-content: space-between;
    margin-top: 30px;
  }
  .company .sec04 .ad .left h3 {
    font-weight: bold;
    font-size: 18px;
  }
  .company .sec04 .ad .left p {
    margin-top: 8px;
    line-height: 160%;
  }
  .company .sec04 .ad .right .btn {
    width: 80%;
    margin: 30px auto;
  }
  .company .sec04 .ad .right .btn a {
    display: block;
    background: #354159;
    border: 1px solid #354159;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    padding: 8px 40px;
  }
  .company .sec04 .ad .right .btn a:hover {
    background: #fff;
    color: #354159;
  }
  .property .pagenavi {
    padding: 50px 0 35px;
  }
  .property .pagenavi ul {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
    justify-content: center;
    width: 100%;
  }
  .property .pagenavi ul li a {
    display: block;
    width: 100%;
    border: #354159 solid 1px;
    padding: 0 20px 2px;
    font-size: 12px;
    text-align: center;
    border-radius: 100px;
  }
  .property .wrap {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .property .wrap .base {
    width: 100%;
    margin-bottom: 24px;
  }
  .property .wrap .base a {
    display: block;
  }
  .property .wrap .base a .thum {
    cursor: pointer;
    max-width: 500px;
    overflow: hidden;
    width: 100%;
  }
  .property .wrap .base a .thum img {
    height: auto;
    transition: transform 0.6s ease;
  }
  .property.detail .ttlarea {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 20px;
  }
  .property.detail .ttlarea .spec .body .types {
    display: flex;
    gap: 20px;
    padding: 23px 0 8px;
  }
  .property.detail .ttlarea .spec .body .types .type span {
    width: 140px;
    border: #354159 solid 1px;
    padding: 0 20px 2px;
    font-size: 14px;
    text-align: center;
    border-radius: 100px;
  }
  .property.detail .ttlarea .spec .body .types .price {
    font-size: 26px;
  }
  .property.detail .ttlarea .spec .body .types .price span {
    font-size: 14px;
  }
  .property.detail .ttlarea .spec .body .room {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    list-style: 120%;
  }
  .property.detail .contactarea {
    text-align: center;
    padding: 0 0 30px;
  }
  .property.detail .contactarea .btn a {
    display: block;
    background: #354159;
    border: 1px solid #354159;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    padding: 16px 40px;
    font-size: 15px;
    font-weight: bold;
  }
  .property.detail .contactarea .btn a:hover {
    background: #fff;
    color: #354159;
  }
  .property.detail .contactarea .tel {
    font-size: 26px;
    margin-top: 16px;
  }
  .property.detail #item-detail-thumbnail {
    position: relative;
  }
  .property.detail #item-detail-thumbnail img {
    overflow: hidden;
  }
  .property.detail #item-detail-thumbnail .slick-counter {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    font-size: 13px;
    color: #000;
    line-height: 1.2;
  }
  .property.detail #item-detail-thumbnail .slide-item-prev-btn,
  .property.detail #item-detail-thumbnail .slide-item-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 60px;
    line-height: 40px;
  }
  .property.detail #item-detail-thumbnail .slide-item-prev-btn i,
  .property.detail #item-detail-thumbnail .slide-item-next-btn i {
    font-size: 20px;
    color: gray;
  }
  .property.detail #item-detail-thumbnail .slide-item-prev-btn {
    left: -10px;
  }
  .property.detail #item-detail-thumbnail .slide-item-next-btn {
    right: -10px;
  }
  .property.detail #item-detail-thumbnail-list .slick-list {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .property.detail #item-detail-thumbnail-list .slick-list {
    overflow-x: initial;
    white-space: initial;
  }
}
@media screen and (max-width: 768px) {
  .property.detail #item-detail-thumbnail-list .slick-list .slick-track {
    transform: translate3d(0px, 0px, 0px);
    display: flex;
    width: auto;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .property.detail #item-detail-thumbnail-list .slick-list .slick-track {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .property.detail #item-detail-thumbnail-list .slick-list .slick-current {
    border: 2px solid #b0a773;
    opacity: 0.7;
  }
  .property.detail #item-detail-thumbnail-list .itemsubimg {
    width: 29.5%;
    border-color: transparent;
    border-width: 2px;
    float: none;
  }
  .property.detail #item-detail-thumbnail-list .itemsubimg img {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .property.detail #item-detail-thumbnail-list .itemsubimg {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .property.detail #item-detail-thumbnail-list .itemsubimg:nth-child(3n) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .property.detail #item-detail-thumbnail-list .itemsubimg:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .property.detail #item-detail-thumbnail-list .itemsubimg img {
    opacity: 1;
  }
  .property.detail .slider {
    margin-bottom: 16px;
  }
  .property.detail .slick-slide img {
    border-radius: 30px;
    overflow: hidden;
  }
  .property.detail .slick-list .slick-img {
    margin-right: 10px;
  }
  .property.detail .slick-list .slick-img img {
    overflow: hidden;
  }
  .property.detail .thumbnail .slick-current {
    outline: 6px solid rgba(255, 255, 255, 0.5);
    outline-offset: -6px;
    border-radius: 10px;
  }
  .property.detail .info {
    padding: 34px 0 40px;
  }
  .property.detail .info h2 {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #DCDDDD;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
  .property.detail .info .info_body {
    margin-bottom: 40px;
  }
  .property.detail .imgmap {
    display: block;
    margin-bottom: 40px;
  }
  .property.detail .imgmap .base {
    width: 100%;
    margin-bottom: 16px;
  }
  .property.detail .imgmap .base.imgs {
    padding: 16px;
  }
  .property.detail .imgmap .iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .property.detail .imgmap .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .property.detail .specs .base {
    display: block;
  }
  .property.detail .specs table {
    width: 100%;
  }
  .property.detail .specs table th {
    width: 30%;
    border: 1px solid #DCDDDD;
    padding: 10px 12px;
    background: #EFEFEF;
  }
  .property.detail .specs table td {
    width: 70%;
    border: 1px solid #DCDDDD;
    padding: 10px 12px;
  }
  .property.detail .pagelink {
    border-top: #DCDDDD solid 1px;
    width: 100%;
    margin: 30px 0;
    padding: 30px 0;
  }
  .property.detail .pagelink ul {
    display: flex;
    justify-content: center;
    gap: 102px;
  }
  .contact .inner {
    padding: 0;
  }
  .contact .base {
    margin-bottom: 64px;
  }
  .contact .base .form-table {
    width: 100%;
    margin: auto;
    border-top: 1px solid #DCDDDD;
  }
  .contact .base .form-table th {
    border-bottom: none;
    padding: 16px 24px 0;
    width: 100%;
    display: block;
  }
  .contact .base .form-table th .skrb-required-tag {
    color: #cd0b0b;
    background-color: #fff2f2;
    padding: 2px 16px 3px;
    font-size: 12px;
    margin-right: 8px;
    border-radius: 100px;
  }
  .contact .base .form-table td {
    border-bottom: 1px solid #DCDDDD;
    padding: 8px 24px 16px 24px;
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .contact .base form label {
    margin-bottom: 16px;
    font-weight: bold;
  }
  .contact .base form input,
  .contact .base form select,
  .contact .base form textarea {
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #f0f2f4;
    margin: 8px;
    box-sizing: border-box;
  }
  .contact .base form input,
  .contact .base form textarea {
    width: calc(100% - 16px);
  }
  .contact .base form input[type=checkbox] {
    width: inherit;
  }
  .contact .base form .select-wrap {
    position: relative;
    display: inline-block;
  }
  .contact .base form .select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2em;
  }
  .contact .base form .select-wrap::after {
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    width: 0;
    height: 0;
    pointer-events: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    transform: translateY(-50%);
  }
  .contact .base form input::-moz-placeholder, .contact .base form textarea::-moz-placeholder {
    color: #cacdd0;
    /* 任意の色に変更 */
  }
  .contact .base form input::placeholder,
  .contact .base form textarea::placeholder {
    color: #cacdd0;
    /* 任意の色に変更 */
  }
  .contact .base form .ss {
    width: 120px;
  }
  .contact .base form .ll {
    width: calc(100% - 16px);
  }
  .contact .base form input[type=submit] {
    background-color: #354159;
    display: block;
    width: 320px;
    margin: auto;
    color: #fff;
    padding: 16px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
  }
  .contact .base form input[type=submit]:hover {
    background-color: rgb(33.9647887324, 41.6549295775, 57.0352112676);
  }
  .contact .base form .skrb-form-content-center {
    text-align: center;
    margin: 24px 0 32px;
  }
  .contact .base form .skrb-form-content-center a {
    text-decoration: underline;
  }
  .contact .thank-you-page {
    text-align: center;
    padding: 0 24px;
  }
  .contact .thank-you-page h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .contact .thank-you-page a {
    margin-top: 16px;
    display: block;
    text-decoration: underline;
  }
  .news .inner {
    display: flex;
    gap: 80px;
  }
  .news .inner .main {
    width: 100%;
    border-top: #DCDDDD solid 1px;
  }
  .news .inner .main .base a {
    border-bottom: #DCDDDD solid 1px;
    padding: 20px 0;
    display: flex;
    gap: 28px;
    cursor: pointer;
  }
  .news .inner .main .base a .thum {
    width: 105px;
  }
  .news .inner .main .base a .body .en {
    color: #DF7CA0;
    padding: 24px 0 8px;
    font-size: 14px;
  }
  .news .inner .main .base a:hover {
    background-color: #f8f8f8;
  }
  .news .wp-pagenavi {
    display: flex;
    justify-content: center;
    padding: 40px 0 120px;
  }
  .news .wp-pagenavi a {
    margin: 16px 0;
    padding: 16px;
    display: block;
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
  }
  .news .wp-pagenavi a:hover {
    opacity: 0.5;
  }
  .news .wp-pagenavi .current {
    margin: 16px 0;
    padding: 16px;
    display: block;
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
  }
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #942D2F;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/* =================================================================

    その他

================================================================= */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
br.is-sp-only {
  display: none;
}/*# sourceMappingURL=style.css.map */