@charset "UTF-8";
/* Google Font 読み込み */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

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

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

ol, ul, li {
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.5;
  font-size: 1rem;
  max-width: 2200px;
  margin: auto;
}

body {
  position: relative;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
  min-width: 1200px;
  min-height: 100vh;
  min-height: 100dvh;
}

main {
  display: block;
}

img {
  height: auto;
  vertical-align: bottom;
}

svg {
  overflow: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

summary {
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #000;
  background-color: #fff;
}

sup {
  font-size: 0.625rem;
}

.l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: #2D3264;
  z-index: 3;
}

.l-header__logo {
  margin-left: 80px;
}

.l-header__logo-link {
  display: flex;
}

.l-header__logo-img {
  margin-right: 25px;
}

.l-header__logo-text {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
}
.l-header__logo-text span {
  display: inline-block;
  margin-top: 4px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.l-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding-top: 8px;
  background-color: #2D3264;
  border-bottom: 8px solid #3853C6;
  letter-spacing: 0.03em;
}

.l-footer__copyright {
  color: #FFFFFF;
  font-size: 0.625rem;
}

.l-pagetop {
  position: fixed;
  width: 32px;
  height: 32px;
  right: 40px;
  bottom: 28px;
  visibility: hidden;
  opacity: 0;
  transition: visibility ease-out 0.3s, opacity ease-out 0.3s;
}
.l-pagetop.is-visible {
  visibility: visible;
  opacity: 1;
}

.l-nav__btn {
  display: none;
}

.l-nav__inner {
  display: flex;
  align-items: center;
}

.l-nav__title {
  display: none;
}

.l-nav__list {
  display: flex;
}

.l-nav__item {
  margin-right: 40px;
}

.l-nav__link {
  display: block;
  position: relative;
  padding-bottom: 8px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.9375rem;
  font-weight: 600;
  transition: color ease-out 0.3s;
}
.l-nav__link.is-current {
  color: white;
  border-bottom: 2px solid #FFFFFF;
  transition: none;
}
.l-nav__link:focus-visible {
  color: white;
}

.l-nav__sub-link {
  display: flex;
  align-items: center;
  position: relative;
  width: 280px;
  height: 50px;
  padding-left: 31px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.8125rem;
  transition: color ease-out 0.3s;
}
.l-nav__sub-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 9px;
  transform: translateY(-50%);
  background-color: transparent;
  clip-path: polygon(8px 50%, 0% 0%, 0% 9px);
  transition: background-color ease-out 0.3s;
}
.l-nav__sub-link:focus-visible {
  color: white;
}
.l-nav__sub-link:focus-visible::before {
  background-color: #FFFFFF;
}
.l-nav__sub-link:focus-visible span::after {
  opacity: 1;
}
.l-nav__sub-link span {
  display: inline-block;
  position: relative;
  padding-right: 23px;
  line-height: 1.2;
}
.l-nav__sub-link span::after {
  content: "";
  position: absolute;
  right: 0;
  width: 15px;
  height: 15px;
  background: url("../images/common/icon_blank_white.svg") 0 0/100% no-repeat;
  opacity: 0.3;
  transition: opacity ease-out 0.3s;
}

.l-nav__sub-link--01 {
  background-color: #333D9F;
}

.l-nav__sub-link--02 {
  background-color: #3853C6;
}

.l-main {
  margin-bottom: 80px;
  color: #333333;
  letter-spacing: 0.02em;
}

.u-dn-pc {
  display: none;
}

.u-dn-largepc {
  display: inline-block;
}

.u-color-main {
  color: #2D3264;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-semibold {
  font-weight: 600;
}

.u-fw-bold {
  font-weight: 700;
}

.u-ta-left {
  text-align: left;
}

.u-ta-center {
  text-align: center;
}

.u-ta-right {
  text-align: right;
}

.c-heading-01 {
  padding: 36px 0 20px;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}

.c-heading-02 {
  position: relative;
  margin-bottom: 50px;
  padding-left: 72px;
  padding-bottom: 13.5px;
  border-bottom: 2.5px solid #008CD6;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.c-heading-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 43px;
  background: url("../images/common/icon_heading.svg") 0 0/100% no-repeat;
}
.c-heading-02::after {
  content: "";
  position: absolute;
  bottom: 1.5px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #2D3264;
}

.c-heading-03 {
  position: relative;
  margin-bottom: 40px;
  padding-left: 18px;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0;
}
.c-heading-03::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #3853C6;
}
* + .c-heading-03 {
  margin-top: 50px;
}

.c-heading-04 {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2D3264;
  color: #2D3264;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0;
}
* + .c-heading-04 {
  margin-top: 40px;
}

.c-heading-border {
  margin-top: 56px;
  padding-top: 56px;
  background-image: linear-gradient(to right, #2D3264 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
}

.c-heading-date {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.c-heading-date * {
  margin-bottom: 0;
}

.c-heading-date__text {
  font-size: 0.875rem;
}

.c-text {
  font-size: 1rem;
  line-height: 2;
}

.c-text-note {
  font-size: 0.75rem;
  letter-spacing: 0;
}

.c-text-count {
  margin-bottom: 4px;
  font-size: 1.375rem;
  font-weight: 600;
}

.c-text-count__num {
  position: relative;
  top: 2px;
  color: #2D3264;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.2;
}
* + .c-text-count__num {
  padding-left: 10px;
}

.c-text-count__unit {
  color: #2D3264;
}

.c-text-arrow {
  position: relative;
  padding-left: 12px;
  font-size: 1rem;
  font-weight: 600;
}
.c-text-arrow::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  background-color: #333333;
  clip-path: polygon(8px 50%, 0% 0%, 0% 8px);
}

* + .c-list-note {
  margin-top: 20px;
}

.c-list-note__item {
  display: flex;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.c-list-note__item + .c-list-note__item {
  margin-top: 2px;
}

.c-list-note__icon {
  margin-right: 5px;
}

.c-list-note__text {
  flex: 1;
}

.c-btn {
  display: flex;
  justify-content: center;
}
* + .c-btn {
  margin-top: 40px;
}

.c-btn__list {
  display: flex;
  justify-content: center;
}

.c-btn__item + .c-btn__item {
  margin-left: 30px;
}

.c-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  background-color: #FFFFFF;
  border: 1px solid #3853C6;
  transition: background-color ease-out 0.3s, border ease-out 0.3s;
}
.c-btn__link:focus-visible {
  background-color: #3853C6;
}
.c-btn__link:focus-visible span {
  color: #FFFFFF;
}
.c-btn__link:focus-visible span::after {
  background: url("../images/common/icon_blank_white.svg") 0 0/100% no-repeat;
}
.c-btn__link span {
  position: relative;
  padding-right: 27px;
  color: #3853C6;
  font-size: 0.875rem;
  transition: color ease-out 0.3s;
}
.c-btn__link span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  background: url("../images/common/icon_blank_blue.svg") 0 0/100% no-repeat;
  transition: background-image ease-out 0.3s;
}

.c-btn__link--01 {
  width: 585px;
}

.c-btn__link--02 {
  width: 380px;
}

.c-anchor {
  position: sticky;
  top: 100px;
  overflow: hidden;
  padding-bottom: 6px;
  z-index: 2;
}

.c-anchor__inner {
  margin: 0 -2px;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.24);
  padding: 20px 0;
  background-color: #FFFFFF;
}

.c-anchor__list {
  display: grid;
  width: 1200px;
  margin: 0 auto;
}
.c-anchor__list.c-anchor__list--01 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
}
.c-anchor__list.c-anchor__list--02 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
}
.c-anchor__list.c-anchor__list--03 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
}
.c-anchor__list.c-anchor__list--04 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
}

.c-anchor__Link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 32px;
  background-color: #F0F0F0;
  border: 1px solid #F0F0F0;
  border-radius: 6px;
  color: rgba(51, 51, 51, 0.8);
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: background-color ease-out 0.3s, border ease-out 0.3s, color ease-out 0.3s;
}
.c-anchor__Link:focus-visible {
  background-color: #FFFFFF;
  border-color: #3853C6;
  color: #3853C6;
}
.c-anchor__Link::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 18px;
  height: 6px;
  background-color: #3853C6;
  clip-path: polygon(50% 6px, 0% 0%, 18px 0%);
  opacity: 0;
  transition: opacity ease-out 0.3s;
}
.c-anchor__Link.is-current {
  background-color: #3853C6;
  border-color: #3853C6;
  color: #FFFFFF;
}
.c-anchor__Link.is-current::after {
  opacity: 1;
}
.c-anchor__Link.is-current:focus-visible {
  background-color: #3853C6;
  border-color: #3853C6;
  color: #FFFFFF;
}

.c-section {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 110px;
}
.c-section + .c-section {
  margin-top: 0;
}
.c-section:nth-last-of-type(1) {
  padding-bottom: 0;
}

.c-section__inner {
  width: 1200px;
  margin: 0 auto;
}

.c-table table {
  width: 100%;
  border-spacing: 1px;
}
.c-table th, .c-table td {
  padding: 12px 18px;
  font-size: 1rem;
  line-height: 1.6;
  vertical-align: top;
}
.c-table th {
  width: 250px;
  background-color: #F4F8FD;
  color: #2D3264;
  font-weight: 500;
  text-align: left;
}
.c-table td {
  background-color: #FFFFFF;
}

.c-img {
  text-align: center;
}
.c-img.-bg01 {
  background-color: #F4F8FD;
}

.c-img__list {
  display: flex;
}

.c-link {
  display: inline-block;
  position: relative;
  margin-left: 0.5em;
  padding-left: 1em;
  color: #3853C6;
}
.c-link:focus-visible {
  text-decoration: underline;
}
.c-link::before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0.4em;
}

.p-top {
  display: grid;
  min-width: 1200px;
  min-height: calc(100vh - 40px);
  margin: auto;
  gap: 30px;
}

.p-top__inner {
  position: relative;
}

.p-top-header__logo {
  margin-bottom: 60px;
  line-height: 0;
}
.p-top-header__logo img {
  width: 80px;
}

.p-top-header__link {
  display: inline-block;
}

.p-top-header__inner {
  position: relative;
  padding-bottom: 60px;
}

.p-top-header__img {
  width: 120px;
}
.p-top-header__img img {
  width: 100%;
}

.p-top-header__title h1 {
  font-size: 2.5rem;
  font-weight: 700;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.p-top-header__title p {
  font-size: 1rem;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.p-top-img_pc {
  margin-left: auto;
}

.p-top-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

.p-top-img_sp img {
  margin: auto;
}

.p-top-nav__item {
  position: relative;
}
.p-top-nav__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background-color: #2D3264;
}
.p-top-nav__item::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2D3264;
}
.p-top-nav__item:nth-of-type(3)::before {
  content: none;
}
.p-top-nav__item:nth-of-type(4)::after {
  content: none;
}
.p-top-nav__item:nth-of-type(5)::after {
  content: none;
}

.p-top-nav__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 0 25px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #2D3264;
  font-size: 1.125rem;
  font-weight: 600;
  transition: border ease-out 0.3s;
}
.p-top-nav__link:focus-visible {
  border-color: #2D3264;
}
.p-top-nav__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 8px;
  height: 9px;
  transform: translateY(-50%);
  background-color: #2D3264;
  clip-path: polygon(8px 50%, 0% 0%, 0% 9px);
}

.p-top-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
}

.p-top-btn__list {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 30px;
}

.p-top-btn__item {
  width: 100%;
}
.p-top-btn__item + .p-top-btn__item {
  margin-left: 10px;
}

.p-top-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  background-color: #FFFFFF;
  border: 1px solid #2D3264;
  letter-spacing: 0.03em;
  transition: background-color ease-out 0.3s;
}
.p-top-btn__link:focus-visible {
  background-color: #2D3264;
}
.p-top-btn__link:focus-visible span {
  color: #FFFFFF;
}
.p-top-btn__link:focus-visible span::after {
  background: url("../images/common/icon_blank_white.svg") 0 0/100% no-repeat;
}
.p-top-btn__link span {
  position: relative;
  padding-right: 27px;
  color: #2D3264;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: color ease-out 0.3s;
}
.p-top-btn__link span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  background: url("../images/top/icon_blank_top.svg") 0 0/100% no-repeat;
  transition: background-image ease-out 0.3s;
}

.p-message {
  margin-top: -50px;
}

.p-message__box {
  position: relative;
}

.p-message__box-content {
  position: absolute;
  top: 50px;
  right: 0;
  width: 730px;
}

.p-message__text {
  font-size: 1.0625rem;
  line-height: 1.9;
  letter-spacing: 0;
}
.p-message__text + .p-message__text {
  margin-top: 0.8em;
}

.p-message__detail {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: 730px;
}

.p-message__detail-position {
  display: inline;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-message__detail-name {
  display: inline;
  margin-left: 30px;
  font-size: 1.375rem;
  font-weight: 500;
}

.p-feature {
  margin-bottom: 30px;
  padding: 10px 0;
  border: 1px solid #2D3264;
  border-radius: 12px;
  letter-spacing: 0.03em;
}

.p-feature__inner {
  display: grid;
  grid-template-columns: 152px 1fr;
  grid-template-rows: auto auto;
}

.p-feature__num {
  grid-row: span 2/span 2;
  padding-top: 10px;
  border-right: 1px solid #2D3264;
  color: #2D3264;
  font-family: "Lato", serif;
  font-size: 3.375rem;
  font-weight: 300;
  text-align: center;
}

.p-feature__contents {
  margin: 0 30px;
}

.p-feature__title {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #2D3264;
  font-size: 1.75rem;
  font-weight: 600;
}

.p-feature__text {
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

.p-feature__box {
  grid-column-start: 2;
  margin: 0 30px;
  padding: 8px 0;
  background-color: #F4F8FD;
}

.p-feature__detail {
  display: flex;
  align-items: flex-end;
}
.p-feature__detail dd {
  display: flex;
  justify-content: center;
  margin-top: -2px;
}

.p-feature__detail--01 dd {
  margin-top: -6px;
  padding-bottom: 4px;
}

.p-feature__detail--03 {
  align-items: flex-start;
}

.p-feature__detail--04 {
  align-items: flex-start;
}

.p-feature__detail--01 .p-feature__detail-inner {
  width: 50%;
}
.p-feature__detail--02 .p-feature__detail-inner {
  width: 50%;
}
.p-feature__detail--03 .p-feature__detail-inner {
  width: 50%;
}
.p-feature__detail--04 .p-feature__detail-inner {
  width: 50%;
}
.p-feature__detail-inner + .p-feature__detail-inner {
  background-image: linear-gradient(to bottom, #2D3264 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 4px;
}
.p-feature__detail-inner.p-feature__detail-inner-01 {
  width: 40%;
}
.p-feature__detail-inner.p-feature__detail-inner-02 {
  width: 60%;
}
.p-feature__detail-inner.p-feature__detail-inner-03 {
  display: flex;
}
.p-feature__detail-inner.p-feature__detail-inner-03 dd {
  margin-top: 0;
  line-height: 1;
}
.p-feature__detail-inner.p-feature__detail-inner-03 .p-feature-count {
  margin-left: 20px;
  margin-bottom: 0;
}
.p-feature__detail-inner.p-feature__detail-inner-04 {
  display: flex;
}
.p-feature__detail-inner.p-feature__detail-inner-04 .p-feature-count {
  margin: 20.5px 0 0 24px;
}

.p-feature-arrow {
  margin-left: 40px;
}

.p-feature-count__wrap {
  display: flex;
  align-items: flex-end;
}
.p-feature-count__wrap + .p-feature-count__wrap {
  margin-left: 24px;
}
.p-feature-count__wrap.-wrap01 {
  margin-top: 8px;
}
.p-feature-count__wrap.-wrap01 + .-wrap01 {
  margin-left: 0;
}

.p-feature-count {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.p-feature-count + .p-feature-count {
  margin-left: 36px;
}

.p-feature-count__num {
  position: relative;
  top: 2px;
  color: #2D3264;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.p-feature-count__unit {
  color: #2D3264;
}

.p-feature-count__title {
  padding-right: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
}
.p-feature-count__title.-title01 span {
  display: inline-block;
  width: 4.1em;
  text-align: right;
}
.p-feature-count__title.-title02 {
  font-size: 1.25rem;
}

.p-feature-count__txt-01 {
  font-size: 2.125rem;
}

.p-feature-count__txt-02 {
  font-size: 1.75rem;
}

.p-feature-count__txt-03 {
  font-size: 1.375rem;
}

.p-feature-count__txt-04 {
  color: #2D3264;
  font-size: 1.125rem;
}

.p-feature__img {
  display: flex;
  align-items: center;
  padding: 5px 30px 5px 50px;
}

.p-feature__img-content {
  margin-left: 48px;
}
.p-feature__img-content .p-feature-count + .p-feature-count {
  margin-left: 2em;
}

.p-feature__img-text {
  margin-left: 0;
}

.p-feature__img-inner {
  margin-left: 12px;
}

.p-strategy-list {
  margin-bottom: 50px;
  padding-left: 64px;
  padding-bottom: 56px;
  border-bottom: 1px solid #2D3264;
}

.p-strategy-list__inner {
  display: flex;
  letter-spacing: 0;
}
.p-strategy-list__inner dt {
  margin-right: 36px;
}
.p-strategy-list__inner dt p {
  display: inline-block;
  position: relative;
  padding: 0 2px 0 10px;
  background-color: #2D3264;
  border-left: 8px solid #3853C6;
  color: #FFFFFF;
  font-family: "Lato", serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
}
.p-strategy-list__inner dt p::before {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 50%;
  height: 100%;
  background-color: #2D3264;
  transform: skewX(-35deg);
}
.p-strategy-list__inner dt p span {
  position: relative;
}
.p-strategy-list__inner dd {
  flex: 1;
  color: #2D3264;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-strategy-list__inner dd span {
  font-size: 1.375rem;
  font-weight: 400;
}
.p-strategy-list__inner + .p-strategy-list__inner {
  margin-top: 48px;
}

.p-operation-list {
  margin-bottom: 40px;
  padding: 24px 30px;
  border: 1px solid #2D3264;
}

.p-operation-list__item {
  position: relative;
  padding-left: 1em;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
}
.p-operation-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-operation-list__item + .p-operation-list__item {
  margin-top: 16px;
}
.p-operation-list__item strong {
  color: #006CC9;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
}

.p-operation-01 {
  display: flex;
  margin-bottom: 30px;
}

.p-operation-01__inner {
  padding: 8px 60px;
}
.p-operation-01__inner + .p-operation-01__inner {
  margin-left: 32px;
  border-left: 1px solid #2D3264;
}

.p-operation-01-box {
  display: flex;
  margin-top: 16px;
  padding-left: 12px;
}
.p-operation-01-box__inner + .p-operation-01-box__inner {
  margin-left: 48px;
}

.p-operation-01__text {
  font-size: 1rem;
  font-weight: 600;
}

.p-operation-01-count.-color01 {
  color: #2D3264;
}
.p-operation-01-count.-color02 {
  color: #006CC9;
}

.p-operation-01-count__num {
  font-size: 2.625rem;
  font-weight: 500;
}

.p-operation-01-count__unit {
  font-size: 1.375rem;
  font-weight: 600;
}

.p-operation-01-value {
  position: relative;
  padding: 0 12px;
  color: #006CC9;
  line-height: 1.2;
  text-align: center;
}
.p-operation-01-value::before, .p-operation-01-value::after {
  content: "";
  position: absolute;
  top: 0;
  width: 6px;
  height: 44px;
  background-position: 0 0;
  background-repeat: none;
  background-size: 100%;
}
.p-operation-01-value::before {
  left: 0;
  background-image: url("../images/growth/bg_brackets_left.svg");
}
.p-operation-01-value::after {
  right: 0;
  background-image: url("../images/growth/bg_brackets_right.svg");
}

.p-operation-01-value__text {
  font-size: 0.875rem;
  font-weight: 600;
}

.p-operation-01-value-count {
  font-weight: 500;
}

.p-operation-01-value-count__num {
  font-size: 1.5rem;
}

.p-operation-01-value-count__unit {
  font-size: 0.875rem;
}

.p-operation-01-item {
  display: flex;
  align-items: center;
  margin-left: 45px;
}
.p-operation-01-item.-item01 {
  margin-left: 70px;
}
.p-operation-01-item.-item02 {
  margin-left: 45px;
}

.p-operation-01-item__inner + .p-operation-01-item__inner {
  margin-left: 20px;
}

.p-operation-img {
  background-color: #F4F8FD;
}
.p-operation-img .scroll-hint-icon {
  top: 10px;
  right: 10px;
  left: revert;
}

.c-text + .p-strategy-img {
  margin-top: 40px;
}
.p-strategy-img .scroll-hint-icon {
  top: 10px;
  right: 10px;
  left: revert;
}
.p-strategy-img.-bg01 {
  background-color: #F4F8FD;
}

.multi_strategy > dd + dd {
  margin-top: 24px;
}
.p-strategy-img-04__list li + li {
  margin-top: 20px;
}

.p-strategy-01 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.p-strategy-01__inner {
  width: calc(50% - 30px);
}

.p-strategy-01__list {
  margin-top: -10px;
  margin-bottom: 10px;
}

.p-strategy-01__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background-color: #F0F0F0;
}
.p-strategy-01__item:nth-of-type(2n) {
  background-color: #FFFFFF;
}

.p-strategy-01__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #2D3264;
  color: #FFFFFF;
  font-family: "Lato", serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-strategy-01__text-01 {
  font-size: 1rem;
}

.p-strategy-01__text-02 {
  width: 132px;
  font-size: 0.75rem;
  font-weight: 500;
}
.p-strategy-01__text-02 span {
  font-size: 1.25rem;
  font-weight: 400;
}

.p-strategy-01__text-03 {
  padding: 10px;
  background-color: #F4F8FD;
  color: #2D3264;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}
.p-strategy-01__text-03 span {
  padding-left: 8px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  vertical-align: text-bottom;
}

.p-strategy-01__img {
  margin-top: -20px;
}

.p-strategy-02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 276px;
  grid-template-rows: repeat(1, 1fr);
  gap: 16px;
}

.p-strategy-02__inner {
  padding: 12px 16px;
  background-color: #F4F8FD;
}

.p-strategy-02__text {
  margin: 15px -16px 4px;
  text-align: center;
}
.p-strategy-02__text .-num {
  padding-left: 2px;
}

.p-strategy-02-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin-top: 8px;
}

.p-strategy-02-box__title {
  color: #2D3264;
  font-size: 0.875rem;
  font-weight: 600;
}

.p-strategy-02-box__img {
  margin: 20px 16px 0;
}

.p-strategy-02-box__text {
  margin-top: -6px;
}

.p-strategy-03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.p-strategy-03__inner {
  position: relative;
  margin-top: 15px;
  padding: 0 34px;
}
.p-strategy-03__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #2D3264;
}
.p-strategy-03__inner:nth-of-type(-n+3) {
  margin-top: 0;
  margin-bottom: 15px;
}
.p-strategy-03__inner:nth-of-type(-n+3)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background-color: #2D3264;
}
.p-strategy-03__inner:nth-of-type(3n+1)::before {
  content: none;
}

