@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/baseball/css/common.css";
/*==================================================================*/
/* contact css　*/
/*==================================================================*/
p.read {
  text-align: center;
}
@media screen and (max-width: 769px) {
  p.read {
    text-align: left;
  }
}

span.need {
  padding: 0 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  background: #cc0000;
  color: #fff;
  font-size: 0.8em;
}

#contact .f-contact-block {
  display: none;
}

/* form
---------------------------------------- */
input.middle, input.long, input.short, select, textarea {
  margin-bottom: 2px;
  padding: 15px;
  letter-spacing: 1px;
  background: #e9f1ff;
  border: 1px solid #e9f1ff;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input::-webkit-input-placeholder {
  color: #616161;
}

input::-moz-placeholder {
  color: #616161;
}

input:-ms-input-placeholder {
  color: #616161;
}

input::-ms-input-placeholder {
  color: #616161;
}

input::placeholder {
  color: #616161;
}

#contents {
  margin-bottom: 7em;
}
#contents button, #contents input, #contents select, #contents textarea {
  font-size: 16px;
  vertical-align: baseline;
}
#contents button:focus, #contents select:focus, #contents textarea :focus {
  -webkit-box-shadow: 0px 0px 4px #d3d3d3;
  box-shadow: 0px 0px 4px #d3d3d3;
  border: none;
}
#contents textarea {
  border: 1px solid #e9f1ff;
  width: 100%;
  font-family: sans-serif;
}
#contents select {
  cursor: pointer;
  color: #000;
  font-size: 16px;
  border-radius: 0;
  padding: 15px;
  letter-spacing: 1px;
  height: 51px;
}
#contents select.preffld {
  min-width: 160px;
}

input.short {
  width: 100%;
  margin-bottom: 5px;
  max-width: 150px;
}

input.middle {
  width: 100%;
  max-width: 360px;
}

input.long {
  width: 100%;
  max-width: 500px;
}

input[type=submit], input[type=button] {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

.read {
  margin-bottom: 2.5rem;
}

p.agree {
  margin: 0 auto 1em;
  text-align: center;
}
p.agree a {
  position: relative;
  text-decoration: underline;
}
p.agree a:hover {
  text-decoration: none;
}

.check {
  margin: 0 auto 1.5em;
  text-align: center;
}
.check label {
  cursor: pointer;
}

.center {
  text-align: center;
}

.contact-in-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem;
  border: 1px solid #ccc;
  margin-bottom: 3rem;
}
.contact-in-tel .box {
  width: 48%;
  max-width: 430px;
  margin-right: 3.5%;
}
.contact-in-tel .box:last-child {
  margin-right: 0;
}
.contact-in-tel .box .m-text {
  font-size: 2rem;
  font-weight: bold;
}
.contact-in-tel .box .m-text em {
  display: inline-block;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #000;
  line-height: 1;
  vertical-align: middle;
}
.contact-in-tel .box .m-text span {
  font-size: 2.725rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
.contact-in-tel .box .m-text a {
  color: #000;
}
.contact-in-tel .box .time {
  padding-right: 8px;
  text-align: right;
}

.contact-top .bg-area {
  padding: 2rem;
  background: #f4f4f4;
  margin-bottom: 5rem;
}
.contact-top .bg-area .title {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.contact-top .bg-area .text a {
  text-decoration: underline;
}
.contact-top .bg-area .text a:hover {
  text-decoration: none;
}
.contact-top .f-link-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-top .f-link-card .link-card {
  width: 31.333%;
  margin-right: 3%;
}
.contact-top .f-link-card .link-card:last-child {
  margin-right: 0;
}
.contact-top .f-link-card .link-card.recruit-link a .text:before {
  content: none;
}
.contact-top .f-link-card .link-card.recruit-link a .text:after {
  content: "\f35d";
  right: 0;
  width: auto;
  height: auto;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  border: none;
}
.contact-top .f-link-card .link-card.recruit-link a:hover .text:after {
  right: 0;
}
.contact-top .f-link-card .link-card a {
  position: relative;
  display: block;
  padding: 2rem 1.5rem;
  border: 1px solid #000;
  text-align: center;
}
.contact-top .f-link-card .link-card a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #e9f1ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.contact-top .f-link-card .link-card a:hover {
  text-decoration: none;
}
.contact-top .f-link-card .link-card a:hover:after {
  left: 0;
}
.contact-top .f-link-card .link-card a:hover img {
  opacity: 1;
}
.contact-top .f-link-card .link-card a:hover .text:before {
  right: 10px;
}
.contact-top .f-link-card .link-card a:hover .text:after {
  right: 6px;
}
.contact-top .f-link-card .link-card a .icon {
  margin-bottom: 1rem;
  line-height: 0;
}
.contact-top .f-link-card .link-card a .text {
  position: relative;
  font-weight: bold;
  text-align: center;
}
.contact-top .f-link-card .link-card a .text:before {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-top .f-link-card .link-card a .text:after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* -------------------------------------------- */
/* form */
/* -------------------------------------------- */
.form {
  margin: 0 auto 5em;
}
.form .form-inner {
  margin-bottom: 2em;
}
.form form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1025px) {
  .form form dl {
    padding: 10px 0 !important;
    display: block;
  }
}
.form form dl dt {
  width: 25%;
  padding: 20px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 1025px) {
  .form form dl dt {
    margin: 0 0 10px !important;
    width: 100%;
    padding: 0 !important;
  }
}
.form form dl dt span {
  padding: 0 5px;
  position: absolute;
  right: 10px;
  top: 25px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #cc0000;
  color: #fff;
  font-size: 0.8em;
}
@media screen and (max-width: 1025px) {
  .form form dl dt span {
    position: static;
    margin-left: 10px;
  }
}
.form form dl dd {
  width: 75%;
  min-height: 70px;
  padding: 20px;
  word-wrap: break-word;
  background: #fff;
}
@media screen and (max-width: 1025px) {
  .form form dl dd {
    margin: 0 !important;
    width: 100%;
    padding: 0 !important;
    min-height: auto;
  }
}
.form form dl dd select {
  margin-bottom: 10px;
}
.form form dl dd span {
  margin-bottom: 5px;
  font-size: 0.8em;
  display: inline-block;
}
.form form dl dd ul li {
  margin: 0 10px 2px 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.form form dl dd .btn-style {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.form form dl dd .btn-style a {
  padding: 2px 10px 0;
  cursor: pointer;
  font-size: 0.9em;
}
.form form dl dd label {
  cursor: pointer;
}
.form form dl dd [type=checkbox] {
  cursor: pointer;
}
.form form dl dd [type=radio] {
  cursor: pointer;
}

form #btn {
  text-align: center;
}
form #btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
form #btn ul li {
  width: 35%;
  margin: 0 1em;
}
form #btn ul li input {
  position: relative;
  border-radius: 7px;
  padding: 1em;
  width: 100%;
  max-width: 315px;
  background: #0d3c96;
  color: #fff;
  border: 1px solid #0d3c96;
  font-size: 1.3em;
  font-weight: bold;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1.2;
  cursor: pointer;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
}
form #btn ul li input:hover {
  background: #0d3c96;
  border: 1px solid #0d3c96;
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
}
form #btn ul li.back input {
  background-color: #909090;
  border: 1px solid #909090;
  border-radius: 7px;
}
form #btn ul li.back input:hover {
  color: #fff;
  cursor: pointer;
}
form #btn .b-btn {
  text-align: center;
  width: 100%;
  max-width: 315px;
  padding: 1.2em 1em;
  background: #0d3c96;
  color: #fff;
  border: 1px solid #0d3c96;
  font-size: 1.1em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 99px;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
}
form #btn .b-btn:hover {
  background: #0d3c96;
  border: 1px solid #0d3c96;
  color: #fff;
  cursor: pointer;
}
form #btn .b-btn:disabled:hover {
  opacity: 1;
  background: #000;
  background: #0d3c96;
  border: 1px solid #0d3c96;
  color: #fff;
}
form #btn button[type=submit]:disabled {
  color: #fff;
  background: #0d3c96;
  border: 1px solid #0d3c96;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
}

