@charset "UTF-8";

/* common */

.page-title.sdgs-header {
  background-image: url(../img/sdgs_header_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.inner-navigation {
  margin: 20px auto 50px;
}

.inner-nav__list {
  align-items: stretch;
  gap: 15px;
}

.inner-nav__list-item {
  display: flex;
  flex-direction: column;
  width: 31%;
  min-width: 240px;
  padding: 10px;
  border-radius: 5px;
  background-color: #eef9fd;
  text-align: center;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.company__inner-nav__list .inner-nav__list-item {
  width: 23%;
  min-width: 170px;
}

.inner-nav__list-item:after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #0099cc;
  border-right: 2px solid #0099cc;
}

.inner-nav__list-item a {
  font-size: 1.8rem;
  font-weight: 500;
}

.contents-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 420px) {
  .inner-nav__list {
    gap: 10px;
  }

  .inner-nav__list-item {
    min-width: unset;
    padding: 5px;
    gap: 5px;
  }

  .company__inner-nav__list .inner-nav__list-item {
    width: 22%;
    min-width: unset;
  }

  .inner-nav__list-item a {
    min-height: 2em;
    font-size: 1.4rem;
  }

  .inner-nav__list-item.small a {
    font-size: 1.2rem;
  }

  .contents-title {
    font-size: 2.4rem;
  }
}

/* company */
.company {
  margin-bottom: 160px;
}

.about {
  margin-bottom: 50px;
}

.about-table {
  width: 100%;
}

.about-table tr {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #d7d7d7;
}

.about-table th,
.about-table td {
  display: inline-block;
  padding: 30px 0;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 500;
}

.about-table th {
  width: 20%;
  min-width: 120px;
}

.about-table td {
  flex: 1;
}

.about-table td p {
  font-size: 1.8rem;
  font-weight: 500;
}

.about-table tr:last-child {
  border-bottom: 1px solid #d7d7d7;
}

.about-table__executive-list {
  justify-content: flex-start;
  gap: 30px;
}

.about-table__executive-list dt {
  width: 130px;
}

.about-table__base-list:not(:last-child) {
  margin-bottom: 30px;
}

.about-table__base-list dd {
  padding-left: 1em;
}

.bank p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bank p span {
  width: 130px;
}

.authorization p:not(:last-child) {
  margin-bottom: 20px;
}

.access-map {
  margin-bottom: 100px;
}

.access-map__list {
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}

.access-map__list-item {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
}

.access-map__list-item h4 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 10px;
}

.access-map__table {
  width: 100%;
}

.access-map__table tr {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.access-map__table th {
  width: 100px;
}

.access-map__table td {
  flex: 1;
}

.access-map__table th,
.access-map__table td {
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: 400;
  vertical-align: middle;
}

.access-map__table tr:nth-child(1) th,
.access-map__table tr:nth-child(1) td {
  border-top: 1px solid #d7d7d7;
}

.access-map__table tr:nth-child(2) td {
  width: 100%;
}

.access-map__table tr:nth-child(3) th,
.access-map__table tr:nth-child(3) td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.access-map__table iframe {
  width: 100%;
  aspect-ratio: 3/2;
}

.executive__list {
  margin-bottom: 50px;
}

.executive__list-item {
  gap: 50px;
}

.executive__list-item:not(:last-child) {
  margin-bottom: 50px;
}

.executive__list-item figure {
  width: 40%;
  max-width: 350px;
}

.executive__textarea {
  flex: 1;
}

.executive__textarea p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}

.executive__textarea p.signature {
  padding-top: 30px;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
}

