@charset "UTF-8";
html {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: calc(100vw / 75);
  color: #333333;
  background-color: #ffffff;
  text-align: justify;
  width: 100%;
}

img {
  width: 100%;
}

a,
a:visited {
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  opacity: 0.7;
}

*:focus {
  outline: none;
}

h1 {
  font-size: 4.8rem;
  font-weight: bold;
}

h2 {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 3.8rem;
  line-height: 5.7rem;
  text-align: center;
}

p {
  font-size: 3.2rem;
  line-height: 4.8rem;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.inner {
  width: 69rem;
  margin: 0 auto;
}

.title {
  width: 100%;
  margin: 0 0 5.95rem 0;
}

.arrow {
  position: relative;
  width: 15rem;
  height: 3rem;
  margin: 0 auto;
}

.arrow svg {
  width: 9.6rem;
  position: absolute;
  left: 2.7rem;
}

.arrow svg:nth-child(1) {
  top: 0;
}

.arrow svg:nth-child(2) {
  top: 1.5rem;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.js-fade.js-scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#topBtn {
  opacity: 0;
  display: block;
  position: fixed;
  z-index: -1;
  bottom: 20px;
  right: 20px;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #ed6d00;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-box-shadow: 0 0.2rem 0.5rem 0px rgba(33, 33, 33, 0.4);
          box-shadow: 0 0.2rem 0.5rem 0px rgba(33, 33, 33, 0.4);
}

#topBtn svg {
  width: 8.1rem;
  position: absolute;
  left: 0.95rem;
}

#topBtn svg:nth-child(1) {
  top: 2.2rem;
}

#topBtn svg:nth-child(2) {
  top: 3.5rem;
}

#topBtn.visible {
  opacity: 1;
  z-index: 10;
}

.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.c-modal_bg {
  background: rgba(255, 255, 255, 0.6);
  height: 100vh;
  width: 100%;
}

.c-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.c-modal_content_inner {
  position: relative;
}

.c-modal_close {
  position: absolute;
  top: 13px;
  right: 10px;
}

body.js-modal-fix-bg {
  overflow: hidden;
}

#messageTop {
  margin: 0 0 4rem 0;
}

#messageTop .pageHeader {
  width: 100%;
  height: 10rem;
  padding: 3rem 0 3rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 4rem;
  font-weight: bold;
}

#messageTop .titleBand {
  width: 100%;
  background-color: #f4f4f4;
  padding: 0 0 3.2rem 0;
}

#messageTop .titleBand .title {
  height: 17.6rem;
  background: url("../../common/img/message.png") no-repeat;
  background-position: center 2rem;
  background-size: 38.7rem 13.8rem;
  margin: 0 0 0 0;
}

#messageTop .titleBand h1 {
  font-size: 3.8rem;
  padding: 13.8rem 0 0 0;
  text-align: center;
  font-weight: normal;
  font-family: "Sawarabi Mincho", sans-serif;
}

#messageTop .titleBand p {
  font-weight: bold;
  text-align: center;
  margin: 3.1rem 0 0 0;
}

#messageTop .titleBand p:nth-child(2) {
  font-size: 2.8rem;
  line-height: 3.4rem;
  width: 31rem;
  border-bottom: 0.2rem solid #333333;
  margin: 1.7rem auto 0;
}

#messageTop .titleBand p:nth-child(2) span {
  font-size: 3.6rem;
  margin: 0 0 0 0;
}

#messageTop .titleBand p:nth-child(3) {
  font-size: 2.6rem;
  line-height: 2.6rem;
  width: 31rem;
  margin: 1.3rem auto 0;
}

#messageTop .messageExplain {
  width: 69rem;
  font-size: 2.8rem;
  line-height: 4.2rem;
  text-align: justify;
  letter-spacing: -0.01em;
  margin: 5.5rem auto 5rem;
}

#messageTop .messageTitle {
  width: 69rem;
  margin: 0 auto;
}

#messageTop .messageTitle .titleHeader {
  font-size: 2.8rem;
  line-height: 4.2rem;
  font-weight: bold;
  color: #ed6d00;
  border-bottom: 0.4rem solid #ed6d00;
}

