@charset "UTF-8";
.site-header {
  background-color: #f6f6f6;
  justify-content: end;
}

.page-header-image {
  background-image: url(../images/mamamirai/fv-pc.png) !important;
  height: 700px;
}
@media (max-width: 748px) {
  .page-header-image {
    background-image: url(../images/mamamirai/fv-sp.png) !important;
    height: 380px;
  }
}
.page-header-image .conteiner {
  text-align: left;
}
.page-header-image h1 {
  color: #282727;
  text-align: left;
  font-weight: 800;
  font-size: 50px;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 7.2px #ffffff;
}
@media (max-width: 768px) {
  .page-header-image h1 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.page-header-image .sub-title-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .page-header-image .sub-title-wrapper {
    row-gap: 10px;
  }
}
.page-header-image .sub-title {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  text-align: left;
  color: #282727;
  height: 70px;
  font-weight: 800;
  font-size: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 8px 0 8px 16px;
  margin-bottom: 20px;
  width: auto;
  display: flex;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
  width: fit-content;
}
@media (max-width: 768px) {
  .page-header-image .sub-title {
    height: 36px;
    font-size: 22px;
    margin-bottom: 0px;
  }
}
.page-header-image .bottom-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  color: #e6521f;
}
@media (max-width: 768px) {
  .page-header-image .bottom-text {
    font-size: 18px;
    line-height: 26px;
    padding-top: 16px;
  }
}

.catch {
  height: auto;
  padding: 40px 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  color: #e6521f;
}
@media (max-width: 768px) {
  .catch {
    font-size: 18px;
    line-height: 26px;
    padding: 32px 10px;
  }
}

