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

#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);
          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);
}

#specialtalkTop {
  margin: 0 0 0 0;
}

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

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

#specialtalkTop .titleBand .title {
  height: 14.8rem;
  background: url("../../common/img/specialtalk.png") no-repeat;
  background-position: center 2.8rem;
  background-size: 56rem 12rem;
  margin: 0 0 0 0;
}

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

#specialtalkTop .titleBand p {
  font-weight: bold;
  text-align: center;
  line-height: 4.16rem;
  margin: 1.62rem 0 1.22rem 0;
}

#specialtalkTop .titleBand .pageNum {
  color: #ffffff;
  background-color: #ed6d00;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  margin: 0 auto 0;
  text-align: center;
  line-height: 5.8rem;
  position: relative;
  font-weight: bold;
}

#specialtalkTop .titleBand .pageNum .numWrapper {
  width: auto;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 2rem;
}

#specialtalkTop .titleBand .pageNum .numWrapper div {
  display: inline-block;
  width: auto;
  font-size: 2.6rem;
  line-height: 2.6rem;
  margin: 1.6rem auto 0;
  text-align: center;
}

#specialtalkTop .titleBand .pageNum .numWrapper div:nth-child(2) {
  display: inline;
}

#specialtalkTop .specialtalkFV {
  width: 100%;
  position: relative;
  padding: 36.5rem 0 0 0;
  margin: 0 0 0 0;
}

#specialtalkTop .specialtalkFV .specialtalkTitleArea {
  width: auto;
  background-color: #f4f4f4;
  margin: 0 auto;
  position: relative;
  padding: 5.5rem 3rem 0 3rem;
}

#specialtalkTop .specialtalkFV .specialtalkTitleArea .specialtalkExplain {
  width: 100%;
  font-size: 2.8rem;
  line-height: 4.2rem;
  text-align: center;
  letter-spacing: -0.01em;
  margin: 0 auto 4.8rem;
}

#specialtalkTop .specialtalkFV .specialtalkTitleArea .talkTitle {
  width: 68.6rem;
  margin: 0 auto;
}

#specialtalkTop .specialtalkFV .specialtalkTitleArea .specialtalkTitleText {
  width: 100%;
  margin: 4.58rem auto 0;
  padding: 0 0 11.18rem 0;
  position: relative;
}

#specialtalkTop .specialtalkFV .specialtalkTitleArea .specialtalkTitleText p {
  font-size: 2.8rem;
  line-height: 5.04rem;
}

#specialtalkTop .specialtalkFV .specialtalkTitleArea .specialtalkTitleText .profileLink {
  width: auto;
  display: inline-block;
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  border-bottom: 0.2rem solid #333333;
  right: 0;
  bottom: 4.6rem;
  position: absolute;
}

#specialtalkTop .specialtalkFV .FVgrad {
  position: absolute;
  top: 23.8rem;
  width: 100%;
  height: 16.4rem;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f4f4f4));
  background: linear-gradient(180deg, white 0%, #f4f4f4 100%);
}

#specialtalkTop .specialtalkFV .FVimg {
  position: absolute;
  width: 65.8rem;
  margin: auto;
  top: 6rem;
  left: 0;
  right: 0;
}

#specialtalkContent {
  padding: 8.8rem 0 0 0;
}

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

#specialtalkContent .inner.bT2 {
  padding: 4rem 0 0 0;
}

#specialtalkContent .pageTitleArea {
  font-size: 4rem;
  font-weight: bold;
  width: 63rem;
  margin: 0 auto;
  border-bottom: 0.2rem solid #ed6d00;
}

#specialtalkContent .pageTitleArea .pageNum {
  color: #ffffff;
  background-color: #ed6d00;
  width: 8.6rem;
  height: 8.6rem;
  border-radius: 50%;
  margin: 0 auto 3.1rem;
  text-align: center;
  line-height: 8.6rem;
  position: relative;
  font-weight: bold;
}

#specialtalkContent .pageTitleArea .pageNum .numWrapper {
  width: auto;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 3rem;
}

#specialtalkContent .pageTitleArea .pageNum .numWrapper div {
  display: inline-block;
  width: auto;
  font-size: 4rem;
  line-height: 4rem;
  margin: 2.3rem auto 0;
  text-align: center;
}