.btn-top {
  margin: 0 auto 2em;
  text-align: center;
  max-width: 250px;
}
.btn-top a {
  display: block;
  padding: 8px 10px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.btn-top a:before {
  content: "\f015";
  display: inline-block;
  margin-right: 0.3em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.btn-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/* -------------------------------------------- */
/*photoupload*/
/* -------------------------------------------- */
.form form dl dd .photoupload {
  margin: 1em auto;
  padding: 0.7em;
  background: #f1f1f1;
  text-align: center;
}

.hover {
  background: #e5e5d8 !important;
}

.form form dl dd .photoupload #drag-drop-area {
  border: 3px dotted #ccc;
  padding: 1em;
}

.form form dl dd .photoupload #drag-drop-area {
  border: 3px dotted #ccc;
  padding: 1em;
}

.form form dl dd .photoupload #drag-drop-area p {
  color: #bbb;
  font-size: 0.8em;
  line-height: 2;
}

.form form dl dd .photoupload #drag-drop-area p i {
  font-size: 3em;
}

.form form dl dd .photoupload #drag-drop-area p.drag-drop-info {
  font-size: 1.1em;
  line-height: 1.2;
}

.form form dl dd .photoupload #drag-drop-area a.button {
  display: inline;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F7F7F7;
  text-decoration: none;
}

#drag-drop-area label {
  display: inline;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F7F7F7;
  text-decoration: none;
}

#drag-drop-area .upload-area ul {
  letter-spacing: -0.4em;
  text-align: center;
}

#drag-drop-area .upload-area ul li {
  padding: 0 15px;
  letter-spacing: normal;
  width: 170px;
  position: relative;
  text-align: left;
  vertical-align: top;
}

#drag-drop-area .upload-area ul li img {
  width: 100%;
}

