* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

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

a {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

input, textarea, select, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
}

.wrapper {
  overflow: hidden;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  background: url(../img/mv.jpg) no-repeat center top;
  letter-spacing: 0.1em;
  font-size: 26px;
  line-height: 46px;
  font-weight: 400;
}

.inner {
  width: 90%;
  max-width: 1520px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  border: 2px solid #004097;
  border-radius: 5px;
  color: #004097;
  background: #FFFFFF;
  font-size: 36px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 46px;
  margin-bottom: 50px;
}

.notice .head {
  position: relative;
  width: 150px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #004097;
  text-align: center;
  font-weight: 500;
  color: #004097;
  font-feature-settings: "palt";
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  line-height: 1;
  cursor: pointer;
}
.notice .head::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/arrow.svg) no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.notice .head.open::after {
  transform: rotate(180deg) translateY(50%);
}
.notice .content {
  font-weight: 300;
  font-size: 16px;
  font-feature-settings: "palt";
  line-height: 26px;
  margin-top: 18px;
  display: none;
}

#mv {
  background: url(../img/bg_mv.jpg) no-repeat center bottom/cover;
  padding-bottom: 55px;
}
#mv .ttl {
  padding-top: 90px;
  width: 630px;
  margin: 0 auto 45px;
}
#mv .point {
  display: flex;
}
#mv .point .img {
  width: 752px;
  margin-right: 25px;
}
#mv .point .txt {
  margin-top: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-feature-settings: "palt";
}
#mv .intro {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  max-width: 1320px;
  width: 90%;
  margin: 50px auto;
  text-align: center;
  color: #004097;
  font-size: 24px;
  line-height: 48px;
  font-feature-settings: "palt";
  padding: 30px;
}
#mv .notice {
  max-width: 1320px;
  width: 90%;
  margin: 0 auto;
}

#faq {
  background: url(../img/bg_faq.jpg) center top/cover;
  padding-bottom: 100px;
}
#faq .inner {
  max-width: 1320px;
  width: 90%;
  margin: 0 auto;
}
#faq dl {
  padding-top: 200px;
}
#faq dl dt {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  color: #004097;
  font-weight: 500;
  font-size: 36px;
  border-bottom: 2px solid #004097;
}
#faq dl dd {
  display: flex;
  align-items: center;
  padding-top: 20px;
  color: #1A1A1A;
  font-weight: 300;
  font-size: 26px;
  font-feature-settings: "palt";
}
#faq dl span {
  font-weight: 900;
  color: #FFFFFF;
  font-size: 30px;
  margin-right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #004097;
  text-align: center;
  letter-spacing: 0;
  flex-shrink: 0;
}
#faq .list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
#faq .list .block {
  padding-top: 50px;
  background: #DDF5FF;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  text-align: center;
}
#faq .list .block .ttl {
  font-size: 30px;
  font-weight: 900;
  color: #004097;
  margin-bottom: 30px;
  line-height: 1;
  font-feature-settings: "palt";
}
#faq .list .block .desc {
  font-weight: 300;
}
#faq .list .block:not(:last-child) {
  margin-right: 50px;
}

#market {
  background: #DDF5FF;
  padding: 100px 0;
}
#market .sub_inner {
  max-width: 1320px;
  margin: 0 auto;
}
#market .intro {
  font-weight: 300;
  font-feature-settings: "palt";
  margin-bottom: 100px;
}
#market .grapharea {
  margin-bottom: 100px;
  display: flex;
}
#market .grapharea .img {
  width: 45.4%;
  max-width: 600px;
}
#market .grapharea .img:not(:last-child) {
  margin-right: 4.6%;
}
#market .grapharea_full .img {
  width: calc(100% + 35px);
  margin-right: -35px;
}
#market .notice {
  margin-top: 87px;
}
#market .notice .head {
  background: #FFFFFF;
}

