.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.text-xs {
  font-size: 0.6em;
}

.text-sm {
  font-size: 0.8em;
}

.text-lg {
  font-size: 1.2em;
}

.text-xl {
  font-size: 1.4em;
}

.text-red {
  color: #8b722b;
}

.text-blue {
  color: #154891;
}

.text-orange {
  color: #f08b1b;
}

.text-orange-deep {
  color: #f37429;
}

.br-sp {
  display: none!important;
}

.br-pc {
  display: block!important;
}

.block-pc {
  display: block !important;
}

.block-sp {
  display: none !important;
}

.flex {
  display: flex;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-reverse {
  flex-direction: row-reverse;
}

/* ボタン共通 */
.cta-button img {
  width: 100%;
  max-width: 320px;
}

/* メインビジュアル */
.main-visual {
  background-image: url(../../images/main-visual.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 150px 100px;
  position: relative;
}

.main-visual-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.body-copy {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: linear-gradient(
    180deg,
    rgba(2, 1, 1, 0.4) 0%,
    rgba(255, 255, 255, 0.2) 68.53%
  );
  backdrop-filter: blur(11px);
  /* 注: backdrop-filterのブラウザサポートは最小限です */
  border-radius: 10px;
  padding: 10px 20px;
  line-height: 1.8;
  margin-top: 40px;
}

.catch-copy {
  max-width: 650px;
  width: 100%;
}

#cta01 {
  background: #154891;
  padding: 40px;
  display: flex;
  justify-content: center;
}

#issue {
  padding: 40px 0 0;
  position: relative;
}

.issue-title {
  width: 100%;
  max-width: 420px;
}

.issue-item-wrap {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.issue-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.issue-item-image {
  width: 100%;
  height: 190px;
  object-fit: contain;
}

.issue-item p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.alert {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 20px;
  text-align: center;
}

.alert-icon {
  width: 1.3em;
  vertical-align: -5px;
  margin-left: 5px;
}

.alert-title {
  width: 100%;
  max-width: 500px;
}

.text-highlight {
  display: inline-block;
  background: url(../../images/alert-line.png) no-repeat;
  background-size: contain;
  padding-bottom: 10px;
  background-position: 0px 30px;
}

.triangle-divider {
  position: relative;
  background-color: #ffffff;
  /* 背景色を白に設定 */
}

.triangle-divider::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -120px;
  /* 下部の位置を調整 */
  left: 50%;
  width: 0;
  height: 0;
  border-left: 49vw solid transparent;
  border-right: 49vw solid transparent;
  border-top: 120px solid #fff;
  /* 三角形の色 */
  transform: translateX(-50%);
}

.issue-result-wrap {
  background: #f3f5f8;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 150px 40px 100px;
  gap: 20px;
}

.issue-result {
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  padding: 20px;
  max-width: 780px;
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  border-radius: 5px;
}

.issue-result span {
	display: inline;
}

.issue-result::after {
  content: "";
  position: absolute;
  bottom: -15px;
  /* 吹き出しの下に配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  /* 吹き出しの背景色と一致させる */
}

.issue-result-last {
  max-width: 780px;
  width: 100%;
}

.issue-image {
  position: absolute;
  right: 0px;
  bottom: 100px;
  height: 300px;
  width: unset;
}

.cta02-cover {
  background-image: url(../../images/cta02-bg.png);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
}

