@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  body main article {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 90px;
  }
  body main article section {
    background-color: #fff;
  }
  body main article #kv {
    color: #fff;
    background-color: transparent;
    position: relative;
  }
  body main article #kv .inner {
    width: 1200px;
    height: 465px;
    background: url("../img/benefit/kv-image.jpg") no-repeat right top/1090px;
    padding: 55px 10px 0;
    box-sizing: border-box;
  }
  body main article #kv h1 {
    display: block;
    width: 458px;
  }
  body main article #certification {
    padding: 90px 0 130px;
  }
  body main article #certification .inner {
    position: relative;
  }
  body main article #certification .inner .copy {
    margin-left: auto;
    margin-right: auto;
  }
  body main article #certification .inner .text {
    display: block;
    width: fit-content;
    margin: 60px auto 0;
    font-weight: 700;
  }
  body main article #certification .inner .flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 70px;
  }
  body main article #certification .inner .flex .flex-set {
    width: 324px;
  }
  body main article #certification .inner .flex .flex-set .title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  body main article #certification .inner .flex .flex-set .image {
    width: 100%;
    margin: 20px auto 30px;
  }
  body main article #benefit {
    padding: 90px 0 120px;
    background-image: linear-gradient(336deg, rgb(78, 166, 200), rgb(146, 195, 214) 66%, rgb(125, 186, 210));
  }
  body main article #benefit .copy {
    margin-left: auto;
    margin-right: auto;
  }
  body main article #benefit .text {
    display: block;
    width: 810px;
    margin: 70px auto 0;
    font-weight: 700;
  }
  body main article #benefit .data-list {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 0;
  }
  body main article #benefit .data-list .data-ele {
    width: 21%;
    height: 142px;
    padding-top: 16px;
    box-sizing: border-box;
    background-color: rgba(217, 250, 255, 0.2);
    display: grid;
    place-items: center;
    position: relative;
  }
  body main article #benefit .data-list .data-ele .title {
    display: block;
    width: 180px;
    padding: 8px 0;
    border-radius: 16px;
    box-sizing: border-box;
    background-color: #02004b;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  body main article #benefit .data-list .data-ele .icon {
    width: fit-content;
    height: fit-content;
  }
  body main article #entry {
    padding: 100px 0 64px;
  }
  body main article #entry h3 {
    width: 100%;
    height: 77px;
    overflow: hidden;
    position: relative;
  }
  body main article #entry h3 div {
    width: auto;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-direction: normal;
  }
  body main article #entry h3 div.slide-text1 {
    animation-name: slider_animation;
  }
  body main article #entry h3 div.slide-text2 {
    padding-left: 30px;
    animation-name: slider_animation2;
  }
  @keyframes slider_animation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes slider_animation2 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  body main article #entry h3 div img {
    width: auto;
    height: 100%;
  }
  body main article #entry h3 div img:nth-of-type(n+2) {
    padding-left: 40px;
  }
  body main article #entry .inner {
    width: 100%;
    max-width: 1366px;
  }
  body main article #entry .inner .entry-content {
    margin-top: 110px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 80px;
  }
  body main article #entry .inner .entry-content .entry-image {
    width: calc(100% - 645px);
    max-width: 721px;
  }
  body main article #entry .inner .entry-content .entry-image img {
    width: 100%;
  }
  body main article #entry .inner .entry-content .entry-text {
    display: block;
    width: 490px;
  }
  body main article #entry .inner .entry-content .entry-text p {
    font-size: 35px;
    line-height: 64px;
    font-weight: 600;
  }
  body main article #entry .inner .entry-content .entry-text a {
    display: block;
    width: 482px;
    padding: 35px 0;
    box-sizing: border-box;
    background-color: #193d90;
    position: relative;
    margin-top: 50px;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
  }
  body main article .prev-btn {
    display: block;
    width: 340px;
    padding: 14px 0 15px 21px;
    box-sizing: border-box;
    border: 1px solid #02004b;
    position: relative;
    margin: 0 auto 70px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #02004b;
  }
  body main article .prev-btn::before {
    content: "";
    display: block;
    width: 22px;
    height: 6px;
    background: url("../img/benefit/prev-arrow.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 0.2666666667vw;
  }
  body {
    min-width: 320px;
  }
  body main article section {
    background-color: #fff;
  }
  body main article #kv {
    color: #fff;
    background-color: transparent;
    position: relative;
  }
  body main article #kv .inner {
    width: 100%;
    height: 87.4666666667vw;
    background: url("../img/benefit/kv-image-sp.jpg") no-repeat top right/78.9333333333vw;
    padding: 60px 0 0 6.6666666667vw;
    box-sizing: border-box;
    margin-left: 0;
  }
  body main article #kv .inner h1 {
    display: block;
    width: 61.0666666667vw;
  }
  body main article #kv .inner h1 img {
    display: block;
    width: 100%;
  }
  body main article #certification {
    padding: 45px 0 50px;
  }
  body main article #certification .inner img {
    display: block;
    width: 100%;
  }
  body main article #certification .inner h2 .en img {
    width: auto;
  }
  body main article #certification .inner .copy {
    margin-bottom: auto;
  }
  body main article #certification .inner .text {
    font-weight: 700;
    margin-top: 38px;
  }
  body main article #certification .inner .flex {
    margin-top: 38px;
  }
  body main article #certification .inner .flex .flex-set {
    margin-top: 35px;
  }
  body main article #certification .inner .flex .flex-set .title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  body main article #certification .inner .flex .flex-set .image {
    width: 100%;
    margin: 25px auto;
  }
  body main article #benefit {
    padding: 50px 0 40px;
    background-image: linear-gradient(336deg, rgb(78, 166, 200), rgb(146, 195, 214) 66%, rgb(125, 186, 210));
  }
  body main article #benefit .copy {
    margin-bottom: auto;
  }
  body main article #benefit .text {
    font-weight: 700;
    margin-top: 38px;
  }
  body main article #benefit .data-list {
    width: 100%;
    margin: 36px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
  }
  body main article #benefit .data-list .data-ele {
    width: calc(50% - 15px);
    height: 127px;
    padding-top: 4px;
    box-sizing: border-box;
    background-color: rgba(217, 250, 255, 0.2);
    display: grid;
    place-items: center;
    position: relative;
  }
  body main article #benefit .data-list .data-ele .title {
    display: block;
    width: 125px;
    padding: 7px 0;
    border-radius: 13px;
    box-sizing: border-box;
    background-color: #02004b;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  body main article #benefit .data-list .data-ele img {
    display: block;
    width: 100%;
  }
  body main article #benefit .data-list .data-ele:nth-of-type(1) .icon {
    width: 59px;
  }
  body main article #benefit .data-list .data-ele:nth-of-type(2) .icon {
    width: 64px;
  }
  body main article #benefit .data-list .data-ele:nth-of-type(3) .icon {
    width: 60px;
  }
  body main article #benefit .data-list .data-ele:nth-of-type(4) .icon {
    width: 37px;
  }
  body main article #benefit .data-list .data-ele:nth-of-type(5) .icon {
    width: 51px;
  }
  body main article #benefit .data-list .data-ele:nth-of-type(6) .icon {
    width: 56px;
  }
  body main article #benefit .data-list .data-ele:nth-of-type(7) .icon {
    width: 45px;
  }
  body main article #benefit .data-list .data-ele:nth-of-type(8) .icon {
    width: 51px;
  }
  body main article #entry {
    padding: 50px 0 25px;
  }
  body main article #entry h3 {
    width: 100%;
    height: 39px;
    overflow: hidden;
    position: relative;
  }
  body main article #entry h3 div {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-direction: normal;
  }
  body main article #entry h3 div.slide-text1 {
    animation-name: slider_animation;
  }
  body main article #entry h3 div.slide-text2 {
    padding-left: 15px;
    animation-name: slider_animation2;
  }
  @keyframes slider_animation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes slider_animation2 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  body main article #entry h3 div img {
    width: auto;
    height: 100%;
  }
  body main article #entry h3 div img:nth-of-type(n+2) {
    padding-left: 15px;
  }
  body main article #entry .inner {
    width: 100%;
  }
  body main article #entry .inner .entry-content {
    margin-top: 55px;
  }
  body main article #entry .inner .entry-content .entry-image {
    width: 100%;
  }
  body main article #entry .inner .entry-content .entry-image img {
    display: block;
    width: 100%;
  }
  body main article #entry .inner .entry-content .entry-text {
    display: block;
    width: 86.6666666667vw;
    margin: 45px auto 0;
  }
  body main article #entry .inner .entry-content .entry-text p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
  }
  body main article #entry .inner .entry-content .entry-text a {
    display: block;
    width: 100%;
    padding: 16px 0;
    box-sizing: border-box;
    background-color: #193d90;
    position: relative;
    margin-top: 45px;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
  }
  body main article .prev-btn {
    display: block;
    width: 86.6666666667vw;
    padding: 17px 0;
    box-sizing: border-box;
    border: 1px solid #02004b;
    position: relative;
    margin: 0 auto 60px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #02004b;
  }
  body main article .prev-btn::before {
    content: "";
    display: block;
    width: 26px;
    height: 6px;
    background: url("../img/benefit/prev-arrow-sp.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
  }
}