@charset "UTF-8";
.wrapper-history {
  background-color: #fbfbfb;
}
.wrapper-history .page-col-10 {
  background-color: white;
  padding: 56px;
}
@media screen and (max-width: 1000px) {
  .wrapper-history .page-col-10 {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
.wrapper-history .page-col-10 .backbar {
  position: relative;
}
.wrapper-history .page-col-10 .backbar::after {
  content: "";
  bottom: 24px;
  width: 100%;
  position: absolute;
  border-bottom: 52px solid #95ace5;
}
.wrapper-history .page-col-10 .flexcenter {
  width: 100%;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 800px) {
  .wrapper-history .page-col-10 .col-left {
    display: none;
  }
  .wrapper-history .page-col-10 .row-rev {
    flex-direction: row-reverse;
  }
  .wrapper-history .page-col-10 .row-rev .col-right {
    display: none;
  }
  .wrapper-history .page-col-10 .row-rev .col-left {
    display: block;
  }
}
.wrapper-history .page-col-10 .flex-row {
  justify-content: center;
  display: flex;
}
.wrapper-history .page-col-10 .flex-row .col-1 {
  padding-left: 1em;
  padding-right: 1em;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .wrapper-history .page-col-10 .flex-row .col-1 {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
.wrapper-history .page-col-10 .flex-row .col-1 p.year {
  font-weight: 600;
  font-size: 20px;
  color: #27499d;
  margin-bottom: 0.2em;
}
.wrapper-history .page-col-10 .flex-row .col-1 p.txt01 {
  margin-bottom: 0;
  text-align: inherit;
}
.wrapper-history .page-col-10 .flex-row .col-1 p.txt01::before {
  content: "■";
}
.wrapper-history .page-col-10 .flex-row .col-1 img.pic {
  width: 80%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.wrapper-history .page-col-10 .flex-row .col-1 .pic01 {
  max-width: 200px;
}
.wrapper-history .page-col-10 .flex-row .col-1 .pic02 {
  max-width: 120px;
}
.wrapper-history .page-col-10 .flex-row .col-1 .fleximg {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  display: flex;
  gap: 6px;
  justify-content: space-between;
}
.wrapper-history .page-col-10 .flex-row .col-1 .fleximg .imgbox {
  flex: 1;
}
.wrapper-history .page-col-10 .flex-row .col-1 .fleximg .imgbox img {
  width: 100%;
}
.wrapper-history .page-col-10 .flex-row .col-1 p.blackback {
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 1em;
  background-color: #3a3a3a;
  color: white;
  text-align: inherit;
}
.wrapper-history .page-col-10 .flex-row .col-center {
  margin-left: 16px;
  width: 16px;
  border-left: 1px solid #ccc;
  position: relative;
  padding-top: 20px;
}
.wrapper-history .page-col-10 .flex-row .col-center img {
  position: absolute;
  top: 28px;
  left: -8px;
  width: 16px;
}
.wrapper-history .page-col-10 .bluecircle {
  position: relative;
  z-index: 1;
  height: 106px;
  width: 106px;
  color: white;
  border-radius: 60px;
  background-color: #27499d;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .wrapper-history .page-col-10 .bluecircle {
    margin-top: 2em;
  }
}
.wrapper-history .page-col-10 .bluecircle span {
  font-size: 20px;
}
.wrapper-history .story {
  margin-top: 100px;
}
.wrapper-history .story .col-10 {
  text-align: center;
}
.wrapper-history .story .col-10 p {
  text-align: center;
}
.wrapper-history .story .col-10 h2 {
  font-size: 30px;
}
.wrapper-history .story img.name {
  width: 70%;
  max-width: 500px;
  margin-bottom: 50px;
}
.wrapper-history .story .photoflex2 {
  display: flex;
}
.wrapper-history .story .photoflex2 img {
  width: 50%;
}
.wrapper-history .story .brothers_introduction {
  margin: 2em auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .wrapper-history .story .brothers_introduction {
    width: 80%;
  }
}
.wrapper-history .story .brothers_introduction .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 30%;
}
@media screen and (max-width: 800px) {
  .wrapper-history .story .brothers_introduction .box {
    width: 100%;
  }
}
.wrapper-history .story .brothers_introduction .box img {
  width: 30%;
}
@media screen and (max-width: 800px) {
  .wrapper-history .story .brothers_introduction .box img {
    margin-bottom: 1em;
  }
}
.wrapper-history .story .brothers_introduction .box p.tx01 {
  width: 65%;
  font-size: 12pt;
  text-align: left;
  font-weight: bold;
}
.wrapper-history .story .brothers_introduction .box p.tx01 span {
  display: block;
  font-size: 8pt;
  font-weight: lighter;
}
@media screen and (max-width: 800px) {
  .wrapper-history .story .brothers_introduction .box p.tx01 {
    font-size: 4.5vw;
  }
  .wrapper-history .story .brothers_introduction .box p.tx01 span {
    font-size: 2.8vw;
  }
}
.wrapper-history .story .catchcopy {
  margin-top: 2em;
  font-size: 22pt;
  font-weight: bold;
  color: #27499d;
}
@media screen and (max-width: 800px) {
  .wrapper-history .story .catchcopy {
    font-size: 5vw;
  }
}
.wrapper-history .story h2.b_title {
  background-color: #27499d;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18pt;
  padding: 0.5em 1em;
  border-radius: 0.2em;
}
.wrapper-history .story h2.b_title span {
  display: block;
  font-size: 14pt;
}
@media screen and (max-width: 800px) {
  .wrapper-history .story h2.b_title {
    font-size: 4vw;
  }
  .wrapper-history .story h2.b_title span {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 800px) {
  .wrapper-history .story h3 {
    font-size: 5vw !important;
  }
}
@media screen and (max-width: 800px) {
  .wrapper-history .story .imgbox {
    text-align: center;
  }
  .wrapper-history .story .imgbox img {
    width: 80%;
  }
}
.wrapper-history .story p.question {
  font-size: 11pt;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #27499d;
}
.wrapper-history .story p.answer {
  font-size: 10pt;
  line-height: 1.6;
}
.wrapper-history .story p.answer span {
  font-weight: bold;
  margin-right: 0.5em;
  background: linear-gradient(transparent 40%, #d7e2f3 40%);
}
.wrapper-history .story p.answer span.ichiro {
  background: linear-gradient(transparent 40%, #eecdef 40%);
}
.wrapper-history .story p.answer span.hiroyuki {
  background: linear-gradient(transparent 40%, #f8d6b8 40%);
}
.wrapper-history .story p.caption {
  margin-top: 0.5em;
  font-size: 8pt;
  color: #5d5d5d;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .wrapper-history .story p.caption {
    width: 80%;
    margin-left: 10%;
  }
}
.wrapper-history .story .mt50 {
  margin-top: 50px;
}
.wrapper-history .story .mt30 {
  margin-top: 30px;
}
.wrapper-history .story .mt10 {
  margin-top: 10px !important;
}
.wrapper-history .story .img-full {
  width: 100%;
}
.wrapper-history .col-8 {
  padding-left: 3vw;
  padding-right: 3vw;
}/*# sourceMappingURL=history.css.map */