@charset "UTF-8";
::before,
::after {
  --tw-content: '';
}

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

* {
  box-sizing: border-box;
}

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-size: 1em;
  /* 4 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
  border: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

summary {
  display: list-item;
}

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

button,
[role=button] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

* {
  text-underline-offset: 0.134em;
}

:root {
  --margin-sm: 16px;
  --margin-md: 32px;
}

html {
  height: 100%;
  font-size: 16px;
}

.hover-bright:hover {
  filter: brightness(1.2);
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1024px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .only-sp {
    display: none !important;
  }
}

#header .header {
  width: 100%;
  height: 71px;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-sizing: border-box;
}
#header .header__inner {
  max-width: 1480px;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
#header .header__logo {
  flex-shrink: 0;
}
#header .header__logo a {
  display: block;
}
#header .header__logo img {
  display: block;
  width: 240px;
  height: auto;
}
#header .header__nav {
  display: flex;
  align-items: center;
}
#header .header__nav-list {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .header__nav-list li {
  position: relative;
}
#header .header__nav-list li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.48;
  color: #333333;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
  transition: color 0.3s;
}
#header .header__nav-list li a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #FF9000;
  border-radius: 2px;
  transition: width 0.3s ease;
}
#header .header__nav-list li a:hover::after {
  width: 100%;
}
#header .header__cta {
  flex-shrink: 0;
  margin-left: 20px;
}
#header .btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  background: #FF9000;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.48;
  border-radius: 5px;
  text-decoration: none;
  transition: opacity 0.3s;
  white-space: nowrap;
}
#header .btn-contact:hover {
  opacity: 0.85;
}
#header .header__hamburger {
  display: none;
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 9999;
  flex-shrink: 0;
}
#header .header__hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #333333;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
#header .header__hamburger span:nth-child(1) {
  top: 6px;
}
#header .header__hamburger span:nth-child(2) {
  top: 16px;
}
#header .header__hamburger span:nth-child(3) {
  top: 26px;
}
#header .header__drawer {
  display: none;
}
@media (max-width: 1199px) {
  #header .header {
    height: 60px;
  }
  #header .header__inner {
    padding: 0 5%;
  }
  #header .header__logo img {
    width: 160px;
  }
  #header .header__nav {
    display: none;
  }
  #header .header__cta {
    display: none;
  }
  #header .header__hamburger {
    display: block;
  }
  #header .header__drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 9990;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
  }
  #header .header__drawer.is-open {
    visibility: visible;
    opacity: 1;
  }
  #header .header__drawer.is-open .header__drawer-link {
    opacity: 1;
    transform: translateX(0);
  }
  #header .header__drawer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 80px 20px 40px;
  }
  #header .header__drawer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #header .header__drawer-link {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    text-decoration: none;
    padding: 20px 40px;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  #header .header__drawer-link:hover {
    color: #FF9000;
  }
  #header .header__drawer-list li:nth-child(1) .header__drawer-link {
    transition-delay: 0.05s;
  }
  #header .header__drawer-list li:nth-child(2) .header__drawer-link {
    transition-delay: 0.1s;
  }
  #header .header__drawer-list li:nth-child(3) .header__drawer-link {
    transition-delay: 0.15s;
  }
  #header .header__drawer-list li:nth-child(4) .header__drawer-link {
    transition-delay: 0.2s;
  }
  #header .header__drawer-list li:nth-child(5) .header__drawer-link {
    transition-delay: 0.25s;
  }
  #header .header__drawer-list li:nth-child(6) .header__drawer-link {
    transition-delay: 0.3s;
  }
  #header .header__drawer-cta {
    margin-top: 40px;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.4s ease 0.35s, transform 0.4s ease 0.35s;
  }
  #header .header__drawer.is-open .header__drawer-cta {
    opacity: 1;
    transform: translateX(0);
  }
  #header body.nav-open .header__hamburger span:nth-child(1) {
    top: 16px;
    transform: rotate(45deg);
  }
  #header body.nav-open .header__hamburger span:nth-child(2) {
    opacity: 0;
  }
  #header body.nav-open .header__hamburger span:nth-child(3) {
    top: 16px;
    transform: rotate(-45deg);
  }
}
@media (max-width: 680px) {
  #header .header {
    height: 50px;
  }
  #header .header__logo img {
    width: 120px;
  }
  #header .header__drawer-link {
    font-size: 18px;
    padding: 16px 30px;
  }
}
#header .logo-area {
  text-align: center;
}
#header .logo-area-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 40px;
}
#header .logo-area__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #FF9710;
  margin: 0 0 20px;
}
#header .logo-area__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 20px;
}
#header .logo-area__logo {
  height: 28px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

footer {
  border-top: 1px solid rgb(217, 217, 217);
  padding: 80px 0 40px;
}
footer ul {
  display: flex;
  justify-content: center;
  gap: 0;
}
footer ul li {
  font-size: 14px;
  border-right: 1px solid rgb(51, 51, 51);
  padding: 0 30px;
}
footer ul li:last-child {
  border: none;
}
footer ul li a {
  color: rgb(51, 51, 51);
  text-decoration: none;
}
footer .logo {
  margin: 60px auto 0;
  width: 247px;
}
footer .logo img {
  width: 100%;
}
footer p {
  font-size: 12px;
  text-align: center;
  margin: 40px 0 0;
}

@media screen and (max-width: 1000px) {
  footer {
    padding: 30px 5%;
  }
  footer ul {
    flex-wrap: wrap;
  }
  footer ul li {
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid rgb(217, 217, 217);
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  footer ul li:last-child {
    margin: 0;
    border-bottom: none;
  }
  footer .logo {
    margin: 30px auto 0;
    width: 160px;
  }
  footer p {
    font-size: 10px;
    margin: 20px 0 0;
  }
}
.fixed-cta {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: block;
  transition: opacity 0.3s ease;
}

.fixed-cta__img {
  display: block;
  width: 56px;
  height: auto;
}

@media screen and (max-width: 576px) {
  .fixed-cta {
    display: none;
  }
}
#mv .mv {
  position: relative;
  width: 100%;
  max-width: 1482px;
  height: 700px;
  margin: 80px auto 0;
  background: #FFFFFF;
  overflow: hidden;
}
#mv .mv__deco-circle {
  position: absolute;
  border-radius: 50%;
  background: #FFF8D7;
  z-index: 1;
}
#mv .mv__deco-circle--1 {
  width: 479px;
  height: 488px;
  top: -67px;
  left: -1px;
}
#mv .mv__deco-circle--2 {
  width: 514px;
  height: 412px;
  top: 501px;
  left: 71px;
}
#mv .mv__deco-circle--3 {
  width: 328px;
  height: 348px;
  top: 364px;
  left: 1011px;
}
#mv .mv__deco-circle--4 {
  width: 440px;
  height: 362px;
  top: -113px;
  left: 986px;
}
#mv .mv__group {
  position: absolute;
}
#mv .mv__group-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#mv .mv__group--kawauchi {
  z-index: 2;
  top: -99px;
  left: -61px;
  width: 574px;
  height: 475px;
}
#mv .mv__person-info--kawauchi {
  position: absolute;
  z-index: 3;
  top: 211px;
  left: 366px;
  display: flex;
  flex-direction: column;
}
#mv .mv__group--left-bottom {
  z-index: 3;
  top: 397px;
  left: -56px;
  width: 519px;
  height: 454px;
}
#mv .mv__group--right-top {
  z-index: 4;
  top: -89px;
  left: 1041px;
  width: 510px;
  height: 421px;
}
#mv .mv__group--right-bottom {
  z-index: 5;
  top: 333px;
  left: 862px;
  width: 675px;
  height: 701px;
}
#mv .mv__person-info--komuro {
  position: absolute;
  z-index: 11;
  top: 627px;
  left: 924px;
  display: flex;
  flex-direction: column;
  text-align: right;
  white-space: nowrap;
}
#mv .mv__person-org {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
}
#mv .mv__person-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  color: #333333;
}
#mv .mv__content {
  position: absolute;
  z-index: 10;
  top: 72px;
  left: 471px;
  text-align: center;
  width: 540px;
}
#mv .mv__subtitle {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 30px;
}
#mv .mv__subtitle span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #6A4B36;
  position: relative;
  z-index: 2;
}
#mv .mv__wave {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 403px;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
#mv .mv__title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.7;
  color: #F05B5B;
}
#mv .mv__title em {
  font-style: normal;
}
#mv .mv__title-num {
  font-size: 110px;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
}
#mv .mv__title-brown {
  color: #6A4B36;
}
#mv .mv__title-sub {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.7;
  color: #F05B5B;
}
#mv .mv__service-name {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  color: #3AA28D;
  margin-top: 5px;
}
#mv .mv__tags {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
#mv .mv__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 16px;
  border: 1px solid #3AA28D;
  border-radius: 300px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #3AA28D;
}
#mv .mv__dotline {
  margin: 0 auto;
  border: none;
  height: 0;
  border-bottom: 4px dotted #CCCCCC;
}
#mv .mv__dotline--1 {
  width: 402px;
  margin-top: 0;
  margin-bottom: 0;
}
#mv .mv__dotline--2 {
  width: 541px;
  margin-top: 0;
  margin-bottom: 0;
}
#mv .mv__dotline--3 {
  width: 490px;
  margin-top: 0;
  margin-bottom: 0;
}
#mv .mv__responsive-img {
  display: none;
}
@media screen and (max-width: 1024px) {
  #mv .mv {
    height: auto;
    margin-top: 60px;
  }
  #mv .mv__pc-only {
    display: none;
  }
  #mv .mv__responsive-img--tablet {
    display: block;
    width: 100%;
  }
  #mv .mv__responsive-img-elem {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  #mv .mv {
    margin-top: 56px;
  }
  #mv .mv__responsive-img--tablet {
    display: none;
  }
  #mv .mv__responsive-img--sp {
    display: block;
    width: 100%;
  }
}

#logo-area .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 0;
}
#logo-area .inner .symbol-subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  color: #ff9710;
  font-family: "Noto Sans JP";
}
#logo-area .inner .symbol-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
#logo-area .inner .symbol-row img {
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

#mv-voice {
  background-color: #ffecd3;
}
#mv-voice .mv-voice-mv-voice.only-sp {
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 40px;
}
#mv-voice .card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  padding: 28px;
  border: 2px solid #ffecd3;
  border-radius: 10px;
}
#mv-voice .card .bold-white {
  background-color: #f05b5b;
  color: #fff;
  padding: 0 3px;
  margin: 0 3px;
  font-weight: 700;
}
#mv-voice .card .source {
  color: #999;
  font-size: 12px;
}
@media screen and (max-width: 576px) {
  #mv-voice .mv-voice-mv-voice.only-sp {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
}

#issue01 .issue {
  display: flex;
  flex-direction: column;
  gap: 7px;
  line-height: 1.5;
  letter-spacing: 0px;
  background-color: #fff9f5;
  padding-bottom: 20px;
  overflow: hidden;
}
#issue01 .header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #6a4b36;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  text-align: center;
  background: url(./images/issue01/header.png) center/contain no-repeat;
  padding: 160px 24px 73px 24px;
}
#issue01 .header-img {
  position: absolute;
  top: 57px;
  left: 50%;
  translate: -50% 0;
  margin-left: -474px;
  width: 204px;
  height: 129px;
}
#issue01 .header-subtitle {
  align-self: center;
  font-size: 24px;
}
#issue01 .header-title {
  font-size: 46px;
}
#issue01 .issue-section {
  width: calc(100% - 150px);
  margin-left: 150px;
  color: #333;
  font-family: "Noto Sans JP";
  background-color: #fff;
  padding: 60px 0px 60px 0px;
  border-radius: 40px 0 0 40px;
  min-width: 800px;
  position: relative;
  z-index: 1;
}
#issue01 .issue-section-bg-inner {
  position: relative;
  max-width: 1000px;
  margin-left: max(0px, (100vw - 1000px) / 2 - 150px);
  margin-right: auto;
}
#issue01 .issue-chart-section {
  display: flex;
  align-items: flex-start;
  gap: 71px;
}
#issue01 .issue-chart-section-text {
  position: relative;
  margin-top: 4px;
  width: 334px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
#issue01 .issue-catch-red {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
}
#issue01 .issue-catch-red span {
  background-color: #f05b5b;
  padding: 2px 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
#issue01 .issue-subtitle {
  align-self: start;
  font-size: 36px;
}
#issue01 .issue-text {
  font-weight: 400;
}
#issue01 .issue-chart-section-img {
  width: 595px;
  flex-shrink: 0;
  text-align: left;
}
#issue01 .issue-chart-img {
  width: 100%;
  height: auto;
}
#issue01 .issue-chart-caption {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  text-align: right;
}
#issue01 .issue-point-section {
  position: relative;
  margin-top: 20px;
  width: 100%;
  max-width: 1000px;
}
#issue01 .issue-point-section-img {
  position: relative;
  margin-top: 21px;
  display: flex;
  align-items: flex-start;
  gap: 65px;
  background-color: #f2f9f8;
  padding: 38px 63px;
  border: 2px solid #3aa28d;
  border-radius: 20px;
  text-align: left;
}
#issue01 .issue-img {
  width: 190px;
  flex-shrink: 0;
}
#issue01 .issue-point-section-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}
#issue01 .issue-point-header {
  position: absolute;
  top: -21px;
  left: 65px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  background-color: #3aa28d;
  padding: 8px 30px 8px 23px;
  border-radius: 300px;
}
#issue01 .issue-point-text-header {
  color: #3aa28d;
  font-size: 20px;
  font-weight: 700;
}
#issue01 .issue-point-text-body {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  #issue01 .header {
    padding-inline: var(--margin-sm);
  }
  #issue01 .issue-section {
    width: 100%;
    margin-left: 0;
    padding-inline: var(--margin-md);
    align-items: center;
    border-radius: 0;
    min-width: unset;
  }
  #issue01 .issue-section-bg-inner {
    margin-left: auto;
  }
  #issue01 .issue-chart-section {
    flex-direction: column;
    align-items: center;
    gap: 55px;
  }
  #issue01 .issue-chart-section > * {
    margin-top: unset !important;
    text-align: center;
  }
  #issue01 .issue-chart-section .issue-subtitle {
    align-self: center;
  }
  #issue01 .issue-chart-section-text,
  #issue01 .issue-chart-section-img {
    width: 100%;
  }
  #issue01 .issue-point-section {
    align-self: center;
  }
  #issue01 .issue-point-section-img {
    padding-inline: var(--margin-md);
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  #issue01 .issue-point-section-img > * {
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  #issue01 .issue-section {
    padding-inline: var(--margin-sm);
  }
  #issue01 .issue-point-section-img {
    padding-inline: var(--margin-sm);
  }
}
@container issue-section (width < 999px) {
  #issue01 .issue-chart-section {
    flex-direction: column;
    align-items: center;
    gap: 55px;
  }
  #issue01 .issue-chart-section > * {
    margin-top: unset !important;
    text-align: center;
  }
  #issue01 .issue-chart-section .issue-subtitle {
    align-self: center;
  }
  #issue01 .issue-chart-section > .issue-chart-section-text {
    width: 100%;
    max-width: 334px;
  }
  #issue01 .issue-chart-section > .issue-chart-section-img {
    width: 100%;
    max-width: 595px;
  }
}
@container issue-point-section (width < 999px) {
  #issue01 .issue-point-section-img {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  #issue01 .issue-point-section-img > * {
    text-align: center;
  }
  #issue01 .issue-point-section-img > .issue-point-section-text {
    width: 100%;
    max-width: 615px;
  }
}

#issue02 .issue {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  letter-spacing: 0px;
  background-color: #fff9f5;
  padding: 20px 0;
  overflow: hidden;
}
#issue02 .issue-section {
  width: calc(100% - 150px);
  margin-right: 150px;
  color: #333;
  font-family: "Noto Sans JP";
  background-color: #fff;
  padding: 60px 0px 60px 0px;
  border-radius: 0 40px 40px 0;
  min-width: 800px;
  position: relative;
  z-index: 1;
}
#issue02 .issue-section-bg-inner {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: max(0px, (100vw - 1000px) / 2 - 150px);
}
#issue02 .issue-chart-section {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 65px;
}
#issue02 .issue-chart-section-img {
  width: 595px;
  flex-shrink: 0;
  text-align: left;
}
#issue02 .issue-chart-img {
  width: 100%;
  height: auto;
}
#issue02 .issue-chart-caption {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  text-align: left;
}
#issue02 .issue-chart-section-text {
  margin-top: 7px;
  width: 335px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
#issue02 .issue-catch-red {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  width: 100%;
}
#issue02 .issue-catch-red span {
  background-color: #f05b5b;
  padding: 2px 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
#issue02 .issue-subtitle {
  align-self: start;
  font-size: 36px;
}
#issue02 .issue-text {
  font-weight: 400;
}
#issue02 .issue-point-section {
  container: issue-point-section/inline-size;
  position: relative;
  margin-top: 20px;
  width: 100%;
  max-width: 1000px;
}
#issue02 .issue-point-section-img {
  position: relative;
  margin-top: 21px;
  display: flex;
  align-items: flex-start;
  gap: 65px;
  line-height: 1.5;
  background-color: #f2f9f8;
  padding: 38px 63px;
  border: 2px solid #3aa28d;
  border-radius: 20px;
  text-align: left;
}
#issue02 .issue-img {
  width: 190px;
  flex-shrink: 0;
}
#issue02 .issue-point-section-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}
#issue02 .issue-point-header {
  position: absolute;
  top: -21px;
  left: 65px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  background-color: #3aa28d;
  padding: 8px 30px 8px 23px;
  border-radius: 300px;
}
#issue02 .issue-point-text-header {
  color: #3aa28d;
  font-size: 20px;
  font-weight: 700;
}
#issue02 .issue-point-text-body {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  #issue02 .header {
    padding-inline: var(--margin-sm);
  }
  #issue02 .issue-section {
    width: 100%;
    margin-right: 0;
    padding-inline: var(--margin-md);
    align-items: center;
    border-radius: 0;
    min-width: unset;
  }
  #issue02 .issue-section-bg-inner {
    margin-right: auto;
  }
  #issue02 .issue-chart-section {
    flex-direction: column;
    align-items: center;
    gap: 55px;
  }
  #issue02 .issue-chart-section > * {
    margin-top: unset !important;
    text-align: center;
  }
  #issue02 .issue-chart-section .issue-subtitle {
    align-self: center;
  }
  #issue02 .issue-chart-section-text,
  #issue02 .issue-chart-section-img {
    width: 100%;
  }
  #issue02 .issue-point-section {
    align-self: center;
  }
  #issue02 .issue-point-section-img {
    padding-inline: var(--margin-md);
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  #issue02 .issue-point-section-img > * {
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  #issue02 .issue-section {
    padding-inline: var(--margin-sm);
  }
  #issue02 .issue-point-section-img {
    padding-inline: var(--margin-sm);
  }
}
@container issue-section (width < 999px) {
  #issue02 .issue-chart-section {
    flex-direction: column;
    align-items: center;
    gap: 55px;
  }
  #issue02 .issue-chart-section > * {
    margin-top: unset !important;
    text-align: center;
  }
  #issue02 .issue-chart-section .issue-subtitle {
    align-self: center;
  }
  #issue02 .issue-chart-section > .issue-chart-section-text {
    width: 100%;
    max-width: 334px;
  }
  #issue02 .issue-chart-section > .issue-chart-section-img {
    width: 100%;
    max-width: 595px;
  }
}
@container issue-point-section (width < 999px) {
  #issue02 .issue-point-section-img {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  #issue02 .issue-point-section-img > * {
    text-align: center;
  }
  #issue02 .issue-point-section-img > .issue-point-section-text {
    width: 100%;
    max-width: 615px;
  }
}

#issue03 .issue {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  letter-spacing: 0px;
  background-color: #fff9f5;
  padding: 20px 0;
  overflow: hidden;
}
#issue03 .issue-section {
  width: calc(100% - 150px);
  margin-left: 150px;
  color: #333;
  font-family: "Noto Sans JP";
  background-color: #fff;
  padding: 60px 0px 60px 0px;
  border-radius: 40px 0 0 40px;
  min-width: 800px;
  position: relative;
  z-index: 1;
}
#issue03 .issue-section-bg-inner {
  position: relative;
  max-width: 1000px;
  margin-left: max(0px, (100vw - 1000px) / 2 - 150px);
  margin-right: auto;
}
#issue03 .issue-chart-section {
  display: flex;
  align-items: flex-start;
  gap: 68px;
}
#issue03 .issue-chart-section-text {
  position: relative;
  margin-top: 4px;
  width: 337px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
#issue03 .issue-catch-red {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
}
#issue03 .issue-catch-red span {
  background-color: #f05b5b;
  padding: 2px 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
#issue03 .issue-subtitle {
  align-self: start;
  font-size: 36px;
}
#issue03 .issue-text {
  font-weight: 400;
}
#issue03 .issue-chart-section-img {
  width: 595px;
  flex-shrink: 0;
}
#issue03 .issue-chart-img {
  width: 100%;
  height: auto;
}
#issue03 .issue-point-section {
  container: issue-point-section/inline-size;
  position: relative;
  margin-top: 20px;
  width: 100%;
  max-width: 1000px;
}
#issue03 .issue-point-section-img {
  position: relative;
  margin-top: 21px;
  display: flex;
  align-items: flex-start;
  gap: 65px;
  line-height: 1.5;
  background-color: #f2f9f8;
  padding: 38px 63px;
  border: 2px solid #3aa28d;
  border-radius: 20px;
  text-align: left;
}
#issue03 .issue-img {
  width: 190px;
  flex-shrink: 0;
}
#issue03 .issue-point-section-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}
#issue03 .issue-point-header {
  position: absolute;
  top: -21px;
  left: 65px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  background-color: #3aa28d;
  padding: 8px 30px 8px 23px;
  border-radius: 300px;
}
#issue03 .issue-point-text-header {
  color: #3aa28d;
  font-size: 20px;
  font-weight: 700;
}
#issue03 .issue-point-text-body {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  #issue03 .header {
    padding-inline: var(--margin-sm);
  }
  #issue03 .issue-section {
    width: 100%;
    margin-left: 0;
    padding-inline: var(--margin-md);
    align-items: center;
    border-radius: 0;
    min-width: unset;
  }
  #issue03 .issue-section-bg-inner {
    margin-left: auto;
  }
  #issue03 .issue-chart-section {
    flex-direction: column;
    align-items: center;
    gap: 55px;
  }
  #issue03 .issue-chart-section > * {
    margin-top: unset !important;
    text-align: center;
  }
  #issue03 .issue-chart-section .issue-subtitle {
    align-self: center;
  }
  #issue03 .issue-chart-section-text,
  #issue03 .issue-chart-section-img {
    width: 100%;
  }
  #issue03 .issue-point-section {
    align-self: center;
  }
  #issue03 .issue-point-section-img {
    padding-inline: var(--margin-md);
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  #issue03 .issue-point-section-img > * {
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  #issue03 .issue-section {
    padding-inline: var(--margin-sm);
  }
  #issue03 .issue-point-section-img {
    padding-inline: var(--margin-sm);
  }
}
@container issue-section (width < 999px) {
  #issue03 .issue-chart-section {
    flex-direction: column;
    align-items: center;
    gap: 55px;
  }
  #issue03 .issue-chart-section > * {
    margin-top: unset !important;
    text-align: center;
  }
  #issue03 .issue-chart-section .issue-subtitle {
    align-self: center;
  }
  #issue03 .issue-chart-section > .issue-chart-section-text {
    width: 100%;
    max-width: 334px;
  }
  #issue03 .issue-chart-section > .issue-chart-section-img {
    width: 100%;
    max-width: 595px;
  }
}
@container issue-point-section (width < 999px) {
  #issue03 .issue-point-section-img {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  #issue03 .issue-point-section-img > * {
    text-align: center;
  }
  #issue03 .issue-point-section-img > .issue-point-section-text {
    width: 100%;
    max-width: 615px;
  }
}

#issue04 .issue {
  display: flex;
  flex-direction: column;
  color: #333;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0px;
  background-color: #fff9f5;
  padding-top: 20px;
  padding-bottom: 120px;
  overflow: hidden;
}
#issue04 .issue-section {
  width: calc(100% - 150px);
  margin-right: 150px;
  color: #333;
  font-family: "Noto Sans JP";
  background-color: #fff;
  padding: 60px 0px 60px 0px;
  border-radius: 0 40px 40px 0;
  min-width: 800px;
  position: relative;
  z-index: 1;
}
#issue04 .issue-section-bg-inner {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: max(0px, (100vw - 1000px) / 2 - 150px);
}
#issue04 .issue-chart-section {
  display: flex;
  align-items: flex-start;
  gap: 65px;
}
#issue04 .issue-chart-section-img {
  width: 595px;
  flex-shrink: 0;
}
#issue04 .issue-chart-img {
  width: 100%;
  height: auto;
}
#issue04 .issue-chart-caption {
  margin-top: 10px;
  width: 100%;
  max-width: 858px;
  align-self: center;
  font-size: 12px;
  font-weight: 400;
  color: #666;
}
#issue04 .issue-chart-section-text {
  margin-top: 4px;
  width: 335px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
#issue04 .issue-catch-red {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  width: 100%;
}
#issue04 .issue-catch-red span {
  background-color: #f05b5b;
  padding: 2px 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
#issue04 .issue-subtitle {
  align-self: start;
  font-size: 36px;
}
#issue04 .issue-text {
  font-weight: 400;
}
#issue04 .issue-point-section {
  container: issue-point-section/inline-size;
  position: relative;
  margin-top: 20px;
  width: 100%;
  max-width: 1000px;
}
#issue04 .issue-point-section-img {
  position: relative;
  margin-top: 21px;
  display: flex;
  align-items: flex-start;
  gap: 65px;
  background-color: #f2f9f8;
  padding: 38px 63px;
  border: 2px solid #3aa28d;
  border-radius: 20px;
  text-align: left;
}
#issue04 .issue-img {
  width: 190px;
  flex-shrink: 0;
}
#issue04 .issue-point-section-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}
#issue04 .issue-point-header {
  position: absolute;
  top: -21px;
  left: 65px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  background-color: #3aa28d;
  padding: 8px 30px 8px 23px;
  border-radius: 300px;
}
#issue04 .issue-point-text-header {
  color: #3aa28d;
  font-size: 20px;
  font-weight: 700;
}
#issue04 .issue-point-text-body {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  #issue04 .header {
    padding-inline: var(--margin-sm);
  }
  #issue04 .issue-section {
    width: 100%;
    margin-right: 0;
    padding-inline: var(--margin-md);
    align-items: center;
    border-radius: 0;
    min-width: unset;
  }
  #issue04 .issue-section-bg-inner {
    margin-right: auto;
  }
  #issue04 .issue-chart-section {
    flex-direction: column;
    align-items: center;
    gap: 55px;
  }
  #issue04 .issue-chart-section > * {
    margin-top: unset !important;
    text-align: center;
  }
  #issue04 .issue-chart-section .issue-subtitle {
    align-self: center;
  }
  #issue04 .issue-chart-section-text,
  #issue04 .issue-chart-section-img {
    width: 100%;
  }
  #issue04 .issue-point-section {
    align-self: center;
  }
  #issue04 .issue-point-section-img {
    padding-inline: var(--margin-md);
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  #issue04 .issue-point-section-img > * {
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  #issue04 .issue-section {
    padding-inline: var(--margin-sm);
  }
  #issue04 .issue-point-section-img {
    padding-inline: var(--margin-sm);
  }
}
@container issue-section (width < 999px) {
  #issue04 .issue-chart-section {
    flex-direction: column;
    align-items: center;
    gap: 55px;
  }
  #issue04 .issue-chart-section > * {
    margin-top: unset !important;
    text-align: center;
  }
  #issue04 .issue-chart-section .issue-subtitle {
    align-self: center;
  }
  #issue04 .issue-chart-section > .issue-chart-section-text {
    width: 100%;
    max-width: 334px;
  }
  #issue04 .issue-chart-section > .issue-chart-section-img {
    width: 100%;
    max-width: 595px;
  }
}
@container issue-point-section (width < 999px) {
  #issue04 .issue-point-section-img {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  #issue04 .issue-point-section-img > * {
    text-align: center;
  }
  #issue04 .issue-point-section-img > .issue-point-section-text {
    width: 100%;
    max-width: 615px;
  }
}

#issue-sum {
  background: url(./images/issue-sum/bg.png) no-repeat center center/cover;
}
#issue-sum .issue {
  container: issue/inline-size;
  display: flex;
  flex-direction: column;
  gap: 50px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  padding: 100px 24px 80px 24px;
}
#issue-sum .issue-row-top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: center;
  color: #6a4b36;
  font-size: 18px;
}
#issue-sum .issue-row-top li {
  max-width: 100%;
}
#issue-sum .card-left {
  min-height: 207px;
  justify-content: center;
  gap: 20px;
  flex-shrink: 0;
  text-align: center;
}
#issue-sum .card-left-btn-symbol {
  margin-left: 1px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  color: #f05b5b;
  font-size: 40px;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  background-color: #ffeded;
  padding: 20px 8px;
  border-radius: 50%;
}
#issue-sum .card1 {
  min-height: 207px;
  justify-content: center;
  gap: 20px;
  flex-shrink: 0;
  text-align: center;
}
#issue-sum .card-circle1 {
  position: relative;
  margin-left: 1px;
  flex-shrink: 0;
  align-self: center;
}
#issue-sum .card-symbol1 {
  position: absolute;
  top: 30px;
  left: 50%;
  translate: -50% 0;
  width: 40px;
  height: 40px;
}
#issue-sum .card2 {
  min-height: 207px;
  justify-content: center;
  gap: 20px;
  flex-shrink: 0;
  text-align: center;
}
#issue-sum .card-circle2 {
  position: relative;
  margin-left: 1px;
  flex-shrink: 0;
  align-self: center;
}
#issue-sum .card-symbol2 {
  position: absolute;
  top: 23px;
  left: 50%;
  translate: -50% 0;
  width: 52px;
  height: 55px;
}
#issue-sum .card-right {
  min-height: 207px;
  justify-content: center;
  gap: 20px;
  flex-shrink: 0;
  text-align: center;
}
#issue-sum .card-right-circle {
  position: relative;
  margin-left: 1px;
  flex-shrink: 0;
  align-self: center;
}
#issue-sum .card-right-graphic {
  position: absolute;
  top: 28px;
  left: 50%;
  translate: -50% 0;
  width: 40px;
  height: 40px;
}
#issue-sum .issue-subtitle {
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 1280px) {
  #issue-sum .issue {
    padding-inline: var(--margin-sm);
  }
}
@container issue (width < 999px) {
  #issue-sum .issue-row-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  #issue-sum .issue-row-top .card-white {
    width: 100%;
  }
}

#issue-sum .sub-text-brown {
  color: #ffe989;
}
#issue-sum .circle-light {
  width: 100px;
  height: 100px;
  background-color: #ffeded;
  border-radius: 50%;
}
#issue-sum .card-white {
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.07);
  width: 235px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 0 9px;
  border-radius: 20px;
}
#issue-sum .hover-dark:hover {
  filter: brightness(0.85);
}

#law-revision .law-revision {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  background-color: #fff9f5;
  padding: 120px 24px;
  overflow: hidden;
}
#law-revision .law-revision-ellipse {
  position: absolute;
  transform-origin: 50% 50%;
  border-radius: 50%;
}
#law-revision .law-revision-graphic1 {
  position: absolute;
  top: -124px;
  translate: -50% 0;
  transform-origin: 50% 50%;
  margin-left: -585px;
  width: calc(100% - 32px);
  height: 467px;
  max-width: 621px;
}
#law-revision .law-revision-ellipse1 {
  z-index: 1;
  top: 495px;
  right: 71px;
  rotate: -24deg;
  width: 293px;
  height: 310px;
  background-color: #ceead6;
}
#law-revision .law-revision-ellipse2 {
  top: 1643px;
  left: 50%;
  translate: -50% 0;
  rotate: -72deg;
  margin-left: -528px;
  width: calc(100% - 32px);
  height: 649px;
  max-width: 614px;
  background-color: #dceff0;
}
#law-revision .law-card {
  z-index: 3;
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.05);
  width: calc(100% - 32px);
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-family: "Noto Sans JP";
  background-color: #fff;
  margin-top: 20px;
  padding-bottom: 40px;
  border-radius: 30px;
}
#law-revision .law-card-header {
  container: law-card-header/inline-size;
  display: block;
  gap: 57px;
  background-color: #f05b5b;
  padding: 33px 57px 32px 40px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
#law-revision .law-card-title {
  color: #ffe989;
  font-size: 30px;
  text-align: left;
  margin-bottom: 10px;
}
#law-revision .law-card-description {
  margin-top: 1px;
  flex-grow: 1;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
#law-revision .law-card-body {
  margin: 0 auto;
  width: 90%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  align-self: center;
  color: #333;
  font-size: 20px;
}
#law-revision .law-card-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#law-revision .law-card-item-text {
  flex-grow: 1;
  text-align: left;
}
#law-revision .law-card-check {
  position: relative;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  background-color: #f05b5b;
  border-radius: 50%;
}
#law-revision .law-card-check-icon {
  position: absolute;
  top: 7px;
  left: 50%;
  translate: -50% 0;
  width: 19px;
  height: 14px;
}
#law-revision .law-revision-img-group {
  position: absolute;
  z-index: 5;
  top: 535px;
  left: 50%;
  translate: -50% 0;
  margin-left: 474px;
  width: 172px;
  height: 162px;
}
#law-revision .law-revision-title {
  position: relative;
  z-index: 2;
  margin-left: 32px;
  color: #6a4b36;
  font-size: 46px;
  line-height: normal;
}
#law-revision .law-revision-subtitle2 {
  margin-left: 32px;
  color: #6a4b36;
  font-size: 24px;
}
#law-revision .law-revision-col2 {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  text-align: left;
  background-color: #fff;
  padding: 70px;
  border-radius: 40px;
}
#law-revision .law-revision-content-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
  margin: 0 auto;
}
#law-revision .law-revision-col2-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  text-align: left;
}
#law-revision .law-revision-col2-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#law-revision .law-revision-img-mask {
  width: 100%;
  max-width: 340px;
  border-radius: 20px;
}
#law-revision .law-revision-text3 {
  color: #6a4b36;
}
#law-revision .law-revision-subtitle3 {
  margin-top: 2px;
  width: 100%;
  max-width: 595px;
  color: #3aa28d;
  font-size: 36px;
}
#law-revision .law-revision-line2 {
  margin-top: 15px;
  width: 100%;
  height: 0;
  max-width: 588px;
  flex-shrink: 0;
  border-top: 2px dashed #6a4b36;
  stroke-width: 2px;
  stroke: #6A4B36;
}
#law-revision .law-revision-text4 {
  color: #fff;
  background-color: #f05b5b;
  padding: 3px 10px;
}
#law-revision .law-revision-text5 {
  margin-top: 2px;
  width: 100%;
  max-width: 595px;
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 400;
}
#law-revision .law-revision-group {
  margin-top: 32px;
  align-self: stretch;
}
#law-revision .law-revision-row2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
}
#law-revision .group {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 50px 37px 37px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: left;
  position: relative;
}
#law-revision .group-btn-text {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 4px 30px;
  border-radius: 300px;
  margin: 0;
}
#law-revision .group ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#law-revision .group li {
  padding-left: 24px;
  position: relative;
}
#law-revision .group li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#law-revision .group-left {
  background-color: #ebf6f7;
  border: 3px solid #68c5cb;
}
#law-revision .group-left .group-btn-text {
  background-color: #68c5cb;
}
#law-revision .group-left li::before {
  background-color: #68c5cb;
}
#law-revision .group-right {
  background-color: #fff6ed;
  border: 3px solid #ffae52;
}
#law-revision .group-right .group-btn-text {
  background-color: #ffae52;
}
#law-revision .group-right li::before {
  background-color: #ffae52;
}
#law-revision .law-revision-graphic4 {
  width: 63px;
  height: 39px;
  flex-shrink: 0;
}
#law-revision .law-revision-subtitle4 {
  margin-top: 22px;
  align-self: stretch;
  color: #f05b5b;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  #law-revision .law-revision {
    padding-inline: var(--margin-sm);
  }
  #law-revision .law-revision-graphic1 {
    margin-inline: 0;
  }
  #law-revision .law-revision-ellipse2 {
    margin-inline: 0;
  }
  #law-revision .law-card-header {
    padding-inline: var(--margin-md);
  }
  #law-revision .law-revision-title {
    margin-inline: 0;
  }
  #law-revision .law-revision-subtitle2 {
    margin-inline: 0;
  }
  #law-revision .law-revision-col2 {
    padding-inline: var(--margin-sm);
  }
}
@media screen and (max-width: 999px) {
  #law-revision .law-revision-content-grid {
    grid-template-columns: 1fr;
  }
  #law-revision .law-revision-col2-img {
    order: -1;
    justify-content: center;
  }
  #law-revision .law-revision-img-mask {
    max-width: 300px;
  }
  #law-revision .law-revision-row2 {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  #law-revision .group {
    max-width: 460px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  #law-revision .law-card-header {
    padding-inline: var(--margin-sm);
  }
}
@container law-card-header (width < 999px) {
  #law-revision .law-card-header {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  #law-revision .law-card-header > * {
    margin-top: unset !important;
    text-align: center;
  }
  #law-revision .law-card-header > .law-card-description {
    width: 100%;
  }
}

#law-revision .text {
  font-size: 20px;
}
#law-revision .sub-text-dark {
  color: #333;
}
#law-revision .sub-text {
  font-weight: 400;
}
#law-revision .sub-text-brown {
  color: #6a4b36;
}
#law-revision .bold {
  font-weight: 700;
}
#law-revision .hover-dark:hover {
  filter: brightness(0.85);
}

#middle-sum .middle-sum-middle {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  background-color: #3aa28d;
  padding: 100px;
  overflow: hidden;
}
#middle-sum .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#middle-sum .middle-sum-middle-text-group {
  z-index: 1;
  position: relative;
}
#middle-sum .middle-sum-middle-group {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 0px);
  max-width: 577px;
  padding: 100px 101px 64px 101px;
}
#middle-sum .middle-sum-middle-graphic {
  position: absolute;
  top: -75px;
  left: 0;
  right: -32px;
  height: 512px;
  max-width: none;
}
#middle-sum .middle-sum-middle-img {
  position: relative;
  z-index: 1;
  width: 288px;
  height: 273px;
}
#middle-sum .middle-sum-middle-text1 {
  color: #6a4b36;
  font-size: 18px;
  background-color: #ffe989;
  padding: 2px 16px 2px 15px;
  border-radius: 300px;
}
#middle-sum .middle-sum-middle-title {
  color: #ffe989;
  font-size: 46px;
  font-family: "Zen Maru Gothic";
}
#middle-sum .middle-sum-middle-text2 {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  #middle-sum .inner {
    text-align: center;
  }
  #middle-sum .middle-sum-middle {
    padding-inline: var(--margin-md);
  }
  #middle-sum .middle-sum-middle-group {
    padding-inline: 0;
    display: none;
  }
}
@media screen and (max-width: 576px) {
  #middle-sum .middle-sum-middle {
    padding-inline: var(--margin-sm);
  }
}

#reason-company .reason {
  position: relative;
  line-height: 1.5;
  letter-spacing: 0px;
  background-color: #fff9f5;
  padding: 120px 0 80px;
}
#reason-company .reason-btn-text {
  min-height: 31px;
  display: flex;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  background-color: #fff;
  padding: 4px 9px;
  border: 1px solid #ff9000;
  border-radius: 5px;
}
#reason-company .reason-col1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 700;
  text-align: center;
}
#reason-company .reason-img {
  position: absolute;
  top: 406px;
  left: 50%;
  translate: -50% 0;
  margin-left: 480px;
  width: 121px;
  height: 124px;
  z-index: 1;
}
#reason-company .reason-subtitle1 {
  color: #6a4b36;
  font-size: 24px;
  font-family: "Zen Maru Gothic";
}
#reason-company .reason-subtitle2 {
  color: #6a4b36;
  font-size: 46px;
  font-family: "Zen Maru Gothic";
}
#reason-company .reason-text-headline {
  margin-top: 50px;
  width: 100%;
  max-width: 830px;
  align-self: center;
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  text-align: left;
}
#reason-company .reason-circle {
  width: 100%;
  height: 425px;
  max-width: 425px;
}
#reason-company .card-circle-orange {
  width: 100%;
  height: 396px;
  max-width: 396px;
  display: flex;
  flex-direction: column;
  background-color: #ff970f;
  padding: 0 12px;
  border-radius: 50%;
}
#reason-company .card-circle-orange-frame-top {
  width: 100%;
  max-width: 288px;
  align-self: center;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 300px;
}
#reason-company .card-circle-orange-text {
  margin-top: auto;
  margin-bottom: -11px;
  font-size: 18px;
}
#reason-company .card-circle-orange-title {
  font-size: 50px;
}
#reason-company .reason-graphic {
  position: relative;
  top: -20px;
  width: 100%;
  height: 122px;
}
#reason-company .reason-col2 {
  padding: 80px 0 0;
  display: grid;
  grid-template-columns: 425px 510px;
  gap: 65px;
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Noto Sans JP";
  text-align: left;
}
#reason-company .col-left {
  display: flex;
  justify-content: center;
}
#reason-company .col-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#reason-company .card {
  display: flex;
  flex-direction: column;
  color: #333;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 0 30px;
}
#reason-company .card-input-symbol {
  color: #fff;
  background-color: #ff970f;
  padding: 15px 0 15px 30px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 30px;
}
#reason-company .row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 30px;
}
#reason-company .row + .row {
  margin-top: 17px;
}
#reason-company .row-text1 {
  flex-shrink: 0;
  white-space: nowrap;
}
#reason-company .row-text2 {
  text-align: left;
}
#reason-company .card-text {
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}
#reason-company .card-text3 {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  margin-top: 4px;
}
#reason-company .reason-lecture-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #ff9000;
  font-size: 14px;
  font-weight: 700;
}
#reason-company .reason-lecture-menu-title {
  color: #6a4b36;
}
#reason-company .reason-row {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 999px) {
  #reason-company .reason-col1 {
    padding: 0 5%;
  }
  #reason-company .reason-col2 {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 40px 5% 0;
  }
  #reason-company .col-left {
    justify-content: center;
  }
  #reason-company .reason-circle {
    max-width: 300px;
  }
}

#reason-company .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
}
#reason-company .sub-text {
  font-size: 30px;
}
#reason-company .hover-dark:hover {
  filter: brightness(0.85);
}

#reason-person01 .page {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #6a4b36;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  background-color: #fff;
  padding: 160px 24px 5px;
}
#reason-person01 .page-subtitle1 {
  font-size: 24px;
}
#reason-person01 .page-heading {
  font-size: 46px;
}
#reason-person01 .page-col {
  margin-top: 70px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-self: center;
  font-family: "Noto Sans JP";
  text-align: left;
  background-color: #fff9f5;
  padding: 80px 100px 64px;
  border-radius: 40px;
}
#reason-person01 .page-row1 {
  display: grid;
  grid-template-columns: 425px 1fr;
  gap: 65px;
  align-items: start;
}
#reason-person01 .page-img {
  width: 100%;
  border-radius: 8px;
}
#reason-person01 .page-col-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#reason-person01 .page-label {
  display: inline-block;
  align-self: start;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #f05b5b;
  padding: 2px 10px;
  border-radius: 300px;
}
#reason-person01 .page-name-group {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
#reason-person01 .page-title {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  white-space: nowrap;
}
#reason-person01 .page-role {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
#reason-person01 .page-description {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
#reason-person01 .page-line {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0;
}
#reason-person01 .page-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
#reason-person01 .timeline-row {
  display: flex;
  gap: 10px;
}
#reason-person01 .timeline-row dt {
  flex-shrink: 0;
  width: 70px;
}
#reason-person01 .timeline-row dd {
  margin: 0;
}
#reason-person01 .card-clients {
  background-color: #fff;
  border: 1px solid #ff9000;
  border-radius: 10px;
  overflow: hidden;
}
#reason-person01 .card-clients-header {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #ff9000;
  padding: 7px 12px;
  margin: 0;
}
#reason-person01 .card-clients-body {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 20px;
}
#reason-person01 .page-quote {
  position: relative;
  padding: 12px 0 16px;
}
#reason-person01 .page-quote-text {
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 50px 65px;
  border-radius: 30px;
  margin: 0;
}
#reason-person01 .page-symbol1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 28px;
  width: 50px;
  height: 38px;
}
#reason-person01 .page-symbol2 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 28px;
  width: 50px;
  height: 38px;
}
@media screen and (max-width: 1280px) {
  #reason-person01 .page {
    padding-inline: var(--margin-sm);
  }
  #reason-person01 .page-col {
    padding: 60px 5%;
  }
}
@media screen and (max-width: 999px) {
  #reason-person01 .page-row1 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #reason-person01 .page-img {
    max-width: 425px;
    justify-self: center;
  }
  #reason-person01 .page-col-right {
    text-align: left;
  }
  #reason-person01 .page-name-group {
    flex-direction: column;
    gap: 10px;
  }
  #reason-person01 .page-quote-text {
    padding: 30px 5%;
  }
}
@media screen and (max-width: 576px) {
  #reason-person01 .page {
    padding-inline: var(--margin-sm);
  }
  #reason-person01 .page-col {
    padding: 40px 5%;
  }
  #reason-person01 .page-heading {
    font-size: 32px;
  }
}

#reason-person02 .page {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0px;
  background-color: #fff;
  padding: 10px 24px 6px;
}
#reason-person02 .page-col {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  background-color: rgba(255, 249, 245, 0.8);
  padding: 80px 100px 64px;
  border-radius: 40px;
}
#reason-person02 .page-row1 {
  display: grid;
  grid-template-columns: 425px 1fr;
  gap: 65px;
  align-items: start;
}
#reason-person02 .page-img {
  width: 100%;
  border-radius: 8px;
}
#reason-person02 .page-col-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#reason-person02 .page-label {
  display: inline-block;
  align-self: start;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #f05b5b;
  padding: 2px 10px;
  border-radius: 300px;
}
#reason-person02 .page-name-group {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
#reason-person02 .page-title {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  white-space: nowrap;
}
#reason-person02 .page-role {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
#reason-person02 .page-description {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
#reason-person02 .page-line {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0;
}
#reason-person02 .page-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
#reason-person02 .timeline-row {
  display: flex;
  gap: 10px;
}
#reason-person02 .timeline-row dt {
  flex-shrink: 0;
  width: 60px;
}
#reason-person02 .timeline-row dd {
  margin: 0;
}
#reason-person02 .card-clients {
  background-color: #fff;
  border: 1px solid #ff9000;
  border-radius: 10px;
  overflow: hidden;
}
#reason-person02 .card-clients-header {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #ff9000;
  padding: 7px 12px;
  margin: 0;
}
#reason-person02 .card-clients-body {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 20px;
}
#reason-person02 .page-quote {
  position: relative;
  padding: 12px 0 16px;
}
#reason-person02 .page-quote-text {
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 50px 65px;
  border-radius: 30px;
  margin: 0;
}
#reason-person02 .page-symbol1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 28px;
  width: 50px;
  height: 38px;
}
#reason-person02 .page-symbol2 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 28px;
  width: 50px;
  height: 38px;
}
@media screen and (max-width: 1280px) {
  #reason-person02 .page-col {
    padding: 60px 5%;
  }
}
@media screen and (max-width: 999px) {
  #reason-person02 .page-row1 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #reason-person02 .page-img {
    max-width: 425px;
    justify-self: center;
  }
  #reason-person02 .page-col-right {
    text-align: left;
  }
  #reason-person02 .page-name-group {
    flex-direction: column;
    gap: 10px;
  }
  #reason-person02 .page-quote-text {
    padding: 30px 5%;
  }
}
@media screen and (max-width: 576px) {
  #reason-person02 .page {
    padding-inline: var(--margin-sm);
  }
  #reason-person02 .page-col {
    padding: 40px 5%;
  }
}

#reason-person-others .others {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0px;
  padding: 10px 24px 16px;
}
#reason-person-others .others-row {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background-color: #fffaf7;
  padding: 80px 100px 64px;
  border-radius: 40px;
}
#reason-person-others .others-row > li {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#reason-person-others .profile-img-box {
  width: 100%;
  margin-bottom: 15px;
}
#reason-person-others .other-img-mask-group {
  width: 100%;
  display: block;
}
#reason-person-others .profile-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: left;
  text-align: left;
  padding: 0 15px;
  border-left: 2px solid #ff9000;
}
#reason-person-others .profile-name {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
#reason-person-others .profile-furigana {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin-top: 4px;
}
#reason-person-others .profile-body {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
  text-align: left;
}
#reason-person-others .person-company-result {
  margin-top: 25px;
  max-width: 1000px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #ff9000;
  border-radius: 20px;
  overflow: hidden;
}
#reason-person-others .person-company-result-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #ff9000;
  padding: 15px 24px;
  margin: 0;
}
#reason-person-others .person-company-result-text {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 30px 40px;
  margin: 0;
}
#reason-person-others .person-company-result-text li {
  display: inline-block;
}
#reason-person-others .person-company-result-text li::after {
  content: "、";
  display: inline-block;
}
@media screen and (max-width: 1280px) {
  #reason-person-others .others-row {
    padding: 60px 5%;
  }
}
@media screen and (max-width: 999px) {
  #reason-person-others .others-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  #reason-person-others .others-row > li {
    border-left: none;
  }
  #reason-person-others .person-company-result-text {
    padding: 20px 5%;
  }
}
@media screen and (max-width: 576px) {
  #reason-person-others .others {
    padding-inline: var(--margin-sm);
  }
  #reason-person-others .others-row {
    grid-template-columns: 1fr;
    padding: 40px 5%;
    gap: 40px;
  }
}

#reason-tonari {
  overflow: hidden;
}
#reason-tonari .tonari-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 20px 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  position: relative;
}
#reason-tonari .tonari-container::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 140px;
  height: 140px;
  background-color: #fff2b6;
  border-radius: 50%;
  z-index: -1;
}
#reason-tonari .tonari-container::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -80px;
  width: 298px;
  height: 298px;
  background-color: #fff8d7;
  border-radius: 50%;
  z-index: -1;
}
#reason-tonari .tonari-main {
  display: grid;
  max-width: 1000px;
  grid-template-columns: 1fr 425px;
  gap: 60px;
  margin: 0 auto 80px;
}
#reason-tonari .tonari-header-area {
  position: relative;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#reason-tonari .tonari-header-area::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fff2b6;
  border-radius: 50%;
}
#reason-tonari .tonari-header-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  width: 42px;
  height: 42px;
  background-color: #fff2b6;
  border-radius: 50%;
}
#reason-tonari .tonari-header-label {
  color: #6a4b36;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  z-index: 1;
}
#reason-tonari .tonari-title {
  color: #3aa28d;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  z-index: 1;
}
#reason-tonari .tonari-subtitle {
  color: #6a4b36;
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0;
}
#reason-tonari .tonari-line {
  width: 100%;
  max-width: 511px;
  border: none;
  border-top: 2px dashed #6a4b36;
  margin: 24px 0 20px;
  stroke: #6A4B36;
  stroke-width: 2px;
}
#reason-tonari .tonari-profile-text {
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  max-width: 510px;
  margin: 0;
}
#reason-tonari .tonari-img-area {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
#reason-tonari .tonari-img {
  width: 100%;
  max-width: 425px;
  height: auto;
  display: block;
}
#reason-tonari .tonari-books-area {
  background-color: #ceead6;
  border-radius: 40px;
  padding: 30px 40px 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#reason-tonari .tonari-books-title {
  color: #6a4b36;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
}
#reason-tonari .tonari-books-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(114px, 1fr));
  gap: 15px;
  justify-items: center;
  align-items: end;
}
#reason-tonari .tonari-book-img {
  max-width: 100%;
  height: auto;
  display: block;
}
#reason-tonari .tonari-books-list li:nth-child(1) .tonari-book-img {
  max-width: 114px;
}
#reason-tonari .tonari-books-list li:nth-child(2) .tonari-book-img {
  max-width: 118px;
}
#reason-tonari .tonari-books-list li:nth-child(3) .tonari-book-img {
  max-width: 124px;
}
#reason-tonari .tonari-books-list li:nth-child(4) .tonari-book-img {
  max-width: 127px;
}
#reason-tonari .tonari-books-list li:nth-child(5) .tonari-book-img {
  max-width: 124px;
}
#reason-tonari .tonari-books-list li:nth-child(6) .tonari-book-img {
  max-width: 117px;
}
#reason-tonari .tonari-books-list li:nth-child(7) .tonari-book-img {
  max-width: 129px;
}
@media screen and (max-width: 999px) {
  #reason-tonari .tonari-container::before, #reason-tonari .tonari-container::after {
    display: none;
  }
  #reason-tonari .tonari-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #reason-tonari .tonari-header-area {
    padding-left: 0;
    align-items: center;
    text-align: center;
  }
  #reason-tonari .tonari-header-area::before, #reason-tonari .tonari-header-area::after {
    display: none;
  }
  #reason-tonari .tonari-line {
    margin: 24px auto 20px;
  }
  #reason-tonari .tonari-img-area {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  #reason-tonari .tonari-container {
    padding-top: 40px;
  }
  #reason-tonari .tonari-title {
    font-size: 28px;
  }
  #reason-tonari .tonari-subtitle {
    font-size: 20px;
  }
  #reason-tonari .tonari-books-area {
    padding: 30px 20px;
  }
  #reason-tonari .tonari-books-list {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
  }
}

#reason-voice .reason-voice {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  line-height: 1.5;
  text-align: center;
  background: url(./images/reason-voice/reason.png) center/contain no-repeat;
  padding: 120px 24px;
  overflow: hidden;
}
#reason-voice .reason-voice__title {
  color: #6a4b36;
  font-size: 46px;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
}
#reason-voice .reason-voice__slider {
  width: 100%;
  max-width: 1000px;
  padding-top: 60px;
}
#reason-voice .reason-voice__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#reason-voice .reason-voice__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 72px 30px 30px;
  gap: 20px;
  font-family: "Noto Sans JP";
  height: 100%;
  box-sizing: border-box;
}
#reason-voice .reason-voice__icon {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  background-color: #dceff0;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
#reason-voice .reason-voice__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#reason-voice .reason-voice__source {
  font-size: 12px;
  font-weight: 700;
  color: #999;
}
#reason-voice .reason-voice__text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: left;
  flex-grow: 1;
}
#reason-voice .reason-voice__nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
}
#reason-voice .reason-voice__prev,
#reason-voice .reason-voice__next {
  pointer-events: auto;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
#reason-voice .reason-voice__prev object,
#reason-voice .reason-voice__next object {
  width: 19px;
  height: 34px;
  pointer-events: none;
}
#reason-voice .reason-voice__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#reason-voice .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  opacity: 1;
  border-radius: 50%;
}
#reason-voice .swiper-pagination-bullet-active {
  background-color: #f05b5b;
}
@media screen and (max-width: 999px) {
  #reason-voice .reason-voice__nav {
    opacity: 0.5;
    top: 55%;
  }
}
@media screen and (max-width: 768px) {
  #reason-voice .reason-voice {
    padding-inline: var(--margin-md);
  }
}
@media screen and (max-width: 576px) {
  #reason-voice .reason-voice {
    padding-inline: var(--margin-sm);
  }
  #reason-voice .reason-voice__nav {
    top: 65%;
  }
}

#problem .problem {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 77px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #fff9f5;
  padding-bottom: 116px;
}
#problem .problem-graphic {
  position: absolute;
  z-index: 3;
  top: 189px;
  left: 50%;
  translate: -50% 0;
  width: 114px;
  height: 50px;
}
#problem .problem-header {
  color: #fff;
  font-size: 34px;
  background-color: #f05b5b;
  padding: 46px 24px 54px;
}
#problem .problem-list {
  display: grid;
  grid-template-columns: repeat(3, 320px);
  grid-template-rows: subgrid;
  gap: 10px 20px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
#problem .problem-card {
  min-height: 516px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  justify-items: center;
  background-color: #fff;
  border-radius: 20px;
  font-size: 20px;
}
#problem .problem-card__header {
  position: relative;
  width: 100%;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3aa28d;
  border-radius: 20px 20px 0 0;
  padding: 30px 24px;
}
#problem .problem-card__header::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-left: 10.5px solid transparent;
  border-right: 10.5px solid transparent;
  border-top: 14px solid #3aa28d;
}
#problem .problem-card__issue {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
#problem .problem-card__solution-label {
  color: #f05b5b;
  font-weight: 700;
  margin-top: 14px;
}
#problem .problem-card__illustration {
  position: relative;
  width: 170px;
  height: 170px;
}
#problem .problem-card__illustration::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ebf7ee;
  border-radius: 50%;
}
#problem .problem-card__illustration img {
  position: relative;
  z-index: 1;
  width: 100%;
}
#problem .problem-card__solution-text {
  width: 260px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  #problem .problem-header {
    padding-inline: var(--margin-sm);
  }
}
@media screen and (max-width: 999px) {
  #problem .problem-list {
    grid-template-columns: 320px;
    grid-template-rows: auto;
  }
  #problem .problem-graphic {
    display: none;
  }
}

#service .service {
  display: flex;
  flex-direction: column;
  gap: 40px;
  line-height: 1.5;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  background-color: #fff;
}
#service .service-subtitle1 {
  margin: 0 24px;
  color: #6a4b36;
  font-size: 46px;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  text-align: center;
}
#service .service-text1 {
  margin: 42px 24px 0 24px;
  color: #333;
  text-align: center;
}
#service .service-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#service .service-card {
  display: flex;
  flex-direction: column;
  background-color: #fff6f1;
  border-radius: 40px;
  padding-bottom: 60px;
  color: #333;
  font-family: "Noto Sans JP";
  text-align: left;
}
#service .service-card__header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background-color: #f05b5b;
  color: #ffe989;
  padding: 8px 100px 17px;
  border-radius: 40px 40px 0 0;
}
#service .service-card__number {
  font-size: 50px;
  font-family: "Noto Sans JP";
  font-weight: 500;
}
#service .service-card__line {
  width: 0;
  height: 46px;
  border-left: 2px solid #ffe989;
  border-radius: 5px;
  margin-top: 19px;
  flex-shrink: 0;
}
#service .service-card__title {
  margin-top: 20px;
  font-size: 30px;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
}
#service .service-card__body {
  display: grid;
  grid-template-columns: 1fr 425px;
  gap: 60px;
  padding: 40px 100px 0;
}
#service .service-card__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#service .service-card__subtitle {
  font-size: 20px;
  font-weight: 700;
}
#service .service-card__desc {
  font-size: 16px;
  font-weight: 400;
}
#service .service-card__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
#service .service-card__footer-title {
  font-weight: 700;
}
#service .service-card__footer-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 400;
}
#service .service-card__icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: #f05b5b;
  border-radius: 50%;
}
#service .service-card__icon object {
  position: absolute;
  top: 5px;
  left: 50%;
  translate: -50% 0;
  width: 14px;
  height: 11px;
}
#service .service-card__image {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #d9d9d9;
}
#service .service-card__caption {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
#service .service-card--type1 {
  position: relative;
}
#service .service-card--type1 .service-card__mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
#service .service-card--type1 .service-card__header {
  position: relative;
  z-index: 2;
  gap: 61px;
}
#service .service-card__image--coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff6f1;
  font-size: 30px;
  font-weight: 700;
  background-color: #f9d7c0;
  cursor: default;
}
#service .service-card__image--coming-soon:hover {
  filter: brightness(0.85);
}
#service .service-card__image--youtube {
  position: relative;
  background-color: #000;
}
#service .service-card__image--youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#service .service-card__image--photo {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#service .service-subtitle3 {
  margin: 60px 24px 0 24px;
  color: #333;
  font-size: 30px;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
#service .text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 400;
}
#service .sub-text {
  color: #f05b5b;
}
#service .hover-dark:hover {
  filter: brightness(0.85);
}
@media screen and (max-width: 1024px) {
  #service .service-card__header {
    padding-inline: var(--margin-md);
  }
  #service .service-card__body {
    padding-inline: var(--margin-md);
  }
  #service .service-subtitle1 {
    margin-inline: var(--margin-sm);
  }
  #service .service-text1 {
    margin-inline: var(--margin-sm);
  }
  #service .service-subtitle3 {
    margin-inline: var(--margin-sm);
  }
}
@media screen and (max-width: 999px) {
  #service .service-list {
    padding: 0 4%;
  }
  #service .service-card__body {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  #service .service-card__header {
    padding-inline: var(--margin-sm);
  }
  #service .service-card__body {
    padding-inline: var(--margin-sm);
  }
}

#plan .plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #faf7f5;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
#plan .plan-header-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#plan .plan-bg {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  z-index: 0;
}
#plan .plan-header {
  position: relative;
  z-index: 1;
  color: #6a4b36;
  font-size: 46px;
  font-family: "Zen Maru Gothic";
  padding: 120px 24px 159px;
}
#plan .plan-card {
  width: 90%;
  max-width: 880px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
#plan .plan-card__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  background-color: #f05b5b;
  padding: 40px 60px;
  border-radius: 40px 40px 0 0;
}
#plan .plan-card__title {
  font-size: 36px;
}
#plan .plan-card__subtitle {
  font-size: 20px;
}
#plan .plan-card__price {
  color: #f05b5b;
  padding: 36px 24px 0px;
}
#plan .plan-card__price span {
  display: inline-block;
}
#plan .plan-card__amount {
  font-size: 46px;
}
#plan .plan-card__tax {
  font-size: 24px;
}
#plan .plan-card__period {
  font-size: 24px;
  color: #999;
  align-self: flex-end;
  padding-bottom: 4px;
}
#plan .plan-card__features {
  list-style: none;
  margin: 0 65px;
  padding: 36px 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 40px;
  color: #333;
  font-size: 20px;
  font-family: "Noto Sans JP";
  text-align: left;
}
#plan .plan-card__features li {
  display: flex;
  align-items: center;
  gap: 10px;
}
#plan .plan-card__features li::before {
  content: "";
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  background-color: #3aa28d;
  border-radius: 50%;
  background-image: url(./images/plan/row-circle/row-graphic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 14px;
}
#plan .plan-btn {
  margin: 0 auto;
  width: 90%;
  max-width: 660px;
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #ff9000;
  padding: 30px 60px;
  border-radius: 10px;
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: 700;
}
#plan .hover-bright:hover {
  filter: brightness(1.2);
}
@media screen and (max-width: 999px) {
  #plan .only-pc {
    display: none;
  }
  #plan .plan-card__features {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  #plan .plan-card__header {
    padding-inline: var(--margin-md);
  }
  #plan .plan-card__features {
    margin-inline: var(--margin-md);
  }
  #plan .plan-btn {
    padding-inline: var(--margin-md);
  }
}
@media screen and (max-width: 576px) {
  #plan .plan-card__header {
    padding-inline: var(--margin-sm);
  }
  #plan .plan-card__features {
    margin-inline: var(--margin-sm);
  }
  #plan .plan-btn {
    padding-inline: var(--margin-sm);
  }
}

#flow .flow {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #333;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  text-align: center;
  background-color: #faf7f5;
  padding: 200px 24px 116px;
  overflow: hidden;
}
#flow .flow-deco {
  position: absolute;
  top: 39px;
  left: calc(50% + 254px);
  z-index: 0;
  width: 678px;
  height: auto;
}
#flow .flow-title {
  position: relative;
  z-index: 1;
  color: #6a4b36;
  font-size: 46px;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  line-height: normal;
}
#flow .flow-list {
  position: relative;
  z-index: 1;
  list-style: none;
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
#flow .flow-card {
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
}
#flow .flow-card__icon {
  width: 104px;
  height: 104px;
  flex-shrink: 0;
  background-color: #3aa28d;
  border-radius: 50%;
  position: relative;
}
#flow .flow-card__icon object {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
#flow .flow-card__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-grow: 1;
  text-align: left;
}
#flow .flow-card__heading {
  font-size: 20px;
  font-weight: 700;
}
#flow .flow-card__text {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 999px) {
  #flow .flow-card {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  #flow .flow-card__body {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow {
    padding-inline: var(--margin-md);
  }
  #flow .flow-card {
    padding-inline: var(--margin-md);
  }
}
@media screen and (max-width: 576px) {
  #flow .flow {
    padding-inline: var(--margin-sm);
  }
  #flow .flow-card {
    padding-inline: var(--margin-sm);
  }
}

#faq {
  background-color: #FFFFFF;
  padding: 100px 20px;
}
#faq .faq {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Noto Sans CJK JP";
  line-height: 1.5;
  letter-spacing: 0px;
}
#faq .faq__title {
  color: #6a4b36;
  font-size: 46px;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
#faq .faq__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
#faq .faq__item {
  border: none;
  border-radius: 0;
}
#faq .faq__item::-webkit-details-marker {
  display: none;
}
#faq .faq__item > summary::-webkit-details-marker {
  display: none;
}
#faq .faq__item > summary {
  list-style: none;
}
#faq .faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff6eb;
  padding: 30px 40px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: opacity 0.2s ease;
}
#faq .faq__question:hover {
  opacity: 0.85;
}
#faq .faq__question-text {
  color: #6a4b36;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  flex: 1;
}
#faq .faq__toggle {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 20px;
}
#faq .faq__toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 4px;
  background-color: #f05b5b;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
#faq .faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 4px;
  background-color: #f05b5b;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#faq .faq__item[open] .faq__toggle::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
#faq .faq__answer {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
}
#faq .faq__answer p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 20px 40px 10px;
}
#faq .faq__item[open] .faq__answer {
  max-height: 500px;
}
@media screen and (max-width: 768px) {
  #faq .faq__question {
    padding: 20px var(--margin-sm);
  }
  #faq .faq__answer p {
    padding: 16px var(--margin-md) 8px;
  }
  #faq .faq__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  #faq .faq__question {
    padding: 16px var(--margin-sm);
  }
  #faq .faq__answer p {
    padding: 12px var(--margin-sm) 8px;
  }
  #faq .faq__question-text {
    font-size: 16px;
  }
  #faq .faq__answer p {
    font-size: 15px;
  }
}

#petition .petition {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  background-color: #fff6f1;
  padding: 100px 24px 116px 24px;
}
#petition .petition-title {
  color: #6a4b36;
  font-size: 46px;
  font-family: "Zen Maru Gothic";
}
#petition .petition-text {
  margin-top: 20px;
  max-width: 840px;
  margin-inline: auto;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
#petition .petition-btn-text {
  width: 100%;
  max-width: 660px;
  display: flex;
  justify-content: center;
  align-self: center;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  background-color: #ff9000;
  padding: 30px 50px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  #petition .petition {
    padding-inline: var(--margin-sm);
  }
  #petition .petition-btn-text {
    padding-inline: var(--margin-md);
  }
}
@media screen and (max-width: 576px) {
  #petition .petition-btn-text {
    padding-inline: var(--margin-sm);
  }
}

#petition .hover-bright:hover {
  filter: brightness(1.2);
}