#messageTop .messageTitle h2 {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 4rem;
  line-height: 6rem;
  text-align: left;
  font-weight: bold;
  margin: 3rem 0 3rem 0;
  letter-spacing: 0.05em;
}

#messageTop .profileArea {
  width: 69rem;
  margin: 0 auto;
  position: relative;
  padding: 0 0 19rem 0;
}

#messageTop .profileArea .profileText {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36rem;
  height: 36rem;
}

#messageToc {
  width: 69rem;
  border: 0.2rem solid #666666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

#messageToc .inner {
  width: 63rem;
  margin: 5.1rem auto 2.8rem;
}

#messageToc .title {
  width: 100%;
  height: 5rem;
  border-bottom: 0.2rem solid #ed6d00;
  background: url("/message/common/img/contents.png") no-repeat;
  background-position: left top;
  background-size: 18.3rem 4.6rem;
}

#messageToc ol {
  width: 65.8rem;
  margin: 0 0 0 2.8rem;
}

#messageToc ol ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.8rem;
  margin: 0 0 3.6rem 0;
}

#messageToc ol ul li {
  font-size: 3rem;
  line-height: 4.8rem;
  text-align: left;
}

#messageToc ol ul li:nth-child(1) {
  font-weight: bold;
  width: 4.8rem;
  background-color: #ed6d00;
  color: #ffffff;
  text-align: center;
}

#messageToc ol ul li:nth-child(2) {
  font-weight: bold;
  margin: 0 0 0 3rem;
  width: 19.7rem;
  letter-spacing: -0.01em;
}

#messageToc ol ul li:nth-child(3) {
  width: auto;
  letter-spacing: -0.01em;
}

#messageContent {
  width: 100%;
}

#messageContent .inner {
  width: 69rem;
  margin: 0 auto;
}

#messageContent .messageBox {
  width: 100%;
  margin: 5.8rem 0 0 0;
  padding: 0 0 4.72rem 0;
  background-color: #f6f6f6;
}

#messageContent .messageBox .messageTitleArea {
  padding: 6rem 0 0 3rem;
  border-bottom: 0.2rem solid #ed6d00;
}

#messageContent .messageBox .messageTitleArea .titleHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  line-height: 4.8rem;
  height: 4.8rem;
  text-align: left;
  font-weight: bold;
}

#messageContent .messageBox .messageTitleArea .titleHeader .titleNum {
  width: 4.8rem;
  background-color: #ed6d00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

#messageContent .messageBox .messageTitleArea .titleHeader .titleHeadline {
  margin: 0 0 0 3rem;
  width: 59rem;
  letter-spacing: -0.01em;
}

#messageContent .messageBox .messageTitleArea h3 {
  font-size: 4rem;
  line-height: 6rem;
  margin: 1rem 0 0 0;
  text-align: left;
  font-family: "Sawarabi Mincho", sans-serif;
}

#messageContent .messageBox p {
  width: 63rem;
  margin: 3.4rem auto 0;
  font-size: 3.2rem;
  line-height: 5.76rem;
}

#messageContent .imgArea {
  width: 100%;
  text-align: center;
  margin: 10.6rem 0 9.9rem 0;
}

#messageContent .imgArea img {
  width: 50.3rem;
  height: 43.3rem;
  margin: 0 auto;
}

#messageContent .imgArea p {
  font-size: 2.8rem;
  line-height: 4.2rem;
  margin: 1.1rem 0 0 0;
}

#messagePagination .boxArea ul {
  width: 63rem;
  margin: 14.8rem auto 19rem;
}

#messagePagination .boxArea ul li {
  height: 29.6rem;
  border: 0.2rem solid #666666;
  -webkit-box-shadow: 0.8rem 0.89rem 3rem 0 rgba(9, 0, 0, 0.15);
          box-shadow: 0.8rem 0.89rem 3rem 0 rgba(9, 0, 0, 0.15);
  margin: 0 0 4.4rem 0;
}

#messagePagination .boxArea ul li .boxInner {
  width: 56.6rem;
  margin: 0 auto;
  padding: 3.4rem 0 0 0;
}

#messagePagination .boxArea ul li .boxHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 2.7rem 0;
}

