@charset "UTF-8";

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

.font-set {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body {
  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;
}

.sm_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);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.js-fade.js-scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-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;
  -o-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%);
  -ms-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;
}

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

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

#modal-profile.c-modal .c-modal_close {
  position: absolute;
  top: 0;
  right: 0;
  background: #4d4d4d;
  width: 8rem;
  height: 8rem;
  cursor: pointer;
}

#modal-profile.c-modal .c-modal_close svg {
  width: 8rem;
  height: 8rem;
}

#modal-profile.c-modal .c-modal_close:hover {
  opacity: 0.7;
}

#modal-profile.c-modal .c-modal_content {
  background: #fff;
  position: absolute;
  top: 8vh;
  left: 3rem;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 69rem;
  height: 75vh;
  -webkit-box-shadow: 0.7rem 0 1.4rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0.7rem 0 1.4rem 0 rgba(0, 0, 0, 0.2);
}

#modal-profile.c-modal .c-modal_txtWrapper {
  width: 60rem;
  margin: 0 auto 0 6rem;
  padding: 10.2rem 0 10.2rem 0;
}

#modal-profile.c-modal .c-modal_txtWrapper .c-modal_title {
  font-size: 3.4rem;
  line-height: 3.4rem;
  font-weight: bold;
}

#modal-profile.c-modal .c-modal_txtWrapper .c-modal_txt {
  margin: 3.7rem 0 0 0;
  width: 57rem;
  padding: 0 3rem 0 0;
  overflow-y: scroll;
  height: calc(75vh - 27.5rem);
}

#discussionTop {
  margin: 0 0 0 0;
}

#discussionTop .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;
}

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

#discussionTop .titleBand .title {
  height: 24.9rem;
  background: url("../../common/img/employeeDiscussion_sp.png") no-repeat;
  background-position: center 1.8rem;
  background-size: 55rem 18rem;
  margin: 0 0 0 0;
}

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

#discussionTop .titleBand p {
  font-weight: bold;
  text-align: center;
  font-size: 3.2rem;
  line-height: 4.8rem;
  margin: 0.9rem auto 0;
}

#discussionTop .explainArea {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  padding: 12.8rem 0 0 0;
}

#discussionTop .explainArea p {
  position: absolute;
  width: 69rem;
  top: 5rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2.8rem;
  line-height: 4.2rem;
  letter-spacing: -0.015em;
}

#discussionTop .profileArea {
  width: 100%;
  background-color: #f4f4f4;
  padding: 5.85rem 0 5.7rem 0;
}

#discussionTop .profileArea .profileBox {
  width: 69rem;
  margin: 0 auto 4.27rem;
}

#discussionTop .profileArea .profileBox .profileTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15.2rem;
}

#discussionTop .profileArea .profileBox .profileTop .profileImg {
  width: 15.2rem;
  height: 15.2rem;
}

#discussionTop .profileArea .profileBox .profileTop .profileName {
  margin: 0 0 0 2.6rem;
  width: auto;
  height: 15.2rem;
  display: block;
}

#discussionTop .profileArea .profileBox .profileTop .profileName p {
  font-size: 3.2rem;
  line-height: 3.96rem;
  font-weight: bold;
}

#discussionTop .profileArea .profileBox .profileTop .profileName p:nth-child(1) {
  margin: 1.2rem 0 0.4rem 0;
  color: #ed6d00;
  letter-spacing: 0;
}

#discussionTop .profileArea .profileBox .profileTop .profileName p:nth-child(2) {
  margin: 0 0 0 0;
  color: #333333;
  letter-spacing: 0;
}

#discussionTop .profileArea .profileBox p {
  margin: 2.25rem 0 0 0;
  font-size: 2.8rem;
  line-height: 4.2rem;
  letter-spacing: -0.015em;
}

#discussionTop .profileArea .profileBox.kerningTight p {
  letter-spacing: -0.07em;
}

#discussionTop .profileArea .profileBox:last-child {
  margin: 0 auto 0;
}


#discussionContent {
  padding: 7rem 0 11.2rem 0;
}

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

#discussionContent .blockTitle {
  width: 100%;
  margin: 0 auto 0;
  border-bottom: 0.2rem solid #ed6d00;
  position: relative;
}

#discussionContent .blockTitle h2 {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 4rem;
  line-height: 5rem;
  text-align: center;
}

#discussionContent .blockTitle h2 span {
  font-family: serif, sans-serif;
}

#discussionContent .blockTitle:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #ed6d00;
  position: absolute;
  bottom: -0.75rem;
  left: -0.75rem;
}

#discussionContent .blockTitle:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #ed6d00;
  position: absolute;
  bottom: -0.75rem;
  right: -0.75rem;
}

#discussionContent .blockTitle+p {
  width: 100%;
  margin: 4.8rem 0 0 0;
}

#discussionContent .blockWrapper {
  width: 69rem;
  margin: 8.05rem auto 0;
}

#discussionContent .blockWrapper .talkBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66rem;
  margin: 0 3rem 4.5rem 0;
}

#discussionContent .blockWrapper .talkBlock .leftBlock {
  width: 20rem;
}

#discussionContent .blockWrapper .talkBlock.twoP .leftBlock {
  width: 63rem;
}

#discussionContent .blockWrapper .talkBlock .leftBlock .imgNameBlock {
  margin: 0.75rem 0 0 0;
}

#discussionContent .blockWrapper .talkBlock .leftBlock .imgNameBlock .imgBlock {
  text-align: center;
}

#discussionContent .blockWrapper .talkBlock .leftBlock .imgNameBlock .imgBlock img {
  width: 12.2rem;
  margin: 0 auto;
}

#discussionContent .blockWrapper .talkBlock .leftBlock .imgNameBlock p {
  width: 100%;
  color: #ed6d00;
  font-size: 3rem;
  line-height: 5.2rem;
  text-align: center;
  font-weight: bold;
}

