@charset "UTF-8";
@import url(destyle.css);
/* position系　*/
body {
  line-height: 1.2em;
  font-family: "MS Pゴシック", sans-serif, "メイリオ", "Arial";
}

.sp-only {
  display: block;
}

.tab-only {
  display: none;
}

.pc-only {
  display: none;
}

.sp-to-tab {
  display: block;
}

.tab-to-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .tab-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .tab-to-pc {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .sp-to-tab {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .tab-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .inner-1440 {
    max-width: 1000px;
    margin: 0 auto;
  }
}
img, object, iframe {
  max-width: 100%;
}

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

main {
  line-height: 1.4;
  letter-spacing: 1.2px;
}
main section {
  text-align: center;
}

.texts {
  font-size: 80%;
}

div.youtube-list div.item iframe {
  max-width: 100%;
}

.point-red {
  border: 2px solid #D9484F;
  background-color: #FBF2F2;
}

.point-blue {
  border: 2px solid #085AA8;
  background-color: #F2F5FB;
}

ul.lease-point {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 70px;
  justify-content: center;
  padding-top: 50px;
}
ul.lease-point li {
  width: 150px;
  height: 150px;
}
ul.lease-point li.point-next a {
  display: block;
}
ul.lease-point li div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  position: relative;
  padding: 20px;
  padding-top: 25px;
}
ul.lease-point li div p {
  font-size: 70%;
}
ul.lease-point li div.point-red p {
  border-top: 2px solid #D9484F;
}
ul.lease-point li div.point-blue p {
  border-top: 2px solid #085AA8;
}
ul.lease-point li div img {
  width: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
ul.lease-point li div p {
  margin-top: -10px;
  padding-top: 10px;
}
ul.lease-point li div:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -65px;
  left: 25px;
}
ul.lease-point li div.point1:before, ul.lease-point li div.point8:before {
  background-image: url(../images/point/point01-i.png);
  background-image: image-set(url(../images/point/point01-i.png) 1x, url(../images/point/point01-i@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/point/point01-i.png) 1x, url(../images/point/point01-i@2x.png) 2x);
}
ul.lease-point li div.point2:before, ul.lease-point li div.point7:before {
  background-image: url(../images/point/point02-i.png);
  background-image: image-set(url(../images/point/point02-i.png) 1x, url(../images/point/point02-i@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/point/point02-i.png) 1x, url(../images/point/point02-i@2x.png) 2x);
}
ul.lease-point li div.point3:before, ul.lease-point li div.point9:before {
  top: -75px;
  background-image: url(../images/point/point03-i.png);
  background-image: image-set(url(../images/point/point03-i.png) 1x, url(../images/point/point03-i@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/point/point03-i.png) 1x, url(../images/point/point03-i@2x.png) 2x);
}
ul.lease-point li div.point4:before {
  background-image: url(../images/point/point04-i.png);
  background-image: image-set(url(../images/point/point04-i.png) 1x, url(../images/point/point04-i@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/point/point04-i.png) 1x, url(../images/point/point04-i@2x.png) 2x);
}
ul.lease-point li div.point5:before {
  background-image: url(../images/point/point05-i.png);
  background-image: image-set(url(../images/point/point05-i.png) 1x, url(../images/point/point05-i@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/point/point05-i.png) 1x, url(../images/point/point05-i@2x.png) 2x);
}
ul.lease-point li div.point6:before {
  background-image: url(../images/point/point06-i.png);
  background-image: image-set(url(../images/point/point06-i.png) 1x, url(../images/point/point06-i@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/point/point06-i.png) 1x, url(../images/point/point06-i@2x.png) 2x);
}
@media screen and (min-width: 1024px) {
  ul.lease-point li div:before {
    left: 50px;
  }
}

.Company_contact div.artemis-contact {
  position: relative;
}
.Company_contact div.artemis-contact:after {
  content: "LINEでお問い合わせ！";
  position: absolute;
  top: 45px;
  right: 0;
  transform: rotate(15deg);
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .Company_contact {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
}
header.main-h {
  width: 100%;
  padding: 10px 0;
}
header.main-h h1.logo {
  margin: 0 auto;
  height: 50px;
  width: fit-content;
}
header.main-h h1.logo a {
  height: inherit;
}
header.main-h h1.logo a img {
  height: 50px;
}

@media screen and (min-width: 1024px) {
  header.main-h {
    padding: 40px 50px 20px 50px;
  }
  header.main-h h1.logo {
    margin: 0;
    width: 250px;
  }
  header.main-h h1.logo img {
    height: auto;
  }
  header.main-h.HeightMin {
    height: 70px;
    padding: 0 50px !important;
  }
  header.main-h.HeightMin img {
    height: 50px !important;
    margin: 10px auto;
  }
}
#grobal-nav-sp {
  width: 100%;
  height: calc(100vh - 70px);
}
#grobal-nav-sp div.nav-footer {
  width: 100%;
  height: 100px;
}