.cta02-copy {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.cta02-process {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  background-color: #f3f5f8;
}

.cta02-process-items {
  display: flex;
  gap: 60px;
  justify-content: center;
  margin-bottom: 40px;
}

.cta02-process-item {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.cta02-process-item img {
  width: 150px;
}

.cta02-process-number {
  font-size: 30px;
  font-weight: bold;
  color: #154891;
  align-self: start;
}

.cta02-process-item p {
  text-align: center;
}

.cta02-message {
  background: #154891;
  display: flex;
  justify-content: start;
  gap: 40px;
  padding: 50px 40px;
  position: relative;
}

.cta02-message-wrap {
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
}

.cta02-message-logo {
  width: 205px;
  object-fit: contain;
}

.cta02-message-image {
  position: absolute;
  right: 0px;
  bottom: -11px;
  width: 420px;
  overflow: hidden;
}

.cta02-message-line {
  width: 720px;
}

.cta02-message-copy {
  margin: 30px 0;
  z-index: 1;
  width: 590px;
}

#setup-flow {
  padding: 80px 40px;
  background-image: url(../../images/setup-flow-bg.png);
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.setup-flow-item {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #fff;
  padding: 40px 60px;
  box-shadow: 0px 2px 8px rgb(21 72 145 / 25%);
  border-radius: 5px;
  max-width: 900px;
  width: 100%;
}

.setup-flow-header {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

.setup-flow-step {
  background: #f08b1b;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-size: 12px;
}

.setup-flow-title img {
  height: 24px;
  width: auto;
}

.setup-flow-number {
  font-size: 25px;
}

p.setup-flow-description {
  font-size: 14px;
}

.setup-flow-image img {
  width: 300px;
  height: 175px;
  object-fit: cover;
}

.benefit-cover {
  background: url(../../images/benefit-bg.png);
  background-size: cover;
  padding: 120px 0;
  color: #fff;
  text-align: center;
  line-height: 2;
  font-size: 28px;
  font-weight: bold;
}

.benefit-items {
  background: #f3f5f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px;
  gap: 60px;
}

.benefit-item-container {
  max-width: 780px;
  width: 100%;
}

.benefit-item {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
  width: 100%;
  max-width: 580px;
}
.benefit-item:nth-of-type(1) {
  margin-right: auto;
}

.benefit-item:nth-of-type(2) {
  margin-right: auto;
  margin-left: auto;
}

.benefit-item:nth-of-type(3) {
  margin-left: auto;
}

.benefit-item:last-child {
  margin-bottom: 0;
}

.benefit-image {
  height: 200px;
  width: unset;
}

.benefit-title {
  height: 24px;
  width: unset;
}

.benefit-description {
  margin-top: 20px;
  font-size: 14px;
}

.benefit-cases {
  display: flex;
  padding: 80px;
  justify-content: center;
  gap: 50px;
}

.benefit-case {
  display: flex;
  flex-direction: column;
  width: 365px;
}

.benefit-case img {
  width: 100%;
}

.benefit-message {
  background: #f3f5f8;
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefit-message-title {
  width: 100%;
  max-width: 400px;
}

.benefit-message-line {
  margin: 20px 0;
  width: 240px;
}

.benefit-message-description {
  text-align: center;
  line-height: 2;
}

#cta-common {
  background: #154891;
  display: flex;
  position: relative;
  align-items: center;
  color: #fff;
  padding: 40px 150px;
  justify-content: center;
  gap: 60px;
  padding-left: 40px;
}

.cta-common-message {
  display: flex;
  flex-direction: column;
}

.cta-common-logo {
  width: 100%;
  max-width: 290px;
}

.cta-common-title {
  width: 100%;
  max-width: 346px;
  margin: 40px 0 20px;
}

.cta-common-image {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 300px;
}

.cta-common-phone {
  z-index: 10;
}

.cta-common-label {
  background: #fff;
  color: #154891;
  font-weight: bold;
  padding: 10px 20px;
  display: inline;
}

.cta-common-number {
  vertical-align: middle;
  font-size: 36px;
  margin-top: 20px;
  text-decoration: none;
}

.cta-common-icon {
  width: 25px;
  margin-right: 20px;
}

#company {
  background: #f3f5f8;
  padding: 20px 80px 80px;
}

.company-image {
  margin-bottom: -20px;
}

.company-message {
  display: flex;
  align-items: end;
  margin-bottom: 40px;
  gap: 40px;
}

.company-content {
  background-image: url(../../images/company-content-bg.png);
  padding: 100px 40px 40px;
  background-position: top;
  background-repeat: no-repeat;
}

.company-title img {
  max-width: 530px;
  width: 100%;
}

.company-copy {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.5;
}

.company-fearture {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.company-fearture-content {
  display: flex;
  flex-direction: column;
  width: calc((100% - 120px) / 3);
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 2px 8px rgb(21 72 145 / 25%);
}

.company-fearture-content img {
  border-radius: 15px 15px 0 0;
}

.company-fearture-content p {
  padding: 16px 20px;
  font-weight: bold;
}

#products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 60px;
  position: relative;
}

.products-title {
  width: 250px;
  margin-bottom: 50px;
}

.products-item {
  display: flex;
  gap: 20px;
  max-width: 1040px;
  width: 100%;
  justify-content: center;
}

.products-item-col1 {
  max-width: 1040px;
  margin-top: 20px;
  width: 100%;
}

.products-content {
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #154891;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.products-item .products-content {
  width: calc(50% - 10px);
}

.products-text {
  font-size: 12px;
  color: #666;
}

.products-price {
  font-size: 20px;
  align-self: end;
}

.products-description {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 80px 0 40px;
}
.safety {
  display: flex;
  background: #f3f5f8;
  padding: 40px 60px;
  align-items: center;
  gap: 40px;
  margin-top: 80px;
}

.products-safety-title {
  width: 240px;
  margin-bottom: 30px;
}

.products-safety {
  width: 150px;
}

.products-bg-image01 {
  position: absolute;
  right: 0;
  top: 40px;
  width: 260px;
  z-index: -1;
}

.products-bg-image02 {
  position: absolute;
  left: 0;
  bottom: 440px;
  width: 330px;
}

.products-bg-image03 {
  position: absolute;
  right: 0;
  bottom: 260px;
  width: 260px;
}

#works {
  padding: 90px 40px 150px;
  background-image: url(../../images/works-bg.png);
  background-size: cover;
  background-position: 0px -75px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.works-title {
  width: 170px;
}

.swiper-container {
  width: 100%;
  height: 100%;
  max-width: 1040px;
  margin-top: 40px;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.works-content {
  background: #fff;
  border-radius: 15px;
  border: 2px solid #154891;
  width: 33.3%;
  padding: 20px;
}

.works-content-title {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 10px;
}

.works-text {
  color: #666;
  font-size: 14px;
}

.works-content img {
  width: 100%;
}
.works-pickup {
  border-radius: 15px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f1f1ef;
  padding: 20px;
}

.works-pickup img {
  width: 100px;
}

.works-pickup-label {
  background: #ff8a00;
  padding: 0px 8px;
  color: #fff;
  border-radius: 2.5px;
  font-family: "Poppins";
  font-weight: 500;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: 50px;
}

.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
}

.swiper-container .swiper-button-prev::after {
  background-image: url(../../images/arrow-left.png);
}

.swiper-container .swiper-button-next::after {
  background-image: url(../../images/arrow-right.png);
}

#voice {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  background-image: url(../../images/voice-bg.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.voice-title-image {
  max-width: 620px;
  margin-bottom: 40px;
  width: 100%;
}

.voice-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.voice-item {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 2px solid #154891;
  border-radius: 8px;
  gap: 30px;
  max-width: 780px;
  background: #fff;
}

.voice-image {
  max-width: 240px;
  width: 100%;
  height: auto;
}

.voice-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.voice-content {
  flex: 1;
  font-size: 14px;
}

.voice-button {
  width: 100%;
  max-width: 400px;
  margin-top: 60px;
}

#faq {
  background-color: #f3f5f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px;
  background-image: url(../../images/favicon.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.faq-title-image {
  width: 200px;
  margin-bottom: 20px;
}

.faq-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
}

.faq-items {
  border-radius: 8px;
  border: 2px solid #154891;
  background: #fff;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.question-prefix {
  margin-right: 0.5em;
  color: #154891;
}

.question {
  margin-bottom: 10px;
}

.answer {
  font-size: 14px;
  color: #666;
}

.answer-prefix {
  margin-right: 0.25em;
  color: #f37429;
  font-weight: bold;
}

.faq-content {
  width: 100%;
  border-bottom: 1px dashed;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.faq-content:last-child {
  margin-bottom: 0px;
  border: none;
  padding-bottom: 0;
}

.faq-message {
  background: #fff;
  border: 2px solid #154891;
  padding: 25px;
  margin-bottom: 40px;
  font-weight: bold;
}

.faq-button {
  width: 100%;
}

#footer {
  text-align: center;
  background: #3a3a3a;
  color: #fff;
  padding: 20px 0;
  font-size: 12px;
}

/* フローティングボタン */
#cta-floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgb(21 72 145);
  text-align: center;
  padding: 10px;
  z-index: 1000;
  padding: 10px;
}

