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

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

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

#contactTop .titleBand {
  width: 100%;
  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;
  padding: 2.2rem 0 0.9rem 0;
}

#contactTop .titleBand .title {
  margin: 0 0 0 0;
  background-image: url("/img/contact.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 34rem auto;
  height: 15.35rem;
}

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

#contactHead {
  width: 69rem;
  margin: 0 auto 6rem;
  font-size: 3rem;
  line-height: 4.5rem;
  color: #333333;
}

#contactHead p {
  margin: 0 0 5.2rem 0;
}

#contactHead p.err_tit {
  color: #e71616;
  font-weight: bold;
}

#contactHead img {
  width: 100%;
}

#contactBody {
  width: 69rem;
  margin: 0 auto;
}

#contactBody form {
  width: 100%;
}

#contactBody form div {
  width: 63rem;
  margin: 0 auto;
  border-top: 0.2rem solid #cccccc;
  padding: 4.4rem 3rem 4.4rem 3rem;
  font-size: 3rem;
}

#contactBody form div div {
  border-top: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#contactBody form div div label {
  width: 100%;
}

#contactBody form div .rightContent {
  width: 100%;
}

#contactBody form div p {
  font-size: 2.6rem;
  line-height: 4.1rem;
  margin: 2.95rem 0 0 0;
}

#contactBody form div p span {
  color: #e71616;
}

#contactBody form div p a {
  color: #ed6d00;
  border-bottom: solid 0.2rem #ed6d00;
}

#contactBody form div p.error_mess {
  font-size: 2.6rem;
  line-height: 5rem;
  margin: 3.6rem 0 0 0;
  color: #e71616;
  font-weight: normal;
}

#contactBody form div p.error_mess + input,
#contactBody form div p.error_mess + #inputShokushu,
#contactBody form div p.error_mess + #inputFreeText {
  border: 0.4rem solid #e71616;
  margin: 0 0 0 0;
}

#contactBody label {
  font-size: 3.2rem;
  line-height: 3.2rem;
  color: #333333;
  text-align: left;
  display: block;
  font-weight: bold;
}

#contactBody label span {
  font-size: 2.6rem;
  color: #e71616;
  vertical-align: text-top;
  font-weight: normal;
}

#contactBody input[type="radio" i] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 2.8rem 0 0;
  padding: 0 0 0 0;
  border: 0.4rem solid #666666;
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
  font-size: 3rem;
  color: #666666;
}

#contactBody input[type="radio" i]:checked {
  border: 0.4rem solid #ed6d00;
}

#contactBody input[type="radio" i]:checked:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #ed6d00;
}

#contactBody input[type="radio" i]:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin: 0.4rem 0.4rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

#contactBody input[type="radio" i]:checked + label {
  color: #333333;
}

#contactBody input[type="text" i],
#contactBody input[type="tel" i],
#contactBody input[type="email" i],
#contactBody select {
  padding: 0 0 0 1.8rem;
  margin: 3.6rem 0 0 0;
  width: 100%;
  height: 8rem;
  font-size: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.2rem solid #666666;
  border-radius: 0;
  color: #333333;
  font-weight: bold;
}

#contactBody input[type="text" i]::-webkit-input-placeholder,
#contactBody input[type="tel" i]::-webkit-input-placeholder,
#contactBody input[type="email" i]::-webkit-input-placeholder,
#contactBody select::-webkit-input-placeholder {
  color: #cfcfcf;
}

#contactBody input[type="text" i]:-ms-input-placeholder,
#contactBody input[type="tel" i]:-ms-input-placeholder,
#contactBody input[type="email" i]:-ms-input-placeholder,
#contactBody select:-ms-input-placeholder {
  color: #cfcfcf;
}

#contactBody input[type="text" i]::-ms-input-placeholder,
#contactBody input[type="tel" i]::-ms-input-placeholder,
#contactBody input[type="email" i]::-ms-input-placeholder,
#contactBody select::-ms-input-placeholder {
  color: #cfcfcf;
}

#contactBody input[type="text" i]::placeholder,
#contactBody input[type="tel" i]::placeholder,
#contactBody input[type="email" i]::placeholder,
#contactBody select::placeholder {
  color: #cfcfcf;
}

#contactBody input[type="text" i]:focus,
#contactBody input[type="tel" i]:focus,
#contactBody input[type="email" i]:focus,
#contactBody select:focus,
#contactBody textarea#inputFreeText:focus {
  border: 0.4rem solid #ed6d00;
}

#contactBody input[type="file" i] {
  font-size: 3rem;
  margin: 2.95rem 0 0 0;
}

#contactBody input[type="file" i] + p {
  margin: 5.15rem 0 0 0;
}

#contactBody select {
  font-weight: normal;
  color: #666666;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#contactBody .selectWrap {
  width: auto;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-top: none;
  display: inline-block;
}

#contactBody select.err_sel {
  border: 0.4rem solid #e71616;
  margin: 0 0 0 0;
}

#contactBody option {
  padding: 0 0 0 0;
}

#contactBody .contactShokushu .rightContent .selectWrap {
  width: 100%;
  max-width: 100%;
}

#contactBody textarea#inputFreeText {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  min-height: 30rem;
  margin: 2.95rem 0 0 0;
  font-size: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.2rem solid #666666;
  border-radius: 0;
  color: #333333;
  padding: 1.8rem 0 0 1.8rem;
}

#contactBody textarea::-webkit-input-placeholder {
  color: #cfcfcf;
}

#contactBody textarea:-ms-input-placeholder {
  color: #cfcfcf;
}

#contactBody textarea::-ms-input-placeholder {
  color: #cfcfcf;
}

#contactBody textarea::placeholder {
  color: #cfcfcf;
}

#contactBody .contactType div {
  width: 100%;
  margin: 4rem 2.3rem 0 0;
  border-top: none;
  padding: 0 0 0 0;
  font-size: 3rem;
  display: block;
}

#contactBody .contactType div div {
  width: auto;
  margin: 0 9.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contactBody .contactType div div label {
  color: #666666;
}

#contactBody .contactType div div:nth-child(2) {
  margin: 0 0 0 0;
}

#contactBody .contactType div p.error_mess {
  margin: 0 0 0 0;
}

#contactBody .contactBirth {
  font-size: 3.2rem;
  font-weight: bold;
}

#contactBody .contactBirth select {
  margin: 2rem 1.4rem 0 0;
}

#contactBody .contactBirth select.err_sel {
  margin: 0 1.4rem 0 0;
}

#contactBody .contactBirth .selectYear {
  width: 20rem;
  font-size: 3rem;
}

#contactBody .contactBirth .selectMonth {
  width: 10rem;
  font-size: 3rem;
}

#contactBody .contactBirth .selectDate {
  width: 10rem;
  font-size: 3rem;
}

#contactBody .contactInputFile .rightContent {
  width: auto;
  max-width: none;
}

#contactBody .contactInputFile .rightContent .inputRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#contactBody .contactInputFile .rightContent .inputRow .inputFileBox {
  display: block;
  width: 32rem;
  height: 8rem;
  border: 0.2rem solid #666666;
  text-align: left;
  color: #666666;
  font-size: 3rem;
  line-height: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.3rem 0 0 2rem;
  cursor: pointer;
}

#contactBody .contactInputFile .rightContent .inputRow .inputFileBox input {
  display: none;
}

#contactBody .contactInputFile .rightContent .inputRow #selectedFileBox_1 {
  border: none;
  color: #333333;
  width: calc(100% - 32rem);
  cursor: pointer;
  font-size: 2.8rem;
}

#contactBody .contactInputFile .rightContent .inputRow #selectedFileBox_2 {
  border: none;
  color: #333333;
  width: calc(100% - 32rem);
  cursor: pointer;
  font-size: 2.8rem;
}

#contactBody .contactInputFile .rightContent p.error_mess + .inputRow .inputFileBox {
  border: 0.4rem solid #e71616;
}

