@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
body {
  color: #525252;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}
@media screen and (max-width: 780px) {
  .pc-only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (max-width: 780px) {
  .sp-only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション（タッチデバイス除く） */
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-inline: 29px;
  margin-inline: auto;
}
@media screen and (max-width: 550px) {
  .inner {
    max-width: 798px;
    padding-inline: 15px;
  }
}

.fv {
  padding-top: 1.9375rem;
  margin-bottom: 2.1875rem;
}

.fv__body {
  position: absolute;
  left: 2.5rem;
  top: 3.9375rem;
  z-index: 1;
}

.fv__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6875rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}

.fv__text {
  background: #FFF;
  padding: 1rem 0.3125rem;
  font-size: 2.1875rem;
  font-weight: 500;
  -webkit-box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1);
}

/* カラーアクセント */
.fv__text--2 span {
  color: #db694e;
}

.fv__text--3 span {
  color: #36b00c;
}

.fv__image {
  max-width: 43.625rem;
  margin-inline: auto;
}

.fv__message-lead {
  text-align: center;
  font-size: 1.6875rem;
  font-weight: 500;
  padding-bottom: 1.875rem;
}

.fv__message-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7777777778;
  text-align: left;
  max-width: 33.125rem;
  margin-inline: auto;
}

.feature__list {
  text-align: left;
  max-width: 38.75rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}

.feature__item {
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 2.2222222222;
  background: url(../images/icon_check2x.png) no-repeat;
  background-size: 2.75rem 2.25rem;
  background-position: left center;
  padding-left: 3.9375rem;
}

.feature__image {
  max-width: 8.0625rem;
  margin-inline: auto;
}

.feature__lead {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.0666666667;
  margin-bottom: 2.5rem;
  text-align: center;
}

.attractive {
  background-color: #f6f5f1;
  padding: 2.5rem 0;
  margin-bottom: 2.6875rem;
}

.attractive__inner {
  width: 100%;
  padding-inline: 29px;
  margin-inline: auto;
}

.attractive__heading {
  margin-bottom: 2.3125rem;
}

.attractive__image {
  max-width: 5rem;
  margin-inline: auto;
}

.attractive__title {
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 0.9375rem;
  text-align: center;
  line-height: 1.2;
}

.attractive__heading-bar {
  display: block;
  width: 18.75rem;
  height: 0.625rem;
  background-color: #eda285;
  margin: 0 auto 2.125rem;
}

.attractive__text {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}

.attractive__body {
  margin-bottom: 2.5rem;
}

.attractive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.375rem;
  max-width: 40rem;
  margin-inline: auto;
}

.attractive__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.attractive__list-icon {
  max-width: 2.875rem;
}

.attractive__list-text {
  background-color: #FFF;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  max-width: 36.25rem;
  width: 100%;
  padding: 1.1875rem;
  border-radius: 1.25rem;
}

.attractive__deco {
  position: relative;
  display: block;
  padding-bottom: 2.5rem;
}

.attractive__deco::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8.875rem;
  height: 2.3125rem;
  background: url(../images/deco_triangle_down2x.png) no-repeat;
  background-size: contain;
}

.attractive__message {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3.75rem;
}

.attractive__message--highlight {
  color: #db694e;
}

.point {
  background-color: #f6f5f1;
  padding: 2.75rem 0 4.125rem 0;
  margin-bottom: 2.3125rem;
}

.point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
  max-width: 1000px;
  margin-inline: auto;
}

.point__item {
  width: 100%;
}

.point__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

/* ===== 左側（テキスト） ===== */
.point__card-heading {
  position: relative;
}

.point__card-deco {
  max-width: 6.375rem;
  position: absolute;
  top: -0.6875rem;
  left: 0.9375rem;
}

.point__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 8rem;
}

