@charset "UTF-8";
/* SP時の定義 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px !important;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 17.5vw !important;
  }
}

body:has(.open) {
  overflow: hidden;
}

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

.pcNone {
  display: none !important;
}
@media (max-width: 768px) {
  .pcNone {
    display: block !important;
  }
}

.spNone {
  display: block !important;
}
@media (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

/* アニメーション */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hoverOver01 {
  overflow: hidden;
}
.hoverOver01 a {
  overflow: hidden;
  transition: transform 0.3s ease !important;
}
@media (hover: hover) {
  .hoverOver01 a:hover {
    transform: scale(1.1);
    width: 100%;
    height: 100%;
  }
}

/* contents */
.mainvisual02 {
  margin: 0 calc(50% - 50vw);
  height: 100vh;
  overflow: hidden;
}
.mainvisual02 > .inner01 > .image01 {
  position: relative;
  aspect-ratio: 1920/1080;
}
.mainvisual02 > .inner01 > .image01 img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}
.mainvisual02 + .heading01 {
  padding: 50px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
}
@media (max-width: 768px) {
  .mainvisual02 + .heading01 {
    padding: 12.5vw 0;
  }
}

.header01 {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 20px;
  width: 100%;
  height: 100px;
  z-index: 10;
}
@media (max-width: 768px) {
  .header01 {
    padding: 2.5vw 5vw;
    height: 17.5vw;
  }
}
.header01 > .inner01 {
  display: flex;
  justify-content: end;
  align-items: center;
}
.header01 > .inner01 .logo01 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 200px;
}
@media (max-width: 768px) {
  .header01 > .inner01 .logo01 {
    top: 2.5vw;
    left: 5vw;
    width: 37.5vw;
  }
}

.menuBlock01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.04vw 1.04vw;
}
@media (max-width: 768px) {
  .menuBlock01 {
    position: fixed;
    display: block;
    top: -200vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: top 0.3s ease;
    background: #fff;
  }
}
.menuBlock01 li {
  position: relative;
}
@media (max-width: 768px) {
  .menuBlock01 li {
    margin-top: 5vw;
    padding: 0 5vw 5vw;
    border-bottom: 1px solid #FF5722;
  }
}
.menuBlock01 li::before {
  content: "";
  position: relative;
  display: inline-block;
  background: #FF5722;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-right: 0.52vw;
  width: 0.7em;
  height: 0.7em;
  left: 0;
  transition: left 0.3s ease;
}
@media (max-width: 768px) {
  .menuBlock01 li::before {
    margin-right: 2.5vw;
  }
}
.menuBlock01 li a {
  position: relative;
  padding: 0.26vw 0.16vw;
  font-size: 1.04vw;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .menuBlock01 li a {
    font-size: 5vw;
  }
}
.menuBlock01 li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  border-bottom: 2px solid #ff6c3f;
  transition: width 0.3s ease;
}
@media (hover: hover) {
  .menuBlock01 li a:hover {
    opacity: 1;
  }
  .menuBlock01 li a:hover::before {
    width: 100%;
  }
}
.open + .menuBlock01 {
  top: 17.5vw;
}

.menuBlock02 {
  margin: auto;
  max-width: 70vw;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
@media (max-width: 768px) {
  .menuBlock02 {
    gap: 5vw 7.5vw;
    padding: 0 10vw;
    max-width: inherit;
  }
}
.menuBlock02 + * {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .menuBlock02 + * {
    margin-top: 7.5vw;
  }
}
.menuBlock02 li {
  position: relative;
}
.menuBlock02 li::before {
  content: "";
  position: relative;
  display: inline-block;
  background: #FF5722;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-right: 0.52vw;
  width: 0.7em;
  height: 0.7em;
  left: 0;
  transition: left 0.3s ease;
}
@media (max-width: 768px) {
  .menuBlock02 li::before {
    position: absolute;
    top: 0.25em;
    left: -0.9em;
  }
}
.menuBlock02 li a {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .menuBlock02 li a {
    display: block;
    font-size: 3.5vw;
    text-align: left;
  }
}
.menuBlock02 li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  border-bottom: 2px solid #ff6c3f;
  transition: width 0.3s ease;
}
@media (hover: hover) {
  .menuBlock02 li a:hover {
    opacity: 1;
  }
  .menuBlock02 li a:hover::before {
    width: 100%;
  }
}

.menu_btn {
  position: absolute;
  top: 50%;
  right: 5vw;
  transform: translateY(-50%);
  display: block;
  width: 10vw;
  height: 10vw;
  z-index: 3;
  border: none;
  background: #FF5722;
  border-radius: 1.5vw;
  z-index: 99;
}
.menu_btn .bar {
  background-color: #fff;
  display: block;
  height: 0.5vw;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(0);
  width: 5vw;
  transition: all 0.3s ease;
}
.menu_btn .bar.bar_top {
  top: 2.5vw;
}
.menu_btn .bar.bar_mid {
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu_btn .bar.bar_bottom {
  bottom: 2.5vw;
}
.menu_btn.open .bar_top {
  transform: translate(-50%, 2.5vw) rotate(45deg);
}
.menu_btn.open .bar_mid {
  opacity: 0;
}
.menu_btn.open .bar_bottom {
  transform: translate(-50%, -2vw) rotate(-45deg);
}

.wrap01 {
  display: flex;
  flex-wrap: wrap;
}

.wrap02 {
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 25px;
  counter-reset: listnum;
  width: 100%;
  max-width: 920px;
}
@media (max-width: 768px) {
  .wrap02 {
    margin-top: 7.5vw;
    gap: 5vw 0;
  }
}
.wrap02 .heading02 {
  width: 100%;
}
@media (max-width: 768px) {
  .wrap02 .heading02 {
    font-size: 8vw;
  }
}
.wrap02 .block01 {
  position: relative;
  border: 4px solid #144a97;
  width: calc((100% - 50px) / 3);
}
@media (max-width: 768px) {
  .wrap02 .block01 {
    width: 100%;
  }
}
.wrap02 .block01 .title01 {
  position: relative;
  padding: 7px 0 10px 65px;
  background: #144A97;
  font-family: "Noto Serif JP";
  font-size: 2.6rem;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 768px) {
  .wrap02 .block01 .title01 {
    padding: 1.75vw 0 2.5vw 12vw;
    width: 100%;
    font-size: 5.5vw;
  }
}
.wrap02 .block01 .title01::before {
  display: block;
  counter-increment: listnum;
  content: counter(listnum) ".";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  color: #fff;
}
@media (max-width: 768px) {
  .wrap02 .block01 .title01::before {
    left: 5.5vw;
  }
}
.wrap02 .block01 .image01 {
  padding: 16px 20px 0;
}
@media (max-width: 768px) {
  .wrap02 .block01 .image01 {
    padding: 4vw 5vw 0;
  }
}
.wrap02 .block01 .image01 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.wrap02 .block01 .text01 {
  margin-top: 20px;
  padding: 0 20px 25px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .wrap02 .block01 .text01 {
    margin-top: 2.5vw;
    padding: 0 5vw 6.25vw;
  }
}
.wrap02 .block01 .text01 > span {
  background-image: linear-gradient(transparent 60%, #3FFFB2 40%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 100%;
  transition: background-size 1.5s;
}
.wrap02 .block01 .text01 > span.animate-marker {
  background-size: 100% 100%;
}

.wrap03 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 30px;
}
@media (max-width: 768px) {
  .wrap03 {
    gap: 5vw 0;
  }
}
.wrap03 .image02 {
  width: 40%;
}
@media (max-width: 768px) {
  .wrap03 .image02 {
    width: 100%;
  }
}
.wrap03 .fukidashi01 {
  font-size: 2rem !important;
}
@media (max-width: 768px) {
  .wrap03 .fukidashi01 {
    font-size: 5vw !important;
  }
}
.wrap03 .col01 {
  width: calc(60% - 30px);
}
@media (max-width: 768px) {
  .wrap03 .col01 {
    width: 100%;
  }
}
.wrap03 .col01 .title04 {
  font-size: 2.6rem;
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .wrap03 .col01 .title04 {
    font-size: 5.15vw !important;
  }
}
.wrap03 .col01 .textEditor01 {
  font-size: 1.8rem !important;
}
@media (max-width: 768px) {
  .wrap03 .col01 .textEditor01 {
    font-size: 4.5vw !important;
  }
}
.wrap03 .col01 .text01 {
  font-size: 1.6rem !important;
}
@media (max-width: 768px) {
  .wrap03 .col01 .text01 {
    font-size: 4.5vw !important;
  }
}

.hgroup01 .heading01 + .text01 {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .hgroup01 .heading01 + .text01 {
    margin-top: 2.5vw;
  }
}
.hgroup01 + * {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .hgroup01 + * {
    margin-top: 7.5vw;
  }
}

.hgroup02 .heading01 + .text01 {
  margin-top: 10px;
  font-size: 3.4rem;
}

.heading01 {
  font-size: 5rem;
  text-align: center;
  font-family: "Noto Serif JP";
}
@media (max-width: 768px) {
  .heading01 {
    font-size: 9vw;
  }
}
.heading01 > span {
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .heading01 > span {
    padding-bottom: 2.5vw;
  }
}
.heading01 > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(100% + 37px);
  height: 10px;
  border-bottom: 10px dotted #FF3C00;
}
@media (max-width: 768px) {
  .heading01 > span::before {
    width: calc(100% + 9.25vw);
    height: 2.5vw;
    border-bottom: 2.5vw dotted #FF3C00;
  }
}
.heading01 + * {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .heading01 + * {
    margin-top: 12.5vw;
  }
}
.heading01 + *.text01 {
  font-family: "Noto Serif JP";
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .heading01 + *.text01 {
    font-size: 5vw;
  }
}
.heading01 + *.text01 + .text01 {
  margin-top: 7px;
  text-align: center;
}
@media (max-width: 768px) {
  .heading01 + *.text01 + .text01 {
    margin-top: 1.35vw;
  }
}
.heading01 + *.text01 + .text01 + .list01 {
  margin-top: 40px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .heading01 + *.text01 + .text01 + .list01 {
    margin-top: 10vw;
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .heading01 + *.text01 + .text01 + .list01 li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .heading01 + *.text01 + .text01 + .list01 .title01 {
    font-size: 5.5vw;
  }
}
.heading01 + * + .frameArea01 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .heading01 + * + .frameArea01 {
    margin-top: 10vw;
  }
}
.heading01 + * + .frameArea01 + .wrap02 {
  margin-top: 40px;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .heading01 + * + .frameArea01 + .wrap02 {
    margin-top: 10vw;
    padding: 0 15vw;
  }
}

