/* ===== トップページ専用スタイル ===== */

/* ヒーローセクション */
.hero {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url('../../images/top/hero/hero.jpg');
  background-size: cover;
  background-position: center;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding-left: 40px;
  height: 100%;
  color: #ffffff;
}
.hero__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.26;
  letter-spacing: 5%;
  margin: 0 0 40px;
}
.hero__subtitle {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  margin: 0;
}

/* services01 */
.services01 {
  width: 100%;
  background: #fff;
  padding: 100px 0 100px 0;
}
.services01__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.services01__img-wrap {
  flex: 0 0 508px;
  max-width: 508px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 24px;
}
.services01__img {
  width: 100%;
  max-width: 508px;
  height: auto;
  display: block;
}
.services01__header {
  text-align: left;
  margin-bottom: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.services01__en {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 100px;
  color: #b7c34f;
  opacity: 0.17;
  line-height: 1.3;
  letter-spacing: 0;
  display: block;
  margin-bottom: -36px;
}
.services01__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: #515151;
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
}
.services01__line {
  border: none;
  border-top: 4px solid #b7c34f;
  width: 40px;
  margin: 0;
}
.services01__contents {
  flex: 1;
  min-width: 0;
}
.services01__subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #515151;
  margin: 0 0 30px 0;
  line-height: 1.18;
}
.services01__desc {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #515151;
  line-height: 1.8;
  margin: 0;
}

/* services02（関連事業） */
.services02 {
  background: #fff;
  padding: 0 0 140px 0;
}
.services02__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.services02__header {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.services02__en {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 100px;
  color: #b7c34f;
  opacity: 0.17;
  line-height: 1.3;
  display: block;
  margin-bottom: -48px;
}
.services02__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #515151;
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
}
.services02__line {
  border: none;
  border-top: 5px solid #b7c34f;
  width: 48px;
  margin: 0;
}
.services02__list {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.services02-card {
  background: #f5f5f5;
  overflow: hidden;
  width: 420px;
  padding: 28px 28px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s;
}
.services02-card__img-wrap {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services02-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.services02-card__content {
  width: 100%;
  text-align: left;
}
.services02-card__title {
  color: #b7c34f;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.7px;
  margin: 10px 0 0 0;
}
.services02-card__desc {
  color: #515151;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 590;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin: 10px 0 0 0;
}

/* reasons */
.reasons {
  width: 100%;
  background: #f3f3f3;
  padding: 100px 0;
}
.reasons__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.reasons__header {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.reasons__en {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 100px;
  color: #b7c34f;
  opacity: 0.17;
  line-height: 1.3;
  letter-spacing: 0;
  display: block;
  margin-bottom: -48px;
}
.reasons__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #515151;
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
}
.reasons__line {
  border: none;
  border-top: 5px solid #b7c34f;
  width: 48px;
  margin: 0;
}
.reasons__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 86px;
}
.reason {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  min-height: 390px;
  background: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0 auto;
}
.reason__img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reason__content,
.reason__content-right {
  position: absolute;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  padding: 36px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 320px;
  height: 240px;
  min-width: 0;
  max-width: none;
  box-sizing: border-box;
  gap: 0px;
  justify-content: center;
  transform: none;
}
.reason__content {
  top: -24px;
  left: -24px;
}
.reason__content-right {
  bottom: -24px;
  right: -24px;
}
.reason__number {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #515151;
  border: none;
  border-bottom: 2px solid #b7c34f;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.reason__number small {
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
}
.reason__desc {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #515151;
  line-height: 1.7;
  margin: 6px 0 0 0;
}
.reason__subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #b7c34f;
  line-height: 1.2;
  margin: 6px 0 0 0;
}
.reason__note {
  display: block;
  font-size: 10px;
  color: #515151;
  margin: 6px 0, 0, 0;
}

