@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;600;700&display=swap");
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tr, th, td, article, embed, footer, header, hgroup, nav, section, time {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
main, article, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  min-width: 1240px;
}
@media screen and (max-width: 640px) {
  body {
    min-width: initial;
    font-size: 3.5897435897vw;
  }
}

:focus {
  outline: none;
}

a {
  color: #098c82;
  transition: all 0.3s;
  text-decoration: none;
}

input {
  font-family: inherit;
}

button,
input[type=submit] {
  cursor: pointer;
  font-family: inherit;
  font-size: initial;
}

select {
  cursor: pointer;
  font-family: inherit;
}

label {
  /* cursor: pointer; */
  font-family: inherit;
}

textarea {
  font-family: inherit;
}

strong span {
  font-weight: bold;
}

/*p-mv*/
.p-mv {
  position: relative;
  overflow: hidden;
}
.p-mv::before {
  content: "";
  width: 100%;
  height: 100%;
  filter: blur(12px);
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/mv.jpg) no-repeat center/cover;
  z-index: -1;
}
.p-mv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.p-mv img {
  display: block;
  margin: 0 auto;
}

/*p-course*/
.p-course__tit {
  background: linear-gradient(90deg, rgb(0, 128, 188) 0%, rgb(29, 144, 196) 18.82%, rgb(52, 156, 203) 38.24%, rgb(61, 161, 205) 50.36%, rgb(53, 156, 203) 62.21%, rgb(30, 144, 196) 81.01%, rgb(0, 128, 188) 100%);
  padding: 30px 0 40px;
  text-align: center;
  font-size: 5.4rem;
  color: #ffffff;
  line-height: 1;
}
.p-course__tit strong {
  font-size: 8.6rem;
  color: #fff462;
}
@media screen and (max-width: 640px) {
  .p-course__tit {
    font-size: 5.3846153846vw;
    padding: 3.8461538462vw 0 5.1282051282vw;
  }
  .p-course__tit strong {
    font-size: 8.4615384615vw;
  }
}
.p-course__cont {
  background: #d4e3ea;
  padding: 50px 0 60px;
}
.p-course__cont__inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-course__cont {
    padding: 5.1282051282vw 0 3.8461538462vw;
  }
  .p-course__cont__inner {
    padding: 0;
  }
}
.p-course__cont__tit {
  font-weight: bold;
  width: fit-content;
  margin: 0 auto 40px;
  line-height: 1.4;
  background: linear-gradient(transparent 50%, #fff462 50%);
  color: #005d8c;
}
.p-course__cont__tit .txt1 {
  font-size: 3rem;
  font-weight: 900;
  padding: 0 0 0 0.3em;
}
.p-course__cont__tit .txt2 {
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .p-course__cont__tit {
    margin-bottom: 3.8461538462vw;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .p-course__cont__tit .txt1 {
    font-size: 4.6153846154vw;
    background: linear-gradient(transparent 50%, #fff462 50%);
  }
  .p-course__cont__tit .txt2 {
    font-size: 3.3333333333vw;
    margin: 1.2820512821vw 0 0;
  }
}
.p-course__cont__item {
  display: flex;
  justify-content: space-between;
  margin: 0 -4px;
}
@media screen and (max-width: 640px) {
  .p-course__cont__item {
    flex-direction: column;
    gap: 3.8461538462vw;
    margin: 0 -1.0256410256vw;
  }
}
.p-course__cont__detail {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin: 40px 0 0;
}
@media screen and (max-width: 640px) {
  .p-course__cont__detail {
    border-radius: 2.5641025641vw;
    margin: 5.1282051282vw 0 0;
  }
}
.p-course__cont__detail__tit {
  background: linear-gradient(90deg, rgb(0, 128, 188) 0%, rgb(29, 144, 196) 18.82%, rgb(52, 156, 203) 38.24%, rgb(61, 161, 205) 50.36%, rgb(53, 156, 203) 62.21%, rgb(30, 144, 196) 81.01%, rgb(0, 128, 188) 100%);
  color: #ffffff;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 15px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-course__cont__detail__tit {
    font-size: 4.358974359vw;
    padding: 2.5641025641vw;
  }
}
.p-course__cont__detail .detail-cont {
  background: #ffffff;
  padding: 30px 40px 40px;
}
@media screen and (max-width: 640px) {
  .p-course__cont__detail .detail-cont {
    padding: 3.8461538462vw 3.8461538462vw 5.1282051282vw;
  }
}
.p-course__cont__detail .detail-cont__list li {
  display: flex;
  line-height: 1.6;
  margin: 0 0 10px;
}
.p-course__cont__detail .detail-cont__list li:last-of-type {
  margin: 0;
}
.p-course__cont__detail .detail-cont__list li span.num {
  background: #0080bc;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.3rem;
  flex: 0 0 auto;
  margin: 0.1em 5px 0 0;
}
.p-course__cont__detail .detail-cont__list li strong {
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .p-course__cont__detail .detail-cont__list li {
    margin: 0 0 1.2820512821vw;
  }
  .p-course__cont__detail .detail-cont__list li span.num {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    font-size: 2.8205128205vw;
    margin: 0.2em 1.2820512821vw 0 0;
  }
  .p-course__cont__detail .detail-cont__list li strong {
    font-size: 4.1025641026vw;
  }
}
.p-course__cont__detail .detail-cont__notice {
  background: #e8ecef;
  margin: 30px 0 0;
  padding: 0 30px;
}
.p-course__cont__detail .detail-cont__notice__body {
  padding: 15px 0 0;
  display: none;
}
.p-course__cont__detail .detail-cont__notice__tit {
  font-weight: bold;
  font-size: 1.5rem;
}
.p-course__cont__detail .detail-cont__notice__list {
  margin: 10px 0 0;
}
.p-course__cont__detail .detail-cont__notice__list li {
  margin: 5px 0 0;
  text-indent: -1em;
  padding: 0 0 0 1em;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-course__cont__detail .detail-cont__notice__list li::before {
  content: "※";
}
.p-course__cont__detail .detail-cont__notice__btn {
  padding: 15px 0;
  cursor: pointer;
}
.p-course__cont__detail .detail-cont__notice__btn span {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
}
.p-course__cont__detail .detail-cont__notice__btn span::before {
  content: "注意事項を開く";
}
.p-course__cont__detail .detail-cont__notice__btn span::after {
  content: "";
  background: url(../img/ico-arrow.svg) no-repeat center/contain;
  height: 1em;
  width: 1em;
  margin: 0.3em 0 0 0.3em;
  transform: rotate(-180deg);
}
.p-course__cont__detail .detail-cont__notice__btn.is-active span::before {
  content: "注意事項を閉じる";
}
.p-course__cont__detail .detail-cont__notice__btn.is-active span::after {
  transform: rotate(0);
}
@media screen and (max-width: 640px) {
  .p-course__cont__detail .detail-cont__notice {
    margin: 3.8461538462vw 0 0;
    padding: 0 3.8461538462vw;
  }
  .p-course__cont__detail .detail-cont__notice__body {
    padding: 2.5641025641vw 0 0;
  }
  .p-course__cont__detail .detail-cont__notice__tit {
    font-size: 3.8461538462vw;
  }
  .p-course__cont__detail .detail-cont__notice__list {
    margin: 2.5641025641vw 0 0;
  }
  .p-course__cont__detail .detail-cont__notice__list li {
    margin: 1.2820512821vw 0 0;
    text-indent: -1em;
    padding: 0 0 0 1em;
    font-size: 3.3333333333vw;
    font-weight: 400;
  }
  .p-course__cont__detail .detail-cont__notice__btn {
    padding: 3.8461538462vw 0;
  }
}
.p-course__cont__bnr {
  margin: 30px 0 0;
}
@media screen and (max-width: 640px) {
  .p-course__cont__bnr {
    margin: 5.1282051282vw -1.0256410256vw 0;
  }
}

/*p-subsidy*/
.p-subsidy {
  background: #098c82;
  padding: 60px 0 70px;
}
.p-subsidy__tit {
  padding: 0 0 40px;
  text-align: center;
  font-size: 4.5rem;
  color: #ffffff;
  line-height: 1;
}
.p-subsidy__tit strong {
  font-size: 6.5rem;
  color: #fff462;
}
@media screen and (max-width: 640px) {
  .p-subsidy {
    padding: 3.8461538462vw 0 7.6923076923vw;
  }
  .p-subsidy__tit {
    padding: 0 0 5.1282051282vw;
    font-size: 6.4102564103vw;
    line-height: 1.3;
  }
  .p-subsidy__tit strong {
    font-size: 10.2564102564vw;
  }
  .p-subsidy__tit::after, .p-subsidy__tit::before {
    font-size: 140%;
  }
}

/*p-merit*/
.p-merit__tit {
  position: relative;
  overflow: hidden;
}
.p-merit__tit::before {
  content: "";
  width: 100%;
  height: 100%;
  filter: blur(12px);
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/merit-tit.jpg) no-repeat center/cover;
  z-index: -1;
}
.p-merit__tit__img img {
  display: block;
  margin: 0 auto;
}
.p-merit__cont {
  background: url(../img/merit-bg2.jpg) center/cover;
  position: relative;
  padding: 60px 0 100px;
}
.p-merit__cont::after {
  content: "";
  width: 503px;
  height: 201px;
  background: url(../img/merit-deco.png) no-repeat right bottom/contain;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  mix-blend-mode: multiply;
}
.p-merit__cont__inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .p-merit__cont {
    padding: 7.6923076923vw 0 17.9487179487vw;
  }
  .p-merit__cont::after {
    width: 70.7692307692vw;
    height: 36.4102564103vw;
  }
}
.p-merit__cont .cont-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .p-merit__cont .cont-block {
    display: block;
  }
}
.p-merit__cont .cont-block__txt {
  width: calc(100% - 680px);
}
.p-merit__cont .cont-block__txt__tit {
  font-size: 3.3rem;
  color: #603813;
  font-weight: bold;
}
.p-merit__cont .cont-block__txt p {
  margin: 20px 0 0;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .p-merit__cont .cont-block__txt {
    width: 100%;
  }
  .p-merit__cont .cont-block__txt__tit {
    font-size: 5.3846153846vw;
    line-height: 1.4;
  }
  .p-merit__cont .cont-block__txt p {
    margin: 2.5641025641vw 0 0;
  }
}
.p-merit__cont .cont-block__slide {
  width: 610px;
  flex: 0 0 auto;
  position: relative;
}
.p-merit__cont .cont-block__slide img {
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .p-merit__cont .cont-block__slide {
    width: 100%;
    margin: 6.4102564103vw 0 0;
  }
}
.p-merit__cont .cont-block:nth-of-type(2) {
  margin: 50px 0 0;
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .p-merit__cont .cont-block:nth-of-type(2) {
    margin: 15.3846153846vw 0 0;
  }
}

