@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/baseball/css/common.css";
/*==================================================================*/
/* efforts css　*/
/*==================================================================*/
#title {
  margin-bottom: 0;
}

.base-title-s {
  margin-bottom: 2em;
  text-align: center;
}
.base-title-s span {
  display: block;
  font-size: 3.8em;
  line-height: 1.2;
  color: #0d3c96;
  font-style: italic;
}
.base-title-s em {
  font-size: 1.4em;
  font-weight: bold;
}

/* -------------------------------------------- */
/* uniform */
/* -------------------------------------------- */
.uniform {
  padding: 5em 0;
  background: url(/baseball/efforts/image/bg_uniform.png) no-repeat left -20em top -2em;
  background-size: 90%;
}
.uniform .outblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uniform .outblock .photo {
  width: 52%;
}
.uniform .outblock .text-area {
  width: 43%;
}
.uniform .outblock .text-area .base-title-s {
  text-align: left;
}
.uniform .outblock .text-area .read {
  margin-bottom: 3em;
}
.uniform .outblock .text-area .read span {
  color: #0d3c96;
  font-weight: bold;
}
.uniform .outblock .text-area .photo-sub {
  text-align: center;
}

/* -------------------------------------------- */
/* ITツールの導入 */
/* -------------------------------------------- */
.digital-tool {
  padding: 5em 0;
  background: #e9f1ff;
}
.digital-tool .read {
  margin-bottom: 5em;
}
.digital-tool .read span {
  font-weight: bold;
}
.digital-tool .tool-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5em;
}
.digital-tool .tool-area .tool-block {
  position: relative;
}
.digital-tool .tool-area .tool-block:nth-child(even) .photo {
  left: auto;
  right: -1em;
}
.digital-tool .tool-area .tool-block:nth-child(even) .t-box {
  margin: 0 0 auto 0;
}
.digital-tool .tool-area .tool-block:nth-child(even) .t-box .t-in {
  margin: 0 auto 0 0;
}
.digital-tool .tool-area .tool-block .photo {
  position: absolute;
  top: -2em;
  left: -1em;
  width: 55%;
}
.digital-tool .tool-area .tool-block .t-box {
  background: #fff;
  padding: 3.5em 2.5em;
  margin: 0 0 0 auto;
  width: 80%;
}
.digital-tool .tool-area .tool-block .t-box .t-in {
  width: 55%;
  margin: 0 0 0 auto;
}
.digital-tool .tool-area .tool-block .t-box .t-in h3 {
  margin-bottom: 1.5em;
  display: inline-block;
  background: #0d3c96;
  line-height: 1.4;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  padding: 0.4em 1em 0.2em;
  margin-bottom: 1em;
}

/* -------------------------------------------- */
/* 専門家との連携 */
/* -------------------------------------------- */
.expert {
  margin-bottom: 5em;
  background: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.05) calc(100% - 1px)) center/20px 20px repeat, linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.05) calc(100% - 1px)) center/20px 20px repeat, #0d3c96;
  padding: 5em 0;
}
.expert .base-title-s span, .expert .base-title-s em {
  color: #fff;
}
.expert .read {
  margin-bottom: 5em;
  color: #fff;
}
.expert .partner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5em;
}
.expert .partner-area .p-block {
  position: relative;
  background: #fff;
  padding: 3.5em 2em 5em;
}
.expert .partner-area .p-block .photo {
  position: absolute;
  top: -1.5em;
  left: 3em;
  width: 26%;
}
.expert .partner-area .p-block .photo img {
  border-radius: 50%;
}
.expert .partner-area .p-block dl {
  width: 66%;
  margin: 0 0 0 auto;
}
.expert .partner-area .p-block dl dt {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.4em;
}
.expert .partner-area .p-block dl dt a:after {
  font-size: 0.9em;
  color: #0d3c96;
}
.expert .partner-area .p-block dl dt a.icon-insta:after {
  content: "\f16d" !important;
  margin: 0 0.3em 0 0.3em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  display: inline-block;
  font-size: 1.1em;
  color: #0d3c96;
}