#messagePagination .boxArea ul li .boxNum {
  font-size: 3rem;
  font-weight: bold;
  color: #666666;
}

#messagePagination .boxArea ul li .boxDate {
  font-size: 3.8rem;
  font-weight: bold;
  color: #ed6d00;
}

#messagePagination .boxArea ul li .boxDate span {
  font-size: 4.8rem;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: all 0s;
  transition: all 0s;
}

#messagePagination .boxArea ul li p {
  width: 100%;
  font-size: 2.8rem;
  line-height: 4.2rem;
  margin: 0 0.75rem 0 0rem;
}

#messagePagination .boxArea ul li .boxInnerLine {
  width: 56.6rem;
  height: 0.4rem;
  margin: 4rem 0 0 0rem;
}

#messagePagination .boxArea ul li.nowPage {
  background-color: #f6f6f6;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#messagePagination .boxArea a:hover {
  opacity: 1;
}

#messagePagination .boxArea a:hover li {
  background-color: #ffffff;
}

#messagePagination .boxArea a:hover li .boxNum {
  color: #ed6d00;
}

#messagePagination .boxArea a:hover li .boxDate {
  color: #666666;
}

#messagePagination .boxArea a:hover li p {
  color: #666666;
}

#messagePagination .boxArea a.js-hover {
  opacity: 1;
}

#messagePagination .boxArea a.js-hover li {
  background-color: #ed6d00;
  border: 0.2rem solid #ed6d00;
}

#messagePagination .boxArea a.js-hover li .boxNum {
  color: #ffffff;
}

#messagePagination .boxArea a.js-hover li .boxDate {
  color: #ffffff;
}

#messagePagination .boxArea a.js-hover li p {
  color: #ffffff;
}

#messagePagination .boxArea a,
#messagePagination .boxArea a * {
  -webkit-transition: all 700ms;
  transition: all 700ms;
}

#messagePagination .boxArea a:nth-child(2) li.js-scrollin:hover {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

#messagePagination .backButtonArea {
  width: 63rem;
  margin: 0 auto 18.6rem;
  font-weight: bold;
}

#messagePagination .backButtonArea p {
  font-size: 4rem;
  text-align: center;
  margin: 0 0 4rem 0;
}

#messagePagination .backButtonArea .backButton {
  width: 59.2rem;
  border: 0.2rem solid #666666;
  font-size: 3.4rem;
  padding: 5.5rem 0 5.5rem 3rem;
  -webkit-box-shadow: 0.8rem 0.89rem 3rem 0 rgba(9, 0, 0, 0.15);
          box-shadow: 0.8rem 0.89rem 3rem 0 rgba(9, 0, 0, 0.15);
  position: relative;
}

#messagePagination .backButtonArea .backButton p {
  font-size: 3.4rem;
  line-height: 3.4rem;
  margin: 0;
  text-align: left;
}

#messagePagination .backButtonArea .backButton svg {
  width: 2.6rem;
  height: 5.6rem;
  position: absolute;
  right: 2.8rem;
  top: 4.4rem;
}

#contact {
  margin: 1rem 0 0 0;
  background: #29b9e6;
  background-image: linear-gradient(55deg, rgba(215, 215, 215, 0.7) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(215, 215, 215, 0.7) 100%);
  background-blend-mode: screen;
  background-size: 400% 400%;
  -webkit-animation: grade 5s ease infinite;
          animation: grade 5s ease infinite;
}

#contact .inner {
  padding: 11rem 0 17rem 0;
}

#contact .title {
  height: 16.5rem;
  background: url("/img/contact.png") no-repeat;
  background-position: center top;
  background-size: 35.7rem 9.5rem;
}

#contact .title h2 {
  padding: 10.6rem 0 0 0;
}

#contact p {
  font-size: 3.2rem;
  line-height: 5.44rem;
  text-align: center;
}

#contact a * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#contact .contactLinkArea {
  width: 100%;
  margin: 9rem 0 0 0;
}

#contact .contactLinkArea a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contact .contactLinkArea .iconArea, #contact .contactLinkArea .iconArea .sideArrow {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  border: #666666 solid 0.2rem;
  background-color: #ffffff;
  position: relative;
  margin: 0 0 0 6rem;
  -webkit-box-shadow: 0 1.2rem 3rem 0 rgba(62, 208, 240, 0.15);
          box-shadow: 0 1.2rem 3rem 0 rgba(62, 208, 240, 0.15);
}

