/** @format */
/** @format */
body {
  color: #333;
}

/** @format */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}/*# sourceMappingURL=front-page.css.map */

/*-------------------------------------------
共通クラス（例）
-------------------------------------------*/
.body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #030303;
  overflow-x: hidden;
}

.img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*-------------------------------------------
共通のパーツ（例）
-------------------------------------------*/
/*セクションのタイトル*/
.u-sectionTitle {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  color: #279EC4;
}
@media screen and (max-width: 821px) {
  .u-sectionTitle {
    font-size: 32px;
  }
}

.u-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.header {
  width: 100%;
  color: #1B4803;
  padding: 20px 40px;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  .header {
    padding: 20px;
  }
}
@media screen and (max-width: 821px) {
  .header {
    padding: 12px;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 821px) {
  .header__inner {
    gap: 10px;
  }
}

/*　PCで横並び */
.header__nav {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1024px) {
  .header__nav {
    gap: 48px;
  }
}
@media screen and (max-width: 821px) {
  .header__nav {
    gap: 0;
    width: 100%;
    justify-content: space-between;
  }
}

.header__nav ul {
  display: flex;
  gap: 40px;
}
@media (max-width: 1024px) {
  .header__nav ul {
    gap: 32px;
  }
}

.header__text {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .header__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 821px) {
  .header__text {
    font-size: 15px;
  }
}

.header__menuList {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .header__menuList {
    font-size: 16px;
  }
}
@media screen and (max-width: 821px) {
  .header__menuList {
    font-size: 15px;
  }
}

/* PC用：ハンバーガー非表示 */
.header__toggleBtn {
  display: none;
}

@media screen and (max-width: 821px) {
  .header__toggleBtn {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    z-index: 200;
    margin-left: auto;
  }
  .header__nav ul {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    position: absolute;
    top: 60px;
    right: 15px;
    background: #F8F8F8;
    padding: 20px;
    border-radius: 8px;
    z-index: 150;
  }
  /* .open が付いたら表示 */
  .header__nav ul.open {
    display: flex;
  }
}
.hamburger-menu {
  display: inline-block;
  width: 80px;
  margin-top: 10px;
  position: relative;
  top: 0;
  right: 0;
  z-index: 30;
  cursor: pointer;
  transition-duration: 0.3s;
}

.header__hamburgerLine {
  display: block;
  background-color: #1B4803;
  position: absolute;
  width: 30px;
  height: 2px;
  border-radius: 4px;
  transition: all 0.5s;
}
.header__hamburgerLine:nth-child(1) {
  top: 2px;
}
.header__hamburgerLine:nth-child(2) {
  top: 12px;
}
.header__hamburgerLine:nth-child(3) {
  top: 22px;
}

/* ボタンが開いた時のアニメ */
.header__toggleBtn.open .header__hamburgerLine:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.header__toggleBtn.open .header__hamburgerLine:nth-child(2) {
  opacity: 0;
}

.header__toggleBtn.open .header__hamburgerLine:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.firstview {
  width: 100%;
  height: 640px;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 821px) {
  .firstview {
    height: 70vh;
  }
}
.firstview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 821px) {
  .firstview img {
    height: 70vh;
  }
}

.firstview_sideText {
  display: none;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
  letter-spacing: normal;
  position: absolute;
  left: 16px;
  /* 左からの距離 */
  top: 50%;
  /* 高さの中央 */
  transform-origin: left top;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 821px) {
  .firstview_sideText {
    display: none;
  }
}

.firstview_sideText::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  margin-right: 12px;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

section {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  section {
    padding: 56px 0;
  }
}
@media screen and (max-width: 821px) {
  section {
    padding: 24px 0;
  }
}

.works__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 821px) {
  .works__title {
    padding-bottom: 32px;
  }
}

.works__btnWrap {
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 821px) {
  .works__btnWrap {
    margin: 32px 0 0;
  }
}

.works__btnText {
  display: inline-block;
  width: 160px;
  color: #030303;
  background-color: #FDAE26;
  border: 1px solid #FDAE26;
  border-radius: 20px;
  padding: 16px 10px;
  font-size: 16px;
  transition: 0.3s;
}
.works__btnText:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 821px) {
  .works__btnText {
    width: 140px;
    padding: 12px 8px;
    font-size: 14px;
  }
}

.service {
  width: 100%;
  min-height: 529px;
  position: relative;
  background-image: url("..//img/common/Service.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.section__title {
  font-size: 48px;
  color: #1B4803;
}

.section__subtitle {
  font-size: 15px;
  color: #1B4803;
}

.service__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  text-align: center;
}