/* -------------------------------------------- */
/* グラウンド紹介 */
/* -------------------------------------------- */
.playing-fields {
  margin-bottom: 7em;
}
.playing-fields .photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.playing-fields .photo-list li {
  width: 31%;
}
.playing-fields .photo-list li .photo {
  margin-bottom: 5px;
  text-align: center;
}
.playing-fields .photo-list li .map-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 1em;
  padding-top: 75%;
}
.playing-fields .photo-list li .map-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.playing-fields .photo-list li .name {
  font-size: 1.1em;
  font-weight: bold;
}
.playing-fields .photo-list li .name i {
  color: #0d3c96;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  .uniform {
    background-position: left -10em top -2em;
    background-size: 90%;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  .base-title-s span {
    font-size: 3em;
  }
  .base-title-s em {
    font-size: 1.25em;
  }
  /* -------------------------------------------- */
  /* uniform */
  /* -------------------------------------------- */
  .uniform {
    background-size: 100%;
  }
  .uniform .outblock {
    display: block;
  }
  .uniform .outblock .photo {
    width: 100%;
    margin-bottom: 3em;
    text-align: center;
  }
  .uniform .outblock .photo img {
    max-width: 550px;
    width: 100%;
  }
  .uniform .outblock .text-area {
    width: 100%;
  }
  .uniform .outblock .text-area .base-title-s {
    text-align: center;
  }
  .uniform .outblock .text-area .photo-sub {
    text-align: center;
  }
  /* -------------------------------------------- */
  /* ITツールの導入 */
  /* -------------------------------------------- */
  .digital-tool .read {
    margin-bottom: 2.5em;
  }
  .digital-tool .tool-area {
    gap: 3em;
  }
  .digital-tool .tool-area .tool-block .photo {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .digital-tool .tool-area .tool-block .t-box {
    padding: 4em 2.5em 2.5em;
    width: 100%;
    margin: -3em auto 0 !important;
  }
  .digital-tool .tool-area .tool-block .t-box .t-in {
    width: 100%;
  }
  .digital-tool .tool-area .tool-block .t-box .t-in h3 {
    font-size: 1.4em;
  }
  .digital-tool .tool-area .tool-block .t-box .t-in .read {
    margin-bottom: 0;
  }
  /* -------------------------------------------- */
  /* 専門家との連携 */
  /* -------------------------------------------- */
  .expert .read {
    margin-bottom: 0;
  }
  .expert .partner-area {
    gap: 0;
  }
  .expert .partner-area .p-block {
    margin-top: 10em;
    padding: 10em 2em 2em;
  }
  .expert .partner-area .p-block .photo {
    top: -7em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 250px;
  }
  .expert .partner-area .p-block dl {
    width: 100%;
  }
  .expert .partner-area .p-block dl dt {
    font-size: 1.2em;
    text-align: center;
  }
  /* -------------------------------------------- */
  /* グラウンド紹介 */
  /* -------------------------------------------- */
  .playing-fields {
    margin-bottom: 5em;
  }
  .playing-fields .photo-list li .name {
    font-size: 1em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .base-title-s span {
    font-size: 2.4em;
  }
  .base-title-s em {
    font-size: 1.1em;
  }
  /* -------------------------------------------- */
  /* uniform */
  /* -------------------------------------------- */
  .uniform {
    background-size: 150%;
    padding: 3em 0;
  }
  .uniform .outblock .photo {
    margin-bottom: 1.5em;
  }
  .uniform .outblock .photo img {
    max-width: 280px;
  }
  .uniform .outblock .text-area {
    width: 100%;
  }
  .uniform .outblock .text-area .read {
    margin-bottom: 2em;
  }
  .uniform .outblock .text-area .photo-sub img {
    max-width: 220px;
  }
  /* -------------------------------------------- */
  /* ITツールの導入 */
  /* -------------------------------------------- */
  .digital-tool {
    padding: 3em 0;
  }
  .digital-tool .read {
    margin-bottom: 2em;
  }
  .digital-tool .tool-area .tool-block .t-box {
    padding: 4em 1.5em 1.5em;
  }
  .digital-tool .tool-area .tool-block .t-box .t-in h3 {
    font-size: 1.15em;
  }
  /* -------------------------------------------- */
  /* 専門家との連携 */
  /* -------------------------------------------- */
  .expert {
    margin-bottom: 3em;
    padding: 3em 0;
  }
  .expert .partner-area .p-block {
    margin-top: 7em;
    padding: 10em 1.5em 1.5em;
  }
  .expert .partner-area .p-block .photo {
    top: -5em;
    width: 220px;
  }
  /* -------------------------------------------- */
  /* グラウンド紹介 */
  /* -------------------------------------------- */
  .playing-fields .photo-list {
    display: block;
  }
  .playing-fields .photo-list li {
    width: 100%;
    margin-bottom: 2em;
  }
  .playing-fields .photo-list li:last-child {
    margin-bottom: 0;
  }
}