#contact .contactLinkArea .iconArea svg, #contact .contactLinkArea .iconArea .sideArrow svg {
  width: 14.7rem;
  position: absolute;
  top: 5.3rem;
  left: 2.3rem;
}

#contact .contactLinkArea .iconArea .sideArrow {
  width: 8rem;
  height: 8rem;
  position: absolute;
  bottom: -1.6rem;
  right: -1.1rem;
}

#contact .contactLinkArea .iconArea .sideArrow svg {
  width: 9rem;
  position: absolute;
  top: -0.5rem;
  left: 0.1rem;
}

#contact .contactLinkArea p {
  font-size: 3.2rem;
  line-height: 5.44rem;
  margin: 6rem 0 0 2.7rem;
  text-align: left;
}

#contact .contactLinkArea a:hover {
  opacity: 1;
}

#contact .contactLinkArea a:hover .iconArea, #contact .contactLinkArea a:hover .iconArea .sideArrow, #contact .contactLinkArea .iconArea a:hover .sideArrow {
  opacity: 1;
}

#contact .contactLinkArea a:hover .iconArea .sideArrow, #contact .contactLinkArea .iconArea a:hover .sideArrow .sideArrow {
  background: #29b9e6;
}

#contact .contactLinkArea a:hover .iconArea .sideArrow svg, #contact .contactLinkArea .iconArea a:hover .sideArrow .sideArrow svg {
  -webkit-filter: brightness(300%);
          filter: brightness(300%);
}

#contact .contactLinkArea a:hover p {
  opacity: 1;
}

#footer .inner {
  padding: 6rem 0 10rem 0;
}

#footer p {
  font-size: 2.8rem;
  line-height: 3.9rem;
  text-align: center;
}

#footer .logo {
  width: 25rem;
  margin: 0 auto;
  position: relative;
}

#footer .logo p {
  position: absolute;
  font-size: 2.2rem;
  line-height: 2.2rem;
  top: 31rem;
  left: 0;
  right: 0;
  margin: auto;
  color: #ed6d00;
  text-align: center;
}

#footer .logo a:hover {
  opacity: 0.7;
}

#footer .privacy {
  width: 23.6rem;
  margin: 10rem auto 0;
}

#footer .privacy a .privacyLink {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

#footer .privacy a:hover .privacyLink {
  opacity: 0.5;
}

#footer .privacyLink {
  width: 100%;
  font-size: 2.8rem;
  line-height: 4.2rem;
  text-align: center;
  padding: 0 0 0.6rem 0;
  border-bottom: #d16c15 solid 0.4rem;
}

#footer .company {
  margin: 6.8rem auto 0;
}

#footer .copyright {
  width: 100%;
  height: 5.44rem;
  min-height: 27.2px;
  background-color: #d16c15;
  font-size: 2rem;
  line-height: 5.44rem;
  text-align: center;
  color: #ffffff;
}

#contact .inner {
  padding: 9rem 0 12.8rem 0;
}

#footer .inner {
  padding: 8rem 0 10rem 0;
}

#messageTop .profileArea {
  width: 69rem;
  margin: 0 auto;
  position: relative;
  padding: 0 0 19rem 0;
}

#messageTop .profileArea .profileText {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36rem;
  height: 36rem;
}

#messageToc ol ul {
  width: calc(100% - 3.6rem);
  min-height: 4.8rem;
  height: auto;
}

#messageToc ol ul li:nth-child(1) {
  height: 4.8rem;
}

#messageToc ol ul li:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#messageContent .messageBox .messageContentImg {
  width: 50rem;
  margin: 2.72rem auto 2.28rem;
}

#messageContent .imgArea {
  margin: 10.6rem 0 0 0;
}

