@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
.pc,
.tb,
.sp {
  display: none;
}

@media screen and (min-width: 1334.3333333333px) {
  .pc {
    display: inline-block;
  }
}
@media screen and (min-width: 901px) and (max-width: 1333.3333333333px) {
  .pc {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .tb {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .spscroll {
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  .spscroll::before, .spscroll::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .spscroll::before {
    content: "";
    width: 7rem;
    height: 7rem;
    background: rgba(0, 0, 0, 0.75);
  }
  .spscroll::after {
    font-family: "Material Symbols Outlined";
    content: "\eb52";
    vertical-align: middle;
    line-height: inherit;
    font-size: 5rem;
    color: white;
    animation: spscrollicon_after ease-in 3s infinite;
  }
  .spscroll.isactive::before, .spscroll.isactive::after {
    animation: spscrollicon 1s forwards;
  }
}
@keyframes spscrollicon_after {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  51% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-40%, -50%);
  }
}
@keyframes spscrollicon {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#plancontent > * {
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-style: normal;
}
#plancontent > *:before, #plancontent > *:after {
  pointer-events: none;
  transition: 0.5s;
  display: inline-block;
}
#plancontent picture {
  display: block;
}
#plancontent picture.caption {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#plancontent picture.caption::before, #plancontent picture.caption::after {
  color: #000;
  text-shadow: -1px 0 5px #FFF, 1px 0 5px #FFF, 0 -1px 5px #FFF, 0 1px 5px #FFF, -1px 0 5px #FFF, 1px 0 5px #FFF, 0 -1px 5px #FFF, 0 1px 5px #FFF;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  bottom: 1em;
  letter-spacing: -0.015em;
}
#plancontent picture.caption::before {
  content: attr(data-left);
  left: 1em;
}
#plancontent picture.caption::after {
  content: attr(data-right);
  right: 1em;
}
#plancontent picture.caption.blackshadow::before, #plancontent picture.caption.blackshadow::after {
  color: #FFF;
  text-shadow: -1px 0 5px #000, 1px 0 5px #000, 0 -1px 5px #000, 0 1px 5px #000;
}
#plancontent picture.caption.nonshadow::before, #plancontent picture.caption.nonshadow::after {
  text-shadow: none !important;
}
#plancontent picture.caption.nonshadowwhite::before, #plancontent picture.caption.nonshadowwhite::after {
  color: #FFF;
  text-shadow: none !important;
}
@media screen and (max-width: 768px) {
  #plancontent picture.spscroll {
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  #plancontent picture.spscroll img {
    max-width: none;
    width: 200vw;
  }
  #plancontent picture.spscroll::before, #plancontent picture.spscroll::after {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
  }
  #plancontent picture.spscroll::before {
    content: "";
    width: 7rem;
    height: 7rem;
    background: rgba(0, 0, 0, 0.75);
  }
  #plancontent picture.spscroll::after {
    font-family: "Material Symbols Outlined";
    content: "\eb52";
    vertical-align: middle;
    line-height: inherit;
    font-size: 5rem;
    color: white;
    animation: spscrollicon_after ease-out 3s infinite;
  }
  #plancontent picture.spscroll.isactive::before, #plancontent picture.spscroll.isactive::after {
    animation: spscrollicon 1s forwards;
  }
}
#plancontent img {
  vertical-align: bottom;
  max-width: 100%;
  image-rendering: auto !important;
}
#plancontent sup {
  font-size: 50%;
}
#plancontent .cautionUl li {
  text-align: left;
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}
#plancontent .ggbox {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #plancontent .ggbox {
    padding-bottom: 75%;
  }
}
#plancontent .ggbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#plancontent .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 1000;
}
#plancontent .modal-overlay .modal-content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-30px);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  #plancontent .modal-overlay .modal-content {
    max-width: 95%;
  }
}
#plancontent .modal-overlay .modal-close {
  text-align: right;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 1.5rem;
  color: #999;
  cursor: pointer;
  transition: color 0.2s;
}
#plancontent .modal-overlay .modal-close:hover {
  color: #333;
}
#plancontent .modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
#plancontent .modal-overlay.active .modal-content {
  transform: translateY(0);
  opacity: 1;
}
#plancontent #contentsWrap {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-weight: 400;
  font-feature-settings: "palt";
}
#plancontent #contentsWrap h2,
#plancontent #contentsWrap h3 {
  font-size: 65px;
  font-weight: 200;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #plancontent #contentsWrap h2,
  #plancontent #contentsWrap h3 {
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 0.5em;
  }
}
#plancontent #contentsWrap h2 span.ornament,
#plancontent #contentsWrap h3 span.ornament {
  display: flex;
  justify-content: space-between;
  width: 60px;
  height: 20px;
  background: #227fc4;
  margin: 0 auto;
}
#plancontent #contentsWrap h2 span.ornament::before, #plancontent #contentsWrap h2 span.ornament::after,
#plancontent #contentsWrap h3 span.ornament::before,
#plancontent #contentsWrap h3 span.ornament::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}
#plancontent #contentsWrap h2 span.ornament::before,
#plancontent #contentsWrap h3 span.ornament::before {
  background: #00a88e;
}
#plancontent #contentsWrap h2 span.ornament::after,
#plancontent #contentsWrap h3 span.ornament::after {
  background: #4c4949;
}
#plancontent #contentsWrap h4 {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.25;
  color: #008cd6;
  text-align: center;
  margin-bottom: 1em;
}
#plancontent #contentsWrap h4.big {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  #plancontent #contentsWrap h4 {
    font-size: 18px;
  }
  #plancontent #contentsWrap h4.big {
    font-size: 26px;
  }
}
#plancontent #contentsWrap .leadcopy {
  max-width: 580px;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 2em;
}
#plancontent #contentsWrap h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2em;
}
#plancontent #contentsWrap .flex {
  display: flex;
  justify-content: space-between;
}
#plancontent #contentsWrap .flex.c2 > * {
  width: calc((100% - 30px) / 2);
}
#plancontent #contentsWrap .flex.c3 > * {
  width: calc((100% - 60px) / 3);
}
#plancontent #contentsWrap .grid {
  display: grid;
}
#plancontent #contentsWrap .grid.g3 {
  grid-template-columns: repeat(3, 1fr);
}
#plancontent #contentsWrap a.arrowlink {
  text-decoration: none;
  font-weight: 600;
}
#plancontent #contentsWrap a.arrowlink::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  vertical-align: middle;
  line-height: inherit;
  font-size: 125%;
  color: #227fc4;
  transition: 0.5s;
  margin-left: 1.5em;
  display: inline-block;
}
#plancontent #contentsWrap a.arrowlink:hover::after {
  transform: translateX(5px);
}
#plancontent #contentsWrap section {
  text-align: center;
  position: relative;
}
#plancontent #contentsWrap section + section {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  #plancontent #contentsWrap section {
    margin-top: 50px;
  }
}
#plancontent #contentsWrap section#plan {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #plancontent #contentsWrap section#plan {
    margin-bottom: 0;
  }
}
#plancontent #contentsWrap section#plan .leadcopy {
  padding-bottom: 2em;
  border-bottom: 1px solid black;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #plancontent #contentsWrap section#plan .leadcopy {
    margin-bottom: 0.5em;
  }
}
#plancontent #contentsWrap section#plan h4 {
  margin: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  #plancontent #contentsWrap section#plan h4 {
    margin: 35px 0 25px;
    font-size: 2rem;
  }
}
#plancontent #contentsWrap section#plan .large {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #plancontent #contentsWrap section#plan .large {
    font-size: 16px;
  }
}
#plancontent #contentsWrap section#plan .strategygrid {
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr 7fr;
  gap: 20px;
}
#plancontent #contentsWrap section#plan .strategygrid div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4c4949;
  color: white;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #plancontent #contentsWrap section#plan .strategygrid {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