.service_list {
  display: flex;
  gap: 16px;
  padding-top: 40px;
  margin-left: auto;
  max-width: 680px;
}
@media screen and (max-width: 821px) {
  .service_list {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    max-width: none;
    padding: 24px 0 0;
  }
}

.list_box {
  display: flex;
  flex-direction: column;
  max-width: 195px;
  width: 100%;
  background-color: #F8F8F8;
  padding: 24px 8px;
  gap: 24px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 821px) {
  .list_box {
    gap: 16px;
    padding: 20px 12px;
    max-width: 230px;
  }
}

.list_title {
  font-size: 18px;
  min-height: 48px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_text {
  font-size: 15px;
}

.list_image {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
}

.about__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}

.about__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
}
@media screen and (max-width: 821px) {
  .about__inner {
    flex-direction: column;
    gap: 30px;
  }
}

.about__img {
  width: 190px;
  height: 190px;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 821px) {
  .about__img {
    width: 150px;
    height: 150px;
  }
}

.about__text {
  font-size: 15px;
  align-items: center;
}
@media screen and (max-width: 821px) {
  .about__text {
    font-size: 14px;
  }
}

.contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}
@media screen and (max-width: 821px) {
  .contact__title {
    padding-bottom: 12px;
  }
}

.contact__text {
  font-size: 15px;
  text-align: center;
  padding: 16px 0;
}
@media screen and (max-width: 821px) {
  .contact__text {
    font-size: 14px;
    padding: 10px 0;
  }
}

.contact__btnWrap {
  text-align: center;
  margin: 24px 0;
}
@media screen and (max-width: 821px) {
  .contact__btnWrap {
    margin: 16px 0;
  }
}

.contact__btnText {
  display: inline-block;
  min-width: 190px;
  color: #030303;
  background-color: #FDAE26;
  border: 1px solid #FDAE26;
  border-radius: 20px;
  padding: 16px 10px;
  font-size: 16px;
  transition: 0.3s;
}
.contact__btnText:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 821px) {
  .contact__btnText {
    font-size: 14px;
  }
}

.contact {
  width: 100%;
  position: relative;
  padding-top: 40px; /* 上の余白 */
  /* セクション全体の高さを画面に応じて確保 */
}

.contact::before { /* 色つき背景 */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: #C7D6DC;
  z-index: -1;
}

.contact__sectionCard {
  max-width: 1160px;
  width: 80%;
  border-radius: 16px;
  margin: 0 auto; /* 中央寄せ */
  overflow: hidden;
}
@media (max-width: 1024px) {
  .contact__sectionCard {
    max-width: 90%;
    top: 18vh;
  }
}
@media screen and (max-width: 821px) {
  .contact__sectionCard {
    max-width: 230px;
    padding-bottom: 10px;
    top: 15vh;
  }
}

/* カード中身を横並び */
.contact__cardInner {
  display: flex;
}
@media screen and (max-width: 821px) {
  .contact__cardInner {
    flex-direction: column;
  }
}

/* 左側テキスト */
.contact__left {
  width: 50%;
  background: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media screen and (max-width: 821px) {
  .contact__left {
    width: 100%;
    padding: 8px;
  }
}

/* 右半分 */
.contact__right {
  width: 50%;
}
@media screen and (max-width: 821px) {
  .contact__right {
    width: 100%;
  }
}

.contact__right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 821px) {
  .contact__right img {
    width: 100%;
  }
}

.footer {
  width: 100%;
  color: #1B4803;
  background-color: rgb(110.7106382979, 198.314893617, 226.2893617021);
  border-radius: 30px 30px 0 0;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 821px) {
  .footer__nav {
    gap: 8px;
  }
}

.footer__logo {
  width: 30px;
  height: auto;
}

.footer__nav ul {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 821px) {
  .footer__nav ul {
    gap: 15px;
  }
}

.footer__menuList {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 821px) {
  .footer__menuList {
    font-size: 14px;
  }
}

.footer__copyright {
  font-size: 12px;
  text-align: center;
  opacity: 0.8;
  padding-top: 15px;
}
@media screen and (max-width: 821px) {
  .footer__copyright {
    font-size: 10px;
    padding-top: 8px;
  }
}

.works-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 60px 0 20px;
}
@media screen and (max-width: 821px) {
  .works-inner {
    padding: 30px 0 15px;
    gap: 25px;
  }
}

.works__img {
  max-width: 720px;
  width: 100%;
  margin-bottom: 20px;
}

.works__img img {
  width: 100%;
  height: auto;
  display: block;
}