#messageContent .imgArea img {
  width: 63.2rem;
  height: auto;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
    line-height: 180%;
  }
  h2 {
    font-size: 28px;
    line-height: 42px;
  }
  p {
    font-size: 16px;
    line-height: 180%;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .inner {
    width: 100%;
  }
  .title {
    margin: 0 0 0 0;
  }
  .arrow {
    width: 150px;
    height: 30px;
  }
  .arrow svg {
    width: 43px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .arrow svg:nth-child(2) {
    top: 10px;
  }
  #topBtn {
    bottom: 20px;
    right: 20px;
    width: 62px;
    height: 62px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
            box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
  }
  #topBtn svg {
    width: 38px;
    left: 0px;
    right: 0;
    margin: auto;
  }
  #topBtn svg:nth-child(1) {
    top: 18px;
  }
  #topBtn svg:nth-child(2) {
    top: 25px;
  }
}

@media screen and (min-width: 768px) {
  #messageTop {
    position: relative;
    margin: 0 0 56px 0;
  }
  #messageTop .pageHeader {
    max-width: 1200px;
    width: 98%;
    height: 50px;
    padding: 13px 0 13px 1%;
    font-size: 24px;
    margin: 0 auto;
  }
  #messageTop a .pageHeader {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #messageTop a:hover .pageHeader {
    opacity: 0.7;
  }
  #messageTop .titleBand {
    width: 100%;
    background-color: #f4f4f4;
    padding: 0 0 20px 0;
  }
  #messageTop .titleBand .title {
    height: 113px;
    background-size: auto 95px;
    background-position: center bottom;
    margin: 0 0 0 0;
  }
  #messageTop .titleBand h1 {
    font-size: 25px;
    line-height: 35px;
    padding: 80px 0 0 0;
    text-align: center;
    font-weight: normal;
    font-family: "Sawarabi Mincho", sans-serif;
  }
  #messageTop .titleBand p:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
    width: 200px;
    border-bottom: 1px solid #333333;
    margin: 13px auto 0;
  }
  #messageTop .titleBand p:nth-child(2) span {
    font-size: 21px;
    line-height: 21px;
    margin: 13px 0 0 0;
  }
  #messageTop .titleBand p:nth-child(3) {
    font-size: 16px;
    line-height: 16px;
    width: 200px;
    margin: 7px auto 0;
  }
  #messageTop .messageExplain {
    font-size: 14px;
    line-height: 25.2px;
    margin: 36px 0 36px 0;
    text-align: center;
    width: 100%;
  }
  #messageTop .messageTitle {
    width: 100%;
    max-width: 1600px;
    height: 658px;
    padding: 35px 0 0 0;
    background: white;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(12.5%, #f4f4f4), color-stop(87.5%, #f4f4f4), to(white));
    background: linear-gradient(90deg, white 0%, #f4f4f4 12.5%, #f4f4f4 87.5%, white 100%);
  }
  #messageTop .messageTitle .titleHeader {
    font-size: 18px;
    line-height: 34px;
    border-bottom: 2px solid #ed6d00;
    width: 640px;
    margin: 0 auto;
  }
  #messageTop .messageTitle h2 {
    width: 640px;
    font-size: 35px;
    line-height: 52.5px;
    text-align: left;
    margin: 26px auto 0;
  }
  #messageTop .profileArea {
    width: 531px;
    margin: 0 0 0 0;
    position: absolute;
    padding: 0 0 74px 0;
    bottom: -48px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #messageTop .profileArea img {
    width: 531px;
  }
  #messageTop .profileArea .profileTextPC {
    position: absolute;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    background-color: #ed6d00;
    color: #ffffff;
    bottom: 0;
    right: -26px;
    text-align: center;
    -webkit-filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.15));
  }
  #messageTop .profileArea .profileTextPC p:nth-child(1) {
    margin: 38px 0 0 0;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
  }
  #messageTop .profileArea .profileTextPC p:nth-child(1) span {
    font-size: 14px;
    line-height: 17px;
  }
  #messageTop .profileArea .profileTextPC p:nth-child(2) {
    font-size: 13px;
  }
  #messageTop .profileArea .profileTextPC p:nth-child(3) {
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (min-width: 1100px) {
  #messageTop .messageTitle {
    height: 324px;
    margin: 0 auto;
    padding: 112px 0 0 0;
  }
  #messageTop .messageTitle .titleHeader {
    margin: 0 0 0 40px;
    width: 50%;
  }
  #messageTop .messageTitle h2 {
    margin: 26px 0 0 40px;
  }
  #messageTop .profileArea {
    bottom: -48px;
    left: auto;
    right: 40px;
  }
  #messageTop .profileArea img {
    width: 531px;
  }
}

