/*
font-family: dnp-shuei-ymincho-std, sans-serif;
font-family: source-han-sans-japanese, sans-serif;
font-family: peridot-pe-variable, sans-serif;
*/

@charset "UTF-8";

:root{
  --StrongBlue:#008EE6;
  --DrupalBlue:#009CDE;
  --LightBlue:#d1f1ff;
  --CautionYellow:#FFA500;
  --Black08:#080808;
  --AcretRed:#E50111;
  --FaWhite:#fafafa;
}

*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

html {
/* scroll-behavior: smooth; */
-webkit-text-size-adjust: 100%;
}

body {
font-family: source-han-sans-japanese, sans-serif;
font-weight: 500;
line-height: 1.6;
font-size: 18px;
color: var(--Black08);
background-color: var(--FaWhite);
min-height: 100vh;
overflow-wrap: break-word;
word-break: break-word;
hyphens: auto;
letter-spacing: normal;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}

.drupal11_lp_container header{
  position: static;
}
/* ===common=== */
.drupal11_lp_container p{
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 18px;
  color: var(--Black08);
}

section{
  width: 100%;
}

.drupal11_lp_container h1,
.drupal11_lp_container h2,
.drupal11_lp_container h3,
.drupal11_lp_container h4,
.drupal11_lp_container h5,
.drupal11_lp_container h6 {
  text-align: inherit;
}

img,
svg,
video {
display: block;
max-width: 100%;
height: auto;
}

button,
input,
select,
textarea {
font: inherit;
color: inherit;
background: none;
border: none;
outline: none;
padding: 0;
margin: 0;
}

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