.signature span {
  padding-right: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.derivation {
  margin-bottom: 100px;
}

.derivation p {
  margin-bottom: 50px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}

.policy {
  padding: 50px 0;
  background-color: #eef9fd;
  text-align: center;
}

.policy .wrapper-75 > img {
  width: 60%;
  max-width: 560px;
  margin-bottom: 50px;
}

.policy p {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.policy p:last-of-type {
  padding-bottom: 50px;
}

.blue {
  color: #0484bc;
}

.yellow {
  color: #d8a300;
}

.green {
  color: #019d4b;
}

.policy figure {
  width: 50%;
  max-width: 550px;
  margin: 0 auto;
}

.philosophy {
  margin: 50px auto;
}

.philosophy h4 {
  padding-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  font-weight: 600;
  color: #008ecc;
}

.philosophy p {
  padding-bottom: 50px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.our-group {
  margin: 50px auto;
}

.group__list {
  width: 100%;
}

.group__list-item {
  width: 100%;
}

.group__list-item h4 {
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
}

.group__list-item dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #d7d7d7;
}

.group__list-item dl:last-child {
  border-bottom: 1px solid #d7d7d7;
}

.group__list-item dl dt,
.group__list-item dl dd {
  padding: 20px 0;
  font-size: 1.8rem;
}

.group__list-item dl dt {
  width: 15%;
  max-width: 150px;
}

.group__list-item dl dd {
  flex: 1;
}

@media (max-width: 420px) {
  .company {
    margin-bottom: 100px;
  }

  .about-table th,
  .about-table td {
    padding: 15px 0;
    font-size: 1.6rem;
  }

  .about-table td {
    font-weight: 400;
  }

  .about-table td p {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .about-table__executive-list {
    gap: 0;
  }

  .access-map {
    margin-bottom: 80px;
  }

  .access-map__list {
    flex-direction: column;
  }

  .access-map__list-item {
    width: 100%;
  }

  .access-map__list-item h4 {
    font-size: 1.8rem;
  }

  .access-map__table th,
  .access-map__table td {
    padding: 10px 0;
    font-size: 1.4rem;
  }

  .executive__list-item {
    flex-direction: column;
    gap: 30px;
  }

  .executive__list-item figure {
    width: 100%;
    max-width: 300px;
  }

  .executive__textarea p {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
  }

  .executive__textarea p.signature {
    padding-top: 10px;
    font-size: 2.4rem;
  }

  .signature span {
    padding-right: 10px;
    font-size: 1.2rem;
  }

  .derivation {
    margin-bottom: 80px;
  }

  .derivation p {
    margin-bottom: 30px;
    font-size: 1.6rem;
    font-weight: 400;
  }

  .policy .wrapper-75 > img {
    width: 90%;
    margin-bottom: 30px;
  }

  .policy p {
    padding-bottom: 30px;
    font-size: 1.6rem;
  }

  .policy figure {
    width: 90%;
    max-width: none;
  }

  .philosophy h4 {
    font-size: 3.6rem;
  }

  .philosophy p {
    padding-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 400;
  }

  .group__list-item h4 {
    font-size: 1.6rem;
  }

  .group__list-item dl dt,
  .group__list-item dl dd {
    padding: 10px 0;
    font-size: 1.6rem;
  }

  .group__list-item dl dt {
    width: 25%;
    max-width: none;
  }
}

/* strengths */
.reason {
  margin: 60px auto 100px;
}

.reason__list-item {
  gap: 40px;
}

.reason__list-item:not(:last-child) {
  margin-bottom: 50px;
}

.reason__list-item figure {
  width: 40%;
}

.reason__list-item__textarea {
  width: 52%;
}

.reason__list-item__textarea h3 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  letter-spacing: 0.05em;
  font-size: 2.6rem;
}

.reason__list-item__textarea h3::before {
  content: "01";
  display: block;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  color: #0599d9;
}

.reason__list-item:nth-child(2) .reason__list-item__textarea h3::before {
  content: "02";
}

.reason__list-item:nth-child(3) .reason__list-item__textarea h3::before {
  content: "03";
}

.reason__list-item__textarea h4 {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 500;
}

.inner__list-item {
  font-weight: 500;
}

.inner__list-item::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  padding-right: 10px;
  background-image: url("../img/arrow-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.inner__list-item:not(:last-child) {
  margin-bottom: 15px;
}

.inner__list-item p {
  flex: 1;
}

.reason__list-item__textarea .notation {
  padding-top: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
}

.security {
  width: 100%;
  background-color: #eef9fd;
  padding: 80px 0 60px;
}

.security h3 {
  padding-bottom: 20px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  color: #0599d9;
}

.security__list {
  padding: 50px 8%;
  background-color: #fff;
}

.security__list-item {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.security__list-item:not(:last-child) {
  margin-bottom: 20px;
}

.security__list-item::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
  background-image: url(../img/arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.security__list-item span {
  padding-left: 20px;
}

.security-wrapper .notation {
  margin: 10px auto 30px;
}

.notation p {
  font-size: 1.2rem;
  font-weight: 500;
}

.security-wrapper .btn-bg {
  position: relative;
  background-color: #0599d9;
  color: #fff;
}

.security-wrapper .button::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.security-wrapper .button:hover.btn-bg {
  background-color: #fff;
  color: #0599d9;
}

.security-wrapper .button:hover.btn-bg::after {
  border-top: 2px solid #0599d9;
  border-right: 2px solid #0599d9;
}

.compare {
  margin: 80px auto;
}

.compare .contents-title {
  margin-bottom: 50px;
}

.table-wrapper {
  width: 75%;
  margin: 0 auto;
  overflow: scroll;
}

.compare__table {
  width: 100%;
  min-width: 900px;
  max-width: 1280px;
  margin: 0 auto;
}

.compare__table tr {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.compare__table th {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 5);
  background-color: #ebf3f8;
  border: 1px solid #0599d9;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #0599d9;
}

.compare__table tr:first-child th {
  padding: 5px 0;
}

.compare__table tr:not(:first-child) th {
  text-align: left;
  border-right: none;
}

.compare__table tr:not(:last-child) th {
  border-bottom: none;
}

.compare__table tr th:not(:last-of-type) {
  border-right: none;
}

.compare__table td {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  width: calc(100% / 5);
  padding: 10px 0;
  border: 1px solid #0599d9;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}

.compare__table tr:not(:last-child) td {
  border-bottom: none;
}

.compare__table tr td:not(:last-of-type) {
  border-right: none;
}

.compare__table tr td:first-of-type {
  color: #0599d9;
}

.compare__table .empty-cell {
  background-color: transparent;
  border: none;
}

.compare__table .tetra-cell img {
  width: 80%;
}

.compare__table td p {
  margin-top: 5px;
  min-height: 3em;
  font-size: 1.4rem;
  font-weight: 500;
}

.case {
  position: relative;
  padding: 80px 0;
  background-color: #eef9fd;
  overflow: hidden;
}

.case::before {
  content: "IMPRESSIVE SOLUTIONS THAT MOVE YOUR HEART";
  display: inline-block;
  position: absolute;
  bottom: -33px;
  left: 100%;
  width: max-content;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 12.6rem;
  letter-spacing: 0.2em;
  color: #d6eef6;
  animation: flow-text 25s linear infinite;
}

@keyframes flow-text {
  100% {
    left: -300%;
  }
}

.case .section-title {
  color: #595959;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
  margin-bottom: 80px;
}

.case-item figure {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

.case-item a figure img {
  aspect-ratio: 3 / 2;
  transition: transform 0.3s;
}

.case-item a:hover figure img {
  transform: scale(1.1);
}

.case-item h3 {
  padding-bottom: 5px;
  font-weight: 500;
  color: #595959;
}

.case-item p {
  padding-bottom: 15px;
  font-weight: 400;
  color: #595959;
}

.type,
.industries {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0599d9;
}

.type {
  margin-right: 5px;
}

.case .btn-bg {
  position: relative;
  background-color: #0599d9;
  color: #fff;
}

.case .button::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.case .button:hover.btn-bg {
  background-color: #fff;
  color: #0599d9;
}

.case .button:hover.btn-bg::after {
  border-top: 2px solid #0599d9;
  border-right: 2px solid #0599d9;
}

.section-sdgs {
  padding: 100px 0 140px;
  background-image: url(../img/sdgs_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-sdgs-wrapper {
  gap: 50px 0;
  justify-content: space-between;
  position: relative;
}

.section-sdgs .section-title {
  display: inline-block;
  text-align: left;
  width: 30%;
  min-width: 200px;
  margin: 0;
  color: #fff;
}

.section-sdgs .section-title::after {
  content: "エス・ディー・ジーズ";
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
}

.section-sdgs-wrapper p {
  font-size: 2rem;
  color: #fff;
}

.section-sdgs-wrapper .button {
  position: absolute;
  bottom: -100px;
  right: 0;
  margin: 0;
  color: #fff;
}

.section-sdgs-wrapper .button:hover {
  opacity: 0.5;
}

.section-sdgs-wrapper .button::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media (max-width: 420px) {
  .reason {
    margin: 30px auto 80px;
  }
  .reason__list-item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .reason__list-item figure {
    width: 100%;
  }

  .reason__list-item__textarea {
    width: 100%;
  }

  .reason__list-item__textarea h3 {
    gap: 5px;
    font-size: 2.4rem;
  }

  .reason__list-item__textarea h3::before {
    font-size: 5rem;
    margin-top: 13px;
  }

  .reason__list-item__textarea h4 {
    font-size: 1.6rem;
  }

  .inner__list-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .reason__list-item__textarea .notation {
    padding-top: 10px;
    font-size: 1rem;
    text-align: left;
  }

  .security {
    padding: 50px 0;
  }

  .security h3 {
    font-size: 1.8rem;
  }

  .security__list {
    padding: 30px 2.5%;
  }

  .security__list-item {
    font-size: 1.4rem;
  }

  .security__list-item:not(:last-child) {
    margin-bottom: 15px;
  }

  .security__list-item::before {
    padding-right: 5px;
  }

  .security__list-item span {
    padding-left: 10px;
  }

  .notation p {
    font-size: 1rem;
  }

  .compare {
    margin: 50px auto;
  }

  .table-wrapper {
    width: 100%;
    padding: 0 2.5%;
  }
  .compare__table th,
  .compare__table td {
    font-size: 1.4rem;
  }

  .section-sdgs-wrapper .button {
    bottom: -70px;
  }

  .case {
    padding: 50px 0;
  }
}

/* sales-agency */
.agency,
.customer {
  margin-bottom: 80px;
}

.agency__list,
.customer__list {
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 30px;
}

.customer__list {
  gap: 20px;
}

.agency__list li,
.customer__list li {
  width: 15%;
  min-width: 105px;
  min-height: 17.5rem;
  text-align: center;
}

.agency__list li {
  min-width: 105px;
  min-height: 17.5rem;
}

.customer__list li {
  width: 18%;
}

.agency__list li p,
.customer__list li p {
  display: inline-block;
  min-height: 3.5em;
  padding-top: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2em;
  color: #0599d9;
}

.customer__list li p {
  min-height: 2.5em;
}

.agency__list li p span {
  font-size: 1.4rem;
}

.agency h3,
.customer h3 {
  padding-bottom: 30px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
}

.industry__list {
  gap: 15px;
}

.industry__list li {
  display: inline-block;
  width: 23%;
  min-width: 250px;
  padding: 10px 0;
  background-color: #00a0e9;
  border-radius: 5px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}

.feature {
  margin-bottom: 80px;
}

.feature-lead {
  display: block;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 50px;
  text-align: center;
}

.feature-lead p {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0599d9;
}

.feature-lead p:nth-child(2) {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #595959;
}

.effect {
  margin-bottom: 80px;
}

.effect-title {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 2.6rem;
  font-weight: 500;
}

.effect-title::before,
.effect-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.5em;
  height: 1.5em;
  background-image: url(../img/feature__title-deco.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.effect-title::before {
  left: -60px;
  transform: translate(-50%, -50%);
}

.effect-title::after {
  right: -60px;
  transform: translate(0, -50%) scale(-1, 1);
}

.effect__list {
  gap: 5px;
}

.effect__list-item {
  width: 33%;
  min-width: 340px;
  padding: 30px 5px;
  border-radius: 10px;
  background-color: #f1f1f1;
  text-align: center;
}

.effect__list-item figure {
  width: 50%;
  min-width: 145px;
  margin: 0 auto 10px;
}

.effect__list-item h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  font-size: 2rem;
  font-weight: 700;
  color: #0599d9;
}

.effect__list-item p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 20px;
}

.effect__list-item p.caption {
  padding-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #595959;
}

.sales-reason-title,
.customer-reason-title {
  padding-bottom: 30px;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
}

.sales-reason__list-item,
.customer-reason__list-item {
  gap: 30px;
  margin-bottom: 30px;
}

.sales-reason__list-item figure,
.customer-reason__list-item figure {
  width: 30%;
}

.sales-reason__list-item__textarea,
.customer-reason__list-item__textarea {
  flex: 1;
}

.sales-reason__list-item__textarea h4,
.customer-reason__list-item__textarea h4 {
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 500;
}

.customer-reason__list-item__textarea p,
.sales-reason__list-item__textarea p {
  font-weight: 500;
}

.customer-reason__list-item__textarea .notation {
  margin-top: 20px;
}

.customer-reason__list-item__textarea .notation p {
  font-size: 1.2rem;
  font-weight: 500;
}

.demand {
  margin-bottom: 50px;
}

.demand .contents-title {
  margin-bottom: 0;
}

.demand > p {
  padding-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
.demand > p:nth-of-type(2) {
  font-size: 2rem;
}

.demand__list,
.option__list {
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px 20px;
  width: 100%;
  margin-bottom: 30px;
}

.demand__list-item {
  justify-content: flex-start;
  gap: 15px;
  position: relative;
  width: 32%;
  min-width: 330px;
  min-height: 75px;
  padding: 10px;
  background-color: #eef9fd;
  font-size: 2rem;
  font-weight: 500;
}

.demand__list-item::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.fee-contact {
  padding: 50px 0;
  background-color: #f7f7f7;
  letter-spacing: 0.05em;
}

.table-title {
  font-weight: 500;
}

.customer__table__fee-reference,
.table__fee-reference {
  width: 100%;
}

.customer__table__fee-reference th,
.table__fee-reference th {
  width: 30%;
  padding: 10px 0 10px 3%;
  background-color: #eef9fd;
  border: 1px solid #acc9d3;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0073a5;
}

.customer__table__fee-reference th {
  vertical-align: middle;
}

.table__fee-reference td,
.customer__table__fee-reference td {
  width: 70%;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #acc9d3;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #595959;
}

.customer__table__fee-reference td {
  padding: 10px 0 10px 10%;
  text-align: left;
}

.customer__table__fee-reference td p {
  display: inline-block;
  font-size: 1.8rem;
}

.customer__table__fee-reference td p:nth-of-type(1) {
  width: 150px;
  margin-right: 10%;
}

.table__fee-reference td span {
  font-size: 2.4rem;
}

.customer__table__fee-reference td span {
  font-size: 1.7rem;
}

.customer__table__fee-reference td p:nth-of-type(2) span {
  font-size: 2.4rem;
}

.table-caption {
  padding: 10px 0 50px;
  border: none;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: normal;
}

.fee-contact > div > p {
  padding-bottom: 30px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #0073a5;
}

.fee-contact__button-area {
  gap: 50px;
  width: 70%;
  margin: 0 auto;
}

.fee-contact__button-area a {
  width: 45%;
  margin: 0;
}

.fee-contact .btn-bg {
  position: relative;
  background-color: #0599d9;
  color: #fff;
}

.fee-contact .button::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.fee-contact .button:hover.btn-bg {
  background-color: #fff;
  color: #0599d9;
}

.fee-contact .button:hover.btn-bg::after {
  border-top: 2px solid #0599d9;
  border-right: 2px solid #0599d9;
}

.option {
  padding: 80px 0;
  margin: 0px auto;
}

.option__list-item {
  justify-content: flex-start;
  gap: 15px;
  position: relative;
  width: 49%;
  min-width: 330px;
  min-height: 75px;
  padding: 10px;
  border: 1px solid #0599d9;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 500;
}

.option__list-item::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.option .notation {
  text-align: center;
}

@media (max-width: 420px) {
  .agency,
  .customer {
    margin-bottom: 50px;
  }

  .agency h3,
  .customer h3 {
    font-size: 2.4rem;
    font-weight: 500;
  }

  .customer__list {
    gap: 10px;
  }

  .agency__list li p,
  .customer__list li p {
    font-size: 1.6rem;
  }

  .agency__list li p span {
    font-size: 1.2rem;
  }

  .industry__list {
    gap: 5px;
  }

  .industry__list li {
    width: fit-content;
    min-width: initial;
    padding: 0.6rem 1rem;
    font-size: 1.2rem;
  }

  .feature-lead {
    margin-bottom: 30px;
  }

  .feature-lead p {
    font-size: 1.6rem;
  }

  .feature-lead p:nth-child(2) {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #595959;
  }

  .effect {
    margin-bottom: 50px;
  }

  .effect-title {
    font-size: 2rem;
  }

  .effect-title::before,
  .effect-title::after {
    width: 1em;
    height: 1em;
  }

  .effect-title::before {
    left: -15px;
  }

  .effect-title::after {
    right: -15px;
  }

  .effect__list {
    gap: 10px;
  }

  .effect__list-item {
    width: 85%;
    min-width: auto;
  }

  .effect__list-item p.caption {
    padding-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #595959;
  }

  .effect__list-item h4 {
    font-size: 1.6rem;
  }
  .effect__list-item p {
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .sales-reason-title,
  .customer-reason-title {
    font-size: 2rem;
  }

  .sales-reason__list-item,
  .customer-reason__list-item {
    flex-direction: column;
  }

  .sales-reason__list-item figure,
  .customer-reason__list-item figure {
    width: 100%;
  }

  .sales-reason__list-item__textarea h4,
  .customer-reason__list-item__textarea h4 {
    font-size: 1.6rem;
  }

  .customer-reason__list-item__textarea p,
  .sales-reason__list-item__textarea p {
    font-weight: 400;
  }
  .customer-reason__list-item__textarea .notation p {
    font-size: 1rem;
    font-weight: 400;
  }

  .demand {
    margin-bottom: 30px;
  }

  .demand .contents-title {
    margin-bottom: 10px;
  }

  .demand > p {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .demand__list-item {
    width: 100%;
    font-size: 1.8rem;
  }

  .demand > p:nth-of-type(2) {
    font-size: 1.6rem;
  }

  .fee-contact {
    padding: 30px 0;
  }

  .table-title {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .customer__table__fee-reference th,
  .table__fee-reference th {
    font-size: 1.6rem;
  }

  .customer__table__fee-reference th,
  .customer__table__fee-reference td {
    display: inline-block;
    width: 100%;
    padding: 5%;
  }

  .customer__table__fee-reference th {
    border-bottom: none;
  }

  .customer__table__fee-reference td:nth-child(2) {
    border-bottom: none;
  }

  .customer__table__fee-reference td p:nth-of-type(1) {
    margin: 0;
  }

  .table-caption {
    padding: 5px 0 30px;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .fee-contact > div > p {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .fee-contact__button-area {
    flex-direction: column;
    gap: 30px;
    width: 90%;
  }
  .fee-contact__button-area a {
    width: 100%;
  }

  .option {
    margin: 50px auto;
  }

  .option__list-item {
    width: 100%;
    font-size: 1.8rem;
  }
}

/* SDGs */
.page-sdgs {
  margin: 50px auto;
  text-align: center;
}

.page-sdgs p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 50px;
}

.sdgs-title {
  display: inline-block;
  min-width: 200px;
  margin: 0 auto 30px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.page-sdgs .sdgs-title {
  width: 30%;
}

.sdgs-lead span {
  display: inline-block;
  margin-bottom: 30px;
}

.page-sdgs p.declaration {
  margin-bottom: 0;
  font-size: 2.6rem;
  font-weight: 700;
  color: #0484bc;
}

.page-sdgs figure {
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.1);
}

.tetra-best {
  position: relative;
  margin: -100px auto 0;
  padding: 300px 0 200px;
  background-color: #ebf3f8;
  z-index: -1;
}

.tetra-best__content-area {
  text-align: center;
}

.tetra-best__content-area::before {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  margin-bottom: 100px;
  background-image: url(../img/sdgs_section_line.jpg);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: contain;
}

.tetra-best__content-area .sdgs-title {
  width: 50%;
}

.tetra-best__content-area p {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.tetra-best__content-area p span {
  color: #0484bc;
}

.contribution {
  margin: -150px auto 80px;
  padding: 5%;
  background-color: #fff;
  box-shadow: 3px 6px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.contribution h2 {
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.contribution figure {
  margin-bottom: 30px;
}

.contribution p {
  font-size: 3.6rem;
  font-weight: 700;
}

.contribution p span {
  display: block;
  font-size: 1.8rem;
}

.concept-map {
  margin-bottom: 80px;
  text-align: center;
}

.concept-map::before {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  margin-bottom: 100px;
  background-image: url(../img/sdgs_section_line.jpg);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: contain;
}

.concept-map .sdgs-title {
  width: 60%;
}

.concept-map p {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.concept-map figure {
  width: 60%;
  margin: 0 auto;
}

.organization-chart {
  margin-bottom: 80px;
  text-align: center;
}

.organization-chart .sdgs-title {
  width: 70%;
}

.organization-chart p {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.organization-chart figure {
  width: 60%;
  margin: 0 auto;
}

.approach {
  margin-bottom: 80px;
  text-align: center;
}

.approach .sdgs-title {
  width: 40%;
}

.approach > p {
  margin-bottom: 80px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.approach__list-item {
  align-items: stretch;
  gap: 30px;
  padding: 20px 0;
  border-top: 2px solid #14a8e9;
  border-bottom: 2px solid #14a8e9;
}

.approach__list-item:first-child {
  border-bottom: 0;
}

.approach__list-item h3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  background-color: #eff8fe;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.approach__list-item__textarea {
  justify-content: flex-start;
  flex: 1;
  gap: 30px;
}

.approach__list-item figure {
  width: 230px;
}

.approach__list-item p {
  flex: 1;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.approach__list-item:nth-child(2) figure {
  width: 100%;
  text-align: left;
}

.approach__list-item:nth-child(2) figure img {
  width: 30%;
  padding-right: 10px;
}

.scenario {
  margin-bottom: 80px;
  text-align: center;
}

.scenario .sdgs-title {
  width: 30%;
}

.scenario > p {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.scenario > p:last-of-type {
  margin-bottom: 80px;
}

.scenario p span {
  color: #14a8e9;
}

.scenario figure {
  width: 50%;
  margin: 0 auto;
}

.scenario-approach {
  width: 100%;
  margin: 50px auto 0;
  padding: 50px 30px;
  background-color: #f9f8f8;
  text-align: left;
}

.scenario-approach p {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.scenario__list-item {
  margin-bottom: 10px;
  text-indent: 1em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.scenario__list-item span {
  color: #fff;
  padding: 0 5px;
}

.scenario__list-item:nth-child(1) span {
  background-color: #45b467;
}
.scenario__list-item:nth-child(2) span {
  background-color: #d88989;
}
.scenario__list-item:nth-child(3) span {
  background-color: #9797d8;
}
.scenario__list-item:nth-child(4) span {
  background-color: #77c8cb;
}

.scenario-figure {
  margin: 50px auto 100px;
}

.scenario-figure__list {
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  padding-top: 50px;
}

.scenario-figure__list-item {
  position: relative;
  width: 23%;
  padding: 80px 20px 50px;
  border-radius: 10px;
  text-align: left;
}

.scenario-figure__list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  min-width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.scenario-figure__list-item:nth-child(1) {
  background-color: #ccff99;
}

.scenario-figure__list-item:nth-child(1)::before {
  background-image: url(../img/icon_forest.png);
}

.scenario-figure__list-item:nth-child(2) {
  background-color: #ffcece;
}

.scenario-figure__list-item:nth-child(2)::before {
  background-image: url(../img/icon_group.png);
}

.scenario-figure__list-item:nth-child(3) {
  background-color: #d7d7ff;
}

.scenario-figure__list-item:nth-child(3)::before {
  background-image: url(../img/icon_money.png);
}

.scenario-figure__list-item:nth-child(4) {
  background-color: #ccfdff;
}

.scenario-figure__list-item:nth-child(4)::before {
  background-image: url(../img/icon_man.png);
}

.scenario-figure__list-item h3 {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.scenario-figure__inner-item {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.scenario-figure__list-item__icon-area {
  gap: 5px;
  width: 70%;
  margin: 0 auto;
}

.scenario-figure__list-item:nth-child(4) .scenario-figure__list-item__icon-area {
  justify-content: flex-start;
  width: 100%;
}

.scenario-figure__list-item__icon-area img {
  width: 45%;
}

.scenario-figure__list-item:nth-child(4) .scenario-figure__list-item__icon-area img {
  width: 30%;
}

.topics {
  padding-bottom: 100px;
  background-color: #ebf3f8;
  text-align: center;
}

.topics-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  margin-bottom: 100px;
  background-image: url(../img/sdgs_section_line.jpg);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: contain;
}

.topics-wrapper .sdgs-title {
  width: 30%;
}

.topics-wrapper > p {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.topics__list {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

.topics__list-item {
  width: 47%;
}

.topics__list-item figure {
  width: 100%;
  margin-bottom: 5px;
}

.topics__list-item h3 {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.topics__list-item h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-top: 3px solid #0599d9;
  border-right: 3px solid #0599d9;
}

.sales-sdgs {
  margin: 80px auto 100px;
  text-align: center;
}

.sales-sdgs__list {
  width: 100%;
}

.sales-sdgs__list-item {
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}

.sales-sdgs__list-item:not(:last-child) {
  margin-bottom: 50px;
}

.sales-sdgs__list-item figure {
  width: 45%;
  border-radius: 10px;
  overflow: hidden;
}

.sales-sdgs__list-item__textarea {
  flex: 1;
  text-align: left;
}

.sales-sdgs__list-item__textarea h3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #14a8e9;
}

.sales-sdgs__list-item__textarea h3 span {
  display: block;
  padding-bottom: 10px;
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 1;
}

.sales-sdgs__list-item__textarea p {
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 420px) {
  .sdgs-title {
    font-size: 2rem;
  }

  .page-sdgs p {
    font-size: 1.6rem;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.8em;
  }

  .sdgs-lead span {
    margin-bottom: 15px;
  }

  .page-sdgs p.declaration {
    font-size: 2rem;
  }

  .tetra-best {
    margin: -150px auto 0;
    padding: 150px 0;
  }

  .tetra-best__content-area::before,
  .concept-map::before,
  .topics-wrapper::before {
    margin-bottom: 50px;
    height: 13px;
  }

  .tetra-best__content-area .sdgs-title {
    width: 80%;
  }

  .tetra-best__content-area p {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .contribution {
    padding: 5% 3%;
    margin: -100px auto 50px;
  }

  .contribution h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .contribution p {
    font-size: 2rem;
  }

  .contribution p span {
    font-size: 1.4rem;
  }

  .concept-map .sdgs-title {
    width: 80%;
  }

  .concept-map p {
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 400;
  }

  .concept-map figure {
    width: 100%;
  }

  .organization-chart {
    margin-bottom: 50px;
  }

  .organization-chart .sdgs-title {
    width: 90%;
  }

  .organization-chart p {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .organization-chart figure {
    width: 100%;
  }

  .approach {
    margin-bottom: 50px;
  }

  .approach > p {
    margin-bottom: 50px;
    font-size: 1.6rem;
    font-weight: 400;
  }

  .approach__list-item {
    flex-direction: column;
    gap: 10px;
  }

  .approach__list-item h3 {
    width: 100%;
  }

  .approach__list-item__textarea {
    flex-direction: column-reverse;
    gap: 15px;
  }

  .approach__list-item p {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .approach__list-item:nth-child(2) figure {
    text-align: center;
  }

  .approach__list-item:nth-child(2) figure img {
    width: 230px;
    padding-bottom: 10px;
    margin: 0 auto;
  }

  .scenario {
    margin-bottom: 50px;
  }

  .scenario > p {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 400;
  }

  .scenario > p:last-of-type {
    margin-bottom: 50px;
  }

  .scenario figure {
    width: 80%;
  }

  .scenario-approach {
    padding: 30px 15px;
  }

  .scenario-approach p {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .scenario__list-item {
    text-indent: 0.5em;
    font-size: 1.6rem;
    font-weight: 400;
  }

  .scenario-figure {
    margin: 50px auto;
  }

  .scenario-figure__list {
    flex-direction: column;
    gap: 80px;
  }

  .scenario-figure__list-item {
    width: 100%;
  }
  .scenario-figure__list-item h3 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .scenario-figure__inner-list {
    margin-bottom: 20px;
  }

  .scenario-figure__inner-item {
    margin-bottom: 5px;
  }

  .topics {
    padding-bottom: 80px;
  }

  .topics-wrapper > p {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .topics__list {
    flex-direction: column;
    gap: 30px;
  }

  .topics__list-item {
    width: 100%;
  }

  .topics__list-item h3 {
    font-size: 1.8rem;
  }

  .sales-sdgs {
    margin: 50px auto 80px;
  }

  .sales-sdgs__list-item {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .sales-sdgs__list-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .sales-sdgs__list-item figure {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }

  .sales-sdgs__list-item__textarea h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .sales-sdgs__list-item__textarea h3 span {
    font-size: 3.6rem;
  }
}

/* contact */
.contact-area {
  margin: 80px auto;
  font-size: 1.8rem;
  font-weight: 500;
}

.smf-form.smf-form--letter {
  margin-bottom: 50px;
}

.smf-form .smf-item .smf-text-control__control,
.smf-form .smf-item .smf-textarea-control__control {
  border: none;
  background-color: #ededed;
}

.smf-progress-tracker {
  margin-bottom: 50px;
}

.smf-progress-tracker__item:after,
.smf-progress-tracker__item:before {
  display: none;
}

.smf-progress-tracker__item {
  border: 1px solid #0484bc;
}

.smf-progress-tracker__item__text {
  margin: 10px auto;
  color: #0484bc;
}

[data-screen="input"] .smf-progress-tracker__item--input {
  background-color: #0484bc;
}

[data-screen="input"] .smf-progress-tracker__item--input .smf-progress-tracker__item__text {
  color: #fff;
}

[data-screen="confirm"] .smf-progress-tracker__item--confirm {
  background-color: #0484bc;
}

[data-screen="confirm"] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__text {
  color: #fff;
}

[data-screen="confirm"] .wp-block-snow-monkey-forms-item.smf-item:nth-child(6) .smf-item__col--controls,
[data-screen="confirm"] .wp-block-snow-monkey-forms-item.smf-item:nth-child(7) .smf-item__col--controls {
  border-bottom: none;
  padding-bottom: 0;
}

[data-screen="confirm"] .smf-action .smf-button-control__control[data-action="back"]::after {
  right: auto;
  left: 20px;
  transform: translateY(-50%) rotate(-135deg);
}

[data-screen="complete"] .smf-progress-tracker__item--complete {
  background-color: #0484bc;
}

[data-screen="complete"] .smf-progress-tracker__item--complete .smf-progress-tracker__item__text {
  color: #fff;
}

[data-screen="complete"] h2 {
  font-size: 3.2rem;
  font-weight: 700;
}

[data-screen="complete"] p {
  font-size: 1.8rem;
  font-weight: 500;
}

[data-screen="complete"] ul li {
  font-size: 1.8rem;
  font-weight: 500;
}

.smf-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}

.smf-form--letter .smf-item__col--label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  width: 30%;
  padding: 0;
}

.smf-item__col--controls {
  flex: 1;
}

.smf-form .smf-item .smf-text-control__control,
.smf-form .smf-item .smf-textarea-control__control {
  padding: 20px;
  font-size: 1.8rem;
}

.smf-item__description {
  margin: 0;
  padding: 0 10px;
  background-color: #da0000;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}

.smf-radio-buttons-control__control > .smf-label {
  padding: 10px 0;
}

.wp-block-snow-monkey-forms-item.smf-item:nth-child(6) .smf-item__col--controls,
.wp-block-snow-monkey-forms-item.smf-item:nth-child(7) .smf-item__col--controls {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 30px;
}

.smf-action .smf-button-control__control {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  position: relative;
  width: 350px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #0599d9;
  background: #0599d9;
  font-size: 1.8rem;
  letter-spacing: normal;
  color: #fff;
  transition: all 0.3s;
}

.smf-action .smf-button-control__control:hover {
  background-color: #fff;
  border: 1px solid #0599d9;
  color: #0599d9;
}

.smf-action .smf-button-control__control::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.smf-action .smf-button-control__control:hover::after {
  border-top: 2px solid #0599d9;
  border-right: 2px solid #0599d9;
}

@media (max-width: 420px) {
  .contact-area {
    margin: 50px auto;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .smf-progress-tracker__item:not(:last-child) {
    border-right: none;
  }
  .smf-item {
    flex-direction: column;
    gap: 20px;
  }

  .smf-form--letter .smf-item__col--label {
    width: 100%;
  }

  .smf-item__col--controls {
    width: 100%;
  }
}

/* privacy policy */
.privacy {
  margin: 50px auto 100px;
}

.privacy p:not(:last-child) {
  margin-bottom: 2em;
}

.wp-block-separator {
  border: none;
  background-image: linear-gradient(to right, #595959, #595959 5px, transparent 5px, transparent 20px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.privacy .no2 {
  width: 20%;
  margin-bottom: 2em;
}