#cta-floating .cta-button img {
  max-width: 320px;
  height: auto;
  width: 100%;
}

#close-banner {
  position: absolute;
  right: 10px;
  top: 10px;
  background: red;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

/* サブページ共通 */
#contact .logo,
#thanks .logo {
  top: 2%;
  left: 2%;
}

/* お問い合わせフォーム */
#contact-header {
  background-image: url(../../images/contact-header.png);
  background-size: cover;
  padding: 110px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-header-title {
  width: 100%;
  max-width: 240px;
}

#contact-info {
  display: flex;
  flex-direction: column;
  padding: 40px 20px 70px;
  align-items: center;
  justify-content: center;
}

.contact-info-text {
  max-width: 760px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.contact-info-phone {
  max-width: 560px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  background: #f3f5f8;
  border: 1px solid rgb(21 72 145 / 25%);
  margin-top: 40px;
  padding: 20px;
}

.contact-phone-title {
  max-width: 250px;
  width: 100%;
}
.contact-phone-number {
  max-width: 360px;
  width: 100%;
}
.contact-phone-number a {
  text-decoration: none;
}

section#contact-form {
  background: #f3f5f8;
}

.form-container {
  max-width: 940px;
  margin: 0 auto;
  padding: 50px 120px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-row .form-group {
  width: 50%;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-group textarea {
  resize: vertical;
}
.form-group input[type="radio"] {
  width: auto;
  margin-right: 10px;
}
.form-group p {
  margin: 0;
  font-weight: normal;
}
.form-footer {
  text-align: center;
  font-size: 14px;
  color: #222b3c;
  margin: 30px 0;
}

.form-submit {
  text-align: center;
}

.form-submit button {
  border: none;
}

.form-button {
  width: 100%;
  max-width: 320px;
}
label.diagnosis {
  font-weight: normal;
}

@media (max-width: 1200px) {
  .issue-image {
    height: 250px;
  }
  .cta02-message-logo {
    display: none;
  }

  #cta-common {
    justify-content: start;
    gap: 40px;
  }

  #works {
    background-position: 0px -70px;
  }
}