.point__card-number span {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.point__card-title {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.2857142857;
  padding-bottom: 0.9375rem;
}

.point__card-sub-title {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.44;
}

/* ===== 右側（画像＋本文） ===== */
.point__card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.point__card-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 15.625rem;
}

.point__card-text {
  font-size: 1.25rem;
  line-height: 1.8;
  background: #FFF;
  border-radius: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 2.5rem 0 1.5rem;
  text-align: left;
}

.voice {
  padding-bottom: 5.375rem;
}

.voice__container {
  position: relative;
  margin: 0 auto 14.375rem;
}

/* --- 上の大きい写真 --- */
.voice__image {
  width: 100%;
}

/* --- 白いカードエリア --- */
.voice__body {
  background: #FFF;
  border-radius: 1rem;
  padding: 1.875rem 2rem;
  -webkit-box-shadow: 0.64px 0.77px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0.64px 0.77px 3px rgba(0, 0, 0, 0.25);
  margin-top: -12.5rem;
  /* ← 上の画像と重ねる */
  position: relative;
  z-index: 2;
}

/* --- リスト --- */
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.75rem;
}

.voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem dashed #ccc;
}

/* --- 各声の画像とテキスト --- */
.voice__item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15.625rem;
}

.voice__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.5rem;
  padding-left: 0.4375rem;
}

.voice__item-title {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  margin-bottom: 0.625rem;
}

.voice__item-text {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
}

/* --- 2つ目のコンテナ（下のブロック） --- */
.voice__container:last-of-type {
  margin-bottom: 0;
}

.vision {
  background: url(../images/img_vision_section2x.jpg) no-repeat;
  background-size: contain;
  background-position: top;
  padding-top: 5.75rem;
  padding-bottom: 4rem;
}

.vision__body {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3.4375rem 1.6875rem;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0.64px 0.77px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0.64px 0.77px 3px rgba(0, 0, 0, 0.25);
}

.vision__lead {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2.1428571429;
  margin-bottom: 1.75rem;
  text-align: center;
}

.vision__body-title {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.2857142857;
  margin-bottom: 1.875rem;
  text-align: center;
}

.vision__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  text-align: left;
}

.job-info {
  padding-top: 3.4375rem;
  padding-bottom: 1.4375rem;
  margin-bottom: 2.125rem;
  background-color: #f6f5f1;
}

.job-info__body {
  background-color: #FFF;
  padding: 2.8125rem;
  border-radius: 1.25rem;
  margin-bottom: 1.9375rem;
}

.job-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.job-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6875rem;
}

.job-info__term {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3333333333;
  width: 4.6875rem;
}

