@charset "UTF-8";
/* ========================================================================
Globals - グローバルズ
======================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #F6F7FA;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

/* ========================================================================
	Layout - レイアウト
======================================================================== */
.inner {
  width: min(100% - 2rem, 1100px);
  margin-inline: auto;
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.cta {
  width: 100%;
  padding: 20px 0;
  background: linear-gradient(-45deg, #2B4869, #4665A0);
}
@media (max-width: 767px) {
  .cta {
    padding: 30px 4%;
  }
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .cta-inner {
    flex-direction: column;
    gap: 18px;
    max-width: 335px;
    margin: 0 auto;
  }
}
.cta__text {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cta__text {
    font-size: 16px;
  }
}
.cta-btn {
  width: auto;
  height: 66px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #00B900;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.cta-btn:hover {
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .cta-btn {
    width: 100%;
    padding: 0 20px;
  }
}
.cta-btn__icon {
  width: 25px;
}
.cta-btn__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}

@media (max-width: 767px) {
  .cta01-btn {
    transition: none;
  }
}
@media (max-width: 767px) {
  .cta01-btn.fixed-bottom {
    width: min(100% - 2rem, 1100px);
    margin-inline: auto;
    position: fixed;
    z-index: 99;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    place-items: center;
  }
}

@media (max-width: 768px) {
  .cta02 {
    padding-bottom: 118px;
  }
}
.cta02-btn {
  width: auto;
  height: 66px;
  padding: 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background-color: #00B900;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.cta02-btn:hover {
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .cta02-btn {
    display: none;
  }
}
.cta02-btn__icon {
  width: 25px;
}
.cta02-btn__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}

.section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}
.section-titleArea {
  text-align: center;
  position: relative;
  z-index: 2;
}
.section__title {
  margin-top: 16px;
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-weight: 500;
}
.section__title.white {
  color: #ffffff;
}
@media (max-width: 767px) {
  .section__title {
    margin-top: 10px;
    font-size: 32px;
  }
}
.section__title--en {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  color: #4BA3D4;
  font-size: 20px;
  font-weight: 20;
}
.section__title--en.white {
  color: #ffffff;
}
@media (max-width: 767px) {
  .section__title--en {
    font-size: 18px;
  }
}
.section__title--line {
  width: 71px;
}
@media (max-width: 767px) {
  .section__title--line {
    width: auto;
    height: 4px;
  }
}
.section__text {
  margin-top: 18px;
}
.section__text.white {
  color: #ffffff;
}

