@charset "utf-8";

/* !Reseting
---------------------------------------------------------- */
.ct_bg div, .ct_bg pre, .ct_bg p, .ct_bg blockquote, .ct_bg figure, .ct_bg dl, .ct_bg dt, .ct_bg dd, .ct_bg ul, .ct_bg ol, .ct_bg li, .ct_bg h1, .ct_bg h2, .ct_bg h3, .ct_bg h4, .ct_bg h5, .ct_bg h6, .ct_bg form, .ct_bg fieldset, .ct_bg th, .ct_bg td
{ margin: 0; padding: 0;}
.ct_bg input, .ct_bg textarea
{ margin: 0; font-size: 100%;}
.ct_bg label
{ cursor: pointer;}
.ct_bg table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
.ct_bg fieldset, .ct_bg img
{ border: 0;}
.ct_bg img
{ vertical-align: top;}
.ct_bg address, .ct_bg caption, .ct_bg cite, .ct_bg code, .ct_bg dfn, .ct_bg em, .ct_bg th, .ct_bg var
{ font-style: normal; font-weight: normal;}
.ct_bg ol, .ct_bg ul
{ list-style: none;}
.ct_bg caption, .ct_bg th
{ text-align: left;}
.ct_bg h1, .ct_bg h2, .ct_bg h3, .ct_bg h4, .ct_bg h5, .ct_bg h6
{ font-size: 100%; font-weight: normal;}
.ct_bg q:after, .ct_bg q:before
{ content:'';}
.ct_bg a, .ct_bg input
{ outline: none; }
.ct_bg abbr, .ct_bg acronym
{ border: 0;}
.ct_bg span,
.ct_bg small {
  font-family: inherit;
  font-weight: inherit;
}
.ct_bg strong {
  font-family: inherit;
  font-weight: bold;
}
.ct_bg li:before {
  content: normal;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  position: initial;
  left: auto;
  top: auto;
}

html {
  scroll-padding-top: 100px;
}

#contents {
  padding: 0;
  width: 100%;
}

.onlySP {
  display: none;
}

.ct_bg {
  position: relative;
  color: #431F16;
  font-family: var(--font-m-plus-rounded);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  overflow-x: clip;
}

.ct_bg a {
  color: #431F16;
  text-decoration: underline;
}
.ct_bg a:hover {
  text-decoration: none;
}

.ct_bg .imgOver01 img {
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (any-hover: hover) {
.ct_bg .imgOver01 a:hover img {
  opacity: .6;
}
}

.ct_bg .center {
  text-align: center !important;
}
.ct_bg .right {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 14.5vw;
  }
  .ct_bg {
    font-size: 4vw;
  }

  .ct_bg img {
    width: 100%;
    height: auto;
  }

  .onlyPC {
    display: none;
  }
  .onlySP {
    display: block;
  }
  img.onlySP {
    display: inline-block;
  }

}

/* header
---------------------------------------------------------- */
.ct_bg .headTitleArea01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  background-color: #E6F8FF;
}
.ct_bg .headTitleArea01 > .title01 {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  rotate: .03deg;
}
.ct_bg .headTitleArea01 > .text01 {
  font-size: 14px;
  rotate: .03deg;
}

.ct_bg .header01 {
  position: sticky;
  z-index: 16;
  top: 0;
  left: 0;
  padding: 14px 20px 0;
  width: 100%;
  background-color: #FFE866;
}
.ct_bg .header01.index {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  translate: 0 -100%;
  transition: translate .3s ease;
}
.ct_bg .header01.index.visible01 {
  opacity: 1.0;
  visibility: visible;
  translate: 0 0;
  transition: translate .3s ease;
}

.ct_bg .header01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.75vw;
  left: 0;
  width: 100%;
  aspect-ratio: 1400 / 26;
  background: url('../img/bg01.svg') no-repeat 0 0 / cover;
}

.ct_bg .header01 > .inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ct_bg .headBlock01 > .logo01 {
  width: 165px;
}
.ct_bg .headBlock01 > .logo01 img {
  width: 100%;
}

.ct_bg .navButton01 {
  display: none;
}

.ct_bg .globalNav01 > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 40px;
}

.ct_bg .globalNav01 > ul > li > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  height: 100%;
}

.ct_bg .globalNav01 > ul > li > a > [class*="text"] {
  display: block;
  position: relative;
  font-size: 0;
}
.ct_bg .globalNav01 > ul > li > a > [class*="text"]::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: no-repeat 0 0 / cover;
  transition: opacity .3s;
}
.ct_bg .globalNav01 > ul > li > a > .text01::after {
  background-image: url('../img/header_nav01_on.png');
}
.ct_bg .globalNav01 > ul > li > a > .text02::after {
  background-image: url('../img/header_nav02_on.png');
}
.ct_bg .globalNav01 > ul > li > a > .text03::after {
  background-image: url('../img/header_nav03_on.png');
}
.ct_bg .globalNav01 > ul > li > a > .text04::after {
  background-image: url('../img/header_nav04_on.png');
}
.ct_bg .globalNav01 > ul > li > a > .text05::after {
  background-image: url('../img/header_nav05_on.png');
}
.ct_bg .globalNav01 > ul > li > a > .text06::after {
  background-image: url('../img/header_nav06_on.png');
}

.ct_bg .globalNav01 > ul > li > a > [class*="icon"] {
  transition: transform 0.3s ease;
}

.ct_bg .globalNav01 > ul > li > a:hover > [class*="icon"] {
  animation: float01 1.5s ease-in-out infinite;
}

@keyframes float01 {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

@media (any-hover: hover) {
  .ct_bg .globalNav01 > ul > li > a:hover > [class*="text"]::after {
    opacity: 1;
  }
}

@media screen and (max-width: 1200px) {
  .ct_bg .header01 {
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }

  .ct_bg .headBlock01 > .logo01 {
    width: 13.75vw;
  }

  .ct_bg .globalNav01 > ul {
    column-gap: 2.36vw;
  }

  .ct_bg .globalNav01 > ul > li > a {
    column-gap: .84vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .icon01 {
    width: 2vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .icon02 {
    width: 2.6vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .icon03 {
    width: 3.19vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .icon04 {
    width: 3.7vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .icon05 {
    width: 2.6vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .icon06 {
    width: 3.36vw;
  }

  .ct_bg .globalNav01 > ul > li > a > .text01 {
    width: 10.33vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .text02 {
    width: 3.44vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .text03 {
    width: 7.73vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .text04 {
    width: 6.72vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .text05 {
    width: 6.72vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .text06 {
    width: 7.81vw;
  }

}
@keyframes bounce-up {
  0%   { transform: translateY(0) rotate(0deg); }
  50%  { transform: translateY(-2vw) rotate(15deg); }
  100% { transform: translateY(0) rotate(0deg); }
}
@media screen and (max-width: 767px) {
  .ct_bg .headTitleArea01 {
    padding: 2vw 2.5vw;
    text-align: center;
  }
  .ct_bg .headTitleArea01::after {
    clear: both;
  }
  .ct_bg .headTitleArea01 > .title01 {
    margin-right: 2.5vw;
    font-size: 3.5vw;
  }
  .ct_bg .headTitleArea01 > .text01 {
    font-size: 3.5vw;
  }

  .ct_bg .header01 {
    padding: 0;
    background: #FFE866;
  }
  .ct_bg .header01 > .inner01 {
    background: #FFE866;
  }
  .ct_bg .header01.active {
    position: fixed;
    z-index: 100;
  }
  .ct_bg .header01.active::after {
    content: normal;
  }

  .ct_bg .headBlock01 {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1.625vw 3.75vw .625vw;
    width: 100%;
    background: #FFE866;
  }

  .ct_bg .headBlock01 > .logo01 {
    width: 27.37vw;
  }

  .ct_bg .navButton01 {
    display: block;
    padding: 0;
    margin: 0;
    width: 11.25vw;
    height: 11.25vw;
    background: none;
    border: none;
    cursor: pointer;
    text-align: center;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .ct_bg .navButton01 > .image01 {
    transform-origin: right bottom;
  }
  .ct_bg .navButton01 > .text01 {
    display: block;
    position: relative;
    margin: 2vw auto 0;
    width: 11.5vw;
    aspect-ratio: 92 / 25;
    background: url('../img/header_txt01.png') no-repeat 0 0 / cover;
  }
  .ct_bg .active .navButton01 > .text01 {
    width: 7.5vw;
    aspect-ratio: 60 / 25;
    background: url('../img/header_txt02.png') no-repeat 0 0 / cover;
  }
  .ct_bg .is-bouncing {
    animation: bounce-up .3s cubic-bezier(.2,.8,.3,1);
  }

  .ct_bg .globalNav01 {
    position: fixed;
    display: block;
    top: 13vw;
    left: 0;
    padding: 2.5vw 5vw;
    width: 100%;
    height: calc(100vh - 13vw);
    background: #FFE866;
    overflow-y: auto;
    scrollbar-width: none;
    translate: 0 -110vh;
    transition: translate .3s ease;
  }
  .ct_bg .active .globalNav01 {
    translate: 0 0;
    transition: translate .3s ease;
  }

  .ct_bg .globalNav01 > ul {
    position: relative;
    display: block;
    column-gap: 0;
  }
  .ct_bg .globalNav01 > ul::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 320 / 4;
    background: url('../img/header_bg01.svg') no-repeat 0 0 / cover;
  }

  .ct_bg .globalNav01 > ul > li {
    position: relative;
    width: 100%;
  }
  .ct_bg .globalNav01 > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 320 / 4;
    background: url('../img/header_bg01.svg') no-repeat 0 0 / cover;
  }

  .ct_bg .globalNav01 > ul > li > a {
    padding: 5vw 0;
    column-gap: 3.75vw;
  }
  .ct_bg .globalNav01 > ul > li > a:hover > [class*="icon"] {
    animation: none;
  }
  .ct_bg .globalNav01 > ul > li > a > .icon01 {
    width: 6vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .icon02 {
    width: 8vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .icon03 {
    width: 9.33vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .icon04 {
    width: 11.25vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .icon05 {
    width: 7.75vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .icon06 {
    width: 10vw;
  }

  .ct_bg .globalNav01 > ul > li > a > .text01 {
    width: 51.5vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .text02 {
    width: 10.25vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .text03 {
    width: 31.91vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .text04 {
    width: 20vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .text05 {
    width: 20vw;
  }
  .ct_bg .globalNav01 > ul > li > a > .text06 {
    width: 41.31vw;
  }

  .ct_bg .globalNav01 > ul > li > a > [class*="text"] {
    display: block;
    position: relative;
    font-size: 0;
  }
  .ct_bg .globalNav01 > ul > li > a > [class*="text"]::after {
    content: normal;
  }

}

/* footer
---------------------------------------------------------- */
.ct_bg .footer01 {
  position: relative;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 30px;
  background: #9ACC82;
}
.ct_bg .footer01 > .image01 {
  position: absolute;
  top: -15.45vw;
  left: 0;
  width: 100%;
}

.ct_bg .footer01 > .image01 img {
  width: 100%;
}

.ct_bg .footer01 > .inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  column-gap: 40px;
}

.ct_bg .footer01 > .inner01 > .copyrights01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  line-height: 1.8;
  rotate: 0.03deg;
}

.ct_bg .snsBtn01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

@media screen and (max-width: 767px) {
  .ct_bg .footer01 {
    padding-top: 2.5vw;
    padding-bottom: 7.5vw;
  }
  .ct_bg .footer01 > .image01 {
    top: -15.35vw;
  }

  .ct_bg .footer01 > .inner01 {
    column-gap: 0;
  }

  .ct_bg .footer01 > .inner01 > .copyrights01 {
    font-size: 3vw;
  }

  .ct_bg .snsBtn01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 2.5vw;
    width: 100%;
  }
}


/* contents
---------------------------------------------------------- */
.ct_bg .wrap01 {
  display: flex;
  flex-wrap: wrap;
}
.ct_bg .wrap01.bC {
  justify-content: center;
}
.ct_bg .wrap01.between {
  justify-content: space-between;
}
.ct_bg .wrap01.aC {
  align-items: center;
}

.ct_bg .container01 {
  position: relative;
}

.ct_bg .mainArea01 {
  position: relative;
  width: 100%;
  height: calc(100vh - 155px);
  aspect-ratio: 1400 / 900;
}
.ct_bg .mainArea01 img {
  width: 100%;
}
.ct_bg .mainArea01 > .logo01 {
  position: absolute;
  z-index: 8;
  top: 1.8vw;
  left: 1.42vw;
  width: 17.3vh;
  opacity: 0;
  animation: fadeIn01 2.0s 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.ct_bg .mainArea01 > .image01 {
  position: absolute;
  z-index: 8;
  top: 2.85vw;
  left: 50%;
  translate: 90% 0;
  rotate: 12deg;
  width: 37.77vh;
  opacity: 0;
  animation: fadeIn01 2.0s 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.ct_bg .mainArea01 > .text01 {
  position: absolute;
  z-index: 5;
  bottom: 21px;
  right: 13px;
  font-size: 14px;
  rotate: -.03deg;
}

.ct_bg .mainArea01 > .mainImages01 {
  position: absolute;
  z-index: 8;
/*
  top: 7.9vw;
  left: 26.78vw;
  width: 48vw;
*/
  top: 50%;
  left: 50%;
  translate: -47% -50%;
  width: 62vh;
  aspect-ratio: 692 / 688;
  opacity: 0;
  animation: fadeIn01 2.0s 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.ct_bg .mainArea01 > .mainImages01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 692 / 688;
  background: url('../../img/main_bg05.svg') no-repeat 0 0 / cover;
}

.ct_bg .mainArea01 > .bgBlock01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct_bg .mainArea01 > .bgBlock01 img {
  height: 100%;
  width: auto;
  max-width: inherit;
}

.ct_bg .mainArea01 > .bgBlock01 > [class*="image"] {
  position: absolute;
/*
  top: 0;
  left: 0;
  width: 100%;
*/
  opacity: 0;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: 100%;
  width: auto;
}
.ct_bg .mainArea01 > .bgBlock01 > .image01 {
  opacity: 1.0;
}
.ct_bg .mainArea01 > .bgBlock01 > .image02 {
  z-index: 2;
  animation: fadeIn01 .3s .3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.ct_bg .mainArea01 > .bgBlock01 > .image03 {
  z-index: 3;
  animation: fadeIn01 .3s .5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.ct_bg .mainArea01 > .bgBlock01 > .image04 {
  z-index: 4;
  animation: fadeIn01 .3s .7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ct_bg .infoArea01 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  position: relative;
  padding: 10px 20px;
  z-index: 11;
  background: #FFE866;
}
.ct_bg .infoArea01::before {
  position: absolute;
  top: -1.7vw;
  left: 0;
  z-index: 10;
  content: "";
  width: 100%;
  aspect-ratio: 1400 / 26;
  background: url('../img/bg05.svg') no-repeat 0 0 / cover;
}
.ct_bg .infoArea01::after {
  position: absolute;
  bottom: -1.7vw;
  left: 0;
  z-index: 10;
  content: "";
  width: 100%;
  aspect-ratio: 1400 / 26;
  background: url('../img/bg01.svg') no-repeat 0 0 / cover;
}

.ct_bg .infoArea01 > .title01 {
  position: relative;
  z-index: 11;
  width: 134px;
}

.ct_bg .infoList01 {
  position: relative;
  z-index: 11;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 10px;
  column-gap: 10px;
  padding-right: 20px;
  width: calc(100% - 154px);
  height: 80px;
  overflow-y: auto;
  scrollbar-color: #008BCA #FFE866;
}
.ct_bg .infoList01 > dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  width: 210px;
  font-size: 14px;
}
.ct_bg .infoList01 > dt > time {
  rotate: -.03deg;
}
.ct_bg .infoList01 > dt > .icon01 {
  display: inline-block;
  width: 100px;
  background: #fff;
  border-radius: 100vmax;
  text-align: center;
  rotate: -.03deg;
}

.ct_bg .infoList01 > dd {
  width: calc(100% - 230px);
  display: inline-block;
  font-size: 14px;
  rotate: -.03deg;
}

.ct_bg .infoList02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  row-gap: 30px;
  column-gap: 3%;
}

.ct_bg .infoList02 > li {
  width: 48.4%;
}

.ct_bg .infoList02 > li > .inner01 {
  display: block;
  padding: 25px;
  height: 100%;
  border-radius: 20px;
  border: 3px solid #C2E7FA;
  background: #FFF;
  box-shadow: 0 4px 0 0 #C2E7FA;
  overflow: hidden;
}

.ct_bg .infoList02 > li > a.inner01 {
  text-decoration: none;
}

.ct_bg .infoList02 > li > a.inner01 > .image01 {
  display: block;
  overflow: hidden;
}
.ct_bg .infoList02 > li > a.inner01 > .image01 > img {
  transition: scale .3s;
}
@media (any-hover: hover) {
  .ct_bg .infoList02 > li > a.inner01:hover {
    background: #F5FCFF;
  }
  .ct_bg .infoList02 > li > a.inner01:hover > .image01 > img {
    scale: 1.1;
  }
  .ct_bg .infoList02 > li > a.inner01:hover > .text02 {
    text-decoration: none;
  }
}

.ct_bg .infoList02 > li > .inner01 > .text01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  column-gap: 20px;
  font-size: 14px;
}
.ct_bg .infoList02 > li > .inner01 > .text01 > time {
  rotate: -.03deg;
}
.ct_bg .infoList02 > li > .inner01 > .text01 > .icon01 {
  display: inline-block;
  min-width: 100px;
  background: #FFE866;
  border-radius: 100vmax;
  text-align: center;
  rotate: -.03deg;
}

.ct_bg .infoList02 > li > .inner01 > .text02 {
  margin-top: 10px;
  rotate: -.03deg;
}
.ct_bg .infoList02 > li > a.inner01 > .text02 {
  text-decoration: underline;
}
.ct_bg .infoList02 > li > .inner01 > .text03 {
  margin-top: 10px;
  font-size: 12px;
  rotate: -.03deg;
}

.ct_bg .frameArea01 {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.ct_bg .frameArea01.type01 {
  padding-top: 79px;
  padding-bottom: 85px;
  background-color: #9ACC82;
}
.ct_bg .frameArea01.type01::after {
  position: absolute;
  bottom: -1.7vw;
  left: 0;
  content: "";
  width: 100%;
  aspect-ratio: 1400 / 26;
  background: url('../img/bg06.svg') no-repeat 0 0 / cover;
}
.ct_bg .frameArea01.type02 {
  padding-bottom: 146px;
}
.ct_bg .frameArea01.type02::after {
  position: absolute;
  bottom: -1.7vw;
  left: 0;
  content: "";
  width: 100%;
  aspect-ratio: 1400 / 24;
  background: url('../img/bg04.svg') no-repeat 0 0 / cover;
}
.ct_bg .frameArea01.type03 {
  padding-top: 60px;
  padding-bottom: 21.57vw;
  background-color: #E6F8FF;
}
.ct_bg .frameArea01.type03::before {
  position: absolute;
  top: -1.6vw;
  left: 0;
  z-index: 10;
  content: "";
  width: 100%;
  aspect-ratio: 1400 / 24;
  background: url('../img/bg03.svg') no-repeat 0 0 / cover;
}
.ct_bg .frameArea01.type04 {
  padding-top: 80px;
  padding-bottom: 84px;
  background-color: #E6F8FF;
}
.ct_bg .frameArea01.type04::before {
  position: absolute;
  top: -1.6vw;
  left: 0;
  z-index: 10;
  content: "";
  width: 100%;
  aspect-ratio: 1400 / 24;
  background: url('../img/bg03.svg') no-repeat 0 0 / cover;
}
.ct_bg .frameArea01.type04::after {
  position: absolute;
  bottom: -1.6vw;
  left: 0;
  z-index: 10;
  content: "";
  width: 100%;
  aspect-ratio: 1400 / 24;
  background: url('../img/bg04.svg') no-repeat 0 0 / cover;
}

.ct_bg .frameArea01.type05 {
  margin-top: 20.5vw;
  padding-top: 100px;
  padding-bottom: 160px;
  background: url('../img/bg02_pc.png') repeat 0 0;
  background-color: rgba(255,255,255,0.9);
  background-blend-mode: lighten;
}
.ct_bg .frameArea01.type05 > .image01 {
  position: absolute;
  top: -16.7vw;
  left: 0;
  width: 100%;
}
.ct_bg .frameArea01.type05 > .image01 img {
  width: 100%;
}

.ct_bg .frameArea01.type06 {
  z-index: 11;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #9ACC82;
}
.ct_bg .frameArea01.type06::before {
  position: absolute;
  top: -1.6vw;
  left: 0;
  z-index: 10;
  content: "";
  width: 100%;
  aspect-ratio: 1400 / 24;
  background: url('../img/bg11.svg') no-repeat 0 0 / cover;
}
.ct_bg .frameArea01.type06::after {
  position: absolute;
  bottom: -1.6vw;
  left: 0;
  z-index: 10;
  content: "";
  width: 100%;
  aspect-ratio: 1400 / 24;
  background: url('../img/bg12.svg') no-repeat 0 0 / cover;
}

.ct_bg .frameArea01.type07 {
  padding-top: 106px;
  padding-bottom: 120px;
}

.ct_bg .frameArea01.type08 {
  padding-top: 79px;
  padding-bottom: 120px;
  background-color: #E6F8FF;
}
.ct_bg .frameArea01.type08::before {
  position: absolute;
  top: -1.6vw;
  left: 0;
  z-index: 10;
  content: "";
  width: 100%;
  aspect-ratio: 1400 / 24;
  background: url('../img/bg03.svg') no-repeat 0 0 / cover;
}
.ct_bg .frameArea01.type09 {
  padding-top: 79px;
  padding-bottom: 120px;
  background-color: #DEF0D6;
}
.ct_bg .frameArea01.type09::before {
  position: absolute;
  top: -1.6vw;
  left: 0;
  z-index: 10;
  content: "";
  width: 100%;
  aspect-ratio: 1400 / 24;
  background: url('../img/bg17.svg') no-repeat 0 0 / cover;
}
.ct_bg .frameArea01.type10 {
  padding-top: 79px;
  padding-bottom: 120px;
  background-color: #FAEBD5;
}
.ct_bg .frameArea01.type10::before {
  position: absolute;
  top: -1.6vw;
  left: 0;
  z-index: 10;
  content: "";
  width: 100%;
  aspect-ratio: 1400 / 24;
  background: url('../img/bg18.svg') no-repeat 0 0 / cover;
}

.ct_bg .frameArea01 > .inner01 {
  margin: 0 auto;
  max-width: 1000px;
}
.ct_bg .frameArea01.type02 > .inner01 {
  max-width: 1200px;
}

.ct_bg .frameArea02 {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  padding: 30px;
  max-width: 800px;
  border-radius: 20px;
  background-color: #E6F8FF;
}
.ct_bg .frameArea02 > .image01 {
  position: absolute;
  top: -60px;
  right: -96px;
  width: 71px;
}
.ct_bg .frameArea02 > .image02 {
  position: absolute;
  bottom: -75px;
  left: -130px;
  width: 154px;
}

.ct_bg .frameArea02 > .text01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-bottom: 19px;
}
.ct_bg .frameArea02 > .text01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url('../img/bg07.svg') no-repeat 0 0 / cover;
}
.ct_bg .frameArea02 > .text01 > .font01 {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  rotate: -.03deg;
}

.ct_bg .frameArea02 > .text02 {
  margin-top: 10px;
  font-size: 12px;
  rotate: -.03deg;
}

.ct_bg .frameArea02 > .block01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  margin-top: 10px;
}

.ct_bg .frameArea02 > .block01 > .button01 {
  display: table;
}

.ct_bg .frameArea02 > .block01 > .button01 > a {
  display: block;
  position: relative;
  padding: 7px 20px 7px 45px;
  border-radius: 100vmax;
  box-shadow: 0 4px 0 0 #C2E7FA;
  background: #431F16;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  rotate: -.03deg;
  text-decoration: none;
  transition: translate .3s ease, box-shadow .3s ease;
}

@media (any-hover: hover) {
  .ct_bg .frameArea02 > .block01 > .button01 > a:hover {
    translate: 0 4px;
    box-shadow: 0 0 0 0;
  }
}

.ct_bg .frameArea02 > .block01 > .button01 > a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  translate: 0 -50%;
  content: "";
  width: 15px;
  aspect-ratio: 15 / 12;
  background: url('../img/ic01.svg') no-repeat 0 0 / cover;
}

.ct_bg .frameArea02 > .block01 > .text01 {
  display: inline-block;
  font-size: 10px;
  rotate: -.03deg;
}

.ct_bg .frameArea03 {
  margin-top: 30px;
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #fff;
}

.ct_bg .frameArea03 > .text01 {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  rotate: -.03deg;
}

.ct_bg .frameArea03 > .text02 {
  margin-top: 20px;
  text-align: center;
  rotate: -.03deg;
}

.ct_bg .btn01 {
  display: table;
  margin: 20px auto 0;
}
.ct_bg .frameArea03 + .btn01 {
  margin-top: 30px;
}

.ct_bg .btn01 > a {
  display: block;
  position: relative;
  padding: 15px 40px 15px 80px;
  border-radius: 100vmax;
  box-shadow: 0 4px 0 0 #C2E7FA;
  background: #008BCA;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  rotate: -.03deg;
  text-decoration: none;
  transition: translate .3s ease, box-shadow .3s ease;
}

@media (any-hover: hover) {
  .ct_bg .btn01 > a:hover {
    translate: 0 4px;
    box-shadow: 0 0 0 0;
  }
}

.ct_bg .btn01 > a::before {
  position: absolute;
  top: 50%;
  left: 40px;
  translate: 0 -50%;
  content: "";
  width: 25px;
  aspect-ratio: 15 / 12;
  background: url('../img/ic01.svg') no-repeat 0 0 / cover;
}

.ct_bg .iframeArea01 {
  position: relative;
  margin: 0 auto;
  max-width: 822px;
  border-radius: 20px;
  background: #6FB16B;
  border: 11px solid #6FB16B;
}

.ct_bg .iframeArea01 > .image01 {
  position: absolute;
  z-index: 11;
  top: -86px;
  left: -266px;
}
.ct_bg .iframeArea01 > .image02 {
  position: absolute;
  z-index: 11;
  bottom: -58px;
  right: -140px;
}
.ct_bg .iframeArea01 > .imgBlock01 {
  display: none;
}

.ct_bg .iframeWrap01 {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
}
.ct_bg .iframeWrap01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ct_bg .fixedAreaWrap01 {
  position: relative;
  height: 400vh;
}

.ct_bg .fixedArea01 {
  position: sticky;
  top: 0;
  padding-top: 106px;
  height: 100vh;
}
.ct_bg .fixedArea01.active {
  z-index: 2;
}
.ct_bg .fixedArea01 > .inner01 {
  position: sticky;
  top: 0;
  height: calc(100vh - 106px);
}

.ct_bg .colWrap01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  height: 100%;
  column-gap: 5%;
  opacity: 0;
  transition: opacity .5s;
}
.ct_bg .active .colWrap01 {
  opacity: 1.0;
}
.ct_bg .colWrap01:first-child {
  margin-top: 0;
}
.ct_bg .col01 {
  width: 53.33%;
}

.ct_bg .col01 > .image01 {
  display: block;
  position: relative;
  width: 100%;
}

.ct_bg .col01 > .image01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 692 / 688;
  background: url('../../img/main_bg05.svg') no-repeat 0 0 / cover;
}

.ct_bg .col02 {
  width: 41.66%;
}
.ct_bg .col02 > .logo01 {
  margin: 0 auto;
  width: 90.4%;
}
.ct_bg .col02 > .logo01 img {
  width: 100%;
}
.ct_bg .col02 > .text01 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 800;
  line-height: 2.0;
  text-align: center;
}
.ct_bg .col02 > .text01:first-child {
  margin-top: 0;
}
.ct_bg .col02 > .logo01 + .text01 {
  margin-top: 60px;
}

.ct_bg .col03 {
  margin-top: 20px;
  width: 27%;
}
.ct_bg .col04 {
  position: relative;
  margin-top: 20px;
  padding: 25px 20px 20px;
  width: 68.91%;
  border-radius: 20px;
  background: #fff;
}
.ct_bg .col04::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  translate: 0 -50%;
  z-index: 10;
  width: 43px;
  height: 26px;
  background: url('../img/bg08_pc.svg') no-repeat 0 0 / cover;
}

.ct_bg .col04 > .text01 {
  margin-top: 5px;
  font-weight: 800;
  rotate: -.03deg;
}

.ct_bg .col05 {
  margin-top: 40px;
  width: 50%;
}

.ct_bg .col06 {
  margin-top: 40px;
  width: 47%;
}
.ct_bg .col06 > .text01 {
  margin-top: 25px;
  font-weight: 800;
  rotate: -.03deg;
}
.ct_bg .col06 > .text01:first-child {
  margin-top: 0;
}
.ct_bg .col06 > .text02 {
  margin-top: 25px;
  font-size: 14px;
  rotate: -.03deg;
}
.ct_bg .col06 > .text03 {
  margin-top: 10px;
  font-size: 12px;
  rotate: -.03deg;
}
.ct_bg .col06 > .btnImg01 {
  margin: 25px 0 0;
}

.ct_bg .section01 {
  margin-top: 60px;
}
.ct_bg .section01:first-child {
  margin-top: 0;
}

.ct_bg .heading01 {
  position: relative;
  z-index: 11;
  margin: 19px 0;
  padding: 5px;
  background: #fff;
  color: #008BCA;
  text-align: center;
  font-size: 38px;
  font-weight: 800;
  line-height: 140%;
}
.ct_bg .heading01::before {
  position: absolute;
  top: -17px;
  left: 0;
  content: "";
  width: 100%;
  height: 17px;
  background: url('../img/bg15.svg') no-repeat top center / cover;
}
.ct_bg .heading01::after {
  position: absolute;
  bottom: -17px;
  left: 0;
  content: "";
  width: 100%;
  height: 17px;
  background: url('../img/bg16.svg') no-repeat top center / cover;
}

.ct_bg .heading02 {
  position: relative;
  margin: 19px 0;
  padding: 5px 20px;
  background: #fff;
  color: #008BCA;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.4;
}
.ct_bg .heading02.type02 {
  color: #00A44F;
}
.ct_bg .heading02.type03 {
  color: #C36732;
}

.ct_bg .heading02::before {
  position: absolute;
  top: -17px;
  left: 0;
  content: "";
  width: 100%;
  height: 17px;
  background: url('../img/bg15.svg') no-repeat top center / cover;
}
.ct_bg .heading02::after {
  position: absolute;
  bottom: -17px;
  left: 0;
  content: "";
  width: 100%;
  height: 17px;
  background: url('../img/bg16.svg') no-repeat top center / cover;
}

.ct_bg .hgroup01 {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.ct_bg .hgroup01 > [class*="title"] {
  position: relative;
}
.ct_bg .hgroup01 > [class*="title"] > .icon01 {
  position: absolute;
  left: 34px;
  top: -27px;
}
.ct_bg .hgroup01 > [class*="title"] > .icon02 {
  position: absolute;
  left: 34px;
  top: -27px;
}

.ct_bg .hgroup01 > [class*="title"] > .icon03 {
  position: absolute;
  left: 34px;
  top: -27px;
}

.ct_bg .hgroup01 > .image01 {
  position: absolute;
  right: 63px;
  top: -112px;
  z-index: 11;
}
.ct_bg .hgroup01 > .image02 {
  position: absolute;
  right: 23px;
  top: -140px;
  z-index: 11;
}
.ct_bg .hgroup01 > .image03 {
  position: absolute;
  right: 41px;
  top: -175px;
  z-index: 11;
  padding-left: 160px;
  width: 645px;
  aspect-ratio: 645 / 363;
  background: url('../img/bg13.png') no-repeat 0 0 / cover;
}

.ct_bg .hgroup01 > .image04 {
  position: absolute;
  right: 29px;
  top: -51px;
  width: 472px;
}

.ct_bg .hgroup02 {
  position: relative;
  z-index: 11;
  padding-top: 76px;
  padding-bottom: 56px;
  background: url('../img/bg02_pc.png') repeat 0 0;
  background-color: rgba(255,255,255,0.9);
  background-blend-mode: lighten;
}

.ct_bg .hgroup02 > [class*="title"] {
  position: relative;
}
.ct_bg .hgroup02 > [class*="title"] > .icon01 {
  position: absolute;
  left: 34px;
  top: -27px;
}
.ct_bg .hgroup02 > [class*="title"] > .icon02 {
  position: absolute;
  left: 34px;
  top: -27px;
}
.ct_bg .hgroup02 > [class*="title"] > .icon03 {
  position: absolute;
  left: 34px;
  top: -27px;
}

.ct_bg .hgroup02 > .image01 {
  position: absolute;
  top: 34px;
  right: 22px;
  width: 474px;
}

@media screen and (max-width: 1200px) {
  .ct_bg .hgroup01 > .title05 {
    width: 55.5vw;
  }
  .ct_bg .hgroup01 > .image04 {
    right: 2.41vw;
    top: -4.25vw;
    width: 39.33vw;
  }
}

@media screen and (max-width: 1100px) {
  .ct_bg .hgroup01 img,
  .ct_bg .hgroup02 img {
    width: 100%;
  }
  .ct_bg .hgroup01 > .title01 {
    width: 36.00vw;
  }
  .ct_bg .hgroup01 > .title02 {
    width: 49.27vw;
  }
  .ct_bg .hgroup01 > .title03 {
    width: 33.00vw;
  }
  .ct_bg .hgroup01 > .title04 {
    width: 32.54vw;
  }

  .ct_bg .hgroup01 > [class*="title"] > .icon01 {
    left: 3.09vw;
    top: -2.45vw;
    width: 22.45vw;
  }
  .ct_bg .hgroup01 > [class*="title"] > .icon02 {
    left: 3.09vw;
    top: -2.45vw;
    width: 16.54vw;
  }
  .ct_bg .hgroup01 > [class*="title"] > .icon03 {
    left: 3.09vw;
    top: -2.45vw;
    width: 16.54vw;
  }

  .ct_bg .hgroup01 > .image01 {
    top: -7.72vw;
    right: 5.72vw;
    width: 39vw;
  }
  .ct_bg .hgroup01 > .image02 {
    top: -10.27vw;
    right: 2.0vw;
    width: 43vw;
  }
  .ct_bg .hgroup01 > .image03 {
    right: 3.72vw;
    top: -13.45vw;
    padding-left: 14.54vw;
    width: 58.63vw;
  }

  .ct_bg .hgroup02 > .title01 {
    width: 51.09vw;
  }

  .ct_bg .hgroup02 > [class*="title"] > .icon01 {
    left: 3.09vw;
    top: -2.45vw;
    width: 22.45vw;
  }
  .ct_bg .hgroup02 > [class*="title"] > .icon02 {
    left: 3.09vw;
    top: -2.45vw;
    width: 16.54vw;
  }
  .ct_bg .hgroup02 > [class*="title"] > .icon03 {
    left: 3.09vw;
    top: -2.45vw;
    width: 16.54vw;
  }
  .ct_bg .hgroup02 > .image01 {
    top: 2.27vw;
    right: 2.0vw;
    width: 43vw;
  }
}

.ct_bg .txt01 {
  margin-top: 30px;
  rotate: -.03deg;
}
.ct_bg .txt01:first-child {
  margin-top: 0;
}

.ct_bg .img01 {
  margin: 40px auto 0;
  max-width: 800px;
}

.ct_bg .bnrList01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 2%;
  row-gap: 20px;
  margin-top: 24px;
}

.ct_bg .bnrList01 > li {
  width: 23.5%;
}

.ct_bg .bnrList01 > li > a {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  border: 4px solid #C2E7FA;
  box-shadow: 0 4px 0 0 #C2E7FA;
  transition: translate .3s ease, box-shadow .3s ease;
}
.ct_bg .bnrList01 > li > a img {
  border-radius: 10px;
}

@media (any-hover: hover) {
  .ct_bg .bnrList01 > li > a:hover {
    translate: 0 4px;
    box-shadow: 0 0 0 0 #C2E7FA;
  }
}

.ct_bg :has(#textModal) {
  position: relative;
  z-index: 99999;
}
.ct_bg .modal {
  display: none;
  background: rgba(230, 248, 255, 0.98);
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ct_bg .modal .modal-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.ct_bg .modal #textContainer {
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  min-height: 100px;
  border-radius: 40px;
  position: relative;
  max-width: 1000px;
  width: 90%;
}
.ct_bg .modal #textContainer > .inner01 {
  padding: 40px;
}

.ct_bg .modal #textContainer > .inner01 > .title01 {
  position: relative;
  padding: 5px 10px 5px;
  background-color: #008BCA;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.4;
}
.ct_bg .modal #textContainer > .inner01 > .title01::before {
  position: absolute;
  top: -17px;
  left: 0;
  content: "";
  width: 100%;
  height: 17px;
  background: url('../img/bg09.svg') no-repeat 0 0 / cover;
}
.ct_bg .modal #textContainer > .inner01 > .title01::after {
  position: absolute;
  bottom: -17px;
  left: 0;
  content: "";
  width: 100%;
  height: 17px;
  background: url('../img/bg10.svg') no-repeat 0 0 / cover;
}

.ct_bg .modal #textContainer > .inner01 > .text01 > span {
  color: #E9480F;
}

.ct_bg .modal #textContainer > .inner01 > .text01:not(:first-child) {
  margin-top: 30px;
  rotate: -.03deg;
}
.ct_bg .modal #textContainer > .inner01 > .title01 + .text01 {
  margin-top: 47px;
}

.ct_bg .modal #textContainer > .inner01 > .button01 {
  margin-top: 30px;
}

.ct_bg .modal .modal-content:has(#textContainer) {
  align-items: center;
}

.ct_bg .modal .close {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
}

.ct_bg .modal .close > a {
  position: relative;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}

.ct_bg .modal .close > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/closeBtn01.svg) no-repeat 0 0/100%;
  filter: drop-shadow(0 4px 0 #C2E7FA);
  content: "";
  transition: translate .3s ease, filter .3s ease;
}
@media (any-hover: hover) {
  .ct_bg .modal .close > a:hover::before {
    translate: 0 4px;
    filter: drop-shadow(0 0 0 #C2E7FA);
  }
}

.ct_bg .imgBox01 {
  position: relative;
  margin: 60px auto 0;
  max-width: 1000px;
  aspect-ratio: 1000 / 780;
}
.ct_bg .imgBox01 > .btnArea01 {
  position: absolute;
  z-index: 2;
}
.ct_bg .imgBox01 > .imageSp01 {
  display: none;
}

.ct_bg .imgBox01 > .btnArea01.triger01 {
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.ct_bg .imgBox01 > .btnArea01.triger02 {
  bottom: 0;
  left: 64px;
}
.ct_bg .imgBox01 > .btnArea01.triger03 {
  bottom: 0;
  right: 64px;
}

.ct_bg .imgBox01 > .btnArea01 > a {
  display: block;
  width: 270px;
  aspect-ratio: 1 / 1;
}

.ct_bg .imgBox01 > .btnArea01 > a > .button01 {
  position: absolute;
  left: 50%;
  bottom: -16px;
  translate: -50% 0;
  display: block;
}

.ct_bg .imgBox01 > .btnArea01 > a > .button01 > img {
  filter: drop-shadow(0 4px 0 #C2E7FA);
  transition: translate .3s ease, filter .3s ease;
}

@media (any-hover: hover) {
  .ct_bg .imgBox01 > .btnArea01 > a:hover > .button01 > img {
    translate: 0 4px;
    filter: drop-shadow(0 0 0 #C2E7FA);
  }
}

@media screen and (max-width: 1040px) {
  .ct_bg .imgBox01 > .btnArea01.triger02 {
    left: 6.15vw;
  }
  .ct_bg .imgBox01 > .btnArea01.triger03 {
    right: 6.15vw;
  }

  .ct_bg .imgBox01 > .btnArea01 > a {
    width: 25.9vw;
  }

  .ct_bg .imgBox01 > .btnArea01 > a > .button01 {
    bottom: -1.53vw;
  }
}

.ct_bg .imgBox01 > [class*="image"] {
  position: absolute;
  top: 0;
  left: 0;
}
.ct_bg .imgBox01 > .image02,
.ct_bg .imgBox01 > .image03,
.ct_bg .imgBox01 > .image04 {
  opacity: 0;
  transition: opacity .3s ease;
}
.ct_bg .imgBox01 > .image02.current,
.ct_bg .imgBox01 > .image03.current,
.ct_bg .imgBox01 > .image04.current {
  opacity: 1.0;
}

.ct_bg .imgBox02 {
  position: relative;
  margin: 60px auto 0;
  max-width: 1000px;
  background: url('../img/bg14.png') no-repeat 0 0 / cover;
}
.ct_bg .imgBox02 > .image01 {
  margin: 0 auto;
  width: 590px;
}


.ct_bg .btnImg01 {
  display: table;
  margin: 60px auto 0;
}
.ct_bg .btnImg01 > a {
  display: block;
  position: relative;
}
.ct_bg .btnImg01 > a > .image01 {
  filter: drop-shadow(0 4px 0 #008BCA);
  transition: translate .3s ease, filter .3s ease;
}
.ct_bg .btnImg01 > a > .icon01 {
  position: absolute;
  top: 9px;
  right: 30.68px;
  transition: translate .3s ease;
}
.ct_bg .btnImg01 > a > .icon02 {
  position: absolute;
  z-index: 2;
  right: 30.68px;
  bottom: 10px;
}
@media (any-hover: hover) {
  .ct_bg .btnImg01 > a:hover > .image01 {
    translate: 0 4px;
    filter: drop-shadow(0 0 0 #008BCA);
  }
  .ct_bg .btnImg01 > a:hover > .icon01 {
    translate: 0 -26px;
  }
}

.ct_bg .itemList01 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3%;
  margin-top: 40px;
}

.ct_bg .itemList01 > li {
  width: 31.3%;
}

.ct_bg .itemList01 > li:not(:has(> a)),
.ct_bg .itemList01 > li {
  display: block;
  padding: 22px;
  border-radius: 20px;
  border: 3px solid #C2E7FA;
  background: #FFF;
  box-shadow: 0 4px 0 0 #C2E7FA;
  text-decoration: none;
  color: #592D15;
  overflow: hidden;
}

.ct_bg .itemList01 > li:has(> a) {
  padding: 0;
}
.ct_bg .itemList01 > li:has(> a) > a {
  padding: 22px;
  display: block;
  height: 100%;
  transition: background .3s ease;
}
@media (any-hover: hover) {
  .ct_bg .itemList01 > li:has(> a) > a:hover {
    background: #F5FCFF;
  }
}

.ct_bg .itemList01 > li > a {
  color: #592D15;
  text-decoration: none;
}

.ct_bg .itemList01 > li .textWrap {
  margin-top: 20px;
  rotate: -.03deg;
}

.ct_bg .itemList01 > li .textWrap a {
  color: #431F16 !important;
}

.ct_bg .itemList01 > li .textWrap strong {
  font-weight: 800;
}

.ct_bg .itemList01 > li .img,
.ct_bg .itemList01 > li > a > .image01 {
  overflow: hidden;
}

.ct_bg .itemList01 > li .img img {
  transition: scale .3s ease;
}
@media (any-hover: hover) {
  .ct_bg .itemList01 > li a:hover .img img {
    scale: 1.1;
  }
}

.ct_bg .itemList01 > li > a > .title01 {
  font-weight: 800;
  margin-top: 8px;
}

.ct_bg .itemList01 > li > a > .text01 {
  margin-top: 8px;
}

.ct_bg .itemList01 > li > a > .text02 {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 8px;
}

.ct_bg .list01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  gap: 30px 3%;
}

.ct_bg .list01 > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 10px;
}
.ct_bg .list01.row04 > li {
  grid-row: span 4;
}

.ct_bg .list01 > li > .text01 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  rotate: -.03deg;
  text-align: center;
}

.ct_bg .list01 > li > .text02 {
  font-size: 14px;
  font-weight: 800;
  rotate: -.03deg;
  text-align: center;
}

.ct_bg .list01 > li > .image02 {
  margin: 0 auto;
}
.ct_bg .list01 > li > .image02 img {
  width: 100%;
}
.ct_bg .list01 > li > .image02.w01 {
  width: 79.55%;
}
.ct_bg .list01 > li > .image02.w02 {
  width: 76%;
}
.ct_bg .list01 > li > .image02.w03 {
  width: 100%;
}


@media screen and (max-width: 767px) {
  .ct_bg .mainArea01 {
    height: inherit;
    aspect-ratio: inherit;
  }
  .ct_bg .mainArea01 > .logo01 {
    top: 2.5vw;
    left: 2.5vw;
    width: 29.25vw;
  }
  .ct_bg .mainArea01 > .image01 {
    position: relative;
    top: auto;
    left: auto;
    translate: 0 0;
    rotate: 0deg;
    margin-top: -2.5vw;
    width: 100vw;
    opacity: 1.0;
    animation: none;
  }
  .ct_bg .mainArea01 > .text01 {
    bottom: auto;
    top: 124vw;
    right: 1.75vw;
    font-size: 3vw;
  }

  .ct_bg .mainArea01 > .mainImages01 {
    top: 21.5vw;
    left: 50%;
    translate: -50% 0;
    width: 97%;
    opacity: 0;
    animation: fadeIn01 2.0s 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }

  .ct_bg .mainArea01 > .bgBlock01 {
    position: relative;
    aspect-ratio: 800 / 1080;
  }

  .ct_bg .infoArea01 {
    display: block;
    column-gap: 0;
    padding: 3.75vw 0;
  }
  .ct_bg .infoArea01::before {
    position: absolute;
    top: -1.7vw;
    left: 0;
    z-index: 10;
    content: "";
    width: 100%;
    aspect-ratio: 1400 / 26;
    background: url('../img/bg05.svg') no-repeat 0 0 / cover;
  }
  .ct_bg .infoArea01::after {
    position: absolute;
    bottom: -1.7vw;
    left: 0;
    z-index: 10;
    content: "";
    width: 100%;
    aspect-ratio: 1400 / 26;
    background: url('../img/bg01.svg') no-repeat 0 0 / cover;
  }

  .ct_bg .infoArea01 > .title01 {
    width: 50.5vw;
  }

  .ct_bg .infoList01 {
    display: block;
    row-gap: 0;
    column-gap: 0;
    padding: 0 3.75vw;
    width: 100%;
    height: 30vw;
    scrollbar-width: none;
  }
  .ct_bg .infoList01 > dt {
    column-gap: 1.25vw;
    margin-top: 2.5vw;
    width: auto;
    font-size: 3.5vw;
  }
  .ct_bg .infoList01 > dt > .icon01 {
    width: 25vw;
  }

  .ct_bg .infoList01 > dd {
    width: 100%;
    font-size: 3.5vw;
  }

  .ct_bg .infoList02 {
    margin-top: 20vw;
    row-gap: 5vw;
    column-gap: 0;
  }

  .ct_bg .infoList02 > li {
    width: 100%;
  }
  .ct_bg .infoList02 > li > .inner01 {
    padding: 3.75vw 3.75vw 5vw;
    border-radius: 5vw;
    border: .75vw solid #C2E7FA;
    box-shadow: 0 1vw 0 0 #C2E7FA;
  }

  .ct_bg .infoList02 > li > .inner01 > .text01 {
    margin-top: 5vw;
    column-gap: 5vw;
    font-size: 3.5vw;
  }
  .ct_bg .infoList02 > li > .inner01 > .text01 > .icon01 {
    min-width: 25vw;
  }

  .ct_bg .infoList02 > li > .inner01 > .text02 {
    margin-top: 2.5vw;
  }
  .ct_bg .infoList02 > li > .inner01 > .text03 {
    margin-top: 2.5vw;
    font-size: 3vw;
  }


  .ct_bg .frameArea01 {
    padding-left: 3.75vw;
    padding-right: 3.75vw;
  }

  .ct_bg .frameArea01.type01 {
    padding-top: 37.5vw;
    padding-bottom: 46.75vw;
  }
  .ct_bg .frameArea01.type02 {
    padding-bottom: 39.75vw;
  }
  .ct_bg .frameArea01.type03 {
    padding-top: 15vw;
    padding-bottom: 35.75vw;
  }
  .ct_bg .frameArea01.type04 {
    padding: 35vw 1.25vw 20vw;
  }
  .ct_bg .frameArea01.type05 {
    margin-top: 25.75vw;
    padding-top: 25.00vw;
    padding-bottom: 45vw;
    background: url('../img/bg02_sp.png') repeat 0 0 / 100% auto;
  }
  .ct_bg .frameArea01.type05::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
  }
  .ct_bg .frameArea01.type05 > .inner01 {
    position: relative;
    z-index: 1;
  }
  .ct_bg .frameArea01.type05 > .image01 {
    position: absolute;
    top: -13.25vw;
    left: 0;
    width: 100%;
  }
  .ct_bg .frameArea01.type05 > .image01 img {
    width: 100%;
  }
  .ct_bg .frameArea01.type06 {
    padding-top: 37.5vw;
    padding-bottom: 20vw;
  }
  .ct_bg .frameArea01.type07 {
    padding-top: 25.25vw;
    padding-bottom: 30vw;
  }
  .ct_bg .frameArea01.type08 {
    padding-top: 21.75vw;
    padding-bottom: 20vw;
  }
  .ct_bg .frameArea01.type09 {
    padding-top: 21.75vw;
    padding-bottom: 20vw;
  }
  .ct_bg .frameArea01.type10 {
    padding-top: 21.75vw;
    padding-bottom: 20vw;
  }

  .ct_bg .frameArea02 {
    margin-top: 20vw;
    padding: 5vw 3.75vw;
    border-radius: 5vw;
  }
  .ct_bg .frameArea02 > .image01 {
    display: none;
  }
  .ct_bg .frameArea02 > .image02 {
    display: none;
  }

  .ct_bg .frameArea02 > .text01 {
    justify-content: center;
    padding-bottom: 4.75vw;
  }
  .ct_bg .frameArea02 > .text01::after {
    height: 1vw;
  }
  .ct_bg .frameArea02 > .text01 > .font01 {
    display: block;
    margin-right: 0;
    width: 100%;
    text-align: center;
    font-size: 3.5vw;
  }
  .ct_bg .frameArea02 > .text01 > img {
    margin: 2.5vw auto 0;
    width: 27.75vw;
  }

  .ct_bg .frameArea02 > .text02 {
    margin-top: 2.5vw;
    font-size: 3vw;
  }

  .ct_bg .frameArea02 > .block01 {
    column-gap: 2.5vw;
    margin-top: 2.5vw;
  }

  .ct_bg .frameArea02 > .block01 > .button01 {
    width: 47.75vw;
  }
  .ct_bg .frameArea02 > .block01 > .button01 > a {
    padding: 1.75vw 5vw 1.75vw 11.25vw;
    box-shadow: 0 1vw 0 0 #C2E7FA;
    font-size: 3.5vw;
  }

  .ct_bg .frameArea02 > .block01 > .button01 > a::before {
    left: 5vw;
    width: 3.75vw;
  }

  .ct_bg .frameArea02 > .block01 > .text01 {
    width: calc(100% - 50.25vw);
    font-size: 2.5vw;
  }

  .ct_bg .frameArea03 {
    margin-top: 7.5vw;
    padding: 7.5vw 4.25vw;
    border-radius: 5vw;
  }

  .ct_bg .frameArea03 > .text01 {
    font-size: 5.5vw;
  }

  .ct_bg .frameArea03 > .text02 {
    margin-top: 5vw;
    text-align: left;
  }

  .ct_bg .btn01 {
    margin-top: 5vw;
    width: 100%;
  }
  .ct_bg .frameArea03 + .btn01 {
    margin-top: 7.5vw;
  }

  .ct_bg .btn01 > a {
    padding: 3.75vw 8vw 3.75vw 17vw;
    font-size: 5vw;
  }

  .ct_bg .btn01 > a::before {
    left: 8vw;
    width: 6.25vw;
  }

  .ct_bg .iframeArea01 {
    border-radius: 0;
    background: none;
    border: none;
  }

  .ct_bg .iframeArea01 > .image01 {
    top: -38.5vw;
    left: 13.75vw;
    width: 70.25vw;
  }
  .ct_bg .iframeArea01 > .image02 {
    display: none;
  }
  .ct_bg .iframeArea01 > .imgBlock01 {
    position: absolute;
    display: block;
    position: absolute;
    z-index: 11;
    bottom: -49vw;
    left: 2.25vw;
    right: auto;
    width: 88.75vw;
  }
  .ct_bg .iframeArea01 > .imgBlock01 > .image02 {
    position: absolute;
    left: 0;
    top: 0;
    width: 65.91%;
  }

  .ct_bg .iframeWrap01 {
    border-radius: 2.5vw;
  }

  .ct_bg .fixedAreaWrap01 {
    position: relative;
  }

  .ct_bg .fixedArea01 {
    padding-top: 16.75vw;
    height: 100vh;
  }
  .ct_bg .fixedArea01 > .inner01 {
    height: calc(100vh - 16.75vw);
  }

  .ct_bg .colWrap01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 0;
    row-gap: 10vw;
    height: auto;
  }
  .ct_bg .col01 {
    margin: 0 auto;
    width: 80%;
  }
  .ct_bg .col01 > .image01 {
    width: 100%;
  }
  .ct_bg .col02 {
    margin: 0 auto;
    width: 80%;
  }
  .ct_bg .col02 > .logo01 {
    margin: 0 auto;
    width: 90%;
  }

  .ct_bg .col02 > .text01 {
    margin-top: 4vw;
    font-size: 4vw;
  }
  .ct_bg .col02 > .logo01 + .text01 {
    margin-top: 10vw;
  }

  .ct_bg .col03 {
    margin: 5vw auto 0;
    width: 50vw;
  }
  .ct_bg .col04 {
    margin-top: 5vw;
    padding: 6.25vw 5vw 5vw;
    width: 100%;
    border-radius: 5vw;
  }
  .ct_bg .col04::before {
    top: -3.75vw;
    left: 50%;
    translate: -50% 0;
    width: 6.5vw;
    height: auto;
    aspect-ratio: 26 / 43;
    background: url('../img/bg08_sp.svg') no-repeat 0 0 / cover;
  }
  .ct_bg .col04 > .image01 {
    width: 18.25vw;
  }

  .ct_bg .col04 > .text01 {
    margin-top: 5px;
    font-weight: 800;
    rotate: -.03deg;
  }

  .ct_bg .col05 {
    margin-top: 10vw;
    width: 100%;
  }

  .ct_bg .col06 {
    margin-top: 7.5vw;
    width: 100%;
  }
  .ct_bg .col06 > .text01 {
    margin-top: 6.25vw;
  }
  .ct_bg .col06 > .text02 {
    margin-top: 6.25vw;
    font-size: 3.5vw;
  }
  .ct_bg .col06 > .text03 {
    margin-top: 2.5vw;
    font-size: 3vw;
  }
  .ct_bg .col06 > .btnImg01 {
    margin: 6.25vw auto 0;
    width: 57.5vw;
  }

  .ct_bg .section01 {
    margin-top: 15vw;
  }

  .ct_bg .heading01 {
    margin: 1.6vw 0;
    padding: 1.25vw;
    font-size: 6.25vw;
  }
  .ct_bg .heading01::before {
    top: -1.5vw;
    height: 1.5vw;
  }
  .ct_bg .heading01::after {
    bottom: -1.5vw;
    height: 1.5vw;
  }

  .ct_bg .heading02 {
    margin: 1.5vw 0;
    padding: 1.25vw 5vw;
    font-size: 6.25vw;
  }

  .ct_bg .heading02::before {
    top: -1.5vw;
    height: 1.5vw;
  }
  .ct_bg .heading02::after {
    bottom: -1.5vw;
    height: 1.5vw;
  }

  .ct_bg .hgroup01 > .title01 {
    width: 59.75vw;
  }
  .ct_bg .hgroup01 > .title02 {
    width: 81.25vw;
  }
  .ct_bg .hgroup01 > .title03 {
    width: 54.5vw;
  }
  .ct_bg .hgroup01 > .title04 {
    width: 53.75vw;
  }
  .ct_bg .hgroup01 > .title05 {
    width: 60.5vw;
  }
  .ct_bg .hgroup01 > [class*="title"] > .icon01 {
    top: -4.05vw;
    left: 5.1vw;
    width: 37.25vw;
  }
  .ct_bg .hgroup01 > [class*="title"] > .icon02 {
    top: -4.05vw;
    left: 5.1vw;
    width: 27.75vw;
  }
  .ct_bg .hgroup01 > [class*="title"] > .icon03 {
    top: -4.05vw;
    left: 5.1vw;
    width: 27.25vw;
  }
  .ct_bg .hgroup01 > .image01 {
    display: none;
  }
  .ct_bg .hgroup01 > .image02 {
    top: -64.5vw;
    right: auto;
    left: 50%;
    translate: -50% 0;
    width: 64.5vw;
  }
  .ct_bg .hgroup01 > .image03 {
    right: 4vw;
    top: -68.5vw;
    padding-left: 6.25vw;
    width: 92.75vw;
    aspect-ratio: 742 / 447;
    background: url('../img/bg13_sp.png') no-repeat 0 0 / cover;
  }
  .ct_bg .hgroup01 > .image04 {
    z-index: 2;
    right: 1.24vw;
    top: 25vw;
    width: 56.5vw;
  }

  .ct_bg .hgroup02 {
    padding-top: 10.5vw;
    padding-bottom: 46.75vw;
    background: url(../img/bg02_sp.png) repeat 0 0 / 400px auto;
  }
  .ct_bg .hgroup02::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .ct_bg .hgroup02 > .title01 {
    position: relative;
    width: 77.75vw;
  }
  .ct_bg .hgroup02 > [class*="title"] > .icon01 {
    top: -4.05vw;
    left: 5.1vw;
    width: 37.25vw;
  }
  .ct_bg .hgroup02 > [class*="title"] > .icon02 {
    top: -4.05vw;
    left: 5.1vw;
    width: 27.75vw;
  }
  .ct_bg .hgroup02 > [class*="title"] > .icon03 {
    top: -4.05vw;
    left: 5.1vw;
    width: 27.25vw;
  }
  .ct_bg .hgroup02 > .image01 {
    top: 37vw;
    right: 17.5vw;
    width: 67.5vw;
  }

  .ct_bg .txt01 {
    margin-top: 7.5vw;
  }
  .ct_bg .img01 {
    margin-top: 5vw;
  }


  .ct_bg .bnrList01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 2.7%;
    row-gap: 3.75vw;
    margin-top: 6vw;
  }

  .ct_bg .bnrList01 > li {
    width: 48.6%;
  }

  .ct_bg .bnrList01 > li > a {
    border-radius: 5vw;
    border: 1vw solid #C2E7FA;
    box-shadow: 0 1vw 0 0 #C2E7FA;
  }
  .ct_bg .bnrList01 > li > a img {
    border-radius: 2.5vw;
  }

  .ct_bg .modal .modal-content {
    align-items: center;
    justify-content: center;
    align-content: center;
    row-gap: 4vw;
  }

  .ct_bg .modal #videoContainer {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
  }

  .ct_bg .modal#textModal .modal-content {
    padding-top: 24vw;
    padding-bottom: 8vw;
    display: block;
  }

  .ct_bg .modal #textContainer {
    margin-top: 0;
    border-radius: 10vw;
    height: 70svh;
  }

  .ct_bg .modal #textContainer > .inner01 {
    padding: 7.5vw 5vw 10vw;
    overflow-y: auto;
    scrollbar-width: none;
    height: 68svh;
  }

  .ct_bg .modal #textContainer > .inner01 > .title01 {
    font-size: 5vw;
    text-align: left;
    padding: 1.25vw 5vw;
  }
  .ct_bg .modal #textContainer > .inner01 > .title01::before {
    top: -1.4vw;
    height: 1.5vw;
  }
  .ct_bg .modal #textContainer > .inner01 > .title01::after {
    bottom: -1.4vw;
    height: 1.5vw;
  }

  .ct_bg .modal #textContainer > .inner01 > .text01:not(:first-child) {
    margin-top: 7.5vw;
  }
  .ct_bg .modal #textContainer > .inner01 > .title01 + .text01 {
    margin-top: 10.25vw;
  }
  .ct_bg .modal #textContainer > .inner01 > .button01 {
    margin-top: 7.5vw;
  }

  .ct_bg .modal #textContainer + .close {
    margin-top: 4vw;
    margin-inline: auto;
  }
  .ct_bg .modal .close {
    top: -20vw;
    right: 0;
    width: 17.5vw;
    height: 17.5vw;
  }

  .ct_bg .imgBox01 {
    margin-top: 5vw;
    aspect-ratio: 670 / 600;
  }
  .ct_bg .imgBox01 > .btnArea01 {
    display: none;
  }
  .ct_bg .imgBox01 > .imageSp01 {
    display: block;
    width: 100%;
  }

  .ct_bg .imgBox02 {
    margin-top: 15vw;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    aspect-ratio: 400 / 179;
    background: url('../img/bg14_sp.png') no-repeat 0 0 / cover;
  }
  .ct_bg .imgBox02 > .image01 {
    padding-top: 5.315vw;
    width: 92.5vw;
  }

  .ct_bg .btnImg01 {
    margin-top: 5vw;
    width: 57.5vw;
  }
  .ct_bg .btnImg01 > a > .image01 {
    filter: drop-shadow(0 1vw 0 #008BCA);
    transition: translate .3s ease, filter .3s ease;
  }
  .ct_bg .btnImg01 > a > .icon01 {
    top: 1.6vw;
    right: 5.55vw;
    width: 4.785vw;
  }
  .ct_bg .btnImg01 > a > .icon02 {
    right: 5.55vw;
    bottom: 1.79vw;
    width: 4.75vw;
  }

  .ct_bg .itemList01 {
    display: block;
    margin-top: 10vw;
  }

  .ct_bg .itemList01 > li {
    width: 100%;
  }

  .ct_bg .itemList01 > li:not(:first-child) {
   margin-top: 5vw;
  }

  .ct_bg .itemList01 > li:not(:has(> a)),
  .ct_bg .itemList01 > li {
    padding: 5.5vw;
  }

  .ct_bg .itemList01 > li:has(> a) > a {
    padding: 5.5vw;
  }

  .ct_bg .itemList01 > li .textWrap {
    margin-top: 5vw;
  }

  .ct_bg .itemList01 > li > a > .image01 {
    width: 8vw;
    margin-inline: auto;
  }

  .ct_bg .itemList01 > li > a > .title01 {
    margin-top: 2vw;
  }

  .ct_bg .itemList01 > li > a > .text01 {
    margin-top: 2vw;
  }

  .ct_bg .itemList01 > li > a > .text02 {
    font-size: 3vw;
    margin-top: 2vw;
  }

  .ct_bg .list01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 10vw;
    gap: 7.5vw 7.5vw;
  }

  .ct_bg .list01 > li {
    row-gap: 2.5vw;
  }

  .ct_bg .list01 > li > .text01 {
    font-size: 4.5vw;
  }

  .ct_bg .list01 > li > .text02 {
    font-size: 3.5vw;
    text-align: left;
  }

}