#plancontent #contentsWrap section#document h4 {
  background: rgba(24, 127, 195, 0.3);
  padding: 0.5em;
  color: black;
  text-align: left;
}
#plancontent #contentsWrap section#document .large {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #plancontent #contentsWrap section#document .large {
    font-size: 16px;
  }
}
#plancontent #contentsWrap section#document .documentlists li {
  text-align: left;
  margin-bottom: 1em;
}
#plancontent #contentsWrap section#document .documentlists li a {
  display: inline-block;
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  text-decoration: none;
}
#plancontent #contentsWrap section#document .documentlists li.pdf {
  width: 100%;
}
#plancontent #contentsWrap section#document .documentlists li.pdf a {
  display: flex;
  font-size: 20px;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #plancontent #contentsWrap section#document .documentlists li.pdf a {
    font-size: 16px;
    line-height: 1.25;
  }
}
#plancontent #contentsWrap section#document .documentlists li.pdf a::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  aspect-ratio: 1/1;
  background: url(../img/icon_pdf.png) no-repeat 50% 50%;
  background-size: contain;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #plancontent #contentsWrap section#document .documentlists li.pdf a::before {
    width: 2em;
  }
}
#plancontent #contentsWrap section#document .documentlists li.pdf a span {
  flex: 1;
}
#plancontent #contentsWrap section#document .documentlists li.pdf a:hover {
  background: rgba(24, 127, 195, 0.1);
  color: black;
}

@keyframes spscrollicon_after {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  51% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-40%, -50%);
  }
  0% {
    transform: translate(-50%, -50%);
  }
}
@keyframes spscrollicon {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ir_nav {
  padding: 0 0 80px;
  max-width: 1080px;
  margin: auto;
  font-size: 14px;
  margin-top: 100px;
  margin-bottom: 40px;
}
.ir_nav li {
  float: none;
}
.ir_nav li a {
  display: block;
  position: relative;
}
.ir_nav li a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #1e82c8;
  border-right: 1px solid #1e82c8;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3.5px);
  right: 0;
}
.ir_nav > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, auto);
  gap: 20px;
}
.ir_nav > ul > li:first-child {
  grid-column: 1/2;
  grid-row: 1/2;
}
.ir_nav > ul > li:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/4;
}
.ir_nav > ul > li:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/4;
}
.ir_nav > ul > li:nth-child(4) {
  grid-column: 3/4;
  grid-row: 1/4;
}
.ir_nav > ul > li:nth-child(5) {
  grid-column: 1/2;
  grid-row: 4/6;
}
.ir_nav > ul > li:nth-child(6) {
  grid-column: 2/3;
  grid-row: 4/6;
}
.ir_nav > ul > li:nth-child(7) {
  grid-column: 3/4;
  grid-row: 4/6;
}
.ir_nav > ul > li > span,
.ir_nav > ul > li > a {
  font-weight: bold;
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 0.5em;
}
.ir_nav > ul > li > a::after {
  right: 0.5em;
}
.ir_nav > ul > li > a:hover {
  text-decoration: underline;
}
.ir_nav > ul > li > ul {
  padding: 0.5em;
}
@media screen and (max-width: 768px) {
  .ir_nav {
    padding: 0 6vw 10vw;
    font-size: 3vw;
    padding: 15px;
  }
  .ir_nav > ul {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .ir_nav > ul > li {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .ir_nav > ul > li > span,
  .ir_nav > ul > li > a,
  .ir_nav > ul > li > ul {
    padding: 0.5em 0;
  }
}/*# sourceMappingURL=plan.css.map */