/* advantage */
.advantage {
  position: relative;
  background: #222 url('../../images/top/advantages/advantage-bg.jpg') center/cover no-repeat;
  color: #fff;
  padding: 80px 0 60px;
  overflow: hidden;
}
.advantage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}
.advantage__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.advantage__visual {
  text-align: center;
  position: relative;
}
.advantage__en {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 100px;
  opacity: 0.26;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin-bottom: -26px;
}
.advantage__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0.05em;
  margin: 0 0 12px;
  line-height: 1;
}
.advantage__line {
  width: 60px;
  height: 5px;
  background: #b7c34f;
  border: none;
  margin: 0 auto 24px;
  display: block;
}
.advantage__subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin: 0 0 10px;
  line-height: 1.2;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.advantage__features {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 32px 0 36px;
  flex-wrap: wrap;
}
.advantage-feature {
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  padding: 28px 24px 20px 24px;
  min-width: 220px;
  max-width: 260px;
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}
.advantage-feature__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #b7c34f;
  margin-bottom: 12px;
  letter-spacing: 0.7px;
  text-align: center;
}
.advantage-feature__desc {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #515151;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: left;
}
.advantage__model {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin: 0 0 32px;
  line-height: 1.2;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: left;
}
.advantage__img-wrap {
  margin: 0 auto;
  max-width: 1200px;
}
.advantage__img {
  width: 100%;
  height: auto;
  display: block;
}
.advantage__text {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #fff;
  margin: 32px 0 0 0;
}
.advantage__text-title {
  font-family: 'Roboto', sans-serif;
  font-size: 27px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.advantage__text-desc {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* works */
.works {
  width: 100%;
  background: #fff;
  padding: 100px 0;
}
.works__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.works__header {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.works__en {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 100px;
  color: #b7c34f;
  opacity: 0.17;
  line-height: 1.3;
  display: block;
  margin-bottom: -48px;
}
.works__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #515151;
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
}
.works__line {
  border: none;
  border-top: 5px solid #b7c34f;
  width: 48px;
  margin: 0;
}
.works__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
.works-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #f5f5f5;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  width: 500px;
  min-width: 320px;
  max-width: 520px;
  padding: 18px;
  transition: none;
  box-sizing: border-box;
}
.works-card__img-wrap {
  width: 230px;
  min-width: 140px;
  height: 250px;
  background: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.works-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.works-card__content {
  flex: 1;
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.works-card__place {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #b7c34f;
  margin: 0 0 2px 0;
  text-align: left;
}
.works-card__desc {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #515151;
  line-height: 1.5;
  margin: 0 0 4px 0;
  text-align: left;
}
.works-card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 2em 0 0 0;
  gap: 8px;
}
.works-card__label {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #515151;
}
.works-card__time {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #515151;
}

/* area */
.area {
  width: 100%;
  background: #f5f5f5;
  padding: 100px 0;
}
.area__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.area__header {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.area__en {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 100px;
  color: #b7c34f;
  opacity: 0.17;
  line-height: 1.3;
  display: block;
  margin-bottom: -48px;
}
.area__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #515151;
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
}
.area__line {
  border: none;
  border-top: 5px solid #b7c34f;
  width: 48px;
  margin: 0;
}
.area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
.area-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  width: 500px;
  min-width: 320px;
  max-width: 520px;
  padding: 0;
  transition: none;
}
.area-card__img-wrap {
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area-card__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* flow */
.flow {
  width: 100%;
  background: #fff;
  padding: 80px 0 140px 0;
}
.flow__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.flow__header {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.flow__en {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 100px;
  color: #b7c34f;
  opacity: 0.17;
  line-height: 1.3;
  display: block;
  margin-bottom: -48px;
}
.flow__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #515151;
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
}
.flow__line {
  border: none;
  border-top: 5px solid #b7c34f;
  width: 48px;
  margin: 0;
}
.flow__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
  justify-content: center;
  max-width: 920px;
  margin: 0 auto;
}
.flow-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #f5f5f5;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  width: 100%;
  transition: none;
  box-sizing: border-box;
}
.flow-card__step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 24px;
}
.flow-card__step-num {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #b7c34f;
  line-height: 1;
}
.flow-card__step-label {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #b7c34f;
  line-height: 1;
}
.flow-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  gap: 8px;
}
.flow-card__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #515151;
  margin: 0 0 4px 0;
  line-height: 1.2;
}
.flow-card__desc {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #515151;
  line-height: 1.7;
  margin: 0;
}
.flow-card__img-wrap {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  margin: 24px;
}
.flow-card__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* caution（注意喚起） */
.caution {
  position: relative;
  background: #222 url('../../images/top/cautions/caution-main.jpg') left top no-repeat;
  color: #fff;
  padding: 80px 0 0;
  overflow: hidden;
  background-position: left top;
  background-size: auto 100%;
}
.caution::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.9;
  z-index: 0;
  pointer-events: none;
}
.caution__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.caution__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  text-align: center;
  position: relative;
}
.caution__en {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 100px;
  color: #d9d9d9;
  opacity: 0.25;
  line-height: 1.3;
  letter-spacing: 0;
  display: block;
  margin-bottom: -50px;
  margin-left: -8px;
}
.icon-caution {
  background: url('../../images/top/cautions/caution-icon.svg') left center/contain no-repeat;
  width: 120px;
  height: 120px;
  display: inline-block;
  vertical-align: middle;
  margin: -20px 12px 0 0;
  filter: none;
}
.caution__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #efef0d;
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.caution__line {
  width: 60px;
  height: 5px;
  background: #b7c34f;
  border: none;
  margin: 0 auto 24px;
  display: block;
}
.caution__desc {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  line-height: 2em;
  margin: 0 0 52px 0;
}
.caution__case-area {
  background: #d9d9d9;
  width: 760px;
  padding: 0px 24px 32px 24px;
  margin: 0 auto;
  text-align: center;
}
.caution__case-title {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: 0.5px;
  margin-top: 24px;
  margin-bottom: 32px;
  background: #515151;
  padding: 12px 0;
}
.caution__case-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.caution__case-item {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 12px auto;
}
.caution__case-icon {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  flex-shrink: 0;
}
.caution__case-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 3;
}
.caution___case-text {
  color: #515151;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0.5px;
  text-align: left;
}
.caution__note {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  margin-bottom: 52px;
}
.caution__point-text {
  color: #be4107;
}
.caution__note a {
  color: #fff;
  text-decoration: underline;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-weight: normal;
  font-size: inherit;
  box-shadow: none;
}
.caution__promise-area {
  background: #fff;
  width: 760px;
  padding: 0px 24px 32px 24px;
  margin: 0 auto;
  text-align: center;
}
.caution__promise-title {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: 0.5px;
  margin-top: 24px;
  margin-bottom: 32px;
  background: #b7c34f;
  padding: 12px 0;
}
.caution__promise-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.caution__promise-item {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 12px auto;
}
.caution__promise-icon {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  flex-shrink: 0;
}
.caution__promise-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 3;
}
.caution__promise-text {
  color: #515151;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0.5px;
  text-align: left;
}
.caution_triangle-notice {
  position: relative;
  width: 100%;
  margin: 50px auto 0 auto;
  text-align: center;
  line-height: 1;
  z-index: 2;
}
.caution_triangle-notice__svg {
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: -4px;
}
.caution_triangle-notice__inner {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  white-space: normal;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  width: 90%;
  max-width: 800px;
  text-align: center;
  pointer-events: none;
  line-height: 1.6;
}
.caution_triangle-notice__main {
  font-size: 1.7em;
  font-weight: 900;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 5px;
}