@media (min-width: 993px){
	.works-text{
		height: 270px;
	}
}

@media (max-width: 992px) {
  .issue-image {
    height: 200px;
    bottom: 350px;
  }

  .cta02-message-image {
    width: 350px;
    bottom: -10px;
  }

  #company {
    padding: 0px 60px 60px;
  }

  .company-fearture {
    gap: 20px;
  }

  .company-fearture-content {
    width: calc((100% - 60px) / 3);
  }

  .products-description {
    margin: 40px 0;
  }

  .products-bg-image02 {
    width: 250px;
    bottom: 400px;
  }
  .products-bg-image03 {
    width: 200px;
  }

  /* お問い合わせフォーム */
  #contact-header {
    background-position: right;
  }
}
@media (max-width: 768px) {
  .br-sp {
    display: block!important;
  }

  .br-pc {
    display: none!important;
  }

  .block-sp {
    display: block !important;
  }
  .block-pc {
    display: none !important;
  }

  .main-visual {
    padding: 150px 20px;
  }

  .issue-image {
    height: 150px;
    bottom: 580px;
  }

  .cta02-message {
    padding: 40px 40px 60px;
  }

  .cta02-message-line {
    width: 100%;
  }

  .cta02-message-copy {
    width: 400px;
    margin: 20px 0;
  }

  .cta02-message-image {
    width: 250px;
    bottom: -8px;
  }

  #setup-flow {
    padding: 40px;
  }

  .setup-flow-item {
    padding: 40px;
  }

  .setup-flow-step {
    padding: 5px;
  }

  .setup-flow-image img {
    width: 100%;
  }

  .benefit-cover {
    padding: 80px 0;
  }

  .benefit-cases {
    padding: 40px;
    gap: 20px;
  }

  #cta-common {
    padding: 20px;
    gap: 20px;
  }

  .cta-common-title {
    margin: 20px 0;
  }

  .cta-common-image {
    display: none;
  }

  .cta-common-icon {
    margin-right: 10px;
  }

  #company {
    padding: 0px 40px 60px;
  }

  .company-image {
    z-index: 1;
  }

  .company-message {
    flex-direction: column;
    align-items: start;
    gap: 0;
    padding: 40px 0;
    margin-bottom: 0;
  }

  .company-content {
    padding: 300px 40px 40px;
    margin-top: -300px;
  }

  #products {
    padding: 60px 40px;
  }

  .products-bg-image01 {
    width: 200px;
  }

  .products-bg-image02 {
    width: 200px;
    bottom: 350px;
  }
  .products-bg-image03 {
    width: 150px;
  }

  .safety {
    padding: 40px 20px;
    gap: 20px;
  }

  .products-safety-title {
    width: 200px;
    margin-bottom: 20px;
  }

  /* お問い合わせフォーム */
  #contact-header {
    padding: 160px 0;
  }

  /* スマホ時横長見出しの代わり */
  /* スマホでは横長の見出しは文字が小さくなるので */
  .image-button-subsitute {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    background: #154891;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
  }

  .alert{
	margin: 40px calc(50% - 50vw);
	width: 100vw;
  }

  .company-image {
	margin-bottom: 20px;
  }

}
@media (max-width: 576px) {
  .logo {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    padding: 10px 40px 5px;
  }

  .logo img {
    max-width: 290px;
    height: auto;
    width: 100%;
  }

  .issue-title,
  .alert-title {
    padding: 0 20px;
  }
  .issue-item-wrap {
    flex-direction: column;
  }

  .issue-image {
    display: none;
  }

  .cta02-process-items {
    flex-direction: column;
  }

  .cta02-process-item {
    width: 100%;
  }

  .cta02-message-wrap {
    align-items: center;
  }

  .cta02-message-image {
    display: none;
  }

  .cta02-message-copy {
    width: 320px;
  }

  .cta02-message {
    padding: 40px 20px;
  }

  #setup-flow {
    padding: 40px 20px;
  }

  .setup-flow-item {
    flex-direction: column-reverse;
    gap: 10px;
    padding: 20px;
  }
  .setup-flow-image img {
    width: 100%;
    height: auto;
  }

  .benefit-items {
    padding: 40px 20px;
  }

  .benefit-cases {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
  }

  .benefit-case {
    width: 100%;
  }

  .benefit-message {
    padding: 40px 20px;
  }

  .benefit-message-description{
    text-align: justify;
  }

  #cta-common {
    flex-direction: column;
  }

  .cta-common-message {
    align-items: center;
  }

  .cta-common-phone {
    text-align: center;
  }

  #company {
    padding: 0 20px 60px;
  }

  .company-content {
    padding: 250px 20px 20px;
    margin-top: -250px;
  }

  .company-image img {
    width: 200px;
  }

  .company-fearture {
    flex-direction: column;
    align-items: center;
  }

  .company-fearture-content {
    width: 100%;
  }

  #products {
    padding: 40px 20px;
  }

  .products-item {
    flex-direction: column;
    align-items: center;
  }

  .products-item .products-content {
    width: 100%;
  }

  .safety {
    flex-direction: column;
    align-items: center;
  }

  .products-safety {
    width: 100px;
  }

  .products-bg-image01 {
    width: 100px;
    top: 70px;
  }

  .products-bg-image02 {
    width: 150px;
  }
  .products-bg-image03 {
    width: 100px;
    bottom: 350px;
  }

  .benefit-cover {
    padding: 40px 20px;
    /* font-size: 24px; */
  }

  .benefit-cover h2{
    font-size: 18px;
  }

  .benefit-cover  p{
    font-size: 15px;
  }


  .benefit-item {
    gap: 20px;
    align-items: start;
  }

  .benefit-image {
    width: 100px;
    height: auto;
    object-fit: cover;
  }

  #voice {
    padding: 40px 20px;
    background-repeat: no-repeat;
  }

  .voice-item {
    flex-direction: column;
  }

  #faq {
    padding: 40px 20px;
  }

  /* お問い合わせフォーム */
  .form-container {
    padding: 40px 20px;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }
  .form-row .form-group {
    width: 100%;
  }
}
