#mainimgTop {
  max-width: 1100px;
  margin: 0 auto 100px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #mainimgTop {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #mainimgTop {
    margin-bottom: 30px;
  }
}
#mainimgTop ul.topslider li.slide span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 600px;
}
@media screen and (max-width: 960px) {
  #mainimgTop ul.topslider li.slide span {
    height: 400px;
  }
}
@media screen and (max-width: 668px) {
  #mainimgTop ul.topslider li.slide span {
    height: 320px;
  }
}
#mainimgTop div.copy {
  position: absolute;
  left: 3%;
  top: 18%;
}
@media screen and (max-width: 960px) {
  #mainimgTop div.copy {
    top: 10%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #mainimgTop div.copy {
    display: none;
  }
}
#mainimgTop div.copy p {
  font-size: 2.6rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #mainimgTop div.copy p {
    font-size: 2rem;
  }
}

.aboutArea {
  border-bottom: 1px solid #000;
  padding-bottom: 130px;
  margin-bottom: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 960px) {
  .aboutArea {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.aboutArea h2 {
  width: 48%;
  display: flex;
  align-items: center;
  padding-top: 8%;
}
@media screen and (max-width: 960px) {
  .aboutArea h2 {
    padding-top: 0;
    width: 28%;
    justify-content: center;
    align-items: flex-start;
  }
}
.aboutArea h2 span {
  display: block;
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .aboutArea h2 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea h2 span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .aboutArea h2 span {
    writing-mode: vertical-rl;
  }
}
.aboutArea p.photo {
  width: 52%;
}
@media screen and (max-width: 960px) {
  .aboutArea p.photo {
    width: 66%;
  }
}
.aboutArea p.photo span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 62%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.aboutArea p.fontS {
  width: 43%;
  margin-top: -13%;
}
@media screen and (max-width: 960px) {
  .aboutArea p.fontS {
    width: 30%;
    margin-top: -15%;
  }
}
@media screen and (max-width: 800px) {
  .aboutArea p.fontS {
    width: 100%;
    margin-top: 20px;
  }
}

.newsArea {
  border-bottom: 1px solid #000;
  padding-bottom: 130px;
  margin-bottom: 130px;
  padding-bottom: 20px !important;
  padding-left: 3%;
  padding-right: 3%;
}
@media screen and (max-width: 960px) {
  .newsArea {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .newsArea {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.newsArea h2 {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .newsArea h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .newsArea h2 {
    font-size: 2.5rem;
  }
}
.newsArea .article {
  display: flex;
}
.newsArea .article * {
  font-size: 1.5rem;
  line-height: 180%;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .newsArea .article * {
    font-size: 1.4rem;
    line-height: 190%;
  }
}
.newsArea .article .date {
  width: 90px;
}
.newsArea .article .title {
  width: calc(100% - 90px);
}
.newsArea .article .title a {
  display: block;
}

.omoiArea {
  border-bottom: 1px solid #000;
  padding-bottom: 130px;
  margin-bottom: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .omoiArea {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .omoiArea {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.omoiArea .photo {
  width: 53%;
}
@media screen and (max-width: 800px) {
  .omoiArea .photo {
    width: 80%;
  }
}
.omoiArea .photo span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 64%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.omoiArea h2 {
  font-size: 3.6rem;
  font-weight: 500;
  width: calc(47% - 30px);
}
@media screen and (max-width: 960px) {
  .omoiArea h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .omoiArea h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .omoiArea h2 {
    width: auto;
    writing-mode: vertical-rl;
    margin: 0 auto;
  }
}
@media screen and (max-width: 668px) {
  .omoiArea h2 {
    margin: 0 0 0 auto;
  }
}
.omoiArea div.text {
  width: calc(47% - 30px);
  margin: -25% 0 0 auto;
}
@media screen and (max-width: 800px) {
  .omoiArea div.text {
    width: 100%;
    margin: 20px 0 0;
  }
}
.omoiArea div.text .read {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .omoiArea div.text .read {
    font-size: 1.7rem;
  }
}

.nayamiArea {
  border-bottom: 1px solid #000;
  padding-bottom: 130px;
  margin-bottom: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .nayamiArea {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .nayamiArea {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.nayamiArea .photo {
  width: 53%;
}
@media screen and (max-width: 800px) {
  .nayamiArea .photo {
    width: 66%;
  }
}
.nayamiArea .photo span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 64%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .nayamiArea .photo span {
    padding-top: 84%;
    background-size: 140% auto;
    background-position: right center;
  }
}
.nayamiArea h2 {
  width: calc(47% - 30px);
}
@media screen and (max-width: 800px) {
  .nayamiArea h2 {
    width: 34%;
    display: flex;
    justify-content: center;
  }
}
.nayamiArea h2 span {
  font-size: 3.6rem;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 960px) {
  .nayamiArea h2 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .nayamiArea h2 span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .nayamiArea h2 span {
    writing-mode: vertical-rl;
  }
}
.nayamiArea > ul {
  width: calc(47% - 30px);
  margin: -17% 0 0;
}
@media screen and (max-width: 800px) {
  .nayamiArea > ul {
    width: 100%;
    margin: 30px 0 0;
  }
}
.nayamiArea > ul li {
  font-size: 1.5rem;
  line-height: 180%;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
@media screen and (max-width: 960px) {
  .nayamiArea > ul li {
    font-size: 1.4rem;
    line-height: 190%;
  }
}

.caseArea {
  border-bottom: 1px solid #000;
  padding-bottom: 130px;
  margin-bottom: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .caseArea {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .caseArea {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.caseArea .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 54%;
}
@media screen and (max-width: 800px) {
  .caseArea .title {
    width: 100%;
    flex-direction: row-reverse;
    margin-bottom: 30px;
  }
}
.caseArea .title h2 {
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .caseArea .title h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .caseArea .title h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .caseArea .title h2 {
    writing-mode: vertical-rl;
    margin: 0 auto;
  }
}
.caseArea .title > p {
  padding-top: 30px;
}
@media screen and (max-width: 800px) {
  .caseArea .title > p {
    padding-top: 0;
    width: 78%;
  }
}
.caseArea .title > p span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 64%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .caseArea .title > p span {
    padding-top: 46%;
  }
}
.caseArea .main {
  width: 44%;
}
@media screen and (max-width: 800px) {
  .caseArea .main {
    width: 100%;
  }
}
.caseArea .main dt {
  background-color: #ededed;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2px 5px;
}
.caseArea .main dd {
  font-size: 1.5rem;
  line-height: 180%;
  padding: 2px 5px 30px;
}
@media screen and (max-width: 960px) {
  .caseArea .main dd {
    font-size: 1.4rem;
    line-height: 190%;
  }
}
.caseArea .main dd:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  .caseArea .main dd {
    padding-bottom: 20px;
  }
}

.serviceArea {
  border-bottom: 1px solid #000;
  padding-bottom: 130px;
  margin-bottom: 130px;
}
@media screen and (max-width: 960px) {
  .serviceArea {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .serviceArea {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .serviceArea {
    padding-right: 3%;
    display: flex;
  }
}
.serviceArea h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .serviceArea h2 {
    writing-mode: vertical-rl;
    width: 29%;
    display: flex;
    align-items: center;
  }
}
.serviceArea h2 span {
  display: block;
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .serviceArea h2 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .serviceArea h2 span {
    font-size: 2.5rem;
  }
}
.serviceArea div.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .serviceArea div.list {
    width: 71%;
  }
}
.serviceArea div.list > div {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 800px) {
  .serviceArea div.list > div {
    width: 100%;
  }
  .serviceArea div.list > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
.serviceArea div.list > div .photo {
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .serviceArea div.list > div .photo {
    margin-bottom: 5px;
  }
}
.serviceArea div.list > div .photo span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 45%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.serviceArea div.list > div .text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .serviceArea div.list > div .text {
    font-size: 1.7rem;
  }
}
.serviceArea div.list > div .text small {
  display: block;
  font-size: 1.5rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  line-height: 130% !important;
}
@media screen and (max-width: 800px) {
  .serviceArea div.list > div .text small {
    font-size: 1rem;
  }
}

.ownerArea {
  border-bottom: 1px solid #000;
  padding-bottom: 130px;
  margin-bottom: 130px;
}
@media screen and (max-width: 960px) {
  .ownerArea {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .ownerArea {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .ownerArea {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.ownerArea .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .ownerArea .box {
    flex-direction: row-reverse;
    margin-bottom: 30px;
  }
}
.ownerArea .box h2 {
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .ownerArea .box h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .ownerArea .box h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .ownerArea .box h2 {
    writing-mode: vertical-rl;
    margin: 0 auto;
  }
}
.ownerArea .box .photo {
  width: 45%;
}
@media screen and (max-width: 800px) {
  .ownerArea .box .photo {
    width: 73%;
  }
}
.ownerArea .box .photo span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 74%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ownerArea .fontS {
  width: 52%;
  margin: -23% 0 50px;
}
@media screen and (max-width: 800px) {
  .ownerArea .fontS {
    width: 100%;
    margin: 0 0 30px;
  }
}
.ownerArea .profile {
  margin-bottom: 50px;
}
.ownerArea .profile * {
  font-size: 1.5rem;
  line-height: 180%;
}
@media screen and (max-width: 960px) {
  .ownerArea .profile * {
    font-size: 1.4rem;
    line-height: 190%;
  }
}
@media screen and (max-width: 800px) {
  .ownerArea .profile {
    margin-bottom: 30px;
  }
}
.ownerArea .notice {
  font-size: 1.3rem;
}/*# sourceMappingURL=index.css.map */