#grobal-nav-sp.panelactive {
  top: 70px;
}

#grobal-nav-sp.panelactive .scroll {
  width: 100%;
  height: calc(100vh - 70px);
}

#grobal-nav-sp ul {
  width: 100%;
  padding: 0 40px;
}
#grobal-nav-sp ul li:last-child {
  margin-top: 20px;
  padding-top: 20px;
}
#grobal-nav-sp ul li a {
  padding: 10px 0;
}
#grobal-nav-sp ul li.contact {
  width: 100%;
  padding: 5px 0;
}
#grobal-nav-sp ul ol li:last-child {
  margin: 0;
  padding: 0;
}

.g-nav-container {
  width: 75%;
}
.g-nav-container nav#grobal-nav-pc {
  width: 100%;
}
.g-nav-container nav#grobal-nav-pc ul li {
  padding: 10px;
}
.g-nav-container nav#grobal-nav-pc ul li a {
  padding: 10px;
}
.g-nav-container div.sns-nav {
  width: 50%;
}
.g-nav-container div.sns-nav ul {
  width: 100%;
  display: flex;
  gap: 5px;
}
.g-nav-container div.sns-nav ul li {
  width: 20%;
}

header.main-h.HeightMin .g-nav-container {
  width: 100%;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header.main-h.HeightMin .g-nav-container div.sns-nav {
  width: 60px;
  margin-bottom: 3px;
  position: absolute;
  top: 100px;
  right: 0;
}
header.main-h.HeightMin .g-nav-container div.sns-nav ul {
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
header.main-h.HeightMin .g-nav-container div.sns-nav ul li {
  width: 100%;
}
header.main-h.HeightMin .g-nav-container nav#grobal-nav-pc {
  width: 100%;
}
header.main-h.HeightMin .g-nav-container nav#grobal-nav-pc ul li {
  padding: 10px 10px;
}

.Company_contact {
  margin-top: 40px;
}
.Company_contact div.artemis-contact {
  width: fit-content;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .Company_contact .artemis-contact {
    margin: 0 !important;
  }
}
body#frontpage main {
  padding-top: 0;
}

main {
  padding-top: 70px;
}
@media screen and (min-width: 1024px) {
  main {
    padding-top: 200px;
  }
}

section#point {
  width: 100%;
  max-width: 100%;
}
section#point div.point-bgi {
  max-width: 1200px;
  padding: 40px 0;
}
section#point div.point-bgi div.point-left {
  width: 100%;
}
section#point div.point-bgi div.point-left h2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section#point div.point-bgi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 90%;
  }
  section#point div.point-bgi div.point-left {
    width: 30%;
    padding-top: 50px;
    padding-left: 15px;
  }
  section#point div.point-bgi div.point-left img {
    width: 100%;
  }
  section#point div.point-bgi div.point-list-right {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  section#point div.point-bgi div.point-left {
    width: 40%;
  }
  section#point div.point-bgi div.point-list-right {
    width: 60%;
  }
  section#point div.point-bgi div.point-list-right ul.lease-point li {
    width: 200px;
    height: 200px;
  }
  section#point div.point-bgi div.point-list-right ul.lease-point li div p {
    padding-top: 15px;
  }
}

#bunner-list div.sp-only img.seiyaku {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #bunner-list div.tab-to-pc {
    display: flex;
  }
}

