.fv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0 80px;
  background: #fff5f5;
}
@media screen and (max-width: 768px) {
  .fv {
    flex-direction: column;
    padding: 18.6666666667vw 0 10.6666666667vw;
  }
}
.fv__img {
  width: 50%;
  position: relative;
  height: auto;
}
@media screen and (max-width: 768px) {
  .fv__img {
    width: 92%;
    margin-left: auto;
  }
}
.fv__img img {
  display: block;
  position: relative;
  z-index: 2;
}
.fv__img::after {
  content: "";
  width: calc(100% + 10px);
  height: 100%;
  background: #7d0904;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 10px;
  left: -10px;
}
.fv__contents {
  width: 50%;
  padding: 0 6%;
}
@media screen and (max-width: 768px) {
  .fv__contents {
    width: 100%;
    padding: 0 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.fv__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.fv__btns.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv__btns {
    display: none;
  }
  .fv__btns.is-sp {
    display: flex;
    margin-top: 10.6666666667vw;
  }
}
.fv__btns a {
  display: block;
  width: 48.5%;
  background: #fff;
  border: 4px solid #2c5bc4;
  border-radius: 6px;
  padding: 20px 10px;
  color: #2c5bc4;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding-right: 25px;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 14px;
}
@media screen and (max-width: 768px) {
  .fv__btns a {
    padding: 18px 10px;
    padding-right: 30px;
    font-size: 4vw;
    white-space: nowrap;
    background-position: 95%;
    background-size: 11px;
  }
}

.news {
  padding: 100px 40px;
  background: #2c5bc4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 16vw 8vw;
  }
}
.news__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.news__lists {
  border-top: 1px solid #fff;
  margin: 60px auto 80px;
}
@media screen and (max-width: 768px) {
  .news__lists {
    margin: 12vw auto 10.6666666667vw;
  }
}
.news__list {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  background: url(../img/arrow_right_eh.svg) no-repeat;
  background-position: 98%;
  background-size: 16px;
}
.news__list--date {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news__list--date {
    font-size: 4.2666666667vw;
  }
}
.news__list--title {
  margin-top: 5px;
  line-height: 1.5;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .news__list--title {
    font-size: 4.2666666667vw;
  }
}

.items {
  padding: 100px 40px;
  background: #fff5f5;
}
@media screen and (max-width: 768px) {
  .items {
    padding: 16vw 8vw;
  }
}
.items__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.items .section__title {
  color: #2c5bc4;
}
.items__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 60px auto 80px;
}
@media screen and (max-width: 768px) {
  .items__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 30px auto 40px;
  }
}
.items__list {
  display: block;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #2c5bc4;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.items__list--img {
  text-align: center;
  margin-bottom: 20px;
}
.items__list--title {
  background: #2c5bc4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .items__list--title {
    padding: 5px 2px;
    font-size: 3.2vw;
    border-radius: 5px;
  }
}

.market {
  padding: 100px 40px;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .market {
    padding: 16vw 8vw;
  }
}
.market__inner {
  max-width: 500px;
  margin: 0 auto;
}
.market__subTitle {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 30px auto 50px;
  font-weight: 500;
  font-size: 24px;
  background: #2c5bc4;
  color: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .market__subTitle {
    font-size: 4.8vw;
    margin: 20px auto 30px;
  }
}
.market table {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .market table {
    margin-bottom: 10.6666666667vw;
  }
}
.market table tr {
  border-bottom: 1px solid #2c5bc4;
}
.market table th {
  text-align: left;
  padding: 20px 30px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
}
.market table td {
  box-sizing: border-box;
  padding: 20px 30px;
  font-size: 24px;
  white-space: nowrap;
  text-align: right;
}

