@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

:root {
  --color-primary: #F39800;
  --color-secondary: #5B615A;
  --color-black: #000;
  --color-white: #fff;
  --color-border: #dfdfdf;
  --color-border-yellow: #F9F472;
  --color-border-bg: rgba(225, 223, 161, 0.1);
  --color-bg-1: #E1DFA1;
  --color-bg-1a30: #f6f5e5;
  --color-bg-2: #D2CAAE;
  --color-bg-3: #A8D2AD;
  --color-bg-4: #B2CAD8;
  --color-bg-5: #CEC4E7;
  --color-bg-6: #FAB0D0;
  --color-bg-7: #E294B6;
  --color-bg-1-num: #818058;
  --color-bg-2-num: #6A6659;
  --color-bg-3-num: #5F6F5C;
  --color-bg-4-num: #5C695A;
  --color-bg-5-num: #635A70;
  --color-bg-6-num: #705A6E;
  --color-bg-7-num: #705A6E;
  --color-bg-person1: #CEC4E7;
  --color-bg-person2: #A8D2AD;
  --color-bg-person3: #E294B6;
  --font-weight-thin: 100;
  --font-weight-extralight: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --border-width-l: 1px;
  --border-width-m: 0.5px;
  --border-width-s: 0.2px;
  --border-radius-max: 50%;
  --border-radius-large: 2rem;
  --border-radius-medium: 1rem;
  --border-radius-small: 0.5rem;
  --padding-desktop: 3rem;
  --padding-tablet: 2rem;
  --padding-mobile: 1rem;
  --margin-desktop-content: 3rem;
  --margin-tablet-content: 2rem;
  --margin-mobile-content: 1rem;
  --max-width-contents-xlarge: 1200px;
  --max-width-contents-large: 1000px;
  --max-width-contents-medium: 900px;
}

body {
  font-feature-settings: "palt";
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: --font-weight-regular;
  font-style: normal;
  color: var(--color-secondary);
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.08rem;
}
body .pc-br {
  display: block;
}
body .sp-br {
  display: none;
}

header {
  font-weight: var(--font-weight-light);
  font-size: 0.7rem;
}

nav {
  font-size: 0.9rem;
}

#modal ul {
  font-size: 1.3rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: var(--font-weight-regular);
  font-style: normal;
}

h1 {
  color: var(--color-primary);
  font-size: 2.7rem;
  font-weight: var(--font-weight-medium);
  line-height: 120%;
}

h2 {
  font-size: 1.5rem;
  font-weight: var(--font-weight-regular);
  line-height: 100%;
}

h3 {
  font-size: 1.5rem;
  font-weight: var(--font-weight-light);
  line-height: 200%;
}

p {
  font-size: 1rem;
}

.char {
  display: inline-block;
  height: 100%;
  transform: translate(0px, 100%);
  will-change: transform;
}

.line {
  display: inline-block;
  height: 100%;
  transform: translate(0px, 100%);
  will-change: transform;
}

ul li a {
  cursor: pointer;
  text-decoration: none;
  color: var(--color-secondary);
  transition: all 0.3s ease-out;
}
ul li a:hover {
  color: rgba(91, 97, 90, 0.5);
  transition: color 0.3s ease-out;
}

a svg {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
a svg:hover {
  opacity: 0.75;
  transition: opacity 0.3s ease-out;
}

.hero .heading p {
  font-size: 1.3rem;
  line-height: 170%;
}

.section1-------------1 .read-block h2 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: var(--font-weight-light);
  font-style: normal;
  text-align: left;
  font-size: 2.1rem;
  line-height: 2.5rem;
}
.section1-------------1 .read-block .question-mark {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: var(--font-weight-light);
  font-style: normal;
  color: var(--color-primary);
  font-size: 350px;
}
.section1-------------1 .card h2 span {
  font-size: 1.5rem;
  line-height: 180%;
}
.section1-------------1 .card .card-num h3 {
  font-size: 0.9rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: var(--font-weight-medium);
  font-style: normal;
  line-height: 130%;
}
.section1-------------1 .card .card-num h3::before {
  content: attr(data-num);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: var(--font-weight-extralight);
  font-style: normal;
  font-size: 3rem;
  text-align: center;
}

.section2-------------1 p {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: var(--font-weight-light);
  font-style: normal;
  font-size: 1.2rem;
  line-height: 170%;
}
.section2-------------1 .wrapper-flow h3 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: var(--font-weight-medium);
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: 0.15rem;
  line-height: 0.21rem;
}
.section2-------------1 .wrapper-flow .wrapper-box .box {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: var(--font-weight-regular);
  font-style: normal;
  font-size: 0.8rem;
  color: #333;
}

