@charset "utf-8";
/* CSS Document */
/* style.css */
@font-face {
  font-family: ZenMaruGothic-Medium;
  src: url('../font/ZenMaruGothic-Medium.ttf') format("opentype");
}
/* オープニングアニメーション */
#opening {
  width: 100%;
  height: 100%;
  padding: 82px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
}
#opening.animStart {
  animation-name: fadeOutAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
#opening .openingMoveWrap {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 99;
}
#opening .openingMoveWrap #openingTxtWrap {
  width: 48%;
  max-width: 632px;
  position: absolute;
  top: 105px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#opening .openingMoveWrap #backBgWrap {
  position: relative;
  opacity: 0;
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
#opening .openingMoveWrap #frontBgWrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation-name: fadeInAnime;
  animation-duration: 1.4s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#contents {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #opening {
    padding: 55px 0 0;
  }
  #opening #openingMove {
    width: 100vw;
    max-width: 1366px;
    margin: 0 auto;
    height: 101vw;
    max-height: inherit;
    overflow-x: hidden;
  }
  #opening .openingMoveWrap {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    max-width: 1366px;
    margin: 0 auto;
    height: 101vw;
    max-height: inherit;
    overflow-x: hidden;
  }
  #opening .openingMoveWrap #openingTxtWrap {
    width: 90%;
    top: max(13vw, 62px);
    z-index: 99;
  }
  #opening .openingMoveWrap #backBgWrap, #opening .openingMoveWrap #frontBgWrap {
    width: 200%;
    height: 100%;
    transform: translate(-24%, 0);
    content-visibility: visible;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
/*トップ*/
.topMainMove {
  width: 100%;
}
.topImgWrapper {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.topImg {
  margin: 82px 0 0;
}
.topImgWrapper h1 {
  width: 48%;
  max-width: 632px;
  position: absolute;
  top: 105px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
}
.topWrapper h2 {
  font-family: ZenMaruGothic-Medium;
  font-size: 30px;
  color: #3b4746;
  text-align: center;
  margin-top: 40px;
}
ruby {
  font-size: 48px;
  color: #fcba19;
}
rt {
  display: none;
}
ruby[data-ruby] {
  position: relative;
}
ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: 0em;
  right: -2em;
  font-size: 20px;
  text-align: center;
}
.newsArea {
  width: 890px;
  margin: 40px auto 0;
  padding: 15px 0 20px;
  border-radius: 10px;
  background-color: #f2f5f6;
}
.newsArea h3 {
  width: 94%;
  margin: 0 auto 20px;
  position: relative;
  font-family: ZenMaruGothic-Medium;
  font-size: 24px;
}
.newsArea h3::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 6px;
  position: absolute;
  top: 100%;
  left: 0;
  background-image: radial-gradient(circle at 2px center, #00c8d7, #00c8d7 2px, transparent 2px, transparent 100%);
  background-position: left top 100%;
  background-repeat: repeat-x;
  background-size: 13px 6px;
}
.newsArea .newsWrap {
  width: calc(94% - 20px);
  margin: 0 auto;
  padding: 0 0 0 20px;
}
.newsArea .newsWrap a,
.newsArea .newsWrap span {
  display: flex;
  position: relative;
  padding: 10px 0;
  font-size: 18px;
}
.newsArea .newsWrap a:hover {
  opacity: 0.6;
  pointer-events: auto;
  cursor: pointer;
}
.newsArea .newsWrap a.outLink::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: calc((20px * 75) / 91);
  position: absolute;
  top: 50%;
  right: 15px;
  background-image: url(../images/ico_pdf.svg);
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}
.newsArea .newsWrap .date {
  padding: 0 10px 0 0;
  color: #00c8d7;
}
.select {
  display: flex;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 40px;
}
.coinP {
  width: 50%;
}
/*Charge-moとは*/
#whatsChargemo {
  background: #00c8d7;
}
.whatsChargemoWrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 50px;
}
.whatsChargemoWrapper h4 {
  padding-top: 60px;
  width: 40.7%;
  margin: 0 auto;
  max-width: 556px;
}
.chargemoImg {
  width: 52%;
  margin: 0 auto;
  max-width: 800px;
  margin-top: 55px;
}
/*予約*/
#reserve {
  background-color: #ffffff;
}
.reserveWrapper {
  width: 73%;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 50px;
  padding-bottom: 40px;
}
.reserveImg {
  width: 90%;
}
.reserveDetail {
  margin: 30px 0 0 0;
}
.reserveDetail p {
  font-size: 18px;
  line-height: 36px;
}
.reserveText {
  margin-right: 4%;
}
.reserveText h4 {
  font-family: ZenMaruGothic-Medium;
  font-size: 36px;
  color: #00c8d7;
}
/*信頼*/
.trustWrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 75px 0 170px 0;
}
.trustText h4 {
  font-family: ZenMaruGothic-Medium;
  font-size: 30px;
  color: #00c8d7;
  margin: 0 0 90px;
  text-align: center;
}
.trustDetail {
  width: 650px;
  margin: 0 auto;
  text-align: center;
}
.trustDetail p {
  font-size: 18px;
  line-height: 42px;
}
.trustImg {
  width: 33.7%;
  margin: 0 auto;
  padding: 0 0 70px 0;
}
.apartmentImgW p, .coinPImgW p {
  font-family: ZenMaruGothic-Medium;
  color: #00c8d7;
  font-size: 24px;
  text-align: center;
  display: block;
  padding: 10px 0;
}
.whatsChargemoWrapper p {
  font-family: ZenMaruGothic-Medium;
  color: #ffffff;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
}
.whatsChargemoWrapper h3 {
  font-family: ZenMaruGothic-Medium;
  color: #ffffff;
  font-size: 60px;
  text-align: center;
  padding-bottom: 35px;
}
.whatsChargemoWrapper h3 span {
  font-size: 48px;
}
.whatsChargemoWrapper .serviceBtn {
  text-align: center;
  margin-top: 10px;
}
.whatsChargemoWrapper .serviceBtn a {
  font-family: ZenMaruGothic-Medium;
  font-size: 22px;
  color: #00c8d7;
  display: inline-block;
  padding: 10px 80px;
  background: #FFF;
  border-radius: 30px;
}
.convi {
  margin: 35px 0 0 0;
}