#specialtalkContent .pageTitleArea .pageNum .numWrapper div:nth-child(2) {
  display: inline;
}

#specialtalkContent .pageTitleArea h2 {
  font-size: 4rem;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

#specialtalkContent .blockTitle {
  width: 100%;
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 3.8rem;
  line-height: 5.8rem;
  text-align: center;
  margin: 7.9rem auto 7.1rem;
}

#specialtalkContent .blockTitle.bT2 {
  margin: 0 auto 7.1rem;
}

#specialtalkContent .blockWrapper .talkBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 63rem;
  margin: 0 auto 3rem;
}

#specialtalkContent .blockWrapper .talkBlock p {
  display: block;
}

#specialtalkContent .blockWrapper .talkBlock p:nth-child(1) {
  width: 10rem;
  color: #ed6d00;
  font-weight: bold;
}

#specialtalkContent .blockWrapper .talkBlock p:nth-child(2) {
  width: 53rem;
}

#specialtalkContent .blockWrapper .talkBlock p:nth-child(2) span {
  font-weight: bold;
}

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

#specialtalkContent .photoBlock {
  width: 100%;
  text-align: center;
  padding: 8rem 0 7.1rem 0;
}

#specialtalkContent .photoBlock img {
  width: 40rem;
  margin: 0 auto;
}

#specialtalkContent .photoBlock p {
  margin: 1.3rem 0 0 0;
  font-size: 2.8rem;
  line-height: 4.2rem;
}

#specialtalkContent .imgBlock {
  width: 100%;
  background-color: #f4f4f4;
  margin: 7.9rem auto 7.2rem;
  text-align: center;
  padding: 5.66rem 0 3.6rem 0;
}

#specialtalkContent .imgBlock .imgWrap {
  width: 57.8rem;
  margin: 0 auto;
}

#specialtalkContent .imgBlock p {
  width: 57.8rem;
  text-align: justify;
  font-size: 2.8rem;
  line-height: 4.2rem;
  margin: 2.3rem auto 0;
}

#specialtalkContent .imgBlock p span {
  color: #ed6d00;
}

#specialtalkContent .txtBlock {
  width: 69rem;
  background-color: #f4f4f4;
  margin: 7.8rem auto 7.8rem;
  text-align: center;
  padding: 5.6rem 0 5.6rem 0;
  z-index: -2;
  position: relative;
}

#specialtalkContent .txtBlock .txtWrap {
  width: 57.8rem;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 3.3rem 0 3.8rem 4.75rem;
  position: relative;
}

#specialtalkContent .txtBlock .txtWrap p {
  width: 48.8rem;
  text-align: justify;
  font-size: 2.8rem;
  line-height: 4.2rem;
}

#specialtalkContent .txtBlock .txtWrap p span {
  color: #ed6d00;
}

#specialtalkContent .txtWrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-filter: blur(1.4rem);
          filter: blur(1.4rem);
  -webkit-transform: translateY(0) translateX(0.6rem);
          transform: translateY(0) translateX(0.6rem);
  mix-blend-mode: multiply;
  z-index: -1;
}

#specialtalkContent.vol1 .imgBlock {
  position: relative;
  z-index: -1;
}

#specialtalkContent.vol1 .imgBlock .imgWrap {
  position: relative;
}

#specialtalkContent.vol1 .imgBlock .imgWrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-filter: blur(1.4rem);
          filter: blur(1.4rem);
  -webkit-transform: translateY(0) translateX(0.6rem);
          transform: translateY(0) translateX(0.6rem);
  mix-blend-mode: multiply;
  z-index: -1;
}

#specialtalkContent.vol2 .photoBlock {
  padding: 8rem 0 7.6rem 0;
}

#specialtalkContent.vol3 .photoBlock {
  padding: 7.9rem 0 7.2rem 0;
}

#specialtalkContent.vol3 .photoBlock img {
  width: 100%;
}

#specialtalkContent.vol3 .imgBlock {
  margin: 8rem auto 0;
  text-align: center;
  padding: 5.6rem 0 5.6rem 0;
  position: relative;
  z-index: -2;
}

