.r4-cmn-content {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Osaka-mono", "MS Gothic",
    "sans-serif";
}
.r4-fwk-header {
  position: relative;
  margin-bottom: 15px;
}
.r4-fwk-header img {
  width: 100%;
  height: auto;
}
.r4-fwk-header__title {
  position: absolute;
  top: 19.2%;
  left: 15.5%;
  width: 25.8%;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #004ca4;
  font-size: 2.4vw;
  border-top: 1px solid #004ca4;
  border-bottom: 1px solid #004ca4;
}
.r4-fwk-header__title span {
  font-size: 2vw;
}
@media (max-width: 740px) {
  .r4-fwk-header {
    margin-bottom: 3vw;
  }
  .r4-fwk-header__title {
    top: 2.2%;
    left: 23.3%;
    width: 53.2%;
    height: 9%;
    font-size: 5.4vw;
    letter-spacing: -0.02em;
  }
  .r4-fwk-header__title span {
    font-size: 4.5vw;
    padding-top: 0.6vw;
  }
}
.r4-fwk-section__inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 740px) {
  .r4-fwk-section__inner {
    padding: 0 3vw;
    box-sizing: border-box;
    overflow-x: hidden;
  }
}
.r4-fwk-section__title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
.r4-fwk-section__title span {
  color: #004ca4;
  background: linear-gradient(transparent 60%, #fef389 60%);
}
@media (max-width: 740px) {
  .r4-fwk-section__title {
    text-align: left;
    font-size: 6vw;
  }
}
.r4-fwk-appeal {
  padding: 50px 0;
}
.r4-fwk-appeal__subtitle {
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}
.r4-fwk-appeal__subtitle-text {
  display: block;
}
.r4-fwk-appeal__subtitle-text span {
  color: #004ca4;
  background: linear-gradient(transparent 60%, #fef389 60%);
}
.r4-fwk-appeal__subtitle-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0 8px;
}
.r4-fwk-appeal__subtitle-list span {
  background: #ff7800;
  color: #fff;
  margin: 0 6px 10px;
  padding: 8px 0;
}
@media (max-width: 740px) {
  .r4-fwk-appeal {
    padding-top: 9vw;
    padding-bottom: 8vw;
  }
  .r4-fwk-appeal__subtitle {
    text-align: left;
    font-size: 5vw;
    letter-spacing: -0.03em;
    margin-top: 2vw;
  }
  .r4-fwk-appeal__subtitle-text {
    display: inline;
    line-height: 1.4;
    margin: 0 0 1.2vw;
  }
  .r4-fwk-appeal__subtitle-text:first-child {
    display: block;
  }
  .r4-fwk-appeal__subtitle-list {
    display: block;
    margin: 0;
  }
  .r4-fwk-appeal__subtitle-list span {
    line-height: 1.6;
    margin: 0 0.5vw 1.2vw 0;
    padding: 0.2vw 0;
    display: inline-block;
  }
}
.r4-fwk-appeal-list01 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.r4-fwk-appeal-list01__item {
  width: 320px;
  margin: 0 10px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 3px solid #004ca4;
  background: #e5f7f6;
  padding: 15px 0 5px;
}
.r4-fwk-appeal-list01__item:last-child {
  margin-right: 0;
}
.r4-fwk-appeal-list01__title {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.1em;
  line-height: 1.4;
}
.r4-fwk-appeal-list01 img {
  width: 100%;
  height: auto;
}
.r4-fwk-appeal-list01__figure01 {
  width: 47%;
  margin: 10px auto 15px;
}
.r4-fwk-appeal-list01__figure02 {
  width: 80%;
  margin: 50px auto 40px;
}
.r4-fwk-appeal-list01__figure03 {
  width: 40%;
  margin: 5px auto;
}
.r4-fwk-appeal-list01__note {
  font-size: 10px;
  padding: 0 10px;
  letter-spacing: -0.05em;
  text-align: right;
}
.r4-fwk-appeal-list01__text {
  text-align: center;
  color: #004ca4;
  font-weight: bold;
  font-size: 16px;
  padding: 0 8px;
  margin-bottom: 3px;
}
@media (max-width: 740px) {
  .r4-fwk-appeal-list01 {
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
    width: 76%;
  }
  .r4-fwk-appeal-list01__item {
    width: 100%;
    margin: 0 0 4vw;
    padding: 3vw 0 1.5vw;
  }
  .r4-fwk-appeal-list01__title {
    font-size: 5vw;
    line-height: 1.3;
  }
  .r4-fwk-appeal-list01__figure01 {
    margin: 3vw auto;
  }
  .r4-fwk-appeal-list01__figure02 {
    margin: 11vw auto 8vw;
  }
  .r4-fwk-appeal-list01__figure03 {
    margin: 1vw auto;
  }
  .r4-fwk-appeal-list01__note {
    font-size: 2.5vw;
    padding: 0 2vw;
  }
  .r4-fwk-appeal-list01__text {
    font-size: 4.5vw;
    padding: 0 1vw;
    margin-bottom: 1vw;
  }
}
.r4-fwk-appeal-media {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.r4-fwk-appeal-media__img {
  width: 47.5%;
  background: #eee;
}
.r4-fwk-appeal-media__img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.r4-fwk-appeal-media__text {
  width: 50%;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.03em !important;
}
@media (max-width: 740px) {
  .r4-fwk-appeal-media__text {
    font-size: 3.8vw;
    line-height: 1.7;
  }
}
.r4-fwk-appeal-media__text .strong {
  font-weight: bold;
}
@media (max-width: 740px) {
  .r4-fwk-appeal-media {
    display: block;
    margin-top: 5vw;
  }
  .r4-fwk-appeal-media__img {
    width: 100%;
  }
  .r4-fwk-appeal-media__text {
    width: 100%;
    margin-top: 2vw;
  }
}
.r4-fwk-appeal-list02 {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}
.r4-fwk-appeal-list02__item {
  width: 320px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 3px solid #004ca4;
  margin: 0 10px 20px;
}
.r4-fwk-appeal-list02__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #004ca4;
  padding: 15px 0 20px;
}
.r4-fwk-appeal-list02__title span {
  font-size: 24px;
}
.r4-fwk-appeal-list02__img img {
  width: 100%;
  height: auto;
}
.r4-fwk-appeal-list02__text {
  padding: 25px 15px 15px;
  letter-spacing: -0.03em;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.03em !important;
}
@media (max-width: 740px) {
  .r4-fwk-appeal-list02__text {
    font-size: 3.8vw;
    line-height: 1.7;
  }
}
.r4-fwk-appeal-list02__text .strong {
  font-weight: bold;
}
@media (max-width: 740px) {
  .r4-fwk-appeal-list02 {
    margin-top: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .r4-fwk-appeal-list02__item {
    width: 100%;
    margin: 0 0 3vw;
  }
  .r4-fwk-appeal-list02__title {
    font-size: 7.5vw;
    padding: 2.5vw 0 3vw;
  }
  .r4-fwk-appeal-list02__title span {
    font-size: 5vw;
  }
  .r4-fwk-appeal-list02__text {
    padding: 4vw 5vw 2vw;
  }
}
.r4-fwk-field {
  padding: 30px 0 40px;
  background: #d6e2f0;
}
@media (max-width: 740px) {
  .r4-fwk-field {
    padding: 7vw 0 8vw;
  }
}
.r4-fwk-field-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.r4-fwk-field-list__item {
  background: #0f4177;
  border-radius: 4px;
  width: 234px;
  margin: 0 10px 18px;
}
.r4-fwk-field-list__item:first-child .r4-fwk-field-list__img {
  width: 35%;
}
.r4-fwk-field-list__item:nth-child(2) .r4-fwk-field-list__img {
  width: 34%;
}
.r4-fwk-field-list__item:nth-child(3) .r4-fwk-field-list__img {
  width: 43%;
}
.r4-fwk-field-list__item:nth-child(4) .r4-fwk-field-list__img {
  width: 24%;
}
.r4-fwk-field-list__item:nth-child(5) .r4-fwk-field-list__img {
  width: 31%;
}
.r4-fwk-field-list__item:nth-child(6) .r4-fwk-field-list__img {
  width: 36%;
}
.r4-fwk-field-list__item:last-child .r4-fwk-field-list__img {
  width: 40%;
}
.r4-fwk-field-list__img {
  margin: 0 auto;
  height: 170px;
  padding-top: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.r4-fwk-field-list__img img {
  width: 100%;
  height: auto;
}
.r4-fwk-field-list__text {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}
@media (max-width: 1100px) {
  .r4-fwk-field-list {
    width: 770px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .r4-fwk-field-list__item {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}
@media (max-width: 740px) {
  .r4-fwk-field-list {
    justify-content: space-between;
  }
  .r4-fwk-field-list__item {
    width: 48%;
    height: 42vw;
    margin: 0 0 3vw;
  }
  .r4-fwk-field-list__img {
    height: 32vw;
    padding-top: 2vw;
  }
  .r4-fwk-field-list__text {
    font-size: 4.8vw;
    padding-bottom: 0;
  }
}
.r4-fwk-reason {
  padding: 6.5rem 0 6.5rem;
}
@media (max-width: 740px) {
  .r4-fwk-reason {
    padding: 10vw 0 10vw;
  }
}
.r4-fwk-reason-section {
  margin-top: 4.5rem;
}
.r4-fwk-reason-section + .r4-fwk-reason-section {
  margin-top: 45px;
}
.r4-fwk-reason-section__title {
  display: flex;
  align-items: center;
  color: #004ca4;
  font-weight: bold;
  font-size: 27px;
}
.r4-fwk-reason-section__index {
  flex-shrink: 0;
  width: 40px;
  margin-right: 20px;
}
.r4-fwk-reason-section__index.m--01 {
  width: 42px;
}
.r4-fwk-reason-section__index.m--02,
.r4-fwk-reason-section__index.m--03,
.r4-fwk-reason-section__index.m--05 {
  width: 47px;
}
.r4-fwk-reason-section__index.m--04 {
  width: 49px;
}
.r4-fwk-reason-section__index img {
  width: 100%;
  height: auto;
}
@media (max-width: 740px) {
  .r4-fwk-reason-section {
    margin-top: 7vw;
  }
  .r4-fwk-reason-section + .r4-fwk-reason-section {
    margin-top: 7vw;
  }
  .r4-fwk-reason-section__title {
    font-size: 5.5vw;
    line-height: 1.4;
  }
  .r4-fwk-reason-section__index {
    margin-right: 5vw;
  }
  .r4-fwk-reason-section__index.m--01 {
    width: 10vw;
  }
  .r4-fwk-reason-section__index.m--02,
  .r4-fwk-reason-section__index.m--03,
  .r4-fwk-reason-section__index.m--05 {
    width: 10.3vw;
  }
  .r4-fwk-reason-section__index.m--04 {
    width: 10.5vw;
  }
}
.r4-fwk-reason-section01__media {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.r4-fwk-reason-section01__media-img {
  width: 28%;
  flex-shrink: 0;
  margin-left: 8.5%;
}
.r4-fwk-reason-section01__media-img img {
  width: 100%;
  height: auto;
}
.r4-fwk-reason-section01__media-textgroup {
  width: 59%;
  margin-top: 30px;
}
.r4-fwk-reason-section01__media-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
  line-height: 1.6;
}
.r4-fwk-reason-section01__media-text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.03em !important;
  letter-spacing: -0.03em;
}
@media (max-width: 740px) {
  .r4-fwk-reason-section01__media-text {
    font-size: 3.8vw;
    line-height: 1.7;
  }
}
.r4-fwk-reason-section01__media-text .strong {
  font-weight: bold;
}
@media (max-width: 740px) {
  .r4-fwk-reason-section01__media {
    display: block;
    margin-top: 0;
  }
  .r4-fwk-reason-section01__media-img {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
  .r4-fwk-reason-section01__media-textgroup {
    width: 100%;
    margin-top: 4vw;
  }
  .r4-fwk-reason-section01__media-title {
    font-size: 4.2vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }
}
.r4-fwk-reason-section02__btn {
  max-width: 720px;
  margin: 4rem auto 6rem;
}
@media (max-width: 740px) {
  .r4-fwk-reason-section02__btn {
    width: 100%;
    margin: 4vw auto 11vw;
  }
}
.r4-fwk-reason-section02-list {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.r4-fwk-reason-section02-list__item {
  width: 320px;
  margin: 0 10px 20px;
  box-sizing: border-box;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  padding-bottom: 25px;
}
.r4-fwk-reason-section02-list__img img {
  width: 100%;
  height: auto;
}
.r4-fwk-reason-section02-list__title {
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  padding: 16px 0;
}
.r4-fwk-reason-section02-list__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.03em !important;
  padding: 0 10px;
  letter-spacing: -0.03em;
}
@media (max-width: 740px) {
  .r4-fwk-reason-section02-list__text {
    font-size: 3.8vw;
    line-height: 1.7;
  }
}
.r4-fwk-reason-section02-list__text .strong {
  font-weight: bold;
}
@media (max-width: 740px) {
  .r4-fwk-reason-section02-list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vw;
  }
  .r4-fwk-reason-section02-list__item {
    width: 100%;
    margin: 0 auto 3vw;
    padding-bottom: 4vw;
  }
  .r4-fwk-reason-section02-list__title {
    font-size: 5vw;
    padding: 3vw 0 2vw;
  }
}
.r4-fwk-reason-section03-media {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.r4-fwk-reason-section03-media__img {
  width: 40%;
  flex-shrink: 0;
  margin-bottom: 20px;
}
.r4-fwk-reason-section03-media__img img {
  width: 100%;
  height: auto;
}
.r4-fwk-reason-section03-media__textgroup {
  width: 57%;
  margin-top: 60px;
}
.r4-fwk-reason-section03-media__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
}
.r4-fwk-reason-section03-media__title span {
  color: #004ca4;
  background: linear-gradient(transparent 60%, #fef389 60%);
}
.r4-fwk-reason-section03-media__text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.03em !important;
}
@media (max-width: 740px) {
  .r4-fwk-reason-section03-media__text {
    font-size: 3.8vw;
    line-height: 1.7;
  }
}
.r4-fwk-reason-section03-media__text .strong {
  font-weight: bold;
}
.r4-fwk-reason-section03-media__btn {
  display: flex;
  justify-content: space-between;
  margin-top: -2rem;
  flex-wrap: wrap;
  max-width: 340px;
  width: 100%;
  padding-top: 2rem;
}
/* .r4-fwk-reason-section03-media__btn br {
  display: none;
} */
.r4-fwk-reason-section03-media__btn > a {
  width: 100%;
  margin-top: 2rem;
}
@media (max-width: 740px) {
  .r4-fwk-reason-section03-media {
    display: block;
    margin-top: 3vw;
  }
  .r4-fwk-reason-section03-media__img {
    width: 66%;
    margin: 0 auto 4vw;
  }
  .r4-fwk-reason-section03-media__textgroup {
    width: 100%;
    margin-top: 6vw;
  }
  .r4-fwk-reason-section03-media__title {
    font-size: 5vw;
  }
  .r4-fwk-reason-section03-media__text {
    margin-top: 3vw;
  }
  .r4-fwk-reason-section03-media__btn {
    /* margin-top: 5vw; */
    margin-bottom: 9vw;
  }
  /* .r4-fwk-reason-section03-media__btn br {
    display: inline;
  } */
  .r4-fwk-reason-section03-media__btn a > div {
    padding-right: 5vw;
    text-align: center;
  }
}
.r4-fwk-reason-section04-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px;
  width: calc(100% + 20px);
  margin-right: -10px;
  margin-left: -10px;
  overflow-x: hidden;
}
.r4-fwk-reason-section04-list__item {
  width: 320px;
  margin: 0 10px 35px;
  box-sizing: border-box;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}
.r4-fwk-reason-section04-list__img img {
  width: 100%;
  height: auto;
}
.r4-fwk-reason-section04-list__title {
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.7;
  margin-top: 5px;
}
.r4-fwk-reason-section04-list__title span {
  color: #004ca4;
  background: linear-gradient(transparent 60%, #fef389 60%);
}
.r4-fwk-reason-section04-list__text {
  padding: 5px 10px 20px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.03em !important;
}
@media (max-width: 740px) {
  .r4-fwk-reason-section04-list__text {
    font-size: 3.8vw;
    line-height: 1.7;
  }
}
.r4-fwk-reason-section04-list__text .strong {
  font-weight: bold;
}
@media (max-width: 740px) {
  .r4-fwk-reason-section04-list {
    margin-top: 4.5vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
  .r4-fwk-reason-section04-list__item {
    width: 48.5%;
    margin: 0 0 3vw;
  }
  .r4-fwk-reason-section04-list__title {
    font-size: 4.2vw;
    margin-top: 1vw;
  }
  .r4-fwk-reason-section04-list__text {
    font-size: 3.6vw;
    padding: 1vw 2vw;
  }
}
.r4-fwk-reason-section05__lead {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.03em !important;
}
@media (max-width: 740px) {
  .r4-fwk-reason-section05__lead {
    font-size: 3.8vw;
    line-height: 1.7;
  }
}
.r4-fwk-reason-section05__btn {
  width: 406px;
  margin: -10px auto 0;
}
@media (max-width: 740px) {
  .r4-fwk-reason-section05__lead {
    margin-top: 3vw;
  }
  .r4-fwk-reason-section05__btn {
    width: 73vw;
    margin: 4vw auto 0;
    padding-bottom: 1vw;
  }
}
.r4-fwk-reason-section05-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
  width: calc(100% + 20px);
  margin-right: -10px;
  margin-left: -10px;
  overflow-x: hidden;
}
.r4-fwk-reason-section05-list__item {
  width: 320px;
  margin: 0 10px 35px;
  box-sizing: border-box;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}
.r4-fwk-reason-section05-list__img img {
  width: 100%;
  height: auto;
}
.r4-fwk-reason-section05-list__title {
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.7;
  margin-top: 5px;
}
.r4-fwk-reason-section05-list__text {
  padding: 5px 10px 20px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.03em !important;
}
@media (max-width: 740px) {
  .r4-fwk-reason-section05-list__text {
    font-size: 3.8vw;
    line-height: 1.7;
  }
}
.r4-fwk-reason-section05-list__text .strong {
  font-weight: bold;
}
@media (max-width: 740px) {
  .r4-fwk-reason-section05-list {
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block;
  }
  .r4-fwk-reason-section05-list__item {
    width: 100%;
    margin: 0 auto 3vw;
  }
  .r4-fwk-reason-section05-list__title {
    margin-top: 2vw;
    font-size: 4.8vw;
  }
  .r4-fwk-reason-section05-list__text {
    padding: 0 4vw 1vw;
  }
}
.r4-fwk-briefing {
  background: #d6e2f0;
}
.r4-fwk-briefing__section {
  padding: 60px 0 50px;
  border-bottom: 4px dotted #004ca4;
}
.r4-fwk-briefing__section:last-child {
  border-bottom: none;
}
.r4-fwk-briefing__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.r4-fwk-briefing__title div:first-child {
  background: #004ca4;
  color: #fff;
  font-weight: bold;
  font-size: 27px;
  padding: 6px 12px;
}
.r4-fwk-briefing__title div:last-child {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 12px;
}
.r4-fwk-briefing__title div:last-child br {
  display: none;
}
.r4-fwk-briefing__title div:last-child span {
  color: #004ca4;
  background: linear-gradient(transparent 60%, #fef389 60%);
  font-size: 32px;
}
.r4-fwk-briefing__lead {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.03em !important;
  margin-top: 25px;
}
.r4-fwk-briefing__add {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.r4-fwk-briefing__br {
  display: none;
}
@media (max-width: 740px) {
  .r4-fwk-briefing__lead {
    font-size: 3.8vw;
    line-height: 1.7;
  }
}
@media (max-width: 740px) {
  .r4-fwk-briefing__section {
    padding: 9vw 0 7.5vw;
    border-bottom-width: 2px;
  }
  .r4-fwk-briefing__title div:first-child {
    font-size: 4.5vw;
    padding: 1.2vw 4vw;
    text-align: center;
    box-sizing: border-box;
  }
  .r4-fwk-briefing__title div:last-child {
    font-size: 4.8vw;
    margin-top: 2.5vw;
    text-align: center;
  }
  .r4-fwk-briefing__title div:last-child br {
    display: inline;
  }
  .r4-fwk-briefing__title div:last-child span {
    font-size: 6vw;
  }
  .r4-fwk-briefing__lead {
    margin-top: 6vw;
    text-align: left;
  }
  .r4-fwk-briefing__add {
    display: block;
  }
  .r4-fwk-briefing__br {
    display: block;
  }
}
.r4-fwk-briefing-term {
  margin-top: 20px;
}
.r4-fwk-briefing-term__title {
  text-align: center;
  color: #004ca4;
  font-size: 22px;
  font-weight: bold;
}
.r4-fwk-briefing-term__list {
  display: flex;
  justify-content: center;
  color: #004ca4;
  font-weight: bold;
  margin-top: 15px;
}
.r4-fwk-briefing-term__item {
  display: flex;
  align-items: flex-start;
  padding: 0 25px;
  position: relative;
}
.r4-fwk-briefing-term__item:last-child::after {
  display: none;
}
.r4-fwk-briefing-term__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #141414;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.r4-fwk-briefing-term__item span:first-child {
  font-size: 45px;
}
.r4-fwk-briefing-term__item span:nth-child(2) {
  font-size: 65px;
}
.r4-fwk-briefing-term__item span:last-child {
  width: 46px;
  height: 46px;
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #004ca4;
  color: #fff;
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: 8px;
}
.r4-fwk-briefing-term__item span:last-child.m--small {
  font-size: 18px;
  /* letter-spacing: -0.2em;
  padding-right: 0.05em; */
}
.r4-fwk-briefing-term__time {
  font-weight: bold;
  font-size: 22px;
  margin-top: 15px;
  text-align: center;
}
.r4-fwk-briefing-term__item span.holiday {
  font-size: 2rem;
}

@media (max-width: 740px) {
  .r4-fwk-briefing-term {
    margin-top: 3vw;
  }
  .r4-fwk-briefing-term__title {
    font-size: 5vw;
  }
  .r4-fwk-briefing-term__list {
    margin-top: 3vw;
    flex-wrap: wrap;
  }
  .r4-fwk-briefing-term__item {
    padding: 0 4vw 3vw;
  }
  .r4-fwk-briefing-term__item::after {
    height: 7vw;
  }
  .r4-fwk-briefing-term__item span:first-child {
    font-size: 6vw;
  }
  .r4-fwk-briefing-term__item span:nth-child(2) {
    font-size: 9.5vw;
  }
  .r4-fwk-briefing-term__item span:nth-child(2)::after {
    display: none;
  }
  .r4-fwk-briefing-term__item span:last-child {
    width: 9vw;
    height: 9vw;
    font-size: 4.2vw;
    margin-left: 1vw;
  }
  .r4-fwk-briefing-term__item span:last-child.m--small {
    font-size: 3.8vw;
  }
  .r4-fwk-briefing-term__time {
    font-size: 4.5vw;
    margin-top: 2.5vw;
  }
  .r4-fwk-briefing-term__time.-second {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
.r4-fwk-briefing-schedule {
  max-width: 655px;
  width: 100%;
  margin: 40px auto 0;
}
.r4-fwk-briefing-schedule__title {
  text-align: center;
  color: #004ca4;
  font-size: 22px;
  font-weight: bold;
}
.r4-fwk-briefing-schedule table {
  background: #fff;
  margin-top: 15px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
}
.r4-fwk-briefing-schedule table tr:last-child th,
.r4-fwk-briefing-schedule table tr:last-child td {
  border-bottom: none;
}
.r4-fwk-briefing-schedule table th {
  font-weight: bold;
  text-align: center;
  width: 145px;
  padding: 15px 0;
  border-right: 1px solid #141414;
  border-bottom: 1px solid #141414;
}
.r4-fwk-briefing-schedule table td {
  padding: 15px;
  border-bottom: 1px solid #141414;
  line-height: 1.5;
}
.r4-fwk-briefing-schedule__note {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.03em !important;
}
@media (max-width: 740px) {
  .r4-fwk-briefing-schedule__note {
    font-size: 3.8vw;
    line-height: 1.7;
  }
}
.r4-fwk-briefing-schedule__btn {
  margin: 30px auto 0;
  width: 406px;
}
@media (max-width: 740px) {
  .r4-fwk-briefing-schedule {
    margin-top: 4.5vw;
  }
  .r4-fwk-briefing-schedule__title {
    font-size: 4.5vw;
  }
  .r4-fwk-briefing-schedule table {
    margin-top: 2vw;
    font-size: 3.8vw;
  }
  .r4-fwk-briefing-schedule table th {
    width: 22%;
    padding: 2.8vw 0;
    vertical-align: middle;
  }
  .r4-fwk-briefing-schedule table td {
    padding: 2.8vw 3vw;
    vertical-align: middle;
  }
  .r4-fwk-briefing-schedule__note {
    margin-top: 2.5vw;
  }
  .r4-fwk-briefing-schedule__btn {
    width: 73vw;
    margin: 6vw auto 8vw;
  }
}
.r4-fwk-briefing-banner {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.r4-fwk-briefing-banner__item {
  width: 256px;
  margin: 0 24px 20px;
}
.r4-fwk-briefing-banner__img {
  border: 1px solid #c3c3c3;
  display: block;
}
.r4-fwk-briefing-banner__img img {
  width: 100%;
  height: auto;
}
.r4-fwk-briefing-banner__check {
  border: 2px solid #004ca4;
  margin-top: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-weight: bold;
  background: #fff;
}
.r4-fwk-briefing-banner__check span:first-child {
  width: 58px;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 5px;
}
.r4-fwk-briefing-banner__check span:first-child img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.r4-fwk-briefing-banner__check span:last-child {
  font-size: 12px;
  line-height: 1.4;
  align-self: flex-start;
  padding-top: 3px;
}
@media (max-width: 740px) {
  .r4-fwk-briefing-banner {
    margin: 0;
    justify-content: space-between;
  }
  .r4-fwk-briefing-banner__item {
    width: 49%;
    margin: 0 0 4vw;
  }
  .r4-fwk-briefing-banner__check {
    margin-top: 1vw;
    font-size: 9.5vw;
  }
  .r4-fwk-briefing-banner__check span:first-child {
    width: 10vw;
    margin-right: 0.5vw;
  }
  .r4-fwk-briefing-banner__check span:first-child img {
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .r4-fwk-briefing-banner__check span:last-child {
    font-size: 2.6vw;
    padding-top: 0.3vw;
    padding-right: 0.5vw;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }
}
.r4-fwk-career {
  padding: 95px 0;
}
@media (max-width: 740px) {
  .r4-fwk-career {
    padding: 9vw 0;
  }
  .r4-fwk-career__title {
    text-align: center;
  }
}
.r4-fwk-career-person {
  display: flex;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.r4-fwk-career-person__item {
  width: 154px;
  margin: 0 8px 16px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s linear;
}
.r4-fwk-career-person__item:hover {
  opacity: 0.8;
}
.r4-fwk-career-person__img {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.r4-fwk-career-person__img img {
  width: 100%;
  height: auto;
}
.r4-fwk-career-person__class {
  font-weight: bold;
  font-size: 15px;
  margin: 12px auto 0;
  padding: 3px 8px;
  width: fit-content;
  border-radius: 2px;
  color: #fff;
  font-weight: 400;
}
.r4-fwk-career-person__class.m--shinkyu {
  background: #8eb73b;
}
.r4-fwk-career-person__class.m--judo {
  background: #25a8be;
}
.r4-fwk-career-person__name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
.r4-fwk-career-person__name span {
  font-size: 18px;
}
.r4-fwk-career-person__desc {
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.4;
}
.r4-fwk-career-person__btn {
  background: #004ca4;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  height: 32px;
  border: 2px solid #004ca4;
  transition: all 0.2s linear;
}
.r4-fwk-career-person__btn span {
  width: 20px;
  height: 10px;
  background: url("../../img/forworkers/arrow_down.svg") center no-repeat;
  background-size: contain;
}
.is-current .r4-fwk-career-person__btn {
  background: #fff;
}
.is-current .r4-fwk-career-person__btn span {
  background-image: url("../../img/forworkers/arrow_up.svg");
}
@media (max-width: 1100px) {
  .r4-fwk-career-person {
    justify-content: space-between;
  }
  .r4-fwk-career-person__item {
    width: 32%;
    margin: 0 0 4vw;
  }
}
@media (max-width: 740px) {
  .r4-fwk-career-person {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8vw;
  }
  .r4-fwk-career-person__class {
    font-size: 3.2vw;
    padding: 0.5vw 1.5vw;
  }
  .r4-fwk-career-person__name {
    margin-top: 1.5vw;
    font-size: 3.8vw;
  }
  .r4-fwk-career-person__name span {
    font-size: 3.2vw;
  }
  .r4-fwk-career-person__desc {
    font-size: 2.8vw;
    margin-top: 1vw;
  }
  .r4-fwk-career-person__btn {
    height: 5vw;
    border-radius: 2px;
    margin-top: 3.5vw;
  }
  .r4-fwk-career-person__btn span {
    width: 4vw;
    height: 3vw;
  }
}
.r4-fwk-career-content {
  margin-top: 15px;
  border-radius: 8px;
  border: 2px solid #004ca4;
}
.r4-fwk-career-content__item {
  display: none;
}
.r4-fwk-career-content__item.is-current {
  display: block;
}
.r4-fwk-career-content__item:first-child .r4-fwk-career-content__inner::before {
  left: 62px;
}
.r4-fwk-career-content__item:first-child .r4-fwk-career-content__inner::after {
  left: 64px;
}
.r4-fwk-career-content__item:nth-child(2) .r4-fwk-career-content__inner::before {
  left: 230px;
}
.r4-fwk-career-content__item:nth-child(2) .r4-fwk-career-content__inner::after {
  left: 232px;
}
.r4-fwk-career-content__item:nth-child(3) .r4-fwk-career-content__inner::before {
  left: 402px;
}
.r4-fwk-career-content__item:nth-child(3) .r4-fwk-career-content__inner::after {
  left: 404px;
}
.r4-fwk-career-content__item:nth-child(4) .r4-fwk-career-content__inner::before {
  left: 572px;
}
.r4-fwk-career-content__item:nth-child(4) .r4-fwk-career-content__inner::after {
  left: 574px;
}
.r4-fwk-career-content__item:nth-child(5) .r4-fwk-career-content__inner::before {
  left: 742px;
}
.r4-fwk-career-content__item:nth-child(5) .r4-fwk-career-content__inner::after {
  left: 744px;
}
.r4-fwk-career-content__item:last-child .r4-fwk-career-content__inner::before {
  left: 913px;
}
.r4-fwk-career-content__item:last-child .r4-fwk-career-content__inner::after {
  left: 915px;
}
.r4-fwk-career-content__inner {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 25px;
  position: relative;
}
.r4-fwk-career-content__inner::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 22px 11px;
  border-color: transparent transparent #004ca4 transparent;
  position: absolute;
  top: -22px;
  left: 230px;
}
.r4-fwk-career-content__inner::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 18px 9px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -18px;
  left: 232px;
}
.r4-fwk-career-content__profile {
  width: 160px;
  flex-shrink: 0;
  margin-right: 55px;
  text-align: center;
}
.r4-fwk-career-content__img img {
  width: 100%;
  height: auto;
}
.r4-fwk-career-content__class {
  font-weight: bold;
  font-size: 15px;
  margin: 12px auto 0;
  padding: 3px 8px;
  width: fit-content;
  border-radius: 2px;
  color: #fff;
  font-weight: 400;
}
.r4-fwk-career-content__class.m--shinkyu {
  background: #8eb73b;
}
.r4-fwk-career-content__class.m--judo {
  background: #25a8be;
}
.r4-fwk-career-content__name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
.r4-fwk-career-content__name span {
  font-size: 18px;
}
.r4-fwk-career-content__desc {
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.4;
}
.r4-fwk-career-content__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.03em !important;
}
@media (max-width: 740px) {
  .r4-fwk-career-content__text {
    font-size: 3.8vw;
    line-height: 1.7;
  }
}
.r4-fwk-career-content__text01 {
  display: block;
}
.r4-fwk-career-content__btn {
  display: none;
}
@media (max-width: 1100px) {
  .r4-fwk-career-content__inner::before {
    border-width: 0 8px 16px 8px;
    top: -16px;
    left: 50% !important;
    margin-left: -8px !important;
  }
  .r4-fwk-career-content__inner::after {
    border-width: 0 6px 12px 6px;
    top: -11px;
    left: 50% !important;
    margin-left: -6px !important;
  }
}
@media (max-width: 740px) {
  .r4-fwk-career-content {
    margin-top: 1vw;
  }
  .r4-fwk-career-content__inner {
    display: block;
    padding: 4.5vw 3vw;
  }
  .r4-fwk-career-content__profile {
    width: 100%;
  }
  .r4-fwk-career-content__img {
    width: 36%;
    margin: 0 auto;
  }
  .r4-fwk-career-content__class {
    font-size: 3.2vw;
    padding: 0.5vw 1.5vw;
  }
  .r4-fwk-career-content__name {
    margin-top: 1.5vw;
    font-size: 3.8vw;
  }
  .r4-fwk-career-content__name span {
    font-size: 3.2vw;
  }
  .r4-fwk-career-content__desc {
    font-size: 2.8vw;
    margin-top: 1vw;
  }
  .r4-fwk-career-content__textgroup {
    margin-top: 2vw;
  }
  .r4-fwk-career-content__text02 {
    display: none;
    margin-top: 3vw;
  }
  .r4-fwk-career-content__text02.is-show {
    display: block;
  }
  .r4-fwk-career-content__btn {
    display: block;
    border: 1px solid #141414;
    border-radius: 4px;
    display: flex;
    font-weight: 600;
    width: 100%;
    height: 7vw;
    align-items: center;
    justify-content: center;
    margin-top: 3vw;
    position: relative;
  }
  .r4-fwk-career-content__btn::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.4vw 1.5vw 0 1.5vw;
    border-color: #141414 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 2vw;
    transform: translate(0, -50%);
  }
}
.r4-fwk-movie {
  background: #d6e2f0;
  padding: 55px 0 75px;
}
@media (max-width: 740px) {
  .r4-fwk-movie {
    padding: 10.5vw 0;
  }
}
.r4-fwk-movie01__title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.r4-fwk-movie01__video {
  width: 100%;
  max-width: 820px;
  margin: 45px auto 0;
}
.r4-fwk-movie01__video div {
  position: relative;
  padding-top: 56%;
}
.r4-fwk-movie01__video div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.r4-fwk-movie01__banner {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  flex-direction: column;
}
.r4-fwk-movie01__banner a {
  max-width: 320px;
  margin: 0 auto;
}
.r4-fwk-movie01__banner a img {
  width: 100%;
  height: auto;
}
.r4-fwk-movie01__text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  color: #004ca4;
}
@media (max-width: 740px) {
  .r4-fwk-movie01__title {
    font-size: 6vw;
  }
  .r4-fwk-movie01__video {
    margin-top: 5vw;
  }
  .r4-fwk-movie01__banner {
    margin-top: 3vw;
  }
  .r4-fwk-movie01__banner a {
    width: 90%;
    margin: 0 auto;
  }
  .r4-fwk-movie01__text {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
}
.r4-fwk-movie02 {
  padding-top: 105px;
}
.r4-fwk-movie02__title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.r4-fwk-movie02__row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.r4-fwk-movie02__col {
  width: 48%;
}
.r4-fwk-movie02__video {
  position: relative;
  padding-top: 56%;
}
.r4-fwk-movie02__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.r4-fwk-movie02__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.r4-fwk-movie02__textgroup {
  border: 2px solid #004ca4;
  padding: 12px 20px 16px;
  color: #004ca4;
  font-weight: bold;
  margin-top: 5px;
  background: #fff;
}
.r4-fwk-movie02__subtitle {
  font-size: 20px;
  border-bottom: 1px solid #004ca4;
  padding-bottom: 8px;
}
.r4-fwk-movie02__text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
}
.r4-fwk-movie02__meta {
  font-size: 16px;
  margin-right: 10px;
  text-align: center;
}
.r4-fwk-movie02__name {
  font-size: 22px;
}
.r4-fwk-movie02__name span {
  font-size: 16px;
}
@media (max-width: 740px) {
  .r4-fwk-movie02 {
    padding-top: 10vw;
  }
  .r4-fwk-movie02__title {
    font-size: 6vw;
  }
  .r4-fwk-movie02__row {
    margin-top: 4vw;
    display: block;
  }
  .r4-fwk-movie02__col {
    width: 100%;
  }
  .r4-fwk-movie02__col + .r4-fwk-movie02__col {
    margin-top: 7vw;
  }
  .r4-fwk-movie02__textgroup {
    margin-top: 0;
    padding: 3vw 5vw 2vw;
  }
  .r4-fwk-movie02__subtitle {
    font-size: 3.5vw;
    padding-bottom: 2vw;
  }
  .r4-fwk-movie02__text {
    padding-top: 2.5vw;
  }
  .r4-fwk-movie02__meta {
    font-size: 3.5vw;
    margin-right: 2vw;
  }
  .r4-fwk-movie02__name {
    font-size: 4.5vw;
  }
  .r4-fwk-movie02__name span {
    font-size: 3.5vw;
  }
}
.r4-fwk-faq {
  padding: 60px 0 75px;
}
@media (max-width: 740px) {
  .r4-fwk-faq {
    padding: 8vw 0 12vw;
  }
  .r4-fwk-faq__title {
    text-align: center;
  }
}
.r4-fwk-faq-list {
  margin-top: 45px;
}
.r4-fwk-faq-list dt {
  display: flex;
  align-items: center;
  padding-right: 20px;
  position: relative;
}
.r4-fwk-faq-list dt::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url("../../img/forworkers/faq_open.svg") center no-repeat;
  background-size: contain;
}
.r4-fwk-faq-list dt.is-open::after {
  background-image: url("../../img/forworkers/faq_close.svg");
}
.r4-fwk-faq-list dt ~ dt {
  margin-top: 50px;
}
.r4-fwk-faq-list dd {
  padding-top: 25px;
  padding-right: 64px;
  display: none;
}
.r4-fwk-faq-list__body {
  display: flex;
}
.r4-fwk-faq-list__body a {
  color: #141414;
}
.r4-fwk-faq-list__icon {
  flex-shrink: 0;
  width: 36px;
  margin-right: 15px;
}
.r4-fwk-faq-list__icon img {
  width: 100%;
  height: auto;
}
.r4-fwk-faq-list__title {
  font-weight: bold;
  font-size: 27px;
  color: #004ca4;
}
.r4-fwk-faq-list__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.03em !important;
  margin-top: -5px;
}
@media (max-width: 740px) {
  .r4-fwk-faq-list__text {
    font-size: 3.8vw;
    line-height: 1.7;
  }
}
.r4-fwk-faq-list__content {
  display: flex;
}
.r4-fwk-faq-list__img {
  flex-shrink: 0;
  margin-top: -5px;
}
.r4-fwk-faq-list__img img {
  width: 100%;
  height: auto;
}
.r4-fwk-faq-list__img.m--small {
  width: 180px;
  margin-left: 60px;
}
.r4-fwk-faq-list__img.m--large {
  width: 375px;
  margin-left: 40px;
  margin-right: 20px;
}
.r4-fwk-faq-list__note {
  font-size: 10px;
  margin-top: 10px;
}
.r4-fwk-faq-list__note.m--center {
  text-align: center;
}
.r4-fwk-faq-list__note.m--left {
  text-align: left;
}
@media (max-width: 740px) {
  .r4-fwk-faq-list {
    margin-top: 8vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
  .r4-fwk-faq-list__icon {
    width: 6vw;
    margin-right: 2vw;
  }
  .r4-fwk-faq-list__title {
    font-size: 4.8vw;
    line-height: 1.35;
  }
  .r4-fwk-faq-list__content {
    display: block;
  }
  .r4-fwk-faq-list__img.m--large,
  .r4-fwk-faq-list__img.m--small {
    width: 100%;
    margin: 4vw auto 0;
  }
  .r4-fwk-faq-list dt {
    padding-right: 7vw;
  }
  .r4-fwk-faq-list dt::after {
    right: 1.8vw;
    width: 4vw;
    height: 4vw;
  }
  .r4-fwk-faq-list dt ~ dt {
    margin-top: 6vw;
  }
  .r4-fwk-faq-list dd {
    padding-top: 6vw;
    padding-right: 8vw;
  }
}
/* ADD_20250107 */
.r4-fwk-briefing-section__add {
  margin-top: 4.5rem;
}
.r4-fwk-briefing__lead.-second {
  margin-top: unset;
}
.r4-fwk-briefing__lead.-indent {
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 740px) {
  .r4-fwk-briefing-section__add {
    margin-top: 4vw;
  }
}
/* ADD_20250425 */
.r4-fwk-reason-section02__img {
  border: 1px solid #141414;
}
/* ADD_20250509 */
.r4-fwk-movie01__flex {
  display: flex;
  justify-content: space-between;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
.r4-fwk-movie01__flex .r4-fwk-movie01__link {
  max-width: 260px;
  width: 100%;
  margin: unset;
}
@media (max-width: 740px) {
  .r4-fwk-movie01__flex {
    flex-direction: column;
    margin-top: -2rem;
  }
  .r4-fwk-movie01__flex .r4-fwk-movie01__link {
    margin: 2rem auto 0;
  }
}