#discussionContent .blockWrapper .talkBlock .leftBlock .nameBlock {
  margin: 0 0 0 3rem;
}

#discussionContent .blockWrapper .talkBlock .leftBlock .nameBlock p {
  width: 100%;
  color: #ed6d00;
  font-size: 3rem;
  line-height: 4.5rem;
  text-align: left;
  font-weight: bold;
}

#discussionContent .blockWrapper .talkBlock .rightBlock {
  width: 46rem;
}

#discussionContent .blockWrapper .talkBlock .rightBlock p {
  font-size: 3rem;
  line-height: 4.5rem;
  margin: 0 0 0 0;
}

#discussionContent .blockWrapper .talkBlock .rightBlock p span {
  font-weight: bold;
}

#discussionContent .blockWrapper .talkBlock.lg {
  margin: 0 3rem 1.15rem 0;
  padding: 1.2rem 0 0 0;
}

#discussionContent .blockWrapper .talkBlock.lg .leftBlock {
  width: 45rem;
}

#discussionContent .blockWrapper .talkBlock.lg .leftBlock .imgNameBlock {
  margin: 0 auto 0 3.9rem;
  width: 37.6rem;
}

#discussionContent .blockWrapper .talkBlock.lg .leftBlock .imgNameBlock .imgBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#discussionContent .blockWrapper .talkBlock.lg .leftBlock .imgNameBlock .imgBlock img {
  width: 12.2rem;
  height: 12.2rem;
  margin: 0 0 0 0;
}

#discussionContent .blockWrapper .talkBlock.lg .leftBlock .imgNameBlock p {
  width: 100%;
  color: #ed6d00;
  font-size: 3rem;
  line-height: 5.2rem;
  text-align: center;
  font-weight: bold;
}

#discussionContent .blockWrapper .talkBlock.lg .leftBlock+p {
  width: auto;
  font-size: 4.2rem;
  line-height: 4.2rem;
  text-align: justify;
  font-weight: bold;
  margin: 3.85rem 0 0 0;
}

#discussionContent .blockWrapper .talkBlock.side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 3rem 4.5rem 0;
}

#discussionContent .blockWrapper .talkBlock.side .leftBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 65rem;
  margin-left: 2.5rem;
}

#discussionContent .blockWrapper .talkBlock.side .leftBlock .imgNameBlock:nth-child(1) {
  margin: 0.75rem 2.0rem 0 0;
}

#discussionContent .blockWrapper .talkBlock.side .leftBlock .imgNameBlock:nth-child(2) {
  margin: 0.75rem 0 0;
}

#discussionContent .blockWrapper .talkBlock.side .leftBlock .imgNameBlock p {
  width: 100%;
  color: #ed6d00;
  font-size: 3rem;
  line-height: 5.2rem;
  text-align: left;
  font-weight: bold;
}

#discussionContent .blockWrapper .talkBlock.side .rightBlock p {
  width: auto;
  font-size: 4.2rem;
  line-height: 4.2rem;
  text-align: justify;
  font-weight: bold;
  margin: 5.85rem 0 0 0;
}

#discussionContent .blockWrapper .talkBlock.alignCenter .rightBlock p {
  margin: 5.85rem 0 0 0;
}

#discussionContent .blockWrapper .talkBlock.side.alignCenter .rightBlock p {
  width: auto;
  font-size: 3rem;
  line-height: 4.5rem;
  text-align: justify;
  font-weight: bold;
  margin: 0 0 0 0;
}


#discussionContent .blockWrapper .talkBlock.side .rightBlock.linebreak p {
  width: auto;
  font-size: 4.2rem;
  line-height: 5.2rem;
  text-align: justify;
  font-weight: bold;
  margin: 4rem 0 0 0;
}

#discussionContent .blockWrapper .talkBlock.img2l {
  padding: 2.9rem 0 0 0;
  margin: 0 3rem 4.5rem 0;
}

#discussionContent .blockWrapper .talkBlock.img2l .leftBlock .imgNameBlock {
  margin: 0 0 0 0;
}

#discussionContent .blockWrapper .talkBlock.img2l .rightBlock p {
  margin: 1.6rem 0 0 0;
}

#discussionContent .blockWrapper .talkBlock:last-child {
  margin: 0 3rem 0 0;
}

#discussionContent .blockTitle+.blockWrapper {
  width: 100%;
  margin: 5.25rem 0 0 0;
}

#discussionContent .photoBlock {
  width: 100%;
  padding: 9.25rem 0 9.7rem 0;
}

#discussionContent .photoBlock .imgWrapper {
  width: 100%;
}

#discussionContent .photoBlock p {
  font-size: 2.8rem;
  line-height: 4.2rem;
  text-align: left;
  letter-spacing: -0.01em;
}

#discussionContent.vol3 .blockTitle.bT1 {
  width: 51rem;
}

#discussionContent.vol3 .blockTitle.bT2 {
  width: 47rem;
}

#discussionContent.vol3 .blockTitle.bT3 {
  width: 47rem;
}

#discussionContent.vol3 .blockTitle.bT4 {
  width: 50rem;
}

#discussionContent.vol2 .blockTitle.bT1 {
  width: 64rem;
}

#discussionContent.vol2 .blockTitle.bT2 {
  width: 57rem;
}

#discussionContent.vol2 .blockTitle.bT3 {
  width: 54rem;
}

#discussionContent.vol2 .blockTitle.bT4 {
  width: 54rem;
}

#discussionContent.vol2 .blockTitle.bT5 {
  width: 55rem;
}

#discussionContent.vol2 .photoBlock.pB3 {
  padding: 1.73rem 0 0 0;
  position: relative;
  height: 56rem;
}

#discussionContent.vol2 .photoBlock.pB3 p {
  position: absolute;
  top: 35.9rem;
  left: 0;
  right: 0;
  margin: auto;
}

#discussionContent.vol2 .photoBlock.pB4 {
  width: 100%;
  padding: 10.3rem 0 0 0;
}