#specialtalkContent.vol3 .imgBlock .imgWrap {
  width: 57.8rem;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#specialtalkContent.vol3 .imgBlock .imgWrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-filter: blur(1.4rem);
          filter: blur(1.4rem);
  -webkit-transform: translateY(0) translateX(0.6rem);
          transform: translateY(0) translateX(0.6rem);
  mix-blend-mode: multiply;
  z-index: -1;
}

#specialtalkContent.vol4 .photoBlock {
  padding: 7.9rem 0 6.2rem 0;
}

#specialtalkContent.vol4 .photoBlock img {
  width: 100%;
}

#specialtalkContent.vol4 .photoBlock p {
  text-align: center;
}

#specialtalkContent.vol4 .photoBlock.pB2 {
  padding: 8rem 0 1.9rem 0;
}

#specialtalkContent.vol4 .photoBlock.pB2 img {
  width: 100%;
}

#specialtalkNav {
  margin: 7.2rem 0 0 0;
}

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

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

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

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

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

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

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

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

#specialtalkNav.vol4 {
  margin: 0 0 0 0;
}

#specialtalkPagination .boxArea ul {
  width: 69rem;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#specialtalkPagination .boxArea ul li {
  margin: 0 0 2.9rem 0;
  width: auto;
  height: auto;
}

#specialtalkPagination .boxArea ul li .boxWrapper {
  width: 33rem;
  height: 27.4rem;
  -webkit-box-shadow: 0.6rem 0 1.5rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.6rem 0 1.5rem 0 rgba(0, 0, 0, 0.15);
  position: relative;
}

#specialtalkPagination .boxArea ul li .boxWrapper p {
  width: auto;
  font-size: 3rem;
  line-height: 5.25rem;
}

#specialtalkPagination .boxArea ul li .boxWrapper .boxMask {
  width: 33rem;
  height: 27.4rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ed6d00;
  -webkit-clip-path: circle(6rem at top 3.55rem left 3.55rem);
          clip-path: circle(6rem at top 3.55rem left 3.55rem);
  z-index: 5;
  -webkit-transition: 1s;
  transition: 1s;
}

#specialtalkPagination .boxArea ul li .boxWrapper .boxMask .boxNum {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 2.5rem;
  left: 3.01rem;
}

#specialtalkPagination .boxArea ul li .boxWrapper .boxMask p {
  padding: 13.075rem 0 0 2.64rem;
  color: #ffffff;
}

#specialtalkPagination .boxArea ul li .boxWrapper .boxInner {
  width: auto;
  padding: 13.075rem 0 0 2.64rem;
  z-index: 4;
}

#specialtalkPagination .boxArea ul li .boxWrapper .boxInner p {
  color: #333333;
}

#specialtalkPagination .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;
  -webkit-transition: 1s;
  transition: 1s;
}

#specialtalkPagination .boxArea ul li.nowPage .boxWrapper {
  width: 33rem;
  height: 27.4rem;
  background-color: #f6f6f6;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#specialtalkPagination .boxArea ul li.nowPage .boxWrapper .boxInner {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: absolute;
  top: 13.075rem;
  left: 2.64rem;
}

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

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

#specialtalkPagination .boxArea ul li:nth-child(3) .boxWrapper .boxMask p,
#specialtalkPagination .boxArea ul li:nth-child(4) .boxWrapper .boxMask p {
  padding: 14.375rem 0 0 2.44rem;
}

#specialtalkPagination .boxArea ul li:nth-child(3) .boxWrapper .boxInner,
#specialtalkPagination .boxArea ul li:nth-child(4) .boxWrapper .boxInner {
  padding: 14.375rem 0 0 2.44rem;
}

#specialtalkPagination .boxArea ul li.nowPage:nth-child(3) .boxWrapper .boxInner,
#specialtalkPagination .boxArea ul li.nowPage:nth-child(4) .boxWrapper .boxInner {
  padding: 0 0 0 0;
  top: 14.375rem;
  left: 2.44rem;
}

#specialtalkPagination .boxArea ul li.nowPage:nth-child(3) .boxWrapper::after,
#specialtalkPagination .boxArea ul li.nowPage:nth-child(4) .boxWrapper::after {
  display: none;
}

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

