@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
body {
  font-family: YakuHanJP, "Zen Kaku Gothic New", serif;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  vertical-align: top;
}
h1 {
  margin: 0;
}

.l-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.l-inner * {
  box-sizing: border-box;
}

.text-center {
  text-align: center;
}
.c-unit__btn {
  display: block;
  text-align: center;
  color: #003095;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  padding: 1em 3em;
  background-color: #fff500;
  width: fit-content;
  margin: 1rem auto;
  border-radius: 9999px;
  position: relative;
  transition: 0.3s;
}
.c-unit__btn::before {
  content: "";
  display: block;
  width: 10px;
  height: auto;
  aspect-ratio: 10 / 18;
  background: center / contain url(./image/s03_btn_arrow.svg) no-repeat;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.c-unit__btn:hover {
  text-decoration: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 48, 149, 0.55);
}
.c-column__btn {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 19px 40px;
  background-color: #007fef;
  width: fit-content;
  margin: 1rem auto;
  border-radius: 9999px;
  position: relative;
  transition: 0.3s;
  min-width: 350px;
}
.c-column__btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  aspect-ratio: 10 / 18;
  background: center / contain url(./image/column_btn_arrow.svg) no-repeat;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.c-column__btn:hover {
  text-decoration: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 48, 149, 0.55);
}
.c-btn {
  background: #379693;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  padding: 1em 3em;
  width: fit-content;
  margin: 1rem auto;
  border-radius: 9999px;
  transition: 0.3s;
}
.c-btn:hover {
  opacity: 0.8;
}

.p-mv {
  padding: 5rem 0 4rem;
  background-color: #006cd8;
  color: #fff;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-mv--column {
  background-image: url(./image/p-mv--column.png);
}
.p-mv__subtitle {
  font-weight: 500;
}
.p-mv__title {
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
.p-mv__text {
  font-weight: 400;
  font-size: 1.125rem;
}
.c-breadcrumb__items {
  margin: 1rem 0;
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  gap: 0.25rem 0.5625rem;
}
.c-breadcrumb__item {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5385;
}
.c-breadcrumb__item a {
  color: #046dd5;
}
.c-breadcrumb__item a:hover {
  text-decoration: none;
}
.c-breadcrumb__item + .c-breadcrumb__item {
  padding-left: 0.9375rem;
  position: relative;
}

.c-breadcrumb__item + .c-breadcrumb__item:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1.25rem;
  width: 1rem;
  top: 0;
  background-image: url(./image/breadcrumb-arrow.png);
  background-position: center left;
  background-size: auto;
  background-repeat: no-repeat;
}
.s05_ttl span {
  color: #379693;
  font-weight: bold;
  font-size: clamp(38px, 3.7vw, 70px);
}

.p-top-point {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}
.p-top-session {
  margin-top: 5.25rem;
}
.p-top-session,
.p-top-session * {
  border-boxing: border-box;
}

.p-point__list {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 25px;
  margin-top: 55px;
}

.p-point__list__item {
  width: calc((100% - 25px * 2) / 3);
}
.p-point__list__inner {
  text-decoration: none;
  transition: 0.3s;
  color: #000000;
}

.p-point__list__img {
  border-radius: 10px;
  overflow: hidden;
}

.p-point__list__img img {
  object-fit: cover;
  transition: 0.3s;
}

.p-point__list__title {
  font-size: clamp(18px, 1.25vw, 24px);
  margin: 1.875rem 0 1.25rem;
  text-align: center;
}

.p-point__list__text {
  line-height: 1.563;
}

.p-top-column {
  margin-bottom: 5.25rem;
}
.p-archive-column {
  margin-bottom: 5.25rem;
}
.p-archive-column__card {
  display: grid;
  gap: 64px 25px;
  margin-top: 4.6875rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-archive-column__card__item {
  grid-template-rows: subgrid;
  grid-row: span 3;
  display: grid;
  gap: 0;
}
.p-archive-column__card__inner {
  text-decoration: none;
  transition: 0.3s;
  color: #000000;
  grid-template-rows: subgrid;
  grid-row: span 3;
  display: grid;
  gap: 0;
}

.p-archive-column__card__img {
  border-radius: 10px;
  overflow: hidden;
}

.p-archive-column__card__img img {
  object-fit: cover;
  transition: 0.3s;
}

.p-archive-column__card__inner:hover .p-archive-column__card__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.p-archive-column__card__inner:hover {
  opacity: 0.8;
}
.p-archive-column__card__body {
  grid-row: span 2;
  display: grid;
  gap: 0;
}
.p-archive-column__card__title {
  font-size: 1.25rem;
  margin: 1.875rem 0 1.25rem;
}

.p-archive-column__card__text {
  font-size: 1rem;
  line-height: 1.563;
  margin-top: 0;
}
.p-column-main {
  position: relative;
}
.p-column-main:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  content: "";
  top: 1px;
  left: 0;
}
.l-wrapper {
  margin-top: 4.6875rem;
  margin-bottom: 8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-article {
  width: 65.5%;
  max-width: 720px;
}
.l-sidebar {
  width: 29.15%;
  max-width: 320px;
}
.p-single-column img {
  width: auto;
  max-width: 100% !important;
  height: auto;
}
.p-single-column__header {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #d6d6d6;
}

.p-single-column__category {
  font-size: 1.125rem;
  font-weight: bold;
  color: #379693;
  margin-bottom: 1rem;
}

.p-single-column__title {
  font-size: 2.5rem;
  line-height: 1.2;
}
.p-single-column__lead {
  margin-bottom: 3.5rem;
}

.p-single-column__content p {
  line-height: 1.563;
}

.p-single-column__toc {
  border: 4px solid #bbeae9;
  padding: 2rem 1rem 2rem 2rem;
  margin: 3.4375rem 0;
}

.p-single-column__toc-title {
  text-align: center;
  margin: 0 auto 1rem;
  font-size: 1.25rem;
}

.p-single-column__toc-list {
  list-style: none;
  padding: 0;
}
.p-single-column__toc-list li {
  padding-left: 1rem;
  position: relative;
}
.p-single-column__toc-list li + li {
  margin-top: 0.5rem;
}
.p-single-column__toc-list li:before {
  content: "";
  display: block;
  background: #379693;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.5625rem;
}
.p-single-column__toc-list li a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.p-single-column__toc-list li a:hover {
  opacity: 0.7;
}

.p-single-column__thumbnail {
  border-radius: 1rem;
  overflow: hidden;
}
.p-single-column__banner {
  margin: 3rem 0;
  display: block;
  transition: 0.3s;
}
.p-single-column__banner:hover {
  opacity: 0.7;
}
.p-single-column__post h2 {
  font-size: 2rem;
  border-left: 4px solid #379693;
  line-height: 1.25;
  padding-left: 1rem;
  margin: 3.4375rem 0 2.25rem;
}
.p-single-column__post h3 {
  font-size: 1.5rem;
  line-height: 1.417;
  background: #dcf8f8;
  padding: 8px 20px;
  margin: 2rem 0;
}
.p-single-column__post h4 {
  color: #379693;
  font-size: 1.25rem;
}
.p-single-column__post p {
  line-height: 1.563;
}
.p-single-column__post p.ant {
  font-size: 87.5%;
}

.p-single-column__post a {
  color: #046dd5;
  word-break: break-all;
}
.p-single-column__post a:hover {
  text-decoration: none;
}
.p-single-column__post table {
  margin: 1.875rem 0;
  border-collapse: collapse;
  width: 100%;
}

.p-single-column__post table th,
.p-single-column__post table td {
  border: 1px solid #dadada;
  padding: 10px;
}
.p-single-column__post table th {
  background: #eff1f2;
}

.p-single-column__post table caption {
  margin-bottom: 5px;
}

.p-single-column__post figure {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 1rem;
}
.p-relation {
  margin-top: 5rem;
}
.p-relation__title {
  font-size: 1.5rem;
  color: #379693;
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 0.875rem;
  margin-bottom: 2.125rem;
}
.p-relation__item {
  margin-top: 2.125rem;
}
.p-relation__item-inner {
  display: flex;
  gap: 24px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  align-items: center;
}
.p-relation__item-inner:hover {
  opacity: 0.8;
}

.p-relation__item-img img {
  transition: 0.3s;
}
.p-relation__item-inner:hover .p-relation__item-img img {
  transform: scale(1.05);
}
.p-relation__item-img {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
}
.p-relation__item-content {
  width: calc(100% - 30% - 24px);
}

.p-relation__item-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}
.p-relation__item-text {
  line-height: 1.563;
}

.p-sidebar__subtitle {
  color: #379693;
  border-bottom: 2px solid #379693;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
  margin-top: 0;
  font-size: 1.125rem;
}

.p-sidebar__item + .p-sidebar__item {
  margin-top: 1.5625rem;
}

.p-sidebar__item-inner {
  display: flex;
  gap: 16px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  align-items: flex-start;
}
.p-sidebar__item-inner:hover {
  opacity: 0.8;
}

.p-sidebar__item-img img {
  transition: 0.3s;
}

.p-sidebar__item-inner:hover .p-sidebar__item-img img {
  transform: scale(1.05);
}
.p-sidebar__item-img {
  width: 39.25%;
  border-radius: 5px;
  overflow: hidden;
}

.p-sidebar__item-title {
  width: calc(100% - 30% - 24px);
  font-size: 15px;
  line-height: 1.2;
}

.s02_message {
  margin: -40px auto 120px;
  max-width: 1100px;
}
.s02_message_flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.s02_message_img {
  order: 0;
  width: 29%;
}

.s02_message_img img {
  padding-left: 40px;
}
.s02_message_text {
  order: 2;
  width: 71%;
  max-width: 780px;
  text-align: center;
}

.s02_message_ttl {
  text-align: center;
  font-size: clamp(26px, 2.083vw, 46px);
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.s02_message_ttl span {
  font-size: clamp(34px, 2.8125vw, 56px);
}

.s02_message_ttl span.blue {
  color: #c7f6ff;
}

.s02_message_ttl span.green {
  color: #c3f3e2;
}
.s02_message_subttl {
  font-size: clamp(18px, 1.458vw, 28px);
  color: #fff;
  font-weight: 500;
  margin-top: 0;
}

.s02_message_result {
  margin-top: 30px;
}

.s02_message_result_list {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 25px;
  margin-left: 30px;
  flex-wrap: wrap;
}
.s02_message_result_list li {
  padding: 20px 40px;
}
.s02_message_result_item {
  position: relative;
  width: 120px;
  height: 120px;
  background: rgb(0 94 202);
  box-shadow: 0px 0px 10px 20px rgb(0 94 202);
  border-radius: 100%;
  margin: 0 auto;
}

.s02_message_result_item:before,
.s02_message_result_item:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 150px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.s02_message_result_item:before {
  background-image: url(./image/s02_message_result_left.png);
  left: -40px;
}
.s02_message_result_item:after {
  background-image: url(./image/s02_message_result_right.png);
  right: -40px;
}
.s02_message_result_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 140px;
  width: auto;
  z-index: 2;
}

.s02_message_result_txt {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}
.s02_message_result_txt span {
  font-size: 16px;
  color: #f1d78a;
}