#drag-drop-area .upload-area ul li span.delete-image {
  background: rgba(248, 248, 248, 0.9) none repeat scroll 0 0;
  border: 1px solid #c4ccce;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #666666;
  display: block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 10px;
  text-align: center;
  top: -10px;
  vertical-align: middle;
  width: 30px;
  text-decoration: none;
  font-weight: bold;
}

#drag-drop-area .upload-area ul li span.delete-image:hover {
  opacity: 0.6;
}

/*アップロード済み*/
.form form dl dd .settled .fa-picture-o {
  display: none;
}

.form form dl dd .settled .drag-drop-info {
  font-size: 0.9em;
  line-height: 0.5;
}

/* -------------------------------------------- */
/* error */
/* -------------------------------------------- */
#error {
  max-width: 900px;
  width: 90%;
  margin: 0px auto 2em;
  padding: 15px;
  border: 1px solid #ff3c44;
  background-color: #fff6f7;
  font-size: 1em;
  font-weight: bold;
  color: #ff3c44;
  text-align: center;
}

p.error {
  color: #ff3c44;
  font-weight: bold;
}

.form input.error,
.form select.error,
.form textarea.error {
  background-color: #fff4f4;
}

/* -------------------------------------------- */
/* thanks */
/* -------------------------------------------- */
.thanks-message {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}

.thanks-read {
  margin-bottom: 6em;
  text-align: center;
}

.btn-top {
  text-align: center;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  p.read {
    margin-bottom: 2em;
  }
  .form form dl {
    margin: 0 auto;
    padding: 20px 0;
    display: block;
  }
  .form form dl dt {
    width: 100%;
    padding: 20px;
    position: relative;
    font-weight: bold;
  }
  .form form dl dd {
    width: 100%;
    min-height: auto;
    padding: 20px 10px;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  #contents {
    margin-bottom: 5em;
  }
  .contact-in-tel {
    display: block;
    padding: 1.5rem;
  }
  .contact-in-tel .box {
    width: 100%;
    max-width: 368px;
    margin: 0 auto;
  }
  .contact-in-tel .box:first-child {
    margin-bottom: 1.5rem;
  }
  .contact-in-tel .box:last-child {
    margin-right: auto;
  }
  .contact-in-tel .box .m-text {
    font-size: 2rem;
  }
  .contact-in-tel .box .m-text span {
    font-size: 2.25rem;
  }
  #error {
    margin-bottom: 1.5em;
    max-width: 100%;
    width: 100%;
  }
  .contact-top .bg-area {
    margin-bottom: 3rem;
    padding: 1rem;
  }
  .contact-top .f-link-card {
    display: block;
  }
  .contact-top .f-link-card .link-card {
    margin: 0 auto 1.5rem;
    width: 95%;
    max-width: 330px;
  }
  .contact-top .f-link-card .link-card:last-child {
    margin-right: auto;
  }
  .contact-top .f-link-card .link-card a {
    padding: 1.5rem 0.5rem;
  }
  .contact-top .f-link-card .link-card a .icon img {
    height: 70px;
  }
  .contact-top .f-link-card .link-card a .text {
    font-size: 1rem;
  }
  .contact-top .f-link-card .link-card a .text:before {
    right: 13px;
  }
  .contact-top .f-link-card .link-card a .text:after {
    right: 9px;
  }
  dl.tel-area {
    width: 96%;
  }
  dl.tel-area dt {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
  }
  dl.tel-area dd ul {
    display: block;
    font-size: 1.5em;
  }
  dl.tel-area dd ul li {
    padding: 10px;
    width: 100%;
    text-align: center;
  }
  form #btn {
    text-align: center;
  }
  form #btn ul {
    display: block;
  }
  form #btn ul li {
    width: 90%;
    margin: 0 auto 0.5em;
  }
  form #btn ul li input {
    font-size: 1.2em;
  }
  form #btn .b-btn {
    text-align: center;
    padding: 0.8em 1em;
    font-size: 1.2em;
  }
  /* -------------------------------------------- */
  /* error */
  /* -------------------------------------------- */
  #error {
    font-size: 1em;
  }
  /* -------------------------------------------- */
  /* thanks */
  /* -------------------------------------------- */
  .thanks-message {
    margin: 0 auto 1em;
    font-size: 1.5em;
  }
  .thanks-read {
    margin: 0 auto 2em;
    text-align: left;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* 〇〇〇〇 */
  /* -------------------------------------------- */
  .contact-in-tel {
    padding: 1rem;
  }
  .contact-in-tel .box {
    max-width: 264px;
  }
  .contact-in-tel .box .m-text {
    font-size: 1.5rem;
  }
  .contact-in-tel .box .m-text em {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
  }
  .contact-in-tel .box .m-text span {
    font-size: 1.625rem;
  }
  .contact-in-tel .box .time {
    padding-right: 3px;
    font-size: 0.9rem;
  }
  .form form dl dd ul li {
    display: block;
    margin-bottom: 0.8rem;
  }
  select.preffld {
    margin-top: 5px;
  }
  /* -------------------------------------------- */
  /* thanks */
  /* -------------------------------------------- */
  .thanks-message {
    font-size: 1.3em;
  }
}