/* contact（パートナー企業様へ） */
.contact {
  position: relative;
  background: #111 url('../../images/top/contacts/main-bg.jpg') center center no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}
.contact-container {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto 0 auto;
}
.contact-partner__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 24px 64px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.contact-partner__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.contact-partner__features {
  display: flex;
  flex-direction: row;
  gap: 48px;
  justify-content: center;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.contact-partner__feature {
  background: #b7c34f;
  border: 3px solid #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  padding: 28px 20px 22px 20px;
  min-width: 180px;
  max-width: 240px;
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contact-partner__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
}
.contact-partner__feature-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: 0.7px;
}
.contact-partner__feature-desc {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
.contact-partner__cta {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #515151;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.8px;
  padding: 18px 48px;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  margin-top: 16px;
  transition: background 0.2s, color 0.2s;
}
.contact-partner__cta:hover {
  background: #b7c34f;
  color: #fff;
}
.contact-partner__cta-arrow {
  font-size: 1.3em;
  margin-left: 12px;
  font-weight: 900;
}

/* company（会社概要） */
.company {
  width: 100%;
  background: #fff;
  padding: 100px 0 100px 0;
}
.company__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.company__img-wrap {
  flex: 0 0 508px;
  min-width: 320px;
  max-width: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}
.company__img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.company__header {
  text-align: left;
  margin-bottom: 48px;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 90%;
}
.company__en {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 100px;
  color: #b7c34f;
  opacity: 0.17;
  line-height: 1.3;
  display: block;
  margin-bottom: -48px;
}
.company__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #515151;
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
}
.company__line {
  border: none;
  border-top: 5px solid #b7c34f;
  width: 48px;
  margin: 0;
}
.company__contents {
  width: 100%;
}
.company__content {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: flex-start;
  margin-left: 20px;
}
.company__info {
  flex: 1 1 320px;
  min-width: 320px;
  max-width: 480px;
  margin-left: 0;
}
.company__subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #515151;
  margin: 0 0 30px 0;
  line-height: 1.18;
}
.company__list {
  margin: 0;
  padding: 0;
  width: 100%;
}
.company__row {
  display: flex;
  margin-bottom: 24px;
  flex-wrap: nowrap;
  width: 100%;
  align-items: flex-start;
  position: relative;
}
.company__row::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 90%;
  height: 1px;
  background: #d9d9d9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  z-index: 1;
  pointer-events: none;
}
.company__row dt {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 620;
  font-size: 17px;
  color: #515151;
  min-width: 110px;
  margin-right: 12px;
  line-height: 1.5;
  flex-shrink: 0;
  white-space: nowrap;
}
.company__row dd {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 580;
  font-size: 14px;
  color: #515151;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin: 0;
  padding: 0 0 8px 16px;
  flex: 1;
  word-break: break-all;
}