@media screen and (min-width: 1280px) {
  #messageTop .messageTitle {
    height: 334px;
    margin: 0 auto;
    padding: 102px 0 0 0;
  }
  #messageTop .messageTitle .titleHeader {
    margin: 0 0 0 calc((100% - 1200px) / 2 + 40px);
    width: 50%;
  }
  #messageTop .messageTitle h2 {
    margin: 26px 0 0 calc((100% - 1200px) / 2 + 40px);
  }
  #messageTop .profileArea {
    bottom: -48px;
    left: calc((100vw - 1200px) / 2 + 628px);
    right: auto;
  }
  #messageTop .profileArea img {
    width: 531px;
  }
}

@media screen and (min-width: 768px) {
  #messageToc {
    width: 95%;
    height: 425px;
    max-width: 1122px;
    border: 1px solid #666666;
  }
  #messageToc .inner {
    width: 95%;
    margin: 15px auto 13px;
  }
  #messageToc .title {
    height: 35px;
    border-bottom: 1px solid #ed6d00;
    background-size: 109px auto;
  }
  #messageToc ol {
    width: 95%;
    height: 336px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #messageToc ol a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #messageToc ol a:hover {
    opacity: 0.5;
  }
  #messageToc ol ul {
    width: auto;
    margin: 9px 0 9px 0;
    height: auto;
  }
  #messageToc ol ul li {
    min-height: 24px;
    height: auto;
    font-size: 16px;
    line-height: 24px;
  }
  #messageToc ol ul li:nth-child(1) {
    width: 24px;
    height: 24px;
  }
  #messageToc ol ul li:nth-child(2) {
    margin: 0 0 0 24px;
    width: 122px;
  }
  #messageToc ol ul li:nth-child(3) {
    width: auto;
  }
}

@media screen and (min-width: 960px) {
  #messageToc {
    height: 265px;
  }
  #messageToc ol {
    height: 168px;
  }
  #messageToc ol a {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  #messageContent .inner {
    width: 76%;
    max-width: 900px;
  }
  #messageContent .messageBox {
    margin: 23px 0 0 0;
    padding: 0 0 32px 0;
  }
  #messageContent .messageBox .messageTitleArea {
    display: inline-block;
    padding: 40px 0 3px 48px;
    border-bottom: 1px solid #ed6d00;
  }
  #messageContent .messageBox .messageTitleArea .titleHeader {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: text-bottom;
  }
  #messageContent .messageBox .messageTitleArea .titleHeader .titleNum {
    width: 18px;
    height: 18px;
  }
  #messageContent .messageBox .messageTitleArea .titleHeader .titleHeadline {
    margin: 0 14px 0 12px;
    letter-spacing: 0;
    width: auto;
  }
  #messageContent .messageBox .messageTitleArea h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 0 0;
    letter-spacing: 0.05rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #messageContent .messageBox p {
    width: 90%;
    max-width: 807px;
    margin: 13px auto 0;
    font-size: 16px;
    line-height: 32px;
  }
  #messageContent .messageBox:nth-child(1) {
    margin: 61px 0 0 0;
  }
  #messageContent .imgArea {
    margin: 103px 0 95.5px 0;
  }
  #messageContent .imgArea img {
    width: auto;
    height: 292px;
  }
  #messageContent .imgArea p {
    font-size: 13px;
    line-height: 19.5px;
    margin: 31.75px 0 0 0;
    letter-spacing: -0.01em;
  }
}