/*オンリーワンメリット*/
#onlyOneMerit {
  background-color: #f2f5f6;
}
.onlyOneMeritWrapper {
  padding: 150px 0 140px 0;
  max-width: 1228px;
  margin: 0 auto;
  width: 89%;
}
.onlyOneMeritWrapper h3 {
  padding: 0 0 100px 0;
  position: relative;
  font-size: 48px;
  line-height: 60px;
  font-family: ZenMaruGothic-Medium;
  text-align: center;
  color: #00c8d7;
}
.onlyOneMeritWrapper h3 span {
  font-size: 36px;
}
.onlyOneMeritWrapper h3::before {
  content: "";
  display: inline-block;
  background-image: url(../images/starIcon.png);
  background-repeat: no-repeat;
  width: 4.3vw;
  height: 4.8vw;
  max-width: 71px;
  max-height: 79px;
  position: absolute;
  background-size: contain;
  transform: translate(-50%, 0);
  left: 50%;
  top: -90px;
}
.rowTwo {
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.rowContents {
    width: 49%;
    max-width: 595px;
    background: #ffff;
    border-radius: 30px;
    position: relative;
}
.rowContents h4 {
  font-size: min(24px, 2.3vw);
  font-family: ZenMaruGothic-Medium;
  color: #00c8d7;
  text-align: center;
  line-height: 30px;
  margin: 0 0 30px;
}
.rowContentsTitle .onlyOneRow {
  line-height: 60px;
}
.rowContentsWrapper {
  padding: 30px 20px 30px;
}
.rowContentsText p {
  font-size: 18px;
  line-height: 30px;
}
.onlyOneRow {
  position: relative;
}
.onlyOneRow img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#selectButtonFirst {
  background: #00c8d7;
}
.selectButtonWrapper {
  max-width: 1287px;
  margin: 0 auto;
  padding: 50px 0 30px;
  width: 94%;
}
.selectButtonWrapper h3 {
  font-size: 36px;
  color: #ffffff;
  font-family: ZenMaruGothic-Medium;
  padding-bottom: 35px;
  text-align: center;
}
.buttons {
  display: flex;
  justify-content: space-between;
}
.appartmentButton, .coinPButton {
  padding: 3% 5%;
  width: 35%;
  background-color: #ffffff;
  border-radius: 23px;
  box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.appartmentButton a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.coinPButton a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.apartment {
  width: 50%;
}
.apartmentImgW, .coinPImgW {
  position: relative;
  text-align: center;
}
.apartmentImgW::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 90px;
  background-color: #00c8d7;
  position: absolute;
  right: -4px;
  border-radius: 50px;
  top: 0;
}
.appartmentButton, .coinPButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appartmentButton p, .coinPButton p {
  font-family: ZenMaruGothic-Medium;
  color: #00c8d7;
  font-size: min(24px, 2vw);
  line-height: min(42px, 3.6vw);
}
.appartmentIcon, .coinPIcon {
  width: 18%;
  max-width: 56px;
}
.appartmentTxt, .coinPTxt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 82%;
}
.subsidyWrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 170px 0 0 0;
}
.subsidyIntro h3 {
  color: #3b4746;
  font-size: 36px;
  font-family: ZenMaruGothic-Medium;
  padding-bottom: 22px;
  position: relative;
  text-align: center;
}
.subsidyIntro h3::before {
  content: "";
  display: inline-block;
  background-image: url(../images/moneyIcon.png);
  background-repeat: no-repeat;
  width: 3.4vw;
  height: 3.45vw;
  max-width: 47px;
  max-height: 48px;
  position: absolute;
  background-size: contain;
  transform: translate(-50%, -50%);
  left: 50%;
  top: -60px;
}
.subsidyIntroText {
  text-align: center;
  font-size: 18px;
  padding-bottom: 125px;
  line-height: 42px;
}
.subsidyContents {
  max-width: 980px;
  margin: 0 auto;
  width: 71.7%;
}
.explain1Text h5, .explain2Text h5, .explain3Text h5 {
  font-family: ZenMaruGothic-Medium;
  font-size: 24px;
  color: #3b4746;
  margin: 0 0 25px;
}
.explain1Detail p, .explain3Detail p {
  line-height: 30px;
  font-size: 18px;
}
.explain1Text {
  width: 47.5%;
}
.explain1Img {
  width: 50%;
}
.explain1, .explain2 {
  margin: 0 0 100px;
}
#selectButtonSecond {
  background: #00c8d7;
}
.companyProfileWrapper {
  max-width: 1366px;
  padding: 100px 0 0 0;
  margin: 0 auto;
}
.companyProfileButton {
  width: 31.1%;
  margin: 0 auto;
  max-width: 425px;
  background: #ffffff;
  border: 3px solid #00c8d7;
  border-radius: 13px;
  position: relative;
}
.companyProfileButton:hover {
  opacity: 0.6;
}
.companyProfileButton p {
  font-family: ZenMaruGothic-Medium;
  color: #00c8d7;
  font-size: min(24px, 2.2vw);
  line-height: min(60px, 5vw);
  text-align: center;
}
.companyProfileButton a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-tabs__menu-item {
  flex-grow: 1;
  padding: 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  background-color: #008caa;
  font-family: ZenMaruGothic-Medium;
  font-size: 24px;
  border-radius: 26px 26px 0 0;
  width: 50%;
}
.service-tabs__menu-item.is-active {
  background: #ffffff;
  color: #00c8d7;
  transition: all 0.2s ease-out;
  font-family: ZenMaruGothic-Medium;
  font-size: 24px;
  pointer-events: none;
}
.service-tabs__body {
  border-top: none;
  background: #ffffff;
  padding: 40px 0 20px;
  display: none;
}
.service-tabs__body.is-active {
  display: block;
}
.service-tabs__menu {
  display: flex;
  justify-content: space-between;
}
.tabTxt p {
  color: #00c8d7;
  font-size: min(24px, 1.9vw);
  text-align: center;
  font-weight: 300;
}
.panel {
  display: none;
}
.panel.is-show {
  display: block;
}
.tabWrapper {
  display: flex;
  padding: 3% 12%;
  justify-content: center;
  align-items: center;
}
.tabImg {
  width: 10%;
}
.tabTxt {
  width: 90%;
}
.teaserContentWrapper {
  width: 85%;
  margin: 0 auto;
}
.teaserTxt {
  margin: 0 auto;
  width: 91%;
  margin-top: 20px;
}
.teaserImgWrapper {
  position: relative;
}
.teaserTtlBox {
  position: absolute;
  top: min(49px, 3.6vw);
  left: 0;
  background-color: #00c8d7;
  color: #ffffff;
  font-family: ZenMaruGothic-Medium;
  text-align: left;
}
.teaserTtlBox p {
  padding-top: min(1.1vw, 15px);
  padding-bottom: min(2.2vw, 30px);
  padding-right: min(2.9vw, 40px);
  padding-left: min(3.6vw, 50px);
  font-size: min(2.2vw, 30px);
  color: #ffffff;
  line-height: min(4.41vw, 60px);
}
.teaserTtlBox p .big {
  font-size: min(2.4vw, 34px);
}
.teaserDot {
  display: inline-block;
  position: relative;
}
.teaserDot::after {
  content: '';
  display: inline-block;
  height: 6px;
  width: 100%;
  position: absolute;
  top: 92%;
  left: 0;
  background-image: radial-gradient(circle at 2px center, #ffffff, #ffffff 2px, transparent 2px, transparent 100%);
  background-position: left top 100%;
  background-repeat: repeat-x;
  background-size: 13px 6px;
}
.teaserTxtAdjust {
  margin-bottom: 26px;
}
.balloon {
  width: 13%;
  max-width: 286px;
  position: absolute;
  top: 25px;
  right: 2%;
  transform: translate(0%, 130%);
  z-index: 2;
  animation-name: balloonAnimePC;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
@keyframes balloonAnimePC {
  0% {
    top: 25px;
  }
  100% {
    top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .rowOne {
    display: flex;
    justify-content: space-between;
  }
  .rowTwo {
    display: flex;
    justify-content: space-between;
  }
  .explain1 {
    display: flex;
    justify-content: space-between;
  }
  .rowContentsIcon {
    margin: 0 auto;
    height: 95px;
    position: relative;
  }
  .rowContentsIcon img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .rowContentsIcon1 {
    max-width: 99px;
    width: 26%;
  }
  .rowContentsIcon2 {
    max-width: 90px;
    width: 23.5%;
  }
  .rowContentsIcon3 {
    max-width: 115px;
    width: 30%;
  }
  .rowContentsIcon4 {
    max-width: 96px;
    width: 25.1%;
  }
  .rowContentsIcon5 {
    max-width: 90px;
    width: 23.5%;
  }
  .appartmentButton:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
  .coinPButton:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
  .reserveFlex {
    display: flex;
    justify-content: space-between;
  }
  .explain2Img {
    width: 96%;
  }
  .clouds {
    position: absolute;
    top: 38px;
    right: -100%;
    width: 90%;
    animation: cloudmove 50s linear infinite;
  }
  /*リンクのホバーアニメーション*/
  .apartmentImgW p::before {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
  .apartmentImgW p:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .apartmentImgW p:hover {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .apartmentImgW p::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: #00c8d7;
    z-index: -1;
    transition: transform .5s ease;
  }
  .apartmentImgW p {
    position: relative;
  }
  .coinPImgW p::before {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
  .coinPImgW p:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .coinPImgW p:hover {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .coinPImgW p::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: #00c8d7;
    z-index: -1;
    transition: transform .5s ease;
  }
  .coinPImgW p {
    position: relative;
  }
  .whatsChargemoWrapper .serviceBtn a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  #mainAnimWrap {
    width: 200%;
    height: 100%;
    transform: translate(-24%, 0);
    content-visibility: visible;
    overflow: hidden;
  }
  .trustDetail {
    width: 100%;
  }
  .topWrapper h2 {
    font-size: 17px;
  }
  .topImgWrapper {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    max-width: 1366px;
    margin: 0 auto;
    height: 101vw;
    max-height: inherit;
    overflow-x: hidden;
  }
  ruby {
    font-size: 24px;
  }
  ruby[data-ruby]::before {
    top: -0.1em;
    font-size: 10px;
  }
  .newsArea {
    width: calc(100% - 10vw);
    margin: 5.5vw 0 0;
    padding: 5vw;
    border-radius: unset;
  }
  .newsArea h3 {
    width: 100%;
    font-size: 18px;
  }
  .newsArea h3::after {
    height: 4px;
    width: 100%;
    background-image: radial-gradient(circle at 2px center, #00c8d7, #00c8d7 2px, transparent 2px, transparent 100%);
    background-size: 10px 4px;
  }
  .newsArea .newsWrap {
    width: 100%;
    padding: 0;
  }
  .newsArea .newsWrap a,
  .newsArea .newsWrap span {
    display: block;
    text-decoration: none;
    padding: 0 9vw 0 0;
    font-size: 16px;
  }
  .newsArea .newsWrap a.outLink::after {
    content: '';
    display: inline-block;
    width: 5vw;
    height: calc((75 * 5vw) / 91);
    position: absolute;
    top: 50%;
    right: 5vw;
    background-image: url(../images/ico_pdf.svg);
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(50%, -50%);
  }
  .topImg {
    margin: 55px 0 0;
  }
  .topImgWrapper h1 {
    width: 90%;
    top: max(13vw, 62px);
    z-index: 99;
  }
  .topWrapper h2 {
    margin: 7vw 0 0;
  }
  .apartmentImgW, .coinPImgW {
    max-width: inherit;
  }
  .apartmentImgW {
    position: relative;
  }
  .apartmentImgW::after {
    content: "";
    width: 4px;
    height: 40px;
    background-color: #00c8d7;
    position: absolute;
    top: 20px;
    right: -2px;
    border-radius: 50px;
  }
  .apartmentImgW p, .coinPImgW p {
    padding: 0;
  }
  .select p {
    font-size: 18px;
	line-height: 23px;
  }
  .select {
    padding: 7vw 0;
  }
  .whatsChargemoWrapper {
    max-width: inherit;
    padding: 10.5vw 0 9vw 0;
  }
  .whatsChargemoWrapper h3 {
    font-size: 40px;
    padding-bottom: 5vw;
  }
  .whatsChargemoWrapper h3 span {
    font-size: 30px;
  }
  .whatsChargemoWrapper p {
    font-size: 18px;
    line-height: 42px;
    width: 89%;
    margin: 0 auto;
  }
  .whatsChargemoWrapper .min {
    font-size: 13px;
    line-height: 26px;
  }
  .whatsChargemoWrapper .convi {
    margin-top: 20px;
  }
  .whatsChargemoWrapper .serviceBtn {
    margin-top: 10px;
  }
.whatsChargemoWrapper .serviceBtn a {
    font-size: 18px;
    padding: 2% 8%;
    border-radius: 30px;
  }
  .chargemoImg {
    width: 87%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 8.5vw;
  }
  .reserveWrapper {
    width: 89%;
    margin: 0 auto;
    max-width: inherit;
    padding: 11vw 0 14vw 0;
  }
  .reserveDetail {
    margin: 6vw 0 0 0;
  }
  .reserveText {
    width: 100%;
    margin-right: 0;
  }
  .reserveImg {
    width: 100%;
    max-width: 500px;
    padding-right: 0;
    padding-top: 5.5vw;
    margin: 0 auto;
  }
  .reserveText h4 {
    max-width: inherit;
    font-size: 30px;
    line-height: 38px;
	text-align: center;
  }
  .trustWrapper {
    width: 89%;
    margin: 0 auto;
    max-width: inherit;
    padding: 11vw 0 14vw 0;
  }
  .trustText h4 {
    font-size: 24px;
    margin: 0 0 5.6vw;
    text-align: left;
  }
  .trustImg {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 5vw 0;
    max-width: 500px;
  }
  .trustDetail p {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
  }
  .onlyOneMeritWrapper h3 {
    font-size: 38px;
    line-height: 44px;
    padding: 0 0 8vw 0;
  }
  .onlyOneMeritWrapper h3 span {
    font-size: 30px;
  }
  .onlyOneMeritWrapper h3::before {
    width: 9vw;
    height: 9.8vw;
    max-width: 45px;
    max-height: 49px;
    top: -43px;
  }
  .onlyOneMeritWrapper {
    padding: 75px 0 35px 0;
  }
  .rowContents {
    width: 100%;
    max-width: inherit;
    margin: 0 0 7.5vw;
  }
  .rowTwo {
    width: 100%;
    padding: 0;
  }
  .rowTwo .rowContents {
    width: 100%;
  }
  .rowContents h4 {
    font-size: 24px;
    margin: 0 0 4.5vw;
  }
  .rowContentsTitle .onlyOneRow {
    line-height: 30px;
  }
  .rowContentsText p {
    font-size: 18px;
    line-height: 29px;
  }
  .selectButtonWrapper h3 {
    font-size: 24px;
    padding-bottom: 5vw;
  }
  .selectButtonWrapper {
    max-width: inherit;
    margin: 0 auto;
    padding: 5.5vw 0 6vw;
    width: 90%;
  }
  .coinPButton, .appartmentButton {
    max-width: 195px;
  }
  .buttons {
    display: flex;
    justify-content: space-around;
  }
  .appartmentButton, .coinPButton {
    width: 33%;
    padding-top: min(2.7vw, 10px);
    padding-bottom: min(2.7vw, 10px);
    padding-right: min(5.4vw, 20px);
    padding-left: min(5.4vw, 20px);
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border-radius: 10px;
    display: block;
    text-align: center;
  }
  .appartmentIcon, .coinPIcon {
    margin: 0 auto;
  }
  .subsidyIntro h3 {
    font-size: 30px;
    padding-bottom: 8vw;
  }
  .subsidyWrapper {
    padding: 23vw 0 15vw 0;
  }
  .subsidyIntro h3::before {
    width: 12.4vw;
    height: 12.55vw;
    max-width: 42.75px;
    max-height: 42.94px;
    top: -30px;
  }
  .subsidyIntroText p {
    font-size: 18px;
    line-height: 29px;
    text-align: left;
  }
  .subsidyIntroText {
    padding-bottom: 12.8vw;
    width: 89%;
    margin: 0 auto;
  }
  .subsidyContents {
    max-width: inherit;
    margin: 0 auto;
    width: 89%;
  }
  .explain1Text {
    width: 100%;
  }
  .explain1Text h5, .explain2Text h5, .explain3Text h5 {
    margin: 0 0 2.5vw;
  }
  .explain1Img, .explain2Img {
    width: 100%;
    max-width: 445px;
    margin: 0 auto;
  }
  .explain1, .explain2 {
    margin: 0 0 12.8vw;
  }
  .explain1Detail {
    margin: 0 0 2.5vw;
  }
  .companyProfileButton {
    width: 89%;
    margin: 0 auto;
    max-width: 445px;
  }
  .companyProfileWrapper {
    max-width: inherit;
    padding: 10.6vw 0 0vw;
  }
  .companyProfileButton p {
    font-size: min(18px, 4.5vw);
    line-height: min(66px, 16vw);
  }
  #companyProfile {
    margin: 0 0 5vw 0;
  }
  .rowContentsIcon1, .rowContentsIcon2, .rowContentsIcon3, .rowContentsIcon4, .rowContentsIcon5 {
    max-width: inherit;
    margin: 0 auto;
    padding-bottom: 4vw;
  }
  .rowContentsIcon1, .rowContentsIcon4 {
    width: 30%;
    max-width: 118px;
  }
  .rowContentsIcon2, .rowContentsIcon5 {
    width: 27%;
    max-width: 106px;
  }
  .rowContentsIcon3 {
    width: 28.7%;
    max-width: 113px;
  }
  .rowContentsWrapper {
    padding: 6vw 5.2vw 8vw;
  }
  .appartmentIcon, .coinPIcon {
    width: 28%;
  }
  .appartmentButton p, .coinPButton p {
    font-size: min(18px, 4.5vw);
    line-height: min(24px, 7vw);
  }
  .appartmentButton, .coinPButton {
    width: 33%;
    padding-top: min(2.7vw, 10px);
    padding-bottom: min(2.7vw, 10px);
    padding-right: min(5.4vw, 20px);
    padding-left: min(5.4vw, 20px);
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
  }
  .appartmentButton:active {
    box-shadow: none;
    transform: translateY(5px);
  }
  .coinPButton:active {
    box-shadow: none;
    transform: translateY(5px);
  }
  .appartmentTxt, .coinPTxt {
    width: 100%;
  }
  .clouds {
    position: absolute;
    top: 10px;
    width: 201%;
    right: -250%;
    animation: cloudmoveSP 50s linear infinite;
  }
  .balloon {
    width: 18%;
    max-width: 485px;
    position: absolute;
    left: 50%;
    transform: translate(-140%, 0%);
    z-index: 2;
    top: 42vw;
	animation: none;
  }
  .tabTxt {
    width: 85%;
    text-align: center;
    display: block;
  }
  .tabTxt p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    text-align: left;
    display: inline-block;
  }
  .tabImg {
    width: 15%;
  }
  .tabWrapper {
    padding: 8% 2%;
  }
  .coinPtabImg {
    width: 14%;
  }
  .coinPtabTxt {
    width: 86%;
  }
  .service-tabs__menu-item {
    border-radius: 13px 13px 0 0;
  }
  .teaserContentWrapper {
    width: 100%;
  }
  .teaserTtlBox p {
    padding-top: 0.5vw;
    padding-bottom: 3vw;
    padding-right: 3vw;
    padding-left: 3vw;
    font-size: 18px;
    color: #ffffff;
    line-height: 36px;
  }
  .teaserTtlBox p .big {
    font-size: 21px;
  }
  .teaserDot::after {
    content: '';
    display: inline-block;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 92%;
    left: 0;
    background-image: radial-gradient(circle at 2px center, #ffffff, #ffffff 2px, transparent 2px, transparent 100%);
    background-position: left top 100%;
    background-repeat: repeat-x;
    background-size: 10px 4px;
  }
  .teaserTtlBox p {
    padding-top: min(1.5vw, 6.75px);
    padding-bottom: min(4vw, 18px);
    padding-right: min(6vw, 27px);
    padding-left: min(5vw, 22.5px);
    font-size: min(4.8vw, 21.6px);
    color: #ffffff;
    line-height: min(9.6vw, 43.2px);
  }
  .teaserTtlBox p .big {
    font-size: min(5.6vw, 25.2px);
  }
  .teaserTxtAdjust {
    margin-bottom: 0px;
  }
  .teaserTtlBox {
    position: absolute;
    top: min(49px, 3.6vw);
    left: 14px;
  }
  .service-tabs__body {
    padding: 20px 0;
  }
  .tabImg {
    display: flex;
    align-items: center;
  }
}
@font-face {
  font-family: ZenMaruGothic-Medium;
  src: url('../font/ZenMaruGothic-Medium.ttf') format("opentype");
}
@keyframes cloudmove {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-250%);
  }
}
@keyframes cloudmoveSP {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}

#case .caseWrapper{
  display: block;
  text-align: center;
}
#case .caseWrapper a{
  width: 90%;
  display: inline-block;
  background-image: url(/lib/images/case.svg);
  background-repeat: no-repeat;
  background-color: #00c8d7;
  box-sizing: border-box;
}
#case .caseWrapper a:hover{
  opacity: 0.6;
}
#case .caseWrapper a h3{
  color: #fff;
  font-family: ZenMaruGothic-Medium;
  text-align: left;
}
#case .caseWrapper a h3:after{
  content: '＞';
  font-size: inherit;
  padding: 0 0 0 0.5em;
}
#itemType .itemTypeWrapper{
  width: 95%;
  margin: 0 auto;
}
#itemType .itemTypeWrapper h3 {
  color: #3b4746;
  font-family: ZenMaruGothic-Medium;
  text-align: center;
}
#itemType .tableAreaWrap{
  margin: 0 auto;
}
#itemType .tableAreaWrap .notice{
  text-indent: -1em;
  padding-left: 1em;
}


