@charset "UTF-8";
html {
  font-size: 16px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.icj-pagetop {
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  .icj-pagetop {
    bottom: 15vw;
  }
}

.revolution-main {
  color: #003565;
  font-weight: 500;
}

.main-visual {
  background: url("/revolution/assets/img/mv-bg.jpg?230425") no-repeat center center/cover;
  padding-top: 75.14%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .main-visual {
    padding-top: 95.8%;
    background: url("/revolution/assets/img/mv-bg_sp.jpg?230329") no-repeat center center/cover;
  }
}

.main-visual__inner {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main-visual__inner {
    top: 8%;
  }
}

.main-visual__badge {
  position: absolute;
  top: 67px;
}

.main-visual__badge.-badge01 {
  left: 0;
}

.main-visual__badge.-badge02 {
  right: 0;
}

.main-visual__title {
  width: 68%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-visual__title {
    width: 85.333%;
  }
}

.main-catch {
  text-align: center;
  margin-top: -230px;
}

@media screen and (max-width: 768px) {
  .main-catch {
    margin-bottom: 28px;
  }
}

.section-inner {
  margin: auto;
  max-width: 860px;
}

.revolution-nav {
  background: url(../img/nav_bg.png) no-repeat center center/100% 100%;
  padding: 60px 40px 60px 65px;
  max-width: 990px;
  margin: 60px auto;
}

@media screen and (max-width: 768px) {
  .revolution-nav {
    background: url(../img/nav_bg_sp.png) no-repeat center center/100% 100%;
    padding: 23px 20px;
    margin: 20px auto 52px;
    max-width: 360px;
  }
}

.revolution-nav-title {
  width: 491px;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution-nav-title {
    width: 280px;
  }
}

.revolution-nav-title img {
  width: 100%;
}

.revolution-nav-list {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .revolution-nav-list {
    margin-top: 20px;
  }
}

.revolution-nav-item + .revolution-nav-item {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .revolution-nav-item + .revolution-nav-item {
    margin-top: 20px;
  }
}

.revolution-nav-item a {
  position: relative;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .revolution-nav-item a:hover {
    opacity: 0.7;
  }
}

.revolution-nav-item a .super {
  font-size: 16px;
  vertical-align: super;
}

@media screen and (max-width: 768px) {
  .revolution-nav-item a .super {
    font-size: 10px;
  }
}

.revolution-nav-item a::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .revolution-nav-item a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #0d3258;
  }
}

.revolution-nav-item-number {
  width: 150px;
  padding-right: 30px;
  border-right: 1px solid #333;
}

@media screen and (max-width: 768px) {
  .revolution-nav-item-number {
    width: 83px;
    padding-right: 16px;
  }
}

.revolution-nav-item-number img {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .revolution-nav-item-number img {
    width: 67px;
  }
}

@media screen and (max-width: 768px) {
  .revolution-nav-item-text-wrap {
    display: contents;
  }
}

.revolution-nav-item-text {
  display: block;
  position: relative;
  margin-left: 30px;
  color: #0d3258;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .revolution-nav-item-text {
    margin-left: 15px;
    font-size: 16px;
    line-height: 1.2;
  }
}

.revolution-nav-item-text::before {
  background-color: #FFF100;
  bottom: 0px;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  width: 96%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .revolution-nav-item-text::before {
    display: none;
  }
}

.revolution-nav-item-text::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 0.3em;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 12px solid #0d3258;
}

@media screen and (max-width: 768px) {
  .revolution-nav-item-text::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .revolution-nav-item-text-01 {
    position: relative;
    display: inline-block;
  }
}

.revolution-nav-item-text-01::before {
  display: block;
  background-color: #FFF100;
  bottom: 0px;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .revolution-nav-item-text-01::before {
    display: block;
  }
}