@media screen and (min-width: 1600px) {
  #messageContent .inner {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  #messagePagination .boxArea ul {
    max-width: 1200px;
    margin: 93px auto 117px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #messagePagination .boxArea ul li {
    width: 365px;
    height: 163px;
    border: 1px solid #666666;
    -webkit-box-shadow: 0 6px 15px 0 rgba(9, 0, 0, 0.15);
            box-shadow: 0 6px 15px 0 rgba(9, 0, 0, 0.15);
    margin: 0 0 0 0;
  }
  #messagePagination .boxArea ul li .boxInner {
    width: 291px;
    padding: 21px 0 0 0;
  }
  #messagePagination .boxArea ul li .boxHeader {
    margin: 0 0 14px 0;
  }
  #messagePagination .boxArea ul li .boxNum {
    font-size: 16px;
    color: #666666;
  }
  #messagePagination .boxArea ul li .boxDate {
    font-size: 19px;
    color: #ed6d00;
  }
  #messagePagination .boxArea ul li .boxDate span {
    font-size: 24px;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  #messagePagination .boxArea ul li p {
    width: 100%;
    font-size: 18px;
    line-height: 31px;
    margin: 0 0 0 0px;
  }
  #messagePagination .boxArea ul li .boxInnerLine {
    width: 291px;
    height: 2px;
    margin: 11px 0 0 0px;
  }
  #messagePagination .boxArea ul li.nowPage {
    height: 165px;
    margin-left: 3.125vw;
  }
#messagePagination .boxArea a:nth-child(3) li {
  margin: 60px 0 0 0;
}
#messagePagination .boxArea a:nth-child(4) li {
  margin: 60px 0 0 0;
  margin-left: 3.125vw;
}
  #messagePagination .boxArea a:hover {
    opacity: 1;
  }
  #messagePagination .boxArea a:hover li {
    background-color: #ed6d00;
    border: 1px solid #ed6d00;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #messagePagination .boxArea a:hover li .boxNum {
    color: #ffffff;
  }
  #messagePagination .boxArea a:hover li .boxDate {
    color: #ffffff;
  }
  #messagePagination .boxArea a:hover li p {
    color: #ffffff;
  }
  #messagePagination .boxArea a.js-hover {
    opacity: 1;
  }
  #messagePagination .boxArea a.js-hover li {
    background-color: #ed6d00;
    border: 1px solid #ed6d00;
  }
  #messagePagination .boxArea a.js-hover li .boxNum {
    color: #ffffff;
  }
  #messagePagination .boxArea a.js-hover li .boxDate {
    color: #ffffff;
  }
  #messagePagination .boxArea a.js-hover li h3 {
    color: #ffffff;
  }
  #messagePagination .backButtonArea {
    width: 300px;
    margin: 0 auto 125px;
  }
  #messagePagination .backButtonArea p {
    font-size: 20px;
    text-align: center;
    margin: 0 0 23px 0;
  }
  #messagePagination .backButtonArea .backButton {
    width: 268px;
    border: 1px solid #666666;
    font-size: 18px;
    padding: 33px 0 31px 30px;
    -webkit-box-shadow: 0 6px 15px 0 rgba(9, 0, 0, 0.15);
            box-shadow: 0 6px 15px 0 rgba(9, 0, 0, 0.15);
    -webkit-transition: 700ms;
    transition: 700ms;
    position: relative;
  }
  #messagePagination .backButtonArea .backButton p {
    font-size: 18px;
    margin: 0 0 0 0;
    text-align: left;
    line-height: 18px;
  }
  #messagePagination .backButtonArea .backButton svg {
    width: 12px;
    height: 27px;
    right: 22.5px;
    top: 27.5px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  #messagePagination .backButtonArea .backButton svg polyline {
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  #messagePagination .backButtonArea .backButton::before {
    display: block;
    -webkit-transition: 700ms;
    transition: 700ms;
    width: 298px;
    height: 82px;
    content: "";
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    opacity: 0;
    background-color: #ed6d00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #messagePagination .backButtonArea a:hover .backButton {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  #messagePagination .backButtonArea a:hover .backButton svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  #messagePagination .backButtonArea a:hover .backButton svg polyline {
    stroke: #ffffff;
  }
  #messagePagination .backButtonArea a:hover .backButton:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #messagePagination .boxArea ul {
    max-width: 980px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
  }
  #messagePagination .boxArea a:nth-child(3) li {
    margin: 60px 0 0 0;
  }
  #messagePagination .boxArea a:nth-child(4) li {
    margin: 60px 0 0 0;
  }
  #messagePagination .boxArea a:nth-child(even) li {
    margin-left: 3.125vw;
  }
}