.s02_message_result_num {
  font-size: 20px;
  font-weight: 800;
  background: linear-gradient(140deg, #c59f15 28%, #f1d78a 50%, #cba51b 68%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  position: relative;
  letter-spacing: -1px;
  margin-top: -5px;
}
.s02_message_result_num span {
  line-height: 1;
}
.s02_message_result_num .no {
  font-size: 44px;
}
.s02_message_result_num .one {
  font-size: 55px;
}
.s02_message_result_num .years {
  font-size: 54px;
}
.s02_message_result_num .year {
  font-size: 29px;
}
.s02_message_result_num .months {
  font-size: 24px;
}
.s02_message_result_num .month {
  font-size: 20px;
}
.s02_message_result_num .percentage {
  font-size: 55px;
}
.s02_message_result_num .percent {
  font-size: 32px;
}
.s02_message_result_num sup {
  color: #fff;
  background: none;
  line-height: 1;
  color: #fff;
  background: none;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-text-fill-color: initial;
  top: 10px;
}

.s02_message_result_ant {
  color: #fff;
  text-align: right;
  line-height: 1.2;
  font-size: 13px;
  font-weight: 500;
  margin: 1rem 0;
}
.s02_message_result_ant_inner{
    text-align: left;
    display: inline-block;
    list-style: none;
    padding: 0;
}
.s02_message_result_ant_inner li {
    display: flex;
    gap: 5px;
}

.s02_message_flex:not(:has(.s02_message_img)){

 .s02_message_text{
    width:100%;
    max-width: none;
}

 .s02_message_result_list {
    margin:0;
    gap: 10px;
}


.s02_message_result_item {
    width: 180px;
    height: 180px;
}


.s02_message_result_txt {
    font-size: 14px;
}

.s02_message_result_txt span {
    font-size: 18px;
}

.s02_message_result_num {
    font-size: 24px;
}

.s02_message_result_num .no {
    font-size: 46px;
}

.s02_message_result_num .one {
    font-size: 64px;
}

.s02_message_result_num .percentage {
    font-size: 64px;
}
}


.s02_message_photolist {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.s02_message_photolist_item {
  width: calc((100% - 10px * 2) / 3);
}

.s02_vision_header{
  text-align: center;
}

.s02_vision {
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 4.2vw, 28px);
  font-weight: 500;
  margin: 2em 0 0.75em;
  line-height: 1.5;
  background: #2352c8;
  border-radius: 9999px;
  display: inline-block;
  padding: 7px 20px;
  width: 100%;
  max-width: 625px;
}
.s02_vision_text {
  color: #fff;
  text-align: center;
  font-size: clamp(34px, 2.8125vw, 56px);
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 .5em;
  padding: 0 10px;

}
.s02_vision_diagram {
  container-type: inline-size;
  container-name: vision-diagram;
  --vision-hub-diameter: 284px;
  --vision-sat-diameter: 248px;
  --vision-title-size: 24px;
  --vision-title-color: rgb(0, 94, 202);
  --vision-desc-size: 16px;
  --vision-desc-color: rgb(51, 51, 51);
  --vision-desc-line-height: 1.563;
  --vision-icon-max: 44px;
  --vision-hub-border: 20px;
  --vision-sat-border: 10px;
  --vision-card-glow-color: rgba(159, 233, 218, 0.3);
  --vision-card-glow-size: 29px;
  --vision-card-glow-spread: 3px;
  --vision-card-glow: 0 0 var(--vision-card-glow-size)
    var(--vision-card-glow-spread) var(--vision-card-glow-color);
  --vision-pentagon-start: -36deg;
  max-width: 730px;
  margin: 0 auto 2.5rem;
  padding: 0 10px;
  box-sizing: border-box;
}
.s02_vision_diagram_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.s02_vision_diagram_hub {
  flex-shrink: 0;
  width: min(var(--vision-hub-diameter), calc(100vw - 40px));
}
.s02_vision_diagram_hub_ring {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  border: var(--vision-hub-border) solid #a0e8d0;
  box-shadow: 0 0 24px rgba(160, 232, 208, 0.65);
  background: rgba(255, 255, 255, 0.98);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.s02_vision_diagram_hub_img {
  display: block;
  min-width:100%;
  height: auto;
  max-width: none;
    position: absolute;
}

.s02_vision_diagram_list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
}
.s02_vision_diagram_item {
  margin: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.s02_vision_diagram_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.25em;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 16px 20px 18px;
  box-sizing: border-box;
  border: var(--vision-sat-border) solid #80e0ff;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.98);
  min-width: 0;
  box-shadow: var(--vision-card-glow);
}
.s02_vision_diagram_icon {
  display: block;
  max-width: var(--vision-icon-max);
  max-height: var(--vision-icon-max);
  width: auto;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}
.s02_vision_diagram_ttl {
  margin: 0;
  font-size: clamp(18px, 5vw, var(--vision-title-size));
  font-weight: bold;
  line-height: 1.25;
  color: var(--vision-title-color);
}
.s02_vision_diagram_desc {
  margin: 0;
  font-size: var(--vision-desc-size);
  font-weight: 400;
  line-height: var(--vision-desc-line-height);
  color: var(--vision-desc-color);
  font-weight: 500;
}

.s02_three_pillars_wrap {
  max-width: 1100px;
  margin: 0 auto 60px;
  box-sizing: border-box;
}
.s02_three_pillars_wrap,
.s02_three_pillars_wrap * {
  box-sizing: border-box;
}
.s02_three_pillars_ttl {
  margin: 0 0 1.5em;
  text-align: center;
  font-size: 40px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.5;
}
.s02_three_pillars {
  --s02-three-pillars-card-gap: 12px;
  --s02-three-pillars-times-size: 52px;
  /* card_head 中央まで（padding + 見出し1行 + domain 上余白 + domain 1行 の半分） */
  --s02-three-pillars-head-pt: 24px;
  --s02-three-pillars-head-inner-mid: calc(
    (40px * 1.2 + 0.35 * 24px + 24px * 1.3) / 2
  );
  --s02-three-pillars-times-y-from-row-top: calc(
    var(--s02-three-pillars-head-pt) + var(--s02-three-pillars-head-inner-mid) -
      var(--s02-three-pillars-times-size) / 2
  );
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  /* 縦積み: subgrid 構成は同じ。tags 行は SP では auto（1fr だと PC 用の余白が乗る） */
  grid-template-rows:
    auto auto auto var(--s02-three-pillars-card-gap) auto auto auto
    var(--s02-three-pillars-card-gap) auto auto auto;
}
.s02_three_pillars > .s02_three_pillars_card:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 3;
}
.s02_three_pillars > *:nth-child(2) {
  grid-column: 1;
  grid-row: 4;
  justify-self: center;
  align-self: center;
}
.s02_three_pillars > .s02_three_pillars_card:nth-child(3) {
  grid-column: 1;
  grid-row: 5 / span 3;
}
.s02_three_pillars > *:nth-child(4) {
  grid-column: 1;
  grid-row: 8;
  justify-self: center;
  align-self: center;
}
.s02_three_pillars > .s02_three_pillars_card:nth-child(5) {
  grid-column: 1;
  grid-row: 9 / span 3;
}
.s02_three_pillars_card {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-rows: subgrid;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.s02_three_pillars_card_head {
  grid-row: 1;
  text-align: center;
  padding: 24px 16px 20px;
}
.s02_three_pillars_card--odd .s02_three_pillars_card_head {
  background-color: #c2f2e2;
}
.s02_three_pillars_card--even .s02_three_pillars_card_head {
  background-color: #c7f6ff;
}
.s02_three_pillars_card_ttl {
  margin: 0;
  font-size: clamp(28px, 5vw, 40px);
  color: rgb(0, 94, 202);
  font-weight: bold;
  line-height: 1.2;
}
.s02_three_pillars_card_domain {
  margin: 0.35em 0 0;
  font-size: clamp(18px, 3vw, 24px);
  color: #333333;
  line-height: 1.3;
}
.s02_three_pillars_card_body {
  display: contents;
}
.s02_three_pillars_card_lead {
  grid-row: 2;
  padding: 24px 35px;
  margin: 0;
  background: #fff;
  box-sizing: border-box;
  min-height: 0;
  font-size: clamp(16px, 2.5vw, 20px);
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}
.s02_three_pillars_tags {
  grid-row: 3;
  list-style: none;
  margin: 0;
  padding: 0 30px 34px;
  background: #fff;
  box-sizing: border-box;
  min-height: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.s02_three_pillars_tags li {
  margin: 0;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: clamp(14px, 2vw, 16px);
  color: rgb(0, 94, 202);
  font-weight: bold;
  line-height: 1.45;
  text-align: left;
}
.s02_three_pillars_card--odd .s02_three_pillars_tags li {
  background-color: #DAF7EE;
}
.s02_three_pillars_card--even .s02_three_pillars_tags li {
  background-color: #DDFAFF;
}
.s02_three_pillars_times {
  position: relative;
  width: var(--s02-three-pillars-times-size);
  height: var(--s02-three-pillars-times-size);
  /* 12pxトラック内で中央に置き、円がカードへはみ出す分 */
  margin: calc(
      (var(--s02-three-pillars-times-size) - var(--s02-three-pillars-card-gap)) /
        -2
    )
    0;
  border-radius: 50%;
  background-color: #06638d;
  z-index: 1;
}
.s02_three_pillars_times::before,
.s02_three_pillars_times::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  background-color: rgb(255, 255, 255);
  transform-origin: center center;
}
.s02_three_pillars_times::before {
  transform: translate(-50%, -50%) rotate(45deg) scaleY(0.12);
}
.s02_three_pillars_times::after {
  transform: translate(-50%, -50%) rotate(-45deg) scaleY(0.12);
}

.s02_box02,
.s02_box02 * {
  box-sizing: border-box;
}
.s02_worries {
  padding: 100px 15px 0;
}
.s02_worries,
.s02_worries * {
  box-sizing: border-box;
}

.s02_worries_inr {
  margin: 0 auto;
  max-width: 1090px;
}
.s02_worries_ttl {
  text-align: center;
}
.s02_worries_ttl h2 {
  font-size: clamp(24px, 2.083vw, 40px);
  font-weight: 500;
  color: #333333;
  display: inline;
  margin: 0;
  padding-bottom: 12px;
  background-image: url("./image/s02_worries_ttl.png");
  background-repeat: repeat-x;
  background-position: bottom;
}

.s02_worries_ttl span {
  font-size: clamp(34px, 2.8125vw, 56px);
  font-weight: bold;
  color: #0078e8;
}
.s02_worries_list {
  display: flex;
  list-style: none;
  margin: 65px auto 0;
  padding: 0;
  justify-content: space-between;
  gap: 43px;
}
.s02_worries_list li {
  max-width: 338px;
  width: calc((100% - 43px * 2) / 3);
}
.s02_worries_list li:nth-child(2n-1) {
  transform: translateY(90px);
}

.s02_worries_item {
  background: #f4f5f6;
  padding: 30px 20px;
  text-align: center;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s02_worries_item_inr {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.722;
  font-weight: 500;
}

.s02_worries_item_inr span {
  color: #0975ed;
  font-size: 22px;
  font-weight: bold;
}
.s02_worries_companieslist {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 30px auto -40px;
  padding: 0;
  align-items: self-end;
  position: relative;
  z-index: 1;
}

.s02_worries_companieslist_item {
  text-align: center;
}
.s02_worries_companieslist_item_txt {
  margin: 10px 0 0;
  padding: 0 25px;
  color: rgb(51, 51, 51);
  line-height: 1.938;
  font-weight: 500;
}
.s02_worries_companieslist_item_txt span {
  font-size: 20px;
  font-weight: bold;
}
.s02_box03_cont_list {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  gap: 32px;
  flex-wrap: wrap;
}

.s02_box03_cont_list li {
  width: calc((100% - 32px * 2) / 3);
}
.s02_box03_cont_list:has(> :first-child:nth-last-child(-n+2)){
  justify-content: center;
}


.s02_box03_cont_list_ttl {
  font-size: 25px;
  text-align: center;
  margin: 12px;
  line-height: 1em;
  font-weight: 500;
  color: #007fef;
}

.s02_box03_cont_list_txt {
  font-size: 16px;
  text-align: center;
}

.p-briefing-about_imgbox {
  width: 38.75%;
  max-width: 426px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: stretch;
}

.p-briefing-about_textbox {
  width: calc((100% - 38.75% - 55px));
}

.p-briefing-about_flex {
  display: flex;
  gap: 55px;
}

.p-briefing-about_textbox h3 {
  font-size: 24px;
  color: rgb(55, 150, 147);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: -0.75px;
  margin: 0 0 2rem;
}

.p-briefing-flow {
  border-radius: 10px;
  border: 4px solid #e9f6ef;
  padding: 25px 40px;
  margin-top: 2rem;
}

.p-briefing-flow-ttl {
  font-size: 20px;
  font-weight: bold;
}

.p-briefing-flow-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.p-briefing-flow-list-item {
  display: flex;
  gap: 18px;
}

.p-briefing-flow-list-num {
  width: 58px;
  height: 58px;
  background: #379693;
  border-radius: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

.p-briefing-flow-list-num span {
  font-size: 24px;
}

.p-briefing-flow-list-txt {
  width: calc(100% - 58px - 18px);
  font-size: 18px;
  padding: 16px 0px;
}

.p-briefing-flow-list-item:not(:first-child) {
  margin-top: 12px;
}
.p-briefing-flow-list:has(.p-briefing-flow-list-item:nth-child(2)) {
  position: relative;
}
.p-briefing-flow-list:has(.p-briefing-flow-list-item:nth-child(2)):before {
  content: "";
  position: absolute;
  width: 6px;
  height: calc(100% - 10px);
  background: #e1e1e1;
  top: 5px;
  left: 26px;
  z-index: -1;
}
.p-example-conts {
  margin-top: 70px;
  background: #f6f6f6;
  text-align: center;
  border-top: 4px solid #379693;
  padding: 25px 50px 60px;
  border-radius: 0 0 20px 20px;
}

.p-example-conts h2 {
  font-size: clamp(18px, 1.458vw, 28px);
  line-height: 1.643;
  margin-bottom: 35px;
  font-weight: 500;
}

.p-example-conts p {
  line-height: 1.778;
  font-size: 18px;
}

.p-example-item {
  background: #fff;
  border-radius: 20px;
  padding: 0 35px 35px;
  margin-top: 65px;
}

.p-example-item h3 {
  background: #379693;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 6px 33px;
  border-radius: 9999px;
  line-height: 1.5;
  margin: 0 auto 35px;
  transform: translateY(-21px);
}
.p-example-item-list {
  list-style: none;
  display: flex;
  gap: 15px 20px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.p-example-item-list li {
  width: calc((100% - 20px * 3) / 4);
  text-align: left;
}

.p-example-item-list li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #379693;
  display: inline-block;
  border-radius: 100%;
}

.p-example-item-list li span {
  margin-left: 10px;
}
.p-example-conts p.p-example-item-list-text {
  font-weight: 500;
  margin: 25px auto 0;
  font-size: 16px;
}

.p-example-day-table-wrap {
  margin-top: 12px;
  width: 100%;
  padding: 48px 28px 50px;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  text-align: left;
}
.p-example-conts .p-example-day-table-scroll-note {
  margin: 0 auto 14px;
  max-width: 900px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  text-align: left;
}
.p-example-day-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-example-day-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
  color: #333333;
}
.p-example-day-table thead th:nth-child(1) {
  width: calc(100% * 200 / 900);
}


.p-example-day-table thead th {
  padding: 12px 12px;
  background-color: #379693;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fff;
  font-size: 18px;
}
.p-example-day-table__th-vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  padding: 18px 6px;
  letter-spacing: 0.1em;
  line-height: 1.35;
}
.p-example-day-table__row th,
.p-example-day-table__row td {
  padding: 12px 16px;
  background-color: #e9f6ef;
  border: 1px solid #fff;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
}
.p-example-day-table__row th {
  text-align: center;
  white-space: nowrap;
}
.p-example-day-table__row td:nth-child(2),
.p-example-day-table__row td:nth-child(3) {
  text-align: left;
}
.p-example-day-table__banner td {
  padding: 14px 20px;
  background-color: #54b9b6;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  border: none;
}
.p-example-day-table__list {
  margin: 0;
  padding-left: 1.05em;
  list-style-type: disc;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}
.p-example-day-table__list li {
  margin: 0.12em 0;
  font-weight: 500;
}
.p-example-day-table__list li::marker {
  color: #379693;
}
.p-example-day-table__cell-icon {
  text-align: center;
  width: calc(100% * 48 / 900);
}
.p-example-day-table__row td.p-example-day-table__cell-icon {
  padding: 12px 5px;
}
.p-example-day-table__dosei-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  vertical-align: middle;
}
.p-example-day-table__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-example-day-table__icon img {
  display: block;
  height: auto;
  vertical-align: middle;
}