#market2 {
  padding: 100px 0;
}
#market2 .sub_inner {
  max-width: 1320px;
  margin: 0 auto;
}
#market2 .intro {
  font-weight: 300;
  font-feature-settings: "palt";
  margin-bottom: 0;
}
#market2 .grapharea {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
#market2 .grapharea .img img {
  width: 600px;
}
#market2 .grapharea .img:not(:last-child) {
  margin-right: 120px;
}
#market2 .grapharea_full {
  margin-bottom: 80px;
}
#market2 .grapharea_full .img {
  width: calc(100% + 35px);
  margin-right: -35px;
}
#lease {
  background: #DDF5FF;
  padding: 100px 0;
}
#lease h2 {
  letter-spacing: 0.05em;
  font-size: 35px;
}
#lease h2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFE100;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  font-size: 26px;
  line-height: 36px;
  margin-right: 10px;
  flex-shrink: 0;
}
#lease h2.normal {
  font-size: 36px;
  margin-top: 100px;
}
#lease .list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
#lease .list .block {
  padding-top: 40px;
  background: #FFFFFF;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
#lease .list .block .ttl {
  font-size: 30px;
  font-weight: 900;
  color: #004097;
  margin-bottom: 25px;
  line-height: 46px;
  font-feature-settings: "palt";
}
#lease .list .block .ttl span {
  font-weight: 500;
  font-size: 26px;
}
#lease .list .block .desc {
  position: absolute;
  top: 188px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: 300;
}
#lease .list .block:not(:last-child) {
  margin-right: 50px;
}
#lease .sub_inner {
  max-width: 1320px;
  margin: 0 auto;
}
#lease .notice {
  margin-top: 40px;
  font-size: 20px;
  line-height: 30px;
  font-feature-settings: "palt";
  font-weight: 300;
}
#lease .contract .ttl {
  margin-top: 47px;
  color: #004097;
  font-weight: 900;
  font-size: 30px;
}
#lease .contract .desc {
  margin-top: 25px;
  font-weight: 300;
  font-feature-settings: "palt";
}

#cv {
  padding: 100px 0;
}
#cv .img {
  text-align: center;
  margin-bottom: 25px;
}
#cv .img img {
  width: 785px;
}
#cv .txt {
  font-weight: 300;
  margin-bottom: 50px;
  text-align: center;
}
#cv .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 300px;
  height: 50px;
  color: #FFFFFF;
  background: #004097;
  border-radius: 25px;
  font-weight: 500;
  font-feature-settings: "palt";
}

#faq_shop {
  padding: 100px 0;
  background: #DDF5FF;
}
#faq_shop .sub_inner {
  max-width: 1320px;
  margin: 0 auto;
}
#faq_shop dl {
  margin-top: 50px;
  font-feature-settings: "palt";
}
#faq_shop dl dt {
  display: flex;
  padding-bottom: 20px;
  color: #004097;
  font-weight: 500;
  font-size: 36px;
  border-bottom: 2px solid #004097;
}
#faq_shop dl dd {
  display: flex;
  padding-top: 20px;
  color: #1A1A1A;
  font-weight: 300;
  font-size: 26px;
}
#faq_shop dl .initial {
  font-weight: 900;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 50px;
  margin-right: 30px;
  width: 50px;
  height: 50px;
  background: #004097;
  text-align: center;
  letter-spacing: 0;
  flex-shrink: 0;
}
#faq_shop dl .txt {
  width: 1240px;
}

#voice_shop {
  padding: 100px 0;
}
#voice_shop .sub_inner {
  max-width: 1320px;
  margin: 0 auto;
}
#voice_shop .list {
  display: flex;
}
#voice_shop .list .block {
  position: relative;
  background: #E6E6E6;
  border-radius: 10px;
  max-width: 420px;
  width: 31.8%;
  height: 250px;
  padding: 20px;
}
#voice_shop .list .block .txt {
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  font-feature-settings: "palt";
  background-image: linear-gradient(to top, #fff 0, #fff 1px, transparent 1px, transparent 100%);
  background-size: 100% 40px;
}
#voice_shop .list .block .img {
  position: absolute;
  bottom: 0;
}
#voice_shop .list .block:nth-of-type(1) .img {
  width: 100px;
  right: 18px;
}
#voice_shop .list .block:nth-of-type(2) .img {
  width: 120px;
  right: 18px;
}
#voice_shop .list .block:nth-of-type(3) .img {
  width: 130px;
  right: -32px;
}
#voice_shop .list .block:not(:last-of-type) {
  margin-right: 2.3%;
}

