@charset "UTF-8";
#container {
  overflow: hidden;
  /* 共通 */
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  #container {
    padding-top: 56px;
    overflow: hidden;
  }
}
#container .content-wrap {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@font-face {
  font-family: "lineseed-thin";
  src: url("../font/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "lineseed-regular";
  src: url("../font/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "lineseed-bold";
  src: url("../font/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "lineseed-exbold";
  src: url("../font/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
#container .linebold {
  font-family: "lineseed-bold", sans-serif;
  font-weight: 600;
}
#container .lineexbold {
  font-family: "lineseed-exbold", sans-serif;
  font-weight: 900;
}
#container .fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#container .fadein.fadein-bottom {
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
#container .fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
#container .cta-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#container .cta-button {
  width: 100%;
  max-width: 260px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  border: 1px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#9b008c), to(#ed2682));
  background: linear-gradient(to bottom, #9b008c, #ed2682);
  color: #fff;
  font-size: 18px;
  font-family: "noto-sans-jp", sans-serif;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  letter-spacing: 0.02em;
}
#container .cta-button:hover {
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(255, 255, 255, 0.76);
          box-shadow: 10px 10px 30px rgba(255, 255, 255, 0.76);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ed2682;
}
#container .cta-button:hover:after {
  content: "";
  display: block;
  border-top: 1px solid #ed2682;
  border-right: 1px solid #ed2682;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#container .cta-button:after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#container .cta-button.mail-icon {
  padding-left: 10px;
}
#container .cta-button.mail-icon:before {
  content: "";
  display: block;
  background: url(../images/rakuten2025/mail-icon.png) no-repeat center center/contain;
  width: 21px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  margin: auto;
}
#container .cta-button.mail-icon:hover:before {
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(56%) saturate(5405%) hue-rotate(330deg) brightness(112%) contrast(110%);
          filter: brightness(0) saturate(100%) invert(13%) sepia(56%) saturate(5405%) hue-rotate(330deg) brightness(112%) contrast(110%);
}
#container .cta-button2 {
  width: 100%;
  max-width: 260px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  border: 1px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#4e47fb), to(#4773f5));
  background: linear-gradient(180deg, #4e47fb 0%, #4773f5 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "noto-sans-jp", sans-serif;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  letter-spacing: 0.02em;
}
#container .cta-button2:hover {
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(255, 255, 255, 0.76);
          box-shadow: 10px 10px 30px rgba(255, 255, 255, 0.76);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #4773f5;
}
#container .cta-button2:hover:after {
  content: "";
  display: block;
  border-top: 1px solid #4773f5;
  border-right: 1px solid #4773f5;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#container .cta-button2:after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#container .cta-button2.mail-icon {
  padding-left: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#005a9f), to(#00b4dc));
  background: linear-gradient(180deg, #005a9f 0%, #00b4dc 100%);
  background: linear-gradient(217deg, #ff5b22 0%, #ffa04f 100%);
}
#container .cta-button2.mail-icon:before {
  content: "";
  display: block;
  background: url(../images/rakuten2025/mail-icon.png) no-repeat center center/contain;
  width: 21px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#container .cta-button2.mail-icon:hover {
  color: #fff;
}
#container .cta-button2.mail-icon:hover:before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#container .cta-button2.mail-icon:hover:after {
  border-color: #fff;
}
#container .cta-button3 {
  width: 100%;
  max-width: 260px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  border: 1px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b4db), to(#0083b0));
  background: linear-gradient(to bottom, #00b4db, #0083b0);
  color: #fff;
  font-size: 18px;
  font-family: "noto-sans-jp", sans-serif;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  letter-spacing: 0.02em;
}
#container .cta-button3:hover {
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(255, 255, 255, 0.76);
          box-shadow: 10px 10px 30px rgba(255, 255, 255, 0.76);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #a30003;
}
#container .cta-button3:hover:after {
  content: "";
  display: block;
  border-top: 1px solid #a30003;
  border-right: 1px solid #a30003;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#container .cta-button3:after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#container .cta-button3.file-icon {
  padding-left: 10px;
}
#container .cta-button3.file-icon:before {
  content: "";
  display: block;
  background: url(../images/rakuten2025/file-icon.png) no-repeat center center/contain;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#container .cta-button3.file-icon:hover:before {
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(56%) saturate(5405%) hue-rotate(330deg) brightness(112%) contrast(110%);
          filter: brightness(0) saturate(100%) invert(13%) sepia(56%) saturate(5405%) hue-rotate(330deg) brightness(112%) contrast(110%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  #container .cta-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10px;
  }
  #container .cta-button {
    max-width: 200px;
    font-size: 11px;
    height: 44px;
  }
  #container .cta-button:after {
    width: 6px;
    height: 6px;
    right: 20px;
  }
  #container .cta-button.mail-icon:before {
    width: 14px;
    height: 14px;
    left: 45px;
  }
  #container .cta-button2 {
    max-width: 200px;
    font-size: 14px;
    height: 44px;
  }
  #container .cta-button2:after {
    width: 6px;
    height: 6px;
    right: 20px;
  }
  #container .cta-button2.mail-icon:before {
    width: 14px;
    height: 14px;
    left: 45px;
  }
  #container .cta-button3 {
    max-width: 200px;
    font-size: 11px;
    height: 44px;
  }
  #container .cta-button3:after {
    width: 6px;
    height: 6px;
    right: 20px;
  }
  #container .cta-button3.file-icon:before {
    width: 14px;
    height: 14px;
    left: 45px;
  }
}
#container .top-mv {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 90vh;
}
#container .top-mv .top-mv-headline {
  background-color: #000;
  padding: 0 40px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#container .top-mv .top-mv-headline h1 {
  font-size: 21px;
  font-weight: 600;
  color: #ff9351;
  font-family: "Noto Sans JP", serif;
}
#container .top-mv .top-mv-movie {
  position: relative;
}
#container .top-mv .top-mv-movie:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
#container .top-mv .top-mv-movie video {
  width: 100%;
  height: calc(100vh + 100px);
  -o-object-fit: cover;
     object-fit: cover;
}
#container .top-mv .top-mv-bg {
  position: relative;
}
#container .top-mv .top-mv-bg video {
  width: 100%;
  height: calc(100vh + 100px);
  -o-object-fit: cover;
     object-fit: cover;
}
#container .top-mv .top-mv-inner {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 90px;
}
#container .top-mv .top-mv-text {
  margin-bottom: 60px;
}
#container .top-mv .top-mv-text h2 {
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  text-align: left;
}
#container .top-mv .top-mv-text-first {
  margin-bottom: 0;
}
#container .top-mv .top-mv-text-first .roboto {
  font-size: 50px;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  margin-left: 0;
}
#container .top-mv .top-mv-text-first h2 {
  font-size: 44px;
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
  display: inline-block;
  position: relative;
  opacity: 0;
  padding: 10px 0;
}
#container .top-mv .top-mv-text-first h2:not(:last-child) {
  margin-bottom: 8px;
}
#container .top-mv .top-mv-text-first h2.is-animated {
  opacity: 1;
  -webkit-animation: clip-text 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: clip-text 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  will-change: clip-path;
}
#container .top-mv .top-mv-text-first h2.is-animated:before {
  display: block;
  background-color: #000;
  position: absolute;
  inset: 0;
  -webkit-animation: clip-text-reverse 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: clip-text-reverse 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  will-change: clip-path;
}
@-webkit-keyframes clip-text {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clip-text {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes clip-text-reverse {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes clip-text-reverse {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
#container .top-mv .top-mv-text-first span {
  font-size: 24px;
  margin-left: 8px;
}
#container .top-mv .top-mv-text-first mark {
  background: #000;
  color: #fff;
  line-height: 1.6;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 24px;
}
#container .top-mv .top-mv-text-second h2 {
  font-size: 72px;
  line-height: 1.361;
  margin-bottom: 40px;
  text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
}
#container .top-mv .top-mv-text-third .mv-bottom-text {
  font-size: 21px;
  line-height: 1.714;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #container .top-mv .top-mv-inner {
    padding: 40px 30px;
  }
  #container .top-mv .top-mv-text-second h2 {
    font-size: 48px;
  }
}
@media screen and (max-height: 950px) {
  #container .top-mv .top-mv-text {
    margin-bottom: 40px;
  }
}
@media screen and (max-height: 800px) {
  #container .top-mv .top-mv-inner {
    padding: 20px 30px;
  }
  #container .top-mv .top-mv-text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #container .top-mv {
    top: 56px;
    height: 80vh;
  }
  #container .top-mv .top-mv-text-first .roboto {
    font-size: 22px;
  }
  #container .top-mv .top-mv-text-first h2 {
    font-size: 35px;
  }
  #container .top-mv .top-mv-text-first mark {
    padding: 0 14px;
  }
  #container .top-mv .top-mv-headline {
    height: 30px;
    padding: 0 18px;
  }
  #container .top-mv .top-mv-headline h1 {
    font-size: 13px;
  }
  #container .top-mv .top-mv-inner {
    top: 0;
    padding: 40px 20px 60px;
  }
  #container .top-mv .top-mv-text {
    margin-bottom: 20px;
  }
  #container .top-mv .top-mv-text-first {
    margin-bottom: 8px;
  }
  #container .top-mv .top-mv-text-first h2 {
    font-size: 23px;
    padding: 6px 0;
  }
  #container .top-mv .top-mv-text-first h2:not(:last-child) {
    margin-bottom: 4px;
  }
  #container .top-mv .top-mv-text-first span {
    font-size: 13px;
    margin-left: 5px;
  }
  #container .top-mv .top-mv-text-second h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #container .top-mv .top-mv-text-third .mv-bottom-text {
    font-size: 14px;
    line-height: 1.714;
    color: #fff;
  }
}
#container .first-sec {
  position: relative;
  z-index: 2;
  margin-top: 76vh;
  padding: 50px 0 170px 0;
  background-color: #000;
}
#container .first-sec .hashtag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 80px;
  margin-bottom: 100px;
}
#container .first-sec .hashtag p {
  font-size: 15px;
  font-family: "Noto Sans JP", serif;
  color: #fff;
}
#container .first-sec .first-sec-top-text {
  text-align: center;
  margin-bottom: 200px;
}
#container .first-sec .first-sec-top-text p {
  font-size: 23px;
  font-family: "Noto Sans JP", serif;
  line-height: 1.7391304348;
  letter-spacing: 0.08em;
  color: #fff;
}
#container .first-sec .first-sec-problem {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 170px auto;
}
#container .first-sec .first-sec-problem .problem-ttl-wr {
  text-align: center;
}
#container .first-sec .first-sec-problem .problem-ttl {
  display: inline-block;
  font-size: 27px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