/*swiper*/
.swiper-button-prev,
.swiper-button-next {
  height: 40px;
  width: 40px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background: url(../img/slide-prev.svg) no-repeat center/contain;
  height: 100%;
  width: 100%;
}

.swiper-button-prev {
  left: -20px;
}

.swiper-button-next {
  right: -20px;
}
.swiper-button-next::after {
  background-image: url(../img/slide-next.svg);
}

.swiper-pagination-bullets {
  bottom: -30px !important;
}

.swiper-pagination-bullet-active {
  background: #333333;
}

@media screen and (max-width: 640px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 8.7179487179vw;
    width: 8.7179487179vw;
  }
  .swiper-button-prev {
    left: -4.358974359vw;
  }
  .swiper-button-next {
    right: -4.358974359vw;
  }
  .swiper-pagination-bullets {
    bottom: -6.4102564103vw !important;
  }
}
/*p-consul*/
.p-consul {
  background: url(../img/consul-bg.jpg) no-repeat center/cover;
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  .p-consul {
    padding: 7.6923076923vw 0;
  }
}
.p-consul__tit {
  padding: 0 0 40px;
  text-align: center;
  font-size: 4.5rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .p-consul__tit {
    font-size: 6.4102564103vw;
    padding: 0 0 5.1282051282vw;
    line-height: 1.3;
  }
}
.p-consul__list {
  display: flex;
  gap: 30px;
}
.p-consul__list .list-item {
  width: calc((100% - 60px) / 3);
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.p-consul__list .list-item__txt {
  padding: 20px;
}
.p-consul__list .list-item__tit {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
}
.p-consul__list .list-item p {
  margin: 10px 0 0;
}
@media screen and (max-width: 640px) {
  .p-consul__list {
    flex-direction: column;
    gap: 3.0769230769vw;
  }
  .p-consul__list .list-item {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .p-consul__list .list-item__img {
    width: 33.3333333333vw;
    flex: 0 0 auto;
  }
  .p-consul__list .list-item__txt {
    padding: 3.8461538462vw;
  }
  .p-consul__list .list-item__tit {
    font-size: 4.6153846154vw;
    text-align: left;
  }
  .p-consul__list .list-item p {
    margin: 1.2820512821vw 0 0;
  }
}

/*p-map*/
.p-map {
  background: url(../img/map-deco01.png) no-repeat top left/330px, url(../img/map-deco02.png) no-repeat top right/330px;
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  .p-map {
    background: url(../img/map-deco01_sp.png) no-repeat top left/25.641025641vw, url(../img/map-deco02_sp.png) no-repeat top right/25.641025641vw;
    padding-bottom: 0;
  }
  .p-map .c-inner {
    padding: 0;
  }
}
.p-map__tit {
  padding: 0 0 30px;
  text-align: center;
  font-size: 5.5rem;
  line-height: 1;
  color: #e02f3d;
}
@media screen and (max-width: 640px) {
  .p-map__tit {
    font-size: 8.2051282051vw;
  }
}
.p-map__desc {
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 640px) {
  .p-map__desc {
    font-size: 3.8461538462vw;
    margin: 0 0 5.1282051282vw;
  }
}
.p-map__cont {
  position: relative;
}
.p-map__cont .cont-link a {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  padding: 0.5em 2.6em;
  position: absolute;
  color: #e02f3d;
  background: #ffffff;
  border: 2px solid #e02f3d;
  border-radius: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: -0.2em;
}
.p-map__cont .cont-link a::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.p-map__cont .cont-link a:hover {
  background: #e02f3d;
  color: #ffffff;
}
.p-map__cont .cont-link a:nth-of-type(1) {
  top: 82px;
  left: 270px;
}
.p-map__cont .cont-link a:nth-of-type(2) {
  top: 168px;
  left: 228px;
}
.p-map__cont .cont-link a:nth-of-type(3) {
  top: 368px;
  left: 552px;
}
.p-map__cont .cont-link a:nth-of-type(4) {
  top: 54px;
  left: 594px;
}
.p-map__cont .cont-link a:nth-of-type(5) {
  top: 54px;
  left: 426px;
}
.p-map__cont .cont-link a:nth-of-type(6) {
  top: 472px;
  left: 206px;
}
.p-map__cont .cont-link a:nth-of-type(7) {
  top: 432px;
  left: 414px;
}
.p-map__cont .cont-link a:nth-of-type(8) {
  top: 126px;
  left: 924px;
}
@media screen and (max-width: 640px) {
  .p-map__cont .cont-link a {
    font-size: 3.3333333333vw;
    padding: 0.7692307692vw 5.1282051282vw;
  }
  .p-map__cont .cont-link a::after {
    font-size: 2.8205128205vw;
    right: 0.7692307692vw;
  }
  .p-map__cont .cont-link a:nth-of-type(1) {
    top: 9.2307692308vw;
    left: 28.9743589744vw;
  }
  .p-map__cont .cont-link a:nth-of-type(2) {
    top: 18.7179487179vw;
    left: 23.5897435897vw;
  }
  .p-map__cont .cont-link a:nth-of-type(3) {
    top: 43.8461538462vw;
    left: 64.1025641026vw;
  }
  .p-map__cont .cont-link a:nth-of-type(4) {
    top: 6.1538461538vw;
    left: 68.4615384615vw;
  }
  .p-map__cont .cont-link a:nth-of-type(5) {
    top: 6.1538461538vw;
    left: 47.9487179487vw;
  }
  .p-map__cont .cont-link a:nth-of-type(6) {
    top: 56.1538461538vw;
    left: 21.7948717949vw;
  }
  .p-map__cont .cont-link a:nth-of-type(7) {
    top: 51.2820512821vw;
    left: 46.4102564103vw;
  }
  .p-map__cont .cont-link a:nth-of-type(8) {
    top: 75.3846153846vw;
    left: 69.7435897436vw;
  }
}

/*p-footer*/
.p-footer {
  padding: 50px 0 80px;
  background: #333333;
}
@media screen and (max-width: 640px) {
  .p-footer {
    padding: 8.9743589744vw 0 28.2051282051vw;
  }
}
.p-footer * {
  color: #ffffff;
}
.p-footer__logo__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.p-footer__logo__link img {
  width: 260px;
}
.p-footer__logo__link span {
  display: flex;
  align-items: center;
  margin: 25px 0 0;
}
.p-footer__logo__link span::after {
  content: "";
  background: url(../img/ico-blank.svg) no-repeat center/contain;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.3em;
}
@media screen and (max-width: 640px) {
  .p-footer__logo__link img {
    width: 54.358974359vw;
  }
}
.p-footer__sns {
  display: flex;
  gap: 10px;
  margin: 30px 0 0;
  justify-content: center;
}
.p-footer__sns a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.p-footer__sns a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-footer__copy {
  font-size: 1.1rem;
  margin: 40px 0 0;
  color: #808080;
  text-align: center;
}

/*p-float*/
.p-float {
  position: fixed;
  top: 180px;
  right: 0;
  z-index: 10;
}
.p-float a {
  background: #ffffff;
  border-radius: 10px 0 0 10px;
  display: block;
}
.p-float a img {
  transition: all 0.3s;
}
.p-float a:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  .p-float {
    top: initial;
    right: initial;
    bottom: 5.1282051282vw;
    left: 50%;
    transform: translateX(-50%);
    width: 89.7435897436vw;
  }
  .p-float a {
    border-radius: 70px;
  }
  .p-float a img {
    width: 100%;
  }
}

/*compornent*/
.c-inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .c-inner {
    padding: 0 5.1282051282vw;
  }
}

/*utility*/
.u-min, .p-course__tit, .p-subsidy__tit, .p-merit__cont .cont-block__txt__tit, .p-consul__tit, .p-consul__list .list-item__tit, .p-map__tit {
  font-family: "Zen Old Mincho", serif;
}

.u-title, .p-course__tit, .p-subsidy__tit, .p-consul__tit, .p-map__tit {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 700;
}
.u-title::before, .p-course__tit::before, .p-subsidy__tit::before, .p-consul__tit::before, .p-map__tit::before {
  content: "＼";
  display: inline-block;
  transform: rotate(15deg);
}
.u-title::after, .p-course__tit::after, .p-subsidy__tit::after, .p-consul__tit::after, .p-map__tit::after {
  content: "／";
  display: inline-block;
  transform: rotate(-15deg);
}

.u-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}
.u-fade.is-stay {
  transform: translateY(0px);
}
.u-fade.is-active {
  opacity: 1;
  transform: translateY(0px);
}
.slick-slide .u-fade {
  transform: translateY(0px);
  opacity: 1;
}

@media screen and (min-width:641px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .u-pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */