@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: #FFF;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  background: url("../images/bg.png") no-repeat center;
  background-size: cover;
}

a {
  color: #FFF;
  text-decoration: none;
}

a.rollover {
  transition: all 0.2s ease;
}

a.rollover:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.inner {
  max-width: 1030px;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
Footer
==================================================== */
.common-btn {
  background: #b10000;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .common-btn {
    padding: 20px 0;
  }
}

.common-btn .btn-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: center;
}

.common-btn .btn-list li {
  width: 50%;
  font-size: 14px;
  font-size: 1.4rem;
}
.common-btn .btn-list li.message-btn {
  padding-right: 2%;
}
.common-btn .btn-list li.archive-btn {
  padding-left: 2%;
}

@media screen and (max-width: 768px) {
  .common-btn .btn-list li {
    width: 100%;
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .common-btn .btn-list li:last-of-type {
    margin-bottom: 0;
  }
}

.common-btn .btn-list li a {
  display: block;
  position: relative;
  background: #212121;
  color: #cdcdcd;
  text-align: center;
  padding: 38px 0 28px;
  border: 4px solid #212121;
  transition: all 0.2s ease;
}

@media screen and (max-width: 768px) {
  .common-btn .btn-list li a {
    padding: 12px 0 10px;
  }
}

.common-btn .btn-list li a::before, .common-btn .btn-list li a::after {
  content: "";
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}

.common-btn .btn-list li a::before {
  width: 272px;
  height: 25px;
  margin: 0 auto 10px;
}
.common-btn .btn-list li.message-btn a::before {
  width: 355px;
}
@media screen and (max-width: 990px) {
  .common-btn .btn-list li a::before {
    width: 220px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .common-btn .btn-list li a::before {
    width: 150px;
    height: 14px;
    margin-bottom: 5px;
  }
}

.common-btn .btn-list li a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -14px;
  background: url("../images/arrow.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 24px;
  height: 28px;
}

@media screen and (max-width: 768px) {
  .common-btn .btn-list li a::after {
    width: 12px;
    height: 14px;
    margin-top: -7px;
    right: 15px;
  }
}

@media screen and (min-width: 769px) {
  .common-btn .btn-list li a:hover {
    background: #b10000;
    color: #212121;
  }
  .common-btn .btn-list li a:hover::after {
    background-image: url("../images/arrow-bk.png");
  }
}

.common-btn .btn-list li.back-btn a::before {
  background-image: url("../images/back-txt.png");
}

@media screen and (min-width: 769px) {
  .common-btn .btn-list li.back-btn a:hover::before {
    background-image: url("../images/back-txt-bk.png");
  }
}
.common-btn .btn-list li.message-btn a::before {
  background-image: url("../images/message-txt.png");
}

.common-btn .btn-list li.archive-btn a::before {
  background-image: url("../images/archive-txt.png");
}

@media screen and (min-width: 769px) {
  .common-btn .btn-list li.archive-btn a:hover::before {
    background-image: url("../images/archive-txt-bk.png");
  }
  .common-btn .btn-list li.message-btn a:hover::before {
    background-image: url("../images/message-txt-bk.png");
  }
}

footer {
  background: #000000;
}

footer .footer-box {
  position: relative;
  height: 150px;
}

@media screen and (max-width: 768px) {
  footer .footer-box {
    height: 140px;
    padding-top: 95px;
  }
}

footer #home,
footer #copy,
footer #jwavelogo {
  position: absolute;
  top: 50%;
}

@media screen and (min-width: 769px) {
  footer #home,
  footer #copy,
  footer #jwavelogo {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

footer #home {
  width: 89px;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  footer #home {
    top: 25px;
  }
}

footer #copy {
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  footer #copy {
    position: static;
    font-size: 10px;
    font-size: 1rem;
  }
}

footer #jwavelogo {
  z-index: 2;
  width: 170px;
  right: 0;
}

@media screen and (max-width: 768px) {
  footer #jwavelogo {
    top: 40px;
    width: 148px;
  }
}

footer .radiko-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
}

footer .radiko-btn li {
  display: inline-block;
  margin-left: 3px;
}

@media screen and (max-width: 768px) {
  footer .radiko-btn li {
    width: 75px;
  }
}

#commonFooter ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

#commonFooter li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#commonFooter {
  text-align: left;
  width: 100%;
  background: #282828;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

#commonFooterInner {
  max-width: 950px;
  margin: 0 auto;
}

.main-head {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .main-head {
    margin-bottom: 85px;
  }
}

.main-head .row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.main-head .row .l-col {
  width: 45%;
  background: url("../images/flag.png") no-repeat left top;
  min-height: 721px;
  padding-left: 4.3%;
  padding-top: 41%;
}

@media screen and (max-width: 768px) {
  .main-head .row .l-col {
    width: 100%;
    padding: 30px 7% 0;
    min-height: inherit;
    height: 115vw;
    background-image: url("../images/flag-sp.png");
    background-size: 67% auto;
  }
}

.main-head .row .r-col {
  width: 47.5%;
  padding-top: 17%;
}

@media screen and (max-width: 768px) {
  .main-head .row .r-col {
    padding: 0 7%;
    margin-top: -11vw;
    width: 100%;
  }
}

.main-head .row .img {
  position: relative;
  margin-bottom: 55px;
  max-width: 475px;
}

@media screen and (max-width: 768px) {
  .main-head .row .img {
    margin-bottom: 25px;
    max-width: 100%;
  }
}

.main-head .row .img::after {
  content: "";
  display: block;
  padding-top: 58.2%;
}

.main-head .row .img .img01,
.main-head .row .img .img02 {
  position: absolute;
  max-width: 55%;
  top: 0;
}

@media screen and (max-width: 768px) {
  .main-head .row .img .img01,
  .main-head .row .img .img02 {
    max-width: 56%;
  }
}

.main-head .row .img .img01 {
  z-index: 2;
  left: 0;
}

.main-head .row .img .img02 {
  z-index: 1;
  right: 5px;
  top: 7%;
}

@media screen and (max-width: 768px) {
  .main-head .row .img .img02 {
    right: 0;
  }
}

.main-head .row .logo {
  position: absolute;
  top: 78px;
  left: 4.3%;
  max-width: 55.4%;
}

@media screen and (max-width: 768px) {
  .main-head .row .logo {
    position: static;
    max-width: 100%;
    margin-bottom: 25px;
  }
}

.main-head .row .txt-wrap {
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  .main-head .row .txt-wrap {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .main-head .row .txt-wrap {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.main-head .row .data {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #FFF;
  padding: 0 0 10px;
  margin-bottom: 15px;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .main-head .row .data {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.main-head .row .txt {
  font-style: italic;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .main-head .row .txt {
    line-height: 1.6;
  }
}

.message-form {
  max-width: 800px;
  margin: 0 auto 150px;
}

@media screen and (max-width: 768px) {
  .message-form {
    margin-bottom: 75px;
  }
}

.form-img-ttl {
  text-align: center;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .form-img-ttl {
    max-width: 80%;
    margin: 0 auto 45px;
  }
}

.form-ttl {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .form-ttl {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.form-section {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .form-section {
    margin-bottom: 40px;
  }
}

.form-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .form-item {
    margin-bottom: 20px;
  }
}

.form-item__label {
  width: 210px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #cdcdcd;
  padding-top: 2px;
}

@media screen and (max-width: 768px) {
  .form-item__label {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 8px;
  }
}

.form-item__input {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .form-item__input {
    -ms-flex: 1;
        flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .form-item__input {
    width: 100%;
  }
}

.form-item input[type="text"], .form-item input[type="email"], .form-item input[type="password"], .form-item input[type="tel"], .form-item textarea {
  background: rgba(0, 0, 0, 0.75);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  color: #cdcdcd;
}

@media screen and (max-width: 768px) {
  .form-item input[type="text"], .form-item input[type="email"], .form-item input[type="password"], .form-item input[type="tel"], .form-item textarea {
    height: 35px;
  }
}

.form-item input[type="text"].short-input, .form-item input[type="email"].short-input, .form-item input[type="password"].short-input, .form-item input[type="tel"].short-input, .form-item textarea.short-input {
  width: 150px;
}

@media screen and (max-width: 768px) {
  .form-item input[type="text"].short-input, .form-item input[type="email"].short-input, .form-item input[type="password"].short-input, .form-item input[type="tel"].short-input, .form-item textarea.short-input {
    width: 100%;
  }
}

.form-item textarea {
  height: 150px;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .form-item textarea {
    height: 90px;
  }
}

.form-item select {
  width: 150px;
  height: 30px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.75) url("../images/arrow-down.png") no-repeat right 10px center;
  background-size: 11px auto;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #cdcdcd;
}

@media screen and (max-width: 768px) {
  .form-item select {
    width: 100%;
    height: 35px;
  }
}

.form-item select::-ms-expand {
  display: none;
}

.form-item .link-list {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .form-item .link-list {
    max-width: 180px;
    margin: 25px auto 0;
  }
}

.form-item .link-list li {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 70px;
}

@media screen and (max-width: 768px) {
  .form-item .link-list li {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 8px;
  }
}

.form-item .link-list li:last-of-type {
  margin-left: 0;
}

.form-item .link-list li a {
  color: #cdcdcd;
}

.form-item .link-list li a::before {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 3px;
  vertical-align: middle;
  content: "";
  width: 13px;
  height: 15px;
  background: url("../images/arrow-wh.png") no-repeat 0 0;
  background-size: 100% auto;
}

.form-item .link-list li a:hover {
  text-decoration: underline;
}

.radio-input {
  display: none;
}

.radio-input + label {
  padding-left: 22px;
  position: relative;
  margin-right: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}

.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
}

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #cdcdcd;
  border-radius: 50%;
}

.caution-txt {
  padding-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #cdcdcd;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .caution-txt {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.submit-area {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #cdcdcd;
}

@media screen and (max-width: 768px) {
  .submit-area {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.submit-area .txt {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .submit-area .txt {
    margin-bottom: 20px;
  }
}

.submit-area .btn-block {
  max-width: 600px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.submit-area .btn-block .submit-btn,
.submit-area .btn-block .reset-btn {
  position: relative;
  width: 50%;
}

.submit-area .btn-block .submit-btn::after,
.submit-area .btn-block .reset-btn::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  left: 33px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}

@media screen and (max-width: 768px) {
  .submit-area .btn-block .submit-btn::after,
  .submit-area .btn-block .reset-btn::after {
    width: 11px;
    height: 11px;
    left: 15px;
    margin-top: -5px;
  }
}

.submit-area .btn-block .submit-btn input,
.submit-area .btn-block .reset-btn input {
  cursor: pointer;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  border: #000 4px solid;
  transition: all 0.2s ease;
}

@media screen and (max-width: 768px) {
  .submit-area .btn-block .submit-btn input,
  .submit-area .btn-block .reset-btn input {
    font-size: 14px;
    font-size: 1.4rem;
    height: 45px;
  }
}

@media screen and (min-width: 769px) {
  .submit-area .btn-block .submit-btn:hover::after,
  .submit-area .btn-block .reset-btn:hover::after {
    left: inherit;
    right: 33px;
  }
}

.submit-area .btn-block .submit-btn::after {
  background-image: url("../images/send-ico.png");
}

.submit-area .btn-block .submit-btn input {
  background: #b10000;
  border-color: #b10000;
}

@media screen and (min-width: 769px) {
  .submit-area .btn-block .submit-btn:hover input {
    border-color: #d00313;
  }
}

.submit-area .btn-block .reset-btn::after {
  background-image: url("../images/pen-ico.png");
}

.submit-area .btn-block .reset-btn input {
  background: #4b4b4b;
  border-color: #4b4b4b;
  color: #cdcdcd;
}

@media screen and (min-width: 769px) {
  .submit-area .btn-block .reset-btn:hover input {
    border-color: #a7a7a7;
  }
}

.thanks {
  text-align: center;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .thanks {
    padding-top: 25px;
  }
}

.thanks__ttl {
  max-width: 171px;
  margin: 0 auto 25px;
}

@media screen and (max-width: 768px) {
  .thanks__ttl {
    max-width: 125px;
    margin-bottom: 15px;
  }
}

.thanks__txt {
  color: #cdcdcd;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .thanks__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=maps/styles.css.map */

p .errors {
  margin: 20px;
  text-align: center;
}