/* =========================
   レスポンシブ対応 追加
   ========================= */

/* スマートフォン（〜599px） */
@media (max-width: 599px) {
  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }

  .hero {
    height: 280px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    box-sizing: border-box;
  }

  .hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
  }

  .hero__content {
    padding-left: 16px;
    padding-bottom: 24px;
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero__title {
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1.3;
  }

  .hero__subtitle {
    font-size: 13px;
  }

  .services01 {
    padding: 40px 0 40px 0;
    width: 100%;
    box-sizing: border-box;
  }

  .services01__container {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .flex-split {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    align-items: flex-start;
  }

  .services01 .flex-split {
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
  }

  .services01__img-wrap {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0;
    margin: 0;
    order: 2;
  }

  .services01__img-wrap a {
    display: block;
    width: 100%;
  }

  .services01__img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
  }

  .services01__content {
    flex: 0 0 50%;
    padding: 0;
    margin: 0;
    order: 1;
  }

  .services01__header {
    text-align: center;
    margin-bottom: 16px;
    margin-top: 0;
    align-items: center;
  }

  .services01__en {
    font-size: 40px;
    margin-bottom: -15px;
    line-height: 1.2;
    color: #b7c34f;
    opacity: 0.17;
  }

  .services01__title {
    font-size: 18px;
    margin: 0 0 8px 0;
    color: #515151;
    position: relative;
    z-index: 2;
  }

  .services01__subtitle {
    font-size: 16px;
    margin: 10px 0 6px 0;
    line-height: 1.3;
    text-align: left;
    padding: 0 0 0 30px;
    color: #515151;
    font-weight: 600;
  }

  .services01__desc {
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
    text-align: left;
    padding: 0 0 0 30px;
    color: #515151;
  }

  .services01__line {
    border-top: 2px solid #b7c34f;
    width: 30px;
    margin: 0 auto 15px auto;
  }

  .services01__contents {
    padding: 0;
    width: 100%;
  }

  .services01__subtitle br {
    display: inline;
  }

  .services01__desc br {
    display: inline;
  }

  .reasons {
    padding: 20px 0;
  }

  .reasons__container {
    padding: 0 8px;
  }

  .reasons__en {
    font-size: 40px;
    margin-bottom: -12px;
  }

  .reasons__title {
    font-size: 18px;
  }

  .reasons__list {
    gap: 0px;
  }

  .reason {
    min-height: 220px;
    max-width: 90%;
    flex-direction: column;
    margin: 0 auto 60px;
    position: relative;
  }

  .reason__img-wrap {
    position: relative;
    height: 180px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .reason__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .reason__content,
  .reason__content-right {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 92%;
    height: auto;
    min-width: 0;
    padding: 20px 16px;
    margin: -40px auto 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }

  .reason__number {
    font-size: 18px;
    border-bottom: 2px solid #b7c34f;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }

  .reason__number small {
    font-size: 12px;
    display: inline-block;
    margin-right: 2px;
  }

  .reason__desc {
    font-size: 15px;
    margin: 6px 0;
    font-weight: 700;
  }

  .reason__subtitle {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 4px;
  }

  .reason__subtitle br {
    display: none;
  }

  .advantage {
    padding: 32px 0 24px;
    display: flex;
    align-items: flex-end;
  }

  .advantage__container {
    padding: 0 8px;
    width: 100%;
    box-sizing: border-box;
  }

  .advantage__visual {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding-bottom: 24px;
    box-sizing: border-box;
  }

  .advantage__en {
    font-size: 40px;
    margin-bottom: -12px;
    text-align: center;
  }

  .advantage__title,
  .advantage__subtitle,
  .advantage__model {
    font-size: 18px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .advantage__text-title {
    font-size: 20px;
  }

  .advantage__line {
    margin: 0 auto 16px;
  }

  .advantage-feature {
    min-width: 0;
    max-width: 80%;
    padding: 12px 8px;
  }

  .advantage-feature__title {
    font-size: 15px;
  }

  .advantage-feature__desc {
    font-size: 12px;
  }

  .works {
    padding: 20px 0;
  }

  .works__container {
    padding: 0 8px;
  }

  .works__en {
    font-size: 40px;
    margin-bottom: -12px;
  }

  .works__title {
    font-size: 18px;
  }

  .works__list {
    gap: 16px 0;
  }

  .works-card {
    flex-direction: column;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 8px;
  }

  .works-card__img-wrap {
    width: 100%;
    height: auto;
    min-width: 0;
    overflow: hidden;
  }

  .works-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .works-card__content {
    padding: 8px 0 0 0;
  }

  .flow-card {
    flex-direction: column;
  }

  .flow-card__img-wrap {
    width: 100%;
    margin: 8px 0;
  }

  .area {
    padding: 20px 0;
  }

  .area__container {
    padding: 0 8px;
  }

  .area__en {
    font-size: 40px;
    margin-bottom: -12px;
  }

  .area__title {
    font-size: 18px;
  }

  .area__list {
    gap: 16px;
  }

  .area-card {
    flex-direction: column;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .area-card__img-wrap {
    margin-bottom: 8px;
  }

  .flow {
    padding: 20px 0;
  }

  .flow__container {
    padding: 0 8px;
  }

  .flow__en {
    font-size: 40px;
    margin-bottom: -12px;
  }

  .flow__title {
    font-size: 18px;
  }

  .flow__list {
    gap: 16px;
  }

  .flow-card {
    padding: 8px;
  }

  .caution {
    padding: 20px 0 0;
    background-size: cover;
  }

  .caution__container {
    padding: 0 8px;
  }

  .caution__en {
    font-size: 40px;
    margin-bottom: -12px;
  }

  .caution__title {
    font-size: 18px;
  }

  .caution__case-area,
  .caution__promise-area,
  .caution__note {
    width: 95%;
    padding: 0 8px 16px 8px;
    margin: 0 auto 16px auto;
  }

  .caution___case-text,
  .caution__promise-text {
    font-size: 16px;
  }

  .contact-partner__inner {
    padding: 20px 8px;
  }

  .contact-partner__title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .contact-partner__features {
    gap: 16px;
    margin-bottom: 16px;
  }

  .contact-partner__feature {
    min-width: 0;
    max-width: 100%;
    padding: 12px 8px;
  }

  .contact-partner__feature-title {
    font-size: 15px;
  }

  .contact-partner__feature-desc {
    font-size: 12px;
  }

  .contact-partner__cta {
    font-size: 15px;
    padding: 10px 20px;
  }

  .company {
    padding: 40px 0;
  }

  .company__container {
    padding: 0 12px;
  }

  .company .flex-split {
    flex-direction: column-reverse;
    gap: 0;
  }

  .company__header {
    text-align: center;
    margin-bottom: 24px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }

  .company__en {
    font-size: 60px;
    margin-bottom: -30px;
  }

  .company__title {
    font-size: 24px;
    text-align: center;
  }

  .company__subtitle {
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .company__content {
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 0;
  }

  .company__img-wrap {
    width: 90%;
    max-width: 400px;
    margin: 20px auto 0;
    flex: none;
    min-width: 0;
  }

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

  .company__row {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .company__row dt {
    width: 100%;
    font-size: 14px;
    margin-bottom: 4px;
    min-width: 0;
    text-align: left;
    padding-left: 10px;
  }

  .company__row dd {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 580;
    font-size: 13px;
    padding-left: 10px;
    width: 100%;
    text-align: left;
  }

  .company__row::after {
    width: 100%;
    left: 0;
    right: 0;
    bottom: -1px;
  }

  .sp-only {
    display: inline;
  }

  .caution_triangle-notice__svg {
    height: 220px;
  }

  .caution_triangle-notice__inner {
    width: 90%;
    font-size: 0.9rem;
    line-height: 1.4;
    top: 60%;
  }

  .caution_triangle-notice__main {
    font-size: 1.4em;
    margin-bottom: 4px;
  }

  .services02 {
    padding: 0;
  }

  .services02__container {
    padding: 0 12px 30px;
  }

  .services02__en {
    font-size: 60px;
    margin-bottom: -30px;
  }

  .services02__title {
    font-size: 24px;
  }

  .services02__list {
    flex-direction: column;
    gap: 24px;
  }

  .services02-card {
    width: 85%;
    max-width: 85%;
  }

  .services01 .flex-split {
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }

  .services01__img-wrap {
    max-width: 100%;
    padding: 12px;
    flex: 0 0 90%;
  }

  .services01__content {
    flex: 0 0 100%;
  }

  .services01__line {
    margin: 0;
  }

  .services01__img {
    max-width: 100%;
  }

  .advantage__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 32px 0 36px;
    justify-content: center;
  }

  .advantage-feature {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 16px 12px;
    height: 100%;
    box-sizing: border-box;
  }
}

/* タブレット（600px〜1023px） */
@media (min-width: 600px) and (max-width: 1023px) {
  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }

  .hero {
    height: 400px;
    width: 100%;
    box-sizing: border-box;
  }

  .hero__content {
    padding-left: 24px;
  }

  .hero__title {
    font-size: 36px;
    margin-bottom: 24px;
  }

  .hero__subtitle {
    font-size: 18px;
  }

  .services01 {
    padding: 40px 0;
    width: 100%;
    box-sizing: border-box;
  }

  .services01__container {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .services01__img-wrap {
    max-width: 320px;
    padding: 0;
    flex: 0 0 50%;
  }

  .services01__img {
    max-width: 320px;
  }

  .services01__en {
    font-size: 60px;
    margin-bottom: -18px;
  }

  .services01__title {
    font-size: 22px;
  }

  .services01__header {
    text-align: center;
    align-items: center;
  }

  .services01__line {
    margin: 0 auto;
  }

  .services01__subtitle {
    font-size: 20px;
  }

  .services01__desc {
    font-size: 14px;
  }

  .flex-split {
    gap: 20px;
  }

  .reasons {
    padding: 60px 0;
  }

  .reasons__container {
    padding: 0 16px;
  }

  .reasons__en {
    font-size: 60px;
    margin-bottom: -18px;
  }

  .reasons__title {
    font-size: 22px;
  }

  .reasons__list {
    gap: 80px;
  }

  .reason {
    min-height: 390px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0 auto;
  }

  .reason__img-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .reason__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .reason__content,
  .reason__content-right {
    position: absolute;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    padding: 36px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 320px;
    height: 240px;
    min-width: 0;
    max-width: none;
    box-sizing: border-box;
    gap: 0px;
    justify-content: center;
    transform: none;
  }

  .reason__content {
    top: -24px;
    left: -24px;
  }

  .reason__content-right {
    bottom: -24px;
    right: -24px;
  }

  .reason__number {
    font-size: 22px;
    border-bottom: 2px solid #b7c34f;
    width: 100%;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

  .reason__number small {
    font-size: 14px;
    font-weight: 600;
    margin-right: 4px;
  }

  .reason__desc {
    font-size: 17px;
    margin: 10px 0 8px;
    line-height: 1.4;
  }

  .reason__subtitle {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 4px;
  }

  .advantage {
    padding: 48px 0 32px;
  }

  .advantage__container {
    padding: 0 16px;
  }

  .advantage__en {
    font-size: 60px;
    margin-bottom: -18px;
  }

  .advantage__title,
  .advantage__subtitle,
  .advantage__model {
    font-size: 22px;
  }

  .advantage__text-title {
    font-size: 20px;
  }

  .advantage-feature {
    min-width: 0;
    max-width: 48%;
    padding: 16px 8px;
  }

  .advantage-feature__title {
    font-size: 18px;
  }

  .advantage-feature__desc {
    font-size: 14px;
  }

  .works {
    padding: 60px 0;
  }

  .works__container {
    padding: 0 16px;
  }

  .works__en {
    font-size: 60px;
    margin-bottom: -18px;
  }

  .works__title {
    font-size: 22px;
  }

  .works__list {
    gap: 32px;
    justify-content: center;
  }

  .works-card {
    width: 100%;
    max-width: 90%;
    padding: 24px;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }

  .works-card__img-wrap {
    width: 220px;
    height: 220px;
    min-width: 220px;
    margin-right: 24px;
  }

  .works-card__img {
    height: 100%;
  }

  .works-card__content {
    padding: 0 0 0 12px;
  }

  .works-card__place {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .works-card__desc {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .works-card__info {
    margin-top: 24px;
  }

  .works-card__label {
    font-size: 18px;
  }

  .works-card__time {
    font-size: 16px;
  }

  .area {
    padding: 60px 0;
  }

  .area__container {
    padding: 0 16px;
  }

  .area__en {
    font-size: 60px;
    margin-bottom: -18px;
  }

  .area__title {
    font-size: 22px;
  }

  .area__list {
    gap: 24px;
  }

  .area-card {
    width: 48%;
    min-width: 0;
    max-width: 100%;
  }

  .area-card__img-wrap {
    margin-bottom: 12px;
  }

  .flow {
    padding: 48px 0 60px 0;
  }

  .flow__container {
    padding: 0 16px;
  }

  .flow__en {
    font-size: 60px;
    margin-bottom: -18px;
  }

  .flow__title {
    font-size: 22px;
  }

  .flow__list {
    gap: 24px;
  }

  .flow-card {
    padding: 12px;
  }

  .caution {
    padding: 48px 0 0;
    background-size: cover;
  }

  .caution__container {
    padding: 0 16px;
  }

  .caution__en {
    font-size: 60px;
    margin-bottom: -18px;
  }

  .caution__title {
    font-size: 22px;
  }

  .caution__case-area,
  .caution__promise-area,
  .caution__note {
    width: 90%;
    padding: 0 12px 24px 12px;
    margin: 0 auto 24px auto;
  }

  .caution___case-text,
  .caution__promise-text {
    font-size: 22px;
  }

  .contact-partner__inner {
    padding: 32px 12px 32px 12px;
  }

  .contact-partner__title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .contact-partner__features {
    gap: 24px;
    margin-bottom: 24px;
  }

  .contact-partner__feature {
    min-width: 0;
    max-width: 48%;
    padding: 16px 8px;
  }

  .contact-partner__feature-title {
    font-size: 18px;
  }

  .contact-partner__feature-desc {
    font-size: 14px;
  }

  .contact-partner__cta {
    font-size: 18px;
    padding: 14px 32px;
  }

  .company {
    padding: 40px 0;
  }

  .company__container {
    padding: 0 12px;
  }

  .company .flex-split {
    flex-direction: column-reverse;
    gap: 0;
  }

  .company__header {
    text-align: center;
    margin-bottom: 24px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }

  .company__en {
    font-size: 60px;
    margin-bottom: -30px;
  }

  .company__title {
    font-size: 24px;
    text-align: center;
  }

  .company__subtitle {
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .company__content {
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 0;
  }

  .company__img-wrap {
    width: 90%;
    max-width: 400px;
    margin: 20px auto 0;
    flex: none;
    min-width: 0;
  }

  .company__info {
    width: 90%;
    max-width: 400px;
    flex: none;
    min-width: 0;
    margin: 0 auto;
  }

  .company__row {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .company__row dt {
    width: 100%;
    font-size: 14px;
    margin-bottom: 4px;
    min-width: 0;
    text-align: left;
    padding-left: 10px;
  }

  .company__row dd {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 580;
    font-size: 13px;
    padding-left: 10px;
    width: 100%;
    text-align: left;
  }

  .company__row::after {
    width: 100%;
    left: 0;
    right: 0;
    bottom: -1px;
  }

  .sp-only {
    display: inline;
  }

  .caution_triangle-notice__svg {
    height: 220px;
  }

  .caution_triangle-notice__inner {
    width: 90%;
    font-size: 0.9rem;
    line-height: 1.4;
    top: 60%;
  }

  .caution_triangle-notice__main {
    font-size: 1.4em;
    margin-bottom: 4px;
  }

  .services02__list {
    flex-direction: column;
    gap: 24px;
  }

  .services02-card {
    width: 93%;
    max-width: 93%;
  }

  .services01 .flex-split {
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }

  .services01__img-wrap {
    max-width: 100%;
    padding: 0;
    flex: 0 0 50%;
  }

  .services01__content {
    flex: 0 0 50%;
  }

  .services01__line {
    margin: 0;
  }

  .services01__img {
    max-width: 100%;
  }

  .advantage__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 32px 0 36px;
    justify-content: center;
  }

  .advantage-feature {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 16px 12px;
    height: 100%;
    box-sizing: border-box;
  }

  .services02 {
    padding: 0;
  }

  .services02__container {
    padding: 0 12px 30px;
  }

  .services02__header {
    text-align: center;
    margin-bottom: 24px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .services02__en {
    font-size: 60px;
    margin-bottom: -30px;
  }

  .services02__title {
    font-size: 24px;
    text-align: center;
  }
}

/* PC（1024px〜1280px）余白なし */
@media (min-width: 1024px) and (max-width: 1280px) {
  .header__container,
  .footer__container,
  .services01__container,
  .services02__container,
  .reasons__container,
  .advantage__container,
  .works__container,
  .area__container,
  .flow__container,
  .caution__container,
  .contact-container,
  .company__container {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  .hero {
    height: 500px;
  }

  .reasons__list,
  .works__list,
  .area__list,
  .services02__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 56px;
  }

  .advantage__features {
    flex-wrap: wrap;
    gap: 20px;
  }

  .advantage__img {
    max-width: 100%;
  }
}