#voice_office {
  padding: 100px 0;
  background: #DDF5FF;
}
#voice_office .sub_inner {
  max-width: 1320px;
  margin: 0 auto;
}
#voice_office .list {
  display: flex;
}
#voice_office .list .block {
  background: #FFFFFF;
  border-radius: 10px;
  max-width: 650px;
  width: 49.24%;
  margin-bottom: 100px;
  padding: 35px 20px;
  font-weight: 300;
  font-size: 20px;
  font-feature-settings: "palt";
}
#voice_office .list .block .ttl {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #004097;
  margin-bottom: 25px;
}
#voice_office .list .block .img {
  margin-bottom: 15px;
}
#voice_office .list .block .property {
  margin-bottom: 50px;
  background-image: linear-gradient(to top, #e6e6e6 0, #e6e6e6 1px, transparent 1px, transparent 100%);
  background-size: 100% 46px;
}
#voice_office .list .block .desc_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #004097;
  color: #fff;
  border-radius: 5px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
#voice_office .list .block:not(:last-of-type) {
  margin-right: 20px;
}
#voice_office .list .block .desc {
  background-image: linear-gradient(to top, #e6e6e6 0, #e6e6e6 1px, transparent 1px, transparent 100%);
  background-size: 100% 46px;
}
#voice_office .list .block .desc:not(:last-of-type) {
  margin-bottom: 50px;
}
#voice_office .totop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #004097;
  color: #FFFFFF;
  border-radius: 25px;
  width: 300px;
  height: 50px;
  font-size: 26px;
  line-height: 46px;
  font-weight: 500;
}