.revolution-nav-item-note {
  display: block;
  margin-top: 5px;
  margin-left: 30px;
  color: #333;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .revolution-nav-item-note {
    margin: 0;
    position: absolute;
    left: -20px;
    bottom: -47px;
  }
}

/*
*************************************/
.revolution-contents {
  background-color: #e0e0e0;
  padding-bottom: 100px;
  padding-top: 85px;
}

@media screen and (max-width: 768px) {
  .revolution-contents {
    padding: 30px 7px 57px;
  }
}

.revolution-content {
  position: relative;
}

.revolution-content + .revolution-content {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .revolution-content + .revolution-content {
    margin-top: 40px;
  }
}

.revolution-content-title {
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution-content-title {
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 90px;
    text-align: left;
  }
}

.revolution-content-title-01 {
  margin-bottom: 12px;
  display: block;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .revolution-content-title-01 {
    margin-bottom: 4px;
    font-size: 14px;
  }
}

.revolution-content-title-02 {
  font-size: 34px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .revolution-content-title-02 {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}

.revolution-card {
  max-width: 860px;
  margin: 27px auto 0;
  padding: 65px 52px 70px;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .revolution-card {
    margin: -5px auto 0;
    padding: 27px 15px 25px;
    border-radius: 10px;
  }
}

.revolution-card-badge {
  top: -136px;
  left: 0;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .revolution-card-badge {
    left: 5px;
    max-width: 80px;
    top: -71px;
  }
}

.revolution-block-lead {
  background: #FFEA00;
  border-radius: 10px;
  max-width: 620px;
  margin: 27px auto 0;
  padding: 10px;
  font-size: 18px;
  text-align: center;
}

/*革命1
****************************/
.revolution1-block + .revolution1-block {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #D7E5F4;
}

@media screen and (max-width: 768px) {
  .revolution1-block + .revolution1-block {
    margin-top: 30px;
    padding-top: 28px;
  }
}

.revolution1-block-row {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .revolution1-block-row {
    display: block;
  }
}

.revolution1-block-row-left {
  position: relative;
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  .revolution1-block-row-left {
    width: 100%;
  }
}

.revolution1-block-row-left::after {
  content: "";
  background: url(../img/revolution1_icon_arrow.png) no-repeat center center/cover;
  width: 65px;
  height: 66px;
  position: absolute;
  right: 5px;
  bottom: 100px;
}

@media screen and (max-width: 768px) {
  .revolution1-block-row-left::after {
    background: url(../img/revolution1_icon_arrow_sp.png) no-repeat center center/cover;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 63px;
    height: 30px;
  }
}

.revolution1-block-row-right {
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  .revolution1-block-row-right {
    margin-top: 45px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .revolution1-block-row-heading {
    text-align: center;
  }
}

.revolution1-block-row-heading-01 {
  display: block;
  font-size: 16px;
}

.revolution1-block-row-heading-02 {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.revolution1-block-row-text {
  margin-top: 17px;
  margin-bottom: 14px;
  line-height: 2;
}

.revolution1-block-row-image {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution1-block-row-image {
    margin-top: 15px;
  }
}

.revolution1-block-row-image-caption {
  margin-top: 8px;
  line-height: 1;
}

.revolution1-block-heading {
  text-align: center;
}

.revolution1-block-heading-01 {
  display: block;
  font-size: 16px;
}

.revolution1-block-heading-02 {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.revolution1-block-text {
  text-align: center;
  margin-top: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .revolution1-block-text {
    text-align: left;
  }
}

.revolution1-block-image {
  margin-top: 26px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution1-block-image {
    margin-top: 6px;
  }
}

.revolution1-block-image img {
  margin-right: -76px;
}

@media screen and (max-width: 768px) {
  .revolution1-block-image img {
    margin-right: 0;
  }
}

.revolution1-guiness {
  background: url(../img/bg_guiness.png) no-repeat center center/100% 100%;
  display: flex;
  align-items: center;
  max-width: 756px;
  margin: 60px auto 0;
  padding: 30px 45px;
}

@media screen and (max-width: 768px) {
  .revolution1-guiness {
    background: url(../img/bg_guiness_sp.png) no-repeat center center/100% 100%;
    margin: 28px auto 0;
    padding: 26px 15px 35px 19px;
    max-width: 331px;
    align-items: center;
    justify-content: center;
  }
}

.revolution1-guiness-left {
  width: calc(100% - 110px);
}

@media screen and (max-width: 768px) {
  .revolution1-guiness-left {
    width: 63%;
  }
}

.revolution1-guiness-right {
  padding-left: 20px;
  max-width: 110px;
}

@media screen and (max-width: 768px) {
  .revolution1-guiness-right {
    width: 37%;
    padding-left: 10px;
    max-width: 100px;
  }
}

.revolution1-guiness-right img {
  width: 100%;
}

.revolution1-guiness-title-wrap {
  width: 120%;
}

.revolution1-guiness-title {
  display: inline;
  background: linear-gradient(transparent 70%, #FFF100 0%);
  color: #0D3258;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .revolution1-guiness-title {
    font-size: 16px;
  }
}

.revolution1-guiness-title .big {
  font-size: 40px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .revolution1-guiness-title .big {
    font-size: 27px;
  }
}

.revolution1-guiness-title .no1-1 {
  position: relative;
  bottom: -3px;
  font-size: 48px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .revolution1-guiness-title .no1-1 {
    bottom: -2px;
    font-size: 28px;
  }
}

.revolution1-guiness-title .no1-2 {
  position: relative;
  bottom: -3px;
  font-size: 49px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .revolution1-guiness-title .no1-2 {
    bottom: -2px;
    font-size: 28px;
  }
}

.revolution1-guiness-text {
  color: #333;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .revolution1-guiness-text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 2;
  }
}

.revolution1-guiness-text span {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .revolution1-guiness-text span {
    font-size: 10px;
  }
}

/*革命2
****************************/
.revolution2-block + .revolution2-block {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #D7E5F4;
}

@media screen and (max-width: 768px) {
  .revolution2-block + .revolution2-block {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.revolution2-block-row {
  display: flex;
  gap: 2.65%;
}

@media screen and (max-width: 768px) {
  .revolution2-block-row {
    display: block;
  }
}

.revolution2-block-row-left {
  width: 54.76%;
}

@media screen and (max-width: 768px) {
  .revolution2-block-row-left {
    width: 100%;
  }
}

.revolution2-block-row-right {
  width: 42.59%;
}

@media screen and (max-width: 768px) {
  .revolution2-block-row-right {
    margin-top: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .revolution2-block-row-heading {
    text-align: center;
  }
}

.revolution2-block-row-heading-01 {
  display: block;
  font-size: 16px;
}

.revolution2-block-row-heading-02 {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.revolution2-block-row-text {
  margin-top: 15px;
  line-height: 2;
}

.revolution2-block-row-notes {
  margin-top: 15px;
  color: #333333;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .revolution2-block-row-notes {
    margin-top: 6px;
  }
}

.revolution2-no1 {
  background: url(../img/bg_guiness.png) no-repeat center center/100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 756px;
  margin: 60px auto 0;
  padding: 45px 0;
}

@media screen and (max-width: 768px) {
  .revolution2-no1 {
    position: relative;
    background: url(../img/bg_guiness_sp.png) no-repeat center center/100% 100%;
    margin: 30px auto 0px;
    padding: 30px 5px 30px 15px;
    max-width: 331px;
    display: block;
  }
}

.revolution2-no1-left {
  width: 91px;
}

@media screen and (max-width: 768px) {
  .revolution2-no1-left {
    width: 80px;
    position: absolute;
    top: 51%;
    left: 35px;
    transform: translateY(-50%);
  }
}

.revolution2-no1-heading {
  color: #0D3258;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.revolution2-no1-heading-01 {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .revolution2-no1-heading-01 {
    font-size: 16px;
    text-align: center;
  }
}

.revolution2-no1-heading-02 {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .revolution2-no1-heading-02 {
    display: block;
    padding-left: 103px;
    margin-top: 23px;
    line-height: 0.85;
    font-size: 28px;
  }
}

.revolution2-no1-heading-02 .no1-1 {
  position: relative;
  bottom: -2px;
  font-size: 34px;
  letter-spacing: 0;
}

.revolution2-no1-heading-02 .no1-2 {
  position: relative;
  bottom: -2px;
  font-size: 35px;
  letter-spacing: 0;
}

.revolution2-no1-notes {
  margin-top: 4px;
  color: #333;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .revolution2-no1-notes {
    text-align: right;
    padding-right: 20px;
    margin-top: 20px;
  }
}

/*革命3
****************************/
.revolution3-block + .revolution3-block {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #D7E5F4;
}

@media screen and (max-width: 768px) {
  .revolution3-block + .revolution3-block {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.revolution3-card {
  padding-top: 34px;
}

@media screen and (max-width: 768px) {
  .revolution3-card {
    padding-top: 25px;
  }
}

.revolution3-block-heading {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution3-block-heading {
    font-size: 24px;
  }
}

.revolution3-block-text {
  margin-top: 17px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .revolution3-block-text {
    text-align: left;
    line-height: 2;
  }
}

.revolution3-block-image {
  margin-top: 28px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution3-block-image {
    margin-top: 23px;
  }
}

.revolution3-block-image-text {
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .revolution3-block-image-text {
    line-height: 1.5;
    margin-top: 10px;
  }
}

.revolution3-block-image-text-01 {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.revolution3-block-image-text-02 {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .revolution3-block-image-text-02 {
    font-size: 22px;
    line-height: 1.8;
  }
}

.revolution3-block-lead {
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .revolution3-block-lead {
    padding: 12px 10px;
  }
}

.revolution3-block-lead-01 {
  font-size: 18px;
  font-weight: bold;
}

.revolution3-block-lead-02 {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .revolution3-block-lead-02 {
    text-align: justify;
  }
}

.revolution3-block-row {
  margin-top: 40px;
  display: flex;
  gap: 2.7%;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .revolution3-block-row {
    margin-top: 16px;
    display: block;
  }
}

.revolution3-block-row-left {
  width: 60.8%;
}

@media screen and (max-width: 768px) {
  .revolution3-block-row-left {
    width: 100%;
  }
}

.revolution3-block-row-right {
  width: 36.5%;
}

@media screen and (max-width: 768px) {
  .revolution3-block-row-right {
    margin-top: 20px;
    width: 100%;
  }
}

.revolution3-block-row-text {
  margin-top: -0.5em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .revolution3-block-row-text {
    margin-top: 0;
    line-height: 1.8;
  }
}

.revolution3-block-row-image {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution3-block-row-image {
    width: 90%;
    margin: auto;
  }
}

.revolution3-block-row-notes {
  width: 100%;
  margin-top: 15px;
  color: #333333;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .revolution3-block-row-notes {
    margin-top: 19px;
    text-align: left;
  }
}

.revolution3-block-row02 {
  margin-top: 44px;
  display: flex;
  gap: 2.7%;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .revolution3-block-row02 {
    margin-top: 31px;
    display: block;
  }
}

.revolution3-block-row02-left {
  width: 58.8%;
}

@media screen and (max-width: 768px) {
  .revolution3-block-row02-left {
    width: 100%;
  }
}

.revolution3-block-row02-right {
  width: 38.5%;
}

@media screen and (max-width: 768px) {
  .revolution3-block-row02-right {
    margin-top: 17px;
    width: 100%;
  }
}

.revolution3-block-row02-heading {
  font-size: 24px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .revolution3-block-row02-heading {
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.3;
  }
}

.revolution3-block-row02-text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.8;
}

.revolution3-block-row02-image {
  text-align: center;
}

.revolution3-block-row02-notes {
  width: 100%;
  margin-top: 15px;
  color: #333333;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .revolution3-block-row02-notes {
    margin-top: 19px;
  }
}

/*革命4
****************************/
.revolution4-card {
  padding: 54px 0 0;
}

@media screen and (max-width: 768px) {
  .revolution4-card {
    padding-top: 25px;
  }
}

.revolution4-text {
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .revolution4-text {
    text-align: left;
    line-height: 2;
    padding: 0 15px;
  }
}

.revolution4-notes {
  margin-top: 10px;
  color: #333;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution4-notes {
    margin-top: 6px;
    text-align: left;
    padding: 0 15px;
  }
}

.revolution4-feature {
  background-color: #003565;
  box-shadow: -1px 9px 10px 0px rgba(35, 24, 21, 0.2);
  position: relative;
  border-radius: 0 0 8px 8px;
  margin-top: 30px;
  padding: 28px 0 30px;
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .revolution4-feature {
    margin-top: 20px;
    padding: 19px 0 20px;
  }
}

.revolution4-feature-inner {
  margin: auto;
  max-width: 680px;
}

@media screen and (max-width: 768px) {
  .revolution4-feature-inner {
    padding: 0 15px;
  }
}

.revolution4-feature-caption {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution4-feature-caption {
    font-size: 14px;
  }
}

.revolution4-feature-image {
  margin-top: 11px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution4-feature-image {
    margin-top: 16px;
  }
}

.revolution4-feature-balloon {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  font-weight: bold;
  margin: 20px auto 25px;
  max-width: 600px;
  padding: 10px 0 10px 47px;
  color: #003565;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution4-feature-balloon {
    margin: 17px auto 15px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
  }
}

.revolution4-feature-balloon::before {
  background-image: url(/revolution/assets/img/icon_light-silver.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 41px;
  left: 18px;
  position: absolute;
  width: 28px;
}

@media screen and (max-width: 768px) {
  .revolution4-feature-balloon::before {
    height: 32px;
    left: 13px;
    width: 23px;
    top: 29px;
  }
}

.revolution4-feature-balloon span {
  color: #645e57;
  letter-spacing: -0.03em;
}

.revolution4-feature-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution4-feature-text {
    font-size: 14px;
  }
}

.revolution4-arrow {
  margin-top: -10px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .revolution4-arrow {
    margin-top: -5px;
    margin-bottom: 5px;
  }
}

.revolution4-arrow img {
  width: 374px;
}

@media screen and (max-width: 768px) {
  .revolution4-arrow img {
    width: 214px;
  }
}

.revolution4-card02 {
  padding: 34px 0 0;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .revolution4-card02 {
    padding-top: 14px;
    margin-top: 0;
  }
}

.revolution4-title02 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution4-title02 {
    font-size: 18px;
  }
}

.revolution4-feature02 {
  background-color: #fff100;
  box-shadow: -1px 9px 10px 0px rgba(35, 24, 21, 0.2);
  position: relative;
  z-index: 1;
  border-radius: 0 0 8px 8px;
  margin-top: 34px;
  padding-bottom: 30px;
  padding-top: 33px;
}

@media screen and (max-width: 768px) {
  .revolution4-feature02 {
    margin-top: 13px;
    padding: 20px 15px;
  }
}

.revolution4-feature02-inner {
  margin: auto;
  max-width: 680px;
}

.revolution4-feature02-caption {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution4-feature02-caption {
    font-size: 14px;
  }
}

.revolution4-feature02-image {
  margin-top: 9px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution4-feature02-image {
    margin-top: 18px;
  }
}

.revolution4-feature02-balloon {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  font-weight: bold;
  margin: 12px auto 0;
  max-width: 600px;
  padding: 10px 0 10px 47px;
  color: #003565;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution4-feature02-balloon {
    padding: 10px 5px 10px 47px;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
  }
}

.revolution4-feature02-balloon::before {
  background-image: url(/revolution/assets/img/icon_light-gold.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 41px;
  left: 18px;
  position: absolute;
  width: 28px;
}

@media screen and (max-width: 768px) {
  .revolution4-feature02-balloon::before {
    height: 32px;
    left: 13px;
    width: 23px;
    top: 11px;
  }
}

.revolution4-feature02-balloon span {
  color: #645e57;
  letter-spacing: -0.03em;
}

.revolution4-feature02-text {
  margin-top: 21px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution4-feature02-text {
    margin-top: 16px;
    font-size: 14px;
  }
}

/*革命5
****************************/
.revolution5-card {
  padding-top: 51px;
}

@media screen and (max-width: 768px) {
  .revolution5-card {
    padding-top: 25px;
  }
}

.revolution5-text {
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .revolution5-text {
    text-align: left;
    line-height: 2;
  }
}

.revolution5-image {
  width: 93%;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .revolution5-image {
    width: 100%;
    margin: 19px auto 0;
  }
}

.revolution5-notes {
  color: #333;
  margin-top: 26px;
  width: 104%;
  margin-left: -2%;
}

@media screen and (max-width: 768px) {
  .revolution5-notes {
    margin-top: 16px;
    margin-left: 0;
    width: 100%;
  }
}

.revolution5-notes p {
  font-size: 12px;
  line-height: 1.5;
}

.revolution5-column {
  background: url(../img/bg_column.png) no-repeat center center/100% 100%;
  padding: 40px 30px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .revolution5-column {
    background: url(../img/bg_column_sp.png) no-repeat center center/100% 100%;
    padding: 20px 15px;
    margin-top: 30px;
  }
}

.revolution5-column-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .revolution5-column-title {
    display: block;
  }
}