main#profile section#office-profile {
  padding: 20px;
}
main#profile section#office-profile div.satou-concept {
  padding: 20px 10px;
  margin: 20px auto;
}
main#profile section#office-profile div.satou-concept ol {
  width: 90%;
  margin: 15px 0 0 auto;
}
main#profile section#office-profile .build-sample {
  width: 100%;
  margin: 40px auto;
  margin-bottom: 80px;
}
main#profile section#office-profile .build-sample img {
  height: inherit;
  width: 100%;
}
main#profile section#office-profile .build-sample .before-img {
  height: 200px;
  margin-bottom: 80px;
}
main#profile section#office-profile .build-sample .after-img {
  height: 250px;
}
@media screen and (min-width: 768px) {
  main#profile section#office-profile .build-sample {
    margin-bottom: 80px;
  }
  main#profile section#office-profile .build-sample .before-img {
    width: 40%;
  }
  main#profile section#office-profile .build-sample .after-img {
    width: 60%;
  }
  main#profile section#office-profile .Build-East .after-img {
    height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  main#profile section#office-profile div.satou-concept {
    width: 80%;
    max-width: 1200px;
    padding: 40px 10px;
    margin: 20px auto;
  }
  main#profile section#office-profile div.satou-concept ol {
    margin: 15px auto 0 auto;
  }
  main#profile section#office-profile div.concept-detail {
    width: 80%;
    max-width: 1200px;
    margin: 40px auto 0 auto;
  }
  main#profile section#office-profile .build-sample .before-img {
    width: 250px;
  }
  main#profile section#office-profile .build-sample .after-img {
    width: 50%;
    height: 350px;
  }
  main#profile section#office-profile .Build-East .after-img {
    height: 450px;
  }
}
main#profile section#satou-characters {
  padding: 20px;
  margin-top: 60px;
}
main#profile section#satou-characters ul {
  margin: -60px auto 20px auto;
}
main#profile section#satou-characters ul li {
  width: 50%;
  margin: 20px auto;
}
main#profile section#satou-characters ul li img {
  width: 95%;
  padding: 5px;
}
main#profile section#satou-characters ul li div.character-profile {
  padding: 0 5px;
}
main#profile section#satou-characters div.store-link {
  width: 250px;
  margin: 0 auto;
}
main#profile section#satou-characters div.store-link a {
  width: 100%;
  height: inherit;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  main#profile section#satou-characters {
    margin-bottom: 50px;
  }
  main#profile section#satou-characters ul li {
    width: 30%;
  }
  main#profile section#satou-characters div.store-link {
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  main#profile section#satou-characters ul {
    width: 80%;
    max-width: 1200px;
  }
  main#profile section#satou-characters div.store-link {
    width: 400px;
  }
}
main#profile section#partner {
  margin: 20px auto;
}
main#profile section#partner ul {
  margin: 20px auto;
}
main#profile section#partner ul li {
  margin: 0 10px 10px 0;
}
@media screen and (min-width: 1024px) {
  main#profile section#partner ul {
    width: 80%;
    max-width: 1200px;
    margin: 40px auto;
  }
}

main#lease .lease-point .lease-wrap {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  main#lease .lease-point .lease-wrap ul {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
  }
  main#lease .lease-point .lease-wrap ul li {
    width: 250px;
    height: 250px;
  }
}
@media screen and (min-width: 1024px) {
  main#lease div.conversion-wrap {
    width: 80%;
    max-width: 768px;
    margin: 0 auto;
  }
}

main#iwamizawa div.headline {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
main#iwamizawa div.headline img {
  width: 100%;
}
main#iwamizawa div.popup {
  margin: 30px auto;
  padding: 10px 4%;
}
main#iwamizawa div.popup span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
}
main#iwamizawa div.iwamizawa-data {
  max-width: 1200px;
  padding: 0 4%;
  margin-inline: auto;
}
main#iwamizawa div.iwamizawa-data section#like-iwamizawa .map img.mapimg {
  margin: 20px auto;
}
main#iwamizawa div.iwamizawa-data section#like-iwamizawa .like-box {
  margin-bottom: 40px;
}
main#iwamizawa div.iwamizawa-data div#life-iwamizawa section.life-inner {
  margin-bottom: 40px;
}
main#iwamizawa div.iwamizawa-data div#life-iwamizawa section.life-inner div.inner-text ul {
  margin-top: 20px;
}
main#iwamizawa div.iwamizawa-data div#life-iwamizawa section.life-inner div.inner-text ul li {
  padding: 5px 0;
}
main#iwamizawa div.iwamizawa-data .data .like-box {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
main#iwamizawa div.iwamizawa-data .data .like-box ul {
  margin-bottom: 20px;
  padding: 0 4%;
}
main#iwamizawa div.iwamizawa-data .data .like-box ul li {
  margin-bottom: 10px;
}
main#iwamizawa div.iwamizawa-data .data .like-box .inner-text {
  padding: 0 4%;
  padding-bottom: 20px;
}
main#iwamizawa div.iwamizawa-data .data .like-box .inner-text p {
  padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  main#iwamizawa .iwamizawa-data {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    align-items: end;
  }
  main#iwamizawa .iwamizawa-data section#like-iwamizawa, main#iwamizawa .iwamizawa-data div#life-iwamizawa {
    width: 50%;
  }
  main#iwamizawa .iwamizawa-data section#like-iwamizawa div.map img.mapimg {
    margin: 40px auto;
  }
}