#contactBody .contactInputFile .rightContent p.error_mess + .inputRow #selectedFileBox_1,
#contactBody .contactInputFile .rightContent p.error_mess + .inputRow #selectedFileBox_2 {
  margin: 0 0 0 0;
}

#contactBody .contactFreeText div,
#contactBody .contactInputFile div {
  border-top: none;
  padding: 0 0 0 0;
}

#contactBody .contactSubmit {
  padding: 9.7rem 0 0 0;
}

#contactBody .contactSubmit p {
  margin: 17rem 0 0 0;
}

#contactBody .contactButton {
  width: 63rem;
  height: 14rem;
  font-size: 3.8rem;
  text-align: left;
  padding: 0 0 0 3rem;
  background-color: #ffffff;
  color: #333333;
  border: 0.2rem solid #666666;
  margin: 4.25rem 0 0 0;
  -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);
  cursor: pointer;
  position: relative;
  opacity: 1;
}

#contactBody .contactButton p {
  margin: 0 0 0 0;
  font-size: 3.8rem;
}

#contactBody .contactButton span {
  font-size: 3.4rem;
  color: #333333;
}

#contactBody .contactButton svg {
  width: 2.6rem;
  height: 5.6rem;
  position: absolute;
  right: 2.8rem;
  top: 4rem;
}

#contactBody .g-recaptcha,
#contactBody .g-recaptcha * {
  border-top: none;
}

#contactBody .g-recaptcha {
  width: auto;
  padding: 0 0 0 0;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  margin: 0 0 0 0;
}

#contactBody .g-recaptcha div {
  padding: 0 0 0 0;
}

#contactBody .g-recaptcha div div {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
}

#contactBody #submitButton:disabled {
  opacity: 0.5;
  cursor: auto;
}

#verifyBody {
  width: 69rem;
  margin: 0 auto;
}

#verifyBody div {
  width: 63rem;
  margin: 0 auto;
  border-top: 0.2rem solid #cccccc;
  padding: 3.6rem 3rem 3.6rem 3rem;
  font-size: 3rem;
}

#verifyBody div div {
  border-top: none;
  padding: 0 0 0 0;
}

#verifyBody div div p:nth-child(1) {
  margin: 0 0 3.4rem 0;
}

#verifyBody div p {
  font-size: 3.2rem;
  line-height: 4.8rem;
  margin: 0 0 0 0;
  color: #333333;
  font-weight: bold;
}

#verifyBody div p:nth-child(1) {
  margin: 0 0 3.4rem 0;
}

#verifyBody .contactInputFile .rightContent p {
  margin: 0 0 0 0;
  overflow-wrap: break-word;
}

#verifyBody .contactSubmit {
  width: 69rem;
  padding: 15.75rem 0 0 0;
  text-align: center;
}

#verifyBody .contactSubmit p {
  margin: 17rem 0 0 0;
}

#verifyBody .contactSubmit .contactButton {
  width: 63rem;
  height: 14rem;
  font-size: 3.8rem;
  text-align: left;
  padding: 0 0 0 3rem;
  background-color: #ffffff;
  color: #333333;
  border: 0.2rem solid #666666;
  margin: 4.25rem 0 0 0;
  -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);
  cursor: pointer;
  position: relative;
}

#verifyBody .contactSubmit .contactButton p {
  margin: 0 0 0 0;
  font-size: 3.8rem;
}

#verifyBody .contactSubmit .contactButton span {
  font-size: 3.4rem;
  color: #333333;
}

#verifyBody .contactSubmit .contactButton svg {
  width: 2.6rem;
  height: 5.6rem;
  position: absolute;
  right: 2.8rem;
  top: 4rem;
}

#verifyBody .contactSubmit .contactSendButton {
  background-color: #ed6c00;
  border: 0.2rem solid #ed6c00;
}

#verifyBody .contactSubmit .contactSendButton p {
  color: #ffffff;
  margin: 0 0 0 0;
}

#verifyBody .contactSubmit .contactSendButton svg polyline {
  stroke: #ffffff;
}

#verifyBody .contactSubmit .contactBackButton {
  margin: 16.2rem 0 0 0;
}

#sendHead {
  width: 63rem;
  margin: 0 auto;
  padding: 7rem 0 0 0;
}

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

#sendHead p {
  margin: 5.6rem 0 0 0;
  font-size: 3.2rem;
  line-height: 4.8rem;
  text-align: center;
}

#sendBody {
  width: 63rem;
  margin: 8.2rem auto;
  text-align: center;
}

#sendBody img {
  width: 15.7rem;
}

#sendBody p {
  margin: 7.72rem 0 0 0;
  text-align: justify;
  font-size: 3.2rem;
  line-height: 5.76rem;
}

#npBackButton .backButtonArea {
  width: 62.6rem;
  margin: 20.3rem auto 10.6rem;
  font-weight: bold;
}

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

#npBackButton .backButtonArea .backButton {
  width: 59.2rem;
  border: 0.2rem solid #666666;
  font-size: 3.4rem;
  padding: 5.3rem 0 5.3rem 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;
}

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

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

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

#npBackButton .backButtonArea {
  margin: 17.12rem auto 1.15rem;
}

@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) {
  #contactTop {
    margin: 0 0 0 0;
  }
  #contactTop .pageHeader {
    max-width: 1200px;
    width: 98%;
    height: 50px;
    padding: 13px 0 13px 1%;
    font-size: 24px;
    margin: 0 auto;
  }
  #contactTop a .pageHeader {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #contactTop a:hover .pageHeader {
    opacity: 0.7;
  }
  #contactTop .titleBand {
    width: 100%;
    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;
    padding: 30px 0 25px 0;
  }
  #contactTop .titleBand .title {
    margin: 0 0 0 0;
    background-image: url("/img/contact.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 238px auto;
    height: 95px;
    margin: 0 0 0 0;
  }
  #contactTop .titleBand h1 {
    font-size: 23px;
    line-height: 35px;
    padding: 60px 0 0 0;
    text-align: center;
    font-weight: normal;
    font-family: "Sawarabi Mincho", sans-serif;
  }
}

@media screen and (min-width: 768px) {
  #contactHead {
    max-width: 1200px;
    width: 90%;
    padding: 50px 40px 50px 40px;
    margin: 0 auto 0;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-align: center;
  }
  #contactHead p {
    margin: 0 0 40px 0;
  }
  #contactHead p.err_tit {
    color: #e71616;
    font-weight: bold;
  }
  #contactHead img {
    width: auto;
    height: 65px;
  }
}

@media screen and (min-width: 768px) {
  #contactBody {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    padding: 0 40px 0 40px;
  }
  #contactBody form {
    width: 100%;
  }
  #contactBody form div {
    width: 100%;
    margin: 0 auto;
    border-top: 2px solid #cccccc;
    padding: 20px 30px 20px 30px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contactBody form div div {
    border-top: none;
    display: block;
    width: 25%;
    max-width: 270px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  #contactBody form div div label {
    width: 100%;
  }
  #contactBody form div .rightContent {
    width: 75%;
    max-width: 610px;
  }
  #contactBody form div p {
    font-size: 13px;
    line-height: 25px;
    margin: 15px 0 0 0;
  }
  #contactBody form div p span {
    color: #e71616;
  }
  #contactBody form div p a {
    color: #ed6d00;
    border-bottom: solid 1px #ed6d00;
  }
  #contactBody form div p.error_mess {
    font-size: 13px;
    line-height: 25px;
    margin: 0 0 0 0;
    color: #e71616;
    font-weight: normal;
  }
  #contactBody form div p.error_mess + input,
  #contactBody form div p.error_mess + #inputShokushu,
  #contactBody form div p.error_mess + #inputFreeText {
    border: 2px solid #e71616;
  }
  #contactBody label {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    text-align: left;
    display: block;
    width: 25%;
    max-width: 270px;
    font-weight: bold;
  }
  #contactBody label span {
    font-size: 13px;
    color: #e71616;
    vertical-align: middle;
    margin: 0 0 0 6px;
    font-weight: normal;
  }
  #contactBody input[type="radio" i] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0 16.5px 0 0;
    padding: 0 0 0 0;
    border: 2px solid #666666;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #666666;
    cursor: pointer;
  }
  #contactBody input[type="radio" i]:checked {
    border: 2px solid #ed6d00;
  }
  #contactBody input[type="radio" i]:checked:before {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: #ed6d00;
  }
  #contactBody input[type="radio" i]:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 3px 3px;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all ease-out 250ms;
    transition: all ease-out 250ms;
  }
  #contactBody input[type="radio" i]:checked + label {
    color: #333333;
  }
  #contactBody input[type="text" i],
  #contactBody input[type="tel" i],
  #contactBody input[type="email" i],
  #contactBody select {
    padding: 0 0 0 25px;
    margin: 0 0 0 0;
    max-width: 610px;
    height: 50px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #666666;
    border-radius: 0;
    color: #333333;
    font-weight: bold;
  }
  #contactBody input[type="text" i]::-webkit-input-placeholder,
  #contactBody input[type="tel" i]::-webkit-input-placeholder,
  #contactBody input[type="email" i]::-webkit-input-placeholder,
  #contactBody select::-webkit-input-placeholder {
    color: #cfcfcf;
  }
  #contactBody input[type="text" i]:-ms-input-placeholder,
  #contactBody input[type="tel" i]:-ms-input-placeholder,
  #contactBody input[type="email" i]:-ms-input-placeholder,
  #contactBody select:-ms-input-placeholder {
    color: #cfcfcf;
  }
  #contactBody input[type="text" i]::-ms-input-placeholder,
  #contactBody input[type="tel" i]::-ms-input-placeholder,
  #contactBody input[type="email" i]::-ms-input-placeholder,
  #contactBody select::-ms-input-placeholder {
    color: #cfcfcf;
  }
  #contactBody input[type="text" i]::placeholder,
  #contactBody input[type="tel" i]::placeholder,
  #contactBody input[type="email" i]::placeholder,
  #contactBody select::placeholder {
    color: #cfcfcf;
  }
  #contactBody input[type="text" i]:focus,
  #contactBody input[type="tel" i]:focus,
  #contactBody input[type="email" i]:focus,
  #contactBody select:focus,
  #contactBody textarea#inputFreeText:focus {
    border: 2px solid #ed6d00;
  }
  #contactBody input[type="file" i] {
    font-size: 16px;
    margin: 0 0 0 0;
  }
  #contactBody input[type="file" i] + p {
    margin: 18.8px 0 0 0;
    font-size: 13px;
    line-height: 23.4px;
  }
  #contactBody select {
    font-weight: normal;
    color: #666666;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
  }
  #contactBody select.err_sel {
    border: 2px solid #e71616;
  }
  #contactBody .selectWrap {
    width: auto;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-top: none;
    display: inline-block;
  }
  #contactBody .selectWrap::after {
    content: "";
    background-image: url("/contact/img/v.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: absolute;
    top: 20px;
    right: 45px;
    width: 22.5px;
    height: 12px;
  }
  #contactBody option {
    padding: 0 0 0 0;
  }
  #contactBody .contactShokushu .rightContent .selectWrap {
    width: 100%;
    max-width: 100%;
  }
  #contactBody .contactShokushu .rightContent .selectWrap::after {
    right: 15px;
  }
  #contactBody .contactFreeText {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #contactBody .contactFreeText label {
    margin: 16.5px 0 0 0;
  }
  #contactBody .contactFreeText .rightContent {
    width: 75%;
    max-width: 820px;
  }
  #contactBody textarea#inputFreeText {
    min-width: 200px;
    max-width: 820px;
    width: 100%;
    min-height: 290px;
    margin: 0 0 0 0;
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #666666;
    border-radius: 0;
    color: #333333;
    padding: 17.5px 0 0 25px;
  }
  #contactBody textarea::-webkit-input-placeholder {
    color: #cfcfcf;
  }
  #contactBody textarea:-ms-input-placeholder {
    color: #cfcfcf;
  }
  #contactBody textarea::-ms-input-placeholder {
    color: #cfcfcf;
  }
  #contactBody textarea::placeholder {
    color: #cfcfcf;
  }
  #contactBody .contactType {
    padding: 30px 0 30px 30px;
  }
  #contactBody .contactType label {
    padding: 0 0 0 0;
  }
  #contactBody .contactType .rightContent {
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  #contactBody .contactType .rightContent div {
    width: auto;
    margin: 0 0 0 0;
    border-top: none;
    padding: 0 0 0 0;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    max-width: none;
  }
  #contactBody .contactType .rightContent div div {
    width: auto;
    margin: 0 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
  }
  #contactBody .contactType .rightContent div div label {
    width: auto;
    color: #666666;
    padding: 0 0 0 0;
    max-width: none;
  }
  #contactBody .contactType .rightContent div:nth-child(2) {
    margin: 0 0 0 0;
  }
  #contactBody .contactBirth {
    font-size: 16px;
  }
  #contactBody .contactBirth select {
    margin: 0 15px 0 0;
  }
  #contactBody .contactBirth select.err_sel {
    margin: 0 15px 0 0;
  }
  #contactBody .contactBirth .selectYear {
    width: 180px;
    font-size: 16px;
  }
  #contactBody .contactBirth .selectMonth {
    width: 114px;
    font-size: 16px;
    margin: 0 15px 0 40px;
  }
  #contactBody .contactBirth .selectMonth.err_sel {
    margin: 0 15px 0 40px;
  }
  #contactBody .contactBirth .selectDate {
    width: 114px;
    font-size: 16px;
    margin: 0 15px 0 40px;
  }
  #contactBody .contactBirth .selectDate.err_sel {
    margin: 0 15px 0 40px;
  }
  #contactBody .contactInputFile .rightContent {
    width: auto;
    max-width: none;
  }
  #contactBody .contactInputFile .rightContent .inputRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 682px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contactBody .contactInputFile .rightContent .inputRow .inputFileBox {
    display: block;
    width: 180px;
    height: 50px;
    border: 1px solid #666666;
    text-align: center;
    color: #666666;
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 0;
    cursor: pointer;
  }
  #contactBody .contactInputFile .rightContent .inputRow .inputFileBox input {
    display: none;
  }
  #contactBody .contactInputFile .rightContent .inputRow #selectedFileBox_1 {
    border: none;
    color: #333333;
    width: auto;
    cursor: pointer;
    font-size: 16px;
  }
  #contactBody .contactInputFile .rightContent .inputRow #selectedFileBox_2 {
    border: none;
    color: #333333;
    width: auto;
    cursor: pointer;
    font-size: 16px;
  }
  #contactBody .contactInputFile .rightContent p.error_mess + .inputRow .inputFileBox {
    border: 2px solid #e71616;
  }
  #contactBody .contactFreeText div,
  #contactBody .contactInputFile div {
    padding: 0 10px 0 0;
  }
  #contactBody .contactFreeText div.rightContent,
  #contactBody .contactInputFile div.rightContent {
    padding: 0 0 0 0;
    width: 75%;
  }
  #contactBody .contactSubmit {
    display: block;
    padding: 108px 0 0 0;
    text-align: center;
  }
  #contactBody .contactSubmit p {
    margin: 100px 0 0 0;
    text-align: center;
  }
  #contactBody .contactButton {
    width: 421px;
    height: 80px;
    font-size: 20px;
    text-align: left;
    padding: 0 0 0 20px;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #666666;
    margin: 17px auto 0;
    -webkit-box-shadow: 6px 0 30px 0 rgba(9, 0, 0, 0.15);
            box-shadow: 6px 0 30px 0 rgba(9, 0, 0, 0.15);
    z-index: 1;
  }
  #contactBody .contactButton p {
    font-size: 20px;
    margin: 0 0 0 0;
    text-align: left;
    z-index: 2;
  }
  #contactBody .contactButton span {
    font-size: 16px;
    color: #333333;
  }
  #contactBody .contactButton 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;
  }
  #contactBody .contactButton svg polyline {
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  #contactBody .contactButton::before {
    display: block;
    -webkit-transition: 700ms;
    transition: 700ms;
    width: 419px;
    height: 78px;
    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;
  }
  #contactBody .contactButton:hover {
    border: 1px solid #ffffff;
  }
  #contactBody .contactButton:hover p {
    color: #ffffff;
  }
  #contactBody .contactButton:hover p span {
    color: #ffffff;
  }
  #contactBody .contactButton:hover svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  #contactBody .contactButton:hover svg polyline {
    stroke: #ffffff;
  }
  #contactBody .contactButton:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  #contactBody .g-recaptcha,
  #contactBody .g-recaptcha * {
    border-top: none;
    max-width: none;
  }
  #contactBody .g-recaptcha {
    width: auto;
    padding: 0 0 0 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    margin: 0 auto 0;
  }
  #contactBody .g-recaptcha div {
    padding: 0 0 0 0;
    margin: 0 auto;
  }
  #contactBody .g-recaptcha div div {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
  }
  #contactBody #submitButton:disabled {
    opacity: 0.5;
    cursor: auto;
  }
  #contactBody #submitButton:disabled::before {
    display: block;
    -webkit-transition: 0ms;
    transition: 0ms;
    width: 419px;
    height: 78px;
    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;
  }
  #contactBody #submitButton:disabled:hover {
    border: 1px solid #666666;
  }
  #contactBody #submitButton:disabled:hover p {
    color: #333333;
  }
  #contactBody #submitButton:disabled:hover p span {
    color: #333333;
  }
  #contactBody #submitButton:disabled:hover svg {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #contactBody #submitButton:disabled:hover svg polyline {
    stroke: #666666;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  #contactBody .contactBirth {
    text-align: left;
  }
  #contactBody .contactBirth .rightContent .selectWrap:nth-child(3) {
    margin: 20px 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  #verifyBody {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    padding: 0 40px 0 40px;
  }
  #verifyBody div {
    width: 100%;
    margin: 0 auto;
    border-top: 2px solid #cccccc;
    padding: 34.5px 30px 34.5px 30px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #verifyBody div div {
    border-top: none;
    display: block;
    width: 25%;
    max-width: 270px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  #verifyBody div div p:nth-child(1) {
    font-size: 18px;
    margin: 0 0 0 0;
  }
  #verifyBody div p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 0 0;
    color: #333333;
    font-weight: bold;
    width: 25%;
    max-width: 270px;
  }
  #verifyBody div p:nth-child(1) {
    font-size: 18px;
    margin: 0 0 0 0;
  }
  #verifyBody div p:nth-child(2) {
    width: auto;
    max-width: 75%;
  }
  #verifyBody .contactType {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    width: 100%;
  }
  #verifyBody .contactFreeText div {
    width: 25%;
    max-width: 270px;
  }
  #verifyBody .contactFreeText div p {
    width: auto;
  }
  #verifyBody .contactFreeText p {
    width: auto;
    max-width: none;
  }
  #verifyBody .contactInputFile div {
    width: 25%;
    max-width: 270px;
  }
  #verifyBody .contactInputFile div p {
    width: auto;
  }
  #verifyBody .contactInputFile .rightContent {
    width: auto;
    max-width: 75%;
  }
  #verifyBody .contactInputFile .rightContent p {
    max-width: 100%;
  }
  #verifyBody .contactSubmit {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 100px 0 0 0;
    text-align: center;
  }
  #verifyBody .contactSubmit p {
    margin: 100px 0 0 0;
    text-align: center;
  }
  #verifyBody .contactSubmit .contactButton {
    width: 284px;
    height: 80px;
    font-size: 20px;
    text-align: left;
    padding: 0 0 0 20px;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #666666;
    margin: 0 auto 0;
    -webkit-box-shadow: 6px 0 30px 0 rgba(9, 0, 0, 0.15);
            box-shadow: 6px 0 30px 0 rgba(9, 0, 0, 0.15);
    z-index: 1;
    display: block;
  }
  #verifyBody .contactSubmit .contactButton p {
    font-size: 20px;
    margin: 0 0 0 0;
    text-align: left;
    z-index: 2;
    width: auto;
    max-width: none;
  }
  #verifyBody .contactSubmit .contactButton span {
    font-size: 16px;
    color: #333333;
  }
  #verifyBody .contactSubmit .contactButton 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;
  }
  #verifyBody .contactSubmit .contactButton svg polyline {
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  #verifyBody .contactSubmit .contactSendButton {
    background-color: #ed6c00;
    border: 1px solid #ed6c00;
  }
  #verifyBody .contactSubmit .contactSendButton p {
    color: #ffffff;
    margin: 0 0 0 0;
  }
  #verifyBody .contactSubmit .contactSendButton svg polyline {
    stroke: #ffffff;
  }
  #verifyBody .contactSubmit .contactSendButton::before {
    display: block;
    -webkit-transition: 700ms;
    transition: 700ms;
    width: 282px;
    height: 78px;
    content: "";
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    opacity: 0;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #verifyBody .contactSubmit .contactSendButton:hover {
    border: 1px solid #ed6d00;
  }
  #verifyBody .contactSubmit .contactSendButton:hover p {
    color: #ed6d00;
  }
  #verifyBody .contactSubmit .contactSendButton:hover p span {
    color: #ed6d00;
  }
  #verifyBody .contactSubmit .contactSendButton:hover svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  #verifyBody .contactSubmit .contactSendButton:hover svg polyline {
    stroke: #ed6d00;
  }
  #verifyBody .contactSubmit .contactButton:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  #verifyBody .contactSubmit .contactBackButton {
    margin: 78px auto 0;
  }
  #verifyBody .contactSubmit .contactBackButton::before {
    display: block;
    -webkit-transition: 700ms;
    transition: 700ms;
    width: 282px;
    height: 78px;
    content: "";
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    opacity: 0;
    background-color: #666666;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #verifyBody .contactSubmit .contactBackButton:hover {
    border: 1px solid #666666;
  }
  #verifyBody .contactSubmit .contactBackButton:hover p {
    color: #ffffff;
  }
  #verifyBody .contactSubmit .contactBackButton:hover p span {
    color: #ffffff;
  }
  #verifyBody .contactSubmit .contactBackButton:hover svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  #verifyBody .contactSubmit .contactBackButton:hover svg polyline {
    stroke: #ffffff;
  }
}

@media screen and (min-width: 768px) {
  #sendHead {
    width: 656px;
    margin: 71px auto 0;
    padding: 0 0 0 0;
  }
  #sendHead h2 {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #sendHead p {
    margin: 29px 0 0 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  #sendBody {
    width: 656px;
    margin: 41px auto;
    text-align: center;
  }
  #sendBody img {
    width: 78.5px;
  }
  #sendBody p {
    margin: 41.8px 0 0 0;
    text-align: center;
    font-size: 16px;
    line-height: 32.4px;
  }
}

@media screen and (min-width: 768px) {
  #npBackButton .backButtonArea {
    width: 300px;
    margin: 94px auto 10px;
  }
  #npBackButton .backButtonArea p {
    font-size: 20px;
    text-align: center;
    margin: 0 0 23px 0;
  }
  #npBackButton .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;
  }
  #npBackButton .backButtonArea .backButton p {
    font-size: 18px;
    margin: 0 0 0 0;
    text-align: left;
    line-height: 18px;
  }
  #npBackButton .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;
  }
  #npBackButton .backButtonArea .backButton svg polyline {
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  #npBackButton .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;
  }
  #npBackButton .backButtonArea a:hover .backButton {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  #npBackButton .backButtonArea a:hover .backButton svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  #npBackButton .backButtonArea a:hover .backButton svg polyline {
    stroke: #ffffff;
  }
  #npBackButton .backButtonArea a:hover .backButton:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}

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

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

@media screen and (min-width: 768px) {
  .backButtonArea {
    margin: 109.3rem auto 3px;
  }
}

@-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 20px;
  }
  #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;
    line-height: 145%;
  }
}