.reason {
  padding: 100px 40px;
  background: #2c5bc4;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 13.3333333333vw 5.3333333333vw 93.3333333333vw;
  }
}
.reason__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.reason .section__title {
  color: #fff;
}
.reason__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .reason__img {
    width: 65%;
    right: 0;
  }
}
.reason__title {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .reason__title {
    margin: 9.3333333333vw auto;
    padding-left: 5.3333333333vw;
  }
}
.reason__title span {
  font-weight: 900;
  font-size: 64px;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.3;
  display: block;
}
@media screen and (max-width: 768px) {
  .reason__title span {
    font-size: 10.6666666667vw;
  }
}
.reason__title span.right {
  margin-left: 250px;
}
@media screen and (max-width: 768px) {
  .reason__title span.right {
    margin-left: 30px;
  }
}
.reason__text {
  color: #fff;
  line-height: 2;
  font-size: 20px;
  padding: 0 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .reason__text {
    font-size: 4.2666666667vw;
  }
}
.reason__lists {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .reason__lists {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10.6666666667vw;
  }
}
.reason__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.reason__list > span {
  font-size: 34px;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  white-space: nowrap;
}
.reason__list p {
  color: #fff;
  font-size: 22px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  line-height: 1.4;
  background: linear-gradient(transparent 70%, #c8682d 30%);
}
@media screen and (max-width: 768px) {
  .reason__list p {
    display: inline;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .reason__list p > span {
    background: linear-gradient(transparent 70%, #c8682d 30%);
  }
}
.reason__list p > span span {
  font-size: 28px;
}
.reason .more__btn {
  border-color: #7d0904;
  color: #7d0904;
  background-image: url(../img/arrow_right_br.svg);
}

.reason__bottom {
  padding: 120px 40px;
  background: #fff5f5;
}
@media screen and (max-width: 768px) {
  .reason__bottom {
    padding: 21.3333333333vw 8vw;
  }
}
.reason__bottom--inner {
  max-width: 600px;
  margin: 0 auto;
}
.reason__bottom--lists {
  display: flex;
  justify-content: space-between;
}
.reason__bottom--list {
  width: 45%;
  border-radius: 20px;
  background: #fff;
  border: 4px solid #2c5bc4;
  padding: 40px 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .reason__bottom--list {
    width: 48%;
    padding: 25px 10px 10px;
  }
}
.reason__bottom--list .icon {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .reason__bottom--list .icon {
    margin-bottom: 15px;
  }
  .reason__bottom--list .icon img {
    height: 70px;
  }
}
.reason__bottom--list .title {
  background: #2c5bc4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 14px;
  font-size: 22px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .reason__bottom--list .title {
    font-size: 12px;
    padding: 8px 3px;
    border-radius: 5px;
  }
}

.history {
  background: #e6e6e6;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .history {
    padding: 16vw 8vw;
  }
}
.history__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.history {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .history {
    padding: 16vw 8vw;
  }
}
.history__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.history .section__title {
  color: #2c5bc4;
}
.history__title {
  margin: 80px auto 50px;
  background: #2c5bc4;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .history__title {
    font-size: 4.2666666667vw;
    margin: 8vw auto 10.6666666667vw;
  }
}
.history__box {
  display: flex;
  justify-content: baseline;
}
@media screen and (max-width: 768px) {
  .history__box {
    flex-direction: column;
    padding: 0 5.3333333333vw;
  }
}
.history__bottom {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #231815;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .history__bottom {
    margin-top: 13.3333333333vw;
    padding-top: 13.3333333333vw;
    flex-direction: column-reverse;
  }
}
.history__bottom .contents {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .history__bottom .contents {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.history__bottom .contents h3 {
  color: #2c5bc4;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .history__bottom .contents h3 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.history__bottom .contents p {
  font-size: 20px;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .history__bottom .contents p {
    font-size: 4.2666666667vw;
  }
}
.history__bottom .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .history__bottom .img {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.history__item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .history__item {
    width: 100%;
  }
}
.history__item + .history__item {
  border-left: 1px solid #2c5bc4;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .history__item + .history__item {
    padding-left: 0;
    border: 0;
  }
}
.history__item .item {
  font-family: "Shippori Mincho B1", serif;
  border-left: 4px dotted #2c5bc4;
  padding-left: 20px;
  padding-bottom: 25px;
  position: relative;
}
.history__item .item::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #2c5bc4;
  border-radius: 10px;
  position: absolute;
  left: -7px;
  top: 0;
}
.history__item .item .text {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .history__item .item .text {
    font-size: 14px;
  }
}
.history__item .item .year {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .history__item .item .year {
    font-size: 14px;
  }
}
.history__item .item .year span {
  font-size: 16px;
  color: #fff;
  background: #2c5bc4;
  padding: 4px;
  display: inline-block;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .history__item .item .year span {
    font-size: 14px;
  }
}/*# sourceMappingURL=top.css.map */