.revolution5-column-title-image {
  display: block;
  margin-right: 10px;
  width: 120px;
}

@media screen and (max-width: 768px) {
  .revolution5-column-title-image {
    margin: auto;
    width: 90px;
  }
}

.revolution5-column-title-text {
  color: #073051;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .revolution5-column-title-text {
    display: block;
    margin-top: 12px;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
  }
}

.revolution5-column-text {
  margin-top: 28px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .revolution5-column-text {
    margin-top: 6px;
    color: #0D3258;
    font-size: 15px;
    line-height: 2;
  }
}

.revolution5-column-image {
  width: 400px;
  margin: 32px auto 0;
}

@media screen and (max-width: 768px) {
  .revolution5-column-image {
    margin: 8px auto 0;
    width: 279px;
    max-width: 100%;
  }
}

.revolution-contact {
  padding-top: 40px;
  text-align: center;
}

.revolution-contact-title {
  font-size: 34px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .revolution-contact-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.revolution-contact-title-small {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .revolution-contact-title-small {
    font-size: 14px;
    letter-spacing: 0.075em;
    padding-bottom: 5px;
  }
}

.revolution-contact-subtitle {
  display: block;
  padding-top: 18px;
}

.revolution-contact-attention {
  font-size: 14px;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .revolution-contact-attention {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.revolution-contact-text {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .revolution-contact-text {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.revolution-contact-list {
  display: flex;
  justify-content: space-between;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .revolution-contact-list {
    display: block;
  }
}

.revolution-contact-item:nth-child(1) {
  width: 38.8%;
}

@media screen and (max-width: 768px) {
  .revolution-contact-item:nth-child(1) {
    width: 100%;
  }
}

.revolution-contact-item:nth-child(2) {
  width: 54.37%;
}

@media screen and (max-width: 768px) {
  .revolution-contact-item:nth-child(2) {
    margin-top: 30px;
    width: 100%;
  }
}

.revolution-contact-item-image {
  margin-bottom: 10px;
}

.revolution-contact-item-text {
  margin-bottom: 20px;
}

.revolution-contact-item-link {
  border-radius: 30px;
  display: block;
  font-weight: bold;
  width: 280px;
  line-height: 1;
  margin: auto;
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
  z-index: 0;
  background: #0D3258;
  color: #fff;
}

.revolution-contact-item-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 19px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .revolution-contact-item-link:hover {
    background: #F1DE00;
    color: #0D3258;
  }
  .revolution-contact-item-link:hover::after {
    border-top: 2px solid #0D3258;
    border-right: 2px solid #0D3258;
  }
}

.revolution-cv {
  background: #EFEFEF;
  border-radius: 10px;
  max-width: 987px;
  margin: 50px auto 80px;
  padding: 30px 47px;
}

@media screen and (max-width: 768px) {
  .revolution-cv {
    width: calc(100% - 14px);
    margin: 35px auto 80px;
    padding: 20px 17px;
  }
}

.revolution-cv-heading {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .revolution-cv-heading-01 {
    display: block;
    font-size: 14px;
  }
}

.revolution-cv-heading-02 {
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .revolution-cv-heading-02 {
    display: block;
    font-size: 19px;
    margin-left: 0;
  }
}

.revolution-cv-row {
  margin-top: 12px;
  display: flex;
  gap: 3%;
}

@media screen and (max-width: 768px) {
  .revolution-cv-row {
    display: block;
  }
}

.revolution-cv-image {
  width: 62%;
}

@media screen and (max-width: 768px) {
  .revolution-cv-image {
    width: 100%;
  }
}

.revolution-cv-inner {
  margin-top: 12px;
  width: 35%;
}

@media screen and (max-width: 768px) {
  .revolution-cv-inner {
    width: 100%;
  }
}

.revolution-cv-text {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .revolution-cv-text {
    padding: 0 7px;
  }
}

.revolution-cv-button {
  border-radius: 30px;
  display: block;
  font-weight: bold;
  width: 100%;
  line-height: 1;
  margin: 29px auto 0;
  padding: 16px 0;
  position: relative;
  z-index: 0;
  background: #0D3258;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .revolution-cv-button {
    margin-top: 24px;
    font-size: 16px;
  }
}

.revolution-cv-button::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 19px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .revolution-cv-button:hover {
    background: #F1DE00;
    color: #0D3258;
  }
  .revolution-cv-button:hover::after {
    border-top: 2px solid #0D3258;
    border-right: 2px solid #0D3258;
  }
}

.border-yellow {
  position: relative;
  z-index: 2;
}

.border-yellow::before {
  background-color: #FFF100;
  bottom: 5px;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.attention-mark {
  font-size: 12px;
  vertical-align: super;
}

.btn__attention {
  font-size: 12px;
  margin-bottom: 28px;
}

/**ギネス追加
******************************/
/**固定バナー
******************************/
.fixed-cta {
  position: fixed;
  z-index: 9999;
  display: none;
  transition: opacity 0.5s ease;
}

.fixed-cta__item {
  position: relative;
  margin-bottom: 3px;
}

.fixed-cta__item img {
  display: block;
  width: 100%;
}

.cta-balloon {
  position: absolute;
  top: -65px;
  left: -51px;
  z-index: 1;
  width: 80px;
}

.cta-balloon img {
  width: 100%;
  height: auto;
}

.fixed-cta--pc {
  right: -30px;
  top: 200px;
  display: flex;
  flex-direction: column;
}

.fixed-cta--pc a {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  width: 60%;
}

.fixed-cta--sp {
  left: 0;
  bottom: -3px;
  width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.fixed-cta--sp a {
  padding: 0px;
  white-space: nowrap;
}

.fixed-cta--pc {
  display: none;
}

.fixed-cta--sp {
  display: none;
}

@media screen and (min-width: 769px) {
  .fixed-cta--pc {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .fixed-cta--sp {
    display: flex;
  }
}
