* {
  font-feature-settings: "palt";
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url("../fonts/Zen_Old_Mincho/ZenOldMincho-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-BoldItalic";
  src: url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
.mincho {
  font-family: "ZenOldMincho", serif;
}
.inner {
  max-width: 1440px;
  margin-inline: auto;
}
h1,
h2,
h3,
p,
span {
  text-align: center;
}
div,
img {
  margin-inline: auto;
  max-width: 100%;
  height: auto;
}
h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 3.125rem;
  margin-top: 0;
}
.sec_subTitle {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: #d63803;
  margin: 0;
}
.sp.sec_subTitle {
  display: none;
}
@media (max-width: 959px) {
  .pc.sec_subTitle {
    display: none;
  }
  .sp.sec_subTitle {
    display: block;
  }
}
.title_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title_logo div {
  margin: 0;
}
.title_logo span {
  color: #d63803;
}
.icon-title {
  width: 1.66rem;
}
h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
p {
  font-size: 1rem;
  line-height: 1.875;
  margin: 0;
}
@media (max-width: 959px) {
  p {
    font-size: 0.875rem;
  }
}
a,
button {
  text-decoration: none;
  color: #000;
}
li {
  list-style: none;
}
section {
  padding-block: 3.125rem;
}
section:first-child {
  padding-top: 1.5rem;
  padding-bottom: 3.125rem;
}
section > div.container,
footer > div.container {
  max-width: 1080px;
}
@media (max-width: 959px) {
  section > div.container,
  .footer > div.container {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 960px) {
  br.sp_br {
    display: none;
  }
}
@media (max-width: 959px) {
  br.sp_br {
    display: block;
  }
  .sp_left {
    text-align: left;
  }
}
@media (min-width: 600px) {
  br.sp_only {
    display: none;
  }
}
@media (max-width: 599px) {
  br.only_br {
    display: block;
  }
}
.sp_only {
  display: none !important;
}
.pc_only {
  display: block;
}
@media (max-width: 959px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
.animation_list {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
}
.animation_list li {
  width: 60px;
  height: 100%;
}
.header_nav {
  display: flex;
  justify-content: space-between;
  padding: 0.93rem 0.81rem 0 1.43rem;
  width: 100%;
  box-sizing: border-box;
}
.header_nav div {
  margin: 0;
}
.logo {
  max-width: 13.25rem;
  margin-left: 0;
}
@media (max-width: 959px) {
  .logo {
    max-width: 12rem;
  }
}
@media (max-width: 959px) {
  .logo {
    max-width: 9rem;
  }
}
.hamburger {
  display: block;
  width: 30px;
  height: 22px;
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1001;
  background-color: #000;
  padding: 0.5rem 0.4rem 0.9rem 0.7rem;
}
.hamburger span {
  display: block;
  height: 3px;
  width: 80%;
  background: #fff;
  margin: 5px 0;
  transition: 0.3s;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 1000;
  padding: 20px;
}
@media (max-width: 599px) {
  .nav {
    width: 85%;
  }
}
.nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-logo {
  margin-left: 0;
}
.nav ul {
  padding: 1rem 0 0;
  margin: 0;
}
.nav li {
  padding: 0.75rem;
}
@media (max-width: 959px) {
  .nav li {
    width: 100%;
  }
}
.nav a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
}
.nav.active {
  right: 0;
}
.nav-item {
  font-weight: 600;
  font-family: Roboto-BoldItalic;
}
.nav-item span {
  display: block;
  font-size: 0.68rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .nav-item {
    text-align: left;
  }
  .nav-item span {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
  .nav {
    position: static;
    width: auto;
    height: auto;
    box-shadow: none;
    padding: 0;
  }
  .nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
  }
  .nav li {
    margin: 0;
  }
}
.cta_container {
  background: linear-gradient(172deg, #db1903, #fd7f25);
}
.box-circle {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 1.875rem 1rem;
}
.features {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 0;
  margin-bottom: 1.875rem;
}
@media (max-width: 959px) {
  .features {
    display: block;
  }
}
.features li {
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 1.25rem;
  color: #fff;
}
@media (max-width: 959px) {
  .features li {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    justify-content: center;
  }
}
.features li .material-icons {
  font-size: 1.75rem;
  margin-right: 0.5rem;
  color: #fff;
}
.cta_text1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  margin-bottom: 1.875rem;
  color: #fff;
  line-height: 1.4;
}
.cta_text3 {
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 1.875rem;
  color: #fff;
}
.cta_text4 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}
@media (max-width: 959px) {
  .cta_text4 {
    font-size: 0.8rem;
    margin: 0;
  }
}
.cta_button,
.flex_button_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta_button div,
.flex_button_wrap div {
  margin: 0;
}
.flex_button_wrap {
  gap: 3.125rem;
}
.flex_button_wrap.header {
  gap: 0.81rem;
}
@media (max-width: 959px) {
  .flex_button_wrap {
    gap: 1rem;
  }
}
@media (max-width: 599px) {
  .flex_button_wrap {
    display: block;
  }
}
.cta_button {
  width: 270px;
  border-radius: 2.81rem;
  transform: translateY(-8px);
  margin-top: 1.875rem;
}
.cta_button img {
  width: 3.43rem;
}
.cta_button p {
  color: #fff;
  font-size: 1.25rem;
}
.cta_button span {
  color: #fff;
  font-size: 0.875rem;
}
@media (max-width: 599px) {
  .cta_button {
    width: 100%;
    box-sizing: border-box;
  }
  .cta_button p {
    color: #fff;
    font-size: 1.25rem;
  }
  .cta_button span {
    color: #fff;
    font-size: 0.8rem;
  }
}
.header_nav .cta_button {
  margin-top: 0;
}
@media (max-width: 599px) {
  .cta_button {
    margin-inline: auto;
  }
}
.cta_button.line {
  background-color: #06c755;
  padding-right: 1.56rem;
  box-shadow: 0 7px #049941;
  transition: all 0.1s ease;
}
.cta_button.line img {
  margin-inline: 0;
  margin-left: 1.56rem;
}
.cta_button.call {
  background-color: #3957fe;
  padding-right: 1.56rem;
  box-shadow: 0 7px #2437e2;
  transition: all 0.1s ease;
}
.cta_button.line p {
  padding-block: 1rem;
}
.cta_button.call p {
  line-height: 1;
  padding-block: 1rem;
}
.cta_button.call img {
  margin-right: 5px;
  margin-left: 2.25rem;
}
.cta_button.line:hover,
.cta_button.call:hover {
  box-shadow: none;
  transform: translateY(0px);
}
.hero {
  background-image: url(../image/fv-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
h1 {
  margin-top: 2rem;
}
.fv_text {
  background-color: #f2f0f0;
  font-size: clamp(1.5rem, 6vw, 3.56rem);
  padding: 1.625rem 0.625rem;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 599px) {
  .fv_text {
    padding: 1rem 0.5rem;
  }
}
.fv_text:first-child {
  margin-bottom: 1rem;
}
.fv_text:last-child {
  margin-bottom: 1.25rem;
}
.sub_text {
  max-width: 50rem;
  margin-bottom: 1.75rem;
}
.features_medal {
  width: 54vw;
  max-width: 48.1rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 959px) {
  .features_medal {
    width: 100%;
  }
}
.animation_container {
  overflow: hidden;
  width: 100%;
}
.animation_list {
  display: flex;
  list-style: none;
  gap: 1.875rem;
  animation: scrollLoop 30s linear infinite;
  margin-bottom: 1.31rem;
}
.animation_list li {
  flex-shrink: 0;
  width: 4.375rem;
}
@media (max-width: 959px) {
  .animation_list li {
    width: 3.75rem;
  }
}
.animation_list img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes scrollLoop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.promise_text {
  font-weight: 900;
  font-size: clamp(1.4rem, 4vw, 1.875rem);
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 1rem 4rem;
}
@media (max-width: 599px) {
  .promise_text {
    padding: 1rem;
  }
}

.promise_text span {
  color: #d63803;
}
.promise_caution {
  color: #d63803;
  font-size: 0.75rem;
  margin-bottom: 1.31rem;
}
@media (max-width: 599px) {
  .promise_caution {
    color: #d63803;
    font-style: 0.875rem;
    margin-bottom: 1.31rem;
  }
}
.about_wrap {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 959px) {
  .about_wrap {
    display: block;
  }
}
.about-title {
  font-size: 1.2rem;
  color: #d63803;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
.about-article {
  font-weight: 600;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  margin-bottom: 1.25rem;
}
.about-text {
  font-weight: 500;
  line-height: 2;
}
.about_inner {
  width: 100%;
}
.about_inner p {
  text-align: left;
}
.about-image {
  width: 100%;
}
@media (max-width: 959px) {
  .about-title,
  .about-article {
    margin-bottom: 1rem;
  }
  .about-image {
    margin-bottom: 1.875rem;
  }
}
.service_container {
  background-color: #fef3f1;
}
.service-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 3.125rem;
  place-items: center;
}
@media (max-width: 959px) {
  .service-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
.box-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 1rem;
  flex-direction: column;
  padding-block: 1.25rem;
}
.service-image {
  padding-bottom: 0.9rem;
  box-sizing: border-box;
  width: 100%;
  object-fit: contain;
}
.service_title {
  color: #d63803;
  font-weight: 700;
}
.company-logo-wrap {
  margin-bottom: 2rem;
}
.company-logo-wrap ol {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  padding: 0;
}
@media (max-width: 599px) {
  .company-logo-wrap ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}
.company-logo-wrap ol li {
  height: 100%;
}
.about_caution {
  font-size: 0.75rem;
  color: #d63803;
  text-align: right;
}
.flow_item {
  display: grid;
  gap: 5%;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2.5rem;
}
@media (max-width: 959px) {
  .flow_item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.flow_title {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  background: #353535;
  justify-content: left;
  padding: 0.625rem;
  max-width: 100%;
  margin-bottom: 1.25rem;
}
.flow_title h3 {
  color: #fff;
}
.flow_title p {
  color: #ff7666;
  font-family: Roboto-BoldItalic;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.4;
}
.flow_text {
  text-align: left;
  line-height: 2;
}
.flow_text span {
  font-weight: 700;
}
.faq_container {
  background-color: #fef3f1;
}
.faq {
  max-width: 61.18rem;
  margin: 40px auto;
  padding: 0 20px;
}
@media (max-width: 959px) {
  .faq {
    max-width: 100%;
    margin-inline: auto;
    padding: 0;
  }
}
.faq-item {
  margin-bottom: 1.875rem;
  border: 1px solid #d63803;
  background: #fff;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 0.93rem 1.25rem;
  border: none;
  cursor: pointer;
  position: relative;
  border-bottom: 6px solid #d63803;
  text-align: left;
}
@media (max-width: 599px) {
  .faq-question {
    font-size: 1rem;
  }
}
.faq-question::after {
  content: "▼";
  font-size: 1rem;
  transition: transform 0.3s ease;
}
.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}
.faq-answer {
  display: none;
  padding: 0.93rem 1.25rem;
  background: #fff;
  font-size: 0.95rem;
}
.faq-answer p {
  text-align: left;
}
.faq-item.active .faq-answer {
  display: block;
}
.company-info-table {
  border-collapse: collapse;
  margin-bottom: 3.125rem;
}
.company-info-table tr {
  margin-bottom: 3.125rem;
}
.company-info-table th {
  text-align: left;
  padding-right: 5rem;
  font-weight: 700;
  font-size: 1.2rem;
  padding-bottom: 1.875rem;
  vertical-align: top;
}
@media (max-width: 599px) {
  .company-info-table th {
    padding-right: 1.5rem;
    min-width: 4rem;
  }
}
.company-info-table td {
  padding-bottom: 1.875rem;
  vertical-align: top;
}
.footer {
  padding-block: 1.25rem;
  background-color: #353535;
}
.footer a,
.footer p {
  color: #fff;
}
.footer .logo {
  margin-bottom: 2.56rem;
}
@media (min-width: 960px) {
  .footer-flex {
    display: flex;
    justify-content: space-between;
  }
  .footer-flex div {
    margin: 0;
  }
  .footer-link {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-inline: 0;
  }
}
@media (max-width: 959px) {
  .footer .logo {
    margin-inline: auto;
    max-width: 13.25rem;
  }
}
.privacy h2,
.privacy h3,
.privacy p,
.privacy span {
  text-align: left;
}
.privacy h1,
.privacy .sub-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.privacy h2 {
  font-size: 1rem;
  font-weight: 600;
}
.privacy p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
.privacy li {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 2;
}
.privacy ol {
  list-style-type: decimal;
}
.privacy ol ol {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 1.5em;
}
.privacy section {
  margin-bottom: 1.875rem;
  padding: 0 0;
}
.privacy .main_section {
  margin-top: 3rem;
  background-color: #fbfbfb;
  max-width: 1080px;
  padding: 1.875rem;
}
.privacy .sub-title {
  margin-bottom: 2.5rem;
}
.privacy .main_inner {
  margin-bottom: 2.5rem;
}

/* ---------------------------
  コラムカード レイアウト
---------------------------- */

/* 親リスト */
.column-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* カード全体 */
.column-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 100%;
  margin: 0 auto 40px;
}

.column-item a {
  display: flex;
  text-decoration: none;
  color: inherit;
}

/* サムネ */
.column-thumb {
  flex: 0 0 200px;
  margin-right: 20px;
}

.column-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

/* テキスト部分 */
.column-content {
  flex: 1; /* ← 残り幅いっぱい */
}

.column-content h2 {
  font-size: 20px;
  margin: 0 0 10px;
  text-align: left;
}

.column-content p {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
  text-align: left;

  display: -webkit-box; /* ← 追加 */
  -webkit-line-clamp: 3; /* ← 3行で省略 */
  word-break: break-all; /* ← コレ追加 */
  -webkit-box-orient: vertical; /* ← 必須 */
  overflow: hidden; /* ← はみ出し防止 */
}

@media (max-width: 399px) {
  .column-thumb {
    flex: 0 0 114px;
  }
}
.button-list-wrap {
  text-align: center; /* 真ん中寄せ */
  margin-top: 2rem; /* 上に余白 */
}

.button-wrap {
  text-align: center;
}

.button-list {
  display: inline-block;
  background-color: #d63803;
  color: #fff;
  font-weight: 700;
  padding: 1rem 6rem;
  border-radius: 2rem;
  text-decoration: none;
  box-shadow: 0 5px #a92c02;
  transition: all 0.2s ease;
  font-size: 1.1rem;
  width: 50%;
  max-width: 500px;
}

.button-list:hover {
  transform: translateY(2px);
  box-shadow: 0 2px #a92c02;
}

@media (max-width: 599px) {
  .button-wrap {
    width: 100%;
  }

  .button-list {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }
}

/* コラムページ */

/* 投稿詳細ページ用シンプルCSS */

.column-single {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  line-height: 1.8;
}

.column-single h1 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

.column-thumb {
  margin-bottom: 2rem;
}

.column-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.column-content {
  font-size: 1rem;
  color: #333;
}

.column-content p {
  margin-bottom: 1.5rem;
}

.column-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem 0;
}