#discussionContent.vol2 .photoBlock+.blockWrapper {
  margin: 0 auto 0;
}

#discussionContent.vol1 .blockTitle.bT1 {
  width: 50rem;
}

#discussionContent.vol1 .blockTitle.bT2 {
  width: 43rem;
}

#discussionContent.vol1 .blockTitle.bT3 {
  width: 45rem;
}

#discussionContent.vol1 .photoBlock p {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

#discussionContent.vol1 .photoBlock p.no-line {
  text-decoration: none;
}

#discussionContent.vol1 .photoBlock.pB2 {
  width: 100%;
  padding: 4.15rem 0 4.45rem 0;
}

#discussionContent.vol1 .photoBlock.pB2 p {
  text-align: center;
}


#discussionContent.vol1 .photoBlock.pB2 .imgWrapper {
  width: 100%;
  margin: 0 auto 1.3rem;
}

#discussionContent.vol1 .photoBlock.pB2 .imgWrapper02 {
  width: 100%;
  margin: 0 auto 1.3rem;
}

#discussionContent.vol1 .photoBlock.pB4 {
  width: 100%;
  padding: 10.3rem 0 0 0;
}

#discussionContent.vol1 .photoBlock+.blockWrapper {
  margin: 0 auto 0;
}

#discussionContent.vol1 .photoBlock p {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-align: left;
}

#discussionContent.vol1 .photoBlock p.no-line {
  text-decoration: none;
}


#discussionContent.vol1 .photoBlock.pB4 {
  width: 100%;
  padding: 10.3rem 0 0 0;
}

#discussionContent.vol1 .photoBlock+.blockWrapper {
  margin: 0 auto 0;
}

#discussionContent.vol1 .photoBlock.pB5 {
  padding: 0 0 0 0;
  height: 32.75rem;
  position: relative;
}

#discussionContent.vol1 .photoBlock.pB5 .imgWrapper {
  position: absolute;
  width: 43.6rem;
  margin: auto;
  left: 0;
  right: 0;
  top: 6.3rem;
}

#discussionContent.vol4 .blockTitle.bT1 {
  width: 50rem;
}

#discussionContent.vol4 .blockTitle.bT2 {
  width: 58rem;
}

#discussionContent.vol4 .photoBlock.pB2 .imgWrapper {
  width: 63.3rem;
  margin: 0 auto 1.3rem;
}

#discussionContent.vol4 .blockTitle.bT3 {
  width: 52rem;
}

#discussionContent.vol4 .blockTitle.bT4 {
  width: 60rem;
}

#discussionContent.vol4 .photoBlock.pB2 p {
  font-size: 2.8rem;
  line-height: 4.2rem;
  text-align: left;
  letter-spacing: -0.01em;
  margin: 4rem 0 0 0;
}

#discussionNav {
  margin: 9.7rem 0 0 0;
}

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

#discussionNav .inner p {
  font-size: 3.2rem;
  line-height: 4.8rem;
  text-align: right;
  width: auto;
  margin: 0 1.4rem 0 auto;
}

#discussionNav .inner .navBox {
  margin: 8rem 0 0 0;
  width: 100%;
  height: 17.1rem;
  border-top: 0.2rem solid #ed6d00;
  position: relative;
}

#discussionNav .inner .navBox div {
  position: relative;
  display: inline-block;
  color: #ed6d00;
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: bold;
}

#discussionNav .inner .navBox .navPrev {
  position: absolute;
  top: 2.4rem;
  left: 0;
  width: 9.7rem;
  text-align: right;
}

#discussionNav .inner .navBox .navPrev svg {
  width: 1.8rem;
  position: absolute;
  top: 0.6rem;
  left: -0.5rem;
}

#discussionNav .inner .navBox .navNext {
  position: absolute;
  top: 2.4rem;
  right: 0;
  width: 9.7rem;
}

#discussionNav .inner .navBox .navNext svg {
  width: 1.8rem;
  position: absolute;
  top: 0.6rem;
  right: -0.5rem;
}

#discussionPagination .boxArea ul {
  width: 69rem;
  margin: 0 auto 0;
}

#discussionPagination .boxArea ul li {
  margin: 0 0 3rem 0;
  width: auto;
  height: auto;
}

#discussionPagination .boxArea ul li .boxWrapper {
  width: 69rem;
  height: 31rem;
  -webkit-box-shadow: 0.3rem 0 0.8rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0.3rem 0 0.8rem 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#discussionPagination .boxArea ul li .boxWrapper .imgWrapper {
  width: 29.2rem;
}

#discussionPagination .boxArea ul li .boxWrapper .txtWrapper {
  width: 39.8rem;
  z-index: 4;
}

#discussionPagination .boxArea ul li .boxWrapper .txtWrapper p {
  color: #333333;
}

#discussionPagination .boxArea ul li .boxWrapper .txtWrapper .page_tit {
  margin: 9.2rem 0 0 2rem;
  font-size: 3rem;
  line-height: 3rem;
  color: #ed6d00;
  font-weight: bold;
}

#discussionPagination .boxArea ul li .boxWrapper .txtWrapper .page_exp {
  margin: 1.9rem 0 0 2rem;
  font-size: 2.8rem;
  line-height: 4.2rem;
}

#discussionPagination .boxArea ul li .boxWrapper::after {
  border: 0.2rem solid #666666;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
}

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

#discussionPagination .boxArea ul li.nowPage .boxWrapper::after {
  display: none;
}

#discussionPagination .boxArea ul li:nth-child(4) .boxWrapper .txtWrapper .page_tit2,
#discussionPagination .boxArea ul li:nth-child(5) .boxWrapper .txtWrapper .page_tit2 {
  width: 8rem;
  height: 4rem;
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #ed6d00;
  margin: 0.7rem 0 0 2rem;
}

#discussionPagination .boxArea ul li:nth-child(4) .boxWrapper .txtWrapper .page_exp,
#discussionPagination .boxArea ul li:nth-child(5) .boxWrapper .txtWrapper .page_exp {
  margin: 3.4rem 0 0 2rem;
}