#specialtalkPagination .boxArea a:hover .boxWrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#specialtalkPagination .boxArea a:hover .boxWrapper .boxMask {
  -webkit-clip-path: circle(50rem at top 5rem left 5rem);
          clip-path: circle(50rem at top 5rem left 5rem);
}

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

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

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

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

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

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

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

@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) {
  #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) {
  #specialtalkTop {
    margin: 0 0 0 0;
  }
  #specialtalkTop .pageHeader {
    max-width: 1200px;
    width: 98%;
    height: 50px;
    padding: 13px 0 13px 1%;
    font-size: 24px;
    margin: 0 auto;
  }
  #specialtalkTop a .pageHeader {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #specialtalkTop a:hover .pageHeader {
    opacity: 0.7;
  }
  #specialtalkTop .titleBand {
    padding: 0 0 13px 0;
  }
  #specialtalkTop .titleBand .title {
    height: 110px;
    background: url("../../common/img/specialtalk.png") no-repeat;
    background-position: center 19.4px;
    background-size: 383px auto;
    margin: 0 0 0 0;
  }
  #specialtalkTop .titleBand h1 {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    font-weight: normal;
    font-family: "Sawarabi Mincho", sans-serif;
    padding: 75px 0 0 0;
  }
  #specialtalkTop .titleBand p {
    font-size: 21px;
    line-height: 33px;
    font-weight: bold;
    margin: 0 0 3px 0;
  }
  #specialtalkTop .titleBand .pageNum {
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-weight: bold;
  }
  #specialtalkTop .titleBand .pageNum .numWrapper {
    left: 10px;
  }
  #specialtalkTop .titleBand .pageNum .numWrapper div {
    font-size: 18px;
    line-height: 18px;
    height: 31px;
    margin: 6.5px auto 0;
  }
  #specialtalkTop .specialtalkFV {
    padding: 307px 0 0 0;
    margin: 0 0 0 0;
  }
  #specialtalkTop .specialtalkFV .specialtalkTitleArea {
    width: 100%;
    padding: 138px 0 24px 0;
  }
  #specialtalkTop .specialtalkFV .specialtalkTitleArea .specialtalkExplain {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: -0.01em;
    margin: 0 auto 17px;
    font-weight: bold;
  }
  #specialtalkTop .specialtalkFV .specialtalkTitleArea .talkTitle {
    width: 580px;
    height: 147px;
    margin: 0 auto;
    text-align: center;
  }
  #specialtalkTop .specialtalkFV .specialtalkTitleArea .talkTitle img {
    width: auto;
    height: 147px;
  }
  #specialtalkTop .specialtalkFV .specialtalkTitleArea .specialtalkTitleText {
    width: 90%;
    max-width: 900px;
    margin: 21px auto 0;
    padding: 0 0 36.6px 0;
    position: relative;
  }
  #specialtalkTop .specialtalkFV .specialtalkTitleArea .specialtalkTitleText p {
    font-size: 16px;
    line-height: 28.8px;
  }
  #specialtalkTop .specialtalkFV .specialtalkTitleArea .specialtalkTitleText .profileLink {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    border-bottom: 2px solid #333333;
    margin: 0 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #specialtalkTop .specialtalkFV .FVgrad {
    top: 266px;
    height: 144px;
  }
  #specialtalkTop .specialtalkFV .FVimg {
    position: absolute;
    max-width: 785px;
    width: 90%;
    margin: auto;
    top: 56px;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  #specialtalkContent {
    padding: 74px 0 0 0;
  }
  #specialtalkContent .inner {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  #specialtalkContent .inner.bT2 {
    padding: 30px 0 0 0;
  }
  #specialtalkContent .pageTitleArea {
    font-size: 24px;
    font-weight: bold;
    width: 90%;
    max-width: 808px;
    margin: 0 auto;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #specialtalkContent .pageTitleArea .pageNum {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 0 25px 0 0;
    text-align: center;
    line-height: 55px;
  }
  #specialtalkContent .pageTitleArea .pageNum .numWrapper {
    left: 20px;
  }
  #specialtalkContent .pageTitleArea .pageNum .numWrapper div {
    display: inline-block;
    width: auto;
    font-size: 25px;
    line-height: 25px;
    height: 25px;
    margin: 15px auto 0;
  }
  #specialtalkContent .pageTitleArea h2 {
    width: calc(100% - 80px);
    font-size: 24px;
    line-height: 35px;
    height: 36px;
    margin: 11px 0 0 0;
    font-weight: bold;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: justify;
    border-bottom: 1px solid #ed6d00;
  }
  #specialtalkContent .blockTitle {
    font-size: 24px;
    line-height: 39.6px;
    margin: 71.2px auto 40.8px;
  }
  #specialtalkContent .blockTitle.bT2 {
    margin: 6px auto 40.8px;
  }
  #specialtalkContent .blockWrapper .talkBlock {
    max-width: 808px;
    width: 90%;
    margin: 0 auto 26.4px;
  }
  #specialtalkContent .blockWrapper .talkBlock p {
    font-size: 16px;
    line-height: 28.8px;
  }
  #specialtalkContent .blockWrapper .talkBlock p:nth-child(1) {
    width: 67px;
  }
  #specialtalkContent .blockWrapper .talkBlock p:nth-child(2) {
    width: calc(100% - 67px);
  }
  #specialtalkContent .photoBlock {
    text-align: center;
    padding: 37.6px 0 29.35px 0;
  }
  #specialtalkContent .photoBlock img {
    width: 400px;
    margin: 0 auto;
  }
  #specialtalkContent .photoBlock p {
    margin: 15px 0 0 0;
    font-size: 13px;
    line-height: 19.5px;
  }
  #specialtalkContent .imgBlock {
    width: 100%;
    margin: 34.6px auto 34.6px;
    padding: 33px 0 26.65px 0;
  }
  #specialtalkContent .imgBlock .imgWrap {
    width: 400px;
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #specialtalkContent .imgBlock p {
    width: 400px;
    font-size: 13.3px;
    line-height: 20px;
    letter-spacing: -0.01em;
    margin: 11.35px auto 0;
  }
  #specialtalkContent .txtBlock {
    width: 100%;
    margin: 54.6px 0 42.6px 0;
    padding: 50px 0 50px 0;
    z-index: -2;
    position: relative;
  }
  #specialtalkContent .txtBlock .txtWrap {
    width: 90%;
    max-width: 805px;
    padding: 32.5px 0 32.5px 40.5px;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
  }
  #specialtalkContent .txtBlock .txtWrap p {
    width: 90%;
    max-width: 715px;
    font-size: 14px;
    line-height: 20px;
  }
  #specialtalkContent .txtBlock .txtWrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translateY(1px) translateX(1px);
            transform: translateY(1px) translateX(1px);
    mix-blend-mode: multiply;
    z-index: -1;
  }
  #specialtalkContent.vol1 .imgBlock {
    position: relative;
    z-index: -1;
  }
  #specialtalkContent.vol1 .imgBlock .imgWrap {
    position: relative;
  }
  #specialtalkContent.vol1 .imgBlock .imgWrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translateY(1px) translateX(1px);
            transform: translateY(1px) translateX(1px);
    mix-blend-mode: multiply;
    z-index: -1;
  }
  #specialtalkContent.vol2 .photoBlock {
    padding: 38px 0 38px 0;
  }
  #specialtalkContent.vol3 .photoBlock {
    margin: 52.6px 0 53.6px 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 350px;
    background: url("../../03/img/img01_grad.jpg");
    background-size: 450px 350px;
  }
  #specialtalkContent.vol3 .photoBlock .photoWrapper {
    width: 100%;
    height: 350px;
    background: url("../../03/img/img01_pc.png") no-repeat;
    background-size: 1280px 350px;
    background-position: center center;
  }
  #specialtalkContent.vol3 .imgBlock {
    margin: 52.6px auto 0;
    text-align: center;
    padding: 50px 0 50px 0;
    position: relative;
    z-index: -2;
  }
  #specialtalkContent.vol3 .imgBlock .imgWrap {
    width: 478px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #specialtalkContent.vol3 .imgBlock .imgWrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translateY(1px) translateX(1px);
            transform: translateY(1px) translateX(1px);
    mix-blend-mode: multiply;
    z-index: -1;
  }
  #specialtalkContent.vol4 .photoBlock {
    padding: 0 0 0 0;
    margin: 52.6px 0 52.6px 0;
    width: 100%;
    height: 388px;
    background: white;
    background: linear-gradient(180deg, white 0px, white 109px, #f4f4f4 370px);
  }
  #specialtalkContent.vol4 .photoBlock .pBInner {
    width: 700px;
    height: 388px;
    margin: 0 auto;
    position: relative;
  }
  #specialtalkContent.vol4 .photoBlock .pBInner img {
    position: absolute;
    top: 0;
    left: 59px;
    width: 289px;
  }
  #specialtalkContent.vol4 .photoBlock .pBInner p {
    width: 300px;
    font-size: 15px;
    line-height: 28.8px;
    position: absolute;
    top: 228px;
    left: 373px;
    text-align: justify;
  }
  #specialtalkContent.vol4 .photoBlock.pB2 {
    padding: 0 0 0 0;
    margin: 52.6px 0 50px 0;
    width: 100%;
    height: 388px;
    background: none;
    background-color: #f4f4f4;
    position: relative;
  }
  #specialtalkContent.vol4 .photoBlock.pB2 img {
    width: 700px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  #specialtalkNav {
    margin: 42.6px 0 0 0;
  }
  #specialtalkNav .inner {
    max-width: 900px;
    width: 90%;
    margin: 0 auto 0;
  }
  #specialtalkNav .inner p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 300px;
    margin: 0 auto 0;
  }
  #specialtalkNav .inner .navBox {
    margin: 45.5px 0 0 0;
    width: 100%;
    height: 225px;
    border-top: 1px solid #ed6d00;
  }
  #specialtalkNav .inner .navBox div {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
  }
  #specialtalkNav .inner .navBox .navPrev {
    top: 18px;
    left: 0;
    width: 58px;
    text-align: right;
  }
  #specialtalkNav .inner .navBox .navPrev svg {
    width: 10.8px;
    top: 1px;
    left: 2px;
  }
  #specialtalkNav .inner .navBox .navNext {
    top: 18px;
    right: 0;
    width: 58px;
  }
  #specialtalkNav .inner .navBox .navNext svg {
    width: 10.8px;
    top: 1px;
    right: 2px;
  }
  #specialtalkNav.vol3 {
    margin: 49.2px 0 0 0;
  }
  #specialtalkNav.vol4 {
    margin: 49.2px 0 0 0;
  }
}

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