#container .first-sec .first-sec-problem .problem-ttl::before {
  content: "";
  background-color: #ff9900;
  -webkit-transform: rotate(65deg);
      -ms-transform: rotate(65deg);
          transform: rotate(65deg);
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -40px;
}
#container .first-sec .first-sec-problem .problem-ttl::after {
  content: "";
  background-color: #ff9900;
  -webkit-transform: rotate(-65deg);
      -ms-transform: rotate(-65deg);
          transform: rotate(-65deg);
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -40px;
}
#container .first-sec .first-sec-problem .problem-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
#container .first-sec .first-sec-problem .problem-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  width: 100%;
}
#container .first-sec .first-sec-problem .problem-item-question {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  border: 1px solid #ff9900;
  border-radius: 15px;
  padding: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 280px;
  margin-bottom: 20px;
  position: relative;
}
#container .first-sec .first-sec-problem .problem-item-question strong {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
#container .first-sec .first-sec-problem .problem-item-question::before {
  content: "";
  display: block;
  background-image: url(../images/amazon2025/problem-item-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
  position: absolute;
  top: -20px;
  left: 20px;
}
#container .first-sec .first-sec-problem .problem-item-img {
  width: 100%;
  max-width: 162px;
  margin: 0 auto 12px auto;
}
#container .first-sec .first-sec-problem .problem-item-answer {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  text-align: justify;
  font-weight: 500;
  padding: 0 15px;
}
#container .first-sec .first-sec-heading {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  left: 120px;
}
#container .first-sec .first-sec-heading h2 {
  font-size: 60px;
  line-height: 1.3;
  color: #fff;
  font-weight: 600;
  text-align: left;
  text-indent: -20px;
}
#container .first-sec .contact-button {
  padding-top: 80px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#container .first-sec .tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#container .first-sec .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 縦に並べる */
  width: 100%; /* タブの幅 */
  max-width: 520px;
  position: relative;
  padding-left: 50px;
  gap: 20px 0;
  height: 500px;
}
#container .first-sec .tab {
  cursor: pointer;
  text-align: left;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  opacity: 0.3;
}
#container .first-sec .tab-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  color: #fff;
}
#container .first-sec .tab-text {
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  line-height: 1.7391304348;
  color: #fff;
  margin-top: 20px;
  opacity: 0;
  height: 0;
  -webkit-transition: height 0.5s, opacity 0.5s;
  transition: height 0.5s, opacity 0.5s;
}
#container .first-sec .tab-text p {
  position: relative;
}
#container .first-sec .tab-text p::before {
  background-color: #fff;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 13px;
  left: -15px;
  margin: auto;
}
#container .first-sec .tab.active {
  opacity: 1;
}
#container .first-sec .tab.active .tab-text {
  opacity: 1;
  height: auto;
}
#container .first-sec .tab-panel-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* コンテンツエリアを広げる */
  width: 100%;
  max-width: 678px;
}
#container .first-sec .tab-panel {
  display: none;
  position: absolute;
  width: 100%;
}
#container .first-sec .tab-panel.active {
  display: block;
}
#container .first-sec .tab-panel-movie {
  width: 100%;
  max-width: 680px;
  height: 480px;
}
#container .first-sec .tab-panel-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#container .first-sec .tab-panel-movie.first-sec-img03 {
  position: relative;
}
#container .first-sec .tab-panel-movie.first-sec-img03:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
#container .first-sec {
  /* 縦のプログレスバー */
}
#container .first-sec .progress-bar {
  position: absolute;
  top: 0;
  left: 9px;
  width: 3px;
  height: 0%;
  background-color: #707070;
  -webkit-transition: height linear;
  transition: height linear;
  z-index: 2;
}
#container .first-sec .progress-bar-bg {
  position: absolute;
  top: 0;
  left: 9px;
  width: 3px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#4e47fb), to(#4773f5));
  background: linear-gradient(180deg, #4e47fb 0%, #4773f5 100%);
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  #container .first-sec .first-sec-top-text {
    margin-bottom: 120px;
  }
  #container .first-sec .first-sec-heading h2 {
    font-size: 65px;
  }
}
@media screen and (max-width: 1200px) {
  #container .first-sec {
    padding: 25px 20px 150px;
  }
  #container .first-sec .first-sec-heading {
    left: 20px;
  }
  #container .first-sec .first-sec-heading h2 {
    font-size: 48px;
  }
  #container .first-sec .tabs {
    max-width: 330px;
    padding-left: 30px;
  }
  #container .first-sec .tab-title {
    font-size: 20px;
  }
  #container .first-sec .tab-text {
    font-size: 14px;
  }
  #container .first-sec .tab-panel-container {
    max-width: 500px;
  }
  #container .first-sec .tab-panel-movie {
    max-width: 500px;
  }
  #container .first-sec .tab-panel-movie video {
    height: 380px;
  }
  #container .first-sec .cta-button {
    margin: 0 auto;
  }
  #container .first-sec .cta-button2 {
    margin: 0 auto;
  }
  #container .first-sec .cta-button3 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  #container .first-sec .first-sec-problem .problem-wr {
    gap: 10px;
  }
}
@media screen and (max-width: 1000px) {
  #container .first-sec .first-sec-heading {
    left: 20px;
  }
  #container .first-sec .first-sec-heading h2 {
    font-size: 40px;
  }
  #container .first-sec .tabs-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
  }
  #container .first-sec .tab-panel-container {
    max-width: 350px;
  }
  #container .first-sec .tab-panel-movie {
    max-width: 350px;
  }
  #container .first-sec .tab-panel-movie video {
    height: 250px;
  }
}
@media screen and (max-height: 950px) {
  #container .first-sec {
    padding: 30px 20px 170px;
  }
}
@media screen and (max-width: 767px) {
  #container .first-sec {
    margin-top: 80vh;
    padding: 25px 20px 70px;
  }
  #container .first-sec .hashtag {
    padding: 0 20px;
    margin-bottom: 50px;
    gap: 2px 10px;
  }
  #container .first-sec .hashtag p {
    font-size: 10px;
  }
  #container .first-sec .first-sec-top-text {
    margin-bottom: 65px;
  }
  #container .first-sec .first-sec-top-text p {
    font-size: 16px;
    letter-spacing: 0;
  }
  #container .first-sec .first-sec-problem {
    max-width: unset;
    margin: 0 auto 60px auto;
  }
  #container .first-sec .first-sec-problem .problem-ttl {
    font-size: 17px;
    margin-bottom: 50px;
  }
  #container .first-sec .first-sec-problem .problem-ttl::before {
    width: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -25px;
  }
  #container .first-sec .first-sec-problem .problem-ttl::after {
    width: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -25px;
  }
  #container .first-sec .first-sec-problem .problem-wr {
    display: block;
  }
  #container .first-sec .first-sec-problem .problem-item {
    max-width: 250px;
    margin: 0 auto 50px auto;
  }
  #container .first-sec .first-sec-problem .problem-item:last-child {
    margin-bottom: 0;
  }
  #container .first-sec .first-sec-problem .problem-item-question {
    font-size: 16px;
    line-height: 1.615;
    height: 230px;
    padding: 0 15px;
    margin-bottom: 13px;
  }
  #container .first-sec .first-sec-problem .problem-item-question::before {
    width: 40px;
    height: 40px;
    top: -20px;
    left: 15px;
  }
  #container .first-sec .first-sec-problem .problem-item-img {
    max-width: 160px;
    margin: 0 auto 8px auto;
  }
  #container .first-sec .first-sec-problem .problem-item-answer {
    font-size: 16px;
    line-height: 1.615;
    padding: 0 10px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #container .first-sec .first-sec-heading {
    left: unset;
  }
  #container .first-sec .first-sec-heading h2 {
    font-size: 27px;
    text-indent: unset;
  }
  #container .first-sec .tabs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 25px;
  }
  #container .first-sec .progress-bar {
    left: 0;
  }
  #container .first-sec .progress-bar-bg {
    left: 0;
  }
  #container .first-sec .tabs {
    gap: 5px 0;
    padding-left: 20px;
    height: auto;
  }
  #container .first-sec .tabs .tab-title {
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
  }
  #container .first-sec .tab.active .tab-title {
    color: #c82552;
    opacity: 1;
  }
  #container .first-sec .tab-panel-container .tab-text {
    opacity: 1;
    height: 140px;
  }
  #container .first-sec .tab-panel-container .tab-text p::before {
    top: 11px;
    left: -12px;
    margin: auto;
  }
  #container .first-sec .tab-panel-container .tab-panel {
    opacity: 0;
    position: unset;
  }
  #container .first-sec .tab-panel-container .tab-panel.active {
    opacity: 1;
    display: block;
  }
  #container .first-sec .tab-panel-movie {
    height: auto;
    margin-top: 20px;
  }
  #container .first-sec .contact-button {
    padding-top: 40px;
  }
}
#container .strength {
  position: relative;
  z-index: 2;
}
#container .strength .strength-top {
  background-color: #fff;
  padding: 160px 0 200px 0;
}
#container .strength .strength-title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#container .strength .strength-title h2 {
  font-size: 77px;
  line-height: 1.1;
  text-align: left;
  font-weight: 600;
  color: #000;
  text-indent: -4px;
}
#container .strength .strength-title span {
  font-size: 50px;
  line-height: 2.2;
}
#container .strength .strength-contents {
  background-color: #e6e6e6;
  padding: 155px 0;
}
#container .strength .strength-contents-title {
  text-align: center;
  margin-bottom: 20px;
}
#container .strength .strength-contents-title .ja {
  font-size: 30px;
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
}
#container .strength .strength-contents-title .en {
  font-size: 24px;
  font-family: "Roboto", serif;
}
#container .strength .strength-contents-wrap {
  margin-top: -300px;
}
#container .strength .combination_tabs {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
#container .strength .combination_tabs_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#container .strength .tab-list-item {
  width: 100%;
  max-width: 326px;
  height: 286px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 48px;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-bottom: 10px;
}
#container .strength .tab-list-item:hover {
  font-size: 44px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#container .strength .tab-list-item:hover span {
  -webkit-animation: jump 0.4s ease;
          animation: jump 0.4s ease;
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#container .strength .tab-list-item:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#container .strength .tab-list-item:first-child {
  background-image: url(../images/rakuten2025/strength-tab-bg01.png);
}
#container .strength .tab-list-item:nth-child(2) {
  background-image: url(../images/rakuten2025/strength-tab-bg02.png);
}
#container .strength .tab-list-item:nth-child(3) {
  background-image: url(../images/rakuten2025/strength-tab-bg03.png);
}
#container .strength .tab-list-item:not(:first-child)::before {
  content: "×";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", serif;
  font-size: 85px;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -77px;
  margin: auto;
  color: #000;
  pointer-events: none;
}
#container .strength .tab-list-item span {
  width: 40px;
  display: inline-block;
  font-size: 20px;
  font-family: "Roboto", serif;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