/*テキストエリア */
.works__menu {
  min-width: 320px;
  max-width: 720px;
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #F8F8F8;
  border: 1px solid #030303;
  border-radius: 10px;
  padding: 32px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 821px) {
  .works__menu {
    min-width: 280px;
    padding: 16px 10px;
  }
}

.works__menuTitle {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 600;
}
@media screen and (max-width: 821px) {
  .works__menuTitle {
    font-size: 16px;
    text-align: center;
  }
}

/* リストのデザイン */
.works__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
}

.works__listItem {
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 821px) {
  .works__listItem {
    font-size: 14px;
  }
}

.works__listItem::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #030303;
  display: block;
  margin-right: 12px;
}

.products__inner {
  background-image: url("../image/products.webp");
  filter: saturate(75%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 60px;
  position: relative;
}
@media screen and (max-width: 821px) {
  .products__inner {
    padding: 40px 16px;
  }
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 80px;
}
@media screen and (max-width: 821px) {
  .products__grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
  }
}

.products__gridItem {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.products__gridItem a {
  display: block;
  padding-bottom: 8px;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease;
}
.products__gridItem a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.products__gridImg {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin-bottom: 16px;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.products__gridText {
  font-size: 14px;
  border: 1px solid #030303;
  border-radius: 9999px;
  padding: 6px 12px;
  margin-bottom: 8px;
  display: inline-block;
  align-items: center;
  justify-content: center;
}

.products__gridTitle {
  font-size: 16px;
}

.grid__sideText {
  display: flex;
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
  position: absolute;
  left: 14px;
  top: 50%;
  align-items: center;
  transform-origin: left;
  transform: rotate(270deg) translate(-19%, 30%);
}
@media screen and (max-width: 821px) {
  .grid__sideText {
    display: none;
  }
}

.grid__sideText::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  margin-right: 12px;
}

.thanks__inner {
  background-image: url("../image/contact.webp");
  width: 100%;
  min-height: 100vh;
  filter: saturate(75%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 0 0 75px;
  position: relative;
}
@media (max-width: 1024px) {
  .thanks__inner {
    padding: 48px 0 0 48px;
    background-position: top;
    min-height: 480px;
  }
}
@media screen and (max-width: 821px) {
  .thanks__inner {
    padding: 24px 0 0 24px;
    background-position: top;
    min-height: 400px;
  }
}

.thanks__card {
  background-color: #F8F8F8;
  filter: saturate(75%);
  border: 1px solid #F8F8F8;
  border-radius: 10px;
  padding: 8px 16px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .thanks__card {
    width: 55%;
    max-width: 500px;
  }
}
@media screen and (max-width: 821px) {
  .thanks__card {
    width: calc(100% - 32px);
  }
}

.thanks__title {
  font-size: 30px;
}
@media screen and (max-width: 821px) {
  .thanks__title {
    font-size: 18px;
  }
}

.thanks__text {
  font-size: 20px;
}
@media screen and (max-width: 821px) {
  .thanks__text {
    font-size: 14px;
  }
}

.contact__inner {
  background-image: url("../image/products.webp");
  filter: saturate(75%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px;
  position: relative;
}
@media screen and (max-width: 821px) {
  .contact__inner {
    padding: 40px 16px;
  }
}

.contact__card {
  background-color: #F8F8F8;
  padding: 40px;
  max-width: 720px;
  margin: 40px auto 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 821px) {
  .contact__card {
    padding: 24px;
  }
}

.contact__title {
  font-size: 20px;
}

.contact__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.form-label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 15px;
}

.form-labelHead {
  display: flex;
  align-items: center;
  gap: 15px;
}

.badge--required {
  display: inline-block;
  font-size: 12px;
  background-color: #FDAE26;
  color: #030303;
  padding: 2px 6px;
  margin-right: 8px;
  /* ラベルとの間隔 */
  vertical-align: middle;
}

.contact__form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 15px;
}

.contact__form input,
.contact__form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 16px;
}
.contact__form input:focus,
.contact__form textarea:focus {
  border-color: #5f82b3;
  outline: none;
  box-shadow: 0 0 4px rgba(95, 130, 179, 0.4);
}

.contact__sideText {
  display: flex;
  color: #1B4803;
  font-weight: bold;
  font-size: 25px;
  position: absolute;
  left: 24px;
  top: 50%;
  align-items: center;
  transform-origin: left;
  transform: rotate(270deg) translate(-10%, 20%);
}
@media screen and (max-width: 821px) {
  .contact__sideText {
    display: none;
  }
}

.contact__sideText::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #1B4803;
  display: block;
  margin-right: 12px;
}/*# sourceMappingURL=style.css.map */