#discussionPagination .boxArea ul li:last-child {
  margin: 0 0 0 0;
}

#discussionPagination .boxArea a:hover {
  opacity: 0.7;
}

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

#discussionPagination .backButtonArea p {
  font-size: 4rem;
  line-height: 4.8rem;
  text-align: center;
  margin: 17.6rem 0 4rem 0;
}

#discussionPagination .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;
}

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

#discussionPagination .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: -o-linear-gradient(35deg, rgba(215, 215, 215, 0.7) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(215, 215, 215, 0.7) 100%);
  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("/recruit/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;
  -o-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;
  -o-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;
}

@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;
  }

  .sm_pc {
    display: none;
  }

  .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;
  }

  a:hover #topBtn {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  #modal-profile.c-modal .c-modal_close {
    width: 60px;
    height: 60px;
  }

  #modal-profile.c-modal .c-modal_close svg {
    width: 60px;
    height: 60px;
  }

  #modal-profile.c-modal .c-modal_content {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 800px;
    width: 80%;
    height: 100%;
    max-height: 550px;
    -webkit-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.2);
  }

  #modal-profile.c-modal .c-modal_txtWrapper {
    width: 81.25%;
    max-width: 650px;
    height: auto;
    margin: 0 auto 0;
    padding: 75px 0 75px 0;
  }

  #modal-profile.c-modal .c-modal_txtWrapper .c-modal_title {
    font-size: 21px;
    line-height: 21px;
  }

  #modal-profile.c-modal .c-modal_txtWrapper .c-modal_txt {
    margin: 20px 0 0 0;
    width: 100%;
    padding: 0 0 0 0;
    height: auto;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  #discussionTop {
    margin: 0 0 0 0;
  }

  #discussionTop .pageHeader {
    max-width: 1200px;
    width: 98%;
    height: 50px;
    padding: 13px 0 13px 1%;
    font-size: 24px;
    margin: 0 auto;
  }

  #discussionTop a .pageHeader {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  #discussionTop a:hover .pageHeader {
    opacity: 0.7;
  }

  #discussionTop .titleBand {
    padding: 0 0 17px 0;
  }

  #discussionTop .titleBand .title {
    height: 130px;
    background: url("../../common/img/employeeDiscussion_pc.png") no-repeat;
    background-position: center 19px;
    background-size: 612px auto;
    margin: 0 0 0 0;
  }

  #discussionTop .titleBand h1 {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    font-weight: normal;
    font-family: "Sawarabi Mincho", sans-serif;
    padding: 95px 0 0 0;
  }

  #discussionTop .titleBand p {
    font-size: 21px;
    line-height: 33px;
    font-weight: bold;
    margin: 5px 0 0 0;
  }

  #discussionTop .explainArea {
    max-width: 1122px;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 auto;
  }

  #discussionTop .explainArea p {
    width: 100%;
    top: 37px;
    font-size: 13px;
    line-height: 23.4px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.01em;
  }

  #discussionTop .profileArea {
    max-width: 1023px;
    padding: 34px 49.5px 32px 49.5px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #discussionTop .profileArea .profileBox {
    width: 325px;
    margin: 0 0 0 0;
    display: block;
  }

  #discussionTop .profileArea .profileBox .profileTop {
    height: 114px;
  }

  #discussionTop .profileArea .profileBox .profileTop .profileImg {
    margin: 0 0 0 1px;
    width: 114px;
    height: 114px;
  }

  #discussionTop .profileArea .profileBox .profileTop .profileName {
    margin: 0 0 0 18px;
    height: 114px;
  }

  #discussionTop .profileArea .profileBox .profileTop .profileName p {
    font-size: 16px;
    line-height: 24px;
  }

  #discussionTop .profileArea .profileBox .profileTop .profileName p:nth-child(1) {
    margin: 19px 0 2px 0;
  }

  #discussionTop .profileArea .profileBox .profileTop .profileName p:nth-child(2) {
    margin: 0 0 0 0;
  }

  #discussionTop .profileArea .profileBox p {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0;
  }

  #discussionTop .profileArea .profileBox .profileTop+div {
    width: calc(100% - 2px);
  }

  #discussionTop .profileArea .profileBox .profileTop+div p {
    margin: 14px 0 0 0;
  }

  #discussionTop .profileArea .profileBox:last-child {
    margin: 0 0 0 0;
  }

  #discussionTop.vol1 .profileArea .profileBox:not(:first-child) .profileTop+div p {
    letter-spacing: -0.05em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #discussionTop .profileArea {
    display: block;
    margin: 0 auto 0;
    width: calc(100% - 99px);
  }

  #discussionTop .profileArea .profileBox {
    width: auto;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #discussionTop .profileArea .profileBox .profileTop {
    width: 350px;
  }

  #discussionTop .profileArea .profileBox .profileTop .profileImg {
    margin: 0 0 0 1px;
    width: 114px;
    height: 114px;
  }

  #discussionTop .profileArea .profileBox .profileTop+div {
    width: calc(100% - 350px);
  }

  #discussionTop .profileArea .profileBox .profileTop+div p.m1 {
    margin: 25.5px 0 0 0;
  }

  #discussionTop .profileArea .profileBox .profileTop+div p.m2 {
    margin: 15px 0 0 0;
  }

  #discussionTop .profileArea .profileBox .profileTop+div p.m3 {
    margin: 4.5px 0 0 0;
  }

  #discussionTop .profileArea .profileBox:last-child {
    margin: 0 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  #discussionContent {
    padding: 92px 0 206px 0;
  }

  #discussionContent .inner {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }

  #discussionContent .blockTitle {
    margin: 0 auto 0;
    border-bottom: 1px solid #ed6d00;
  }

  #discussionContent .blockTitle h2 {
    font-size: 24px;
    line-height: 32px;
    height: 32px;
    font-family: "Sawarabi Mincho", sans-serif;
    text-align: center;
  }

  #discussionContent .blockTitle:before {
    width: 7.5px;
    height: 7.5px;
    bottom: -3.75px;
    left: 0;
  }

  #discussionContent .blockTitle:after {
    width: 7.5px;
    height: 7.5px;
    bottom: -3.75px;
    right: 0;
  }

  #discussionContent .blockTitle+p {
    width: 100%;
    margin: 38.6px 0 0 0;
    font-size: 16px;
    line-height: 28.8px;
    letter-spacing: -0.02em;
  }

  #discussionContent .blockWrapper {
    max-width: 900px;
    width: 100%;
    margin: 73px auto 0;
  }

  #discussionContent .blockWrapper .talkBlock {
    width: 100%;
    margin: 0 0 57.6px 0;
  }

  #discussionContent .blockWrapper .talkBlock .leftBlock {
    width: 138px;
  }

  #discussionContent .blockWrapper .talkBlock.twoP .leftBlock {
    width: 320px;
  }

  #discussionContent .blockWrapper .talkBlock .leftBlock .imgNameBlock {
    margin: 6px 0 0 0;
    padding: 0 0 0 24px;
  }

  #discussionContent .blockWrapper .talkBlock .leftBlock .imgNameBlock .imgBlock img {
    width: 62px;
  }

  #discussionContent .blockWrapper .talkBlock .leftBlock .imgNameBlock p {
    font-size: 15px;
    line-height: 23px;
    padding: 0 0 0 0;
  }

  #discussionContent .blockWrapper .talkBlock .leftBlock .nameBlock {
    margin: 0 0 0 0;
    padding: 0 0 0 46px;
  }

  #discussionContent .blockWrapper .talkBlock .leftBlock .nameBlock p {
    font-size: 15px;
    line-height: 28.8px;
  }

  #discussionContent .blockWrapper .talkBlock .rightBlock {
    width: calc(100% - 185px);
    padding: 0 47px 0 0;
  }

  #discussionContent .blockWrapper .talkBlock .rightBlock p {
    font-size: 16px;
    line-height: 28.8px;
    margin: 0 0 0 0;
    text-align: justify;
  }

  #discussionContent .blockWrapper .talkBlock .rightBlock p.img1l {
    margin: 23px 0 0 0;
  }

  #discussionContent .blockWrapper .talkBlock .rightBlock p.img2l {
    margin: 8.6px 0 0 0;
  }

  #discussionContent .blockWrapper .talkBlock.msl {
    margin: 0 0 28.8px 0;
  }

  #discussionContent .blockWrapper .talkBlock.msl2 {
    margin: 0 0 28.8px 0;
  }

  #discussionContent .blockWrapper .talkBlock.msl3 {
    margin: 0 0 32.4px 0;
  }

  #discussionContent .blockWrapper .talkBlock.msl4 {
    margin: 0 0 52.6px 0;
  }

  #discussionContent .blockWrapper .talkBlock.msl5 {
    margin: 0 0 35px 0;
  }

  #discussionContent .blockWrapper .talkBlock.msl6 {
    margin: 0 0 49.4px 0;
  }

  #discussionContent .blockWrapper .talkBlock.lgp {
    margin: 0 0 40px 0;
  }

  #discussionContent .blockWrapper .talkBlock.lg {
    margin: 0 0 22.6px 0;
    padding: 0 0 0 0;
  }

  #discussionContent .blockWrapper .talkBlock.lg .leftBlock {
    width: 208px;
    padding: 0 43px 0 50px;
  }

  #discussionContent .blockWrapper .talkBlock.lg .leftBlock .imgNameBlock {
    margin: 0 0 0 0;
    width: 100%;
    padding: 0 0 0 0;
  }

  #discussionContent .blockWrapper .talkBlock.lg .leftBlock .imgNameBlock .imgBlock img {
    width: 62px;
    height: 62px;
    margin: 0 0 0 0;
  }

  #discussionContent .blockWrapper .talkBlock.lg .leftBlock .imgNameBlock p {
    font-size: 15px;
    line-height: 23px;
  }

  #discussionContent .blockWrapper .talkBlock.lg .leftBlock+p {
    width: auto;
    font-size: 24px;
    line-height: 24px;
    margin: 19px 0 0 0;
  }

  #discussionContent .blockWrapper .talkBlock.side.alignCenter .rightBlock p {
    width: auto;
    font-size: 24px;
    line-height: 24px;
    margin: 19px 0 0 0;


  }

  #discussionContent .blockWrapper .talkBlock.side {
    margin: 0 0 22.6px 0;
    padding: 0 0 0 0;
  }

  #discussionContent .blockWrapper .talkBlock.side .leftBlock {
    width: 196px;
    padding: 0 0 0 0;
    margin: 0 30px 0 50px;
  }

  #discussionContent .blockWrapper .talkBlock.side .leftBlock .imgNameBlock:nth-child(1) {
    margin: 0 5px 0 0;
    width: 100%;
    padding: 0 0 0 0;
  }

  #discussionContent .blockWrapper .talkBlock.side .leftBlock .imgNameBlock:nth-child(2) {
    margin: 0 0 0 0;
    width: 100%;
    padding: 0 0 0 0;
  }

  #discussionContent .blockWrapper .talkBlock.side .leftBlock .imgNameBlock .imgBlock {
    padding-left: 5px;
  }

  #discussionContent .blockWrapper .talkBlock.side .leftBlock .imgNameBlock .imgBlock img {
    width: 62px;
    height: 62px;
    margin: 0 0 0 0;
  }

  #discussionContent .blockWrapper .talkBlock.side .leftBlock .imgNameBlock p {
    font-size: 15px;
    line-height: 23px;
  }

  Z #discussionContent .blockWrapper .talkBlock.side .leftBlock .nameBlock {
    margin: 0 0 0 0;
    padding: 0 0 0 46px;
  }

  #discussionContent .blockWrapper .talkBlock.side .leftBlock .nameBlock p {
    font-size: 15px;
    line-height: 28.8px;
  }

  #discussionContent .blockWrapper .talkBlock.side .rightBlock p {
    width: auto;
    font-size: 24px;
    line-height: 24px;
    margin: 25px 0 0 0;
  }

  #discussionContent .blockWrapper .talkBlock.side .rightBlock.linebreak p {
    width: auto;
    font-size: 24px;
    line-height: 24px;
    margin: 25px 0 0 0;
  }


  #discussionContent .blockWrapper .talkBlock.img2l {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  #discussionContent .blockWrapper .talkBlock.img2l .leftBlock .imgNameBlock {
    margin: 0 0 0 0;
  }

  #discussionContent .blockWrapper .talkBlock.img2l .leftBlock+p {
    margin: 0 0 0 0;
  }

  #discussionContent .blockWrapper .talkBlock:last-child {
    margin: 0 0 0 0;
  }

  #discussionContent .blockTitle+.blockWrapper {
    width: 100%;
    margin: 33.6px 0 0 0;
  }

  #discussionContent .photoBlock {
    width: 100%;
    text-align: center;
    padding: 73.6px 0 76px 0;
  }

  #discussionContent .photoBlock p {
    margin: -25px 0 0 0;
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: 0;
    text-align: center;
  }

  #discussionContent.vol3 .blockTitle.bT1 {
    width: 320px;
  }

  #discussionContent.vol3 .blockTitle.bT2 {
    width: 292px;
  }

  #discussionContent.vol3 .blockTitle.bT3 {
    width: 292px;
  }

  #discussionContent.vol3 .blockTitle.bT4 {
    width: 316px;
  }

  #discussionContent.vol2 {
    padding: 92px 0 202px 0;
  }

  #discussionContent.vol2 .blockTitle.bT1 {
    width: 400px;
  }

  #discussionContent.vol2 .blockTitle.bT2 {
    width: 460px;
  }

  #discussionContent.vol2 .blockTitle.bT3 {
    width: 340px;
  }

  #discussionContent.vol2 .blockTitle.bT4 {
    width: 329px;
  }

  #discussionContent.vol2 .blockTitle.bT5 {
    width: 340px;
  }

  #discussionContent.vol2 .photoBlock.pB2 {
    width: 100%;
    padding: 49px 0 73px 0;
  }

  #discussionContent.vol2 .blockTitle.bT3 {
    width: 316px;
  }

  #discussionContent.vol2 .photoBlock.pB2 {
    width: 1089px;
    margin-left: -94.5px;
    padding: 0 0 0 0;
    text-align: center;
    padding: 73.6px 0 76px 0;
  }


  #discussionContent.vol2 .photoBlock.pB4 {
    width: 100%;
    padding: 0 0 0 0;
  }

  #discussionContent.vol2 .photoBlock+.blockWrapper {
    margin: 0 auto 0;
  }


  #discussionContent.vol1 .blockTitle.bT1 {
    width: 320px;
  }

  #discussionContent.vol1 .blockTitle.bT2 {
    width: 270px;
  }

  #discussionContent.vol1 .blockTitle.bT3 {
    width: 290px;
  }

  #discussionContent.vol1 .photoBlock.pB2 {
    width: 100%;
    padding: 40px 0 32px 0;
  }

  #discussionContent.vol1 .photoBlock.pB2 .imgWrapper {
    width: 100%;
    margin: 0 auto 12px;
  }

  #discussionContent.vol1 .photoBlock.pB2 .imgWrapper02 {
    width: 100%;
    margin: 0 auto 12px;
  }

  #discussionContent.vol1 .photoBlock.pB4 {
    width: 100%;
    padding: 85px 0 0 0;
  }

  #discussionContent.vol1 .photoBlock+.blockWrapper {
    margin: 0 auto 0;
  }

  #discussionContent.vol1 .photoBlock.pB2 p {
    margin: 15px 0 0 0;
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: 0;
  }

  #discussionContent.vol1 .photoBlock.pB4 {
    width: 100%;
    padding: 85px 0 0 0;
  }

  #discussionContent.vol1 .photoBlock+.blockWrapper {
    margin: 0 auto 0;
  }

  #discussionContent.vol1 .photoBlock.pB5 {
    padding: 0 0 0 0;

  }

  #discussionContent.vol1 .photoBlock.pB5 .imgWrapper {
    width: 424px;
    margin: 80px auto 0;
  }

  #discussionContent.vol4 .blockTitle.bT1 {
    width: 316px;
  }

  #discussionContent.vol4 .blockTitle.bT2 {
    width: 364px;
  }

  #discussionContent.vol4 .photoBlock.pB2 .imgWrapper {
    width: 820px;
    margin: 0 auto 12px;
  }

  #discussionContent.vol4 .blockTitle.bT3 {
    width: 316px;
  }

  #discussionContent.vol4 .blockTitle.bT4 {
    width: 364px;
  }

  #discussionContent.vol4 .photoBlock.pB2 p {
    margin: 30px 0 0 0;
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: 0;
    text-align: center;
  }

}