.section3-------------1 .chart1 .copy-left {
  font-size: 1.3rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: var(--font-weight-light);
  font-style: normal;
}
.section3-------------1 .chart1 .copy-right {
  font-size: 0.8rem;
  line-height: 140%;
}
.section3-------------1 h3 {
  font-size: 1.5rem;
}
.section3-------------1 .chart2 .circle-small {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: var(--font-weight-medium);
  font-style: normal;
}
.section3-------------1 .chart2 .circle-small2 {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: var(--font-weight-medium);
  font-style: normal;
}
.section3-------------1 .chart2 .circle-small2 .circle-small-cap {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: var(--font-weight-regular);
  font-style: normal;
  font-size: 0.6rem;
  line-height: 140%;
  letter-spacing: 0.02rem;
}
.section3-------------1 .wrapper-color-tip {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-bottom: 2rem;
}
.section3-------------1 .wrapper-color-tip .color-tip {
  width: 20px;
  height: 30px;
}
.section3-------------1 .wrapper-color-tip .color-tip:nth-child(1) {
  background-color: var(--color-bg-person1);
  border-radius: 0 0 0 10px;
}
.section3-------------1 .wrapper-color-tip .color-tip:nth-child(2) {
  background-color: var(--color-bg-person2);
  border-radius: 0 10px 0 0;
}
.section3-------------1 .wrapper-color-tip .color-tip:nth-child(3) {
  background-color: var(--color-bg-person3);
  border-radius: 0 0 10px 0;
}
.section3-------------1 .wrapper-card {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.section3-------------1 .card {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.section3-------------1 .card p {
  font-size: 0.85rem;
  line-height: 170%;
}
.section3-------------1 .card .name-wrapper {
  position: absolute;
  left: 19px;
  top: 65px;
  width: -moz-max-content;
  width: max-content;
  height: 20px;
  z-index: 10;
}
.section3-------------1 .card span {
  display: inline-block;
  color: var(--color-white);
  transform: rotate(90deg);
  transform-origin: top left;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
.section3-------------1 .card .person::before {
  color: var(--color-white);
  font-size: 1rem;
}
.section3-------------1 .card p {
  width: 160px;
  text-align: left;
  line-height: 1.3rem;
}
.section3-------------1 .person {
  width: 160px;
  max-width: 160px;
  height: 240px;
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 1rem;
}
.section3-------------1 .person svg {
  width: 24px;
}
.section3-------------1 .person-1 {
  background-color: var(--color-bg-person1);
  border-radius: 0 0 0 80px;
}
.section3-------------1 .person-2 {
  background-color: var(--color-bg-person2);
  border-radius: 0 80px 0 0;
}
.section3-------------1 .person-3 {
  background-color: var(--color-bg-person3);
  border-radius: 80px 0 0 0;
}
.section3-------------1 .name,
.section3-------------1 .be-in-charge {
  writing-mode: vertical-rl;
}

.section5-------------1 h2 {
  font-size: 1.8rem;
}
.section5-------------1 .title-en {
  color: var(--color-primary);
  font-size: 0.8rem;
}

.section6-------------1 h2 {
  font-size: 1.8rem;
}
.section6-------------1 .title-en {
  color: var(--color-primary);
  font-size: 0.8rem;
}
.section6-------------1 table {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: var(--font-weight-regular);
  font-style: normal;
  font-size: 0.9rem;
  line-height: 2rem;
}
.section6-------------1 ul {
  list-style: none;
  text-indent: -1em;
}
.section6-------------1 ul li::before {
  content: "";
}
.section6-------------1 ul li.style-list::before {
  content: "・";
}

.logo {
  width: 168px;
  height: 55px;
}

svg.icon {
  width: 48px;
  height: auto;
  aspect-ratio: 1;
  fill: var(--color-secondary);
}

svg.icon-forward_to_inbox {
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  fill: var(--color-secondary);
}

svg.icon-building {
  width: 120px;
  height: auto;
  aspect-ratio: 1;
  fill: var(--color-white);
  stroke: var(--color-secondary);
  stroke-width: 1;
}

svg.icon-arrow_south2 {
  transform: rotate(180deg);
}

.outer-circle {
  display: none;
  width: 32px;
  height: 32px;
  background-color: var(--color-primary);
  border-radius: var(--border-radius-max);
  cursor: pointer;
  border: none;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.inner-circle {
  width: 5px;
  height: 5px;
  background-color: var(--color-white);
  border-radius: var(--border-radius-max);
}

button {
  opacity: 1;
  border: none;
  color: #5B615A;
  background: none;
  font-size: 0.5rem;
  cursor: pointer;
  outline: none;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

header {
  position: relative;
  z-index: 100;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 0.5px solid var(--color-border);
  border-radius: var(--border-radius-small);
  width: calc(100% - 4rem);
  max-width: var(--max-width-contents-xlarge);
  height: auto;
  padding: 1rem 2rem;
  top: 1rem;
}

nav ul#nav-menu,
menu ul#nav-menu {
  display: flex;
  gap: 1rem;
}
nav ul#nav-menu li,
menu ul#nav-menu li {
  display: flex;
}

#modal {
  z-index: 999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100svh;
  max-width: 100vw;
  max-height: 100svh;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: rgb(255, 240, 240);
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  display: flex;
  justify-content: center;
}
#modal .outer-circle {
  display: flex;
  transform: rotate(90deg);
  position: absolute;
  top: 24px;
  right: 1rem;
}
#modal .logo {
  position: absolute;
  top: 6rem;
  left: 2rem;
  margin-bottom: 1.5rem;
}
#modal ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: auto 2rem;
  flex: 1;
}
#modal ul li {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
#modal small {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  font-size: 0.7rem;
  letter-spacing: 8%;
}