ul, ol {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

span {
  display: inline;
}

.wn{
  white-space: nowrap;
}

.larger{
  font-size: larger;
}

.smaller{
  font-size: smaller;
}

.blue{
  color: var(--StrongBlue);
}

.drupal{
  white-space: nowrap;
  font-family: peridot-pe-variable, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 600;
  font-size: larger;
}

.wght500{
  font-weight: 500;
}

.drupal11_lp_container .min{
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 600;
}

.han{
  font-family: source-han-sans-japanese, sans-serif;
}

.case h3,
.faq h3,
.checklist h3,
.contact h3{
  font-size: 40px;
  font-weight: 700;
  position: relative;
  text-shadow: #fff 1px 0 5px;
}

.case h3::after,
.faq h3::after,
.checklist h3::after,
.contact h3::after{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 2.5em;
  font-family: peridot-pe-variable, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  color: var(--DrupalBlue);
  opacity: .1;
}

.case h3 span{
  position: relative
}

.case h3 span::before{
  content: "";
  position: absolute;
  top: .4em;
  left: -1em;
  width: .8em;
  height: .8em;
  background: url(../../../../sites/default/files/lp/drupal11/icon/icon_ExclamationMark.svg) no-repeat center center;
  background-size: contain;
}

.case h3::after{
  content: "INCIDENT";
  color: var(--CautionYellow);
}

.faq h3::after{
  content: "FAQ";
}

.checklist h3::after{
  content: "CHECK";
}

.contact h3::after{
  content: "CONTACT";
}

.stair_1{
  margin-left: 0;
}
.stair_2{
  margin-left: 5vw;
}
.stair_3{
  margin-left: 10vw;
}

@media (max-width: 1200px){
  .stair_1,
  .stair_2,
  .stair_3{
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  body,
  .drupal11_lp_container p{
    font-size: 16px;
  }
  .case h3,
  .checklist h3,
  .faq h3,
  .contact h3{
  font-size: 24px;
  }
}

/* ===bg=== */
.bg_container {
  position: fixed;
  top: 50px;
  right: 0;
  width: 600px;
  max-width: 70%;
  pointer-events: none;
  z-index: auto;
  /* border: 3px solid red; */
}

.bg_svg {
  position: absolute;
  top: 0;
  right: -50px;
  width: 100%;
  opacity: 0;
  transform: translateY(0px);
  /* border: 3px solid green; */
}

/* ===hero=== */
.hero,
.hero_flex{
  overflow-x: hidden;
  position: relative;
}

.drupal11_lp_container h1{
  font-size: 35px;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2em;
  padding-top: 1em;
  /* background: yellow; */
}

.drupal11_lp_container h1 .drupal{
  font-size: 30px !important;
  background: var(--StrongBlue);
  color: #fff;
  padding: 0 .4em .2em;
}

.hero_flex{
  height: auto;
}

.hero_top p:first-child{
  font-size: 3vw;
  line-height: 1.2;
}
.hero_top p:nth-child(2){
  font-size: 1.5vw;
  line-height: 1.4;
}
.hero_top p:last-child{
  font-size: 2.5vw;
  line-height: 1.4;
}

.hero_middle p{
  font-size: 20px;
}

.hero_bottom .hero_btmtxt_1{
  font-size: 3vw;
}

.hero_bottom .hero_btmtxt_2,
.hero_bottom .hero_btmtxt_3{
  font-size: 4vw;
}

.byacret{
  color: gray;
  font-size: 14px;
  width: 150px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  transition: all .2s ease;
}

.byacret:hover{
  transform: translateY(-5px);
  transition: all .2s ease;
  color: gray;
}

@media (max-width: 1200px) {
.hero_top p:first-child{
  font-size: 4vw;
}
.hero_top p:nth-child(2){
  font-size: 2vw;
}
.hero_top p:last-child{
  font-size: 3vw;
}
.hero_middle p{
  font-size: 18px;
}
.hero_bottom p strong{
  font-size: 4vw;
}
.hero_bottom .hero_btmtxt_2,
.hero_bottom .hero_btmtxt_3{
  font-size: 5vw;
}
}

@media (max-width: 992px){
.hero_top p:first-child{
  font-size: 30px;
}
.hero_top p:nth-child(2){
  font-size: 18px;
}
.hero_top p:last-child{
  font-size: 26px;
}
.hero_middle p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.hero_bottom .hero_btmtxt_1{
  font-size: 5vw;
}
.hero_bottom {
  line-height: 1.4;
}
.hero_bottom .hero_btmtxt_2{
  font-size: 6vw;
}
.hero_bottom .hero_btmtxt_3{
  font-size: 10.5vw;
}
}

@media (max-width: 768px) {
  .drupal11_lp_container h1{
    font-size: 18px;
    padding-top: 10px;
  }
  .drupal11_lp_container h1 .drupal{
    font-size: 18px !important;
  }
  .byacret{
    width: 100px;
  }
}

/* ===problem=== */
.problem{
  /* border: solid green 3px; */
  height: auto;
  background: var(--FaWhite);
  background: linear-gradient(180deg,rgba(250, 250, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
  position: relative;
}

.caution-bg{
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
  height: 0;
  overflow: visible;

  padding-bottom: 50vh;
}

.intro{
  margin-top: -50vh;
}

.caution-bg img{
  position: absolute;
  width: 80vw;
  max-width: 600px;
  min-width: 320px;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.problem h2{
  line-height: 1.6;
}

.problem h2 strong:first-of-type{
  font-size: 3vw;
}

.problem h2 strong:last-of-type{
  font-size: 5vw;
}

.problem p strong{
  text-decoration-line: underline;
  text-decoration-color: var(--CautionYellow);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.problems{
  max-width: 1200px;
}

.problems>div{
  max-width: 1000px;
}

.problem_flex_img{
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  padding: 20px;
}

.problem_flex_text h5{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: .5em;
  padding-left: 1em;
  position: relative;
}

.problem_flex_text h5::before{
  content: "";
  position: absolute;
  top: .3em;
  left: 0;
  width: .8em;
  height: .8em;
  background: url(../../../../sites/default/files/lp/drupal11/icon/icon_ExclamationMark.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 1200px){
  .problems>div{
    margin: 0 auto;
  }
}

@media (max-width: 992px){
  .caution-bg img{
    width: 60vw;
  }
  .problem h2 strong:first-of-type{
    font-size: 5vw;
  }
  .problem h2 strong:last-of-type{
    font-size: 7vw;
  }
  .problems>div{
    margin: 0 auto;
    width: 95%;
    max-width: 600px;
  }
  .problem_flex_text h5{
    font-size: 20px;
  }
}

/* =case= */
.case{
  height: auto;
}

.caution-bar {
  width: 100%;
  height: 25px;
  background-image: url('../../../../sites/default/files/lp/drupal11/CautionStripe.svg');
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
}

.case h6{
  font-family: peridot-pe-variable, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  font-size: 30px;
  padding-left: 35px;
}

.case h6 span{
  color: var(--CautionYellow);
  font-size: 60px;
}

.cases-wrap{
  max-width: 1200px;
  margin: 0 auto;
}

.cases-wrap>div{
  width: 100%;
  max-width: 1000px;
}

.drupal11_lp_container .cases {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0 .5em;
  line-height: 1.5;
}

.cases dt {
  font-weight: bold;
  color: var(--StrongOrange);
  text-align: right;
  padding: 5px 0;
}

.cases dd {
  margin: 0;
  padding: 5px 0;
  padding-left: .5em;
  border-left: 3px solid var(--CautionYellow);
}

@media (max-width: 1200px){
  .cases-wrap>div{
    margin: 0 auto;
  }
}

@media (max-width: 768px){
  .case h6{
    padding-left: 20px;
  }
}

@media (max-width: 576px){
  .case h6{
    font-size: 22px;
    padding-left: 0;
  }

  .case h6 span{
    font-size: 40px;
  }
  .cases dt{
    width: 4em;
  }
}

/* ===solution=== */
.solution{
  height: auto;
  /* position: relative;
  z-index: 2; */
}

.solution h2{
  line-height: 1.6;
}

.solution h2 strong:first-of-type{
  font-size: 3vw;
}

.solution h2 strong:last-of-type{
  font-size: 5vw;
}

.solutions{
  max-width: 1200px;
}

.solutions>div{
  max-width: 1000px;
  margin: 0 auto;
}

.solution_flex_img{
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  padding: 20px;
}

.solution_flex_text h5{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: .5em;
  padding-left: 1.1em;
  position: relative;
}

.solution_flex_text h5::before{
  content: "";
  position: absolute;
  top: .1em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../../../../sites/default/files/lp/drupal11/icon/icon_DrupalDrop.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 992px){
  .solution h2 strong:first-of-type{
  font-size: 5vw;
  }
  .solution h2 strong:last-of-type{
    font-size: 7vw;
  }
  .solutions>div{
    margin: 0 auto;
    width: 95%;
    max-width: 600px;
  }
  .solution_flex_text h5{
    font-size: 20px;
  }
}

/* ===tocontact=== */
.tocontact{
  height: auto;
  background: var(--LightBlue);
  position: relative;
  overflow: hidden;
}

.tocontact .drupal-logo-bg{
  position: absolute;
  top: 50px;
  right: 0;
  width: 400px;
  max-width: 50%;
  z-index: 0;
  opacity: .4;
  overflow: hidden;
  pointer-events: none;
}

.tocontact .drupal-logo-bg img{
  width: 100%;
  height: 100%;
  display: block;
}

.tocontact .contact_inner{
  /* position: relative; */
  /* z-index: 2; */
  margin: 50px auto;
}

.tocontact h4{
  font-size: 50px;
}

.tocontact .han{
  font-size: 24px;
}

.tocontact .wn_pc{
  white-space: nowrap;
}

.tocontact p strong{
  font-size: 30px;
  font-weight: 700;
}

.tocontact strong .underline{
  text-decoration-line: underline;
  text-decoration-color: var(--DrupalBlue);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.tocontact a {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  height: 5em;
  color: #fff;
  font-size: larger;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden  ;
  background: var(--StrongBlue);
  transition: all .3s ease;
}

.cta__wrapper {
  position: relative;
  z-index: 2;
}

.cta__wrapper img{
  width: 50px;
  height: 50px;
  margin-left: -1em;
  transition: all .2s ease;
}

.cta__text {
  z-index: 2;
  color: #fff;
  display: inline-block;
  padding-left: .5em;
}

.tocontact a:hover{
  letter-spacing: 1px;
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: ripple 2s infinite;
  animation: ripple 1.5s infinite;
  transform: scale(1.01);
  transition: all .2s ease;
}

@keyframes ripple {
  0% {box-shadow: 0 0 0 0 var(--DrupalBlue);}
  70% {box-shadow: 0 0 0 20px rgb(27 133 251 / 0%);}
  100% {box-shadow: 0 0 0 0 rgb(27 133 251 / 0%);}
}

@media (max-width: 1000px){
  .tocontact h4{
    white-space: wrap;
    font-size: 5vw;
  }
  .tocontact p strong{
  font-size: 18px;
  }
}
@media (max-width: 768px){
  .tocontact .tocontact_inner{
    margin: 0;
  }
    .tocontact h4{
    font-size: 6vw;
  }
    .tocontact .wn_sp{
    display: block;
    text-align: right;
    padding-top: 10px;
    font-size: 18px;
  }
}

/* ===immediately=== */
.immediately{
  height: auto;
  background: var(--FaWhite);
  line-height: 1.4;
}

.immediately p:first-of-type,
.immediately p:last-of-type{
  line-height: 1.4;
  font-size: 30px;
}

.immediately h2{
  font-size: 80px;
  line-height: .7;
}

.immediately h2 span{
  font-size: 3vw;
}

@media (max-width: 992px){
  .immediately h2 span{
  font-size: 4vw;
}
  .immediately p:first-of-type,
  .immediately p:last-of-type{
  font-size: 24px;
}
}

@media (max-width: 768px){
  .immediately h2{
    font-size: 50px;
  }
  .immediately h2 span{
  font-size: 26px;
  }
  .immediately p:first-of-type,
  .immediately p:last-of-type{
  font-size: 18px;
}
}

/* ===acret=== */
.acret{
  height: auto;
  background: var(--DrupalBlue);
}

.multiply{
  gap:1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.multiply .drupalLOGO,
.multiply .acretLOGO{
  width: 280px;
  height: 70px;
}

.multiply .cross{
  width: 35px;
  height: 35px;
}

.acret .steps h2{
  font-size: 40px;
  font-weight: 600;
  position: relative;
}

.acret .steps h2 .red_slash,
.acret .option h3 .red_slash,
.acret .range h3 .red_slash{
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  /* border: solid green 3px; */
}

.acret .steps h2 .red_slash .slashy,
.acret .option h3 .red_slash .slashy,
.acret .range h3 .red_slash .slashy{
  display: block;
  position: absolute;
  top: 60%;
  left: 30%;
  width: 1em;
  height: 1em;
  transform: translate(0, -50%);
  transform-origin: center;
    /* border: solid blue 3px; */
}

.steps,
.option{
  background: var(--FaWhite);
  max-width: 1200px;
  margin: 0 auto;
}

.step-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 2em 1em;
}

.droplet {
  fill: var(--StrongBlue);
  width: 60px;
  height: 60px;
}

.step-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 2em;
  min-height: 120px;
}

.step-icon {
  position: relative;
  width: 60px;
  min-width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  z-index: 1;
}

.step-line {
  position: absolute;
  top: 60px;
  width: 1px;
  height: 0;
  background: var(--DrupalBlue);
  z-index: 0;
  transform-origin: top;
}

.step-text {
  flex: 1;
  padding-left: 1em;
}

.step-text h3 {
  font-size: 24px;
  font-weight: bold;
  color: var(--Black08);
  margin: 0 0 0.3em;
}

.step-text p {
  line-height: 1.5;
}

.step-item:last-child .step-line {
  display: none;
}

@media (max-width: 768px){
.acret .steps h2{
  font-size: 30px;
}
.step-section {
  padding: 0;
}
.step-icon {
  width: 30px;
  min-width: 30px;
}
.step-text {
  padding: 5px;
}
.step-text h3 {
  font-size: 20px;
}
.droplet {
  width: 30px;
  height: 30px;
}
.step-line{
  top: 30px;
  width: .8px;
}
}

@media (max-width: 576px){
.multiply{
  flex-direction: column;
  gap: .5em;
}
.multiply .drupalLOGO,
.multiply .acretLOGO{
  width: 200px;
  height: 50px;
}
.multiply .cross{
  width: 25px;
  height: 25px;
}
.acret .steps h2{
  font-size: 24px;
  line-height: 1;
}
}

.range{
  max-width: 992px;
  margin: 0 auto;
}

.spec-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px;
  padding: 10px;
}

.spec-item {
  display: contents;
}

.spec-item dt,
.spec-item dd{
  background: #fff;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);
  padding: .5em 1em;
  display: flex;
  align-items: center;
}

.spec-item dt {
  justify-content: center;
  width: 9em;
  font-weight: bold;
  white-space: nowrap;
}

.spec-item dd {
  margin: 0;
}

@media (max-width: 576px){
  .spec-list{
    grid-template-columns: 1fr;
    gap: 0;
  }
  .spec-item dt{
    width: 100%;
    border-bottom: 1px solid var(--DrupalBlue);
  }
  .spec-item dd{
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }
}

/* =option= */
.acret .optional{
  font-family: peridot-pe-variable, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 800;
  font-size: 60px;
  color: var(--FaWhite);
  line-height: .8;
  margin: 0;
}

.acret .option h3,
.acret .range h3{
  font-size: 30px;
  font-weight: 600;
  position: relative;
}

.option-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 1rem;
}

.option-box {
  border: 2px solid var(--DrupalBlue);
  padding: 2em 1em;
  text-align: center;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
}

.option-box h4 {
  display: inline-block;
  font-size: 24px;
  margin: 1rem 0 0.5rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--DrupalBlue);
}

.option-box p{
  line-height: 1.5;
}

.option-box small {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
}

.option-icon {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: -60px auto 0;
}

@media (max-width: 900px){
  .option-grid{
    gap: 1rem;
  }
  .option-box h4{
    font-size: 20px;
  }
  .option-box p{
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .acret .optional{
  font-size: 40px;
  }
  .acret .option h3,
  .acret .range h3{
    font-size: 24px;
  }
  .option-grid {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}

/* ===whyus=== */

.whyus{
  height: auto;
}

.whyus .whyus_title{
  font-size: 4vw;
  font-weight: 700;
}

.whyus .whyus_title span{
  font-size: 6vw;
}

.whyus-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 1em;
  justify-items: center;
  align-items: start;
  padding: 3rem 0 0;
}

.trusted {
  grid-column: 1 / -1;
}

.certified {
  grid-column: 1;
  justify-self: end;
}

.experts {
  grid-column: 2;
  justify-self: start;
}

.whyus-box {
  padding: 2em 0;
  text-align: center;
  width: 100%;
  max-width: 700px;
}

.whyus-box h2 {
  font-family: peridot-pe-variable, sans-serif;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  font-size: 5vw;
  color: var(--AcretRed);
  font-style: italic;
  margin-bottom: 0.5rem;
}

.whyus-box h2 .red_slash{
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  /* border: solid green 3px; */
}

.whyus-box h2 .slashy{
  display: block;
  position: absolute;
  bottom: 0;
  right: .4em;
  width: .6em;
  height: .6em;
  transform-origin: center;
  /* border: solid blue 3px; */
}

.whyus-box h3 {
  font-size: 20px;
  padding: 5px 0 15px;
  margin: 0;
  font-weight: bold;
  text-decoration-line: underline;
  text-decoration-color: var(--AcretRed);
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
  letter-spacing: 1px;
}

.whyus-box>h3>span{
  display: inline;
}

.whyus-box>h3>strong>.drupal{
  font-size: 35px;
  letter-spacing: 2px;
}

.whyus-box p {
  line-height: 1.4;
}

.whyus-box p span{
  font-size: 18px;
}

@media (max-width: 1200px) {
  .whyus .whyus_title{
  font-size: 5vw;
  }
  .whyus .whyus_title span{
    font-size: 7vw;
  }
  .whyus-box h2{
    font-size: 50px;
  }
    .whyus-box h3{
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .whyus-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  }
}

/* =contact_2= */

.contact_2{
  height: auto;
  background: var(--LightBlue);
}

/* ===achievement=== */
.achievement{
  position: relative;
  padding-bottom: 100px;
  height: auto;
  background: var(--FaWhite);
}

.achievement h2,
.achievement article p:nth-child(4){
  font-size: 2vw;
}

.achievement h3,
.achievement article p:nth-child(3){
  font-size: 3vw;
}

@media (max-width: 992px){
  .achievement h2,
  .achievement article p:nth-child(4){
  font-size: 20px;
  }
  .achievement h3,
  .achievement article p:nth-child(3){
    font-size: 30px;
  }
  .achievement article p:nth-child(1),
  .achievement article p:nth-child(2){
      line-height: 1.5;
  }
}

@media (max-width: 576px){
  .achievement h3,
  .achievement article p:nth-child(3){
    font-size: 24px;
  }
}

.works{
  width: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.works table{
  border-collapse: separate;
  border-spacing: 5px;
  min-width: 900px;
  width: max-content;
  margin: 0 auto;
}

.works table .drupal{
  font-size: unset;
}

.works table th,
.works table td{
  padding: 10px 1em;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);
}

.works table td:first-of-type{
  text-align: center;
  font-weight: bold;
  padding: 10px 2em;
}

.works table th{
  background: var(--StrongBlue);
  color: #fff;
  text-align: center;
}

.works table td{
  background: #fff;
}

.achievement .scroll-hint {
  position: relative;
  font-size: 0.9rem;
  color: gray;
  text-align: center;
  margin-bottom: 0.5rem;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  animation: float-x 2s ease-in-out;
  animation-play-state: paused;
}
.achievement .scroll-hint.show {
  opacity: 1;
  animation-play-state: running;
}

@keyframes float-x {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(50px); }
  100% { transform: translateX(0); }
}

@media (max-width: 992px){
  .works {
    max-height: 60vh;
    overflow-y: auto;
    position: relative;
  }
  .works table{
    border-spacing: 0 5px;
    margin: 0 auto 0 0;
  }
  .works table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .works table th,
  .works table td{
  padding: 10px .5em;
  }
  .works table td:first-of-type{
  padding: 10px 1em;
}
}

/* ===faq=== */
.faq{
  position: relative;
  height: auto;
  background: var(--FaWhite);
}

.QandA-bar {
  width: 100%;
  height: 40px;
  background-image: url('../../../../sites/default/files/lp/drupal11/QandA.svg');
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
}

.faq .bi {
  color: var(--StrongBlue);
}

.faq dl{
  max-width: 50em;
  margin: 0 auto;
  padding: 2em 10px;
}


.faq dl dt{
  font-size: 22px;
  color: var(--StrongBlue);
  font-weight: bold;
  text-indent: -6px;
  margin-left: 6px;
}

.faq dl dd{
  font-weight: 500;
  padding-left: 22px;
  margin-bottom: 20px;
}

@media (max-width: 768px){
  .faq dl dt{
  font-size: 16px;
}
.faq dl dd{
  padding-left: 6px;
}
}


/* ===checklist=== */
/* ⬇︎2025/07/25修正 beforeafter➡︎backgroudnに変更 */
.checklist{
  background: var(--FaWhite);
  height: auto;
  position: relative;
  padding: 50px;
  background-image:
    url(../../../../sites/default/files/lp/drupal11/CheckListBorderTop_pc.svg),
    url(../../../../sites/default/files/lp/drupal11/CheckListDownArrow_pc.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
}

/* ⬇︎2025/07/25不要 */
/* .checklist::before{
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../../../../sites/default/files/lp/drupal11/CheckListBorderTop_pc.svg) no-repeat center top;
  z-index: 2
}
.checklist::after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../../../../sites/default/files/lp/drupal11/CheckListDownArrow_pc.svg) no-repeat center bottom;
  z-index: 2;
} */

.checklist .bi {
  color: var(--StrongBlue);
}

.checklist ul{
  max-width: 29em;
  margin: 0 auto;
  padding-left: 2em;
}

.checklist ul li{
  position: relative;
  line-height: 1.4;
  padding: 10px 0;
}

.checklist ul li::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -1.6em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../../../../sites/default/files/lp/drupal11/icon/check.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 768px){
  .checklist{
    /* padding: 20px 0; */
    padding: 20px 5px;
    background-image:
    url(../../../../sites/default/files/lp/drupal11/CheckListBorderTop_sp.svg),
    url(../../../../sites/default/files/lp/drupal11/CheckListDownArrow_sp.svg);
  }
  /* .checklist::before{
  background: url(../../../../sites/default/files/lp/drupal11/CheckListBorderTop_sp.svg) no-repeat center top;
  }
  .checklist::after{
    background: url(../../../../sites/default/files/lp/drupal11/CheckListDownArrow_sp.svg) no-repeat center bottom;
  } */
}

/* ===contact=== */
.contact{
  position: relative;
  background: var(--LightBlue);
}

.contact h3::after{
  content: "CONTACT";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 2.5em;
  font-family: peridot-pe-variable, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  color: var(--DrupalBlue);
  opacity: .1;
}

.inquiry-form {
  width: 30em;
  max-width: 100%;
  margin: 2em auto;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}

/*競合リセット*/
.inquiry-form .form-item{
  display: inline;
}
/*競合リセット*/

.inquiry-form label{
  font-weight: 500;
  position: relative;
  width: 100%;
}

.inquiry-form input[type="text"],
.inquiry-form input[type="email"],
.inquiry-form textarea {
  width: 100%;
  padding: 5px 10px;
  font-size: 1em;
  background: var(--FaWhite);
  box-shadow: inset -1px -1px 3px 0px rgba(186, 186, 186, .5), inset 1px 1px 3px 0px rgba(0, 0, 0, .3);
  border-radius: 3px;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form .checkbox {
  gap: 0.5em;
  font-size: smaller;
}

.inquiry-form .checkbox a,
.inquiry-form .form-item.js-form-item-privacypolicy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.inquiry-form .form-item.js-form-item-privacypolicy{
  display: flex;
  justify-content: center;
  position: relative;
}
.inquiry-form .form-type-checkbox .description{
  margin: 0;
}

.require-label,
.optional-label,
.inquiry-form .form-item.js-form-item-privacypolicy::after,
.inquiry-form .form-required:after{
  color: #fff;
  font-weight: bold;
  padding: 0 5px 1px;
  font-size: 12px;
  border-radius: 3px;
  position: absolute;
  top: 5px;
  right: 0;
  background: var(--StrongBlue);
  width: auto;
  height: auto;
  line-height: normal;
  content: '必須';
}

.require-label {
  background: var(--StrongBlue);
}

.optional-label{
  background: grey;
}

.inquiry-form .form-actions,
.webform-submission-drupal11-update-form .webform-button--preview {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 450px;
}

.inquiry-form button,
.inquiry-form .webform-button--submit,
.webform-submission-drupal11-update-form .webform-button--preview {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding-left: 2em;
  height: 110px;
  color: #fff;
  font-size: larger;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden  ;
  background: var(--StrongBlue);
  transition: all .3s ease;
  border-radius: unset;
  position: relative;
}

.inquiry-form .form-actions:after,
.webform-submission-drupal11-update-form .webform-button--preview:after {
  position: absolute;
  content: '' ;
  width: 50px;
  height: 50px;
  transition: all .2s ease;
  background-image: url('../../../../sites/default/files/lp/drupal11/EL_white_RGB.svg');
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 30px;
  left: 30px;
  transform: translate(-10px, 5px);
}

.button__wrapper {
  position: relative;
  z-index: 2;
}

.button__wrapper img{
  width: 50px;
  height: 50px;
  margin-left: -1em;
    transition: all .2s ease;
}

.button__text {
  z-index: 2;
  color: #fff;
  display: inline-block;
  padding-left: .5em;
}

.inquiry-form button:hover,
.inquiry-form .webform-button--submit:hover{
  letter-spacing: 1px;
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: ripple 2s infinite;
  animation: ripple 1.5s infinite;
  transform: scale(1.01);
  transition: all .2s ease;
}

@keyframes ripple {
  0% {box-shadow: 0 0 0 0 var(--DrupalBlue);}
  70% {box-shadow: 0 0 0 20px rgb(27 133 251 / 0%);}
  100% {box-shadow: 0 0 0 0 rgb(27 133 251 / 0%);}
}

.webform-preview .form-item:not(:last-child){
  display: block;
  margin-bottom: 1em;
}

.webform-preview .form-item label{
  font-weight: 600;
}

/* ===footer=== */
footer{
  font-family: peridot-pe-variable, sans-serif;
  font-size: 14px;
  color: var(--Black08);
}
