/* media query */
.moreBtnR a {
  display: block;
  max-width: 270px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 70px;
  position: relative;
}
.moreBtnR a::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../common/images/icon_arrow_b.svg) no-repeat center/9px auto #fffd5b;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}
.moreBtnR a:hover::after {
  right: 5px;
}

section > div.title {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 1400px) {
  section > div.title {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  section > div.title {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  section > div.title {
    width: calc(100% - 40px);
  }
}
section > div.title > h3 {
  font-size: 7rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
section > div.title > h3:first-letter {
  color: #3071B9;
}
@media screen and (max-width: 668px) {
  section > div.title > h3 {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
section > div.title p.titJp {
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 900;
  color: #3071B9;
}
section > div.title p.read {
  font-size: 3rem;
  line-height: 160%;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  section > div.title p.read {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 668px) {
  section > div.title p.read {
    font-size: 2rem;
    text-align: left;
  }
}

.copyArea {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media all and (max-width: 1400px) {
  .copyArea {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .copyArea {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .copyArea {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 960px) {
  .copyArea {
    margin-bottom: 30px;
  }
}
.copyArea > h3 {
  font-size: 5rem;
  line-height: 160%;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 960px) {
  .copyArea > h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 668px) {
  .copyArea > h3 {
    font-size: 2.2rem;
  }
}

.entryArea {
  margin-bottom: 50px;
}
.entryArea > div.main {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 1400px) {
  .entryArea > div.main {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .entryArea > div.main {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .entryArea > div.main {
    width: calc(100% - 40px);
  }
}
.entryArea > div.main > section {
  width: calc(50% - 30px);
}
@media all and (max-width: 1200px) {
  .entryArea > div.main > section {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 800px) {
  .entryArea > div.main > section {
    width: 100%;
  }
  .entryArea > div.main > section:not(:last-child) {
    margin-bottom: 50px;
  }
}
.entryArea > div.main > section > div {
  width: calc(100% - 100px);
  background-color: #fff;
  box-shadow: 15px -15px 0px 0px #f5f5f5;
  margin-top: -50px;
  padding: 20px 30px 0 0;
  z-index: 1;
  position: relative;
}
@media all and (max-width: 1200px) {
  .entryArea > div.main > section > div {
    width: calc(100% - 50px);
    padding: 20px 20px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .entryArea > div.main > section > div {
    width: 100%;
    margin-top: -20px;
  }
}
.entryArea > div.main > section > div > h4 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .entryArea > div.main > section > div > h4 {
    font-size: 3rem;
  }
}
.entryArea > div.main > section > div > h4 small {
  font-size: 2rem;
  font-weight: 700;
}
.entryArea > div.main > section > div > p {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.entryArea > div.main > section > div > ul li a {
  display: block;
  font-size: 1.7rem;
  line-height: 150%;
  padding: 15px 65px 15px 0;
  border-bottom: 1px solid #333;
  position: relative;
}
.entryArea > div.main > section > div > ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../../common/images/icon_arrow_b.svg) no-repeat center center #fffd5b;
  background-size: 8px auto;
  border-radius: 50%;
}
.entryArea > div.main > section > div > ul li a:hover {
  transform: translateX(5px);
}

.messageArea {
  background: linear-gradient(180deg, #f5f5f5 0%, #f5f5f5 40%, transparent 40%, transparent 100%);
  padding-top: 50px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .messageArea {
    background: linear-gradient(180deg, #f5f5f5 0%, #f5f5f5 300px, transparent 300px, transparent 100%);
  }
}
.messageArea > div.main {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 1400px) {
  .messageArea > div.main {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .messageArea > div.main {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .messageArea > div.main {
    width: calc(100% - 40px);
  }
}
.messageArea > div.main > section {
  width: calc(50% - 30px);
}
@media all and (max-width: 1200px) {
  .messageArea > div.main > section {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .messageArea > div.main > section {
    width: 100%;
  }
  .messageArea > div.main > section:not(:last-child) {
    margin-bottom: 50px;
  }
}
.messageArea > div.main > section h4 {
  margin-bottom: 30px;
  font-size: 3.7rem;
  line-height: 150%;
}
@media all and (max-width: 1200px) {
  .messageArea > div.main > section h4 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 960px) {
  .messageArea > div.main > section h4 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .messageArea > div.main > section h4 {
    font-size: 2.3rem;
  }
}
.messageArea > div.main > section p.photo {
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 15px 15px 0px 0px #fffd5b;
}
@media screen and (max-width: 668px) {
  .messageArea > div.main > section p.photo {
    box-shadow: 10px 10px 0px 0px #fffd5b;
    margin-bottom: 30px;
  }
}
.messageArea > div.main > section p.photo a {
  display: block;
}
.messageArea > div.main > section p.photo a:hover {
  transform: translateY(0) scale(1.02);
}
.messageArea > div.main > section p.name {
  font-size: 2.5rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .messageArea > div.main > section p.name {
    font-size: 2rem;
  }
}
.messageArea > div.main > section p.name small {
  display: inline-block;
  font-size: 1.8rem;
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  .messageArea > div.main > section p.name small {
    font-size: 1.6rem;
  }
}
.messageArea > div.main > section p.name small::before {
  content: "-";
  margin-right: 5px;
}

.loopText {
  margin: -50px 0 100px;
  position: relative;
  z-index: -1;
}
@media all and (max-width: 1200px) {
  .loopText {
    margin: -20px 0 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .loopText {
    margin: -10px 0 30px;
  }
}
.loopText p {
  width: 80vw;
  margin: 0 -30px 0 auto;
}
@media all and (max-width: 1200px) {
  .loopText p {
    width: 90vw;
    margin: 0 -20px 0 auto;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .loopText p {
    width: 95vw;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .loopText p .pcOnly {
    display: none;
  }
}
.loopText p .spOnly {
  display: none;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .loopText p .spOnly {
    display: block;
  }
}/*# sourceMappingURL=index.css.map */