@media screen and (min-width: 768px) {
  #discussionNav {
    margin: 54px 0 0 0;
  }

  #discussionNav .inner {
    max-width: 900px;
    width: 90%;
    margin: 0 auto 0;
  }

  #discussionNav .inner p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 300px;
    margin: 0 auto 0;
  }

  #discussionNav .inner .navBox {
    margin: 45.5px 0 0 0;
    width: 100%;
    height: 240px;
    border-top: 1px solid #ed6d00;
  }

  #discussionNav .inner .navBox div {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
  }

  #discussionNav .inner .navBox .navPrev {
    top: 18px;
    left: 0;
    width: 58px;
    text-align: right;
  }

  #discussionNav .inner .navBox .navPrev svg {
    width: 10.8px;
    top: 1px;
    left: 2px;
  }

  #discussionNav .inner .navBox .navNext {
    top: 18px;
    right: 0;
    width: 58px;
  }

  #discussionNav .inner .navBox .navNext svg {
    width: 10.8px;
    top: 1px;
    right: 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #discussionNav .inner .navBox {
    height: 170px;
  }
}

@media screen and (min-width: 768px) {
  #discussionPagination .boxArea ul {
    width: 794.5px;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  #discussionPagination .boxArea ul li {
    margin: 0 0 0 64px;
  }

  #discussionPagination .boxArea ul li .boxWrapper {
    width: 365px;
    height: 360px;
    -webkit-box-shadow: 6px 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 6px 0 15px 0 rgba(0, 0, 0, 0.15);
    display: block;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }

  #discussionPagination .boxArea ul li .boxWrapper .imgWrapper {
    width: 365px;
  }

  #discussionPagination .boxArea ul li .boxWrapper .txtWrapper {
    width: 365px;
    z-index: 4;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }

  #discussionPagination .boxArea ul li .boxWrapper .txtWrapper p {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    color: #333333;
  }

  #discussionPagination .boxArea ul li .boxWrapper .txtWrapper .page_tit {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    width: 100%;
    text-align: center;
    margin: 26px 0 0 0;
    font-size: 18px;
    line-height: 18px;
  }

  #discussionPagination .boxArea ul li .boxWrapper .txtWrapper .page_exp {
    width: 100%;
    text-align: center;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    margin: 14px 0 0 0;
    font-size: 18px;
    line-height: 31.5px;
  }

  #discussionPagination .boxArea ul li .boxWrapper::after {
    opacity: 1;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    border: 1px solid #666666;
  }

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

  #discussionPagination .boxArea ul li.nowPage .boxWrapper::after {
    display: none;
  }

  #discussionPagination .boxArea ul li:nth-child(4) .boxWrapper .txtWrapper div,
  #discussionPagination .boxArea ul li:nth-child(5) .boxWrapper .txtWrapper div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }

  #discussionPagination .boxArea ul li:nth-child(4) .boxWrapper .txtWrapper div .page_tit,
  #discussionPagination .boxArea ul li:nth-child(5) .boxWrapper .txtWrapper div .page_tit {
    width: auto;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    margin: 26px 0 0 0;
  }

  #discussionPagination .boxArea ul li:nth-child(4) .boxWrapper .txtWrapper div .page_tit2,
  #discussionPagination .boxArea ul li:nth-child(5) .boxWrapper .txtWrapper div .page_tit2 {
    width: 50px;
    height: 21px;
    font-size: 16px;
    line-height: 21px;
    margin: 25px 0 0 9px;
  }

  #discussionPagination .boxArea ul li:nth-child(4) .boxWrapper .txtWrapper .page_exp,
  #discussionPagination .boxArea ul li:nth-child(5) .boxWrapper .txtWrapper .page_exp {
    margin: 13px 0 0 0;
  }

  #discussionPagination .boxArea ul li:last-child {
    margin: 0 0 0 0;
  }

  #discussionPagination .boxArea ul li:nth-child(1) {
    margin: 0 0 0 0;
  }

  #discussionPagination .boxArea ul li:nth-child(3) {
    margin: 52px 64px 0 0;
  }

  #discussionPagination .boxArea ul li:nth-child(4) {
    margin: 52px 0 0 0;
  }

  #discussionPagination .boxArea a:hover .boxWrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ed6d00;
  }

  #discussionPagination .boxArea a:hover .boxWrapper .txtWrapper p {
    color: #ffffff;
  }

  #discussionPagination .boxArea a:hover .boxWrapper::after {
    opacity: 0;
  }

  #discussionPagination li:nth-child(4) a:hover .boxWrapper .txtWrapper div .page_tit2,
  #discussionPagination li:nth-child(5) a:hover .boxWrapper .txtWrapper div .page_tit2 {
    color: #ed6d00;
    background-color: #ffffff;
  }

  #discussionPagination .backButtonArea {
    width: 300px;
    margin: 117px auto 125px;
  }

  #discussionPagination .backButtonArea p {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    margin: 0 0 23px 0;
  }

  #discussionPagination .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;
    -o-transition: 700ms;
    transition: 700ms;
    position: relative;
  }

  #discussionPagination .backButtonArea .backButton p {
    font-size: 18px;
    margin: 0 0 0 0;
    text-align: left;
    line-height: 18px;
  }

  #discussionPagination .backButtonArea .backButton svg {
    width: 12px;
    height: 27px;
    right: 22.5px;
    top: 27.5px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  #discussionPagination .backButtonArea .backButton svg polyline {
    -webkit-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  #discussionPagination .backButtonArea .backButton::before {
    display: block;
    -webkit-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
    width: 298px;
    height: 82px;
    content: "";
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
    background-color: #ed6d00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #discussionPagination .backButtonArea a:hover .backButton {
    border: 1px solid #ffffff;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #discussionPagination .backButtonArea a:hover .backButton svg {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }

  #discussionPagination .backButtonArea a:hover .backButton svg polyline {
    stroke: #ffffff;
  }

  #discussionPagination .backButtonArea a:hover .backButton:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #discussionPagination .boxArea ul {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  #discussionPagination .boxArea ul li {
    margin: 0 0 50px 0;
  }

  #discussionPagination .boxArea ul li:nth-child(3),
  #discussionPagination .boxArea ul li:nth-child(4) {
    margin: 0 0 0 0;
  }
}