.heading02 {
  font-size: 4.2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .heading02 {
    font-size: 6vw;
  }
}
.heading02 > span {
  padding-bottom: 7px;
  border-bottom: 2px solid #FF3C00;
}
@media (max-width: 768px) {
  .heading02 > span {
    padding-bottom: 1.5vw;
    border-bottom: 0.5vw solid #FF3C00;
    line-height: 1.8;
  }
}

.title02 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.55;
  text-align: center;
  width: 100%;
}

.title03 {
  font-size: 2rem;
  line-height: 1.5;
}

.title04 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .title04 {
    font-size: 5.5vw;
  }
}
.title04 + .text01 {
  margin-top: 30px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .title04 + .text01 {
    margin-top: 7.5vw;
    font-size: 5vw;
  }
}

.list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media (max-width: 768px) {
  .list01 {
    gap: 7.5vw 5vw;
  }
}
.list01 > li {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 768px) {
  .list01 > li {
    width: calc((100% - 5vw) / 2);
  }
}
.list01 > li a {
  display: block;
}
.list01 > li .title01 {
  margin-top: 10px;
  font-size: 2.6rem;
  line-height: 1.25;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 768px) {
  .list01 > li .title01 {
    margin-top: 2.5vw;
    font-size: 4vw;
  }
}
.list01 > li .text01 {
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 768px) {
  .list01 > li .text01 {
    margin-top: 2.5vw;
  }
}
.list01 > li .image01 a {
  position: relative;
  aspect-ratio: 450/265;
}
.list01 > li .image01 img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
}
.list02 > li {
  position: relative;
  padding: 20px;
  width: calc((100% - 60px) / 4);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .list02 > li {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 768px) {
  .list02 > li {
    padding: 5vw;
    width: 100%;
    box-shadow: 0.5vw 0.5vw 1.75vw rgba(0, 0, 0, 0.2);
  }
}
.list02 > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  border-top: 4px solid #144A97;
  opacity: 0;
  transition: width 0.25s ease 0s, opacity 0.2s 0s;
}
.list02 > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  border-left: 4px solid #144A97;
  opacity: 0;
  transition: height 0.25s ease 0s, opacity 0.2s 0s;
}
.list02 > li > .inner01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 0;
  border-right: 4px solid #144A97;
  opacity: 0;
  transition: height 0.25s ease 0.25s, opacity 0.2s 0.25s;
}
.list02 > li > .inner01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  border-bottom: 4px solid #144A97;
  opacity: 0;
  transition: width 0.25s ease 0.25s, opacity 0.2s 0.25s;
}
.list02 > li a {
  position: relative;
  display: flex;
  flex-flow: column;
}
.list02 > li .image02 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list02 > li .title03 {
  margin-top: 7px;
}
@media (max-width: 768px) {
  .list02 > li .title03 {
    margin-top: 1.75vw;
  }
}
.list02 > li .title03 span {
  display: block;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .list02 > li .title03 span {
    font-size: 4.5vw;
  }
}
.list02 > li .title03 + .text01 {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  flex: 1;
  min-height: 3.5em;
}
@media (max-width: 768px) {
  .list02 > li .title03 + .text01 {
    margin-top: 2.5vw;
    font-size: 4.5vw;
  }
}
.list02 > li .title03 + .text01 + .text01 {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .list02 > li .title03 + .text01 + .text01 {
    margin-top: 3.75vw;
  }
}
@media (any-hover: hover) {
  .list02 > li:hover::before {
    width: 100%;
    opacity: 1;
  }
  .list02 > li:hover::after {
    height: 100%;
    opacity: 1;
  }
  .list02 > li:hover > .inner01::before {
    height: 100%;
    opacity: 1;
  }
  .list02 > li:hover > .inner01::after {
    width: 100%;
    opacity: 1;
  }
}
.list02 > li:not(:hover)::before, .list02 > li:not(:hover)::after {
  width: 0;
  height: 0;
  opacity: 0;
  transition: none;
}
.list02 > li:not(:hover) > .inner01::before, .list02 > li:not(:hover) > .inner01::after {
  width: 0;
  height: 0;
  opacity: 0;
  transition: none;
}

.list03 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media (max-width: 768px) {
  .list03 {
    gap: 0 5vw;
  }
}
.list03 li {
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .list03 li {
    font-size: 4vw;
  }
}
.list03 a {
  transition: opacity 0.3s ease;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .list03 a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.list04 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  .list04 {
    gap: 0 5vw;
  }
}
.list04 li {
  position: relative;
  padding-left: 1.5em;
}
.list04 li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #FF3C00;
}