/* ========================================================================
Globals - グローバルズ
======================================================================== */
/* ========================================================================
	Layout - レイアウト
======================================================================== */
.header {
  background-color: #ffffff;
}
.header-inner {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .header-inner {
    padding: 16px 0;
  }
}
.header-upper {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header-upper.scrolled {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .header-upper {
    height: auto;
    position: relative;
    background-color: transparent;
  }
}
.header-logoArea {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-logo {
  display: grid;
  place-items: center;
  width: 184px;
}
@media (max-width: 767px) {
  .header-logo {
    width: 116px;
  }
}
.header-logo__img {
  width: 100%;
}
.header__title {
  font-size: 13px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .header__title {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-btnArea {
    display: none;
  }
}
.header-btn {
  width: auto;
  height: 50px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #00B900;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
}
.header-btn:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}
.header-btn__icon {
  width: 25px;
}
.header-btn__text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}
.header-lower {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .header-lower {
    display: none;
  }
}
.header-nav {
  width: 68.4%;
  margin: 0 auto;
}
.header-ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-list {
  padding: 0 5%;
}
.header-list:not(:first-child) {
  border-left: 1px solid #CCCCCC;
}
.header-list__item {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
.header-list__item::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.header-list__item:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media (min-width: 768px) and (max-width: 1079px) {
  .header-list__item {
    font-size: 13px;
  }
}

.drawer {
  display: none;
  visibility: hidden;
}
@media (max-width: 767px) {
  .drawer {
    display: block;
    visibility: visible;
  }
}
.drawer-icon {
  position: fixed;
  top: 22px;
  right: 10px;
  z-index: 101;
}
.drawer-icon.clicked .drawer-icon__bar1 {
  top: 8.5px;
  transform: rotate(-45deg);
}
.drawer-icon.clicked .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.clicked .drawer-icon__bar3 {
  top: 8.5px;
  transform: rotate(45deg);
}
.drawer-icon.clicked .drawer-icon__bar1.lp-bar,
.drawer-icon.clicked .drawer-icon__bar2.lp-bar,
.drawer-icon.clicked .drawer-icon__bar3.lp-bar {
  background-color: #2e2e2e;
}
.drawer-icon__bars {
  width: 32px;
  height: 18px;
}
.drawer-icon__bar1, .drawer-icon__bar2, .drawer-icon__bar3 {
  width: 100%;
  height: 2px;
  background-color: #2e2e2e;
  position: absolute;
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
}
.drawer-icon__bar1.lp-bar, .drawer-icon__bar2.lp-bar, .drawer-icon__bar3.lp-bar {
  background-color: #ffffff;
}
.drawer-icon__bar1 {
  top: 0;
}
.drawer-icon__bar2 {
  top: 8.5px;
}
.drawer-icon__bar3 {
  top: 17px;
}
.drawer-logo {
  width: 160px;
  display: block;
  margin: 10px;
}
.drawer-logo__img {
  width: 100%;
}
.drawer-content {
  width: 85%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  transform: translateX(200%);
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.drawer-content.clicked {
  z-index: 100;
  transform: translateX(0);
}
.drawer-content__ul {
  margin-top: 64px;
}
.drawer-content__list {
  width: 100%;
  padding: 14px 0;
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  text-align: center;
}
.drawer-content__list:not(:last-child) {
  border-bottom: none;
}
.drawer-content__item {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.drawer-btn {
  width: 86%;
  height: 66px;
  margin: 40px auto 0;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background-color: #00B900;
  border-radius: 6px;
}
.drawer-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.drawer-background.clicked {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.footer {
  background-color: #38404F;
  padding-top: 150px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
  }
}
.footer-dl {
  width: 42.7%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer-dl {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.footer-row {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #ffffff;
}
.footer-row:not(:first-child) {
  padding-top: 16px;
}
.footer-dt {
  width: 26%;
  font-weight: 600;
}
@media (max-width: 767px) {
  .footer-dt {
    width: 24%;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .footer-dd {
    font-size: 13px;
  }
}
.footer-map {
  width: 49.7%;
  height: 260px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer-map {
    width: 100%;
    max-width: 350px;
    margin: 30px auto 0;
    height: 200px;
  }
}
.footer-map > iframe {
  width: 100%;
  height: 100%;
}
.footer__copyright {
  margin-top: 64px;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__copyright {
    margin-top: 30px;
  }
}

/* ========================================================================
	Objects - オブジェクト
======================================================================== */
.hero {
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero {
    height: 335px;
  }
}
.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero-bg__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__personImg {
  position: absolute;
  width: 35%;
  max-width: 474px;
  height: 500px;
  right: 9%;
  bottom: 0;
  object-fit: cover;
  z-index: 2;
}
@media (min-width: 1640px) {
  .hero__personImg {
    right: 16%;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .hero__personImg {
    width: 360px;
    height: 440px;
    right: 4%;
  }
}
@media (max-width: 767px) {
  .hero__personImg {
    width: 160px;
    height: 230px;
    right: -38px;
    bottom: -18px;
  }
}
@media (max-width: 350px) {
  .hero__personImg {
    width: 140px;
    height: 180px;
  }
}
.hero-contents {
  width: 48%;
  height: 100%;
  display: grid;
  place-items: center;
  margin-left: 14.6%;
  background-color: rgba(35, 75, 136, 0.47);
  backdrop-filter: blur(8px);
  position: relative;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .hero-contents {
    width: 52%;
    margin-left: 8%;
  }
}
@media (max-width: 767px) {
  .hero-contents {
    width: 89%;
    max-width: 350px;
    margin-left: 0;
    margin: 0 auto;
    padding-top: 20px;
  }
}
@media (max-width: 350px) {
  .hero-contents {
    width: 92%;
  }
}
.hero-contents__line--left, .hero-contents__line--right {
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
}
.hero-contents__line--left {
  left: 10px;
}
@media (max-width: 350px) {
  .hero-contents__line--left {
    left: 5px;
  }
}
.hero-contents__line--right {
  right: 10px;
}
@media (max-width: 350px) {
  .hero-contents__line--right {
    right: 5px;
  }
}
.hero-contents-container {
  width: 66%;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .hero-contents-container {
    width: 78%;
  }
}
@media (max-width: 767px) {
  .hero-contents-container {
    width: 84%;
  }
}
.hero__title {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .hero__title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 15px;
  }
}
@media (max-width: 350px) {
  .hero__title {
    font-size: 13px;
  }
}
.hero-logo {
  margin-top: 12px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-logo {
    margin-top: 2px;
    width: 94%;
  }
}
.hero-logo__img {
  width: 100%;
}
.hero-textArea {
  margin-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .hero-textArea {
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: left;
  }
}
.hero-textArea__line--upper, .hero-textArea__line--lower {
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
}
.hero-textArea__line--upper {
  top: 0;
}
.hero-textArea__line--lower {
  bottom: 0;
}
.hero__head {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .hero__head {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .hero__head {
    font-size: 24px;
  }
}
.hero__head--big {
  font-size: 72px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .hero__head--big {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero__head--big {
    font-size: 50px;
  }
}
.hero__text {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .hero__text {
    font-size: 15px;
  }
}
.hero__note {
  font-size: 10px;
}

.intro {
  width: 100%;
  height: 120px;
  display: grid;
  place-items: center;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .intro {
    height: auto;
    max-width: 350px;
    margin: 0 auto;
    padding: 26px 0;
  }
}
.intro-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.5%;
}
@media (max-width: 767px) {
  .intro-inner {
    display: block;
    height: auto;
  }
}
.intro__title {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .intro__title {
    text-align: center;
  }
}
.intro-pc-only {
  display: inline-block;
}
@media (max-width: 767px) {
  .intro-pc-only {
    display: none;
  }
}
.intro-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .intro-ul {
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 10px 30px;
  }
}
.intro-list:nth-child(1) {
  width: 104px;
}
.intro-list:nth-child(2) {
  width: 60px;
}
.intro-list:nth-child(3) {
  width: 60px;
}
.intro-list:nth-child(4) {
  width: 95px;
}
.intro-list:nth-child(5) {
  width: 96px;
}
.strengths-items {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .strengths-items {
    max-width: 350px;
    margin: 30px auto 0;
    flex-direction: column;
    gap: 16px;
  }
}
.strengths-item {
  width: 31%;
  min-height: 425px;
  padding-top: 40px;
  padding-bottom: 32px;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 12px 12px 30px rgba(47, 55, 68, 0.03);
}
@media (min-width: 768px) and (max-width: 1079px) {
  .strengths-item {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .strengths-item {
    width: 100%;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.strengths-item::before {
  content: "";
  display: block;
  width: 96%;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/raflogic-lp-strengths-Intersect.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .strengths-item::before {
    width: 92%;
    height: 136px;
    background: url(../images/raflogic-lp-strengths-Intersect-sp.webp) no-repeat center center/cover;
  }
}
.strengths-item__container {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .strengths-item__container {
    width: 86%;
  }
}
.strengths-item__iconArea {
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .strengths-item__iconArea {
    width: 125px;
    height: 125px;
  }
}
.strengths-item__icon {
  height: auto;
}
.strengths-item__icon01 {
  width: 85px;
}
@media (max-width: 767px) {
  .strengths-item__icon01 {
    width: 71px;
  }
}
.strengths-item__icon02 {
  width: 71px;
}
@media (max-width: 767px) {
  .strengths-item__icon02 {
    width: 60px;
  }
}
.strengths-item__icon03 {
  width: 77px;
}
@media (max-width: 767px) {
  .strengths-item__icon03 {
    width: 64px;
  }
}
.strengths-item__textArea {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .strengths-item__textArea {
    margin-top: 16px;
  }
}
.strengths-item__head {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .strengths-item__head {
    font-size: 18px;
  }
}
.strengths-item__head--grada {
  color: #FF5A5A;
  background: -webkit-linear-gradient(0deg, #FF5A5A, #FFA781);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.strengths-item__text {
  margin-top: 10px;
  font-size: 15px;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .strengths-item__text {
    font-size: 14px;
  }
}

.support {
  position: relative;
  padding-bottom: 0;
}
.support::before, .support::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.support::before {
  height: 76%;
  background: linear-gradient(-90deg, #2B4869, #4665A0);
  z-index: -2;
}
@media (max-width: 767px) {
  .support::before {
    height: 103%;
  }
}
.support::after {
  height: 440px;
  background: url(../images/raflogic-lp-support-top-deco.webp) no-repeat center center/cover;
  z-index: -1;
}
.support__subtitle {
  margin-top: 50px;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .support__subtitle {
    font-size: 20px;
    line-height: 1.6;
  }
}
.support__subtitle--emphasis {
  margin: 0 4px;
  padding: 6px 8px;
  background-color: #ffffff;
  color: #2B4869;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .support__subtitle--emphasis {
    padding: 4px 8px;
  }
}
.support-items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .support-items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 2%;
  }
}
@media (max-width: 767px) {
  .support-items {
    flex-direction: column;
    gap: 16px;
    max-width: 350px;
    margin: 30px auto 0;
  }
}
.support-item {
  width: 31.1%;
  min-height: 312px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 1.6%;
  padding-right: 1.6%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .support-item {
    width: 32%;
    min-width: 320px;
    min-height: 286px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .support-item {
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8%;
    padding: 26px 0;
  }
}
.support-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/raflogic-lp-support-item-line.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .support-item::before {
    background: url(../images/raflogic-lp-support-item-line-sp.webp) no-repeat center center/contain;
  }
}
.support-item__icon {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .support-item__icon {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .support-item__icon {
    width: 35%;
    margin-left: 4%;
  }
}
.support-item__icon > img {
  width: 100%;
}
.support-item__text {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1080px) {
  .support-item__text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .support-item__text {
    text-align: left;
  }
}
.support-lower {
  margin-top: 60px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 7px 0;
}
@media (max-width: 767px) {
  .support-lower {
    max-width: 350px;
    margin: 36px auto 0;
  }
}
.support-lower__container {
  width: 98%;
  height: 100%;
  margin: 0 auto;
  padding-top: 72px;
  padding-bottom: 72px;
  border-top: 1px solid #4BA3D4;
  border-bottom: 1px solid #4BA3D4;
}
@media (max-width: 767px) {
  .support-lower__container {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 7%;
    padding-right: 7%;
  }
}
.support-lower__titleArea {
  text-align: center;
}
.support-lower__title {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  position: relative;
}
@media (max-width: 767px) {
  .support-lower__title {
    font-size: 28px;
    line-height: 1.3;
  }
}
.support-lower__title::before, .support-lower__title::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  position: absolute;
}
.support-lower__title::before {
  top: 0;
  left: -30px;
  background: url(../images/raflogic-lp-daboule-quotation-left.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .support-lower__title::before {
    left: -10px;
  }
}
.support-lower__title::after {
  bottom: 0;
  right: -30px;
  background: url(../images/raflogic-lp-daboule-quotation-right.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .support-lower__title::after {
    bottom: initial;
    top: 0;
    right: -10px;
  }
}
.support-lower__title--blue {
  color: #4BA3D4;
}
.support-lower__text {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 767px) {
  .support-lower__text {
    margin-top: 20px;
    text-align: left;
  }
}
.support-lower__figure {
  width: 420px;
  width: 38%;
  margin: 50px auto 0;
}
.support-lower__figure > picture {
  width: 100%;
}
@media (max-width: 767px) {
  .support-lower__figure {
    width: 100%;
    margin: 40px auto 0;
  }
}
.support-lower__flow {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .support-lower__flow {
    display: flex;
    gap: 4%;
    margin-top: 0;
  }
}
.support-lower__flowImg {
  width: 89.6%;
  margin: 0 auto;
}
.support-lower__flowImg > picture {
  width: 100%;
}
@media (max-width: 767px) {
  .support-lower__flowImg {
    width: 24.4%;
  }
}
.support-lower__flowItems {
  width: 89.6%;
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  gap: 5%;
}
@media (max-width: 767px) {
  .support-lower__flowItems {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
    width: 94%;
    gap: 30px;
    padding-top: 32px;
  }
}
.support-lower__ul {
  width: 28%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .support-lower__ul {
    width: 100%;
    padding-left: 4%;
    gap: 4px;
  }
}
.support-lower__ul:nth-child(odd) {
  padding-left: 4%;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .support-lower__ul:nth-child(odd) {
    padding-left: 2%;
  }
}
.support-lower__list {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.4;
}
.support-lower__list.grada {
  color: #FF5A5A;
  background: -webkit-linear-gradient(0deg, #FF5A5A, #FFA781);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.support-lower__list::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0px;
  background-color: #4BA3D4;
}

@media (max-width: 767px) {
  .consultant {
    overflow: hidden;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .consultant__text {
    text-align: left;
  }
}
.consultant-items {
  margin-top: 60px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .consultant-items {
    width: min(100% - 2rem, 1100px);
    margin-inline: auto;
    max-width: 350px;
    margin: 30px auto 0;
    overflow: visible;
  }
}
.consultant-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 6%;
  position: relative;
}
@media (max-width: 767px) {
  .consultant-item {
    flex-direction: column;
  }
}
.consultant-item::before, .consultant-item::after {
  content: "";
  display: block;
  position: absolute;
}
.consultant-item::before {
  width: 76.5%;
  height: 425px;
  bottom: -50px;
  right: 0;
  background: linear-gradient(90deg, #ffffff, #F6F7FA);
  z-index: -1;
}
@media (max-width: 767px) {
  .consultant-item::before {
    width: 100%;
    bottom: -40px;
  }
}
.consultant-item::after {
  width: 590px;
  height: 400px;
  top: 0;
  left: -5%;
  transform: rotate(-20deg);
  background: url(../images/raflogic-lp-consultant-deco01.webp) no-repeat center center/cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .consultant-item::after {
    width: 480px;
    height: 500px;
    top: -17%;
    left: -26%;
    transform: rotate(-10deg);
    background: url(../images/raflogic-lp-consultant-deco01-sp.webp) no-repeat center center/cover;
    z-index: -2;
  }
}
.consultant-item:nth-child(2n) {
  margin-top: 100px;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .consultant-item:nth-child(2n) {
    margin-top: 60px;
    flex-direction: column;
  }
}
.consultant-item:nth-child(2n)::before {
  width: 76.5%;
  height: 425px;
  bottom: -50px;
  left: 0;
  background: linear-gradient(-90deg, #ffffff, #F6F7FA);
  z-index: -1;
}
@media (max-width: 767px) {
  .consultant-item:nth-child(2n)::before {
    width: 100%;
  }
}
.consultant-item:nth-child(2n)::after {
  width: 590px;
  height: 400px;
  top: 26%;
  left: initial;
  right: -5%;
  transform: rotate(20deg);
  background: url(../images/raflogic-lp-consultant-deco02.webp) no-repeat center center/cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .consultant-item:nth-child(2n)::after {
    width: 640px;
    height: 500px;
    top: -36%;
    right: -36%;
    transform: rotate(-10deg);
    background: url(../images/raflogic-lp-consultant-deco02-sp.webp) no-repeat center center/cover;
    z-index: -2;
  }
}
.consultant-item:nth-child(2n+3) {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .consultant-item:nth-child(2n+3) {
    margin-top: 60px;
    flex-direction: column;
  }
}
.consultant-item__imgArea {
  width: 354px;
  height: auto;
}
@media (max-width: 767px) {
  .consultant-item__imgArea {
    width: 100%;
  }
}
.consultant-item__img {
  width: 100%;
}
.consultant-item__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 12px 12px 30px rgba(47, 55, 68, 0.11);
}
.consultant-item__textArea {
  width: 42%;
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  .consultant-item__textArea {
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
  }
}
.consultant-item__posi {
  font-size: 12px;
}
@media (max-width: 767px) {
  .consultant-item__posi {
    padding: 0 10px;
  }
}
.consultant-item__nameArea {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 12px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  position: relative;
}
@media (max-width: 767px) {
  .consultant-item__nameArea {
    padding: 16px 10px 20px 10px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.consultant-item__nameArea::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, #2B4869, #F6F7FA);
}
.consultant-item__name {
  font-size: 32px;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 767px) {
  .consultant-item__name {
    font-size: 25px;
  }
}
.consultant-item__name--en {
  color: #4BA3D4;
  font-size: 14px;
}
.consultant-item__text {
  font-size: 14px;
}
@media (max-width: 767px) {
  .consultant-item__text {
    padding: 0 10px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .clients__title {
    text-align: left;
  }
}
.clients-ul {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 3.4%;
}
@media (max-width: 767px) {
  .clients-ul {
    gap: 15px 2%;
  }
}
.clients-list {
  width: 22.4%;
  height: 90px;
  display: grid;
  place-items: center;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .clients-list {
    width: 47.8%;
    height: 64px;
  }
}
.clients-list__logo {
  max-width: 100%;
  height: auto;
}
.clients-list__logo01 {
  width: 136px;
}
@media (max-width: 767px) {
  .clients-list__logo01 {
    width: 132px;
  }
}
.clients-list__logo02 {
  width: 78px;
}
@media (max-width: 767px) {
  .clients-list__logo02 {
    width: 54px;
  }
}
.clients-list__logo03 {
  width: 78px;
}
@media (max-width: 767px) {
  .clients-list__logo03 {
    width: 54px;
  }
}
.clients-list__logo04 {
  width: 123px;
}
@media (max-width: 767px) {
  .clients-list__logo04 {
    width: 85px;
  }
}
.clients-list__logo05 {
  width: 125px;
}
@media (max-width: 767px) {
  .clients-list__logo05 {
    width: 86px;
  }
}
.clients-list__logo06 {
  width: 157px;
}
@media (max-width: 767px) {
  .clients-list__logo06 {
    width: 110px;
  }
}
.clients-list__logo07 {
  width: 174px;
}
@media (max-width: 767px) {
  .clients-list__logo07 {
    width: 120px;
  }
}
.clients-list__logo08 {
  width: 103px;
}
@media (max-width: 767px) {
  .clients-list__logo08 {
    width: 72px;
  }
}
.clients-list__logo09 {
  width: 178px;
}
@media (max-width: 767px) {
  .clients-list__logo09 {
    width: 121px;
  }
}
.clients-list__logo10 {
  width: 97px;
}
@media (max-width: 767px) {
  .clients-list__logo10 {
    width: 64px;
  }
}
.clients-list__logo11 {
  width: 125px;
}
@media (max-width: 767px) {
  .clients-list__logo11 {
    width: 82px;
  }
}
.clients-list__logo12 {
  width: 162px;
}
@media (max-width: 767px) {
  .clients-list__logo12 {
    width: 110px;
  }
}

.case {
  background: linear-gradient(-90deg, #2B4869, #4665A0);
  position: relative;
}
.case::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: -16%;
  left: 0;
  height: 440px;
  transform: rotate(180deg);
  background: url(../images/raflogic-lp-support-top-deco.webp) no-repeat center center/cover;
}
.case-figure {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .case-figure {
    padding-bottom: 10px;
    overflow-x: scroll;
  }
  .case-figure::-webkit-scrollbar {
    height: 12px !important;
  }
  .case-figure::-webkit-scrollbar-track {
    background-color: #4BA3D4 !important;
    border-radius: 20px !important;
  }
  .case-figure::-webkit-scrollbar-thumb {
    background-color: #ffffff !important;
    border-radius: 20px !important;
    border: 4px solid #4BA3D4 !important;
  }
}
.case-figure__img {
  width: 100%;
}
@media (max-width: 767px) {
  .case-figure__img > img {
    min-width: 540px;
  }
}

.voice-items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
@media (max-width: 767px) {
  .voice-items {
    max-width: 350px;
    margin: 30px auto 0;
    flex-direction: column;
    gap: 20px 0;
  }
}
.voice-item {
  width: 48%;
  padding: 40px 3.5% 32px 3.5%;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 12px 12px 30px rgba(47, 55, 68, 0.03);
}
@media (max-width: 767px) {
  .voice-item {
    width: 100%;
    padding: 32px 3.5% 24px 3.5%;
  }
}
.voice-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #7696B0, #ffffff);
}
.voice-item__head {
  font-size: 20px;
}
@media (max-width: 767px) {
  .voice-item__head {
    font-size: 16px;
  }
}
.voice-item__text {
  margin-top: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EAEAEA;
  font-size: 14px;
}
@media (max-width: 767px) {
  .voice-item__text {
    font-size: 13px;
  }
}
.voice-person {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.voice-person__iconArea {
  width: 92px;
  height: 92px;
  margin: 0;
}
@media (max-width: 767px) {
  .voice-person__iconArea {
    height: auto;
  }
}
.voice-person__icon {
  width: 100%;
}
.voice-person__name {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .voice-person__name {
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
  }
}
.voice-person__posi {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 767px) {
  .voice-person__posi {
    flex-direction: column;
    align-items: flex-start;
  }
}
.voice-person__posi.after {
  margin-top: 8px;
}
.voice-person__tag {
  min-width: 60px;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 6px;
  color: #ffffff;
  border-radius: 2px;
  text-align: center;
}
.voice-person__tag.before {
  background-color: #3B7697;
}
.voice-person__tag.after {
  background-color: #4BA3D4;
}
.voice-person__posiText {
  font-size: 14px;
}
@media (max-width: 767px) {
  .voice-person__posiText {
    font-size: 12px;
  }
}

.contact {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.contact-form {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
  border-radius: 12px;
  padding: 32px 24px;
  background-color: #2B4869;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 24px 12px;
  }
}
.contact-form-group > p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact-form-group > p {
    flex-direction: column;
  }
}
.contact-form-group > p .contact-form-group__label {
  width: 27.64%;
  display: block;
  padding: 8px 2%;
  background-color: #F6F7FA;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact-form-group > p .contact-form-group__label {
    width: 100%;
    font-size: 14px;
  }
}
.contact-form-group > p > span {
  width: 72.36%;
  display: block;
  padding: 8px 2%;
  background-color: #ffffff;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 767px) {
  .contact-form-group > p > span {
    width: 100%;
    font-size: 14px;
    border-radius: 0;
  }
}
.contact-form-group > p .contact-form-group__input {
  width: 100%;
}
.contact-form-group > p input::placeholder,
.contact-form-group > p textarea::placeholder {
  font-size: 16px;
  color: #CCCCCC;
}
@media (max-width: 767px) {
  .contact-form-group > p input::placeholder,
  .contact-form-group > p textarea::placeholder {
    font-size: 14px;
  }
}
.contact-form-group:not(:first-child) {
  margin-top: 16px;
}
.contact-form-group__required, .contact-form-group__any {
  margin-right: 8px;
  padding: 4px 6px;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .contact-form-group__required, .contact-form-group__any {
    font-size: 11px;
  }
}
.contact-form-group__required {
  background-color: #FF5A5A;
}
.contact-form-group__any {
  background-color: #BDBDBD;
}
.contact-form-group textarea {
  width: 100%;
  min-height: 120px;
  background-color: #ffffff;
  resize: vertical;
}
@media (max-width: 767px) {
  .contact-form-group textarea {
    min-height: 60px;
  }
}
.contact-btn-submit {
  min-width: 180px;
  display: block;
  margin: 24px auto 0;
  padding: 8px 24px;
  background-color: #EAEAEA;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .contact-btn-submit {
    margin: 16px auto 0;
  }
}
.contact-btn-submit.active {
  background-color: #C79102;
}
.contact-btn-submit.active:hover {
  background-color: #b38301;
}
.contact .wpcf7-response-output {
  border-color: #4BA3D4 !important;
}
.contact .wpcf7-spinner {
  display: none;
}