main {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

section {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.section-title {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
}
.section-title h2 {
  color: var(--color-primary);
  display: block;
  background-color: rgba(243, 154, 0, 0.05);
  line-height: 100px;
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}
.section-title img {
  display: block;
  position: absolute;
  transform: translate(-50%, -15px);
  left: 50%;
}

.content-title {
  margin: 0 0 1rem 0;
}

.bubble-blue {
  opacity: 0.5;
  background-color: rgba(114, 145, 228, 0.3);
  border: 1px solid #9ccfff;
}

.bubble-yellow {
  opacity: 0.5;
  background-color: rgba(212, 224, 71, 0.2);
}

.bubble-pink {
  opacity: 0.5;
  background-color: rgba(219, 43, 116, 0.4);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.bubble-pink3 {
  opacity: 0.5;
  background-color: rgba(219, 43, 116, 0.4);
  border: 0.5px solid rgba(255, 0, 234, 0.306);
}

.bubble-blue2 {
  opacity: 0.3;
  background-color: rgba(60, 235, 247, 0.2);
  border: 0.5px solid #c4d34c;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.bubble-yellow2 {
  opacity: 0.3;
  background-color: rgba(201, 207, 40, 0.2);
  border: 1px solid rgba(98, 192, 148, 0.306);
}

.bubble-pink2 {
  opacity: 0.5;
  background-color: rgba(219, 43, 113, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
}
.hero .bubble-wrapper {
  z-index: -1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.hero .bubble-wrapper .bubble {
  opacity: 0;
  position: absolute;
  width: 45vw;
  height: auto;
  max-width: 700px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: opacity 1.5s ease-out;
  transform-origin: center center;
  will-change: transform;
  border-radius: 30%;
}
@media (max-width: 756px) {
  .hero .bubble-wrapper .bubble {
    width: 75vw;
    height: auto;
  }
}
.hero .bubble-wrapper svg {
  z-index: 100;
  filter: drop-shadow(0px 0px 10px white);
  opacity: 0;
}
.hero .heading {
  pointer-events: none;
  position: absolute;
  width: 80vw;
  max-width: 1200px;
  height: 55vh;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.line {
  filter: drop-shadow(0.5px 0.5px 0px white);
}

.section1-------------1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 4rem 0;
}
.section1-------------1 .read-block {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin: 100px 0 880px 0;
}
@media (max-width: 756px) {
  .section1-------------1 .read-block {
    margin: 100px 0 470px 0;
  }
}
.section1-------------1 .read-block h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}
.section1-------------1 .read-block .question-mark {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section1-------------1 .read-block .wrapper-footprint {
  position: absolute;
  bottom: 42px;
  right: 20px;
}
.section1-------------1 .read-block .wrapper-footprint svg:nth-child(1) {
  fill: var(--color-primary);
}
.section1-------------1 .triangle {
  z-index: -1;
  background-color: var(--color-bg-1);
  height: 20px;
  width: 60px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.section1-------------1 .card {
  width: 100%;
  max-width: var(--max-width-contents-medium);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 3rem 1rem;
  background-color: var(--color-bg-1a30);
  border-radius: var(--border-radius-medium);
}
.section1-------------1 .card h2 span {
  display: inline-block;
  position: relative;
}
.section1-------------1 .card h2 span::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  background-color: var(--color-border-yellow);
  border-radius: 5px;
  z-index: -1;
}
.section1-------------1 .card .card-num {
  padding: 1rem 20px 1rem 45px;
  text-align: left;
  background-color: var(--color-white);
  border-radius: var(--border-radius-medium);
}
.section1-------------1 .card .card-num h3 {
  margin: 1rem 5px;
  position: relative;
}
.section1-------------1 .card .card-num h3::before {
  content: attr(data-num);
  text-align: center;
  width: 2rem;
  position: absolute;
  left: -38px;
  top: 10px;
}
.section1-------------1 .card-wrapper {
  width: 100%;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.section1-------------1 .card-wrapper .card1 {
  display: flex;
}
.section1-------------1 .card-wrapper .card1 ul li {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  height: 2.2rem;
  text-align: left;
}
.section1-------------1 .card-wrapper .card1 ul li svg {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}
.section1-------------1 .card-wrapper .card2 {
  width: 50vw;
  background-color: var(--color-white);
  border: 2px solid var(--color-bg-1);
}
.section1-------------1 .card-wrapper .card2 p {
  font-size: 1.5rem;
  line-height: 170%;
}
.section1-------------1 .card-wrapper .card3 .wrapper-card {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.section1-------------1 .card-wrapper .card3 .wrapper-card .card-num {
  flex: 1;
  flex-grow: 1;
  height: auto;
}
.section1-------------1 .card-wrapper .card3 .wrapper-card .card-num h3 {
  font-size: 0.9rem;
  line-height: 155%;
}
.section1-------------1 .card-wrapper .card3 .wrapper-card .card-num ul {
  list-style: none;
}
.section1-------------1 .card-wrapper .card3 .wrapper-card .card-num li {
  text-indent: -1em;
  padding-left: 1em;
}
.section1-------------1 .card-wrapper .card3 .wrapper-card .card-num li::before {
  content: "・";
}

.section2-------------1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.section2-------------1 .wrapper-flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  width: 100%;
  max-width: var(--max-width-contents-medium);
  padding: 0 1rem;
  gap: 1rem;
}
.section2-------------1 .wrapper-flow .wrapper-box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0.5rem;
}
@media (max-width: 756px) {
  .section2-------------1 .wrapper-flow .wrapper-box {
    gap: 0rem;
  }
}
.section2-------------1 .wrapper-flow .wrapper-box .box-upper {
  width: 20vw;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: var(--border-radius-small);
}
@media (max-width: 756px) {
  .section2-------------1 .wrapper-flow .wrapper-box .box-upper {
    width: 25vw;
    min-height: 160px;
  }
}
.section2-------------1 .wrapper-flow .wrapper-box .box {
  width: 20vw;
  min-height: 100px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0.4rem;
  border-radius: var(--border-radius-small);
}
@media (max-width: 756px) {
  .section2-------------1 .wrapper-flow .wrapper-box .box {
    width: 25vw;
    min-height: 160px;
  }
}
.section2-------------1 .wrapper-flow .wrapper-box .wrapper-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}
.section2-------------1 .wrapper-flow .wrapper-box .wrapper-title h3 {
  display: block;
}
.section2-------------1 .wrapper-flow .wrapper-box .wrapper-title svg {
  width: 48px;
  height: 48px;
}
.section2-------------1 .wrapper-flow .wrapper-box .box1 {
  background-color: rgba(178, 202, 216, 0.5);
}
.section2-------------1 .wrapper-flow .wrapper-box .box2 {
  background-color: rgba(185, 214, 180, 0.5);
}
.section2-------------1 .wrapper-flow .wrapper-box .box3 {
  background-color: rgba(225, 165, 190, 0.5);
}
.section2-------------1 .wrapper-flow .wrapper-icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  transform: rotate(-90deg);
}
@media (max-width: 756px) {
  .section2-------------1 .wrapper-flow .wrapper-icon {
    width: 24px;
  }
}
.section2-------------1 .wrapper-flow .wrapper-icon svg:first-child {
  display: block;
  width: 48px;
  height: 48px;
}
@media (max-width: 756px) {
  .section2-------------1 .wrapper-flow .wrapper-icon svg:first-child {
    display: none;
  }
}
.section2-------------1 .wrapper-flow .wrapper-icon svg:last-child {
  display: none;
  width: 28px;
  height: 48px;
  transform: rotate(90deg);
}
@media (max-width: 756px) {
  .section2-------------1 .wrapper-flow .wrapper-icon svg:last-child {
    display: block;
  }
}
.section2-------------1 p {
  margin-top: 4rem;
}
.section2-------------1 .wrapper-copy {
  margin: 4rem 0 0 0;
}
.section2-------------1 svg.icon-footprint {
  fill: var(--color-primary);
}

.section3-------------1 .chart1 {
  width: 100%;
  height: auto;
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section3-------------1 .chart1 .copy-left {
  width: 40%;
  text-align: right;
  padding-right: 0.2rem;
  font-size: 1.4rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: var(--font-weight-light);
  font-style: normal;
}
.section3-------------1 .chart1 .arrow {
  display: flex;
}
.section3-------------1 .chart1 .copy-right {
  width: 40%;
  text-align: left;
  padding-left: 0.2rem;
  font-size: 0.8rem;
  line-height: 140%;
}
.section3-------------1 .chart2 {
  position: relative;
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section3-------------1 .chart2 .circle {
  position: absolute;
  top: -70px;
  vertical-align: top;
  width: 180px;
  height: 180px;
  aspect-ratio: 1;
  background-color: var(--color-white);
  border: 2px dotted var(--color-primary);
  border-radius: var(--border-radius-max);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section3-------------1 .chart2 .circle .logo_ver2 {
  display: block;
  position: absolute;
  top: 25px;
  width: 120px;
  aspect-ratio: 1;
}
.section3-------------1 .chart2 .circle-small {
  position: relative;
  top: 90px;
  left: 30px;
  width: 130px;
  height: 130px;
  aspect-ratio: 1;
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
  border-radius: var(--border-radius-max);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section3-------------1 .chart2 .circle-small2 {
  position: relative;
  top: 90px;
  left: -30px;
  width: 130px;
  height: 130px;
  aspect-ratio: 1;
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
  border-radius: var(--border-radius-max);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section3-------------1 .chart2 .circle-small2 .circle-small-cap {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  bottom: 0.5rem;
  font-size: 0.6rem;
  line-height: 140%;
  letter-spacing: 0.06rem;
  top: 80px;
}
.section3-------------1 .chart2 .chart-triangle {
  z-index: -10;
  position: absolute;
  /* Polygon 18 */
}
.section3-------------1 .chart2 .chart-triangle svg {
  stroke-width: 2px;
  fill: none;
  scale: 4.5;
}
.section3-------------1 h3 {
  margin: 2rem 0 0.5rem 0;
  font-size: 1.5rem;
}
.section3-------------1 .wrapper-color-tip {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-bottom: 2rem;
}
.section3-------------1 .wrapper-color-tip .color-tip {
  width: 20px;
  height: 30px;
}
.section3-------------1 .wrapper-color-tip .color-tip:nth-child(1) {
  background-color: var(--color-bg-person1);
  border-radius: 0 0 0 10px;
}
.section3-------------1 .wrapper-color-tip .color-tip:nth-child(2) {
  background-color: var(--color-bg-person2);
  border-radius: 0 10px 0 0;
}
.section3-------------1 .wrapper-color-tip .color-tip:nth-child(3) {
  background-color: var(--color-bg-person3);
  border-radius: 10px 0 0 0;
}
.section3-------------1 .wrapper-card {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.section3-------------1 .card {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.section3-------------1 .card p {
  font-size: 0.85rem;
  line-height: 170%;
}
.section3-------------1 .card .name-wrapper {
  position: absolute;
  left: 19px;
  top: 65px;
  width: -moz-max-content;
  width: max-content;
  height: 20px;
  z-index: 10;
}
.section3-------------1 .card span {
  display: inline-block;
  color: var(--color-white);
  transform: rotate(90deg);
  transform-origin: top left;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
.section3-------------1 .card .person::before {
  color: var(--color-white);
  font-size: 1rem;
}
.section3-------------1 .card p {
  width: 160px;
  text-align: left;
  line-height: 1.3rem;
}
.section3-------------1 .person {
  width: 160px;
  max-width: 160px;
  height: 240px;
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 1rem;
}
.section3-------------1 .person svg {
  width: 24px;
}
.section3-------------1 .person-1 {
  background-color: var(--color-bg-person1);
  border-radius: 0 0 0 80px;
}
.section3-------------1 .person-2 {
  background-color: var(--color-bg-person2);
  border-radius: 0 80px 0 0;
}
.section3-------------1 .person-3 {
  background-color: var(--color-bg-person3);
  border-radius: 80px 0 0 0;
}
.section3-------------1 .name,
.section3-------------1 .be-in-charge {
  writing-mode: vertical-rl;
}

.section4-------------1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section4-------------1 .wrapper-diagram {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section4-------------1 .wrapper-diagram .theme {
  position: absolute;
  top: -55px;
  left: 220px;
  margin-top: 2rem;
  width: 170px;
  height: 170px;
  background-color: var(--color-white);
  border-radius: var(--border-radius-max);
  border: var(--border-width-m) solid var(--color-secondary);
}
.section4-------------1 .wrapper-diagram .theme h3 {
  margin-top: 2.4rem;
  line-height: 120%;
}
.section4-------------1 .wrapper-diagram .theme h3 span {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: --font-weight-regular;
  font-style: normal;
  font-size: 4rem;
  margin-right: -0.5rem;
}
.section4-------------1 .wrapper-diagram ul.spacer-diagram {
  margin-top: 170px;
}
.section4-------------1 .wrapper-diagram ul.spacer-diagram li.list-diagram {
  margin: 3rem 0;
}
.section4-------------1 .wrapper-diagram li {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.section4-------------1 .wrapper-diagram li ul li {
  text-align: left;
}
.section4-------------1 .wrapper-diagram .diagram {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  aspect-ratio: 1;
  border-radius: var(--border-radius-max);
  position: relative;
}
.section4-------------1 .wrapper-diagram .diagram::before {
  content: attr(data-info);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: var(--font-weight-regular);
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  color: #818058;
}
.section4-------------1 .wrapper-diagram .diagram div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  aspect-ratio: 1;
  background-color: var(--color-white);
  border-radius: var(--border-radius-max);
  text-align: center;
}
.section4-------------1 .wrapper-diagram .diagram::after {
  content: attr(title);
  position: absolute;
  width: 100%;
  bottom: -7px;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 130%;
  white-space: pre;
  text-align: center;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
}
.section4-------------1 .wrapper-diagram li:nth-child(1) .diagram {
  background-color: var(--color-bg-1);
}
.section4-------------1 .wrapper-diagram li:nth-child(1) .diagram::before {
  color: var(--color-bg-1-num);
}
.section4-------------1 .wrapper-diagram li:nth-child(2) .diagram {
  background-color: var(--color-bg-2);
}
.section4-------------1 .wrapper-diagram li:nth-child(2) .diagram::before {
  color: var(--color-bg-2-num);
}
.section4-------------1 .wrapper-diagram li:nth-child(2) .diagram .title {
  position: absolute;
  bottom: -18px;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  transform: translateY(-10px, 0px);
}
.section4-------------1 .wrapper-diagram li:nth-child(3) .diagram {
  background-color: var(--color-bg-3);
}
.section4-------------1 .wrapper-diagram li:nth-child(3) .diagram::before {
  color: var(--color-bg-3-num);
}
.section4-------------1 .wrapper-diagram li:nth-child(4) .diagram {
  background-color: var(--color-bg-4);
}
.section4-------------1 .wrapper-diagram li:nth-child(4) .diagram::before {
  color: var(--color-bg-4-num);
}
.section4-------------1 .wrapper-diagram li:nth-child(5) .diagram {
  background-color: var(--color-bg-5);
}
.section4-------------1 .wrapper-diagram li:nth-child(5) .diagram::before {
  color: var(--color-bg-5-num);
}
.section4-------------1 .wrapper-diagram li:nth-child(6) .diagram {
  background-color: var(--color-bg-6);
}
.section4-------------1 .wrapper-diagram li:nth-child(6) .diagram::before {
  color: var(--color-bg-6-num);
}
.section4-------------1 .wrapper-diagram li:nth-child(7) .diagram {
  background-color: var(--color-bg-7);
}
.section4-------------1 .wrapper-diagram li:nth-child(7) .diagram::before {
  color: var(--color-bg-7-num);
}
.section4-------------1 .wrapper-diagram .object-diagram {
  position: absolute;
  z-index: -1;
  top: 50px;
  left: 93px;
  width: 430px;
  height: 1500px;
  border: 2px dotted var(--color-border);
  border-radius: 999px;
}

.section5-------------1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  text-align: center;
}
.section5-------------1 .wrapper-message {
  width: 100%;
  max-width: var(--max-width-contents-large);
  padding: 2rem 2rem;
  display: flex;
  gap: 2rem;
}
.section5-------------1 .wrapper-message .profile-message {
  position: relative;
  width: 65%;
}
.section5-------------1 .wrapper-message .profile-message .wrapper-image {
  display: none;
}
.section5-------------1 .wrapper-message .profile-message h3 {
  text-align: left;
  margin: 0 0 1.7rem 0;
  font-size: 1.5rem;
  font-weight: var(--font-weight-light);
  line-height: 100%;
}
.section5-------------1 .wrapper-message .profile-message p {
  text-align: left;
  line-height: 190%;
}
.section5-------------1 .wrapper-message .wrapper-profile {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 40%;
}
.section5-------------1 .wrapper-message .wrapper-profile .wrapper-image {
  display: flex;
  gap: 1rem;
}
.section5-------------1 .wrapper-message .wrapper-profile .wrapper-image .profile-image {
  width: 140px;
  aspect-ratio: 3/4;
  background-image: url("../src/images/cut_0223.avif");
  background-size: cover;
  background-position: 45% 0%;
  border-radius: var(--border-radius-small);
}
.section5-------------1 .wrapper-message .wrapper-profile .wrapper-image .title {
  writing-mode: vertical-rl;
  line-height: 100%;
}
.section5-------------1 .wrapper-message .wrapper-profile .profile {
  height: auto;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-medium);
  padding: 2rem;
}
.section5-------------1 .wrapper-message .wrapper-profile .profile h4 {
  font-size: 0.9rem;
  text-align: left;
  font-weight: var(--font-weight-regular);
}
.section5-------------1 .wrapper-message .wrapper-profile .profile p {
  margin-top: 1rem;
  text-align: left;
  font-size: 0.8rem;
  line-height: 170%;
}

.section6-------------1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section6-------------1 table {
  width: -moz-max-content;
  width: max-content;
  text-align: left;
}
.section6-------------1 table tr td {
  padding-bottom: 0.5rem;
}
.section6-------------1 table tr {
  padding-top: 1rem;
  vertical-align: top;
}
.section6-------------1 table tr td:first-child {
  width: -moz-max-content;
  width: max-content;
}
.section6-------------1 table tr td:last-child {
  padding-left: 1rem;
}
.section6-------------1 ul {
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}
.section6-------------1 ul li::before {
  content: "";
}
.section6-------------1 ul li.style-list::before {
  content: "・";
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 45px;
  text-align: center;
  width: calc(100% - 4rem);
  max-width: var(--max-width-contents-xlarge);
  padding: 2rem 2rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  background-color: #F6F6F6;
  border-radius: var(--border-radius-medium);
}
footer::before {
  content: attr(data-label);
  position: absolute;
  top: -20px;
  left: 0;
}
footer svg.logo {
  padding: 0 auto;
  width: 100%;
  height: 60px;
  scale: 1;
}
footer ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-indent: inherit;
}
footer small {
  font-size: 0.7rem;
  letter-spacing: 8%;
}

section {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.section1-------------1 {
  padding-bottom: 0rem;
}

.section2-------------1 {
  padding-bottom: 0rem;
}

.section3-------------1 {
  padding-bottom: 0rem;
}

.section4-------------1 {
  padding-bottom: 8rem;
}

.section5-------------1 {
  padding-bottom: 2rem;
}

@media (max-width: 1050px) {
  section {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
  .section1-------------1 {
    padding-bottom: 0rem;
  }
  .section2-------------1 {
    padding-bottom: 0rem;
  }
  .section3-------------1 {
    padding-bottom: 0rem;
  }
  .section4-------------1 {
    padding-bottom: 10rem;
  }
  .section5-------------1 {
    padding-bottom: 1rem;
  }
}
@media (max-width: 756px) {
  section {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .section2-------------1 {
    padding-bottom: 0rem;
  }
  .section3-------------1 {
    padding-bottom: 0rem;
  }
  .section4-------------1 {
    padding-bottom: 4rem;
  }
  .section5-------------1 {
    padding-bottom: 0rem;
  }
}
@media (max-width: 1050px) {
  .section2-------------1 .wrapper-flow {
    width: 100%;
  }
  .section2-------------1 .wrapper-flow h3 {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: var(--font-weight-medium);
    font-style: normal;
    font-size: 1.1rem;
    letter-spacing: 0.3rem;
    line-height: 0.06rem;
  }
  .section2-------------1 .wrapper-flow .wrapper-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
  .section2-------------1 .wrapper-flow .wrapper-box .wrapper-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section2-------------1 .wrapper-flow .wrapper-box .wrapper-title svg {
    margin-top: 0.2rem;
    width: 48px;
    height: 48px;
  }
  .section2-------------1 .wrapper-flow .wrapper-box .wrapper-blank {
    width: 48px;
  }
  .section2-------------1 .wrapper-flow .wrapper-box .box {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: var(--font-weight-regular);
    font-style: normal;
    font-size: 0.85rem;
    color: #333;
    width: 220px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.4rem;
    border-radius: var(--border-radius-small);
  }
  .section2-------------1 .wrapper-flow .wrapper-box .box1 {
    background-color: rgba(178, 202, 216, 0.5);
  }
  .section2-------------1 .wrapper-flow .wrapper-box .box2 {
    background-color: rgba(185, 214, 180, 0.5);
  }
  .section2-------------1 .wrapper-flow .wrapper-box .box3 {
    background-color: rgba(225, 165, 190, 0.5);
  }
  .section2-------------1 .wrapper-flow .wrapper-box-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
  .section2-------------1 .wrapper-flow .wrapper-box-arrow div {
    width: 48px;
  }
  .section2-------------1 .wrapper-flow .wrapper-box-arrow .wrapper-icon {
    width: 220px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section2-------------1 .wrapper-flow .wrapper-box-arrow .wrapper-blank {
    width: 48px;
  }
  .section3-------------1 .wrapper-card {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 1rem;
  }
  .section3-------------1 .wrapper-card .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .section3-------------1 .wrapper-card .card p {
    font-size: 0.85rem;
    line-height: 170%;
  }
}
@media (max-width: 756px) {
  body {
    font-size: 14px;
  }
  body .pc-br {
    display: none;
  }
  body .sp-br {
    display: block;
  }
  header nav ul#nav-menu {
    display: none;
  }
  header {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 0px solid var(--color-border);
    border-radius: 0;
    margin: -1rem;
    align-items: end;
  }
  header .logo {
    width: 140px;
    height: 46px;
  }
  header .outer-circle {
    display: flex;
  }
  h1 {
    color: var(--color-primary);
    font-size: 2.3rem;
    font-weight: var(--font-weight-medium);
    line-height: 120%;
  }
  .hero {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .hero .bubble-wrapper {
    z-index: -1;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 46%;
    left: 50%;
  }
  .hero .heading {
    position: absolute;
    width: 90vw;
    height: 70vh;
    max-height: 140vw;
    transform: translate(-50%, -50%);
    top: 48%;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hero .heading p {
    font-size: 1.2rem;
    line-height: 170%;
  }
  .section1-------------1 .card-wrapper {
    padding: 0 1.5rem;
  }
  .section1-------------1 .card-wrapper .card {
    padding: 1.5rem 1rem;
    gap: 1.5rem;
  }
  .section1-------------1 .card-wrapper .card p {
    font-size: 1.3rem;
  }
  .section1-------------1 .card-wrapper .card1 ul li {
    font-size: 1rem;
  }
  .section1-------------1 .card-wrapper .card2 {
    padding: 2rem 1rem;
    width: 60vw;
    border: 1px solid var(--color-bg-1);
  }
  .section1-------------1 .card-wrapper .card3 .wrapper-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .section1-------------1 .card-wrapper .card3 .wrapper-card .card-num {
    width: 100%;
  }
  .section2-------------1 .wrapper-flow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
    width: 100%;
    max-width: var(--max-width-contents-medium);
    padding: 0 1rem;
    gap: 1rem;
  }
  .section2-------------1 .wrapper-flow .wrapper-box {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .section2-------------1 .wrapper-flow .wrapper-box .box-upper {
    width: 25vw;
    min-height: 48px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: var(--border-radius-small);
  }
  .section2-------------1 .wrapper-flow .wrapper-box .box {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem 0.2rem;
    border-radius: var(--border-radius-small);
  }
  .section2-------------1 .wrapper-flow .wrapper-box .box h3 {
    padding: 0rem 0rem;
  }
  .section2-------------1 .wrapper-flow .wrapper-box .wrapper-title {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0rem 0rem;
  }
  .section2-------------1 .wrapper-flow .wrapper-box .wrapper-title h3 {
    writing-mode: vertical-rl;
    line-height: 100%;
    font-size: 1.2rem;
  }
  .section2-------------1 .wrapper-flow .wrapper-box .wrapper-title svg {
    margin-top: 0.2rem;
    width: 48px;
    height: 48px;
  }
  .section2-------------1 .wrapper-flow .wrapper-box .wrapper-title svg.icon-sp {
    width: 24px;
  }
  .section2-------------1 p {
    margin-top: 4rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: var(--font-weight-regular);
    font-style: normal;
    font-size: 1.1rem;
    line-height: 170%;
  }
  .section2-------------1 .wrapper-copy {
    margin: 4rem 0 0 0;
  }
  .section2-------------1 svg.icon-footprint {
    fill: var(--color-primary);
  }
  .section3-------------1 .chart1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section3-------------1 .chart1 .copy-left {
    width: 40%;
    text-align: right;
    padding-right: 0.2rem;
    font-size: 1.4rem;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: var(--font-weight-light);
    font-style: normal;
  }
  .section3-------------1 .chart1 .arrow {
    display: flex;
  }
  .section3-------------1 .chart1 .copy-right {
    width: 40%;
    text-align: left;
    padding-left: 0.2rem;
    font-size: 0.8rem;
    line-height: 140%;
  }
  .section3-------------1 h3 {
    margin: 4rem 0 0.5rem 0;
    font-size: 1.5rem;
  }
  .section3-------------1 .chart2 {
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section3-------------1 .chart2 .circle {
    position: absolute;
    top: -50px;
    vertical-align: top;
    width: 150px;
    height: 150px;
    aspect-ratio: 1;
    background-color: var(--color-white);
    border: 2px dotted var(--color-primary);
    border-radius: var(--border-radius-max);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .section3-------------1 .chart2 .circle .logo_ver2 {
    display: block;
    position: absolute;
    top: 23px;
    width: 90px;
    height: 90px;
    aspect-ratio: 1;
  }
  .section3-------------1 .chart2 .circle-small {
    width: 125px;
    height: 125px;
  }
  .section3-------------1 .chart2 .circle-small2 {
    width: 125px;
    height: 125px;
  }
  .section3-------------1 .wrapper-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .section3-------------1 .wrapper-card .card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .section3-------------1 .wrapper-card .card p {
    font-size: 0.8rem;
    line-height: 170%;
  }
  .section4 .list-diagram ul {
    list-style: none;
    margin-left: 1em;
    text-indent: -1em;
  }
  .section5-------------1 {
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .section5-------------1 h2 {
    font-size: 1.5rem;
  }
  .section5-------------1 .wrapper-message {
    flex-direction: column;
    padding: 1rem 0rem 0 0;
  }
  .section5-------------1 .wrapper-message .profile-message {
    width: 100%;
  }
  .section5-------------1 .wrapper-message .profile-message h3 {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: var(--font-weight-regular);
    font-style: normal;
    font-size: 1.35rem;
  }
  .section5-------------1 .wrapper-message .profile-message p {
    font-size: 0.9rem;
    letter-spacing: 0.02rem;
  }
  .section5-------------1 .wrapper-message .profile-message .wrapper-image {
    display: flex;
    padding: 0 0 2rem 0;
    gap: 1rem;
  }
  .section5-------------1 .wrapper-message .profile-message .wrapper-image .title {
    writing-mode: vertical-rl;
    line-height: 100%;
  }
  .section5-------------1 .wrapper-message .profile-message .wrapper-image .profile-image {
    width: 140px;
    aspect-ratio: 3/4;
    background-image: url("../src/images/cut_0223.avif");
    background-size: cover;
    background-position: 45% 0%;
    border-radius: var(--border-radius-small);
  }
  .section5-------------1 .wrapper-message .wrapper-profile {
    display: flex;
    width: 100%;
  }
  .section5-------------1 .wrapper-message .wrapper-profile .wrapper-image {
    display: none;
  }
  .section5-------------1 .wrapper-message .wrapper-profile .profile {
    width: 100%;
  }
  .section5-------------1 .wrapper-message .wrapper-profile .profile p {
    font-size: 0.8rem;
    letter-spacing: 0.03rem;
  }
  .section6-------------1 h2 {
    font-size: 1.5rem;
  }
  .section6-------------1 table {
    font-size: 0.8rem;
    line-height: 170%;
  }
  .section6-------------1 table tr {
    padding-top: 0rem;
    vertical-align: top;
  }
  .section6-------------1 table tr td:first-child {
    width: -moz-max-content;
    width: max-content;
  }
  .section6-------------1 table tr td:last-child {
    padding-left: 0rem;
  }
  .section5-------------1 .content-title,
  .section6-------------1 .content-title {
    display: block;
    width: 100%;
  }
  .section5-------------1 .content-title .title-en,
  .section6-------------1 .content-title .title-en {
    font-size: 0.7rem;
    letter-spacing: 0.04rem;
  }
  .section6-------------1 {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
    display: flex;
  }
  .section6-------------1 table {
    width: 100%;
    max-width: var(--max-width-contents-large);
    border-spacing: 0 1rem;
  }
  .section6-------------1 table tr td:first-child {
    padding-right: 1rem;
  }
  footer {
    width: calc(100% - 2rem);
    margin-bottom: 1rem;
  }
}
.background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 120svh;
  background-color: #ffffff;
}/*# sourceMappingURL=style.css.map */