#container .strength .tab-list-item.strength-active {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#container .strength .tab-list-item.strength-active:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
  margin: auto;
  height: 55px;
  width: 35px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#container .strength .tab-list-item.strength-active:first-child:after {
  background-image: url(../images/rakuten2025/strength-tab-bg01-after.png);
}
#container .strength .tab-list-item.strength-active:nth-child(2):after {
  background-image: url(../images/rakuten2025/strength-tab-bg02-after.png);
}
#container .strength .tab-list-item.strength-active:nth-child(3):after {
  background-image: url(../images/rakuten2025/strength-tab-bg03-after.png);
}
#container .strength .tab-contents {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
#container .strength .tab-contents-item {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
  overflow: hidden;
}
#container .strength .tab-contents-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#container .strength .tab-contents-item:first-child {
  background-color: #000;
}
#container .strength .tab-contents-item:first-child:before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(90%, rgb(0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 90%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1;
}
#container .strength .tab-contents-item:first-child video {
  height: 50%;
  top: 0;
  left: -190px;
  -webkit-transform: perspective(180px) rotateX(15deg) rotateY(-10deg);
          transform: perspective(180px) rotateX(15deg) rotateY(-10deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0.7;
}
#container .strength .tab-contents-item:nth-child(2) {
  background-color: #000;
}
#container .strength .tab-contents-item:nth-child(2) .video-frame {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 100%;
  max-width: 960px;
  z-index: 2;
}
#container .strength .tab-contents-item:nth-child(2) video {
  top: 60px;
  left: 260px;
  max-width: 430px;
  height: 240px;
  z-index: 1;
}
#container .strength .tab-contents-item.show {
  display: block;
}
#container .strength .tab-contents-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
  padding: 100px 60px 40px 60px;
  z-index: 3;
}
#container .strength .tab-contents-item-text h3 {
  font-size: 52px;
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 0;
}
#container .strength .tab-contents-item-text p {
  font-size: 15px;
  font-family: "Noto Sans JP", serif;
  color: #fff;
}
#container .idm {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 180px 0 90px 0;
}
#container .idm .idm-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#container .idm .idm-top-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
}
#container .idm .idm-top-ttl-img01 {
  width: 100%;
  max-width: 272px;
  padding-right: 35px;
}
#container .idm .idm-top-ttl-img02 {
  width: 100%;
  max-width: 767px;
  margin-bottom: -17px;
  padding-left: 35px;
  position: relative;
}
#container .idm .idm-top-ttl-img02::before {
  content: "";
  background-color: #999999;
  width: 1px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
}
#container .idm .idm-top-text {
  font-size: 23px;
  color: #ac2125;
  line-height: 1.565;
  font-weight: 600;
  margin-bottom: 30px;
}
#container .idm .idm-strong {
  background-color: #f0f0f0;
  padding: 80px 100px;
  border-radius: 18px;
}
#container .idm .idm-strong-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 65px;
  margin-bottom: 30px;
}
#container .idm .idm-strong-bottom {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #ac2125;
  line-height: 1.3333333333;
  font-weight: 600;
  padding: 10px 0;
  border: 2px solid #ac2125;
}
#container .idm .idm-strong-item {
  width: 100%;
  max-width: 290px;
  height: 290px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 56px 0;
  position: relative;
}
#container .idm .idm-strong-item.bk01 {
  background-image: url(../images/rakuten2025/idm-bk01.png);
}
#container .idm .idm-strong-item.bk02 {
  background-image: url(../images/rakuten2025/idm-bk02.png);
}
#container .idm .idm-strong-item.bk03 {
  background-image: url(../images/rakuten2025/idm-bk03.png);
}
#container .idm .idm-strong-item:not(:last-child)::after {
  content: "";
  display: block;
  background-image: url(../images/rakuten2025/×.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -41px;
}
#container .idm .idm-strong-item-ttl {
  font-size: 30px;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 10px;
}
#container .idm .idm-strong-item-text {
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  line-height: 1.5555555556;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #container .strength .strength-top {
    padding: 70px 20px 150px 20px;
  }
  #container .strength .strength-title h2 {
    font-size: 55px;
  }
  #container .strength .strength-title span {
    font-size: 90px;
  }
  #container .strength .combination_tabs_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
  }
  #container .strength .tab-list-item {
    max-width: 200px;
    height: 175px;
    font-size: 30px;
  }
  #container .strength .tab-list-item:hover {
    font-size: 28px;
  }
  #container .strength .tab-list-item:not(:first-child)::before {
    font-size: 70px;
    width: 70px;
    height: 70px;
    left: -64px;
  }
  #container .strength .strength-contents {
    padding: 120px 20px;
  }
  #container .strength .strength-contents-wrap {
    margin-top: -290px;
  }
  #container .strength .tab-contents-item:nth-child(2) video {
    left: 200px;
    max-width: 300px;
    height: 190px;
  }
  #container .idm {
    padding: 180px 20px 90px 20px;
  }
  #container .idm .idm-strong {
    padding: 80px 20px;
  }
  #container .idm .idm-strong-item {
    max-width: 200px;
    height: 200px;
    padding: 40px 0;
  }
  #container .idm .idm-strong-item-ttl {
    font-size: 20px;
    margin-bottom: 8px;
  }
  #container .idm .idm-strong-item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #container .strength .strength-top {
    padding: 70px 20px 20px 20px;
  }
  #container .strength .strength-title h2 {
    font-size: 29px;
    text-indent: -5px;
    margin-bottom: 0;
  }
  #container .strength .strength-title span {
    font-size: 20px;
  }
  #container .strength .combination_tabs_wrap {
    gap: 15px;
  }
  #container .strength .strength-contents-title .ja {
    font-size: 20px;
  }
  #container .strength .strength-contents-title .en {
    font-size: 16px;
  }
  #container .strength .strength-contents-wrap {
    margin-top: 0;
  }
  #container .strength .strength-contents {
    padding: 30px 20px 80px 20px;
  }
  #container .strength .tab-list-item {
    max-width: 105px;
    height: 105px;
    font-size: 14px;
  }
  #container .strength .tab-list-item:hover {
    font-size: 14px;
  }
  #container .strength .tab-list-item.strength-active:after {
    bottom: -15px;
    height: 20px;
    width: 20px;
  }
  #container .strength .tab-list-item:not(:first-child)::before {
    font-size: 20px;
    width: 20px;
    height: 20px;
    left: -17px;
  }
  #container .strength .tab-list-item:first-child {
    background-image: url(../images/rakuten2025/strength-tab-bg01_sp.png);
  }
  #container .strength .tab-list-item:nth-child(2) {
    background-image: url(../images/rakuten2025/strength-tab-bg02_sp.png);
  }
  #container .strength .tab-list-item:nth-child(3) {
    background-image: url(../images/rakuten2025/strength-tab-bg03_sp.png);
  }
  #container .strength .tab-list-item span {
    width: 24px;
    font-size: 10px;
    bottom: 10px;
  }
  #container .strength .tab-contents {
    max-width: 310px;
  }
  #container .strength .tab-contents-item {
    height: 290px;
  }
  #container .strength .tab-contents-item:first-child:before {
    display: none;
  }
  #container .strength .tab-contents-item:first-child video {
    left: 50px;
    -webkit-transform: perspective(50px) rotateX(15deg) rotateY(-5deg);
            transform: perspective(50px) rotateX(15deg) rotateY(-5deg);
  }
  #container .strength .tab-contents-item:nth-child(2) .video-frame {
    left: 0;
    max-width: 100%;
  }
  #container .strength .tab-contents-item:nth-child(2) video {
    top: 45px;
    left: 30px;
    max-width: 190px;
    height: 120px;
  }
  #container .strength .tab-contents-item-text {
    height: 60%;
    padding: 15px 25px;
  }
  #container .strength .tab-contents-item-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #container .strength .tab-contents-item-text p {
    font-size: 15px;
    line-height: 1.4;
  }
  #container .idm {
    padding: 60px 0px 67px 0;
  }
  #container .idm .idm-wrap {
    max-width: unset;
  }
  #container .idm .idm-padding {
    padding: 0 20px;
  }
  #container .idm .idm-top-ttl {
    display: block;
    margin-bottom: 20px;
  }
  #container .idm .idm-top-ttl-img01 {
    max-width: 118px;
    margin-bottom: 14px;
    padding-right: unset;
  }
  #container .idm .idm-top-ttl-img02 {
    max-width: 332px;
    margin-bottom: 0;
    padding-left: unset;
  }
  #container .idm .idm-top-ttl-img02::before {
    display: none;
  }
  #container .idm .idm-top-text {
    font-size: 16px;
    line-height: 1.565;
    margin-bottom: 30px;
  }
  #container .idm .idm-strong {
    padding: 60px 20px;
  }
  #container .idm .idm-strong-flex {
    display: block;
    margin-bottom: 30px;
  }
  #container .idm .idm-strong-bottom {
    max-width: unset;
    text-align: unset;
    font-size: 14px;
    line-height: 1.7142857143;
    padding: 10px 10px;
  }
  #container .idm .idm-strong-item {
    max-width: 160px;
    height: 160px;
    padding: 35px 0;
    margin: 0 auto 35px;
    position: relative;
  }
  #container .idm .idm-strong-item:not(:last-child)::after {
    width: 18px;
    height: 18px;
    top: unset;
    bottom: -27px;
    right: 0;
    left: 0;
  }
  #container .idm .idm-strong-item:nth-child(2) {
    padding: 45px 0;
  }
  #container .idm .idm-strong-item.bk03 {
    margin-bottom: 0;
  }
  #container .idm .idm-strong-item-ttl {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 0;
  }
  #container .idm .idm-strong-item-text {
    font-size: 14px;
    line-height: 1.313;
  }
}
@media screen and (max-width: 375px) {
  #container .strength .tab-list-item {
    width: 80px;
    height: 80px;
    font-size: 10px;
    background-size: cover;
  }
  #container .strength .tab-list-item:hover {
    font-size: 10px;
  }
}
#container .before-after {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}
#container .before-after .before-after-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#container .before-after .before-after-ttl {
  font-size: 32px;
  font-family: "Noto Sans JP", serif;
  color: #9f1800;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 12px;
}
#container .before-after .before-after-sub {
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  color: #000;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 45px;
}
#container .before-after .before-after-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 56px;
}
#container .before-after .before-after-flex-table-text {
  font-size: 22px;
  font-family: "Noto Sans JP", serif;
  color: #000;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 25px;
}
#container .before-after .before-after-table {
  width: 100%;
  max-width: 596px;
}
#container .before-after .before-after-table.table02 {
  max-width: 552px;
}
#container .before-after .before-after-content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 40px;
}
#container .before-after .before-after-content-item {
  border: 1px solid #999999;
  border-radius: 10px;
  padding: 20px 20px;
}
#container .before-after .before-after-content-ttl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 11px;
}
#container .before-after .before-after-content-ttl-icon {
  width: 100%;
  max-width: 52px;
}
#container .before-after .before-after-content-ttl-text {
  font-size: 23px;
  font-family: "Noto Sans JP", serif;
  color: #000;
  line-height: 1.4;
  font-weight: 600;
}
#container .before-after .before-after-content-ttl-text span {
  font-size: 18px;
  font-weight: 400;
}
#container .before-after .before-after-content-text {
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  color: #000;
  line-height: 1.375;
  font-weight: 600;
}
#container .before-after .before-after-others {
  background-color: #f5f5f5;
  padding: 30px;
}
#container .before-after .before-after-others-ttl {
  font-size: 22px;
  font-family: "Noto Sans JP", serif;
  color: #000;
  line-height: 1;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0;
}
#container .before-after .before-after-others-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#container .before-after .before-after-others-wrap-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  font-size: 19px;
  font-family: "Noto Sans JP", serif;
  color: #000;
  line-height: 1;
  font-weight: 500;
  padding-left: 35px;
  position: relative;
}
#container .before-after .before-after-others-wrap-text:nth-child(1)::before {
  content: "";
  background-image: url(../images/rakuten2025/before-after-icon04.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#container .before-after .before-after-others-wrap-text:nth-child(2)::before {
  content: "";
  background-image: url(../images/rakuten2025/before-after-icon05.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
}
#container .before-after .before-after-others-wrap-text:nth-child(3)::before {
  content: "";
  background-image: url(../images/rakuten2025/before-after-icon06.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#container .before-after .before-after-others-wrap-text:nth-child(4)::before {
  content: "";
  background-image: url(../images/rakuten2025/before-after-icon07.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  #container .before-after {
    padding: 0 20px 100px 20px;
  }
  #container .before-after .before-after-content-item {
    -webkit-box-flex: 33.3%;
        -ms-flex: 33.3%;
            flex: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  #container .before-after {
    padding: 0 20px 40px 20px;
  }
  #container .before-after .before-after-ttl {
    font-size: 20px;
    margin-bottom: 12px;
  }
  #container .before-after .before-after-sub {
    font-size: 13px;
    line-height: 1.462;
    margin-bottom: 30px;
    padding-right: 45px;
  }
  #container .before-after .before-after-flex {
    display: block;
    margin-bottom: 48px;
  }
  #container .before-after .before-after-flex-table-text {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #container .before-after .before-after-table {
    margin-bottom: 37px;
  }
  #container .before-after .before-after-content-flex {
    display: block;
    margin-bottom: 25px;
  }
  #container .before-after .before-after-content-item {
    padding: 16px 20px;
    margin-bottom: 15px;
  }
  #container .before-after .before-after-content-item:last-child {
    margin-bottom: 0;
  }
  #container .before-after .before-after-content-ttl-flex {
    gap: 8px;
    margin-bottom: 11px;
  }
  #container .before-after .before-after-content-ttl-icon {
    max-width: 41px;
  }
  #container .before-after .before-after-content-ttl-text {
    font-size: 17px;
    line-height: 1.4;
  }
  #container .before-after .before-after-content-ttl-text span {
    font-size: 13px;
  }
  #container .before-after .before-after-content-text {
    font-size: 13px;
    line-height: 1.615;
    font-weight: 500;
  }
  #container .before-after .before-after-others {
    padding: 18px;
  }
  #container .before-after .before-after-others-ttl {
    font-size: 17px;
    margin-bottom: unset;
  }
  #container .before-after .before-after-others-wrap {
    display: block;
  }
  #container .before-after .before-after-others-wrap-text {
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 15px;
  }
  #container .before-after .before-after-others-wrap-text:nth-child(1)::before {
    width: 20px;
    height: 14px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #container .before-after .before-after-others-wrap-text:nth-child(2)::before {
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #container .before-after .before-after-others-wrap-text:nth-child(3)::before {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #container .before-after .before-after-others-wrap-text:nth-child(4)::before {
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    left: 3px;
    margin: auto;
  }
  #container .before-after .before-after-others-wrap-text:nth-child(4) {
    margin-bottom: 0;
  }
}
#container .adpartner {
  position: relative;
  background: url(../images/amazon2025/adpartner-bg.jpg) no-repeat center/cover;
  padding: 134px 0 183px;
  color: #fff;
}
#container .adpartner .adpartner-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#container .adpartner .adpartner-title {
  margin-bottom: 60px;
}
#container .adpartner .adpartner-title h2 {
  font-size: 68px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  magin-bottom: 24px;
}
#container .adpartner .adpartner-title h2 span {
  font-size: 100%;
  letter-spacing: -0.08em;
}
#container .adpartner .adpartner-title p {
  font-size: 20px;
  line-height: 1.7;
}
#container .adpartner .adpartner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
#container .adpartner .adpartner-list img {
  width: auto;
  max-height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