@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;
  }
}

@-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%;
  }
}

.tpo-banner {
  position: absolute;
  left: 2rem;
  bottom: 1rem;
  width: 25.8rem;
  z-index: 10000;
}

#naha-base {
  height: 120.1rem;
  margin: 0 0 0 0;
  background-image: url("/img/nahabase-img-sp.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  position: relative;
}

#naha-base .inner {
  padding: 7.2rem 0 0 0;
}

#naha-base .title {
  height: 18.3rem;
  background: url("/img/nahabase-tit-sp.png") no-repeat;
  background-position: center top;
  background-size: 55.7rem auto;
  margin: 0 0 0 0;
}

#naha-base .title h2 {
  padding: 10.65rem 0 0.3rem 0;
  border-bottom: #ed6d00 0.4rem solid;
}

#naha-base .title .titleUnderLine {
  width: 100%;
  height: 0.4rem;
  background-color: #ed6d00;
  margin: 1.55rem 0 0 0;
}

#naha-base .title .js-fade {
  opacity: 1;
  -webkit-transform: translate(-100rem, 0);
  -ms-transform: translate(-100rem, 0);
  transform: translate(-100rem, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1200ms;
  -o-transition: all 1200ms;
  transition: all 1200ms;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#naha-base .title .js-fade.js-scrollin {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#naha-base p {
  font-size: 3.8rem;
  line-height: 6.2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 25rem 0 0 0;
}

