/* media query */
.mainImg {
  display: flex;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainImg {
    flex-flow: column-reverse;
  }
}
.mainImg > section {
  width: 320px;
  padding: 90px 0 70px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media all and (max-width: 1200px) {
  .mainImg > section {
    width: 230px;
  }
}
@media screen and (max-width: 1200px) and (orientation: portrait) {
  .mainImg > section {
    width: 180px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainImg > section {
    width: 100%;
    height: 250px;
    padding: 20px;
  }
}
.mainImg > section > h1 {
  width: 212px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .mainImg > section > h1 {
    width: 170px;
  }
}
@media screen and (max-width: 1200px) and (orientation: portrait) {
  .mainImg > section > h1 {
    width: 130px;
  }
}
.mainImg > section > div {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainImg > section > div {
    display: block;
  }
}
.mainImg > section > div p {
  writing-mode: vertical-rl;
  font-weight: 700;
  letter-spacing: 6px;
  font-size: 2.2rem;
  margin: 0 7px;
}
@media screen and (max-width: 1200px) and (orientation: portrait) {
  .mainImg > section > div p {
    letter-spacing: 3px;
    font-size: 1.8rem;
    margin: 0 5px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainImg > section > div p {
    writing-mode: horizontal-tb;
    text-align: center;
  }
}
.mainImg > section > div p:nth-child(2) {
  margin-top: 5.5em;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainImg > section > div p:nth-child(2) {
    margin-top: 0;
  }
}
.mainImg > section > p {
  width: 75px;
  margin: 0 auto;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainImg > section > p {
    width: 50px;
  }
}
.mainImg > div {
  width: calc(100% - 320px);
}
@media all and (max-width: 1200px) {
  .mainImg > div {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 1200px) and (orientation: portrait) {
  .mainImg > div {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainImg > div {
    width: 100%;
  }
}
.mainImg > div > ul.slide {
  width: 100%;
}
.mainImg > div > ul.slide li.slideImg {
  width: 100%;
  display: block;
  background-color: #ccc;
}
.mainImg > div > ul.slide li.slideImg span {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) and (orientation: portrait) {
  .mainImg > div > ul.slide li.slideImg span {
    min-height: 550px;
    height: 550px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainImg > div > ul.slide li.slideImg span {
    height: 400px;
    min-height: auto;
  }
}
.mainImg > div > ul.slide li.slideImg:nth-child(2) span {
  background-position: right center;
}
.mainImg > div > ul.slide li.slideImg:nth-child(4) span {
  background-position: left center;
}

.copyArea > div.read {
  padding: 150px 0 50px;
  margin-bottom: 70px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 960px) {
  .copyArea > div.read {
    padding: 80px 0 30px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .copyArea > div.read {
    border-top: 1px solid #eee;
    padding: 60px 0 20px;
    margin-bottom: 40px;
  }
}
.copyArea > div.read > p {
  font-size: 3.5rem;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1340px) {
  .copyArea > div.read > p {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .copyArea > div.read > p {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .copyArea > div.read > p {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
.copyArea > div.read ul.banner {
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid #eee;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1340px) {
  .copyArea > div.read ul.banner {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .copyArea > div.read ul.banner {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.copyArea > div.read ul.banner li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 800px) {
  .copyArea > div.read ul.banner li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .copyArea > div.read ul.banner li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.copyArea > div.main {
  width: 50%;
  margin: 0 0 100px auto;
}
@media all and (max-width: 1367px) {
  .copyArea > div.main {
    width: auto;
    display: table;
    margin: 0 30px 100px auto;
    padding-left: 100px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .copyArea > div.main {
    margin: 0 20px 70px auto;
    padding-left: 70px;
  }
}
.copyArea > div.main p.text {
  margin-bottom: 70px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .copyArea > div.main p.text {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}

.listArea {
  padding: 0 0 100px 200px;
}
@media all and (max-width: 1367px) {
  .listArea {
    padding: 0 0 100px 100px;
  }
}
@media screen and (max-width: 960px) {
  .listArea {
    padding: 0 0 100px 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea {
    padding: 0 0 50px;
  }
}
.listArea ul li:nth-child(2n+1) a {
  background-color: #f5f5f5;
}
.listArea ul li a {
  border: 1px solid #f5f5f5;
  font-size: 3rem;
  display: block;
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea ul li a {
    padding: 40px 20px;
    font-size: 2.5rem;
  }
}
.listArea ul li a::before, .listArea ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transition: 0.5s;
}
.listArea ul li a::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 7px solid #333;
  border-right: 0;
  right: 60px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea ul li a::before {
    right: 30px;
  }
}
.listArea ul li a::after {
  width: 75px;
  height: 3px;
  border-bottom: 1px solid #333;
  right: 65px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea ul li a::after {
    width: 40px;
    right: 35px;
  }
}
.listArea ul li a:hover {
  background-color: #F7FF85;
  border: 1px solid #F7FF85;
}
.listArea ul li a:hover::before {
  right: 50px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea ul li a:hover::before {
    right: 20px;
  }
}
.listArea ul li a:hover::after {
  right: 55px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea ul li a:hover::after {
    right: 25px;
  }
}

.footerPhoto {
  margin: 0 100px 70px 0;
}
@media all and (max-width: 1200px) {
  .footerPhoto {
    margin: 0 50px 70px 0;
  }
}
@media screen and (max-width: 960px) {
  .footerPhoto {
    margin: 0 30px 50px 0;
  }
}
.footerPhoto p {
  background: url(../images/footer_photo.jpg) no-repeat center/cover;
  width: 100%;
  height: 0;
  padding-top: 32%;
}
@media screen and (max-width: 960px) {
  .footerPhoto p {
    padding-top: 45%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .footerPhoto p {
    padding-top: 60%;
  }
}/*# sourceMappingURL=index.css.map */