@media screen and (min-width: 768px) {
  #specialtalkPagination .boxArea ul {
    width: 1223px;
    margin: 0 auto 0;
  }
  #specialtalkPagination .boxArea ul li {
    margin: 0 0 0 0;
  }
  #specialtalkPagination .boxArea ul li .boxWrapper {
    width: 275px;
    height: 162px;
    -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);
  }
  #specialtalkPagination .boxArea ul li .boxWrapper p {
    font-size: 18px;
    line-height: 31px;
  }
  #specialtalkPagination .boxArea ul li .boxWrapper .boxMask {
    width: 275px;
    height: 162px;
    -webkit-clip-path: circle(35px at top 23px left 25px);
            clip-path: circle(35px at top 23px left 25px);
  }
  #specialtalkPagination .boxArea ul li .boxWrapper .boxMask .boxNum {
    font-size: 25px;
    line-height: 25px;
    top: 14.9px;
    left: 19.3px;
  }
  #specialtalkPagination .boxArea ul li .boxWrapper .boxMask p {
    padding: 77px 0 0 22px;
  }
  #specialtalkPagination .boxArea ul li .boxWrapper .boxInner {
    padding: 77px 0 0 22px;
  }
  #specialtalkPagination .boxArea ul li .boxWrapper svg {
    position: absolute;
    width: 12px;
    top: 94px;
    right: 27.2px;
    z-index: 6;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  #specialtalkPagination .boxArea ul li .boxWrapper svg polyline {
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  #specialtalkPagination .boxArea ul li .boxWrapper::after {
    border: 1px solid #666666;
  }
  #specialtalkPagination .boxArea ul li.nowPage .boxWrapper {
    width: 275px;
    height: 162px;
  }
  #specialtalkPagination .boxArea ul li.nowPage .boxWrapper .boxMask {
    width: 275px;
    height: 162px;
    -webkit-clip-path: circle(35px at top 23px left 25px);
            clip-path: circle(35px at top 23px left 25px);
  }
  #specialtalkPagination .boxArea ul li.nowPage .boxWrapper .boxMask .boxNum {
    font-size: 25px;
    line-height: 25px;
    top: 14.9px;
    left: 19.3px;
  }
  #specialtalkPagination .boxArea ul li.nowPage .boxWrapper .boxInner {
    top: 77px;
    left: 22px;
  }
  #specialtalkPagination .boxArea ul li:nth-child(2) .boxWrapper .boxMask .boxNum,
  #specialtalkPagination .boxArea ul li:nth-child(3) .boxWrapper .boxMask .boxNum,
  #specialtalkPagination .boxArea ul li:nth-child(4) .boxWrapper .boxMask .boxNum {
    left: 19.6px;
  }
  #specialtalkPagination .boxArea ul li:nth-child(3),
  #specialtalkPagination .boxArea ul li:nth-child(4) {
    margin: 0 0 0 0;
  }
  #specialtalkPagination .boxArea ul li:nth-child(3) .boxWrapper .boxMask p,
  #specialtalkPagination .boxArea ul li:nth-child(4) .boxWrapper .boxMask p {
    padding: 92px 0 0 22px;
  }
  #specialtalkPagination .boxArea ul li:nth-child(3) .boxWrapper .boxInner,
  #specialtalkPagination .boxArea ul li:nth-child(4) .boxWrapper .boxInner {
    padding: 92px 0 0 22px;
  }
  #specialtalkPagination .boxArea ul li.nowPage:nth-child(3) .boxWrapper .boxInner,
  #specialtalkPagination .boxArea ul li.nowPage:nth-child(4) .boxWrapper .boxInner {
    padding: 0 0 0 0;
    top: 92px;
    left: 22px;
  }
  #specialtalkPagination .boxArea a:hover .boxWrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #specialtalkPagination .boxArea a:hover .boxWrapper .boxMask {
    -webkit-clip-path: circle(300px at top 40px left 40px);
            clip-path: circle(300px at top 40px left 40px);
  }
  #specialtalkPagination .boxArea a:hover .boxWrapper svg {
    -webkit-transform: translateX(12.2px);
            transform: translateX(12.2px);
  }
  #specialtalkPagination .boxArea a:hover .boxWrapper svg polyline {
    stroke: #ffffff;
  }
  #specialtalkPagination .backButtonArea {
    width: 300px;
    margin: 117px auto 125px;
  }
  #specialtalkPagination .backButtonArea p {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    margin: 0 0 23px 0;
  }
  #specialtalkPagination .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;
  }
  #specialtalkPagination .backButtonArea .backButton p {
    font-size: 18px;
    margin: 0 0 0 0;
    text-align: left;
    line-height: 18px;
  }
  #specialtalkPagination .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;
  }
  #specialtalkPagination .backButtonArea .backButton svg polyline {
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  #specialtalkPagination .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;
  }
  #specialtalkPagination .backButtonArea a:hover .backButton {
    border: 1px solid #ffffff;
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #specialtalkPagination .backButtonArea a:hover .backButton svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  #specialtalkPagination .backButtonArea a:hover .backButton svg polyline {
    stroke: #ffffff;
  }
  #specialtalkPagination .backButtonArea a:hover .backButton:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #specialtalkPagination .boxArea ul {
    width: 600px;
    margin: 0 auto 0;
  }
  #specialtalkPagination .boxArea ul li {
    margin: 0 0 30px 0;
  }
  #specialtalkPagination .boxArea ul li:nth-child(3),
  #specialtalkPagination .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);
          transform: translate(-100rem, 0);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1200ms;
  transition: all 1200ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
#naha-base .title .js-fade.js-scrollin {
  -webkit-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 .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;
    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);
            transform: translateX(0);
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
    z-index: 1;
  }
  #naha-base .goButton svg polyline {
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  #naha-base .goButton::before {
    display: block;
    -webkit-transition: 700ms;
    transition: 700ms;
    max-width: 421px;
    width: 100%;
    height: 80px;
    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: 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);
            transform: translateX(4px);
  }
  #naha-base a:hover .goButton svg polyline {
    stroke: #ffffff;
  }
  #naha-base a:hover .goButton:before {
    -webkit-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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: 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: 360px;
    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;
  }


}