.intro-wrapper {
  padding: 64px 0;
  background-color: #fff;
}
@media (max-width: 758px) {
  .intro-wrapper {
    padding: 32px 0;
  }
}
.intro-wrapper .box {
  gap: 40px;
  margin: 0 auto;
  width: 76%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .intro-wrapper .box {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .intro-wrapper .box .image {
    text-align: center;
    height: 220px;
    width: auto;
  }
}
@media (max-width: 1024px) {
  .intro-wrapper .box .image img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
@media (max-width: 758px) {
  .intro-wrapper .head .section-ttl {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 1px;
  }
  .intro-wrapper .head .ttl-sub {
    font-size: 22px;
  }
}

.color-pr {
  color: #e6521f;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.text-def {
  margin-bottom: 20px;
}

.bg {
  background: #e6521f;
}

.container {
  padding-top: 64px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 748px) {
  .container {
    padding-top: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.fuan {
  padding: 80px 0 60px;
}
@media (max-width: 758px) {
  .fuan {
    padding: 32px 0 32px;
  }
}
.fuan .wrapper {
  border-radius: 20px;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  background: rgba(40, 39, 39, 0.5);
  padding: 64px 0 32px;
}
@media (max-width: 758px) {
  .fuan .wrapper {
    width: 96%;
    padding: 32px 8px 32px;
  }
}
.fuan .container {
  padding-top: 0;
}
.fuan .head-w .section-ttl {
  margin-bottom: 24px;
  text-align: center;
  /* 左右に横線 */
}
.fuan .head-w .section-ttl .in {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .fuan .head-w .section-ttl .in {
    font-size: 22px;
    line-height: 1.2;
  }
}
.fuan .head-w .section-ttl .in::before,
.fuan .head-w .section-ttl .in::after {
  background-color: #fff; /* 横線の色 */
  content: "";
  height: 2px; /* 横線の高さ */
  width: 64px; /* 横線の長さ */
}
@media (max-width: 758px) {
  .fuan .head-w .section-ttl .in::before,
  .fuan .head-w .section-ttl .in::after {
    width: 30px;
  }
}
.fuan .head-w .section-ttl .in::before {
  margin-right: 8px; /* 文字との余白 */
}
.fuan .head-w .section-ttl .in::after {
  margin-left: 8px; /* 文字との余白 */
}
.fuan .head-w .ttl-sub {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  padding-left: 0;
}
@media (max-width: 758px) {
  .fuan .head-w .ttl-sub {
    font-size: 17px;
    line-height: 24px;
  }
}
.fuan .head-w .ttl-sub::before {
  display: none;
}
.fuan .box-card {
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .fuan .box-card {
    flex-direction: row;
    row-gap: 20px;
    justify-content: center;
    gap: 2%;
    row-gap: 12px;
  }
}
.fuan .box-card .card {
  border-radius: 20px;
  width: 24.0025%;
  background: #fff;
  border: 0;
}
@media (max-width: 1024px) {
  .fuan .box-card .card {
    width: 48%;
  }
}
.fuan .box-card .card .image {
  height: 200px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .fuan .box-card .card .image {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
}
.fuan .box-card .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fuan .box-card .card .text {
  height: 110px;
  padding: 16px 8px;
  margin-bottom: 0;
}
.fuan .box-card .card .text .head .ttl-sub {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px;
}
@media (max-width: 758px) {
  .fuan .box-card .card .text .head .ttl-sub {
    font-size: 21px;
  }
}
.fuan .box-card .card .text .head .ttl-sub-noline {
  font-weight: 500;
  font-size: 18px;
  color: #282727;
}
@media (max-width: 758px) {
  .fuan .box-card .card .text .head .ttl-sub-noline {
    font-size: 16px;
  }
}
.fuan .bottom {
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  padding: 32px 0 0;
}
@media (max-width: 748px) {
  .fuan .bottom {
    font-size: 24px;
    line-height: 30px;
    padding: 32px 8px 0;
  }
}

.investment .bg {
  padding: 32px 0 64px;
  position: relative;
}
@media (max-width: 748px) {
  .investment .bg {
    padding: 0 0 32px;
  }
}
.investment .head .section-ttl {
  color: #fff;
}
@media (max-width: 748px) {
  .investment .head .section-ttl {
    font-size: 54px;
    line-height: 54px;
  }
}
.investment .head .ttl-sub {
  color: #fff;
}
@media (max-width: 748px) {
  .investment .head .ttl-sub {
    font-size: 20px;
  }
}
.investment .head .ttl-sub::before {
  background: #fff;
}
.investment .box {
  gap: 24px;
}
.investment .box .text .text-def {
  color: #fff;
}

.value-cycle {
  padding: 0 0 64px;
}
@media (max-width: 768px) {
  .value-cycle {
    padding: 0 0 32px;
  }
}
.value-cycle .head .section-ttl {
  color: #282727;
}
@media (max-width: 768px) {
  .value-cycle .head .section-ttl {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
.value-cycle .head .ttl-sub {
  color: #282727;
}
.value-cycle .text .text-def {
  text-align: center;
}
.value-cycle .text .dot-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 24px 0;
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px dashed #e6521f;
  border-radius: 8px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .value-cycle .text .dot-wrapper {
    padding: 20px 12px 0;
  }
}
.value-cycle .text .image {
  width: 900px;
  height: 520px;
}
@media (max-width: 768px) {
  .value-cycle .text .image {
    width: 100%;
    height: auto;
  }
}
.value-cycle .text .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.value-cycle .text ul.check-list {
  margin-bottom: 24px;
}
.value-cycle .text ul.check-list li {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #282727;
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
.value-cycle .text ul.check-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 17.6px;
  height: 13.4px;
  background-image: url(../images/check-icon.png);
}
.value-cycle .text .bottom {
  text-align: center;
  font-size: 20px;
  padding: 24px 0;
  font-weight: 600;
}

.seven-value {
  background: #fff;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .seven-value {
    padding-bottom: 32px;
  }
}
.seven-value .head .section-ttl {
  color: #e6521f;
}
@media (max-width: 768px) {
  .seven-value .head .section-ttl {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
.seven-value .head .ttl-sub {
  color: #e6521f;
}
.seven-value .box {
  margin: 0 auto;
  max-width: 853px;
  width: 100%;
}
.seven-value .text .text-def {
  font-weight: 600;
}
.seven-value .text ul.number-list {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
}
.seven-value .text ul.number-list li {
  width: 48.125%;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #282727;
  padding-left: 32px;
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .seven-value .text ul.number-list li {
    width: 100%;
    margin-bottom: 12px;
  }
}
.seven-value .text ul.number-list li .number {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: #e6521f;
  color: #fff;
  font-family: futura-pt, sans-serif;
  text-align: center;
}
.seven-value .text ul.number-list li:nht-child(1) {
  content: "1";
}
.seven-value .text ul.number-list li:nht-child(2) {
  content: "2";
}
.seven-value .text .desc {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.seven-value .text .image {
  width: 100%;
  text-align: center;
}

.program .container {
  padding-bottom: 32px;
}
.program .head .section-ttl {
  color: #282727;
}
.program .head .ttl-sub {
  color: #282727;
}
.program .body .top-content {
  display: flex;
  justify-content: start;
  position: relative;
}
@media (max-width: 768px) {
  .program .body .top-content {
    display: block;
  }
}
.program .body .top-content::before {
  position: absolute;
  display: block;
  content: "";
  border-top: 3px dashed #e6521f;
  width: 162px;
  top: 90px;
  bottom: 0;
  margin: auto;
  left: 292.5px;
}
@media (max-width: 768px) {
  .program .body .top-content::before {
    display: none;
  }
}
.program .body .bottom-content {
  display: flex;
  justify-content: end;
  position: relative;
}
@media (max-width: 768px) {
  .program .body .bottom-content {
    display: block;
  }
}
.program .body .bottom-content::before {
  position: absolute;
  display: block;
  content: "";
  border-top: 3px dashed #e6521f;
  width: 162px;
  top: 90px;
  bottom: 0;
  margin: auto;
  right: 360px;
}
@media (max-width: 768px) {
  .program .body .bottom-content::before {
    display: none;
  }
}
.program .body .card {
  border: 0;
  background: transparent;
  max-width: 390px;
  width: 100%;
  margin-right: 32px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .program .body .card {
    margin-right: 16px;
  }
}
.program .body .card .image {
  text-align: center;
  width: 100%;
}
.program .body .card .text-def {
  margin-bottom: 0;
}
.program .body .card .ttl-number {
  display: flex;
}
.program .body .card .ttl-number .number {
  height: 24px;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 40px;
  height: 24px;
  line-height: 24px;
  color: #e6521f;
  border-right: 2px solid #e6521f;
  padding-right: 16px;
}
@media (max-width: 1024px) {
  .program .body .card .ttl-number .number {
    font-size: 32px;
    padding-right: 4px;
  }
}
.program .body .card .ttl-number .ttl {
  padding-left: 16px;
  height: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #e6521f;
}
@media (max-width: 1024px) {
  .program .body .card .ttl-number .ttl {
    font-size: 18px;
    padding-left: 4px;
  }
}
.program .body .card ul.check-list {
  margin-bottom: 24px;
}
.program .body .card ul.check-list li {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #282727;
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
.program .body .card ul.check-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 17.6px;
  height: 13.4px;
  background-image: url(../images/check-icon.png);
}
.program .desc {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .program .desc {
    margin-bottom: 16px;
  }
}

.impact .bg {
  padding: 64px 0 64px;
}
@media (max-width: 768px) {
  .impact .bg {
    padding: 32px 0 32px;
  }
}
.impact .container {
  padding-top: 0;
}
.impact .head-w .section-ttl {
  margin-bottom: 24px;
}
.impact .head-w .ttl-sub {
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 24px;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .impact .head-w .ttl-sub {
    line-height: 1.5;
  }
}
.impact .head-w .ttl-sub::before {
  display: none;
}
.impact .box-card {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .impact .box-card {
    flex-direction: row;
    row-gap: 20px;
  }
}
.impact .box-card .card {
  border-radius: 20px;
  width: 23.5%;
  background: #fff;
  border: 0;
}
@media (max-width: 1024px) {
  .impact .box-card .card {
    width: 49%;
    gap: 2%;
  }
}
.impact .box-card .card .image {
  height: 200px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .impact .box-card .card .image {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
}
.impact .box-card .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.impact .box-card .card .text {
  height: 110px;
  color: #e6521f;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .impact .box-card .card .text {
    font-size: 18px;
    line-height: 24px;
  }
}
.impact .bottom {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  padding: 32px 0;
}
@media (max-width: 758px) {
  .impact .bottom {
    font-size: 24px;
    padding: 32px 0 0;
    line-height: 1.2;
  }
}

.plan .container {
  padding-bottom: 32px;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.plan .container .box-card {
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .plan .container .box-card {
    gap: 24px;
  }
}
.plan .head .section-ttl {
  color: #282727;
}
.plan .head .ttl-sub {
  color: #282727;
}
.plan .body {
  background-image: url(../images/mamamirai/mama-plan-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 64px;
}
@media (max-width: 758px) {
  .plan .body {
    padding-bottom: 32px;
  }
}
.plan .body .container {
  padding: 0;
}
@media (max-width: 1024px) {
  .plan .body .container {
    min-height: auto;
    padding: 0;
    padding-bottom: 24px;
  }
}
.plan .body .plan-head {
  padding-bottom: 64px;
  padding-top: 64px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .plan .body .plan-head {
    padding-bottom: 0;
    padding-top: 32px;
  }
}
.plan .body .plan-head h3 {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .plan .body .plan-head h3 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
}
.plan .body .plan-head h3 .plan-ttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  padding: 0 8px;
}
@media (max-width: 1024px) {
  .plan .body .plan-head h3 .plan-ttl {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }
}
.plan .body .plan-head h3 .plan-ttl.color-black {
  color: #282727;
}
.plan .body .plan-head h3 .plan-ttl.color-primary {
  color: #e6521f;
}
.plan .body .item-wrapper {
  width: 500px;
  position: relative;
}
@media (max-width: 1024px) {
  .plan .body .item-wrapper {
    width: 96%;
    margin: 0 auto;
    min-height: 350px;
  }
}
.plan .body .item {
  background: transparent;
  width: 100%;
}
@media (max-width: 1024px) {
  .plan .body .item {
    top: 0;
  }
}
.plan .body .item .title {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
  height: 70px;
  background: #e6521f;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .plan .body .item .title {
    font-size: 20px;
  }
}
.plan .body .item .title .type {
  padding-right: 12px;
  border-right: solid #fff 2px;
  height: 60px;
  line-height: 60px;
}
.plan .body .item .title .plan-text {
  padding-left: 12px;
  height: 60px;
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan .body .item .title .number {
  font-family: futura-pt, sans-serif;
}
.plan .body .item .body {
  background: #fff;
  padding: 24px 22px 32px;
  min-height: 224px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e6521f;
  border-radius: 0 0 25px 25px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3803921569);
}
@media (max-width: 758px) {
  .plan .body .item .body {
    padding: 24px 16px 32px;
  }
}
.plan .body .item .body ul.check-list {
  margin-bottom: 24px;
}
.plan .body .item .body ul.check-list li {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #282727;
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
.plan .body .item .body ul.check-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 17.6px;
  height: 13.4px;
  background-image: url(../images/service/check-icon.png);
}
.plan .body .item .body .desc {
  font-weight: 600;
  font-size: 18px;
  line-height: 2rem;
  margin-bottom: 24px;
  color: #282727;
  text-align: center;
}
@media (max-width: 758px) {
  .plan .body .item .body .desc {
    font-size: 16.3px;
  }
}
.plan .body .item .body .desc .under-line {
  border-bottom: 2px solid #e6521f;
  margin: 0 auto;
  display: inline-block;
}
.plan .body .item .body .price {
  padding: 12px 52px;
  background: rgba(232, 127, 18, 0.5);
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .plan .body .item .body .price {
    padding: 12px 20px;
  }
}
.plan .body .item .body .price .price-text {
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.plan .body .item .image {
  text-align: center;
  width: 100%;
}
.plan .body .item .text-def {
  margin-bottom: 0;
}
.plan .body .item .ttl-number {
  display: flex;
}
.plan .body .item .ttl-number .number {
  height: 24px;
  font-family: poppins, sans-serif;
  font-size: 40px;
  height: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #e6521f;
  border-right: 1px solid #e6521f;
  padding-right: 16px;
}
.plan .body .item .ttl-number .ttl {
  padding-left: 16px;
  height: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #e6521f;
}

.flow .container {
  padding-bottom: 32px;
}
@media (max-width: 758px) {
  .flow .container {
    padding-bottom: 0;
  }
}
.flow .head .section-ttl {
  color: #282727;
}
.flow .head .ttl-sub {
  color: #282727;
}
.flow .body .flow-top {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
@media (max-width: 758px) {
  .flow .body .flow-top {
    justify-content: space-between;
  }
}
.flow .body .flow-bottom {
  display: flex;
  justify-content: end;
}
.flow .body .card {
  border: 0;
  background: transparent;
  width: 33.333%;
  margin-bottom: 32px;
}
@media (max-width: 758px) {
  .flow .body .card {
    width: 49%;
  }
}
.flow .body .card .image {
  text-align: center;
  width: 100%;
  width: 260px;
  height: 180px;
  position: relative;
}
@media (max-width: 758px) {
  .flow .body .card .image {
    width: 100%;
    height: auto;
  }
}
.flow .body .card .image::after {
  position: absolute;
  width: calc((33.33% - 260px) / 2);
  height: 2px;
  display: block;
  content: "";
  background: #e6521f;
  top: 50%;
  bottom: 50%;
  margin: auto;
  right: 0;
}
.flow .body .card .text-def {
  margin-bottom: 0;
}
.flow .body .card .ttl-number {
  display: flex;
  align-items: center;
}
.flow .body .card .ttl-number .number {
  height: 28px;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  color: #e6521f;
  border-right: 2px solid #e6521f;
  padding-right: 16px;
}
@media (max-width: 1024px) {
  .flow .body .card .ttl-number .number {
    font-size: 32px;
    padding-right: 4px;
  }
}
.flow .body .card .ttl-number .ttl {
  padding-left: 16px;
  height: 28px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #e6521f;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .flow .body .card .ttl-number .ttl {
    font-size: 18px;
    padding-left: 4px;
  }
}
.flow .bg {
  padding: 32px 0;
}
.flow .bg .desc {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  /* または150% */
  text-align: center;
  color: #ffffff;
}

section.cta .container {
  padding-top: 0;
  margin-bottom: 0;
}

/* 初期状態（非表示） */
.story-box {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示状態 */
.story-box.is-show {
  opacity: 1;
  transform: translateY(0);
}

.message {
  background-image: url(../images/about/message@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0;
}
@media (max-width: 1024px) {
  .message {
    background-position: right;
  }
}
.message .message-box {
  background: #fff;
  padding: 64px 48px 36px 48px;
  width: 56.6%;
  max-width: 680px;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .message .message-box {
    width: 86%;
    max-width: 86%;
    padding: 32px 16px 32px 16px;
  }
}
.message .message-box .section-ttl {
  font-family: poppins, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 54px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #e6521f;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .message .message-box .section-ttl {
    font-size: 40px;
    margin-bottom: 0px;
  }
}
.message .message-box .catch {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #282727;
}
@media (max-width: 768px) {
  .message .message-box .catch {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 16px;
    padding: 0px 10px 16px 0;
  }
}
.message .message-box .text-def {
  color: #e6521f;
  font-weight: 600;
}

.company-profile {
  padding: 72px 0 0;
}
@media (max-width: 768px) {
  .company-profile {
    padding: 0 0 0;
  }
}
.company-profile .ttl-sub-noline {
  font-size: 40px;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .company-profile .ttl-sub-noline {
    font-size: 26px;
    margin-bottom: 48px;
  }
}
.company-profile table {
  max-width: 995px;
  margin: 0 auto;
}/*# sourceMappingURL=page-mamamirai.css.map */