@media screen and (min-width: 768px) {
  #contact {
    margin: 10px 0 0 0;
    -webkit-animation: grade 8s ease infinite;
            animation: grade 8s ease infinite;
  }
  #contact .inner {
    padding: 114px 0 153px 0;
  }
  #contact .title {
    height: 130px;
    background-position: center top;
    background-size: 382px auto;
  }
  #contact .title h2 {
    padding: 90px 0 0 0;
  }
  #contact p {
    font-size: 16px;
    line-height: 180%;
    margin: 44px 0 0 0;
  }
  #contact .contactLinkArea {
    display: block;
    width: 210px;
    margin: 51px auto 0;
  }
  #contact .contactLinkArea a {
    display: inline;
  }
  #contact .contactLinkArea .iconArea, #contact .contactLinkArea .iconArea .sideArrow {
    width: 200px;
    height: 200px;
    border: #666666 solid 1px;
    margin: 0 auto 0;
    -webkit-box-shadow: 0 6px 15px 0 rgba(62, 208, 240, 0.15);
            box-shadow: 0 6px 15px 0 rgba(62, 208, 240, 0.15);
  }
  #contact .contactLinkArea .iconArea svg, #contact .contactLinkArea .iconArea .sideArrow svg {
    width: 90px;
    top: 70px;
    left: 53px;
  }
  #contact .contactLinkArea .iconArea .sideArrow {
    width: 62px;
    height: 62px;
    bottom: 0;
    right: 0;
    margin: 0 0 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #contact .contactLinkArea .iconArea .sideArrow svg {
    width: 54px;
    top: 3px;
    left: 7px;
  }
  #contact .contactLinkArea p {
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    margin: 38px auto 0;
  }
}

@media screen and (min-width: 768px) {
  #footer .inner {
    padding: 41px 0 60px 0;
  }
  #footer p {
    font-size: 15px;
    line-height: 23px;
  }
  #footer .logo {
    width: 130px;
  }
  #footer .logo p {
    font-size: 11px;
    line-height: 11px;
    top: 161px;
  }
  #footer .privacy {
    width: 130px;
    margin: 52px auto 0;
  }
  #footer .privacyLink {
    font-size: 15px;
    line-height: 26px;
    padding: 0 0 0 0;
    border-bottom: #d16c15 solid 2px;
  }
  #footer .company {
    margin: 30px auto 0;
  }
  #footer .copyright {
    height: 27px;
    min-height: none;
    font-size: 10px;
    line-height: 27px;
  }
}

@media screen and (min-width: 768px) {
  #contact .inner {
    padding: 80px 0 80px 0;
  }
  #contact .title {
    background-size: 275px auto;
    height: 105px;
  }
  #contact .title h2 {
    font-size: 25px;
    line-height: 42px;
    padding: 65px 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  #messageTop {
    margin: 0 0 56px 0;
  }
  #messageTop .profileArea .profileTextPC {
    bottom: 12px;
  }
  #messageToc {
    height: 307px;
  }
  #messageToc ol {
    height: 210px;
  }
  #messageToc ol ul {
    min-height: auto;
  }
}

@media screen and (min-width: 960px) {
  #messageToc {
    height: 227px;
  }
  #messageToc ol {
    height: 126px;
  }
  #messageToc ol ul {
    min-height: auto;
  }
  #messageToc ol a:nth-child(1) ul {
    margin: 9px 0 9px 0;
  }
  #messageToc ol a:nth-child(2) ul {
    margin: 9px 0 9px 0;
  }
}

@media screen and (min-width: 768px) {
  #messageContent .messageBox .messageContentImg {
    width: 345px;
    margin: 22px auto 24px;
  }
  #messageContent .imgArea {
    margin: 50px 0 95.5px 0;
  }
  #messageContent .imgArea img {
    width: 579px;
    height: 361px;
  }
  #messageContent .imgArea p {
    margin: 25px 0 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #messagePagination .boxArea li:nth-child(3) {
    margin: 60px 0 0 0;
  }
}

@-webkit-keyframes grade {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes grade {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes txt-grade {
  to {
    background-position-x: 200%;
  }
}

@keyframes txt-grade {
  to {
    background-position-x: 200%;
  }
}
/*# sourceMappingURL=styles.css.map */