#naha-base p span {
  display: block;
}

#naha-base .goButton {
  width: 65rem;
  border: 0.2rem solid #666666;
  background-color: #ffffff;
  font-size: 3.6rem;
  padding: 4.2rem 0 4.2rem 4rem;
  -webkit-box-shadow: 0 1.2rem 3rem 0 rgba(9, 0, 0, 0.15);
  box-shadow: 0 1.2rem 3rem 0 rgba(9, 0, 0, 0.15);
  position: absolute;
  top: 95rem;
  left: 0;
  right: 0;
  margin: auto;
}

#naha-base .goButton p {
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

#naha-base .goButton svg {
  width: 2.6rem;
  height: 5.6rem;
  position: absolute;
  right: 2.8rem;
  top: 3.4rem;
}

#links {
  margin: 0 auto 0;
  overflow-x: hidden;
}

#links .inner {
  padding: 10.5rem 0 0 0;
}

#links .title {
  height: 15.2rem;
  background: url("/img/links-tit-sp.png") no-repeat;
  background-position: center top;
  background-size: 28.5rem auto;
  margin: 0 0 6rem 0;
}

#links .title h2 {
  padding: 11.5rem 0 3rem 0;
}

#links .bnnerArea {
  margin-bottom: 3rem;
}

#links .bnnerArea div {
  width: 63rem;
  margin: 0 auto 2rem;
}