.p-example-schedule {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-example-schedule-item {
  background: #e9f6ef;
  border-radius: 20px;
  display: flex;
  padding: 20px 28px;
  align-items: center;
}
.p-example-schedule-item:not(:first-child) {
  margin-top: 35px;
  position: relative;
}
.p-example-schedule-item:not(:first-child)::before {
  position: absolute;
  content: "";

  width: 0;
  height: 0;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 15px solid #a4a4a4;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
}
.p-example-schedule-img {
  width: 10%;
  text-align: left;
}

.p-example-schedule-time {
  color: #379693;
  font-weight: bold;
  font-size: 24px;
  padding: 20px;
  width: 17%;
  text-align: left;
}

.p-example-schedule-activity {
  width: calc(100% - 10% - 17%);
  text-align: left;
}

.p-example-schedule-activity span {
  font-size: 21px;
  color: #333333;
  font-weight: bold;
}

.p-example-schedule-activity > p {
  font-size: 16px;
  margin: 5px 0 0;
  line-height: 1.563;
}
.s02_box03_cont_subttl {
  font-size: 20px;
  font-weight: bold;
  margin: 28px 0 0;
}

.s02_box03_cont_subttl::before {
  content: "";
  width: 17px;
  height: 17px;
  background: #007fef;
  border-radius: 100%;
  display: inline-block;
}

.s02_box03_cont_subttl span {
  margin-left: 7px;
}
.fv_0405_btn {
  position: absolute;
  max-width: 1100px;
  left: 50%;
  transform: translate(-50%);
  bottom: 30px;
  width: 100%;
  z-index: 1;
}
.fv_0405_btn .c-unit__btn {
  position: absolute;
  bottom: 9em;
  right: 0;
  font-size: 24px;
  padding: 1.065em 3.25em;
  z-index: 6;
  box-shadow: 0px 0px 30px 0px rgba(0, 46, 92, 0.4);
}
.fv_0405_btn .c-unit__btn:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 46, 92, 0.4),
    0px 0px 30px 0px rgba(0, 46, 92, 0.4), 0px 0px 30px 0px rgba(0, 46, 92, 0.4);
  background-color: #ffd800;
}
.fv_0405_btn .c-unit__btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 9999px;
  transition: all 0.2s ease;
  z-index: -1;
  background: #fff500;
}
.fv_0405_btn .c-unit__btn:hover:after {
  transform: scale(1.07);
  background: #ffd800;
}
.s03_btn {
  z-index: 1;
}
.s03_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 9999px;
  transition: all 0.2s ease;
  z-index: -1;
  background: #fff500;
}
.s03_btn:hover:hover:after {
  transform: scale(1.02);
  background: #ffd800;
}