.p-strategy-03__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.p-strategy-03__item.-ltv .c-text-count:first-child {
  font-size: 1.1rem;
}
.p-strategy-03__item.-ltv .c-text-count:last-child {
  padding-left: 20px;
  margin-top: -8px;
}
.p-strategy-03__item.-ltv .p-strategy-03__detail-inner {
  display: block;
}
.p-strategy-03__text span:nth-of-type(1) {
  display: inline-block;
  width: 3em;
}

.p-strategy-03__detail {
  display: flex;
}
.p-strategy-03__detail-inner {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4px;
}
.p-strategy-03__detail-inner dt {
  margin-bottom: 0;
}
.p-strategy-03__detail-inner dt span {
  display: inline-block;
  width: 2em;
}
.p-strategy-03__detail-inner + .p-strategy-03__detail-inner {
  margin-left: 30px;
}

.p-pf-scroll {
  display: none;
  position: absolute;
  pointer-events: none;
  right: 10px;
  bottom: 10px;
}

.p-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 68px;
  height: 20px;
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1;
}
.p-tag.-zi-a {
  background-color: #004098;
}
.p-tag.-zi-b {
  background-color: #007046;
}
.p-tag.-zi-c {
  background-color: #E22310;
}
.p-tag.-sho-a {
  background-color: #008CD6;
}
.p-tag.-sho-b {
  background-color: #6EBA2C;
}
.p-tag.-sho-c {
  background-color: #F86890;
}

.p-situation {
  display: grid;
  grid-template-columns: 1fr 600px;
  gap: 40px;
  align-items: center;
}

.p-situation__grid {
  display: grid;
  grid-template-columns: 266px 1fr;
}
.p-situation__grid > div {
  padding-bottom: 12px;
}
.p-situation__grid > div:nth-child(2) {
  padding-left: 40px;
  border-left: 1px solid #2D3264;
}
.p-situation__grid .c-text-count {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 4px;
}
.p-situation__grid.-sub {
  margin-top: 10px;
}
.p-situation__grid.-sub > div {
  display: flex;
  align-items: center;
}
.p-situation__grid.-sub > div:nth-child(1) .p-situation__ttl {
  width: 6em;
}
.p-situation__grid.-sub > div:nth-child(2) {
  border-left: 1px dashed #2D3264;
}
.p-situation__grid.-sub > div:nth-child(2) .p-situation__ttl {
  width: 7em;
}

.p-situation__block + .p-situation__block {
  margin-top: 30px;
}
.p-situation__block .c-text-arrow.-line {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
}
.p-situation__block .c-text-arrow.-line::after {
  content: "";
  height: 1px;
  background-color: #2D3264;
}

.p-situation__ttl {
  margin-top: 6px;
  padding-left: 12px;
  font-weight: 500;
}

.p-situation__img img {
  margin: auto;
}

.p-situation + .c-list-note {
  margin-top: 56px;
}

.p-map-content.-b {
  margin-top: 52px;
}
.p-map-content.-c {
  margin-top: -50px;
  padding-top: 85px;
  background-image: url(../images/portfolio/img_map_c_pc.png);
  background-size: 840px;
  background-repeat: no-repeat;
  background-position: 102px 36px;
}

.p-map-heading {
  font-weight: 600;
}

.p-map-heading__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 25px;
  background-color: #004098;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1;
}
.-b .p-map-heading__icon {
  background-color: #007046;
}
.-c .p-map-heading__icon {
  background-color: #E22310;
}

.p-map-heading__txt {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.375rem;
  position: relative;
  top: 1px;
}

.p-map__img-wrap {
  margin-top: 20px;
  position: relative;
}

.p-map__img {
  border: 1px solid #000;
}
.p-map__img::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 158px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
}
.-a .p-map__img {
  border-color: #004098;
}
.-a .p-map__img::before {
  width: 602px;
  height: 886px;
  background-image: url(../images/portfolio/img_arrow_a-b.svg);
}
.-b .p-map__img {
  border-color: #007046;
}
.-b .p-map__img::before {
  width: 372px;
  height: 656px;
  background-image: url(../images/portfolio/img_arrow_b-c.svg);
  background-position: bottom left;
}

.p-map__list-block {
  display: flex;
  gap: 0 50px;
  margin-top: 16px;
}

.p-map__list {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  width: 320px;
}
.-b .p-map__list {
  width: 290px;
}

.p-map__item {
  display: flex;
  gap: 4px;
}

.-nagoya .p-tag {
  --arrow-w: 70px;
  --arrow-h: 90px;
}
.-wakayama .p-tag {
  --arrow-w: 130px;
  --arrow-h: 118px;
}
.-kobe .p-tag {
  --arrow-w: 140px;
  --arrow-h: 226px;
}
.p-tag.-arrow {
  position: relative;
}
.p-tag.-arrow::before {
  content: "";
  display: block;
  width: var(--arrow-w);
  height: var(--arrow-h);
  border-bottom: 1px solid #E22310;
  border-left: 1px solid #E22310;
  position: absolute;
  right: calc(100% + 10px);
  bottom: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
  z-index: 1;
}
.p-tag.-arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #E22310;
  border-radius: 50%;
  position: absolute;
  right: calc(100% + 6px + var(--arrow-w));
  bottom: calc(10px + var(--arrow-h) - 3px);
  pointer-events: none;
}

.p-map__txt {
  font-size: 0.875rem;
}
.p-map__txt > span {
  display: inline-block;
}

.p-local {
  margin-top: 20px;
}

.p-local__dt {
  color: #E22310;
  font-size: 1.125rem;
  font-weight: 500;
}

.p-local__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}

.p-local__dd {
  display: flex;
}

.p-local__txt {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.875rem;
}
.p-local__txt > span {
  display: inline-block;
}
.-sendai .p-local__txt {
  --arrow-w: 146px;
  --arrow-h: 204px;
}
.-niigata .p-local__txt {
  --arrow-w: 74px;
  --arrow-h: 114px;
}
.-osaka .p-local__txt {
  --arrow-w: 355px;
  --arrow-h: 210px;
}
.-fukuoka .p-local__txt {
  --arrow-w: 138px;
  --arrow-h: 126px;
}
.-naha .p-local__txt {
  --arrow-w: 60px;
  --arrow-h: 148px;
}
.p-local__txt.-arrow {
  position: relative;
}
.p-local__txt.-arrow::before {
  content: "";
  display: block;
  width: var(--arrow-w);
  height: var(--arrow-h);
  border-top: 1px solid #E22310;
  border-right: 1px solid #E22310;
  position: absolute;
  left: calc(100% + 6px);
  top: 11px;
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
  z-index: 1;
}
.p-local__txt.-arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #E22310;
  border-radius: 50%;
  position: absolute;
  left: calc(100% + 2px + var(--arrow-w));
  top: calc(10px + var(--arrow-h) - 3px);
  pointer-events: none;
}

.p-map-content + .c-btn {
  margin-top: 60px;
}

.p-bukken__list {
  gap: 40px 10px;
  display: flex;
  flex-wrap: wrap;
}
.p-bukken__list + .p-bukken__list {
  margin-top: 40px;
}

.p-bukken__item {
  width: 162px;
  height: 250px;
}
.p-bukken__item figcaption {
  display: block;
  margin-top: 6px;
}
.p-bukken__item.-item-img {
  width: 262px;
}

.p-bukken__txt {
  margin-top: 0;
  font-size: 0.875rem;
}
.p-bukken__txt > span {
  display: inline-block;
}

.p-bukken-btn {
  display: none;
}

.p-bukken-btn__icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: relative;
}
.p-bukken-btn__icon::before, .p-bukken-btn__icon::after {
  content: "";
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #3853C6;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.p-bukken-btn__icon::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.p-bukken-btn__txt {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.p-bukken__wrap + .c-btn {
  margin-top: 60px;
}

.p-esg-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.p-esg-list__item {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-template-rows: 60px 1fr;
  width: calc(50% - 30px);
}
.p-esg-list__item:nth-of-type(n+3) {
  margin-top: 32px;
}

.p-esg-list__icon {
  grid-row: span 2/span 2;
}

.p-esg-list__icon-inner {
  padding: 10px;
  border-radius: 50%;
  background-color: #F4F8FD;
}

.p-esg-list__title {
  padding-top: 24px;
  padding-left: 20px;
  background-image: linear-gradient(to right, #2D3264 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  color: #2D3264;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-esg-list__text {
  padding-top: 12px;
  padding-left: 20px;
  font-size: 0.875rem;
}

.p-esg-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.p-esg-detail dt {
  margin-right: 60px;
}

.p-esg-detail__inner-01 {
  display: flex;
  align-items: flex-end;
}

.p-esg-detail__inner-02 {
  display: flex;
  align-items: flex-end;
}

.p-esg-detail__item {
  padding: 10px 50px 15px 0;
  background-image: linear-gradient(to bottom, #2D3264 1px, transparent 1px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 1px 4px;
}
.p-esg-detail__item + .p-esg-detail__item {
  margin-left: 50px;
  padding-right: 0;
  background: none;
}

.p-esg-detail__text {
  color: #2D3264;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.p-esg-count {
  display: flex;
  align-items: flex-end;
}

.p-esg-count__title {
  padding-right: 10px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2;
}

.p-esg-box {
  margin-top: 40px;
  border: 1px solid #2D3264;
  border-radius: 12px;
  overflow: hidden;
}

.p-esg-box-01 {
  position: relative;
  margin-top: 40px;
  border-radius: 12px;
  overflow: hidden;
}
.p-esg-box-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/esg/bg_box.svg") 0 0/100% no-repeat;
  pointer-events: none;
}

.p-esg-box-02 {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #2D3264;
  border-radius: 12px;
  overflow: hidden;
}

.p-esg-box-wrap {
  position: relative;
}

.p-esg-box__title {
  padding: 4px;
  background: linear-gradient(to right, #2D3264 0%, #2D3264 30%, #008CD6 100%);
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.p-esg-box__list {
  display: grid;
}

.p-esg-box__list-02 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 30px;
  padding: 15px;
}

.p-esg-box__list-03 {
  grid-template-columns: 1fr 360px 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 30px;
  padding: 15px;
}

.p-esg-box__list-04 {
  grid-template-columns: 1fr 360px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
  position: relative;
  padding: 15px;
}
.p-esg-box__list-04::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: calc(66.6666666667% - 30px);
  height: 2px;
  background-image: linear-gradient(to right, #2D3264 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
}

.p-esg-box__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 280px;
}
.p-esg-box__item::before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to bottom, #2D3264 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 4px;
}
.p-esg-box__item:nth-of-type(2)::before, .p-esg-box__item:nth-of-type(3)::before, .p-esg-box__item:nth-of-type(5)::before {
  content: "";
}
.p-esg-box__list-01 .p-esg-box__item {
  width: 385px;
  height: 250px;
}
.p-esg-box__list-02 .p-esg-box__item {
  height: 220px;
}

.p-esg-box__logo {
  display: flex;
  align-items: center;
  flex: 1;
}
.p-esg-box__detail-01 {
  position: relative;
  width: 100%;
  height: 77px;
  text-align: center;
}

.p-esg-box__detail-02 {
  margin-bottom: 15px;
  text-align: center;
}

.p-esg-box__detail-03 {
  text-align: center;
}
.p-esg-box__detail-03.-detail-03-01 {
  transform: translateY(-10px);
}

.p-esg-box__text-01 {
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1;
}

.p-esg-box__text-02 {
  padding-left: 2px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1;
}

.p-esg-box__text-03 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}

.p-esg-box__text-04 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}

.p-esg-box__text-05 {
  position: absolute;
  top: -4px;
  right: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.p-information-detail dt {
  display: inline-block;
  min-width: 7em;
}
.p-information-detail dd {
  flex: 1;
  padding-left: 1em;
}

.p-information-detail__inner {
  display: flex;
  flex-wrap: wrap;
}

.js-fadein {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}
.js-fadein.-fade01 {
  transition-delay: 0.1s;
}
.js-fadein.-fade02 {
  transition-delay: 0.3s;
}
.js-fadein.-fade03 {
  transition-delay: 0.5s;
}
.js-fadein.-fade04 {
  transition-delay: 0.7s;
}
.js-fadein.-fade05 {
  transition-delay: 0.9s;
}
.js-fadein.-fade06 {
  transition-delay: 1.1s;
}
@media (max-width: 1620px){
  .l-header__logo {
    margin-left: 20px;
  }
  .l-header__logo-link {
    align-items: flex-end;
  }
  .l-header__logo-img {
    margin-right: 15px;
  }
  .l-header__logo-text {
    font-size: 0.75rem;
  }
  .l-header__logo-text img {
    width: 48px;
  }
  .l-nav__item {
    margin-right: 20px;
  }
  .l-nav__link {
    font-size: 0.875rem;
    font-weight: 400;
  }
  .l-nav__sub-link {
    width: 240px;
    padding-left: 25px;
    font-size: 0.75rem;
  }
  .l-nav__sub-link::before {
    left: 13px;
    width: 6px;
    height: 7px;
    clip-path: polygon(6px 50%, 0% 0%, 0% 7px);
  }
  .l-nav__sub-link span {
    padding-right: 15px;
  }
  .l-nav__sub-link span::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1300px){
  .l-header__logo-link {
    align-items: flex-start;
  }
  .l-header__logo-text {
    width: 11em;
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px){
  body {
    min-width: 100%;
  }
  .l-header {
    height: 76px;
  }
  .l-header__logo {
    width: calc(100% - 46px);
    margin-left: 0;
    padding: 0 20px;
  }
  .l-header__logo-text {
    width: auto;
    font-size: 0.875rem;
  }
  .l-pagetop {
    right: 20px;
  }
  .l-nav__btn {
    position: fixed;
    top: 22px;
    right: 20px;
    display: block;
    z-index: 2;
  }
  .l-nav {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    padding: 60px 0 80px;
    background-color: #2D3264;
    z-index: 1;
    transform: translateY(-100%);
    transition: transform ease-out 0.3s;
  }
  .l-nav.is-open {
    transform: translateY(0);
  }
  .l-nav__inner {
    display: block;
  }
  .l-nav__title {
    display: block;
    margin-bottom: 32px;
    color: #008CD6;
    font-size: 0.875rem;
  }
  .l-nav__list {
    display: block;
  }
  .l-nav__item {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .l-nav__link {
    padding-bottom: 0;
    color: white;
    font-size: 1rem;
  }
  .l-nav__link.is-current {
    border-bottom: none;
  }
  .l-nav__sub-list {
    padding-top: 32px;
    background-image: linear-gradient(to right, #FFFFFF 1px, transparent 1px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 4px 1px;
  }
  .l-nav__sub-link {
    display: block;
    width: auto;
    height: auto;
    padding-left: 0;
    color: white;
    font-size: 0.875rem;
  }
  .l-nav__sub-link::before {
    content: none;
  }
  .l-nav__sub-link span {
    padding-right: 25px;
  }
  .l-nav__sub-link span::after {
    width: 15px;
    height: 15px;
    opacity: 1;
  }
  .l-nav__sub-link--01 {
    background-color: transparent;
  }
  .l-nav__sub-link--02 {
    display: none;
  }
  .l-main {
    margin-bottom: 30px;
  }
  .u-dn-sp {
    display: none;
  }
  .u-dn-pc {
    display: block;
  }
  .c-heading-01 {
    padding: 14px 0 5px;
    font-size: 1.5rem;
  }
  .c-heading-02 {
    margin-bottom: 30px;
    padding-left: 43px;
    padding-bottom: 10px;
    border-bottom-width: 2px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .c-heading-02::before {
    top: 0.7em;
    width: 33px;
    height: 24px;
    margin-top: -12px;
  }
  .c-heading-02::after {
    height: 3px;
  }
  .c-heading-03 {
    margin-bottom: 20px;
    padding-left: 13px;
    font-size: 1rem;
  }
  .c-heading-03::before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  * + .c-heading-03 {
    margin-top: 30px;
  }
  .c-heading-04 {
    margin-bottom: 15px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  * + .c-heading-04 {
    margin-top: 30px;
  }
  .c-heading-border {
    margin-top: 30px;
    padding-top: 30px;
  }
  .c-heading-date {
    margin-bottom: 20px;
  }
  .c-heading-date .-date-title {
    margin-bottom: 0;
  }
  .c-heading-date__text {
    font-size: 0.6875rem;
  }
  .c-text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .c-text-note {
    font-size: 0.625rem;
  }
  .c-text-count {
    font-size: 1rem;
  }
  .c-text-count__num {
    font-size: 2.375rem;
  }
  * + .c-text-count__num {
    padding-left: 5px;
  }
  .c-text-arrow {
    padding-left: 10px;
    font-size: 0.8125rem;
  }
  .c-text-arrow::before {
    width: 6px;
    height: 6px;
    clip-path: polygon(6px 50%, 0% 0%, 0% 6px);
  }
  .c-list-note__item {
    font-size: 0.625rem;
  }
  .c-list-note__icon {
    margin-right: 4px;
  }
  .c-btn {
    display: block;
  }
  * + .c-btn {
    margin-top: 30px;
  }
  .c-btn__list {
    display: block;
  }
  .c-btn__item + .c-btn__item {
    margin-top: 12px;
    margin-left: 0;
  }
  .c-btn__link {
    height: 40px;
  }
  .c-btn__link span {
    padding-right: 23px;
    font-size: 0.8125rem;
  }
  .c-btn__link span::after {
    width: 15px;
    height: 15px;
  }
  .c-btn__link--01 {
    width: 100%;
  }
  .c-btn__link--02 {
    width: 100%;
  }
  .c-anchor {
    top: 76px;
  }
  .c-anchor__inner {
    padding: 10px 0;
  }
  .c-anchor__list {
    width: 100%;
    padding: 0 20px;
  }
  .c-anchor__list.c-anchor__list--01 {
    gap: 6px;
  }
  .c-anchor__list.c-anchor__list--02 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 6px;
  }
  .c-anchor__list.c-anchor__list--03 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 6px;
  }
  .c-anchor__list.c-anchor__list--04 {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 6px;
  }
  .c-anchor__list--04 .c-anchor__item:nth-of-type(1) {
    grid-column: span 3/span 3;
  }
  .c-anchor__list--04 .c-anchor__item:nth-of-type(2) {
    grid-column: span 2/span 2;
    grid-row-start: 2;
  }
  .c-anchor__list--04 .c-anchor__item:nth-of-type(3) {
    grid-column: span 2/span 2;
    grid-column-start: 3;
    grid-row-start: 2;
  }
  .c-anchor__list--04 .c-anchor__item:nth-of-type(4) {
    grid-column: span 2/span 2;
    grid-column-start: 5;
    grid-row-start: 2;
  }
  .c-anchor__Link {
    height: 20px;
    font-size: 0.8125rem;
  }
  .c-anchor__Link::after {
    content: none;
  }
  .c-section {
    margin-top: 16px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .c-section__inner {
    width: 100%;
    padding: 0 20px;
  }
  .c-table th, .c-table td {
    display: block;
    padding: 6px 12px;
    font-size: 0.875rem;
  }
  .c-table th {
    width: 100%;
  }
  .c-img__list {
    display: block;
  }
  .p-top {
    display: block;
    min-width: 100%;
    min-height: auto;
    height: auto;
  }
  .p-top__inner {
    width: 100%;
    padding: 0;
  }
  .p-top-header {
    padding: 60px 0 25px;
  }
  .p-top-header__logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    margin-bottom: 0;
  }
  .p-top-header__inner {
    padding-left: 20px;
    padding-bottom: 0;
  }
  .p-top-header__img {
    width: 105px;
  }
  .p-top-header__title {
    margin-left: 0;
  }
  .p-top-header__title h1 {
    margin-top: 14px;
    font-size: 2.1875rem;
    line-height: 1.2;
  }
  .p-top-header__title p {
    margin-top: 4px;
    font-size: 0.9375rem;
  }
  .p-top-nav {
    padding: 15px 20px;
  }
  .p-top-nav__list {
    display: block;
  }
  .p-top-nav__item {
    padding: 4px 0;
  }
  .p-top-nav__item + .p-top-nav__item {
    border-top: 1px solid #2D3264;
  }
  .p-top-nav__item::before {
    content: none;
  }
  .p-top-nav__item::after {
    content: none;
  }
  .p-top-nav__link {
    justify-content: center;
    height: 60px;
    font-size: 0.9375rem;
    padding: 0;
    text-align: center;
  }
  .p-top-nav__link::before {
    width: 7px;
    height: 8px;
    right: 50px;
    clip-path: polygon(7px 50%, 0% 0%, 0% 8px);
  }
  .p-top-btn {
    margin-top: 0;
    padding: 0 20px 20px;
  }
  .p-top-btn__list {
    justify-content: space-between;
  }
  .p-top-btn__item {
    width: calc(50% - 5px);
  }
  .p-top-btn__item + .p-top-btn__item {
    margin-left: 0;
  }
  .p-top-btn__link {
    width: 100%;
    height: 50px;
  }
  .p-top-btn__link span {
    padding-right: 23px;
    font-size: 0.8125rem;
    line-height: 1.4;
    text-align: center;
  }
  .p-top-btn__link span::after {
    width: 15px;
    height: 15px;
  }
  .p-message {
    margin-top: 0;
  }
  .p-message__box-content {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
  .p-message__text {
    font-size: 0.875rem;
  }
  .p-message__detail {
    position: static;
    width: 100%;
  }
  .p-message__detail-position {
    display: inline;
    font-size: 0.75rem;
  }
  .p-message__detail-name {
    display: inline;
    margin-left: 15px;
    font-size: 1.125rem;
  }
  .p-feature {
    margin-bottom: 15px;
    padding: 15px 0;
    border-radius: 8px;
  }
  .p-feature + .p-feature {
    margin-top: 20px;
  }
  .p-feature__inner {
    grid-template-columns: 64px 1fr;
  }
  .p-feature__num {
    grid-row: inherit;
    padding-top: 0;
    font-size: 2.125rem;
  }
  .p-feature__contents {
    margin: 0 15px;
  }
  .p-feature__title {
    font-size: 1.25rem;
  }
  .p-feature__text {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .p-feature__box {
    grid-column: span 2/span 2;
    margin: 15px 15px 0;
  }
  .p-feature__detail dd {
    margin-top: 0;
  }
  .p-feature__detail--01 dd {
    margin-top: 0;
    padding-bottom: 0;
  }
  .p-feature__detail--02 {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
  .p-feature__detail--03 {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
  .p-feature__detail--04 {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
  .p-feature__detail--02 .p-feature__detail-inner {
    width: 100%;
    padding: 0;
  }
  .p-feature__detail--03 .p-feature__detail-inner {
    width: 100%;
    padding: 0;
  }
  .p-feature__detail--04 .p-feature__detail-inner {
    width: 100%;
    padding: 0;
  }
  .p-feature__detail--02 .p-feature__detail-inner + .p-feature__detail-inner {
    margin-top: 10px;
    padding-top: 10px;
    background-image: linear-gradient(to right, #2D3264 1px, transparent 1px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 4px 1px;
  }
  .p-feature__detail--03 .p-feature__detail-inner + .p-feature__detail-inner {
    margin-top: 10px;
    padding-top: 10px;
    background-image: linear-gradient(to right, #2D3264 1px, transparent 1px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 4px 1px;
  }
  .p-feature__detail--04 .p-feature__detail-inner + .p-feature__detail-inner {
    margin-top: 10px;
    padding-top: 10px;
    background-image: linear-gradient(to right, #2D3264 1px, transparent 1px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 4px 1px;
  }
  .p-feature__detail-inner.p-feature__detail-inner-01 {
    width: 100%;
  }
  .p-feature__detail-inner.p-feature__detail-inner-02 {
    width: 100%;
  }
  .p-feature__detail-inner.p-feature__detail-inner-03 {
    display: block;
  }
  .p-feature__detail-inner.p-feature__detail-inner-03 dd {
    line-height: 1.5;
  }
  .p-feature__detail-inner.p-feature__detail-inner-03 .p-feature-count {
    margin: 0;
  }
  .p-feature__detail-inner.p-feature__detail-inner-03 .p-feature-count + .p-feature-count {
    margin-left: 9.6vw;
  }
  .p-feature__detail-inner.p-feature__detail-inner-04 {
    display: block;
  }
  .p-feature__detail-inner.p-feature__detail-inner-04 .p-feature-count {
    margin: 0;
  }
  .p-feature-arrow {
    margin-left: 15px;
    margin-bottom: 5px;
  }
  .p-feature__detail--02 .p-feature-arrow {
    margin-left: 0;
  }
  .p-feature__detail--03 .p-feature-arrow {
    margin-left: 0;
  }
  .p-feature__detail--04 .p-feature-arrow {
    margin-left: 0;
  }
  .p-feature-count__wrap {
    display: block;
  }
  .p-feature-count__wrap + .p-feature-count__wrap {
    margin-left: 6.4vw;
  }
  .p-feature-count__wrap.-wrap01 {
    margin-top: 0;
  }
  .p-feature-count__wrap.-wrap01 + .-wrap01 {
    margin-left: 9.6vw;
  }
  .p-feature-count__wrap.-wrap02 {
    display: flex;
  }
  .p-feature-count {
    font-size: 1rem;
  }
  .p-feature-count + .p-feature-count {
    margin-left: 9.6vw;
  }
  .p-feature-count__num {
    font-size: 2.375rem;
    line-height: 1;
  }
  .p-feature-count__title {
    padding-right: 5px;
    font-size: 1rem;
  }
  .p-feature-count__title.-title01 span {
    width: auto;
  }
  .p-feature-count__title.-title02 {
    font-size: 1rem;
  }
  .p-feature-count__txt-01 {
    font-size: 1.75rem;
  }
  .p-feature-count__txt-02 {
    font-size: 1.375rem;
  }
  .p-feature-count__txt-03 {
    font-size: 1.25rem;
  }
  .p-feature-count__txt-04 {
    font-size: 1rem;
  }
  .p-feature__img {
    display: block;
    padding: 5px 15px;
  }
  .p-feature__img-content {
    margin: 15px -15px 0;
  }
  .p-feature__img-content .p-feature-count + .p-feature-count {
    margin-left: 0;
  }
  .p-feature__img-inner {
    display: flex;
    justify-content: center;
  }
  .p-feature__img-inner .p-feature-count + .p-feature-count {
    margin-left: 8vw;
  }
  .p-feature__img-text {
    margin-left: 15px;
  }
  .p-feature__img-inner {
    margin-left: 0;
  }
  .p-strategy-list {
    margin-bottom: 30px;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .p-strategy-list__inner {
    display: block;
  }
  .p-strategy-list__inner dt {
    margin-right: 0;
  }
  .p-strategy-list__inner dt p {
    font-size: 1rem;
  }
  .p-strategy-list__inner dt p::before {
    right: -10px;
  }
  .p-strategy-list__inner dd {
    margin-top: 6px;
    font-size: 1.125rem;
  }
  .p-strategy-list__inner dd span {
    font-size: 1rem;
  }
  .p-strategy-list__inner + .p-strategy-list__inner {
    margin-top: 15px;
  }
  .p-operation-list {
    margin-bottom: 24px;
    padding: 20px 15px;
  }
  .p-operation-list__item {
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-operation-list__item + .p-operation-list__item {
    margin-top: 8px;
  }
  .p-operation-list__item strong {
    font-size: 1.125rem;
  }
  .p-operation-01 {
    display: block;
    margin-bottom: 24px;
  }
  .p-operation-01__inner {
    padding: 0;
  }
  .p-operation-01__inner + .p-operation-01__inner {
    margin-top: 12px;
    margin-left: 0;
    padding-top: 16px;
    border-top: 1px solid #2D3264;
    border-left: none;
  }
  .p-operation-01-box {
    margin-top: 0;
    padding-left: 10px;
  }
  .p-operation-01-box.-box02 {
    justify-content: space-between;
  }
  .-box01 .p-operation-01-box__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 6.4vw;
  }
  .-box02 .p-operation-01-box__inner {
    margin-top: 16px;
    margin-left: 0;
  }
  .p-operation-01__text {
    font-size: 0.875rem;
  }
  .p-operation-01-count__num {
    font-size: 2.375rem;
  }
  .p-operation-01-count__unit {
    font-size: 1rem;
  }
  .p-operation-01-value__text {
    font-size: 0.75rem;
  }
  .p-operation-01-value-count__num {
    font-size: 1.375rem;
  }
  .p-operation-01-item {
    flex-direction: column;
    margin-left: 0;
  }
  .p-operation-01-item.-item01 {
    margin-left: 0;
  }
  .p-operation-01-item.-item02 {
    margin-left: 0;
  }
  .p-operation-01-item__inner + .p-operation-01-item__inner {
    margin-left: 0;
  }
  .p-operation-img__inner {
    width: 749px;
  }
  .c-text + .p-strategy-img {
    margin-top: 20px;
  }
  .multi_strategy > dd + dd {
    margin-top: 20px;
  }
  .p-strategy-img-01 {
    background: #F4F8FD url("../images/growth/img_graph-parts_kadou_sp.png") 0 0/auto 100% no-repeat;
  }
  .p-strategy-img-01__item {
    margin-left: 49px;
  }
  .p-strategy-img-01__item-inner {
    width: 539px;
  }
  .p-strategy-img-02 {
    background: #F4F8FD url("../images/growth/img_graph-parts_keiyaku_sp.png") 0 0/176px auto no-repeat;
  }
  .p-strategy-img-02__inner {
    width: 580px;
  }
  .p-strategy-img-03 {
    position: relative;
    background: #F4F8FD url("../images/growth/img_graph-parts_sisan01_sp.png") 0 0/auto 100% no-repeat;
  }
  .p-strategy-img-03::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 56px;
    width: 140px;
    height: 47px;
    background: url("../images/growth/img_graph-parts_sisan02_sp.png") 0 0/100% no-repeat;
  }
  .p-strategy-img-03__item {
    margin-left: 49px;
  }
  .p-strategy-img-03__item-inner {
    width: 767px;
  }
  .p-strategy-img-04 {
    background: url("../images/growth/img_shutoku_bukken-parts_sp.png") 0 0/21px auto no-repeat, url("../images/growth/img_joto_bukken-parts_sp.png") 0 100%/21px auto no-repeat;
  }
  .p-strategy-img__inner {
    width: 800px;
  }
  .p-strategy-img-04__list {
    margin-left: 21px;
  }
  .p-strategy-img-04__list li {
    width: 840px;
  }
  .p-strategy-img-04__list li + li {
    margin-top: 10px;
  }
  .p-strategy-01 {
    display: block;
    margin-top: 24px;
  }
  .p-strategy-01__inner {
    width: 100%;
  }
  .p-strategy-01__inner + .p-strategy-01__inner {
    margin-top: 30px;
  }
  .p-strategy-01__list {
    margin-top: 0;
  }
  .p-strategy-01__item {
    height: 46px;
  }
  .p-strategy-01__num {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
  .p-strategy-01__text-01 {
    padding: 0 4px;
    font-size: 0.9375rem;
    line-height: 1.2;
  }
  .p-strategy-01__text-02 {
    width: 18%;
    font-size: 0.6875rem;
  }
  .p-strategy-01__text-02 span {
    font-size: 1.0625rem;
  }
  .p-strategy-01__text-03 {
    padding: 8px;
    font-size: 1rem;
  }
  .p-strategy-01__text-03 span {
    font-size: 1.5rem;
  }
  .p-strategy-01__img {
    margin-top: -10px;
  }
  .p-strategy-02 {
    display: block;
  }
  .p-strategy-02__inner {
    display: flex;
    padding: 10px 15px;
  }
  .p-strategy-02__inner + .p-strategy-02__inner {
    margin-top: 10px;
  }
  .p-strategy-02__text {
    flex: 1;
    margin: 8px 0 0;
  }
  .p-strategy-02-box__img {
    width: 19px;
    height: 14px;
    margin: 20px 12px 0;
  }
  .p-strategy-02-box__img img {
    width: 100%;
  }
  .p-strategy-02-box__text {
    margin-top: 0;
  }
  .p-strategy-03 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, max-content) repeat(2, max-content);
    margin-top: -15px;
  }
  .p-strategy-03__inner {
    margin-top: 0;
    padding: 0;
  }
  .p-strategy-03__inner:nth-of-type(-n+3) {
    margin-top: 15px;
  }
  .p-strategy-03__inner {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-strategy-03__inner:nth-of-type(1) {
    grid-column: span 2/span 2;
  }
  .p-strategy-03__inner:nth-of-type(2) {
    grid-column: span 2/span 2;
  }
  .p-strategy-03__inner:nth-of-type(2)::before {
    content: none;
  }
  .p-strategy-03__inner:nth-of-type(3)::before {
    content: none;
  }
  .p-strategy-03__inner:nth-of-type(4) {
    padding-left: 26px;
  }
  .p-strategy-03__inner:nth-of-type(4)::before {
    content: "";
  }
  .p-strategy-03__inner:nth-of-type(5) {
    grid-column: span 2/span 2;
  }
  .p-strategy-03__inner:nth-of-type(5)::before {
    content: none;
  }
  .p-strategy-03__inner:nth-of-type(6) {
    grid-column: span 2/span 2;
  }
  .p-strategy-03__inner:nth-of-type(6)::before {
    content: none;
  }
  .p-strategy-03__inner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 1px;
    background-color: #2D3264;
  }
  .p-strategy-03__inner.-inner01 {
    display: flex;
  }
  .p-strategy-03__item.-ltv .c-text-count:first-child {
    font-size: 0.8rem;
  }
  .p-strategy-03__item.-ltv {
    margin-top: 4px;
  }
  .p-strategy-03__item {
    margin-top: 0;
  }
  .p-strategy-03__item.-item01 {
    flex: 1;
  }
  .p-strategy-03__text + .p-strategy-03__text {
    margin-left: 35px;
  }
  .p-strategy-03__detail-inner + .p-strategy-03__detail-inner {
    margin-left: 8vw;
  }
  .p-pf-scroll {
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 80px;
    min-height: 36px;
    border-radius: 4px;
    background-color: #8D8D8D;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    transition: opacity 0.3s;
  }
  .p-pf-scroll.-hide {
    opacity: 0;
  }
  .p-tag {
    font-size: 0.75rem;
  }
  .p-situation {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .p-situation__grid {
    grid-template-columns: 1fr 1fr;
  }
  .p-situation__grid > div {
    padding-bottom: 6px;
  }
  .p-situation__grid > div:nth-child(2) {
    padding-left: 20px;
  }
  .p-situation__grid .c-text-count {
    margin-top: 0;
  }
  .p-situation__grid.-sub {
    margin-top: 8px;
  }
  .p-situation__grid.-sub > div {
    display: block;
  }
  .p-situation__grid.-sub > div:nth-child(1) .p-situation__ttl {
    width: auto;
  }
  .p-situation__grid.-sub > div:nth-child(2) .p-situation__ttl {
    width: auto;
  }
  .p-situation__block + .p-situation__block {
    margin-top: 15px;
  }
  .p-situation__ttl {
    margin-top: 0;
    font-size: 0.875rem;
  }
  .p-situation + .c-list-note {
    margin-top: 20px;
  }
  .p-map-content.-b {
    margin-top: 30px;
  }
  .p-map-content.-c {
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 186px;
    background-image: url(../images/portfolio/img_map_c_sp.png);
    background-size: 110%;
    background-position: bottom left;
  }
  .p-map-heading__icon {
    width: 20px;
    height: 20px;
  }
  .p-map-heading__txt {
    font-size: 1.125rem;
  }
  .p-map-heading__small {
    display: block;
    font-size: 0.8125rem;
  }
  .p-map__img-wrap {
    margin-top: 10px;
  }
  .p-map__img {
    overflow: auto;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .p-map__img img {
    width: 1200px;
    max-width: none;
  }
  .p-map__img::before {
    display: none;
  }
  .p-map__list-block {
    display: block;
    margin-top: 10px;
  }
  .p-map__list {
    width: 100%;
  }
  .-b .p-map__list {
    width: 100%;
  }
  .p-map__list + .p-map__list {
    margin-top: 4px;
  }
  .p-map__item {
    align-items: baseline;
    gap: 6px;
  }
  .p-tag.-arrow::before, .p-tag.-arrow::after {
    display: none;
  }
  .p-map__txt {
    font-size: 0.8125rem;
  }
  .p-local {
    margin-top: 10px;
  }
  .p-local__list + .p-local__list {
    margin-top: 10px;
  }
  .p-local__dt {
    font-size: 0.9375rem;
  }
  .p-local__txt {
    font-size: 0.8125rem;
  }
  .p-local__txt.-arrow::before, .p-local__txt.-arrow::after {
    display: none;
  }
  .p-map-content + .c-btn {
    margin-top: 30px;
  }
  .p-bukken .c-heading-02 {
    display: flex;
    justify-content: space-between;
    gap: 4px;
  }
  .p-bukken .c-heading-02 > span {
    flex-shrink: 0;
  }
  .p-bukken__list {
    gap: 12px 8px;
  }
  .p-bukken__list + .p-bukken__list {
    margin-top: 12px;
  }
  .p-bukken__item figcaption {
    margin-top: 2px;
  }
  .p-bukken__item {
    height: auto;
    width: calc(33.3333333333% - 6px);
    letter-spacing: normal;
  }
  .p-bukken__item img {
    width: 100%;
  }
  .p-bukken__item.-item-img {
    width: 50%;
  }
  .p-bukken__txt {
    margin-top: 2px;
    font-size: 0.75rem;
  }
  .p-bukken-btn {
    display: inline-flex;
    align-items: center;
    padding: 3px 4px;
    height: 28px;
    width: 100%;
    max-width: 132px;
    background-color: #3853C6;
    border-radius: 14px;
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
  }
  .p-bukken-btn .-opentxt {
    display: none;
  }
  .p-bukken-btn.-open {
    background-color: #6E6E6E;
  }
  .p-bukken-btn.-open .-closetxt {
    display: none;
  }
  .p-bukken-btn.-open .-opentxt {
    display: inline;
    font-size: 0.75rem;
  }
  .p-bukken-btn.-open .p-bukken-btn__icon::before, .p-bukken-btn.-open .p-bukken-btn__icon::after {
    background-color: #6E6E6E;
  }
  .p-bukken-btn.-open .p-bukken-btn__icon::after {
    transform: rotate(0deg);
  }
  .p-bukken__wrap.-close {
    height: 600px;
    overflow: hidden;
    position: relative;
  }
  .p-bukken__wrap.-close::after {
    content: "";
    width: calc(100% + 40px);
    height: 230px;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: -20px;
    bottom: 0;
  }
  .p-bukken__wrap + .c-btn {
    margin-top: 30px;
  }
  .p-esg-list {
    display: block;
    margin-top: 30px;
  }
  .p-esg-list__item {
    grid-template-columns: 112px 1fr;
    grid-template-rows: 40px 1fr;
    width: 100%;
  }
  .p-esg-list__item + .p-esg-list__item {
    margin-top: 20px;
  }
  .p-esg-list__item:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .p-esg-list__icon-inner {
    padding: 8px;
  }
  .p-esg-list__title {
    padding-top: 10px;
    padding-left: 14px;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .p-esg-list__text {
    padding-top: 10px;
    padding-left: 14px;
    font-size: 0.75rem;
  }
  .p-esg-detail {
    display: block;
  }
  .p-esg-detail dt {
    margin-right: 0;
  }
  .p-esg-detail dd {
    display: flex;
    justify-content: center;
  }
  .p-esg-detail__inner-01 {
    display: block;
  }
  .p-esg-detail__inner-02 {
    margin-top: 10px;
  }
  .p-esg-detail__inner-01 .p-esg-detail__item {
    padding: 0;
    background: none;
  }
  .p-esg-detail__inner-02 .p-esg-detail__item {
    padding: 0 22px 0 0;
  }
  .p-esg-detail__inner-01 .p-esg-detail__item + .p-esg-detail__item {
    margin-top: 16px;
    margin-left: 0;
  }
  .p-esg-detail__inner-02 .p-esg-detail__item + .p-esg-detail__item {
    margin-left: 22px;
  }
  .p-esg-detail__item-text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
  }
  .p-esg-detail__text {
    font-size: 1.75rem;
    line-height: 1;
  }
  .p-esg-count {
    flex-wrap: wrap;
  }
  .p-esg-count__num {
    line-height: 1;
  }
  .p-esg-count__title {
    padding-right: 5px;
    font-size: 1rem;
  }
  .p-esg-box {
    margin-top: 20px;
    border-radius: 8px;
  }
  .p-esg-box-01 {
    margin-top: 20px;
    border: 1px solid #2D3264;
    border-radius: 8px;
  }
  .p-esg-box-01::before {
    content: none;
  }
  .p-esg-box-02 {
    position: static;
    margin-top: 20px;
    border-radius: 8px;
  }
  .p-esg-box__list-02 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 6px;
    padding: 6px 15px;
  }
  .p-esg-box__list-03 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 6px;
    padding: 15px 15px 6px;
  }
  .p-esg-box__list-04 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 6px;
    padding: 6px 15px;
  }
  .p-esg-box__list-04::before {
    content: none;
  }
  .p-esg-box__item {
    height: auto;
    flex-direction: row;
  }
  .p-esg-box__item + .p-esg-box__item {
    padding-top: 6px;
    background-image: linear-gradient(to right, #2D3264 1px, transparent 1px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 4px 1px;
  }
  .p-esg-box__item:nth-of-type(2)::before, .p-esg-box__item:nth-of-type(3)::before, .p-esg-box__item:nth-of-type(5)::before {
    content: none;
  }
  .p-esg-box__list-01 .p-esg-box__item {
    width: 100%;
    height: auto;
  }
  .p-esg-box__list-02 .p-esg-box__item {
    height: auto;
  }
  .p-esg-box__logo {
    flex: inherit;
  }
  .p-esg-box__logo-01 {
    width: 88px;
    margin: 0 30px;
  }
  .p-esg-box__logo-02 {
    width: 106px;
    margin: 0 12px;
  }
  .p-esg-box__logo-03 {
    width: 216px;
  }
  .p-esg-box__logo-04 {
    width: 194px;
    margin: 0 20px;
  }
  .p-esg-box__logo-05 {
    width: 194px;
    margin: 0 20px;
  }
  .p-esg-box__logo-06 {
    width: 180px;
  }
  .p-esg-box__logo-07 {
    width: 114px;
    margin: 0 35px;
  }
  .p-esg-box__logo-08 {
    width: 214px;
    margin-right: 15px;
  }
  .p-esg-box__logo-09 {
    width: 132px;
  }
  .p-esg-box__logo-10 {
    width: 125px;
    margin-right: 56px;
  }
  .p-esg-box__logo-11 {
    width: 126px;
    margin: 0 26px 0 20px;
  }
  .p-esg-box__logo-12 {
    width: 165px;
    margin-right: 36px;
  }
  .p-esg-box__logo-13 {
    width: 190px;
    margin-right: 5px;
  }
  .p-esg-box__logo-14 {
    width: 142px;
    margin: 0 35px 0 13px;
  }
  .p-esg-box__detail-01 {
    width: auto;
    height: auto;
  }
  .p-esg-box__detail-02 {
    margin-bottom: 0;
  }
  .p-esg-box__detail-03.-detail-03-01 {
    transform: translateY(0);
  }
  .p-esg-box__text-01 {
    font-size: 2rem;
  }
  .p-esg-box__text-02 {
    font-size: 1.375rem;
  }
  .p-esg-box__text-03 {
    font-size: 1rem;
    line-height: 1.5;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .p-esg-box__text-04 {
    font-size: 1rem;
  }
  .p-esg-box__text-05 {
    position: static;
    font-size: 0.875rem;
  }
  .p-information-img {
    width: 760px;
  }
  .p-information-detail dt {
    display: block;
  }
  .p-information-detail dd {
    padding-left: 0;
  }
  .p-information-detail__inner {
    display: block;
  }
  .p-information-detail__inner + .p-information-detail__inner {
    margin-top: 6px;
  }
  .js-fadein.-fade-sp {
    transition-delay: 0.3s;
  }
  .js-fadein.-fade02-sp {
    transition-delay: 0.5s;
  }
  .js-fadein.-fade03-sp {
    transition-delay: 0.7s;
  }
  .js-fadein.-fade04-sp {
    transition-delay: 0.9s;
  }
}
@media (min-width: 768px) and (max-width: 1680px){
  .p-top {
    grid-template-columns: 1fr 580px;
    gap: 0;
  }
  .p-top__inner {
    padding: 20px 0 0 36px;
  }
  .p-top-header__title {
    margin-top: 20px;
  }
  .p-top-img_pc {
    padding-left: 20px;
  }
  .p-top-nav__link {
    height: 70px;
    padding-left: 10px;
    font-size: 1rem;
  }
  .p-top-nav__link::before {
    right: 8px;
  }
  .p-top-btn__link span {
    text-align: center;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px){
  .l-nav__link:hover {
    color: white;
  }
  .l-nav__sub-link:hover {
    color: white;
  }
  .l-nav__sub-link:hover::before {
    background-color: #FFFFFF;
  }
  .l-nav__sub-link:hover span::after {
    opacity: 1;
  }
  .c-btn__link:hover {
    background-color: #3853C6;
  }
  .c-btn__link:hover span {
    color: #FFFFFF;
  }
  .c-btn__link:hover span::after {
    background: url("../images/common/icon_blank_white.svg") 0 0/100% no-repeat;
  }
  .c-anchor__Link:hover {
    background-color: #FFFFFF;
    border-color: #3853C6;
    color: #3853C6;
  }
  .c-anchor__Link.is-current:hover {
    background-color: #3853C6;
    border-color: #3853C6;
    color: #FFFFFF;
  }
  .c-link:hover {
    text-decoration: underline;
  }
  .p-top-nav__link:hover {
    border-color: #2D3264;
  }
  .p-top-btn__link:hover {
    background-color: #2D3264;
  }
  .p-top-btn__link:hover span {
    color: #FFFFFF;
  }
  .p-top-btn__link:hover span::after {
    background: url("../images/common/icon_blank_white.svg") 0 0/100% no-repeat;
  }
  .p-local__inner {
    display: grid;
    grid-template: "osaka sendai ." max-content "osaka niigata ." max-content "fukuoka . ." max-content "naha . ." max-content ". . nagoya" max-content ". . wakayama" max-content ". . kobe" max-content/265px 220px 1fr;
    grid-column-gap: 89px;
    grid-row-gap: 24px;
    height: 640px;
  }
  .p-local__list.-sendai {
    grid-area: sendai;
  }
  .p-local__list.-niigata {
    grid-area: niigata;
  }
  .p-local__list.-nagoya {
    grid-area: nagoya;
  }
  .p-local__list.-osaka {
    grid-area: osaka;
  }
  .p-local__list.-kobe {
    grid-area: kobe;
  }
  .p-local__list.-wakayama {
    grid-area: wakayama;
  }
  .p-local__list.-fukuoka {
    grid-area: fukuoka;
  }
  .p-local__list.-naha {
    grid-area: naha;
  }
  .p-bukken__item.-middle-img {
    width: 197px;
  }
  .p-bukken__item.-large-img {
    width: 249px;
  }
  .p-local__list.-sendai {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-local__list.-niigata {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-local__list.-nagoya {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .p-local__list.-osaka {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-local__list.-kobe {
    -ms-grid-row: 13;
    -ms-grid-column: 5;
  }
  .p-local__list.-wakayama {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
  }
  .p-local__list.-fukuoka {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-local__list.-naha {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1369px) and (max-width: 1680px){
  .p-top {
    grid-template-columns: 1fr 580px;
  }
  .p-top__inner {
    padding: 20px 50px 0 50px;
  }
}
@media (min-width: 1680px){
  .u-dn-largepc {
    display: none;
  }
  .p-top {
    width: 100%;
    grid-template-columns: 1fr 730px;
  }
  .p-top__inner {
    padding: 60px 120px;
    padding-right: 40px;
  }
  .p-top-header__logo {
    margin-bottom: 140px;
  }
  .p-top-header__logo img {
    width: 95px;
  }
  .p-top-header__inner {
    display: flex;
    padding-bottom: 140px;
  }
  .p-top-header__img {
    width: 171px;
  }
  .p-top-header__title {
    margin-top: 0;
    margin-left: 35px;
  }
  .p-top-header__title h1 {
    font-size: 2.875rem;
  }
  .p-top-header__title p {
    font-size: 1.125rem;
  }
  .p-top-nav__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