@media screen and (min-width: 768px) {
  #case .caseWrapper{
    margin: 140px auto 0;
  }
  #case .caseWrapper a{
    max-width: 1287px;
    width: 94%;
    height: 220px;
    padding: 40px 80px;
    background-position:76% 100%;
    background-size: 500px;
  }
  #case .caseWrapper a h3{
    font-size: 36px;
  }
  #itemType .itemTypeWrapper{
    max-width: 1366px;
    padding: 170px 0 0 0;
  }
  #itemType .itemTypeWrapper h3 {
    font-size: 36px;
    padding-bottom: 60px;
  }
  #itemType .tableAreaWrap{
    max-width: 960px;
    margin: auto;
  }
  #itemType .tableAreaWrap table{
    width: 100%;
    border-collapse: collapse;
  }
  #itemType .tableAreaWrap table .modelName{
    font-size: 30px;
  }
  #itemType .tableAreaWrap table .modelName th {
    padding: 10px;
  }
  #itemType .tableAreaWrap table .modelName th:first-child{
    width: 22%;
    max-width: 193px;
  }
  #itemType .tableAreaWrap table .modelName th:nth-child(2),
  #itemType .tableAreaWrap table .modelName th:nth-child(3){
    width: 39%;
  }
  #itemType .tableAreaWrap table .modelName th p{
    color: #3b4746;
    text-align: center;
    font-family: ZenMaruGothic-Medium;
    font-size: 30px;
  }
  #itemType .tableAreaWrap table .typeImgWrap .itemTypeImg{
    position: relative;
    padding: 20px;
  }
  #itemType .tableAreaWrap table .typeImgWrap .itemTypeImg img{
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }
  #itemType .tableAreaWrap table tr th{
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  #itemType .tableAreaWrap table tbody tr th{
    background-color: #00c8d7;
    padding: 28px 10px;
  }
  #itemType .tableAreaWrap table tbody tr th p{
    color: #fff;
    text-align: center;
    font-family: ZenMaruGothic-Medium;
    font-size: 24px;
  }
  #itemType .tableAreaWrap table tbody tr td{
    background-color: #f2f5f6;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    padding: 20px 10px;
  }
  #itemType .tableAreaWrap table tbody tr td p{
    text-align: center;
    font-size: 24px;
  }
  #itemType .tableAreaWrap table tbody tr td span{
    display: block;
  }
  #itemType .tableAreaWrap table .itemTypeName{
    padding: 10px;
    line-height: 1.3;
  }
  #itemType .tableAreaWrap table .itemTypeName p{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  #itemType .tableAreaWrap table .itemTypeName p .manufacture{
    display: block;
    font-size: 24px;
    font-weight: normal;
  }
  #itemType .tableAreaWrap table .subsidyIcon{
    background-color: #00c8d7;
    color: #fff;
    font-family: ZenMaruGothic-Medium;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border-radius: 140px;
    font-size: 30px;
    top: 0;
    right: 0;
    text-align: center;
  }
  #itemType .tableAreaWrap .notice{
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
  }
}