@media (max-width: 1460px) {
  #voice_shop .list {
    flex-direction: column;
    align-items: center;
  }
  #voice_shop .list .block {
    width: 420px;
  }
  #voice_shop .list .block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  #mv .point {
    flex-direction: column;
    align-items: center;
  }
  #mv .point .img {
    margin-right: 0;
  }
  #mv .point .txt {
    text-align: center;
  }
  #mv .intro {
    text-align: left;
  }
  #faq .list {
    flex-direction: column;
    align-items: center;
  }
  #faq .list .block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #market2 h2 {
    text-align: center;
  }
  #market2 h2 .sp {
    display: block;
  }
  #lease h2 .tb {
    display: block;
  }
  #lease .list {
    flex-direction: column;
    align-items: center;
  }
  #lease .list .block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #faq_shop dl dt {
    font-size: 26px;
    line-height: 1.7;
  }
  #faq_shop dl dd {
    font-size: 20px;
    line-height: 2;
  }
  #voice_office .list {
    flex-direction: column;
  }
  #voice_office .list .block {
    width: 100%;
    max-width: none;
  }
  #voice_office .list .block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1000px) {
  .wrapper {
    font-size: 20px;
    line-height: 2;
  }
  h2 {
    font-size: 26px;
    line-height: 1.5;
    height: unset;
    text-align: center;
    padding: 10px;
  }
  #mv .point .img {
    width: 100%;
  }
  #mv .intro {
    font-size: 18px;
    line-height: 2;
  }
  #faq dl {
    padding-top: 100px;
  }
  #faq dl dt {
    font-size: 26px;
  }
  #faq dl dd {
    font-size: 20px;
    line-height: 2;
  }
  #faq .list .block {
    width: 300px;
    height: unset;
    aspect-ratio: 1/1;
  }
  #lease h2 {
    font-size: 26px;
    line-height: 1.5;
    position: relative;
    padding-left: 120px;
  }
  #lease h2 span {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
  }
  #lease h2.normal {
    padding-left: 10px;
    font-size: 26px;
  }
  #lease .notice {
    font-size: 16px;
    line-height: 1.8;
  }
  #voice_office .list .block .ttl {
    font-size: 22px;
  }
  #voice_office .list .block .property {
    background-size: 100% 2em;
  }
  #voice_office .list .block .desc {
    background-size: 100% 2em;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    font-size: 14px;
  }
  #mv {
    padding-bottom: 30px;
  }
  #mv .ttl {
    padding-top: 30px;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  #mv .ttl img {
    width: 500px;
  }
  #mv .point .txt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  #mv .point .img {
    text-align: center;
  }
  #mv .point .img img {
    width: 500px;
  }
  #mv .intro {
    margin-top: 20px;
    font-size: 14px;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }
  .notice {
    width: 100%;
  }
  .notice .head {
    font-size: 12px;
    width: 130px;
    height: 25px;
  }
  .notice .head::after {
    right: 10px;
  }
  .notice .content {
    font-size: 10px;
    line-height: 1.8;
  }
  h2 {
    font-size: 18px;
    padding: 5px;
    width: 375px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  #faq {
    padding-bottom: 50px;
  }
  #faq dl {
    padding-top: 50px;
  }
  #faq dl dt {
    font-size: 18px;
    line-height: 1.7;
  }
  #faq dl dd {
    font-size: 14px;
    line-height: 2;
    align-items: flex-start;
  }
  #faq dl span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin-right: 15px;
  }
  #faq .list {
    margin-top: 20px;
  }
  #faq .list .block {
    width: 200px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #faq .list .block .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #faq .list .block:not(:last-child) {
    margin-bottom: 10px;
  }
  #market {
    padding: 50px 0;
  }
  #market .intro {
    margin-bottom: 20px;
  }
  #market .grapharea {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  #market .grapharea .img {
    width: 100%;
  }
  #market .grapharea .img:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #market .grapharea_full {
    overflow: scroll;
  }
  #market .grapharea_full img {
    max-width: none;
    width: 700px;
  }
  #market .notice {
    margin-top: 30px;
  }
  #market2 {
    padding: 50px 0;
  }
  #market2 .grapharea {
    margin-bottom: 10px;
    align-items: center;
  }
  #market2 .grapharea_full {
    overflow: scroll;
    margin-bottom: 30px;
  }
  #market2 .grapharea_full img {
    max-width: none;
    width: 700px;
  }
  #lease {
    padding: 50px 0;
  }
  #lease h2 {
    font-size: 18px;
    padding-left: 80px;
  }
  #lease h2 span {
    font-size: 18px;
    line-height: 1.3;
    width: 80px;
    height: 80px;
    left: 10px;
  }
  #lease h2.normal {
    margin-top: 40px;
    font-size: 18px;
  }
  #lease .list {
    margin-top: 20px;
  }
  #lease .list .block {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 270px;
  }
  #lease .list .block .ttl {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  #lease .list .block .ttl span {
    font-size: 20px;
  }
  #lease .list .block .desc {
    position: static;
    transform: none;
  }
  #lease .list .block:not(:last-child) {
    margin-bottom: 10px;
  }
  #lease .notice {
    margin-top: 30px;
    font-size: 12px;
  }
  #lease .contract .ttl {
    margin-top: 18px;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #lease .contract .desc {
    margin-top: 10px;
  }
  #cv {
    padding: 50px 0;
  }
  #cv .img {
    margin-bottom: 15px;
  }
  #cv .txt {
    margin-bottom: 20px;
  }
  #faq_shop {
    padding: 50px 0;
  }
  #faq_shop dl {
    margin-top: 30px;
  }
  #faq_shop dl dt {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 10px;
  }
  #faq_shop dl dd {
    font-size: 14px;
  }
  #faq_shop dl .initial {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin-right: 15px;
  }
  #voice_shop {
    padding: 50px 0;
  }
  #voice_shop .list .block {
    width: 350px;
    max-width: 100%;
  }
  #voice_shop .list .block .txt {
    font-size: 16px;
  }
  #voice_office {
    padding: 50px 0;
  }
  #voice_office .list .block {
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  #voice_office .list .block .ttl {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #voice_office .list .block .property {
    font-size: 13px;
    margin-bottom: 30px;
  }
  #voice_office .list .block .desc_ttl {
    font-size: 14px;
    margin-bottom: 5px;
    height: unset;
    line-height: 30px;
  }
  #voice_office .list .block .desc {
    font-size: 13px;
  }
  #voice_office .list .block .desc:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #voice_office .totop a {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */