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

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

/* ====================================================
==================================================== */
.main-head {
  position: relative;
  background: url(../images/kv.jpg) no-repeat center top;
  background-size: cover;
  height: 380px;
  position: relative;
}
.main-head:after {
  content: "";
  display: block;
  border-top: 4vw solid transparent;
  border-left: 12vw solid transparent;
  border-right: 12vw solid #fff100;
  border-bottom: 4vw solid #fff100;
  position: absolute;
  bottom: 0;
  right: 0;  
}
.main-head:before {
  content: "";
  display: block;
  border-top: 4vw solid #fff100;
  border-left: 12vw solid #fff100;
  border-right: 12vw solid transparent;
  border-bottom: 4vw solid transparent;
  position: absolute;
  top: 0;
  left: 0;  
}
.main-head .headBox {
  width: 832px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main-head .headBox h1 {
  padding-top: 60px;
}
.main-head .headBox p.pic {
  position: absolute;
  bottom: -20px;
  right: 30px;
}
.main-head .headBox p.pic img.pc {
  display: none;
}
.main-head .headBox p.pic img.sp {
  display: block;
}
#gigyaShare {
  margin-top: 30px;
}
@media screen and (max-width: 816px) {
  .main-head {
    position: relative;
    background: url(../images/kv_sp2.jpg) no-repeat top center #ccc;
    background-size: cover;
    height: auto;
    min-height: 278px;
    position: relative;
  }
  .main-head .headBox {
    width: 100%;
    display: block;
    padding: 0 0 20px;
  }
  .main-head .headBox h1 {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .main-head .headBox p.pic {
    position: static;
    margin: 25px auto;
    width: 50%;
    display: none;
  }
  #gigyaShare {
    text-align: left;
    width: auto;
    position: absolute;
    left: -20px;
    bottom: 20px;
    padding: 0;
    margin: 0;
  }
  #gigyaShare {
    transform: scale(0.6);
  }
}

footer {
  background: #243379;
}
footer .inner {
  height: 100%;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #243379;
  position: relative;
  padding: 50px 0;
}
footer .inner p.btnBack {
  position: absolute;
  top: 50px;
  left: 0px;
}
footer .inner p.btnBack a{
  display: block;
}
footer .inner p.btnBack img {
  width: auto;
  height: 45px;
}
footer .inner p.logo {
  position: absolute;
  top: 60px;
  right: 0;
}
footer .inner p.copyright {
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  text-align: center;
}
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: 816px) {
  footer .inner {
    width: 90%;
    padding: 20px 5% 120px;
    box-sizing: inherit;
  }
  footer .inner p.btnBack {
    width: auto;
    height: 48px;
    top: 30px;
  }
  footer .inner p.logo {
    height: 18px;
    width: auto;
    position: absolute;
    top: 43px;
    right: 0;
  }
  footer .inner p.logo img {
    height: 100%;
    width: auto;
  }
  footer .inner p.copyright {
    width: 90%;
    position: absolute;
    bottom: 30px;
    height: 1em;
    line-height: 1em;
    font-size: 12px;
    text-align: center;
  }
  footer .radiko-btn li {
    width: 75px;
  }
}

.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: #000;
  padding-top: 2px;
  text-align: left;
}

@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;
  text-align: left;
}

@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: #d2edf8;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  color: #000;
}

@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: #d2edf8 url("../images/message/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: #000;
}

@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: #049ad9;
}

.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/message/arrow-blue.gif") 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: #d2edf8;
  border-radius: 50%;
}

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #049ad9;
  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: 620px;
  margin: 0 auto 40px;
  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: 49%;
}
.submit-area .btn-block .submit-btn {
  margin-right: 1%;
}
.submit-area .btn-block .reset-btn {
  margin-left: 1%;
}
.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: 4px;
  border: none;
  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,
  .submit-area .btn-block .reset-btn:hover {
    opacity: 0.7;
    transition: all 0.2s ease;
  }
}

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

.submit-area .btn-block .submit-btn input {
  background: #049ad9;
}

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

.submit-area .btn-block .reset-btn input {
  background: #b3b3b3;
  color: #fff;
}

@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: 303px;
  margin: 0 auto 25px;
}

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

.thanks__txt {
  color: #049ad9;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 90px;
}

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

/*# sourceMappingURL=maps/styles.css.map */
.message-form {
  width: 90%;
  max-width: 800px;
  margin: 100px auto;
  text-align: center;
  font-size: 16px;
  color: #000;
}
h2.form-img-ttl{
  margin-bottom: 80px;
}
p.lead {
  font-size: 18px;
  font-weight: bold;
  color: #049ad9;
  margin-bottom: 30px;
}
p.pic {
  margin-bottom: 100px;
}
p.pic span {
  margin-top: 10px;
  display: block;
}
h3.form-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #049ad9;
  margin-bottom: 40px;
}
.caution-txt {
  font-size: 12px;
  color: #000;
  text-align: left;
}
.submit-area p.txt {
  color: #000;
  font-size: 16px;
}
p .errors {
  margin: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .message-form {
    margin: 50px auto 50px;
  }
  .message-form .inner {
    padding: 0;
  }
  h2.form-img-ttl{
    width: 80%;
    max-width: 260px;
    margin: 0 auto 40px;
  }
  p.lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
  p.pic {
    margin-bottom: 50px;
  }
  p.pic span {
    font-size: 14px;
  }
  h3.form-ttl {
    margin-bottom: 20px;
  }
  .submit-area .btn-block {
    margin-bottom: 10px;
  }
  .submit-area p.txt {
    font-size: 14px;
  }
}