.job-info__desc {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.3333333333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.job-info__footer {
  text-align: center;
}

.job-info__footer-image {
  max-width: 8.0625rem;
  margin-inline: auto;
  margin-bottom: 0.6875rem;
}

.job-info__footer-lead {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 0.9375;
  text-align: center;
}

.footer {
  padding-bottom: 1.25rem;
  text-align: center;
}

.footer__logo {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 2.5625rem;
  text-align: center;
}

.footer__address {
  font-size: 1.625rem;
  font-weight: 500;
  text-align: center;
}

.footer__tel {
  font-size: 1.625rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
}

.footer__copyright {
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center;
}

.wrapper {
  background: #f6f5f1;
}

.main {
  background-color: #FFF;
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 8px rgba(37, 30, 28, 0.3);
          box-shadow: 0 0 8px rgba(37, 30, 28, 0.3);
}

.bg-decoration {
  position: relative;
  z-index: 0;
}

.bg-decoration__illust {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  content: "";
}

.bg-decoration__illust01 {
  background-image: url(../images/deco_circle_012x.png);
  width: 4.6875rem;
  height: 15.1875rem;
  right: 0;
  top: 9.1875rem;
}

.bg-decoration__illust02 {
  background-image: url(../images/deco_circle_022x.png);
  width: 12.8125rem;
  height: 18.1875rem;
  left: 0;
  bottom: 4.375rem;
}

.bg-decoration__illust03 {
  background-image: url(../images/deco_circle_032x.png);
  width: 12.9375rem;
  height: 15.125rem;
  left: 0;
  top: 0;
}

.bg-decoration__illust04 {
  background-image: url(../images/deco_circle_042x.png);
  width: 4.75rem;
  height: 15.75rem;
  right: 0;
  top: 16.0625rem;
}

.section-heading {
  text-align: center;
  margin-bottom: 1.25rem;
  position: relative;
}

.section-heading__sub {
  display: inline-block;
  text-indent: -9999px;
}

.section-heading__sub--feature {
  width: 5.125rem;
  height: 1.375rem;
  background: url("../images/deco_heading_feature2x.png") no-repeat center/contain;
}

.section-heading__sub--point {
  width: 6.875rem;
  height: 1.875rem;
  background: url("../images/deco_heading_attractive2x.png") no-repeat center/contain;
}

.section-heading__sub--voice {
  width: 4.25rem;
  height: 1.25rem;
  background: url("../images/deco_heading_voice2x.png") no-repeat center/contain;
  margin-bottom: 1.25rem;
}

.section-heading__sub--vision {
  width: 4.5625rem;
  height: 1.3125rem;
  background: url("../images/deco_heading_vision2x.png") no-repeat center/contain;
}

.section-heading__sub--job-info {
  width: 5.75rem;
  height: 1.625rem;
  background: url("../images/deco_heading_jobinfo2x.png") no-repeat center/contain;
  margin-bottom: 1.0625rem;
}

.section-heading__title {
  font-size: 1.875rem;
  font-weight: 500;
}

.section-heading__title--voice {
  letter-spacing: 0.3125rem;
}

.section-heading__title--vision {
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 1.1111111111;
  margin-bottom: 1.5rem;
}

.section-heading__title--job-info {
  font-size: 2.1875rem;
  font-weight: 700;
}

.section-heading__num {
  font-size: 3.125rem;
  font-weight: 700;
}

.section-heading__text {
  font-size: 1.25rem;
  font-weight: 500;
}

.section-heading__bar {
  display: block;
  width: 11.25rem;
  height: 0.625rem;
  background-color: #eda285;
  margin: 0 auto 1.0625rem;
}

.section-heading--point {
  margin-bottom: 1.875rem;
}

.section-heading--voice {
  margin-bottom: 1.875rem;
}

.section-heading--vision {
  margin-bottom: 2.5rem;
}

.section-heading--job-info {
  margin-bottom: 2.25rem;
}

/* 白いバージョン */
.section-heading--white .section-heading__title {
  color: #FFF;
}

.section-heading--white .section-heading__bar {
  background-color: #FFF;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  max-width: 37.5rem;
  margin-inline: auto;
  margin-bottom: 3.125rem;
}

/* ===== 共通スタイル ===== */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.625rem;
  font-weight: 500;
  color: #FFF;
  border-radius: 3.75rem;
  padding: 1.875rem 3.75rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.btn:hover {
  opacity: 0.8;
}

/* ===== カラー ===== */
.btn--orange {
  background-color: #ff9000;
}

.btn--green {
  background-color: #36b00c;
}

/* ===== 左アイコン（ボタン別） ===== */
.btn--memo::before,
.btn--person::before {
  content: "";
  position: relative;
  left: -1.875rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn--memo::before {
  background-image: url("../images/icon_memo2x.png");
  width: 2.125rem;
  height: 2.625rem;
}

.btn--person::before {
  background-image: url("../images/icon_person2x.png");
  width: 3rem;
  height: 3.125rem;
}

/* ===== 右矢印（共通） ===== */
.btn::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  right: 1.875rem;
  width: 0.9375rem;
  height: 1.4375rem;
  background: url("../images/icon_arrow2x.png") no-repeat center/contain;
}
/*# sourceMappingURL=styles.css.map */