@media screen and (max-width: 767px) {
  #case .caseWrapper a{
    height: 50vw;
    padding: 6vw;
    background-position: right 6vw bottom 0;
    background-size: 60vw;
  }
  #case .caseWrapper a h3{
    font-size: 30px;
  }
  #itemType .itemTypeWrapper{
    padding: 15vw 0 0 0;
  }
  #itemType .itemTypeWrapper h3 {
    font-size: 30px;
    padding-bottom: 8vw;
  }
  #itemType .itemWrap{
    width: 100%;
    margin-bottom: 10vw;
  }
  #itemType .itemWrap:last-child{
    margin-bottom: 0;
  }
  #itemType .itemWrap .modelName p{
    color: #3b4746;
    text-align: center;
    font-family: ZenMaruGothic-Medium;
    font-size: 24px;
    padding-bottom: 2vw;
  }
  #itemType .itemWrap .typeImgWrap{
    position: relative;
  }
  #itemType .itemWrap .typeImgWrap .itemTypeImg{
    width: 39%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  #itemType .itemWrap .typeImgWrap .itemTypeImg img{
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }
  #itemType .itemWrap .itemTypeName{
    padding: 10px;
    line-height: 1.3;
    text-align: center;
  }
  #itemType .itemWrap .itemTypeName p{
    font-size: 18px;
    font-weight: bold;
  }
  #itemType .itemWrap .itemTypeName p span.manufacture{
    font-size: 15px;
    font-weight: normal;
    padding-right: 5px;
  }
  #itemType .itemWrap .itemDetail dl div{
    display: grid;
    grid-template-columns: 30% 1fr;
  }
  #itemType .itemWrap .itemDetail dl div dt{
    background-color: #00c8d7;
    padding: 10px 0.5vw;
    color: #fff;
    text-align: center;
    font-family: ZenMaruGothic-Medium;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
  }
  #itemType .itemWrap .itemDetail dl div dd{
    background-color: #f2f5f6;
    padding: 10px 0.5vw;
    text-align: center;
    font-size: 16px;
    border: 1px solid #fff;
    line-height: 1.4;
  }
  #itemType .itemWrap .itemDetail dl div dd p{
    width: fit-content;
    display: inline-block;
    text-align: left;
  }
  #itemType .itemWrap .itemDetail dl div dd span{
      display: block;
  }
  #itemType .itemWrap .typeImgWrap .subsidyIcon{
    background-color: #00c8d7;
    color: #fff;
    font-family: ZenMaruGothic-Medium;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    font-size: 18px;
    top: 0;
    right: 10vw;
    text-align: center;
    line-height: 1.2;
  }
  #itemType .tableAreaWrap .notice{
    margin-top: 2vw;
    font-size: 15px;
  }
}

/* トップアニメーション スキップボタン */
#skipBtn {
  position: absolute;
  top: 10px;
  left: 5vw;
  color: #00c8d7;
  font-size: 30px;
  font-weight: 600;
  transition: .2s;
}
#skipBtn:hover {
  opacity: .7;
}
#skipBtn span {
  font-family: ZenMaruGothic-Medium;
  position: relative;
  cursor: pointer;
}
#skipBtn span:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/lib/images/icon.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-38%);
}
@media screen and (max-width: 767px) {
  #skipBtn {
    position: absolute;
    top: 10px;
    left: 5vw;
    color: #00c8d7;
    font-size: 17px;
    font-weight: 600;
  }
  #skipBtn span {
    position: relative;
  }
  #skipBtn span:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/lib/images/icon.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-42%);
  }  
}