#container .adpartner .adpartner-note {
  margin-top: 28px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1200px) {
  #container .adpartner {
    padding: 80px 20px 120px;
  }
}
@media screen and (max-width: 767px) {
  #container .adpartner {
    padding: 40px 20px 70px;
  }
  #container .adpartner .adpartner-title {
    margin-bottom: 30px;
  }
  #container .adpartner .adpartner-title h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  #container .adpartner .adpartner-title p {
    font-size: 14px;
    line-height: 1.5;
  }
  #container .adpartner .adpartner-list {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  #container .adpartner .adpartner-list img {
    max-height: 120px;
  }
  #container .adpartner .adpartner-note {
    margin-top: 16px;
    font-size: 10px;
  }
}
#container .logo-section {
  background-color: #fff;
  position: relative;
  z-index: 2;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#container .logo-section img {
  height: 90px;
}
#container .logo-section .scroll-infinity__list--left {
  -webkit-animation: marquee 90s infinite linear 1s both;
          animation: marquee 90s infinite linear 1s both;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 1200px) {
  #container .logo-section {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  #container .logo-section {
    height: 85px;
  }
  #container .logo-section img {
    width: auto;
    height: 56px;
    max-width: unset;
  }
  #container .logo-section .scroll-infinity__list--left {
    -webkit-animation: marquee 300s infinite linear 1s both;
            animation: marquee 300s infinite linear 1s both;
    gap: 0;
  }
}
#container .benefit {
  background-color: #f0f0f0;
  position: relative;
  z-index: 2;
  padding: 200px 0 160px 0;
}
#container .benefit .benefit-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#container .benefit .benefit-title {
  margin-bottom: 65px;
}
#container .benefit .benefit-title h2 {
  font-size: 68px;
  line-height: 1.2;
  text-align: left;
  color: #000;
  margin-bottom: 25px;
  padding-bottom: 0;
}
#container .benefit .benefit-title p {
  font-size: 20px;
  letter-spacing: 0.05em;
}
#container .benefit .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 80px 0;
}
#container .benefit .benefit-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.5%;
          flex: 0 0 32.5%;
  background-color: #fff;
}
#container .benefit .benefit-list-item-text {
  padding: 35px 20px;
}
#container .benefit .benefit-list-item-text h3 {
  font-size: 21px;
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
#container .benefit .benefit-list-item-text .number {
  font-size: 30px;
  font-family: "Roboto", serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#container .benefit .benefit-list-item-text .small-text {
  font-size: 12px;
}
#container .benefit .benefit-list-item-text p {
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  #container .benefit {
    padding: 120px 20px 120px 20px;
  }
  #container .benefit .benefit-title {
    margin-bottom: 30px;
  }
  #container .benefit .benefit-title h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1000px) {
  #container .benefit .benefit-title h2 {
    font-size: 44px;
  }
  #container .benefit .benefit-title p {
    font-size: 18px;
  }
  #container .benefit .benefit-list-item-text h3 {
    font-size: 18px;
  }
  #container .benefit .benefit-list-item-text .number {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  #container .benefit {
    padding: 40px 20px 90px 20px;
  }
  #container .benefit .benefit-title {
    margin-bottom: 20px;
  }
  #container .benefit .benefit-title h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  #container .benefit .benefit-title p {
    font-size: 14px;
    letter-spacing: 0;
  }
  #container .benefit .benefit-list {
    gap: 20px 0;
  }
  #container .benefit .benefit-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
  #container .benefit .benefit-list-item-text {
    padding: 18px 10px;
  }
  #container .benefit .benefit-list-item-text h3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 17px;
    gap: 5px;
  }
  #container .benefit .benefit-list-item-text .number {
    font-size: 18px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #container .benefit .benefit-list-item-text .title {
    line-height: 1.2;
    font-size: 15px;
  }
  #container .benefit .benefit-list-item-text .small-text {
    font-size: 11px;
    margin-top: 4px;
    display: inline-block;
  }
  #container .benefit .benefit-list-item-text p {
    font-size: 12px;
  }
}
#container .cta-area {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 120px 0 180px 0;
}
#container .cta-area.cta-middle {
  width: 100%;
  max-width: 1100px;
  margin: 80px auto;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  padding: 60px 50px 60px;
}
#container .cta-area.cta-middle .cta-area-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#container .cta-area.cta-middle .cta-area-list-item:first-child {
  border-top: none;
}
#container .cta-area.cta-middle .cta-area-img {
  width: 100%;
  max-width: 265px;
}
#container .cta-area.cta-middle .cta-area-list-item {
  height: 120px;
}
#container .cta-area.cta-middle .cta-area-list-item-title p {
  font-size: 36px;
}
#container .cta-area.cta-middle .cta-area-list-item-title span {
  font-size: 29px;
}
#container .cta-area.cta-middle .cta-area-list-item-button {
  max-width: 224px;
}
#container .cta-area.cta-middle .cta-area-list-item-tel {
  max-width: 224px;
}
#container .cta-area.cta-middle .cta-button {
  font-size: 16px;
}
#container .cta-area.cta-middle .cta-button2 {
  font-size: 16px;
}
#container .cta-area.cta-middle .cta-button3 {
  font-size: 16px;
}
#container .cta-area p {
  color: #000;
}
#container .cta-area .cta-area-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}
#container .cta-area .cta-area-title {
  margin-bottom: 50px;
}
#container .cta-area .cta-area-title h2 {
  font-size: 77px;
  line-height: 1.2;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 0;
}
#container .cta-area .cta-area-title p {
  font-size: 20px;
  letter-spacing: 0.05em;
}
#container .cta-area .cta-area-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#container .cta-area .cta-area-list-item {
  height: 135px;
  border-top: 1px solid rgba(25, 28, 29, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#container .cta-area .cta-area-list-item-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#container .cta-area .cta-area-img {
  width: 100%;
  max-width: 360px;
}
#container .cta-area .cta-area-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
#container .cta-area .cta-area-list-item-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
  margin-bottom: 10px;
}
#container .cta-area .cta-area-list-item-title p {
  font-family: "Noto Sans JP", serif;
  font-size: 46px;
  letter-spacing: 0.08em;
  line-height: 1;
}
#container .cta-area .cta-area-list-item-title span {
  font-size: 36px;
}
#container .cta-area .cta-area-list-item-inner-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
}
#container .cta-area .cta-area-arrow {
  width: 100%;
  max-width: 15px;
}
#container .cta-area .cta-area-list-item-button {
  width: 100%;
  max-width: 260px;
}
#container .cta-area .cta-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#9b008c), to(#ed2682));
  background: linear-gradient(to bottom, #9b008c, #ed2682);
}
#container .cta-area .cta-button:hover {
  -webkit-box-shadow: 8px 8px 25px rgba(236, 66, 116, 0.9);
          box-shadow: 8px 8px 25px rgba(236, 66, 116, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, from(#ea4274), to(#ee7e4d));
  background: linear-gradient(to bottom, #ea4274, #ee7e4d);
  color: #fff;
}
#container .cta-area .cta-button2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#a30003), to(#d30543));
  background: linear-gradient(to bottom, #a30003, #d30543);
}
#container .cta-area .cta-button2:hover {
  -webkit-box-shadow: 8px 8px 25px rgba(236, 66, 116, 0.9);
          box-shadow: 8px 8px 25px rgba(236, 66, 116, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, from(#ea4274), to(#ee7e4d));
  background: linear-gradient(to bottom, #ea4274, #ee7e4d);
  color: #fff;
}
#container .cta-area .cta-button2:hover:after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#container .cta-area .cta-button2::before {
  left: 30px;
}
#container .cta-area .cta-button2:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7497%) hue-rotate(297deg) brightness(102%) contrast(95%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7497%) hue-rotate(297deg) brightness(102%) contrast(95%);
}
#container .cta-area .cta-button3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#00b4db), to(#0083b0));
  background: linear-gradient(to bottom, #00b4db, #0083b0);
}
#container .cta-area .cta-button3:hover {
  -webkit-box-shadow: 8px 8px 25px rgba(0, 180, 219, 0.9);
          box-shadow: 8px 8px 25px rgba(0, 180, 219, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, from(#209cff), to(#55ccbb));
  background: linear-gradient(to bottom, #209cff, #55ccbb);
  color: #fff;
}
#container .cta-area .cta-button3:hover:after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#container .cta-area .cta-button3::before {
  left: 30px;
}
#container .cta-area .cta-button3:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7497%) hue-rotate(297deg) brightness(102%) contrast(95%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7497%) hue-rotate(297deg) brightness(102%) contrast(95%);
}
#container .cta-area .cta-area-list-item-tel {
  width: 100%;
  max-width: 260px;
  margin-right: -5px;
}
#container .cta-area .cta-area-list-item-caption {
  position: absolute;
  bottom: 10px;
  left: 0;
}
#container .cta-area .cta-area-list-item-caption p {
  font-size: 13px;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  #container .cta-area {
    padding: 100px 20px 150px 20px;
  }
  #container .cta-area.cta-middle {
    width: 92%;
    padding: 60px 15px 60px;
  }
  #container .cta-area.cta-middle .cta-area-list-item-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
  }
  #container .cta-area.cta-middle .cta-area-list-item-inner-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
  }
  #container .cta-area.cta-middle .cta-area-list-item-title p {
    font-size: 28px;
  }
  #container .cta-area.cta-middle .cta-area-list-item-title span {
    font-size: 18px;
  }
  #container .cta-area.cta-middle .cta-area-list-item-button {
    max-width: 180px;
  }
  #container .cta-area.cta-middle .cta-button {
    font-size: 11px;
  }
  #container .cta-area.cta-middle .cta-button2 {
    font-size: 11px;
  }
  #container .cta-area.cta-middle .cta-button2.mail-icon:before {
    width: 14px;
    height: 14px;
  }
  #container .cta-area.cta-middle .cta-button3 {
    font-size: 11px;
  }
  #container .cta-area.cta-middle .cta-button3.file-icon:before {
    width: 14px;
    height: 14px;
  }
  #container .cta-area .cta-area-title h2 {
    font-size: 50px;
  }
  #container .cta-area .cta-area-title p {
    font-size: 16px;
  }
  #container .cta-area .cta-area-list-item {
    height: 100px;
  }
  #container .cta-area .cta-area-list-item-title p {
    font-size: 35px;
  }
  #container .cta-area .cta-area-list-item-title span {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  #container .cta-area {
    padding: 80px 15px 120px 15px;
  }
  #container .cta-area.cta-middle {
    padding: 30px 15px;
  }
  #container .cta-area.cta-middle .cta-area-list-item {
    height: auto;
  }
  #container .cta-area.cta-middle .cta-area-list-item-title p {
    font-size: 22px;
  }
  #container .cta-area.cta-middle .cta-area-list-item-title span {
    font-size: 13px;
  }
  #container .cta-area.cta-middle .cta-area-list-item-button {
    max-width: 180px;
  }
  #container .cta-area.cta-middle .cta-area-list-item-tel {
    margin: auto;
  }
  #container .cta-area.cta-middle .cta-button {
    height: 42px;
  }
  #container .cta-area.cta-middle .cta-button2 {
    height: 42px;
  }
  #container .cta-area.cta-middle .cta-button3 {
    height: 42px;
  }
  #container .cta-area .cta-area-title h2 {
    font-size: 45px;
  }
  #container .cta-area .cta-area-title p {
    font-size: 14px;
  }
  #container .cta-area .cta-area-list-item {
    height: 90px;
  }
  #container .cta-area .cta-area-list-item-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  #container .cta-area .cta-area-list-item-title p {
    font-size: 22px;
  }
  #container .cta-area .cta-area-list-item-title span {
    font-size: 16px;
  }
  #container .cta-area .cta-area-list-item-inner-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  #container .cta-area .cta-area-img {
    max-width: 200px;
  }
  #container .cta-area .cta-button.mail-icon:before {
    left: 30px;
  }
  #container .cta-area .cta-button2.mail-icon:before {
    left: 30px;
  }
  #container .cta-area .cta-button3.file-icon:before {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #container .cta-area {
    padding: 60px 20px 60px 20px;
  }
  #container .cta-area.cta-middle {
    padding: 40px 15px 0 15px;
    margin: 40px auto;
    border-radius: 10px;
  }
  #container .cta-area.cta-middle .cta-area-list-item-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #container .cta-area.cta-middle .cta-area-list-item-inner-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #container .cta-area.cta-middle .cta-area-list-item-title p {
    font-size: 23px;
  }
  #container .cta-area.cta-middle .cta-area-list-item-title span {
    font-size: 18px;
  }
  #container .cta-area.cta-middle .cta-area-list-item-button {
    max-width: 100%;
  }
  #container .cta-area.cta-middle .cta-button {
    height: 44px;
  }
  #container .cta-area.cta-middle .cta-button2 {
    height: 44px;
  }
  #container .cta-area.cta-middle .cta-button3 {
    height: 44px;
  }
  #container .cta-area.cta-middle .cta-area-wrap {
    gap: 0;
  }
  #container .cta-area.cta-middle .cta-area-img {
    max-width: 85px;
  }
  #container .cta-area .cta-area-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  #container .cta-area .cta-area-img {
    max-width: 220px;
    margin: 0 auto;
  }
  #container .cta-area .cta-area-title h2 {
    font-size: 29px;
  }
  #container .cta-area .cta-area-title p {
    font-size: 15px;
  }
  #container .cta-area .cta-area-list-item {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-bottom: 20px;
  }
  #container .cta-area .cta-area-list-item-inner {
    padding: 20px 0 10px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  #container .cta-area .cta-area-list-item-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #container .cta-area .cta-area-list-item-title p {
    font-size: 23px;
  }
  #container .cta-area .cta-area-list-item-title span {
    font-size: 18px;
  }
  #container .cta-area .cta-area-list-item-button {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    max-width: 100%;
    margin-left: -15px;
  }
  #container .cta-area .cta-button {
    margin: 0 auto;
  }
  #container .cta-area .cta-button2 {
    margin: 0 auto;
  }
  #container .cta-area .cta-button3 {
    margin: 0 auto;
  }
  #container .cta-area .cta-area-list-item-caption {
    position: unset;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #container .cta-area .cta-area-list-item-inner-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
  #container .cta-area .cta-area-list-item-inner-wrap .cta-area-list-item-title {
    margin-bottom: 10px;
  }
  #container .cta-area .cta-area-list-item-tel {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    max-width: 100%;
  }
  #container .cta-area .cta-area-list-item-tel a {
    display: block;
    margin: 0 auto;
    max-width: 190px;
    position: relative;
    left: -15px;
  }
}

