@charset "UTF-8";
.spv {
  display: none;
}

.understanding {
  background-color: unset;
}

.cta-area-list-item-title p {
  font-weight: 400;
}

.header .header-cv-btn a {
  background: -webkit-gradient(linear, left top, left bottom, from(#A30003), to(#D30543));
  background: linear-gradient(to bottom, #A30003, #D30543);
}

.header .header-cv-btn2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#9B008C), to(#ED2682));
  background: linear-gradient(to bottom, #9B008C, #ED2682);
}

@media screen and (max-width: 768px) {
  .cta-area-list-item-title p {
    text-align: center;
  }
  .cta-area-list-item-caption p {
    text-align: center;
  }
}
@media all and (max-width: 559px) {
  .header {
    position: fixed;
  }
}
@media (min-width: 1px) and (max-width: 640px) {
  .spv {
    display: block;
  }
  .pcv {
    display: none;
  }
  .trans:hover {
    opacity: 1;
  }
}
#container {
  /* 共通 */
  padding-top: 90px;
  font-weight: 400;
}
@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);
          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);
          transform: translate(0, 30px);
}
#container .fadein.scrollin {
  opacity: 1 !important;
  -webkit-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);
          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);
          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(#A30003), to(#D30543));
  background: linear-gradient(to bottom, #A30003, #D30543);
  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-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: #A30003;
}
#container .cta-button2:hover:after {
  content: "";
  display: block;
  border-top: 1px solid #A30003;
  border-right: 1px solid #A30003;
  width: 8px;
  height: 8px;
  -webkit-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);
          transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#container .cta-button2.mail-icon {
  padding-left: 10px;
}
#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: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: 11px;
    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 .top-mv {
  position: fixed;
  top: 70px;
  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: #ea4274;
  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-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: 25px;
}
#container .top-mv .top-mv-text-first .roboto {
  font-size: 56px;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  margin-left: 0;
}
#container .top-mv .top-mv-text-first h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
  display: inline-block;
  background-color: #000;
  position: relative;
  opacity: 0;
  padding: 10px 25px;
}
#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 {
  content: "";
  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: 26px;
  margin-left: 10px;
}
#container .top-mv .top-mv-text-second h2 {
  font-size: 77px;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  #container .top-mv .top-mv-text-second h2 {
    font-size: 55px;
  }
}
@media screen and (max-height: 950px) {
  #container .top-mv .top-mv-text {
    margin-bottom: 40px;
  }
  #container .top-mv .top-mv-second h2 {
    font-size: 64px;
  }
}
@media screen and (max-height: 800px) {
  #container .top-mv .top-mv-inner {
    padding: 40px 90px;
  }
  #container .top-mv .top-mv-text {
    margin-bottom: 20px;
  }
  #container .top-mv .top-mv-text-first .roboto {
    font-size: 40px;
  }
  #container .top-mv .top-mv-text-first h2 {
    font-size: 40px;
  }
  #container .top-mv .top-mv-text-second h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #container .top-mv {
    top: 35px;
    height: 80vh;
  }
  #container .top-mv .top-mv-text-first .roboto {
    font-size: 26px;
  }
  #container .top-mv .top-mv-text-first h2 {
    font-size: 35px;
  }
  #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: 70px 20px;
  }
  #container .top-mv .top-mv-text {
    margin-bottom: 20px;
  }
  #container .top-mv .top-mv-text-first {
    margin-bottom: 20px;
  }
  #container .top-mv .top-mv-text-first h2 {
    font-size: 23px;
    padding: 6px 12px;
  }
  #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: 36px;
  }
}
#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;
  text-align: center;
}
#container .first-sec .first-sec-heading {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  left: 100px;
}
#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: 1160px;
  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: 450px;
  position: relative;
  padding-left: 80px;
  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;
  letter-spacing: 0.08em;
  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.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: 680px;
}
#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 .progress-bar {
  position: absolute;
  top: 0;
  left: 40px;
  width: 3px;
  height: 0%;
  background-color: #c82552;
  -webkit-transition: height linear;
  transition: height linear;
  z-index: 2;
}
#container .first-sec .progress-bar-bg {
  position: absolute;
  top: 0;
  left: 40px;
  width: 3px;
  height: 100%;
  background-color: #707070;
  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: 320px;
  }
  #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;
  }
}
@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 0 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;
  }
  #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: 180px;
  }
  #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;
}
@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;
  }
}
@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;
  }
}
@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 .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: 77px;
  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;
}
#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: 55px;
  }
  #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: 26px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  #container .benefit .benefit-title p {
    font-size: 14px;
  }
  #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: 20px;
  }
  #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 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);
          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-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-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-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;
  }
}
@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-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-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;
  }
}
#container .blog {
  background-color: #f9f9f9;
  padding-bottom: 120px;
}
#container .blog_list_title {
  margin-bottom: 60px;
}
#container .blog_list_title p {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}
#container .blog_list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 0 auto;
  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;
}
#container .blog_list .list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
}
#container .blog_list .list .common_img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-bottom: 30px;
}
#container .blog_list .list .common_img img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#container .blog_list .list a:hover .common_img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#container .blog_list .list a:hover .common_img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#container .common_content_top {
  margin-bottom: 10px;
}
#container .common_date {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
#container .common_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media all and (max-width: 1150px) {
  #container .blog_list {
    width: 95%;
  }
}
@media all and (max-width: 767px) {
  #container .blog {
    background-color: #f9f9f9;
    padding-bottom: 60px;
  }
  #container .blog_list_title {
    margin-bottom: 30px;
  }
  #container .blog_list_title p {
    font-size: 24px;
  }
  #container .blog_list {
    display: block;
    width: 92%;
    margin: 0 auto 40px auto;
  }
  #container .blog_list .list:not(:last-child) {
    margin-bottom: 30px;
  }
  #container .blog_list .list .common_img {
    margin-bottom: 10px;
  }
}