#links .bnnerArea div {
  width: 63rem;
  margin: 0 auto 2rem;
}

#links .banner-Area-sports {
  width: 63rem;
  margin: 0 auto 10rem;
}

#links .banner-Area-sports div {
  width: 63rem;
  margin: 0 auto 2rem;
}

#links .banner-Area-sports div p {
  font-size: 2.2rem;
  text-align: center;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .tpo-banner {
    position: absolute;
    left: 5rem;
    bottom: 1rem;
    width: 258px;
    z-index: 10000;
  }

  #naha-base {
    height: 811px;
    margin: 0 auto 0;
    background-image: url("/img/nahabase-img-pc.jpg");
    background-repeat: no-repeat;
    background-position: center 239px;
    background-size: 1920px auto;
    overflow-x: hidden;
  }

  #naha-base .inner {
    padding: 105px 0 0 0;
  }

  #naha-base .title {
    height: 152px;
    background: url("/img/nahabase-tit-pc.png") no-repeat;
    background-position: calc(50% - 17px) top;
    background-size: 624px auto;
    margin: 0 0 0 0;
  }

  #naha-base .title h2 {
    padding: 73px 0 30px 0;
    border-bottom: #ed6d00 1px solid;
  }

  #naha-base .title+p {
    margin: 150px auto 46.4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    line-height: 27.2px;
    text-align: center;
    width: calc(100% - 60px);
  }

  #naha-base .title+p span {
    display: inline-block;
    padding-left: 1em;
  }

  #naha-base .goButton {
    max-width: 421px;
    width: 40%;
    border: 1px solid #666666;
    font-size: 20px;
    height: 80px;
    padding: 0px 0 0px 0;
    -webkit-box-shadow: 0 12px 30px 0 rgba(9, 0, 0, 0.15);
    box-shadow: 0 12px 30px 0 rgba(9, 0, 0, 0.15);
    top: 630px;
    left: calc(50% - 210px);
    right: auto;
    -webkit-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
  }

  #naha-base .goButton p {
    position: absolute;
    top: 30px;
    left: 52px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
    text-align: left;
    z-index: 1;
  }

  #naha-base .goButton svg {
    width: 13px;
    height: 28px;
    right: 27px;
    top: 27px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
    z-index: 1;
  }

  #naha-base .goButton svg polyline {
    -webkit-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  #naha-base .goButton::before {
    display: block;
    -webkit-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
    max-width: 421px;
    width: 100%;
    height: 80px;
    content: "";
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
    background-color: #ed6d00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

  #naha-base a:hover {
    opacity: 1;
  }

  #naha-base a:hover .goButton {
    border: 1px solid #ffffff;
  }

  #naha-base a:hover .goButton p {
    color: #ffffff;
  }

  #naha-base a:hover .goButton svg {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }

  #naha-base a:hover .goButton svg polyline {
    stroke: #ffffff;
  }

  #naha-base a:hover .goButton:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }

  #links {
    margin: 0 auto 0;
    overflow-x: hidden;
  }

  #links .inner {
    padding: 105px 0 0 0;
  }

  #links .title {
    height: 152px;
    background: url("/img/links-tit-pc.png") no-repeat;
    background-position: calc(50% - 17px) top;
    background-size: 322px auto;
    margin: 0 0 60px 0;
  }

  #links .title h2 {
    padding: 105px 0 30px 0;
  }

  #links .bnnerArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

  }

  #links .bnnerArea div {
    width: 360px;
    margin: 0 0 0 30px;
  }

  #links .bnnerArea div:first-child {
    margin-left: 0;
  }

  #links .banner-Area-sports {
    width: 360x;
    margin: 0 auto 95px;
  }

  #links .banner-Area-sports div {
    width: 360px;
    margin: 0 auto;
  }

  #links .banner-Area-sports div p {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
  }
}