.footer-sns {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .footer-sns {
    width: 100%;
    max-width: 800px;
    padding: 65px 0;
  }
}

footer {
  padding: 50px 0;
}
footer ul {
  width: 257px;
  margin: 0 auto;
}
footer .footer-left h2 {
  width: 257px;
  height: 94px;
  margin: 0 auto;
  margin-bottom: 30px;
}
footer .footer-left h2 img {
  width: 100%;
}
footer .footer-left ul {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 100px 0 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    padding-top: 80px;
  }
  footer #footer-accent {
    width: 90%;
  }
  footer .footer-container {
    margin: 0 auto 0 50px;
  }
}

main h1 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
main h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
main h1:has(> img), main h2:has(> img) {
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
}
main h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
main h1:hover, main h2:hover {
  animation: shake 0.1s infinite;
}
@keyframes shake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@media screen and (min-width: 768px) {
  main h1:has(> img), main h2:has(> img) {
    width: 40%;
  }
  main div.concept-detail h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  main h2 {
    font-size: 30px;
  }
  main h1:has(> img), main h2:has(> img) {
    width: 30%;
  }
  main h3 {
    font-size: 25px;
  }
}

main#iwamizawa h2 {
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
}
main#iwamizawa h3 {
  width: 75%;
  margin: 0 auto 15px auto;
}
main#iwamizawa .like-box {
  position: relative;
}
main#iwamizawa .like-box:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
main#iwamizawa .town-data:after {
  background-image: url(../images/iwamizawa-bara.png);
  transform: rotate(15deg);
}
main#iwamizawa .town-access:after {
  background-image: url(../images/map-pin.png);
}
main#iwamizawa .new-life:after {
  background-image: url(../images/new-home.png);
  background-size: contain;
}
main#iwamizawa .childcare:after {
  background-image: url(../images/heart.svg);
  fill-opacity: 0;
  width: 40px;
  height: 40px;
  transform: rotate(15deg);
}
main#iwamizawa .disaster:after {
  background-image: url(../images/Thunder.svg);
  transform: rotate(15deg);
}
main#iwamizawa .play-iwamizawa:after {
  background-image: url(../images/iwamizawa-bara.png);
  transform: rotate(15deg);
}

main#profile section#office-profile h1 {
  position: relative;
}
main#profile section#office-profile h1:before, main#profile section#office-profile h1:after {
  content: "";
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
main#profile section#office-profile h1:before {
  left: -65px;
  background-image: url(../images/satou-friends/medu.png);
  background-image: image-set(url(../images/satou-friends/medu.png) 1x, url(../images/satou-friends/medu@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/satou-friends/medu.png) 1x, url(../images/satou-friends/medu@2x.png) 2x);
}
main#profile section#office-profile h1:after {
  right: -65px;
  background-image: url(../images/satou-friends/peru.png);
  background-image: image-set(url(../images/satou-friends/peru.png) 1x, url(../images/satou-friends/peru@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/satou-friends/peru.png) 1x, url(../images/satou-friends/peru@2x.png) 2x);
}
@media screen and (min-width: 768px) {
  main#profile section#office-profile h1:before, main#profile section#office-profile h1:after {
    width: 200px;
    height: 200px;
    top: -20px;
  }
  main#profile section#office-profile h1:before {
    left: -150px;
  }
  main#profile section#office-profile h1:after {
    right: -150px;
  }
}
header.main-h {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 999;
}
header.main-h h1.logo a {
  display: block;
}

header.header-sp {
  display: block;
}

header.header-pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  header.header-sp {
    display: none;
  }
  header.header-pc {
    display: block;
  }
  header.main-h {
    /*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
  }
  header.main-h.HeightMin {
    position: fixed;
    z-index: 999; /*最前面へ*/
    animation: DownAnime 0.5s forwards;
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-174px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#grobal-nav-sp {
  background: #085AA8;
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  transition: all 0.6s;
  color: #fff;
}

