/*
Theme Name: ikoinosato
Theme URI: https://ad.ikoinosato.com/
Author: いこいの里
Author URI: https://ad.ikoinosato.com/
Description: 西尾市の介護・医療・福祉のアイリンク・ケア
Version: 1.0
*/

/* -----------------------------
   Modern Reset CSS - 2025年版
   ベース: Josh Comeau, Andy Bell, Eric Meyer などを統合・簡略化
------------------------------ */

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

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  background-color: #fff;
}

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

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

button {
  cursor: pointer;
  background: none;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 2rem 0;
}

body {
  background-color: #fffcf6;
}

.container {
  max-width: 560px;
  margin: 0 auto;
  color: #524741;
}

.container img {
  width: 100%;
}

.hero-cta-section {
  padding-bottom: 16px;
  background-color: #fef8ec;
}

.training-section {
  padding-bottom: 40px;
  background-color: #fff;
}

.training-info {
  padding: 0 20px 20px;
  background-color: #fff;
}

.training-info__label {
  background-color: #524741;
  color: #fff;
  padding: 0.3rem 1rem;
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
  width: 100%;
}

.training-info__text {
  padding: 8px 4px 16px;
  font-size: 1rem;
  font-weight: bold;
}

.company-info-section {
  padding: 0 20px;
  background-color: #fff;
}

.company-info__label {
  background-color: #fbaf3b;
  color: #fff;
  padding: 0.3rem 1rem;
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
  width: 100%;
}

.company-info__text {
  padding: 8px 4px 16px;
  font-size: 1rem;
  font-weight: bold;
}

.company-info__text ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.company-info__text li:not(:last-child) {
  margin-bottom: 4px;
}

.faq-section {
  padding: 0 20px 28px;
  background-color: #fff;
}

.faq-accordion {
  width: 100%;
}

.faq-accordion__question {
  width: 100%;
  background-color: #5a4333;
  color: #fff;
  padding: 0.8rem 1.2rem;
  text-align: left;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  position: relative;
  cursor: pointer;
}

.faq-accordion__question::after {
  content: "▼";
  position: absolute;
  right: 1rem;
  transition: transform 0.3s ease;
  color: #fbaf3b;
}

.faq-accordion__question.active::after {
  transform: rotate(180deg);
}

.faq-accordion__answer {
  padding: 1rem;
  margin: -0.5rem 0 1.5rem 0;
  display: none;
  font-size: 1rem;
}

.site-footer {
  background-color: #f4a832; /* オレンジ */
  color: #fff;
  text-align: center;
  padding: 40px 16px;
  font-family: "Noto Sans JP", sans-serif;
}

.site-footer__company {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.6;
}

.site-footer__sub {
  font-size: 1rem;
  font-weight: normal;
}

.site-footer__address {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.site-footer__policy {
  font-size: 1rem;
  line-height: 1.6;
}

.site-footer__policy a {
  color: #fff;
  text-decoration: underline;
  word-break: break-word;
}