/* s02_box03 収益シミュレーション（PC） */
  .s02_box03_cont_revenue {
    display: block;
    margin: 50px auto 20px;
    padding: 24px 50px 28px;
    border-radius: 20px;
    background-color: rgb(244, 245, 246);
    max-width: 790px;
    text-align: center;
  }
  .s02_box03_cont_revenue_ttl {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
  }
  .s02_box03_cont_revenue_desc {
    font-size: clamp(10px, 1.6vw, 14px);
  }
  .s02_box03_cont_revenue_lead {
    margin: -46px 0 24px;
    font-size: clamp(12px, 1.7vw, 20px);
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
  }
  .s02_box03_cont_revenue_lead-badge {
    display: inline-block;
    padding: 4px 32px;
    border-radius: 999px;
    background-color: #cfe6fc;
  }
  .s02_box03_cont_revenue_lead-em {
    font-weight: 700;
  }
  .s02_box03_cont_revenue_lead-em-num {
    font-size: clamp(24px, 2.083vw, 32px);
    color: #c40807;
    line-height: 1;
  }
  .s02_box03_cont_revenue_visual {
    margin-top: 24px;
    align-items: center;
    gap: 36px;
    display: flex;
    justify-content: center;
  }
  .s02_box03_cont_revenue_side {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .s02_box03_cont_revenue_case {
    margin: 0;
    padding: 1px 12px;
    border-radius: 999px;
    background-color: #333333;
    color: #ffffff;
    font-size: clamp(12px, 1.7vw, 18px);
    font-weight: 500;
    line-height: 1.6;
    min-width: 124px;
    text-align: center;
  }
  .s02_box03_cont_revenue_case-num {
    font-size: clamp(16px, 1.79vw, 24px);
    font-weight: 700;
    line-height: 1;
  }
  .s02_box03_cont_revenue_img img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .s02_box03_cont_revenue_arrow {
    width: 0;
    height: 0;
    border-top: 39px solid transparent;
    border-bottom: 39px solid transparent;
    border-left: 23px solid #333333;
  }
  .s02_box03_cont_revenue_note {
    margin: 20px 0 0;
    font-size: clamp(10px, 1.6vw, 16px);
    color: rgb(102, 102, 102);
    line-height: 1.375;

    display: inline-block;
    text-align: left;
  }
.bn{
  display: block;
  transition: 0.3s;
  margin: 0 auto;
  max-width: 880px;
}
.bn img{
  transition: 0.3s;
}
section.s02:has(.bn){
  padding-top: 0;
}
section.s02 .bn{
  filter: drop-shadow(0 0 46px rgba(4, 69, 134, 0.65));
  background: #fff;
  border-radius: 20px;
  margin: 0 auto 100px;
  overflow: hidden;
}
section.s02 .bn:hover{
  filter: drop-shadow(0 0 50px rgba(4, 69, 134, 1));
  transform: translateY(-4px);
}
section.s02 .bn:hover img{
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
  header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .header_inr {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 64px;
  }
  header .logo_wrap {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  img.ecc_junior_logo {
    width: 84px;
  }
  .logo_wrap p {
    font-size: 8px;
    line-height: 1em;
    margin: 0 0 6px;
  }
  .menu_list {
    display: flex;
    gap: 30px;
  }
  .menu_list a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
  }
  .menu_list a:hover {
    color: #003095;
  }
  .drawer_menu .header_btn a {
    color: #003095;
    border-radius: 9999px;
    background: #fff500;
    padding: 12px 31px;
    transition: 0.3s;
    text-align: center;
  }
  .header_btn a:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 107, 215, 0.55);
  }
  img.header_menu_close {
    width: 44px;
    margin: 0 auto;
    display: block;
  }
  .drawer_menu {
    background: #003095;
    z-index: 11;
    position: fixed;
    top: 64px;
    right: 0;
    transform: translateX(100%);
    transition: 0.5s;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
  }
  .drawer_menu a {
    color: #fff;
    display: block;
    text-decoration: none;
    margin-bottom: 1.5em;
    font-size: 16px;
    font-weight: bold;
  }
  img.header_menu {
    width: 15px;
  }
  .open {
    transform: translateX(0);
  }
  main {
    overflow-x: hidden;
    margin-top: 64px;
  }
  #floating_banner {
    position: fixed;
    bottom: 0;
    right: 0;
    transition: transform 1s ease, opacity 0.3s ease;
    transform: translateY(100%);
    z-index: 100;
    background: #ffffff90;
    padding: 12px 20px 6px;
    width: 100%;
    box-sizing: border-box;
  }
  #floating_banner.show {
    bottom: 0;
    transform: translateY(0);
  }
  img.s00_img01 {
    width: 100%;
  }
  section.s01 {
    background-image: url(image/fv_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    background-color: #1073e8;
    margin-top: -5px;
  }
  img.fv_02,
  img.fv_03 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
  }
  .fv_0405_wrap_box {
    grid-row: 1 / 3;
    grid-column: 1;
    position: relative;
  }
  .fv_0405_wrap_box_txt02 {
    font-size: clamp(20px, 5vw, 40px);
    color: #fff;
    padding: 0 4%;
    line-height: 1.4em;
  }
  img.fv_05 {
    grid-column: 1;
    grid-row: 2 / 4;
  }
  .fv_0405_wrap_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 128px 1fr;
    padding: 40px 0 0;
  }
  .fv_0405_wrap_box_txt_width {
    max-width: 95%;
    margin: 10px auto 0;
  }
  .fv_0405_wrap_box_txt01 {
    font-size: clamp(16px, 1.79vw, 25px);
    background: #fff;
    margin-bottom: 16px;
    width: fit-content;
    line-height: 1.2;
    padding: 8px 10px;
    box-shadow: 12px 6px 10px #116cc784;
    font-weight: 500;
  }
  .fv_0405_wrap_box_txt01 span {
    color: #116cc7;
    font-size: 120%;
  }
  .fv_0405_wrap_box_txt03,
  .fv_0405_wrap_box_txt03 * {
    box-sizing: border-box;
  }
  .fv_0405_wrap_box_txt03 {
    display: flex;
    padding: 0;
    margin: 20px auto 120px;
    list-style: none;
    gap: 16px;
    flex-wrap: wrap;
    width: 80%;
  }
  .fv_0405_wrap_box_txt03_circle {
    background-color: rgb(199, 246, 255);
    box-shadow: 0px 0px 32px 0px rgba(0, 107, 215, 0.55);
    width: 100%;
    border-radius: 10px;
  }
  .fv_0405_wrap_box_txt03 li:nth-child(2n) .fv_0405_wrap_box_txt03_circle {
    background-color: #c3f3e2;
  }
  .fv_0405_wrap_box_txt03_inner {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .fv_0405_wrap_box_txt03_inner p {
    font-size: 16px;
    color: rgb(17, 17, 17);
    font-weight: bold;
    line-height: 1.35;
    margin: 0;
  }
  .fv_0405_wrap_box_txt03_inner p + p {
    margin-top: 5px;
  }
  .fv_0405_wrap_box_txt03_inner span {
    color: #006bd6;
  }
  .fv_0405_wrap_box_txt03_inner span.big {
    font-size: 18px;
  }
  .fv_0405_wrap_box_txt03 li {
    width: 100%;
  }
  section.s02 {
    background-image: linear-gradient(0deg, #0087fc, rgb(0 108 216));
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px 15px 1px;
    margin-top: -2px;
    z-index: 1;
  }
  section.s02 .bn{
    margin:0 auto 60px;
    border-radius: 8px;
  }
  img.s02_img03 {
    position: absolute;
    right: 10px;
    top: 0;
    width: 98px;

    z-index: -1;
  }
  .s02_txt01 {
    color: #fff;
    text-align: center;
    font-size: clamp(15px, 2.14vw, 30px);
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  h2.s02_ttl {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: clamp(22px, 2.86vw, 40px);
    font-weight: 500;
  }
  .s02_img04_wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 60px;
    z-index: 1;
    position: relative;
    background: url(image/s02_img04.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: min(700px, 60vw);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20%;
    padding: 0 min(186px, 16%) min(230px, 18vw);
    box-sizing: border-box;
    align-content: end;
  }
  .s02_img04_wrap_txt01,
  .s02_img04_wrap_txt02 {
    font-size: clamp(10px, 1.6vw, 16px);
    text-align: justify;
    margin: 0;
  }
  img.s02_img04 {
    max-width: 1100px;
    margin: 0 calc(50% - 50vw) 60px;
    display: block;
    z-index: 1;
    position: relative;
    width: 100vw;
  }
  .s02_box01 {
    margin: 0 auto 60px;
    padding: 60px 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    z-index: 1;
    position: relative;
    align-items: center;
    box-sizing: border-box;
  }
  h2.s02_box01_ttl {
    color: #0963b0;
    background: linear-gradient(
      90deg,
      transparent 0%,
      #fff 30%,
      #fff 50%,
      #fff 70%,
      transparent 100%
    );
    font-size: 15px;
    padding: 10px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  p.s02_box01_txt01 {
    margin: 1em 0;
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: 500;
  }
  img.s02_img05 {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  ul.s02_box01_ul {
    padding: 1em 0 1em 1em;
  }
  ul.s02_box01_ul li {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 1em;
  }
  .s02_img08 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .s02_img09 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .s02_box02 {
    margin: 0 calc(50% - 50vw);
    padding: 40px 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }

  .s02_box02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(image/s02_img06_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
  }
  .s02_box02::after {
    content: "";
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(image/s02_img06_sp_bg.png);
    background-size: 100%;
    background-repeat: repeat-y;
    z-index: -2;
  }
  .s02_box02_inr {
    background: #fff;
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 10px 10px 10px #487e7c20;
  }
  h3.s02_box02_inr_ttl {
    text-align: center;
    font-size: clamp(18px, 2.86vw, 40px);
    margin: 0 0 1em;
    font-weight: 500;
  }
  h3.s02_box02_inr_ttl span {
    color: #0c715d;
  }
  p.s02_box02_inr_txt01 {
    font-size: clamp(16px, 2.14vw, 30px);
    margin: 0 1rem;
    font-weight: 500;
    display: inline-block;
  }
      p.s02_box02_inr_txt01 span {
        font-size: clamp(18px, 2.5vw, 35px);
        color: #0c715d;
    }
  p.s02_box02_inr_txt02 {
    margin: 0;
    font-size: clamp(18px, 2.5vw, 35px);
    font-weight: 500;
    color: #0c715d;
    display: inline;
  }
  p.s02_box02_inr_txt02 span {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    position: relative;
  }
  p.s02_box02_inr_txt02 span::before {
    content: "";
    display: block;
    width: 0.8em;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    transform-origin: center;
    position: absolute;
    top: 50%;
  }
  p.s02_box02_inr_txt02 span::after {
    content: "";
    display: block;
    width: 0.8em;
    height: 1px;
    background: #000;
    transform: rotate(-45deg);
    transform-origin: center;
    position: absolute;
    top: 50%;
  }
  p.s02_box02_inr_txt03 {
    font-size: 12px;
    margin: 1.4em auto 3em;
    width: 88%;
    text-align: justify;
  }
  .s02_box02_item {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .s02_box02_item .s02_box03_txt01 {
    color: #007ff1;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),
      0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1),
      0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
  }
  .s02_box02_item .s02_box03_txt02 {
    color: #007ff1;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),
      0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1),
      0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
  }
  .s02_box02_item .s02_box03_blc {
    margin-bottom: 50px;
  }
  .s02_box02_item .s02_box03_blc > div {
    border: none;
    background: #f9fcff;
    box-shadow: 0px 10px 18px 2px rgba(72, 126, 124, 0.2);
    padding: 45px 25px 40px;
    width: 100%;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_num {
    border-radius: 100%;
    background: #fff;
    width: 70px;
    height: 70px;
    box-shadow: 3.694px 4.728px 7.52px 0.48px rgba(51, 51, 51, 0.2);
    color: #000000;
    font-size: 12px;
    margin: -84px auto 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: bold;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_num span {
    color: #007ff1;
    font-size: 34px;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt01,
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt02,
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt03 {
    color: #000000;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt02 {
    font-weight: bold;
    margin-bottom: 0;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt03 {
    padding: 1em 0 0;
  }
  .s02_box03_cont {
    background: #f9fcff;
    box-shadow: 0px 10px 18px 2px rgba(72, 126, 124, 0.2);
    padding: 40px 25px;
    border-radius: 10px;
    margin-top: 50px;
  }
  .s02_box03_cont_flex {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
  }
  .s02_box03_cont_flex .s02_box03_cont_textbox {
    width: 100%;
  }
  .s02_box03_cont_flex .s02_box03_cont_imgbox {
    width: 100%;
    text-align: center;
  }
  .s02_box03_cont_flex .s02_box03_cont_imgbox img {
    width: 100%;
    max-width: 394px;
    height: auto;
    margin: 0 auto;
  }

  .s02_box03_cont_tag {
    font-size: 14px;
    color: #007fef;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .s02_box03_cont_ttl {
    font-weight: bold;
    font-size: 26px;
  }
  .s02_box03_cont_textbox p {
    line-height: 1.563;
  }
  .s02_box03_cont_textbox p.ant {
    font-size: 12px;
        text-indent: -6px;
        padding-left: 6px;
  }
  .s02_box03_cont_imgbox {
    padding-top: 22px;
  }

  .owners {
    max-width: 1100px;
    margin: 0 auto 100px;
  }
  .owners,
  .owner * {
    box-sizing: border-box;
  }

  .owners_list {
    padding: 0;
    list-style: none;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .owners_list li {
    background: #fff;
    box-shadow: 0px 10px 18px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 30px 25px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
  .owners_list .job_name {
    color: #379693;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .owners_list .spec {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .owners_list .spec .img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
  }
  .owners_list .spec .img img {
    position: absolute;
    min-width: calc(100% + 4px);
    min-height: calc(100% + 4px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .owners_list .spec .ttl {
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
    width: calc(100% - 80px - 15px);
  }
  .owners_list .body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
  }
  .owners_list .body .name,
  .owners_list .body .info {
    width: 100%;
  }
  .owners_list .body .name p {
    margin: 0;
    font-size: 14px;
  }
  .owners_list .body .name span {
    font-size: 14px;
  }
  .owners_list .body .name p strong {
    font-size: 18px;
  }
  .owners_list .info dl {
    display: flex;
    font-size: 14px;
  }
  .owners_list .info dl dd {
    margin-left: 0;
    text-indent: -10px;
    padding-left: 10px;
  }
  .owners_list .info dl dt {
    min-width: 50px;
  }
  .owners_btn {
    display: block;
    margin: 45px auto 0;
    text-align: center;
    background: #379693;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border-radius: 9999px;
    max-width: 254px;
    transition: 0.3s;
  }
  .owners_btn:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
  }

  .s02_box03 {
    max-width: 1100px;
    margin: 0 auto;
  }
  .s02_box03_txt01 {
    font-size: clamp(18px, 2.14vw, 30px);
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
  }
  .s02_box03_txt02 {
    font-size: clamp(20px, 2.86vw, 40px);
    text-align: center;
    color: #fff;
    margin: 0 0 4em;
    font-weight: 500;
  }
  .s02_box03_txt02 > span {
    font-size: 200%;
    font-weight: bold;
    line-height: 1em;
  }
  .s02_box03_txt02 > span > span {
    font-size: 64%;
    font-weight: bold;
  }
  .s02_box03_blc {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
    margin-bottom: 50px;
  }
  .s02_box03_blc > div {
    border: solid #ffffff80;
    border-radius: 10px;
    padding: 45px 25px 25px;
    position: relative;
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .s02_box03_blc_txt01 {
    font-size: 14px;
    text-align: center;
    color: #fff;
  }
  .s02_box03_blc_txt02 {
    font-size: clamp(26px, 2.14vw, 30px);
    color: #fff;
    text-align: center;
    margin-bottom: 1em;
    font-weight: 500;
  }
  p.s02_box03_blc_txt03 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-align: justify;
    padding: 1em 1em 0;
  }
  img.s02_box03_img00 {
    width: 84px;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
  }
  section.s03 {
    background: linear-gradient(160deg, #0092ff 0%, #003095 100%);
    padding: 20px 20px;
  }
  .s03_inr {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
  }
  .s03_inr_inr {
  }
  .s03_img01 {
    display: flex;
    justify-content: center;
  }
  .s03_img01 img {
    width: calc(100% - 180px);
  }
  .s03_img01_circle {
    position: relative;
    background: #fff500;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-bottom: 20px;
  }
  .s03_img01_circle_inner {
    width: 100%;
    text-align: center;
    color: #194487;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    line-height: 1.2;
    padding-top: 10px;
    z-index: -1;
  }
  .s03_img01_circle_inner span {
    font-size: 26px;
    letter-spacing: -1px;
    padding: 0 2px;
  }
  .s03_img01_circle_inner span sup {
    font-size: 12px;
  }
  .s03_img01_circle::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 30px solid #fff500;
    border-top: 0;
    transform: rotate(135deg);
    position: absolute;
    bottom: 6px;
    right: 6px;
  }
  .s03_inr_box01 {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-gap: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    grid-column: span 2;
  }
  .s03_inr_box01_blc {
    border: solid 2px;
    padding: 10px;
    border-radius: 8px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-weight: 500;
  }
  img.s03_img00 {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 33px;
  }
  .s03_inr_box01_blc_txt02 {
    font-size: 15px;
  }
  .s03_inr_box02 {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 30px;
    grid-column: span 2;
    display: none;
  }
  .s03_inr_box02_txt {
    color: #fff;
    font-size: clamp(18px, 1.79vw, 25px);
  }
  .s03_inr_txt01 {
    font-size: clamp(15px, 2.14vw, 30px);
    font-weight: 500;
    color: #fff;
    grid-column: 1;
    grid-row: 1;
    padding-right: 10px;
  }
  .s03_inr_txt02 {
    color: #fff;
    font-size: clamp(25px, 3.21vw, 42px);
    font-weight: 500;
    margin: 0 0 20px;
    grid-column: 1;
    grid-row: 2;
    padding-right: 10px;
  }
  .s03_inr_txt03 {
    background: #fff500;
    text-align: center;
    padding: 8px 10px;
    font-size: clamp(16px, 1.79vw, 25px);
    color: #003095;
    margin: 0 0 1em;
    grid-column: span 2;
  }
  .s03_inr_box03 {
    margin-bottom: 20px;
    display: grid;
    grid-column: span 2;
    grid-template-columns: repeat(1, auto);
  }
  .s03_inr_box03 dl {
    border-radius: 5px;
    margin: 0 auto;
    width: 100%;
  }
  .s03_inr_box03 dt {
    color: #fff;
    background: #194487;
    padding: 10px 16px;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    gap: 5px;
  }
  .s03_inr_box03 dd {
    margin: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
  }
  .s03_inr_box03 dd ul {
    display: flex;
    padding: 0;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .s03_inr_box03 dd ul li {
    line-height: 1;
    color: #194487;
    font-size: 15px;
    font-weight: 500;
  }
  .s03_inr_box03 dd ul li + li {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #194487;
  }
  .s03_btn {
    text-align: center;
    color: #003095;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    padding: 1em 1.5em;
    background-color: #fff500;
    width: 100%;
    margin: 0 auto;
    border-radius: 100px;
    display: block;
    box-sizing: border-box;
    position: relative;
  }
  .s03_btn::before {
    content: "";
    display: block;
    width: 10px;
    height: auto;
    aspect-ratio: 10/18;
    background: center / contain url("./image/s03_btn_arrow.svg") no-repeat;
    position: absolute;
    right: .7em;
    top: 50%;
    transform: translateY(-50%);
  }
  section.s04 {
    background: url(image/s04_img01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 20px;
  }
  .s04_txt01 {
    text-align: center;
    color: #379693;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
  }
  h2.s04_ttl {
    font-size: clamp(28px, 2.86vw, 40px);
    margin: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .tab5 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 親要素内で中央揃え */
  }
  .tab5 .tab-content {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: 50px auto auto auto 1fr;
    grid-gap: 20px 0;
  }
  .tab5 label {
    display: block;
    padding: 20px calc(25px - 0.5em);
    text-align: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
    opacity: 0.6;
    color: #000;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    line-height: 1em;
  }
  /* 選択されたタブのスタイル */
  .tab5 input:checked + label {
    opacity: 1;
    color: #fff;
  }
  .tab5 input:checked + label > div {
  }
  /* ラジオボタンを非表示 */
  .tab5 input {
    display: none;
  }
  #tab5-b1,
  #tab5-b2,
  #tab5-b3 {
    display: none;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  }
  label.tab5-1 {
    background: #de5f5f;
    grid-column: 1;
    grid-row: 2;
  }
  label.tab5-2 {
    background: #289679;
    grid-column: 1;
    grid-row: 3;
  }
  label.tab5-3 {
    background: #7867ba;
    grid-column: 1;
    grid-row: 4;
  }
  #tab5-b1 {
    border: solid 2px #de5f5f;
  }
  #tab5-b2 {
    border: solid 2px #289679;
  }
  #tab5-b3 {
    border: solid 2px #7867ba;
  }
  /* 選択されたタブに対応するコンテンツを表示 */
  #tab5-1:checked ~ #tab5-b1,
  #tab5-2:checked ~ #tab5-b2,
  #tab5-3:checked ~ #tab5-b3 {
    display: block;
    grid-row: span 5;
  }
  .s04_txt02 {
    font-size: 12px;
    margin-bottom: 2em;
  }
  .s04_box01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .s04_txt03 {
    font-size: 20px;
    text-align: center;
    margin: 12px;
    line-height: 1em;
    font-weight: 500;
  }
  #tab5-b1 .s04_txt03 {
    color: #de5f5f;
  }
  #tab5-b2 .s04_txt03 {
    color: #289679;
  }
  #tab5-b3 .s04_txt03 {
    color: #7867ba;
  }
  .s04_txt04 {
    font-size: 12px;
    text-align: center;
  }
  .s04_box02 {
    max-width: 1100px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background: #fff;
    border: solid 1px #cde0df;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  img.s04_box02_img01 {
    display: block;
    margin: 0 auto;
    width: 25px;
  }
  .s04_box02_blc01 {
    text-align: center;
    height: 100%;
    align-content: center;
    font-size: 20px;
    line-height: 1.4;
    padding: 16px 18px;
    box-sizing: border-box;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .s04_box02_blc01.ptn01 {
    background: #dcf8f8;
  }
  .s04_box02_blc01.ptn02 {
    background: #bbeae9;
  }
  .s04_box02_blc01.ptn03 {
    background: #a4e2e0;
  }
  .s04_box02_blc01.ptn04 {
    background: #8dd9d7;
  }
  .s04_box02_blc01.ptn05 {
    background: #54b9b6;
    color: #fff;
  }
  .s04_box02_blc01.ptn06 {
    background: #379693;
    color: #fff;
  }
  .s04_box02_blc02 {
    font-size: 12px;
    padding: 20px;
  }
  .s04_box02_blc02 ul {
    padding: 0 2em;
  }
  .s04_txt05 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 2em;
  }
  section.s05 {
    padding: 40px 20px;
  }
  .s05_txt01 {
    text-align: center;
    color: #379693;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
  }
  h2.s05_ttl {
    font-size: clamp(28px, 2.86vw, 40px);
    margin: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .accordion {
    max-width: 1100px;
    margin: 0 auto;
  }
  .accordion,
  .accordion * {
    box-sizing: border-box;
  }
  .accordion {
    border-top: 1px solid #dadada;
  }
  .accordion_item {
    border-bottom: 1px solid #dadada;
    position: relative;
  }
  .accordion_icon {
    position: absolute;
    right: 10px;
    top: 45px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: #606060;
  }
  .accordion_icon::before,
  .accordion_icon::after {
    content: "";
    position: absolute;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .accordion_icon::before {
    width: 10px;
    height: 2px;
  }
  .accordion_icon::after {
    width: 2px;
    height: 10px;
  }
  .accordion_item.is-open .accordion_icon::after {
    transform: rotate(90deg);
    opacity: 0;
  }
  .accordion_item button {
    background: none;
    border: none;
    font-size: 16px;
    color: #111111;
    display: flex;
    padding: 20px 40px 20px 5px;
    cursor: pointer;
    width: 100%;
    gap: 15px;
    text-align: left;
  }
  .accordion_item button::before {
    content: "Q";
    color: #379693;
    font-weight: bold;
    font-size: 22px;
  }
  .js-accordion-panel {
    display: flex;
    padding: 0 40px 20px 5px;
    cursor: pointer;
    width: 100%;
    gap: 15px;
    color: rgb(17, 17, 17);
    line-height: 1.778;
    font-size: 15px;
    cursor: initial;
  }
  .js-accordion-panel::before {
    content: "A";
    color: #77bca9;
    font-weight: bold;
    font-size: 28px;
  }
  footer {
    padding-bottom: 100px;
  }
  .footer_inr {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .copyright_wrap {
    font-size: 12px;
  }
  .sp_none {
    display: none;
  }

  .p-mv {
    background-size: cover;
    padding: 2rem 0 1rem;
    background-position: center;
  }
  .p-mv__title {
    font-size: clamp(25px, 3.21vw, 42px);
    margin-bottom: 1rem;
  }

  .p-archive-column__card {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3rem;
    gap: 2rem;
  }
  .l-wrapper {
    margin-top: 3rem;
  }
  .l-article {
    width: 100%;
  }

  .l-sidebar {
    width: 100%;
  }
  .p-single-column__title {
    font-size: 28px;
  }

  .p-single-column__toc {
    padding: 20px;
  }

  .p-single-column__post h2 {
    font-size: 24px;
    padding-left: 10px;
  }

  .p-single-column__post h3 {
    font-size: 20px;
    padding: 8px 10px;
  }

  .p-single-column__post h4 {
    font-size: 18px;
  }
  .p-single-column__thumbnail {
    border-radius: 8px;
  }
  .p-single-column__post figure {
    border-radius: 8px;
  }

  .p-relation__item-inner {
    flex-wrap: wrap;
  }
  .p-relation__item-img {
    width: 100%;
  }

  .p-relation__item-content {
    width: 100%;
  }
  .c-column__btn {
    width: 100%;
    font-size: 16px;
    min-width: 0;
  }
  .s02_message_text {
    width: 65%;
  }
  .s02_message_ttl {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .s02_message_ttl span {
    font-size: 20px;
  }
  .s02_message_subttl {
    font-size: 15px;
  }

  .s02_message_result_list {
    margin-left: -55px;
    gap: 5px;
    margin-right: -10px;
  }

  .s02_message_result_txt {
    font-size: 10px;
  }

  .s02_message_result_num {
    font-size: 18px;
  }

  .s02_message_result_num .no {
    font-size: 20px;
  }

  .s02_message_result_num .one {
    font-size: 22px;
  }

  .s02_message_result_item {
    width: 60px;
    height: 60px;
  }

  .s02_message_result_item:before,
  .s02_message_result_item:after {
    height: 65px;
    top: calc(50% + 2px);
  }

  .s02_message_result_list li {
    padding: 10px 30px;
  }

  .s02_message_result_item:before {
    left: -45px;
  }

  .s02_message_result_item:after {
    right: -45px;
  }

  .s02_message_result_list li:nth-child(1) {
    /*width: 100%;*/
    text-align: center;
  }

  .s02_message_result_num .years {
    font-size: 20px;
  }

  .s02_message_result_num .year {
    font-size: 14px;
  }

  .s02_message_result_num .months {
    font-size: 14px;
  }

  .s02_message_result_num .month {
    font-size: 12px;
  }

  .s02_message_result_num {
    margin-top: 0;
    line-height: 0.9;
  }

  .s02_message_result_txt {
    font-feature-settings: "palt";
    letter-spacing: -0.75px;
    text-shadow: 0px 0px 5px rgb(0 94 202), 0px 0px 5px rgb(0 94 202),
      0px 0px 5px rgb(0 94 202), 0px 0px 5px rgb(0 94 202),
      0px 0px 5px rgb(0 94 202);
  }

  .s02_message_result_num .percentage {
    font-size: 20px;
  }

  .s02_message_result_num .percent {
    font-size: 18px;
  }

  .s02_message_result_num sup {
    position: initial;
    font-size: 10px;
    font-weight: normal;
  }

  .s02_message_img img {
    padding: 0;
    position: absolute;
    left: auto;
    right: 0;
    max-width: 200px;
    bottom: 0;
    z-index: -1;
  }

  .s02_message_img {
    position: relative;
    height: 100%;
    min-height: 400px;
    width: 55%;
  }

  .s02_message_photolist_item {
    width: calc((100% - 10px) / 2);
  }

  .s02_worries {
    padding: 60px 15px 0;
  }

  .s02_worries_ttl h2 {
    font-size: 20px;
    line-height: 2;
  }

  .s02_worries_ttl span {
    font-size: 25px;
  }

  .s02_worries_list {
    gap: 15px;
    margin: 20px auto 0;
    flex-wrap: wrap;
  }

  .s02_worries_list li {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    max-width: none;
  }

  .s02_worries_list li:nth-child(2n-1) {
    transform: none;
  }

  .s02_worries_item_inr {
    font-size: 15px;
  }

  .s02_worries_item_inr span {
    font-size: 17px;
  }

  .s02_worries_companieslist {
    margin: 20px 0;
  }

  .s02_worries_companieslist_item_txt {
    font-size: 13px;
    padding: 0 5px;
  }

  .s02_worries_companieslist_item_txt span {
    font-size: 14px;
  }

  .s02_box03_cont_list li {
    width: 100%;
  }

  .s02_box03_cont_list_ttl {
    font-size: 20px;
    margin: 12px 10px 10px;
  }

  .p-point__list__item {
    width: 100%;
  }

  .p-point__list__title {
    margin: 20px;
  }

  .p-point__list {
    gap: 20px;
  }

  .s05_ttl span {
    font-size: 34px;
  }

  .p-briefing-about_flex {
    gap: 20px;
    flex-wrap: wrap;
  }

  .p-briefing-about_textbox {
    width: 100%;
  }

  .p-briefing-about_textbox h3 {
    font-size: 20px;
  }

  .p-briefing-flow {
    padding: 20px;
  }

  .p-briefing-flow-ttl {
    font-size: 18px;
  }

  .p-briefing-flow-list-num {
    font-size: 12px;
    width: 46px;
    height: 46px;
  }

  .p-briefing-flow-list-num span {
    font-size: 18px;
  }

  .p-briefing-flow-list-txt {
    font-size: 15px;
    width: calc(100% - 46px - 15px);
    padding: 10px 0px;
  }

  .p-briefing-flow-list-item {
    gap: 15px;
  }

  .p-briefing-about_imgbox {
    width: 100%;
  }

  .p-briefing-about_imgbox img {
    width: calc((100% - 18px) / 2);
  }

  .p-briefing-flow-list:has(.p-briefing-flow-list-item:nth-child(2)):before {
    left: 20px;
  }
  .p-example-conts {
    padding: 25px 20px;
  }

  .p-example-day-table-wrap {
    margin-top: 10px;
    padding: 20px 14px 26px;
    border-radius: 10px;
  }

.p-example-day-table thead th{
  font-size: 14px;
}
.p-example-day-table__row th, .p-example-day-table__row td{
  font-size: 14px;

}
.p-example-day-table__banner td{
  font-size: 14px;
}
.p-example-day-table__list{
  font-size: 14px;
}
.p-example-day-table thead th:nth-child(1) {
  width: calc(100% * 300 / 900);
}

  .p-example-day-table__row th,
  .p-example-day-table__row td {
    padding: 10px 12px;
  }
  .p-example-day-table__row td.p-example-day-table__cell-icon {
    padding: 10px 6px;
  }
  .p-example-day-table thead th {
    padding: 10px 8px;
  }
  .p-example-day-table__th-vertical {
    padding: 14px 5px;
  }
  .p-example-day-table__banner td {
    padding: 12px 14px;
  }

  .p-example-conts p {
    font-size: 16px;
  }

  .p-example-item {
    border-radius: 10px;
    padding: 0 20px 20px;
  }

  .p-example-item h3 {
    font-size: 15px;
    padding: 6px 20px;
    margin: 0 auto;
    width: 100%;
  }

  .p-example-item-list li {
    width: auto;
    font-size: 15px;
  }

  .p-example-item-list {
    gap: 6px 20px;
  }
  .p-example-schedule-item {
    padding: 10px 15px;
    flex-wrap: wrap;
    border-radius: 10px;
  }

  .p-example-schedule-img {
    width: 30%;
  }

  .p-example-schedule-time {
    width: 70%;
    font-size: 20px;
    padding: 10px;
  }

  .p-example-schedule-activity {
    width: 100%;
    padding: 10px 5px 10px;
  }

  .p-example-schedule-activity span {
    font-size: 18px;
    text-align: center;
    display: block;
  }

  .p-example-schedule-activity > p {
    font-size: 15px;
    margin: 10px 0 0;
  }
  .fv_0405_btn{
    bottom: 0;
  }
  .fv_0405_btn .c-unit__btn {
    font-size: 18px;
    bottom: 2em;
    margin: 1rem;
  }

.s02_message_flex:not(:has(.s02_message_img)){
    .s02_message_result_item {
        width: 90px;
        height: 90px;
    }

        .s02_message_result_txt {
        font-size: 11px;
    }
        .s02_message_result_txt span {
        font-size: 12px;
    }
        .s02_message_result_num .no {
        font-size: 24px;
    }
        .s02_message_result_num .one {
        font-size: 30px;
    }
        .s02_message_result_num .percentage {
        font-size: 30px;
    }
}
.s02_message_result_ant{
  font-size: 12px;
}

}
@media screen and (min-width: 769px) {
  header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .header_inr {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 101px;
  }
  .logo_wrap p {
    font-size: 14px;
    line-height: 1em;
    margin: 10px 0 0;
  }
  .menu_list {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .menu_list a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
  }
  .menu_list a:hover {
    color: #003095;
  }
  .header_btn a {
    color: #003095;
    border-radius: 9999px;
    background: #fff500;
    padding: 12px 31px;
    transition: 0.3s;
    display: block;
  }
  .header_btn a:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 107, 215, 0.55);
  }
  main {
    overflow-x: hidden;
   padding-top: 100px;
  }
  .fv_0405_wrap_box_txt_width {
    width: 60vw;
    max-width: 1100px;
  }
  img.s00_img01 {
    position: fixed;
    top: 80%;
    right: 0;
    z-index: 10;
    width: 225px;
  }
  section.s01 {
    background-image: url(image/fv_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    background-color: #1073e8;
    margin-top: -5px;
  }
  img.fv_02,
  img.fv_03 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
  }
  img.fv_02{
    z-index: -3;
  }
  img.fv_03{
    z-index: -1;
  }
  .fv_05 {
   position: absolute;
        width: 100%;
        height: calc(100% + 90px);
        max-width: 1050px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        text-align: right;
        z-index: -2;
  }
  .fv_05 img {
    max-width: 50%;
    position: absolute;
    bottom: -20px;
    right: 0;
}
  .fv_0405_wrap_box {

  }
  .fv_0405_wrap_box_txt02 {
    font-size: clamp(12px, 1.7vw, 20px);
    color: #fff;
    margin-bottom: 20px;
  }

  .fv_0405_wrap{
    position: relative;
    z-index: 1;
  }
  .fv_0405_wrap_inner {
    max-width: 1100px;
    width: 96%;
    margin: 0 auto;
    padding: 70px 0;
    align-items: start;
  }
  .fv_0405_wrap_box_title{
    max-width: 556px;
    margin-bottom: 20px;
  }
  .fv_0405_wrap_box_txt01 {
    font-size: clamp(18px, 1.79vw, 25px);
    background: #fff;
    margin-bottom: 20px;
    width: fit-content;
    line-height: 1em;
    padding: 8px 16px;
    box-shadow: 12px 6px 10px #116cc784;
    font-weight: 500;
    line-height: 1.35em;
  }
  .fv_0405_wrap_box_txt01 span {
    color: #116cc7;
    font-size: 120%;
  }
  .fv_0405_wrap_box_txt03 {
    display: flex;
    padding: 0;
    margin: 40px 0 0;
    list-style: none;
    gap: 15px;
  }
  .fv_0405_wrap_box_txt03_circle {
    background-color: rgb(199, 246, 255);
    box-shadow: 0px 0px 32px 0px rgba(0, 107, 215, 0.55);
    border-radius: 100%;
    position: relative;
    padding-top: 100%;
    width: 180px;
  }
  .fv_0405_wrap_box_txt03 li:nth-child(2n) .fv_0405_wrap_box_txt03_circle {
    background-color: #c3f3e2;
  }
  .fv_0405_wrap_box_txt03_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  .fv_0405_wrap_box_txt03_inner p {
    font-size: 17px;
    color: rgb(17, 17, 17);
    font-weight: bold;
    line-height: 1.35;
    margin: 0;
  }
  .fv_0405_wrap_box_txt03_inner p + p {
    margin-top: 10px;
  }
  .fv_0405_wrap_box_txt03_inner span {
    color: #006bd6;
  }
  .fv_0405_wrap_box_txt03_inner span.big {
    font-size: 23px;
  }
  section.s02 {
    background-image: linear-gradient(0deg, #0087fc, rgb(0 108 216));

    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px 20px 1px;
    z-index: 1;
  }


  img.s02_img03 {
    position: absolute;
    right: 10px;
    top: 0;
    width: 98px;

    z-index: -1;
  }
  .s02_txt01 {
    color: #fff;
    text-align: center;
    font-size: clamp(20px, 2.14vw, 30px);
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  h2.s02_ttl {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: clamp(30px, 2.86vw, 40px);
    font-weight: 500;
  }

  .s02_vision_diagram {
    margin-bottom: 3rem;
    padding: 0;
    overflow: visible;
  }
  .s02_vision_diagram_inner {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    min-height: min(100cqw, 730px);
    overflow: visible;
    --vision-orbit-r: min(
      350px,
      max(120px, calc(50cqi - calc(var(--vision-sat-diameter) * 0.5)))
    );
  }
  @supports not (width: 1cqi) {
    .s02_vision_diagram_inner {
      --vision-orbit-r: 241px;
    }
  }
  .s02_vision_diagram_hub {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: var(--vision-hub-diameter);
    z-index: 2;
  }
  .s02_vision_diagram_list {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: min(20px, 3.5%);
    box-sizing: border-box;
    display: block;
    overflow: visible;
    list-style: none;
  }
  .s02_vision_diagram_item {
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--vision-sat-diameter);
    max-width: none;
    display: block;
    z-index: 1;
    transform: translate(-50%, -50%) rotate(var(--vision-orbit-angle, 0deg))
      translateY(calc(-1 * var(--vision-orbit-r, 241px)));
    transform-origin: center center;
  }
  .s02_vision_diagram_list > .s02_vision_diagram_item:nth-child(1) {
    --vision-orbit-angle: var(--vision-pentagon-start);
  }
  .s02_vision_diagram_list > .s02_vision_diagram_item:nth-child(2) {
    --vision-orbit-angle: calc(var(--vision-pentagon-start) + 72deg);
  }
  .s02_vision_diagram_list > .s02_vision_diagram_item:nth-child(3) {
    --vision-orbit-angle: calc(var(--vision-pentagon-start) + 144deg);
  }
  .s02_vision_diagram_list > .s02_vision_diagram_item:nth-child(4) {
    --vision-orbit-angle: calc(var(--vision-pentagon-start) + 216deg);
  }
  .s02_vision_diagram_list > .s02_vision_diagram_item:nth-child(5) {
    --vision-orbit-angle: calc(var(--vision-pentagon-start) + 288deg);
  }
  .s02_vision_diagram_card {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 12px 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    border-width: var(--vision-sat-border);
    box-sizing: border-box;
    transform: rotate(calc(-1 * var(--vision-orbit-angle, 0deg)));
    transform-origin: center center;
  }
  .s02_vision_diagram_ttl {
    font-size: var(--vision-title-size);
  }
  .s02_vision_diagram_desc {
    font-size: var(--vision-desc-size);
  }

  .s02_three_pillars {
    grid-template-columns:
      1fr var(--s02-three-pillars-card-gap) 1fr var(--s02-three-pillars-card-gap)
      1fr;
    /* 横並び: 3カードが同じ3行（head / lead / tags）を subgrid で共有 */
    grid-template-rows: auto auto 1fr;
  }
  .s02_three_pillars > .s02_three_pillars_card:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / -1;
  }
  .s02_three_pillars > *:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: start;
  }
  .s02_three_pillars > .s02_three_pillars_card:nth-child(3) {
    grid-column: 3;
    grid-row: 1 / -1;
  }
  .s02_three_pillars > *:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
    justify-self: center;
    align-self: start;
  }
  .s02_three_pillars > .s02_three_pillars_card:nth-child(5) {
    grid-column: 5;
    grid-row: 1 / -1;
  }
  .s02_three_pillars_times {
    margin: var(--s02-three-pillars-times-y-from-row-top)
      calc(
        (var(--s02-three-pillars-times-size) - var(--s02-three-pillars-card-gap)) /
          -2
      )
      0;
  }

  .s02_img04_wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 60px;
    z-index: 1;
    position: relative;
    background: url(image/s02_img04.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: min(700px, 60vw);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20%;
    padding: 0 min(186px, 16%) min(210px, 17vw);
    box-sizing: border-box;
    align-content: end;
  }
  .s02_img04_wrap_txt01,
  .s02_img04_wrap_txt02 {
    font-size: clamp(10px, 1.6vw, 17px);
    text-align: justify;
    margin: 0;
    line-height: 1.6em;
  }
  img.s02_img04 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 60px;
    display: block;
    z-index: 1;
    position: relative;
  }
  .s02_box01 {
    max-width: 1100px;
    margin: 0 auto 120px;
    padding: 0 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6%;
    z-index: 1;
    position: relative;
    align-items: center;
    box-sizing: border-box;
  }
  h2.s02_box01_ttl {
    margin: 0;
    color: #0963b0;
    background: linear-gradient(90deg, #fff 0%, transparent 100%);
    font-size: 24px;
    padding: 10px;
  }
  p.s02_box01_txt01 {
    margin: 1em 0;
    color: #fff;
    font-size: clamp(25px, 2.14vw, 29px);
    font-weight: 500;
  }
  ul.s02_box01_ul li {
    color: #fff;
    font-size: 19px;
    margin-bottom: 1em;
  }
  .s02_img08 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .s02_img09 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .s02_box02 {
    margin: 0 calc(50% - 50vw);
    padding: 200px 20px 120px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .s02_box02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(image/s02_img06.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
  }
  .s02_box02::after {
    content: "";
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(image/s02_img06_bg.png);
    background-size: 100%;
    background-repeat: repeat-y;
    z-index: -2;
  }
  .s02_box02_inr {
    max-width: 950px;
    background: #fff;
    margin: 0 auto 160px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4%;
    padding: 4%;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 10px 10px 10px #487e7c20;
  }
  .s02_box02_item {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .s02_box02_item .s02_box03_txt01 {
    color: #007ff1;
  }
  .s02_box02_item .s02_box03_txt02 {
    color: #007ff1;
  }
  .s02_box02_item .s02_box03_blc {
    margin-bottom: 60px;
  }
  .s02_box02_item .s02_box03_blc > div {
    border: none;
    background: #f9fcff;
    box-shadow: 0px 10px 18px 2px rgba(72, 126, 124, 0.2);
    padding: 45px 25px 40px;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_num {
    border-radius: 100%;
    background: #fff;
    width: 70px;
    height: 70px;
    box-shadow: 3.694px 4.728px 7.52px 0.48px rgba(51, 51, 51, 0.2);
    color: #000000;
    font-size: 12px;
    margin: -84px auto 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: bold;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_num span {
    color: #007ff1;
    font-size: 34px;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt01,
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt02,
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt03 {
    color: #000000;
  }
  .s02_box02_item .s02_box03_blc .s02_box03_blc_txt02 {
    font-weight: bold;
    margin-bottom: 0;
  }

  .s02_box03_cont {
    background: #f9fcff;
    box-shadow: 0px 10px 18px 2px rgba(72, 126, 124, 0.2);
    padding: 40px;
    border-radius: 10px;
    margin-top: 30px;
  }
  .s02_box03_cont_flex {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
  .s02_box03_cont_flex.reverse {
    flex-direction: row-reverse;
  }
  .s02_box03_cont_flex .s02_box03_cont_textbox {
    width: calc(100% - 38.63% - 40px);
  }
  .s02_box03_cont_flex .s02_box03_cont_imgbox {
    width: 38.63%;
  }
  .s02_box03_cont_tag {
    font-size: 14px;
    color: #007fef;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .s02_box03_cont_ttl {
    font-weight: bold;
    font-size: 30px;
  }
  .s02_box03_cont_textbox p {
    line-height: 1.563;
  }
  .s02_box03_cont_textbox p.ant {
    font-size: 12px;
        text-indent: -6px;
        padding-left: 6px;
  }
  .s02_box03_cont_imgbox {
    padding-top: 22px;
  }


  .owners {
    max-width: 1100px;
    margin: 0 auto 100px;
  }
  .owners,
  .owner * {
    box-sizing: border-box;
  }

  .owners_list {
    padding: 0;
    list-style: none;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .owners_list li {
    background: #fff;
    box-shadow: 0px 10px 18px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 30px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
  .owners_list .job_name {
    color: #379693;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .owners_list .spec {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .owners_list .spec .img {
    width: 88px;
    height: 88px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
  }
  .owners_list .spec .img img {
    position: absolute;
    min-width: calc(100% + 4px);
    min-height: calc(100% + 4px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .owners_list .spec .ttl {
    font-weight: bold;
    line-height: 1.5;
    font-size: 20px;
    width: calc(100% - 88px - 20px);
  }
  .owners_list .body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    justify-content: space-between;
  }
  .owners_list .body .name p {
    margin: 0;
    font-size: 14px;
  }
  .owners_list .body .name span {
    font-size: 14px;
  }
  .owners_list .body .name p strong {
    font-size: 18px;
  }
  .owners_list .info dl {
    display: flex;
  }
  .owners_list .info dl dd {
    margin-left: 0;
    text-indent: -10px;
    padding-left: 10px;
  }
  .owners_list .info dl dt {
    min-width: 50px;
  }
  .owners_btn {
    display: block;
    margin: 45px auto 0;
    text-align: center;
    background: #379693;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border-radius: 9999px;
    max-width: 254px;
    transition: 0.3s;
  }

  .owners_btn:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
  }

  h3.s02_box02_inr_ttl {
    grid-column: span 2;
    text-align: center;
    font-size: clamp(30px, 2.86vw, 40px);
    margin: 0 0 1em;
    font-weight: 500;
  }
  h3.s02_box02_inr_ttl span {
    color: #0c715d;
  }
  p.s02_box02_inr_txt01 {
    font-size: clamp(20px, 2.14vw, 30px);
    margin: 0;
    font-weight: 500;
  }
p.s02_box02_inr_txt01 span{
        font-size: clamp(25px, 2.5vw, 35px);
        color: #0c715d;
}

  p.s02_box02_inr_txt02 {
    margin: 0;
    font-size: clamp(25px, 2.5vw, 35px);
    font-weight: 500;
    color: #0c715d;
  }
  p.s02_box02_inr_txt02 span {
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
  }
  p.s02_box02_inr_txt02 span::before {
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    transform-origin: center;
    position: absolute;
    top: 50%;
  }
  p.s02_box02_inr_txt02 span::after {
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    background: #000;
    transform: rotate(-45deg);
    transform-origin: center;
    position: absolute;
    top: 50%;
  }
  p.s02_box02_inr_txt03 {
    font-size: 16px;
    margin: 1em 0;
  }
  .s02_box03 {
    max-width: 1100px;
    margin: 0 auto;
  }
  .s02_box03_txt01 {
    font-size: clamp(20px, 2.14vw, 30px);
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
  }
  .s02_box03_txt02 {
    font-size: clamp(30px, 2.86vw, 40px);
    text-align: center;
    color: #fff;
    margin: 0 0 2em;
    font-weight: 500;
  }
  .s02_box03_txt02 > span {
    font-size: 200%;
    font-weight: bold;
    line-height: 1em;
  }
  .s02_box03_txt02 > span > span {
    font-size: 64%;
    font-weight: bold;
  }
  .s02_box03_blc {
    display: flex;
    gap: 60px 25px;
    margin-bottom: 120px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .s02_box03_blc > div {
    width: calc((100% - 25px * 2) / 3);
    border: solid #ffffff80;
    border-radius: 10px;
    padding: 45px 25px 25px;
    position: relative;
  }
  .s02_box03_blc_txt01 {
    font-size: 14px;
    text-align: center;
    color: #fff;
  }
  .s02_box03_blc_txt02 {
    font-size: clamp(17px, 2.14vw, 30px);
    color: #fff;
    text-align: center;
    margin-bottom: 0.5em;
    font-weight: 500;
  }
  p.s02_box03_blc_txt03 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-align: justify;
    padding: 1em 1em 0;
  }
  img.s02_box03_img00 {
    width: 84px;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
  }
  section.s03 {
    background: linear-gradient(160deg, #0092ff 0%, #003095 100%);
    padding: 40px 20px 0;
  }
  .s03_inr {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 160px 110px 210px;
    align-items: end;
  }
  .s03_inr_inr {
    grid-column: 1 / 3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
  }
  .s03_img01 {
    grid-column: 3 / 5;
    grid-row: 1;
    z-index: 1;
    position: relative;
    height: 100%;
  }
  .s03_img01 img {
    width: 130%;
    max-width: none;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .s03_img01_circle {
    position: absolute;
    top: -60px;
    left: -30px;
    background: #fff500;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .s03_img01_circle_inner {
    width: 100%;
    text-align: center;
    color: #194487;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    line-height: 1.2;
    padding-top: 10px;
    z-index: -1;
  }
  .s03_img01_circle_inner span {
    font-size: 35px;
    letter-spacing: -1px;
    padding: 0 2px;
  }
  .s03_img01_circle_inner span sup {
    font-size: 12px;
  }
  .s03_img01_circle::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 30px solid #fff500;
    border-top: 0;
    transform: rotate(135deg);
    position: absolute;
    bottom: 6px;
    right: 6px;
  }
  .s03_inr_box01 {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
  }
  .s03_inr_box01_blc {
    border: solid 2px;
    padding: 10px;
    border-radius: 8px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-weight: 500;
  }
  img.s03_img00 {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 33px;
  }
  .s03_inr_box01_blc_txt02 {
    font-size: 15px;
  }
  .s03_inr_box02 {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 30px;
    margin-bottom: 30px;
    display: none;
  }
  .s03_inr_box02_txt {
    color: #fff;
    font-size: clamp(18px, 1.79vw, 25px);
  }
  .s03_inr_txt01 {
    font-size: clamp(20px, 2.14vw, 30px);
    font-weight: 500;
    color: #fff;
  }
  .s03_inr_txt02 {
    color: #fff;
    font-size: clamp(32px, 3.21vw, 42px);
    font-weight: 500;
    margin: 0 0 20px;
  }
  .s03_inr_txt03 {
    background: #fff500;
    text-align: center;
    padding: 8px 10px;
    font-size: clamp(16px, 1.79vw, 23px);
    color: #003095;
    margin: 0 0 1em;
  }
  .s03_inr_box03 {
    margin-bottom: 20px;
  }
  .s03_inr_box03 dl {
    border-radius: 5px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .s03_inr_box03 dt {
    color: #fff;
    background: #194487;
    padding: 10px 16px;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    gap: 5px;
  }
  .s03_inr_box03 dd {
    margin: 0;
    background: #fff;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    min-width: 390px;
    justify-content: center;
    padding: 10px;
  }
  .s03_inr_box03 dd ul {
    display: flex;
    padding: 0;
    list-style: none;
    align-items: center;
  }
  .s03_inr_box03 dd ul li {
    line-height: 1;
    color: #194487;
    font-size: 18px;
    font-weight: 500;
  }
  .s03_inr_box03 dd ul li + li {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #194487;
  }
  .s03_btn {
    text-align: center;
    color: #003095;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    padding: 1em 3em;
    background-color: #fff500;
    width: fit-content;
    margin: 0 auto;
    border-radius: 100px;
    position: relative;
  }
  .s03_btn::before {
    content: "";
    display: block;
    width: 10px;
    height: auto;
    aspect-ratio: 10/18;
    background: center / contain url("./image/s03_btn_arrow.svg") no-repeat;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
  }
  section.s04 {
    background: url(image/s04_img01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 20px;
  }
  .s04_txt01 {
    text-align: center;
    color: #379693;
    font-weight: 500;
    letter-spacing: 1px;
  }
  h2.s04_ttl {
    font-size: clamp(30px, 2.86vw, 40px);
    margin: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .tab5 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 親要素内で中央揃え */
  }
  .tab5 .tab-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tab5 label {
    display: block;
    padding: 10px 20px;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    width: 30%;
    box-sizing: border-box;
    margin: 0 4px;
    opacity: 0.6;
    line-height: 2.5em;
    color: #000;
  }
  /* 選択されたタブのスタイル */
  .tab5 input:checked + label {
    opacity: 1;
    color: #fff;
    transform: scaleY(1.1);
    transform-origin: bottom;
  }
  .tab5 input:checked + label > div {
    transform: scaleY(0.9091);
  }
  /* ラジオボタンを非表示 */
  .tab5 input {
    display: none;
  }
  #tab5-b1,
  #tab5-b2,
  #tab5-b3 {
    display: none;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  }
  label.tab5-1 {
    background: #de5f5f;
  }
  label.tab5-2 {
    background: #289679;
  }
  label.tab5-3 {
    background: #7867ba;
  }
  #tab5-b1 {
    border: solid 2px #de5f5f;
  }
  #tab5-b2 {
    border: solid 2px #289679;
  }
  #tab5-b3 {
    border: solid 2px #7867ba;
  }
  /* 選択されたタブに対応するコンテンツを表示 */
  #tab5-1:checked ~ #tab5-b1,
  #tab5-2:checked ~ #tab5-b2,
  #tab5-3:checked ~ #tab5-b3 {
    display: block;
  }
  .s04_txt02 {
    font-size: 16px;
    margin-bottom: 2em;
  }
  .s04_box01 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 34px;
  }
  .s04_txt03 {
    font-size: 25px;
    text-align: center;
    margin: 12px;
    line-height: 1em;
    font-weight: 500;
  }
  #tab5-b1 .s04_txt03 {
    color: #de5f5f;
  }
  #tab5-b2 .s04_txt03 {
    color: #289679;
  }
  #tab5-b3 .s04_txt03 {
    color: #7867ba;
  }
  .s04_txt04 {
    font-size: 16px;
    text-align: center;
  }
  .s04_box02 {
    max-width: 1100px;
    margin: 20px auto;
    display: grid;
    /* 各ステップで左列幅を揃える（元の 200px 固定） */
    grid-template-columns: 200px minmax(0, 1fr);
    grid-gap: 20px;
    align-items: center;
    background: #fff;
    border: solid 1px #cde0df;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  img.s04_box02_img01 {
    display: block;
    margin: 0 auto;
    width: 25px;
  }
  .s04_box02_blc01 {
    text-align: center;
    height: 100%;
    align-content: center;
    font-size: 20px;
    line-height: 1.55;
    padding: 18px 12px;
    box-sizing: border-box;
    word-break: keep-all;
    overflow-wrap: break-word;
    min-width: 0;
  }
   .s04_box02_blc01.ptn01 {
    background: #dcf8f8;
  }
  .s04_box02_blc01.ptn02 {
    background: #bbeae9;
  }
  .s04_box02_blc01.ptn03 {
    background: #a4e2e0;
  }
  .s04_box02_blc01.ptn04 {
    background: #8dd9d7;
  }
  .s04_box02_blc01.ptn05 {
    background: #54b9b6;
    color: #fff;
  }
  .s04_box02_blc01.ptn06 {
    background: #379693;
    color: #fff;
  }
  .s04_box02_blc02 {
    font-size: 16px;
    min-width: 0;
  }
  .s04_txt05 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 4em;
  }
  section.s05 {
    padding: 100px 20px;
  }
  .s05_txt01 {
    text-align: center;
    color: #379693;
    font-weight: 500;
    letter-spacing: 1px;
  }
  h2.s05_ttl {
    font-size: clamp(30px, 2.86vw, 40px);
    margin: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .accordion {
    max-width: 1100px;
    margin: 0 auto;
  }
  .accordion,
  .accordion * {
    box-sizing: border-box;
  }
  .accordion {
    border-top: 1px solid #dadada;
  }
  .accordion_item {
    border-bottom: 1px solid #dadada;
    position: relative;
  }
  .accordion_icon {
    position: absolute;
    right: 25px;
    top: 45px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: #606060;
  }
  .accordion_icon::before,
  .accordion_icon::after {
    content: "";
    position: absolute;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .accordion_icon::before {
    width: 10px;
    height: 2px;
  }
  .accordion_icon::after {
    width: 2px;
    height: 10px;
  }
  .accordion_item.is-open .accordion_icon::after {
    transform: rotate(90deg);
    opacity: 0;
  }
  .accordion_item button {
    background: none;
    border: none;
    font-size: 20px;
    color: #111111;
    display: flex;
    padding: 30px 70px 30px 20px;
    cursor: pointer;
    width: 100%;
    gap: 30px;
  }
  .accordion_item button::before {
    content: "Q";
    color: #379693;
    font-weight: bold;
    font-size: 28px;
  }
  .js-accordion-panel {
    display: flex;
    padding: 0 70px 30px 20px;
    cursor: pointer;
    width: 100%;
    gap: 30px;
    color: rgb(17, 17, 17);
    line-height: 1.778;
    font-size: 18px;
    cursor: initial;
  }
  .js-accordion-panel::before {
    content: "A";
    color: #77bca9;
    font-weight: bold;
    font-size: 28px;
  }
  footer {
  }
  .footer_inr {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .copyright_wrap {
    font-size: 12px;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 630px) {
  .s02_vision {
    width: auto;
}
  .s02_img04_wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 60px;
    z-index: 1;
    position: relative;
    background: url(image/s02_img04_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 190vw;
    display: block;
    padding: 0 25vw;
    box-sizing: border-box;
    align-content: center;
  }
  .s02_img04_wrap_txt01,
  .s02_img04_wrap_txt02 {
    font-size: clamp(12px, 2.8vw, 16px);
    text-align: justify;
    margin: 0;
  }
  p.s02_img04_wrap_txt01 {
    position: absolute;
    top: 62vw;
    width: 50%;
  }
  p.s02_img04_wrap_txt02 {
    position: absolute;
    top: 136vw;
    width: 50%;
  }

.s02_box03_cont_revenue_lead {
    margin: 0 auto;
}

.s02_box03_cont_revenue_visual {
    flex-wrap: wrap;
    gap:26px;
}

.s02_box03_cont_revenue {
    padding: 20px 15px;
        margin: 20px auto 0;
}
.s02_box03_cont_revenue_ttl{
  font-size: 16px;
}

.s02_box03_cont_revenue_arrow {
    border-left: 39px solid transparent;
    border-right: 39px solid transparent;
    border-top: 18px solid #333333;
    border-bottom: 0;
}

.s02_box03_cont_revenue_lead-badge {
    padding: 5px 20px;
}

.s02_box03_cont_revenue_lead-em-num {
    font-size: 18px;
}

.s02_box03_cont_revenue_img img {
    max-height: 200px;
}


}
@media screen and (max-width: 920px) {
  img.fv_02,
  img.fv_03 {
    bottom: -60px;
  }
  .s02_worries_list {
    margin-bottom: 65px auto 90px;
  }
}
@media screen and (max-width: 460px) {
  .s02_message_img img {
    right: auto;
    left: -10px;
  }
}