#grobal-nav-sp.panelactive .scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 999;
}

#grobal-nav-sp ul {
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#grobal-nav-sp li {
  list-style: none;
  text-align: left;
}
#grobal-nav-sp li:last-child {
  border-top: 1px solid #fff;
}
#grobal-nav-sp li:last-child p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
#grobal-nav-sp li.contact {
  background-color: #fff;
  color: #085AA8;
  border-radius: 5px;
  text-align: center;
}
#grobal-nav-sp li.contact a {
  color: #085AA8;
}
#grobal-nav-sp li ol {
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  align-items: center;
}
#grobal-nav-sp li ol li:last-child {
  border-top: none;
}

#grobal-nav-sp li a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

div.openbtn {
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px solid #666;
  border-radius: 10px;
}
div.openbtn div.openbtn-area {
  transition: all 4s;
  width: 50px;
  height: 50px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active .openbtn-area {
  transform: rotate(360deg);
}

.openbtn.active span:nth-of-type(1) {
  top: 17px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 29px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.g-nav-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: end;
}
.g-nav-container nav#grobal-nav-pc ul {
  align-items: center;
}
.g-nav-container nav#grobal-nav-pc ul li {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}
.g-nav-container nav#grobal-nav-pc ul li:hover {
  outline: 1px dashed #D9484F;
  box-sizing: content-box;
}
.g-nav-container nav#grobal-nav-pc ul li:hover:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -13px;
  right: -15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  transform: rotate(20deg);
  z-index: 1;
}
.g-nav-container nav#grobal-nav-pc ul li:hover:first-child:after {
  background-image: url(../images/satou-friends/medu.png);
}
.g-nav-container nav#grobal-nav-pc ul li:hover:nth-child(2):after {
  background-image: url(../images/satou-friends/peru.png);
}
.g-nav-container nav#grobal-nav-pc ul li:hover:nth-child(3):after {
  background-image: url(../images/satou-friends/arte.png);
}
.g-nav-container nav#grobal-nav-pc ul li:hover:last-child:after {
  background-image: url(../images/satou-friends/kunu.png);
}
.g-nav-container div.sns-nav ul {
  align-items: flex-start;
}
.g-nav-container div.sns-nav ul li {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

header.header-pc.HeightMin div.sns-nav ul {
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px 0;
}
header.header-pc.HeightMin nav#grobal-nav-pc {
  position: relative;
}
header.header-pc.HeightMin nav#grobal-nav-pc ul {
  justify-content: end;
  gap: 20px;
}
header.header-pc.HeightMin nav#grobal-nav-pc ul li {
  background-color: #fff;
  border-radius: 5px;
}

div#headline {
  width: 100%;
  height: 70vh;
  background-image: url(../images/headline-bg.jpg);
  background-image: image-set(url(../images/headline-bg.jpg) 1x, url(../images/headline-bg@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../images/headline-bg.jpg) 1x, url(../images/headline-bg@2x.jpg) 2x);
  background-color: #808080;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}
div#headline img.catchup-sp, div#headline img.catchup-pc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
div#headline img.catchup-sp.catchup-sp, div#headline img.catchup-pc.catchup-sp {
  width: 99%;
  padding-top: 60px;
}
div#headline img.catchup-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  img.catchup-sp {
    display: none;
  }
  img.catchup-pc {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  div#headline {
    height: 800px;
  }
  div#headline img.catchup-pc {
    padding-top: 200px;
  }
}
main#container {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  main#container {
    padding-bottom: 50px;
  }
}
main#container section#new-house {
  width: 100%;
  text-align: center;
  position: relative;
}
main#container section#new-house h2 {
  font-size: 25px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
}
main#container section#new-house h2 img {
  width: 50px;
  height: 48px;
  margin-right: 10px;
}
main#container section#new-house div.home-detail {
  width: 100%;
  margin: 0 auto;
}
main#container section#new-house div.home-detail img {
  width: 47.619047619%;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  main#container section#new-house section#new-house {
    font-size: 30px;
  }
}
main#container section#point {
  background-color: #BFD4E8;
}
main#container section#point div.point-bgi {
  background-image: url(../images/point_bg.png);
  background-image: image-set(url(../images/point-bg.png) 1x, url(../images/point-bg@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/point-bg.png) 1x, url(../images/point-bg@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: 60%;
}
main#container section#point div.point-bgi div.point-left {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  main#container section#point div.point-bgi div.point-left {
    text-align: right;
  }
  main#container section#point div.point-bgi ul {
    display: flex;
    flex-wrap: wrap;
  }
  main#container section#point div.point-bgi ul li {
    text-align: center;
  }
  main#container section#point div.point-bgi ul li div p {
    font-size: 100% !important;
    font-weight: bold;
  }
  main#container section#point div.point-bgi ul li a:hover {
    filter: invert(100%);
  }
}
main#container #bunner-list {
  background-color: #7b9bba;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  main#container #bunner-list {
    display: flex;
    padding: 25px;
    justify-content: center;
  }
}