.image02 {
  position: relative;
  aspect-ratio: 255/340;
  overflow: hidden;
}

.fukidashi01 {
  position: absolute;
  font-size: 1.4rem;
  color: #fff;
  background: rgba(20, 74, 151, 0.8);
}
@media screen and (max-width: 1024px) {
  .fukidashi01 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .fukidashi01 {
    font-size: 3vw;
  }
}
.fukidashi01.top {
  padding: 5px 20px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  border-radius: 0 0 7px 7px;
}
@media (max-width: 768px) {
  .fukidashi01.top {
    padding: 1.25vw 5vw;
  }
}
.fukidashi01.bottom {
  padding: 5px 20px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  border-radius: 7px 7px 0 0;
}
@media (max-width: 768px) {
  .fukidashi01.bottom {
    padding: 1.25vw 5vw;
  }
}
.fukidashi01.left {
  padding: 20px 5px;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  border-radius: 0 7px 7px 0;
}
@media (max-width: 768px) {
  .fukidashi01.left {
    padding: 5vw 1.25vw;
  }
}
.fukidashi01.right {
  padding: 20px 5px;
  top: 0;
  right: 0;
  writing-mode: vertical-rl;
  border-radius: 7px 0 0 7px;
}
@media (max-width: 768px) {
  .fukidashi01.right {
    padding: 5vw 1.25vw;
  }
}