.service2 .inner .type .block .right .title .ttl-size {
  font-size: 14px;
  text-align: left;
  display: block;
  height: 60px;
}

.service2 .inner .type .block .right .text .text-ten {
  display: inline-block;
  padding-left: 10px;
  position: relative;
}
.service2 .inner .type .block .right .text .text-ten::before {
  content: "";
  background-color: #000;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 11px;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .service2 .inner .type .block .right .title .ttl-size {
    font-size: 12px;
  }
}
/* // service
----------------------------------------------- */
.service2 {
  padding: 90px 0 90px;
}

.service2 .inner {
  width: 1100px;
}

.service2 h2 .f-en {
  color: #f90;
}

.service2 .inner .note {
  width: 1000px;
  margin: 20px auto 0;
}

.service2 .inner .catch {
  text-align: center;
  margin: 60px 0 30px;
  font-weight: 700;
}

.service2 .inner .catch span {
  font-size: 20px;
}

.service2 .inner .catch span em {
  font-size: 26px;
  font-weight: bold;
  color: #f90;
}

.service2 .inner .scroll {
  max-width: 1100px;
  margin: 0 auto;
}

.service2 .inner .scroll table {
  border: 1px solid #ccc;
}

.service2 .inner .scroll table th {
  width: 490px;
  background-color: #f1faff;
  padding: 8px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

.service2 .inner .scroll table td {
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 8px 0;
  text-align: center;
}

.service2 .inner .type_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f9f9f9;
  padding: 40px 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service2 .inner .type_head .left {
  width: 23%;
}

.service2 .inner .type_head .right {
  width: 74%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service2 .inner .type_head .right .desc {
  width: 84%;
}

.service2 .inner .type_head .right .desc .title {
  font-size: 26px;
  color: #de0000;
  margin-bottom: 10px;
  font-weight: 700;
}

.service2 .inner .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.service2 .inner .type .block {
  width: 32%;
  background-color: #f9f9f9;
  padding: 25px 20px;
}

.service2 .inner .type .block:nth-child(n+4) {
  margin-top: 2%;
}

.service2 .inner .type .block .left img {
  margin: 0 auto;
}

.service2 .inner .type .block .right .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 15px 0 20px;
}

@media all and (max-width: 559px) {
  .service2 {
    padding: 40px 15px 40px;
  }
  .service2 .inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .service2 .inner .note {
    width: 100%;
    margin: -20px auto 0;
  }
  .service2 .inner .catch {
    text-align: center;
    margin: 40px 0 15px;
  }
  .service2 .inner .catch span {
    font-size: 18px;
  }
  .service2 .inner .catch span em {
    font-size: 22px;
    font-weight: bold;
  }
  .service2 .inner .scroll {
    width: auto;
    overflow-x: scroll;
    height: auto;
    padding: 5% 0 25px;
  }
  .service2 .inner .scroll table {
    border: 1px solid #ccc;
  }
  .service2 .inner .scroll table th {
    width: 40%;
    background-color: #f1faff;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 0 10px;
  }
  .service2 .inner .scroll table td {
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 8px 0;
    text-align: left;
    padding: 0 10px;
  }
  .service2 .inner .type_head {
    display: inherit;
    padding: 30px 15px;
  }
  .service2 .inner .type_head .left {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .service2 .inner .type_head .left img {
    width: 60%;
    margin: 0 auto;
  }
  .service2 .inner .type_head .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service2 .inner .type_head .right .desc {
    width: 84%;
  }
  .service2 .inner .type_head .right .desc .title {
    font-size: 18px;
    color: #de0000;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .service2 .inner .type_head .right .image {
    width: 14%;
  }
  .service2 .inner .type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
  .service2 .inner .type .block {
    width: 48%;
    background-color: #f9f9f9;
    padding: 15px 15px;
  }
  .service2 .inner .type .block:nth-child(n+3) {
    margin-top: 4%;
  }
  .service2 .inner .type .block .left {
    width: 100%;
  }
  .service2 .inner .type .block .left img {
    width: 70%;
    margin: 0 auto;
  }
  .service2 .inner .type .block .right {
    width: 100%;
    margin-left: inherit;
  }
  .service2 .inner .type .block .right .title_sub {
    font-size: 12px;
  }
  .service2 .inner .type .block .right .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
}
@media (max-width: 559px) {
  #BtmCv .btns li a {
    padding-right: 0;
  }
  .page_top {
    bottom: 65px;
  }
}