main#profile section#office-profile div.satou-concept {
  background-color: rgba(8, 90, 168, 0.2);
  border: 2px dashed #085AA8;
  box-sizing: border-box;
}
main#profile section#office-profile div.satou-concept ol {
  list-style-type: decimal;
  text-align: left;
}
main#profile section#office-profile div.satou-concept ol li:first-child {
  margin-bottom: 10px;
}
main#profile section#office-profile div.concept-detail {
  text-align: left;
}
main#profile section#office-profile div.concept-detail p {
  font-size: 14px;
  margin-bottom: 10px;
}
main#profile section#office-profile .build-sample .before-img img, main#profile section#office-profile .build-sample .after-img img {
  border: 1px solid #085AA8;
  object-fit: cover;
  object-position: top left;
}
main#profile section#office-profile .build-sample .before-img:before, main#profile section#office-profile .build-sample .after-img:before {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border: 1px solid #085AA8;
  border-bottom: 0;
}
main#profile section#office-profile .build-sample .before-img:before {
  content: "BEFORE";
  background-color: #085AA8;
  color: #fff;
}
main#profile section#office-profile .build-sample .before-img:after {
  content: "";
  display: block;
  position: relative;
  bottom: -10px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 25px solid #085AA8;
  border-bottom: 25px solid transparent;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}
main#profile section#office-profile .build-sample .after-img:before {
  content: "AFTER";
  background-color: #fff;
  color: #085AA8;
}
@media screen and (min-width: 768px) {
  main#profile section#office-profile div.concept-detail {
    padding: 0 4%;
  }
  main#profile section#office-profile .build-sample {
    display: flex;
    justify-content: center;
    gap: 60px;
  }
  main#profile section#office-profile .build-sample .before-img {
    margin-top: auto;
    margin-bottom: 0;
    position: relative;
  }
  main#profile section#office-profile .build-sample .before-img:after {
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    border-top: 25px solid transparent;
    border-left: 25px solid #085AA8;
  }
}
main#profile section#satou-characters {
  background-color: #BFD4E8;
  position: relative;
  border-radius: 30px 30px 0 0;
}
main#profile section#satou-characters h1 {
  position: relative;
  top: -75px;
}
main#profile section#satou-characters ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main#profile section#satou-characters ul li img {
  background-color: #fff;
  border-radius: 50%;
}
main#profile section#satou-characters ul li div.character-name {
  font-weight: 600;
  margin: 10px auto;
}
main#profile section#satou-characters ul li div.character-profile {
  font-size: 90%;
  text-align: left;
}
main#profile section#satou-characters div.store-link {
  background-color: #D9484F;
  border-radius: 10px;
  font-weight: 600;
  font-size: 90%;
  color: #fff;
  box-shadow: 0px 5px #973338;
  line-height: 30px;
  cursor: pointer;
  position: relative;
  bottom: -50px;
}
main#profile section#satou-characters div.store-link a {
  display: block;
}
main#profile section#satou-characters div.store-link:hover {
  transform: translateY(5px);
  box-shadow: 0 0;
}
main#profile section#satou-characters div.store-link:after {
  content: "\f061";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #D9484F;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  line-height: 30px;
  float: right;
  margin-left: 1em;
  position: absolute;
  right: 13px;
  bottom: 10px;
}
@media screen and (min-width: 1024px) {
  main#profile section#satou-characters div.store-link {
    font-stretch: 120%;
  }
  main#profile section#satou-characters div.store-link:after {
    right: 50px;
  }
}
main#profile section#partner {
  padding: 20px;
}
main#profile section#partner ul {
  text-align: left;
}
main#profile section#partner ul li {
  display: inline-block;
  background: rgba(8, 90, 168, 0.2);
  padding: 5px 10px;
  border-radius: 5px;
}
main#profile section#partner ul li a {
  border-bottom: 1px dotted #085AA8;
}
@media screen and (min-width: 1024px) {
  main#profile section#partner ul li {
    padding: 20px 40px;
  }
}
main#profile section#owner {
  padding: 20px;
  margin: 20px auto;
}
main#profile section#owner dl {
  margin: 20px auto;
  text-align: left;
  overflow: hidden;
  width: 90%;
  max-width: 400px;
}
main#profile section#owner dl dt, main#profile section#owner dl dd {
  line-height: 2em;
}
main#profile section#owner dl dt {
  float: left;
  width: 30%;
}
main#profile section#owner dl dd {
  float: right;
  width: 70%;
}