.slideArea01 {
  margin: 80px calc(50% - 50vw) 5px;
}
@media (max-width: 768px) {
  .slideArea01 {
    margin: 20vw calc(50% - 50vw) 1.25vw;
  }
}
.slideArea01 .sliderBlock02 {
  position: relative;
  margin-top: 37px;
}
@media (max-width: 768px) {
  .slideArea01 .sliderBlock02 {
    margin-top: 9.25vw;
  }
}
.slideArea01 .sliderBlock02 .block02 {
  position: relative;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .slideArea01 .sliderBlock02 .block02 {
    box-shadow: 0.5vw 0.5vw 1.75vw rgba(0, 0, 0, 0.2);
  }
}
.slideArea01 .sliderBlock02 .block02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  border-top: 4px solid #144A97;
  opacity: 0;
  transition: width 0.25s ease 0s, opacity 0.2s 0s;
  z-index: 1;
}
.slideArea01 .sliderBlock02 .block02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  border-left: 4px solid #144A97;
  opacity: 0;
  transition: height 0.25s ease 0s, opacity 0.2s 0s;
  z-index: 1;
}
.slideArea01 .sliderBlock02 .block02 .inner01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 0;
  border-right: 4px solid #144A97;
  opacity: 0;
  transition: height 0.25s ease 0.25s, opacity 0.2s 0.25s;
  z-index: 1;
}
.slideArea01 .sliderBlock02 .block02 .inner01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  border-bottom: 4px solid #144A97;
  opacity: 0;
  transition: width 0.25s ease 0.25s, opacity 0.2s 0.25s;
  z-index: 1;
}
.slideArea01 .sliderBlock02 .block02 a {
  display: block;
  padding: 10px;
}
.slideArea01 .sliderBlock02 .block02 .image01 {
  width: 100%;
}
.slideArea01 .sliderBlock02 .block02 .image01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 200/260;
}
.slideArea01 .sliderBlock02 .block02 .title05 {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .slideArea01 .sliderBlock02 .block02 .title05 {
    margin-top: 2.5vw;
  }
}
.slideArea01 .sliderBlock02 .block02 .title05 span {
  display: block;
}
.slideArea01 .sliderBlock02 .block02 .text01 {
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 5.4em;
  flex: 1;
}
@media (max-width: 768px) {
  .slideArea01 .sliderBlock02 .block02 .text01 {
    margin-top: 2.5vw;
    min-height: 4.5em;
  }
}
@media (any-hover: hover) {
  .slideArea01 .sliderBlock02 .block02:hover::before {
    width: 100%;
    opacity: 1;
  }
  .slideArea01 .sliderBlock02 .block02:hover::after {
    height: 100%;
    opacity: 1;
  }
  .slideArea01 .sliderBlock02 .block02:hover > .inner01::before {
    height: 100%;
    opacity: 1;
  }
  .slideArea01 .sliderBlock02 .block02:hover > .inner01::after {
    width: 100%;
    opacity: 1;
  }
}
.slideArea01 .sliderBlock02 .block02:not(:hover)::before, .slideArea01 .sliderBlock02 .block02:not(:hover)::after {
  width: 0;
  height: 0;
  opacity: 0;
  transition: none;
}
.slideArea01 .sliderBlock02 .block02:not(:hover) > .inner01::before, .slideArea01 .sliderBlock02 .block02:not(:hover) > .inner01::after {
  width: 0;
  height: 0;
  opacity: 0;
  transition: none;
}
.slideArea01 .sliderBlock02 .swiper-button-prev,
.slideArea01 .sliderBlock02 .swiper-button-next {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  color: #FF5722;
  font-weight: bold;
}
@media (max-width: 768px) {
  .slideArea01 .sliderBlock02 .swiper-button-prev,
  .slideArea01 .sliderBlock02 .swiper-button-next {
    width: 10vw;
    height: 10vw;
  }
}
.slideArea01 .sliderBlock02 .swiper-button-prev::after,
.slideArea01 .sliderBlock02 .swiper-button-next::after {
  font-size: 3.4rem;
}
@media (max-width: 768px) {
  .slideArea01 .sliderBlock02 .swiper-button-prev::after,
  .slideArea01 .sliderBlock02 .swiper-button-next::after {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .slideArea01 .sliderBlock02 .swiper-button-prev {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .slideArea01 .sliderBlock02 .swiper-button-next {
    right: 20px;
  }
}

.block01:has(.list03) {
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
}
@media (max-width: 768px) {
  .block01:has(.list03) {
    padding-bottom: 5vw;
  }
}
.block01:has(.list03) + * {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .block01:has(.list03) + * {
    margin-top: 10vw;
  }
}
.block01:has(.list03) .text01 {
  margin-top: 10px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .block01:has(.list03) .text01 {
    margin-top: 2.5vw;
    font-size: 5vw;
  }
}
.block01:has(.list03) .btn03 {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .block01:has(.list03) .btn03 {
    margin-top: 5vw;
  }
}

.block03 {
  margin-top: 50px !important;
  padding: 24px;
  border: 2px solid #ff6c3f;
  border-radius: 7px;
}
@media (max-width: 768px) {
  .block03 {
    margin-top: 12.5vw !important;
    padding: 3.25vw;
  }
}
.block03 .title02 {
  position: relative;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  font-size: 2.6rem;
}
.block03 .title02::after {
  content: "";
  display: block;
  border-bottom: 2px solid #FF3C00;
  width: 100%;
  height: 2px;
}
.block03 .editorArea01 .text01 {
  padding-right: 70px;
  font-size: 1.8rem !important;
}
@media (max-width: 768px) {
  .block03 .editorArea01 .text01 {
    margin-top: 7.5vw !important;
    padding-right: 0;
    font-size: 4vw !important;
  }
}
.block03 .wrap01 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 150px;
}
@media (max-width: 768px) {
  .block03 .wrap01 {
    gap: 0 12.5vw;
  }
}
.block03 .wrap01 .col01 {
  width: calc((100% - 150px) / 2);
}
@media (max-width: 768px) {
  .block03 .wrap01 .col01 {
    width: calc((100% - 12.5vw) / 2);
  }
}
.block03 .wrap01 .col01:first-child {
  position: relative;
}
.block03 .wrap01 .col01:first-child::after {
  content: "";
  display: block;
  background: #ff3c00;
  position: absolute;
  top: 50%;
  right: -90px;
  width: 30px;
  height: 60px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (max-width: 768px) {
  .block03 .wrap01 .col01:first-child::after {
    right: -8.5vw;
    width: 4vw;
    height: 8.5vw;
  }
}
.block03 .wrap01 .col01 .text01 {
  margin-top: 0;
  font-size: 2.2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .block03 .wrap01 .col01 .text01 {
    font-size: 4vw;
  }
}
.block03 .wrap01 .col01 .image01 {
  position: relative;
  aspect-ratio: 360/480;
  overflow: hidden;
}
.block03 .wrap01 .col01 .image01 > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.block03.type01 {
  position: relative;
}
.block03.type01::before {
  content: "";
  display: block;
  background: url(../_images/ph01.webp) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 70px;
  height: 100px;
  z-index: 0;
}
@media (max-width: 768px) {
  .block03.type01::before {
    top: 2.5vw;
    right: 2.5vw;
    bottom: auto;
    width: 12.5vw;
    height: 17.5vw;
  }
}

.blockBox01 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .blockBox01 {
    margin-top: 20vw;
    gap: 5vw 5vw;
  }
}
.blockBox01 .heading02 {
  width: 100%;
}
.blockBox01 > .col01 {
  position: relative;
  margin-top: 20px;
  padding: 10px 20px;
  width: calc((100% - 40px) / 3);
  border: 1px solid #FF3C00;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 1130px) {
  .blockBox01 > .col01 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .blockBox01 > .col01 {
    margin-top: 5vw;
    padding: 5vw 2.5vw;
  }
}
.blockBox01 > .col01 > .image01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 50%;
}
@media screen and (max-width: 1130px) {
  .blockBox01 > .col01 > .image01 {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .blockBox01 > .col01 > .image01 {
    width: 50%;
  }
}
.blockBox01 > .col01 .logo01 {
  max-width: 250px;
  flex: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .blockBox01 > .col01 .logo01 {
    max-width: 50vw;
  }
}
.blockBox01 > .col01 .hgroup01 {
  margin-top: 10px;
  padding: 7px;
  flex: 1;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 7px;
}
@media (max-width: 768px) {
  .blockBox01 > .col01 .hgroup01 {
    margin-top: 2.5vw;
    padding: 1.75vw;
  }
}
.blockBox01 > .col01 .hgroup01 > .title01 {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .blockBox01 > .col01 .hgroup01 > .title01 {
    font-size: 5.5vw;
  }
}
.blockBox01 > .col01 .hgroup01 > .text01 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .blockBox01 > .col01 .hgroup01 > .text01 {
    font-size: 5vw;
  }
}
.blockBox01 > .col01 .text01 {
  margin-top: 0;
  font-size: 2.2rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .blockBox01 > .col01 .text01 {
    font-size: 5.5vw;
  }
}
.blockBox01 > .col01 .text01 > span {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .blockBox01 > .col01 .text01 > span {
    margin-right: 2.5vw;
  }
}
.blockBox01 > .col01 .price01 {
  margin-top: 10px;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  background: rgb(255, 255, 30);
  color: #ff3c00;
  border-radius: 7px;
}
@media screen and (max-width: 1130px) {
  .blockBox01 > .col01 .price01 {
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto;
    padding: 0 70px;
  }
}
@media (max-width: 768px) {
  .blockBox01 > .col01 .price01 {
    margin: 2.5vw auto 0;
    padding: 0;
    font-size: 7vw;
  }
}
.blockBox01 > .col01 .price03 {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .blockBox01 > .col01 .price03 {
    margin-top: 2.5vw;
  }
}
.blockBox01 > .col01 .price03 > span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .blockBox01 > .col01 .price03 > span {
    font-size: 5vw;
  }
}
.blockBox01 > .col01 .price03 > span:last-child {
  font-size: 3.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .blockBox01 > .col01 .price03 > span:last-child {
    font-size: 9.5vw;
  }
}
.blockBox01 > .col01 .price03 > span:last-child > span {
  margin-left: 5px;
  font-size: 70%;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .blockBox01 > .col01 .price03 > span:last-child > span {
    margin-left: 1.25vw;
  }
}
.blockBox01 > .col01 .list01 {
  margin-top: 15px;
  justify-content: center;
  gap: 10px 10px;
}
@media screen and (max-width: 1130px) {
  .blockBox01 > .col01 .list01 {
    margin: 15px auto 0;
    max-width: 650px;
  }
}
@media (max-width: 768px) {
  .blockBox01 > .col01 .list01 {
    margin-top: 3.75vw;
  }
}
.blockBox01 > .col01 .list01 li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 5px 7px;
  width: calc((100% - 20px) / 3);
  border: 1px solid #FF3C00;
  background: rgb(255, 255, 30);
  text-align: center;
}
.blockBox01 > .col01 .btn03 {
  margin-top: 20px;
}
.blockBox01.type01 {
  gap: 30px 30px;
}
@media (max-width: 768px) {
  .blockBox01.type01 {
    gap: 7.5vw 0;
    margin-top: 7.5vw;
  }
}
.blockBox01.type01 .col01 {
  padding: 20px;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 1024px) {
  .blockBox01.type01 .col01 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .blockBox01.type01 .col01 {
    padding: 5vw 2.5vw;
  }
}
.blockBox01.type01 .col01 .logo01, .blockBox01.type01 .col01 .hgroup01 {
  flex: unset;
}
@media screen and (max-width: 1024px) {
  .blockBox01.type01 .col01 .logo01 {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .blockBox01.type01 .col01 .logo01 {
    max-width: 50vw;
  }
}
.blockBox01.type01 .col01 .price01 {
  padding: 10px;
}
@media (max-width: 768px) {
  .blockBox01.type01 .col01 .price01 {
    padding: 2.5vw;
  }
}
.blockBox01.type01 .col01 .wrap01 {
  margin-top: 20px;
  gap: 0 20px;
  flex: 1;
}
@media (max-width: 768px) {
  .blockBox01.type01 .col01 .wrap01 {
    margin-top: 5vw;
    gap: 0 5vw;
  }
}
.blockBox01.type01 .col01 .wrap01 > .image01 {
  width: 35%;
}
@media (max-width: 768px) {
  .blockBox01.type01 .col01 .wrap01 > .image01 {
    margin: auto;
    width: 50%;
  }
}
.blockBox01.type01 .col01 .wrap01 > .block01 {
  flex: 1;
  width: calc(65% - 30px);
}
@media (max-width: 768px) {
  .blockBox01.type01 .col01 .wrap01 > .block01 {
    margin-top: 2.5vw;
    flex: unset;
    width: 100%;
  }
}
.blockBox01.type01 .col01 .wrap01 > .block01 .text01 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .blockBox01.type01 .col01 .wrap01 > .block01 .text01 {
    font-size: 4vw;
  }
}
.blockBox01.type01 .col01 .list01 {
  margin: 20px 40px;
}
@media screen and (max-width: 1130px) {
  .blockBox01.type01 .col01 .list01 {
    margin: 20px auto 0;
  }
}
@media (max-width: 768px) {
  .blockBox01.type01 .col01 .list01 {
    margin: 5vw 0 0;
  }
}
.blockBox01.type01 .col01 .text02 {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 7px 10px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.3;
  background: rgb(255, 255, 30);
  color: #ff3c00;
  border-radius: 7px;
}
@media screen and (max-width: 1024px) {
  .blockBox01.type01 .col01 .text02 {
    padding: 0.68vw 0.98vw;
    font-size: 2.7vw;
  }
}
@media (max-width: 768px) {
  .blockBox01.type01 .col01 .text02 {
    top: 2.5vw;
    right: 2.5vw;
    padding: 1.75vw 2.5vw;
    font-size: 5vw;
  }
}
.blockBox01.type01 .col01 .btn01 {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .blockBox01.type01 .col01 .btn01 {
    margin-top: 4.25vw;
  }
}

.acdBlock01 {
  margin: 50px auto 0;
  max-width: 920px;
}
.acdBlock01 details {
  position: relative;
  padding: 24px 0;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .acdBlock01 details {
    padding: 6vw 0;
  }
}
.acdBlock01 details[open] summary::after {
  content: "−";
}
.acdBlock01 summary {
  position: relative;
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.55;
  cursor: pointer;
}
@media (max-width: 768px) {
  .acdBlock01 summary {
    padding-left: 10vw;
    padding-right: 10vw;
    font-size: 5vw;
  }
}
.acdBlock01 summary::before {
  content: "";
  display: block;
  background: url(../_images/ic06.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 30px;
  height: 30px;
  color: #FF6C3F;
}
@media (max-width: 768px) {
  .acdBlock01 summary::before {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.acdBlock01 summary::after {
  content: "+";
  position: absolute;
  top: -0.2em;
  right: 0;
  font-size: 4rem;
  color: #FF6C3F;
  line-height: 1;
  font-weight: 900;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .acdBlock01 summary::after {
    font-size: 10vw;
  }
}
.acdBlock01 .text01 {
  margin-top: 15px;
  padding-left: 40px;
  font-weight: 400;
  line-height: 1.75;
  overflow: hidden;
}
@media (max-width: 768px) {
  .acdBlock01 .text01 {
    margin-top: 3.75vw;
    padding-left: 10vw;
  }
}

.mapBlock01 {
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 460/320;
  max-width: 700px;
  max-height: 450px;
}
.mapBlock01 iframe {
  width: 100%;
  height: 100%;
}

.btn01 a {
  position: relative;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  color: white;
  border-radius: 10px;
  background: linear-gradient(to right, #FF5722 0%, #FFC107 100%);
  overflow: hidden;
  transition: color 0.5s ease;
}
.btn01 a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #FF5722;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  pointer-events: none;
  z-index: 0;
}
.btn01 a span {
  position: relative;
  display: block;
  color: #fff;
  line-height: 1.2;
  z-index: 2;
}
.btn01 a span:nth-of-type(2) {
  font-size: 2.2rem;
  text-align: center;
}
.btn01 a span:last-child {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .btn01 a:hover {
    opacity: 1;
  }
  .btn01 a:hover::after {
    opacity: 1;
  }
}

.btn03 {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .btn03 {
    margin-top: 10vw;
  }
}
.btn03 a {
  position: relative;
  display: inline-block;
  margin: auto;
  padding: 10px 60px 14px 40px;
  background: #FF5722;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 100vmax;
  transition: background 0.3s ease;
  text-align: center;
}
@media (max-width: 768px) {
  .btn03 a {
    padding: 2.5vw 15vw 3.5vw 10vw;
    font-size: 4.5vw;
  }
}
.btn03 a::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  width: 10px;
  height: 16px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 768px) {
  .btn03 a::after {
    right: 7vw;
    width: 2.5vw;
    height: 4vw;
  }
}
@media (any-hover: hover) {
  .btn03 a:hover {
    background: rgba(255, 87, 34, 0.7);
  }
}

.link01 {
  position: relative;
  display: block;
  text-decoration: underline;
}
.link01::before {
  content: "";
  position: relative;
  display: inline-block;
  background: #FF5722;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-right: 0.52vw;
  width: 0.7em;
  height: 0.7em;
  left: 0;
  transition: left 0.3s ease;
}
@media (max-width: 768px) {
  .link01::before {
    margin-right: 2.5vw;
  }
}
@media (any-hover: hover) {
  .link01:hover {
    text-decoration: none;
  }
  .link01:hover::before {
    left: 0.26vw;
  }
}

.frameArea01 {
  border: 3px solid #E20000;
  background: #FFF2F2;
}
.frameArea01 .inner01 {
  padding: 7px 10px;
}
.frameArea01 .inner01 .text01 {
  font-size: 2.6rem;
  line-height: 1.75;
  text-align: center;
}

.frameArea02 {
  margin: 7.81vw auto 0;
  width: 100%;
  max-width: 66.67vw;
  background: linear-gradient(to right, #FF5722 0%, #FFC107 100%);
}
@media (max-width: 768px) {
  .frameArea02 {
    margin-top: 10vw;
    max-width: calc(100% - 10vw);
  }
}
.frameArea02 > .inner01 {
  position: relative;
  padding: 1.25vw 0.52vw 0.52vw;
  z-index: 1;
}
@media (max-width: 768px) {
  .frameArea02 > .inner01 {
    padding: 2.5vw 2.5vw 5vw;
  }
}
.frameArea02 > .inner01::after {
  content: "";
  display: block;
  background: url(../_images/ph01.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: -2.5vw;
  right: 3.31vw;
  width: 7.69vw;
  height: 9.67vw;
  z-index: -1;
}
@media (max-width: 768px) {
  .frameArea02 > .inner01::after {
    right: 0;
    width: 12.5vw;
    height: 12.5vw;
  }
}
.frameArea02 > .inner01 > .title02 {
  font-size: 2.92vw;
  color: #fff;
  text-shadow: 0.21vw 0.21vw 0.21vw rgba(0, 0, 0, 0.25);
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 768px) {
  .frameArea02 > .inner01 > .title02 {
    font-size: 5vw;
  }
}
.frameArea02 > .inner01 > .block01 {
  margin-top: 1.33vw;
  padding: 2.21vw 1.58vw 1.17vw;
  background: #fff;
}
@media (max-width: 768px) {
  .frameArea02 > .inner01 > .block01 {
    margin-top: 2.5vw;
    padding: 5vw 2.5vw 5vw;
  }
}
.frameArea02 > .inner01 > .block01 > .frameArea03 {
  margin-top: 2.63vw;
  border-color: #004EA3;
}
@media (max-width: 768px) {
  .frameArea02 > .inner01 > .block01 > .frameArea03 {
    margin-top: 5vw;
  }
}
.frameArea02 > .inner01 > .block01 > .frameArea03 > .inner01 {
  padding: 1.13vw 2.04vw 0.88vw 2.79vw;
}
.frameArea02 > .inner01 > .block01 > .frameArea03 > .inner01 > .title03 {
  display: inline-block;
  margin-top: -2.5vw;
  margin-left: -2.79vw;
  padding: 0 1.83vw;
  background: #fff;
  font-size: 2.08vw;
  font-weight: 900;
  color: #004DA3;
}
@media (max-width: 768px) {
  .frameArea02 > .inner01 > .block01 > .frameArea03 > .inner01 > .title03 {
    margin-top: -3.5vw;
    margin-left: -2.9vw;
    font-size: 4.5vw;
  }
}
.frameArea02 > .inner01 > .block01 > .frameArea03 > .inner01 > .wrap01 {
  margin-top: -1.13vw;
  align-items: center;
  gap: 0;
}
@media (max-width: 768px) {
  .frameArea02 > .inner01 > .block01 > .frameArea03 > .inner01 > .wrap01 {
    margin-top: -2.5vw;
  }
}
.frameArea02 > .inner01 > .block01 > .frameArea03 > .inner01 > .wrap01 > .image01 {
  width: 3.67vw;
  margin-right: 1.83vw;
}
@media (max-width: 768px) {
  .frameArea02 > .inner01 > .block01 > .frameArea03 > .inner01 > .wrap01 > .image01 {
    width: 6.25vw;
    margin-right: 2.5vw;
  }
}
.frameArea02 > .inner01 > .block01 > .frameArea03 > .inner01 > .wrap01 > .text01 {
  font-size: 1.17vw;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .frameArea02 > .inner01 > .block01 > .frameArea03 > .inner01 > .wrap01 > .text01 {
    font-size: 3vw;
    text-align: right;
    width: 100%;
  }
}
.frameArea02 > .inner01 > .block01 > .frameArea03 > .inner01 > .wrap01 > .text01:has(a) {
  margin-right: 4.5vw;
  margin-left: 0;
  position: relative;
  font-size: 3.63vw;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .frameArea02 > .inner01 > .block01 > .frameArea03 > .inner01 > .wrap01 > .text01:has(a) {
    margin-right: 2.5vw;
    font-size: 7.5vw;
    width: auto;
  }
}
.frameArea02 > .inner01 > .block01 > .frameArea03 > .inner01 > .wrap01 > .text01:has(a)::after {
  content: "";
  display: block;
  border-right: 1px solid #ACACAC;
  position: absolute;
  top: 0;
  right: -2.4vw;
  width: 1px;
  height: 100%;
}
@media (max-width: 768px) {
  .frameArea02 > .inner01 > .block01 > .frameArea03 > .inner01 > .wrap01 > .text01:has(a)::after {
    content: none;
  }
}
.frameArea02 > .inner01 > .block01 > .frameArea03 > .inner01 > .wrap01 > .text01:has(a) > a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .frameArea02 > .inner01 > .block01 > .frameArea03 > .inner01 > .wrap01 > .text01:has(a) > a:hover {
    text-decoration: underline;
  }
}
.frameArea02 > .inner01 > .block01 > .wrap01 {
  gap: 0 1.67vw;
}
@media (max-width: 768px) {
  .frameArea02 > .inner01 > .block01 > .wrap01 {
    gap: 5vw 0;
  }
}
.frameArea02 > .inner01 > .block01 > .wrap01 > .col01 {
  width: calc((100% - 1.67vw) / 2);
}
@media (max-width: 768px) {
  .frameArea02 > .inner01 > .block01 > .wrap01 > .col01 {
    width: 100%;
  }
}
.frameArea02 > .inner01 > .block01 > .wrap01 > .col01:first-of-type .frameArea03 {
  border-color: #06C755;
}
.frameArea02 > .inner01 > .block01 > .wrap01 > .col01:nth-of-type(2) .frameArea03 {
  border-color: #FF5722;
}
.frameArea02 > .inner01 > .block01 > .wrap01 > .col01:nth-of-type(2) .frameArea03 > .title03 {
  color: #FF5722;
}
.frameArea02 > .inner01 > .block01 > .wrap01 > .col01:nth-of-type(2) .frameArea03 > .btn02 {
  margin-top: 1.04vw;
}

.frameArea03 {
  border: 0.42vw solid;
  height: 100%;
}
.frameArea03 .title03 {
  margin-top: -1.84vw;
  font-size: 2.6vw;
  line-height: 1;
}
@media (max-width: 768px) {
  .frameArea03 .title03 {
    font-size: 4vw;
    font-weight: bold;
  }
}
.frameArea03 .title03 > span {
  padding: 0 1.67vw;
  background: #fff;
}
.frameArea03 > .inner01 {
  padding: 1.46vw 1.61vw 1.04vw 1.98vw;
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 {
    padding: 2.5vw;
  }
}
.frameArea03 > .inner01 > .text01 {
  font-size: 1.25vw;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 > .text01 {
    font-size: 3vw;
    line-height: 1.7;
  }
}
.frameArea03 > .inner01 > .logo01 {
  margin-top: -3.13vw;
  margin-left: -1.98vw;
  padding: 0 0.42vw 0 1.25vw;
  width: 20.83vw;
  background: #fff;
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 > .logo01 {
    width: 37.5vw;
  }
}
.frameArea03 > .inner01 .btn02 {
  margin-top: 0.83vw;
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 .btn02 {
    margin-top: 2.5vw;
  }
}
.frameArea03 > .inner01 .btn02 a {
  text-decoration: none;
  padding: 0.67vw 1.17vw 0.71vw 1.7vw;
  border-radius: 0.52vw;
  background: linear-gradient(45deg, #5CC2CF 0%, #68A5D9 100%);
  box-shadow: 0.21vw 0.21vw 0.21vw rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 .btn02 a {
    padding: 1vw 3vw;
  }
}
.frameArea03 > .inner01 .btn02 a > span {
  position: relative;
}
.frameArea03 > .inner01 .btn02 a > span:first-of-type {
  padding: 0 1.25vw;
  font-size: 1.5vw;
  font-weight: 900;
  color: #FFEA00;
  line-height: 1.35;
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 .btn02 a > span:first-of-type {
    padding: 0 4.56vw;
    font-size: 5.21vw;
  }
}
.frameArea03 > .inner01 .btn02 a > span:first-of-type::before {
  content: "";
  display: block;
  background: url(../_images/ic04.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.81vw;
  height: 1.46vw;
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 .btn02 a > span:first-of-type::before {
    bottom: -1.25vw;
    left: -1.25vw;
    width: 3.91vw;
    height: 6.77vw;
  }
}
.frameArea03 > .inner01 .btn02 a > span:first-of-type::after {
  content: "";
  display: block;
  background: url(../_images/ic04.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(-1, 1);
  width: 0.81vw;
  height: 1.46vw;
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 .btn02 a > span:first-of-type::after {
    bottom: -1.25vw;
    right: -1.25vw;
    width: 3.91vw;
    height: 6.77vw;
  }
}
.frameArea03 > .inner01 .btn02 a > span:nth-of-type(2) {
  font-size: 0.96vw;
  font-weight: 500;
  color: #fff;
  text-shadow: 0.21vw 0.21vw 0.21vw rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 .btn02 a > span:nth-of-type(2) {
    font-size: 3.65vw;
    text-shadow: 1vw 1vw 1vw rgba(0, 0, 0, 0.25);
  }
}
.frameArea03 > .inner01 > .btn02 {
  margin-top: 0.83vw;
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 > .btn02 {
    margin-top: 2.5vw;
  }
}
.frameArea03 > .inner01 > .btn02 > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 > .btn02 > a > span {
    width: 100%;
    text-align: center;
  }
}
.frameArea03 > .inner01 > .btn02 > a > span:first-child {
  margin-right: 2.34vw;
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 > .btn02 > a > span:first-child {
    margin-right: 0;
    display: inline-block;
    width: auto;
    margin: auto;
  }
}
.frameArea03 > .inner01 > .wrap01 {
  margin-top: 2.17vw;
  align-items: center;
  gap: 0 1.88vw;
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 > .wrap01 {
    gap: 0 5vw;
  }
}
.frameArea03 > .inner01 > .wrap01 > .image01 {
  width: 6.67vw;
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 > .wrap01 > .image01 {
    width: 17.5vw;
  }
}
.frameArea03 > .inner01 > .wrap01 > .col01 {
  width: calc(100% - 6.67vw - 1.88vw);
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 > .wrap01 > .col01 {
    width: calc(100% - 17.5vw - 5vw);
  }
}
.frameArea03 > .inner01 > .wrap01 > .col01 > .title01 {
  font-size: 1.58vw;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 > .wrap01 > .col01 > .title01 {
    font-size: 5vw;
    line-height: 1.7;
  }
}
.frameArea03 > .inner01 > .wrap01 > .col01 > .text01 {
  font-size: 1.25vw;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .frameArea03 > .inner01 > .wrap01 > .col01 > .text01 {
    font-size: 3vw;
    line-height: 1.7;
  }
}

.frameArea04 > .image01 {
  margin: auto;
  width: 100%;
  max-width: 750px;
}
.frameArea04 .table01 {
  margin: 40px auto 0;
  width: 100%;
  max-width: 750px;
}
@media (max-width: 768px) {
  .frameArea04 .table01 {
    margin-top: 10vw;
  }
}
.frameArea04 .table01 tr {
  border-bottom: 2px solid #144A97;
}
@media (max-width: 768px) {
  .frameArea04 .table01 tr:first-child th {
    padding-top: 0;
  }
}
.frameArea04 .table01 th {
  padding: 15px 10px 20px;
  width: 150px;
  text-align: left;
}
@media (max-width: 768px) {
  .frameArea04 .table01 th {
    display: block;
    padding: 5vw 2.5vw 0;
    width: 100%;
  }
}
.frameArea04 .table01 td {
  padding: 15px 10px 20px;
}
@media (max-width: 768px) {
  .frameArea04 .table01 td {
    display: block;
    padding: 3.75vw 2.5vw 5vw;
    width: 100%;
  }
}
.frameArea04 .table01 td > .mapBlock01 {
  position: relative;
}
@media (max-width: 768px) {
  .frameArea04 .table01 td > .mapBlock01:not(:first-child) {
    margin-top: 7.5vw;
  }
}
.frameArea04 .table01 td > .mapBlock01::after {
  content: "";
  display: block;
  background: url(../_images/ph01.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -30px;
  width: 100px;
  height: 120px;
  z-index: 0;
}
@media (max-width: 768px) {
  .frameArea04 .table01 td > .mapBlock01::after {
    right: -7.5vw;
    width: 20vw;
    height: 25vw;
  }
}
.frameArea04 .table01 td > .mapBlock01 iframe {
  aspect-ratio: 460/320;
  width: 100%;
  height: 100%;
}
.frameArea04 .table01 td > .mapBlock01:nth-of-type(2)::after {
  background: url(../_images/ph01.webp) no-repeat;
  background-size: contain;
}
.frameArea04 .table01 a {
  text-decoration: underline;
}
.frameArea04 .table01 a:not(a[href^="tel:"]) {
  color: revert;
}
@media (hover: hover) {
  .frameArea04 .table01 a:hover {
    text-decoration: none;
  }
}

.frameArea05 .wrap01 {
  margin-top: 30px;
  justify-content: center;
  gap: 0 30px;
}
@media (max-width: 768px) {
  .frameArea05 .wrap01 {
    margin-top: 7.5vw;
    gap: 7.5vw 0;
  }
}
.frameArea05 .wrap01 .col01:first-child {
  width: calc(100% - 30px - 330px);
}
@media (max-width: 768px) {
  .frameArea05 .wrap01 .col01:first-child {
    width: 100%;
  }
}
.frameArea05 .wrap01 .col01:last-child {
  width: 100%;
  max-width: 330px;
}
.frameArea05 .wrap01 .text01 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .frameArea05 .wrap01 .text01 {
    font-size: 5vw;
  }
}
.frameArea05 .wrap01 a {
  color: revert;
}
.frameArea05 .wrap01 a[href^="tel:"] {
  font-size: 120%;
  vertical-align: baseline;
}
.frameArea05 + .frameArea01 {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .frameArea05 + .frameArea01 {
    margin-top: 7.5vw;
  }
}
.frameArea05 + .frameArea01 .text01 {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .frameArea05 + .frameArea01 .text01 {
    font-size: 6vw;
  }
}

.frameArea06 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}
.frameArea06::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -o-border-image: repeating-linear-gradient(to right, #7FC9C9 0 8px, transparent 8px 16px);
  border-image: repeating-linear-gradient(to right, #7FC9C9 0 8px, transparent 8px 16px);
  border-image-slice: 1;
  z-index: 1;
}
.frameArea06::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  -o-border-image: repeating-linear-gradient(to bottom, #7FC9C9 0 8px, transparent 8px 16px);
  border-image: repeating-linear-gradient(to bottom, #7FC9C9 0 8px, transparent 8px 16px);
  border-image-slice: 1;
  z-index: 2;
}
.frameArea06 .inner01 {
  position: relative;
  overflow: hidden;
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .frameArea06 .inner01 {
    padding: 5vw;
  }
}
.frameArea06 .inner01::before {
  content: "";
  display: block;
  background: url(../_images/ph03.webp) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 200px;
  height: 170px;
}
@media (max-width: 768px) {
  .frameArea06 .inner01::before {
    right: 2vw;
    width: 20vw;
    height: 18vw;
  }
}
.frameArea06 .inner01 .title04 {
  border-bottom: 3px solid #7FC9C9;
}
.frameArea06 .inner01 .list04 {
  display: block;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .frameArea06 .inner01 .list04 {
    margin-top: 5vw;
  }
}
.frameArea06 .inner01 .list04 li:not(:first-child) {
  margin-top: 5px;
}

.formArea01 {
  margin-top: 40px;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .formArea01 {
    margin-top: 10vw;
    padding: 0;
  }
}
.formArea01 table {
  border-collapse: unset;
}
@media (max-width: 768px) {
  .formArea01 table {
    width: 100%;
  }
}
.formArea01 table tr th {
  padding: 10px;
  background: #f2f2f2;
  font-size: 1.8rem;
  text-align: left;
  border: 2.5px solid #fff;
  width: 35%;
}
@media (max-width: 768px) {
  .formArea01 table tr th {
    display: block;
    width: 100%;
    font-size: 4.5vw;
    border: none;
  }
}
.formArea01 table tr th .description {
  display: inline-block;
  margin-top: 10px;
  font-size: 80%;
}
.formArea01 table tr th .description > span {
  font-weight: bold;
  color: #e76000;
}
.formArea01 table tr td {
  padding: 10px;
  background: #f2f2f2;
  border: 2.5px solid #fff;
}
@media (max-width: 768px) {
  .formArea01 table tr td {
    display: block;
    padding: 2.5vw;
    width: 100%;
    border: none;
    border-bottom: 0.75vw solid #fff;
  }
}
.formArea01 table tr td .description {
  margin-top: 0.2em;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 768px) {
  .formArea01 table tr td .description {
    margin-left: 2.5vw;
  }
}
.formArea01 table + .note {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .formArea01 table + .note {
    font-size: 4vw;
  }
}
.formArea01 table + .note .line {
  display: block;
}
.formArea01 .hissu {
  font-size: 1.4rem;
  color: #B70000;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .formArea01 .hissu {
    font-size: 3.5vw;
  }
}
.formArea01 .block01 {
  margin: 20px 0;
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .formArea01 .block01 {
    margin: 5vw 0;
    font-size: 4vw;
  }
}
.formArea01 .block01 a {
  display: block;
}
.formArea01 .block01 .mwform-checkbox-field label {
  position: relative;
  margin: 10px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.formArea01 .block01 .mwform-checkbox-field label::after {
  content: "[必須]";
  display: block;
  position: absolute;
  top: -0.25em;
  right: -3em;
  font-size: 1.4rem;
  font-weight: 900;
  color: #B70000;
}
@media (max-width: 768px) {
  .formArea01 .block01 .mwform-checkbox-field label::after {
    font-size: 3.5vw;
  }
}
@media (max-width: 768px) {
  .formArea01 .block01 .mwform-checkbox-field label {
    margin-top: 5vw;
  }
}
.formArea01 .block01 .mwform-checkbox-field label input {
  width: auto;
}
.formArea01 input, .formArea01 textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.4em;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.formArea01 .hidden_block {
  display: none;
}
.formArea01 .mwblock-preview {
  display: none;
}
.formArea01 .mwblock-preview > p {
  font-weight: bold;
  color: #B70000;
}
.mw_wp_form_confirm .formArea01 .mwblock-preview {
  display: block;
}
.formArea01 .form-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .formArea01 .form-button {
    display: block;
    margin-top: 7.5vw;
    text-align: center;
  }
}
.formArea01 .form-button button {
  padding: 12px 20px;
  min-width: 320px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(45deg, #5CC2CF 0%, #68A5D9 100%);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  font-size: 2.6rem;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .formArea01 .form-button button {
    padding: 4vw 5vw;
    border-radius: 2.5vw;
    font-size: 5vw;
  }
  .formArea01 .form-button button + button {
    margin-top: 7.5vw;
  }
}
@media (hover: hover) {
  .formArea01 .form-button button:hover {
    transform: translate(3px, 3px); /* translateはtransformプロパティの一部 */
    box-shadow: none;
  }
}

.editorArea01 .inner01 > :first-child {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .editorArea01 .inner01 > :first-child {
    margin-top: 10vw;
  }
}
.editorArea01 .inner01 > * {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .editorArea01 .inner01 > * {
    margin-top: 5vw;
  }
}
.editorArea01 h2 {
  margin-top: 40px !important;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .editorArea01 h2 {
    margin-top: 7.5vw !important;
    font-size: 6vw;
  }
}
.editorArea01 h2 + * {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .editorArea01 h2 + * {
    margin-top: 5vw;
  }
}
.editorArea01 ul li {
  position: relative;
  margin-top: 7px;
}
@media (max-width: 768px) {
  .editorArea01 ul li {
    margin-top: 1.75vw;
  }
}
.editorArea01 ul li::before {
  content: "・";
  display: inline-block;
  font-weight: 900;
}
.editorArea01 ol {
  counter-reset: listnum;
}
.editorArea01 ol li::before {
  display: inline-block;
  font-family: "Noto Serif JP";
  counter-increment: listnum;
  content: counter(listnum) ".";
  margin-right: 5px;
}
.editorArea01.type01 {
  margin: auto;
  max-width: 920px;
}
.editorArea01.type01 .title04 > span {
  display: block;
}
.editorArea01.type01 .textEditor01 {
  margin-top: 30px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .editorArea01.type01 .textEditor01 {
    margin-top: 7.5vw;
    font-size: 4vw;
  }
}
.editorArea01.type01 .textEditor01 + .text01 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .editorArea01.type01 .textEditor01 + .text01 {
    margin-top: 10vw;
  }
}
.editorArea01.type01 .text01 {
  margin-top: 20px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .editorArea01.type01 .text01 {
    margin-top: 5vw;
    font-size: 3.5vw;
  }
}
.editorArea01 .block02 > .text01 {
  margin-top: 50px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .editorArea01 .block02 > .text01 {
    margin-top: 12.5vw;
    font-size: 4vw;
  }
}
.editorArea01 .fukidashi01 {
  font-size: 5rem;
}
@media (max-width: 768px) {
  .editorArea01 .fukidashi01 {
    font-size: 5vw;
  }
}
.editorArea01 + .btn03 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .editorArea01 + .btn03 {
    margin-top: 12.5vw;
  }
}

.pagination01 {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 20px;
}
.pagination01 > * {
  font-size: 2rem;
  line-height: 1.5;
}
.pagination01 > *.current {
  padding: 3px 10px;
  color: #fff;
  background: #144A97;
}

.pager01 {
  margin: 40px auto 0 !important;
  max-width: 920px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .pager01 {
    margin-top: 10vw !important;
  }
}
.pager01 .prev_button, .pager01 .next_button {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.pager01 .prev_button a::before, .pager01 .next_button a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 25px;
  background: #FF3C00;
}
.pager01 .prev_button > span, .pager01 .next_button > span {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .pager01 .prev_button > span, .pager01 .next_button > span {
    font-size: 4vw;
  }
}
.pager01 .prev_button a {
  padding-left: 20px;
}
.pager01 .prev_button a::before {
  left: 0;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  transition: left 0.3s ease;
}
@media (any-hover: hover) {
  .pager01 .prev_button a:hover::before {
    left: -5px;
  }
}
.pager01 .next_button a {
  padding-right: 20px;
  text-align: right;
}
.pager01 .next_button a::before {
  right: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: right 0.3s ease;
}
@media (any-hover: hover) {
  .pager01 .next_button a:hover::before {
    right: -5px;
  }
}

.section02:not(:has(.mainvisual02)) {
  margin-top: 100px;
}
.section02:has(.mainvisual02) {
  overflow: hidden;
}
.section02 > .inner01 {
  margin: auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1280px;
}
@media (max-width: 768px) {
  .section02 > .inner01 {
    padding: 0 5vw;
  }
}
.section02:has(.mw_wp_form_confirm) .frameArea01,
.section02:has(.mw_wp_form_confirm) .wrap02, .section02:has(.mw_wp_form_complete) .frameArea01,
.section02:has(.mw_wp_form_complete) .wrap02 {
  display: none;
}

.article01 .text01 {
  font-size: 2.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .article01 .text01 {
    font-size: 6vw;
  }
}
.article01 .block01 {
  margin-top: 30px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .article01 .block01 {
    margin-top: 7.5vw;
    font-size: 4vw;
  }
}
.article01 + .list04 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .article01 + .list04 {
    margin-top: 10vw;
  }
}
.article01 + .list04 a {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .article01 + .list04 a {
    font-size: 4vw;
  }
}
.article01 + .btn03 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .article01 + .btn03 {
    margin-top: 10vw;
  }
}

.article02 {
  margin-top: 40px;
}
.article02 > .heading02 {
  font-size: 3rem;
  text-align: center;
}
.article02 .list04 {
  display: block;
  margin: 20px auto 0;
  max-width: 650px;
}
.article02 .list04 > .wrap01 {
  border: 1px solid;
}
.article02 .list04 > .wrap01:not(:first-child) {
  border-top: none;
}
.article02 .list04 > .wrap01 > .title01 {
  width: 70%;
  font-size: 2.2rem;
  border-right: 1px solid;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .article02 .list04 > .wrap01 > .title01 {
    width: 60%;
  }
}
.article02 .list04 > .wrap01 > .text01 {
  padding: 10px;
  width: 30%;
  font-size: 2.4rem;
  text-align: right;
}
@media (max-width: 768px) {
  .article02 .list04 > .wrap01 > .text01 {
    width: 40%;
  }
}
.article02 .list04 > .wrap01 > .text01 > span {
  display: block;
  font-size: 1.2rem;
  color: #FF3C00;
}

.sidebar01 {
  position: fixed;
  top: 10.21vw;
  right: 0;
  background: linear-gradient(to bottom, #ff5722 0%, #ffc107 100%);
  border-radius: 7px 0 0 7px;
  z-index: 9999;
  width: 4.69vw;
  height: 26.94vw;
}
@media (max-width: 768px) {
  .sidebar01 {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    border-radius: 7px 7px 0 0;
    width: calc(100% - 25vw);
    text-align: center;
    width: auto;
    height: auto;
  }
}
.sidebar01 .text01 {
  font-size: 1.56vw;
  letter-spacing: 2.5px;
  font-weight: 900;
  color: #fff;
  writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .sidebar01 .text01 {
    font-size: 4vw;
    letter-spacing: 0.75vw;
    writing-mode: unset;
  }
}
.sidebar01 a {
  display: block;
  padding: 3.65vw 1.04vw;
}
@media (max-width: 768px) {
  .sidebar01 a {
    padding: 3vw 5vw;
  }
}/*# sourceMappingURL=style.css.map */