main#lease .lease-wrap {
  margin-top: 20px;
}
main#lease .lease-point div.lease-wrap {
  background-color: #BFD4E8;
}
main#lease .lease-point div.lease-wrap ul {
  background-color: #BFD4E8;
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  main#lease .lease-point .lease-wrap ul li div p {
    font-size: 100%;
    line-height: 1.5em;
  }
}
main#lease section#conversion div.conversion-wrap ul li {
  width: calc(100% - 20px);
  height: 110px;
  padding: 20px 0;
  position: relative;
  margin: 10px auto;
}
main#lease section#conversion div.conversion-wrap ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 20px solid #D9484F;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
main#lease section#conversion div.conversion-wrap ul li:last-child:after {
  border-top: transparent;
}
main#lease section#conversion div.conversion-wrap ul li p {
  line-height: 2em;
}
main#lease section#conversion div.conversion-wrap ul li p.h-text {
  font-weight: bold;
  position: relative;
  overflow: hidden;
  border: 2px solid #D9484F;
  text-indent: 3.5em;
  margin-bottom: 10px;
}
main#lease section#conversion div.conversion-wrap ul li p.h-text:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: "";
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #D9484F;
}
main#lease section#conversion div.conversion-wrap ul li p.h-text span {
  font-size: 1rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -2.3em;
  display: block;
  color: #fff;
}
main#lease section#conversion div.conversion-wrap ul li p.h-text-blue {
  border-color: #085AA8;
}
main#lease section#conversion div.conversion-wrap ul li p.h-text-blue:before {
  background-color: #085AA8;
}
main#lease section#conversion div.conversion-wrap ul li p.detail {
  text-align: left;
  padding-left: 12px;
  font-weight: 600;
}

main#iwamizawa div.headline {
  position: relative;
}
main#iwamizawa div.popup {
  font-size: 15px;
}
main#iwamizawa div#life-iwamizawa section.life-inner div.inner-text {
  text-align: left;
}
main#iwamizawa div#life-iwamizawa section.life-inner div.inner-text span {
  font-weight: bold;
}
main#iwamizawa .data .like-box {
  width: 80%;
  margin: 10px auto;
  margin-bottom: 20px;
  padding: 15px 10px 15px;
  background-color: #fff;
  position: relative;
}
main#iwamizawa .data .like-box:hover {
  background-color: #f4d2d2;
  transition: 0.3s ease 0s;
}
main#iwamizawa .data .like-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-bottom: 5px solid #000;
  border-right: 5px solid #000;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
main#iwamizawa .data .like-box ul {
  text-align: left;
}
main#iwamizawa .data .like-box p {
  text-align: left;
}
main#iwamizawa .link-btn {
  width: 80%;
  max-width: 300px;
  font-size: 120%;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #D9484F;
  box-shadow: 0px 5px #973338;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}
main#iwamizawa .link-btn:hover {
  transform: translateY(5px);
  box-shadow: 0 0;
}
main#iwamizawa .link-btn a {
  display: block;
  width: 100%;
  height: inherit;
  padding: 10px 20px;
}

.footer-sns ul {
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
footer {
  background-color: #085aa8;
  color: #fff;
  position: relative;
}
footer #footer-accent {
  position: absolute;
  top: -35px;
}
footer ul {
  line-height: 1.5em;
}
footer .footer-right ol li:before {
  content: "├";
  width: 1.5em;
  height: 1.5em;
  margin-left: 1.5em;
  margin-right: 0.5em;
}
footer .footer-right ol li:last-child:before {
  content: "└";
}
@media screen and (min-width: 1024px) {
  footer {
    text-align: center;
  }
  footer #footer-accent {
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  footer .footer-container {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */