@font-face {}
p, a {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

/*-------------------------------
  midashi
-------------------------------*/
.c-midashi1 {
  font-size: clamp(2rem, 4vw, 6.2rem);
  font-weight: 700;
  font-family: "bahnschrift", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3e3a39;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  line-height: 1;
}
.c-midashi1 span {
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
  font-size: clamp(1.4rem, 1.4vw, 2rem);
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3e3a39;
  position: relative;
  z-index: 1;
}
.c-midashi1 span:before {
  content: "";
  position: absolute;
  top: 1.2em;
  left: 0;
  display: block;
  width: 2em;
  height: 1px;
  background: #3e3a39;
}

@media screen and (max-width: 1024px) {
  .c-midashi1 {
    font-size: clamp(1.8rem, 3vw, 4.8rem);
    gap: 15px;
  }
  .c-midashi1 span {
    font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  }
}
.c-midashi2 {
  font-size: clamp(3rem, 3vw, 5.1rem);
  font-weight: 700;
  line-height: 1.4;
  font-family: "bahnschrift", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3e3a39;
  position: relative;
  padding-top: clamp(7.4rem, 5vw, 10rem);
  margin-bottom: 30px;
}
.c-midashi2 span:nth-of-type(1) {
  position: relative;
  z-index: 2;
  letter-spacing: -0.025em;
}
.c-midashi2 span:nth-of-type(2) {
  font-size: clamp(8.4rem, 8vw, 13.8rem);
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #dcdddd;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  left: -0.3em;
  z-index: 0;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 1024px) {
  .c-midashi2 {
    font-size: clamp(2rem, 3vw, 3.8rem);
    padding-top: clamp(5.4rem, 5vw, 8rem);
  }
  .c-midashi2 span:nth-of-type(2) {
    font-size: clamp(5.4rem, 6vw, 10.8rem);
    position: absolute;
    top: 0;
    left: -0.3em;
    letter-spacing: -0.05em;
  }
}
/*-------------------------------
  1-main
-------------------------------*/
#main {
  position: relative;
}

/*-------------------------------

  TOP

  -------------------------------*/
.p-top-hero__inner {
  width: 1140px;
  max-width: 100%;
  margin: auto;
  po: relative;
  z-index: 1;
  position: relative;
}
.p-top-hero__inner__txt {
  position: absolute;
  bottom: 17%;
  left: 3%;
}
.p-top-hero__inner__txt p {
  font-size: clamp(2.8rem, 4vw, 6.2rem);
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 0 10px rgba(0, 0, 0, 0.5), -1px 0 10px rgba(0, 0, 0, 0.5), 0 1px 10px rgba(0, 0, 0, 0.5), 0 -1px 10px rgba(0, 0, 0, 0.5);
}
.p-top-hero__inner__img img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .p-top-hero {
    margin-bottom: 10px;
  }
}
.p-top-news {
  background: #efefef;
  margin-bottom: 80px;
}
.p-top-news__inner {
  width: 850px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
}
.p-top-news__inner__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-news__inner__title h2 {
  margin-bottom: 40px;
}
.p-top-news__inner__title a {
  width: 80px;
  height: 40px;
  position: relative;
  z-index: 1;
  position: relative;
}
.p-top-news__inner__title a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  background: #3e3a39;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.p-top-news__inner__title a span {
  font-size: clamp(1.2rem, 1.2vw, 1.5rem);
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #3e3a39;
  z-index: 2;
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-top-news__inner__title a span:hover {
  background: #352f2d;
}
.p-top-news__inner__list ul li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 25px 20px 25px 50px;
  gap: 50px;
  margin-bottom: 20px;
}
.p-top-news__inner__list ul li a:last-child {
  margin-bottom: 0;
}
.p-top-news__inner__list ul li a time {
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3e3a39;
}
.p-top-news__inner__list ul li a h3 {
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3e3a39;
}
.p-top-news__inner__list ul li a:after {
  width: 50px;
  height: 50px;
  background: url("../images/ico_news.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  z-index: 1;
  margin-left: auto;
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-top-news__inner__list ul li a:hover h3 {
  color: #036eb8;
}
.p-top-news__inner__list ul li a:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@media screen and (max-width: 1024px) {
  .p-top-news__inner {
    max-width: calc(100% - 40px);
    padding: 60px 0;
  }
  .p-top-news__inner__title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-news__inner__title h2 {
    margin-bottom: 20px;
  }
  .p-top-news__inner__title a {
    margin-bottom: 20px;
    width: 60px;
    height: 30px;
  }
  .p-top-news__inner__title a span {
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  }
  .p-top-news__inner__list ul li a {
    padding: 15px 15px 15px 20px;
    gap: 20px;
    margin-bottom: 10px;
  }
  .p-top-news__inner__list ul li a time {
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  }
  .p-top-news__inner__list ul li a h3 {
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  }
  .p-top-news__inner__list ul li a:after {
    width: 25px;
    height: 25px;
  }
}
.p-top-future {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.p-top-future__inner {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  position: relative;
  padding: 0 0 80px 0;
}
.p-top-future__img {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 540px;
  max-width: 48%;
  gap: 0;
}
.p-top-future__img figure {
  width: 50%;
  line-height: 1;
}
.p-top-future__img figure picture {
  display: block;
}
.p-top-future__img figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-top-future__img__2 figure {
  width: 100%;
}
.p-top-future__img__left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-top-future__img__right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-top-future__txt {
  width: 50%;
  padding: 0 clamp(20px, 4.5vw, 70px) 0 clamp(15px, 2vw, 30px);
}
.p-top-future__txt h2 {
  white-space: nowrap;
}
.p-top-future__txt p {
  font-size: clamp(1.4rem, 1.4vw, 1.9rem);
  color: #3e3a39;
  line-height: 2;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
.p-top-future__txt p:last-of-type {
  margin-bottom: 0;
}
.p-top-future__txt__right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-top-future__txt__left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 clamp(15px, 2vw, 30px) 0 clamp(20px, 3vw, 40px);
}

@media screen and (max-width: 1024px) {
  .p-top-future__inner {
    max-width: calc(100% - 40px);
    padding: 0 0 60px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .p-top-future__img {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
  .p-top-future__img__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 100px;
  }
  .p-top-future__img__right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-top-future__txt {
    width: 100%;
    padding: 0 clamp(15px, 3vw, 30px) 0;
  }
  .p-top-future__txt p {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    margin-bottom: 30px;
  }
  .p-top-future__txt__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-top-future__txt__left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 clamp(15px, 2vw, 30px) 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-future__bg {
    margin-top: -100px;
  }
  .p-top-future__bg::before {
    width: 200vw;
    height: 60px;
    -webkit-transform: translateX(-40vw);
            transform: translateX(-40vw);
    margin-bottom: 45px;
  }
  .p-top-future__bg::after {
    width: 200vw;
    height: 60px;
    -webkit-transform: translateX(-40vw);
            transform: translateX(-40vw);
    z-index: 0;
  }
}
.p-top-message {
  background: #efefef;
  margin-bottom: 80px;
}
.p-top-message__inner {
  width: 850px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
}
.p-top-message__inner__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-message__inner__title h2 {
  margin-bottom: 40px;
}
.p-top-message__inner__content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-message__inner__content__left {
  width: 50%;
}
.p-top-message__inner__content__left figure {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-top-message__inner__content__left img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-top-message__inner__content__left figcaption p {
  padding-top: 10px;
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  color: #3e3a39;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-top-message__inner__content__right {
  width: 50%;
  padding: 0 clamp(15px, 2vw, 30px) 0 clamp(20px, 3vw, 40px);
}
.p-top-message__inner__content__right figure {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-top-message__inner__content__right p {
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  color: #3e3a39;
  line-height: 1.75;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.p-top-message__inner__content__right p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .p-top-message {
    margin-bottom: 60px;
  }
  .p-top-message__inner {
    max-width: calc(100% - 40px);
    padding: 60px 0;
  }
  .p-top-message__inner__content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-message__inner__content__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-top-message__inner__content__right {
    width: 100%;
    padding: 0 clamp(15px, 2vw, 30px);
  }
  .p-top-message__inner__content__right p {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  }
}
.p-top-infomation {
  margin-bottom: 80px;
  width: 1050px;
  max-width: 100%;
  margin-inline: auto;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.078);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.078);
  border-radius: 8px;
}
.p-top-infomation__inner {
  width: 850px;
  max-width: 100%;
  margin: auto;
  padding: 60px 0;
}
.p-top-infomation__inner__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-infomation__inner__title h2 {
  margin-bottom: 40px;
}
.p-top-infomation__inner__content > dl {
  width: 700px;
  max-width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  border-top: 1px solid rgba(62, 58, 57, 0.2);
}
.p-top-infomation__inner__content > dl:last-of-type {
  border-bottom: 1px solid rgba(62, 58, 57, 0.2);
}
.p-top-infomation__inner__content > dl > dt {
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  color: #3e3a39;
  line-height: 1.8;
  padding: 20px 0;
  font-weight: 600;
  width: 8em;
  height: auto;
}
.p-top-infomation__inner__content > dl > dd {
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  color: #3e3a39;
  line-height: 1.8;
  padding: 20px 0;
  width: 570px;
  max-width: calc(100% - 8em);
  height: auto;
  font-weight: 600;
}
.p-top-infomation__inner__content > dl > dd iframe {
  width: 100%;
  height: 315px;
  margin: 10px 0;
}
.p-top-infomation__inner__content > dl > dd > dl {
  max-width: 100%;
  width: 100%;
  max-width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top-infomation__inner__content > dl > dd > dl > dt {
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  width: 6em;
  padding: 5px 0;
  display: block;
}
.p-top-infomation__inner__content > dl > dd > dl > dd {
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  width: calc(100% - 6em);
  display: block;
  padding: 5px 0;
}
.p-top-infomation__plan {
  margin-bottom: 20px;
  width: 580px;
  max-width: 100%;
}
.p-top-infomation__plan__trigger {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 70px;
  padding: 20px;
  background: #efefef;
  border-radius: 20px;
}
.p-top-infomation__plan__trigger p {
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  margin-bottom: 0 !important;
  color: #3e3a39;
  line-height: 1.8;
}
.p-top-infomation__plan__trigger:before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.p-top-infomation__plan__trigger:after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  z-index: 1;
}
.p-top-infomation__plan__trigger__no_link:before {
  display: none;
}
.p-top-infomation__plan__trigger__no_link:after {
  display: none;
}
.p-top-infomation__plan__content {
  display: none;
  padding: 15px 20px 0 20px;
}
.p-top-infomation__plan__content .p-top-infomation__plan__link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 500px;
  max-width: 100%;
  margin-bottom: 10px;
  border: 2px solid #efefef;
  padding: 10px;
}
.p-top-infomation__plan__content .p-top-infomation__plan__link:last-of-type {
  margin-bottom: 0;
}
.p-top-infomation__plan__content .p-top-infomation__plan__link span {
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  color: #3e3a39;
  line-height: 1.6;
  padding: 0 5px;
  display: block;
  text-decoration: underline;
}
.p-top-infomation__plan__content .p-top-infomation__plan__link:before {
  width: 20px;
  height: 20px;
  background: url("../images/ico_sankaku.svg") no-repeat center center;
  background-size: 7px 16px;
  content: "";
  display: block;
  z-index: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-top-infomation__plan__content .p-top-infomation__plan__link:after {
  width: 20px;
  height: 20px;
  background: url("../images/ico_pdf.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  z-index: 1;
}
.p-top-infomation__plan__content.open {
  display: block;
}
.p-top-infomation__more {
  display: none;
  padding-top: 20px;
}
.p-top-infomation__more.open {
  display: block;
}

.p-top-infomation__btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.p-top-infomation__btn > span {
  width: 80px;
  height: 40px;
  display: block;
  position: relative;
  z-index: 1;
  position: relative;
}
.p-top-infomation__btn > span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  background: #3e3a39;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.p-top-infomation__btn > span > span {
  font-size: clamp(1.2rem, 1.2vw, 1.5rem);
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #3e3a39;
  z-index: 2;
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-top-infomation__btn > span > span:hover {
  background: #352f2d;
}

.teikan_link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.teikan_link:last-of-type {
  margin-bottom: 0;
}
.teikan_link span {
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  color: #3e3a39;
  line-height: 1.6;
  padding: 0 5px;
  display: block;
  text-decoration: underline;
}
.teikan_link:before {
  width: 20px;
  height: 20px;
  background: url("../images/ico_yajirushi.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.teikan_link:after {
  width: 20px;
  height: 20px;
  background: url("../images/ico_pdf.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .p-top-infomation {
    margin-bottom: 60px;
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .p-top-infomation__inner {
    padding: 25px 25px;
  }
  .p-top-infomation__inner__content > dl {
    width: 100%;
    max-width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-infomation__inner__content > dl:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .p-top-infomation__inner__content > dl > dt {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    padding: 15px 0 0 0;
    width: 100%;
    height: auto;
  }
  .p-top-infomation__inner__content > dl > dd {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    padding: 0 0 15px 0;
    width: 100%;
    max-width: 100%;
  }
  .p-top-infomation__inner__content > dl > dd > dl > dt {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    width: 100%;
  }
  .p-top-infomation__inner__content > dl > dd > dl > dt span {
    display: inline-block;
    border-bottom: 3px solid #3e3a39;
  }
  .p-top-infomation__inner__content > dl > dd > dl > dd {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    width: 100%;
  }
  .p-top-infomation__plan {
    margin-bottom: 15px;
  }
  .p-top-infomation__plan:first-of-type {
    margin-top: 15px;
  }
  .p-top-infomation__plan__trigger {
    height: 50px;
    padding: 15px;
    border-radius: 15px;
  }
}
.p-top-scholarship {
  background: #efefef;
  margin-bottom: 80px;
}
.p-top-scholarship__inner {
  width: 850px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
}
.p-top-scholarship__inner__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-scholarship__inner__title h2 {
  margin-bottom: 40px;
}
.p-top-scholarship__inner__content > dl {
  width: 700px;
  max-width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.p-top-scholarship__inner__content > dl:first-of-type {
  border-top: 1px dashed rgba(62, 58, 57, 0.2);
  padding-top: 15px;
}
.p-top-scholarship__inner__content > dl:last-of-type {
  border-bottom: 1px dashed rgba(62, 58, 57, 0.2);
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.p-top-scholarship__inner__content > dl > dt {
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  color: #3e3a39;
  line-height: 1.8;
  padding: 15px 0;
  font-weight: 600;
  width: 8em;
  height: auto;
}
.p-top-scholarship__inner__content > dl > dd {
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  color: #3e3a39;
  line-height: 1.8;
  padding: 15px 0;
  width: 570px;
  max-width: calc(100% - 8em);
  height: auto;
  font-weight: 600;
}
.p-top-scholarship__inner__content > dl > dd iframe {
  width: 100%;
  height: 315px;
  margin: 10px 0;
}

@media screen and (max-width: 1024px) {
  .p-top-scholarship {
    margin-bottom: 60px;
  }
  .p-top-scholarship__inner {
    max-width: calc(100% - 40px);
    padding: 60px 0;
  }
  .p-top-scholarship__inner__content > dl {
    width: 100%;
    max-width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-scholarship__inner__content > dl > dt {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    width: 100%;
    max-width: 100%;
    padding: 15px 0 0 0;
  }
  .p-top-scholarship__inner__content > dl > dd {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    width: 100%;
    letter-spacing: -0.05em;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}
.link_btn {
  width: 440px;
  max-width: 100%;
  margin: auto;
  display: block;
  text-align: center;
  color: #3e3a39;
  background: #fff;
  border-bottom: 4px solid #898989;
  border-radius: 5px;
  padding: 15px 0;
  font-size: clamp(1.6rem, 1.4vw, 2rem);
  font-weight: 600;
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.link_btn:hover {
  color: #fff;
  background: #898989;
}

@media screen and (max-width: 1024px) {
  .link_btn {
    padding: 10px 0;
    font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  }
}
.p-top-support {
  margin-bottom: 80px;
  width: 1050px;
  max-width: 100%;
  margin-inline: auto;
}
.p-top-support:after {
  background: rgba(239, 239, 239, 0.25);
  content: "";
  display: block;
  width: 700px;
  height: 700px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50vw;
}
.p-top-support__inner {
  width: 850px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 60px 0;
}
.p-top-support__inner__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-support__inner__title h2 {
  margin-bottom: 40px;
}
.p-top-support__inner__content > dl {
  width: 700px;
  max-width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.p-top-support__inner__content > dl > dt {
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  color: #3e3a39;
  line-height: 1.8;
  padding: 20px 0;
  font-weight: 600;
  width: 8em;
  height: auto;
}
.p-top-support__inner__content > dl > dd {
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  color: #3e3a39;
  line-height: 1.8;
  padding: 20px 0;
  width: 570px;
  max-width: calc(100% - 8em);
  height: auto;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .p-top-support {
    margin-bottom: 60px;
    width: calc(100% - 40px);
    max-width: 100%;
    margin-inline: auto;
  }
  .p-top-support:after {
    display: none;
  }
  .p-top-support__inner {
    padding: 40px 0;
  }
  .p-top-support__inner__title h2 {
    margin-bottom: 30px;
  }
  .p-top-support__inner__content > dl {
    display: block;
  }
  .p-top-support__inner__content > dl > dt {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    padding: 15px 0 0 0;
  }
  .p-top-support__inner__content > dl > dd {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    padding: 0 0 15px 0;
  }
}
.p-top-contact {
  margin-bottom: 80px;
}
.p-top-contact__inner {
  width: 850px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
}
.p-top-contact__inner__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-contact__inner__title h2 {
  margin-bottom: 40px;
}
.p-top-contact__inner__content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-contact__inner__content a {
  margin-inline: auto;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.078);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.078);
  border-radius: 8px;
  width: 47%;
  height: 210px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-top-contact__inner__content a:hover {
  border-radius: 16px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.178);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.178);
}
.p-top-contact__inner__content a span {
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  color: #3e3a39;
  line-height: 1.8;
  padding: 15px 0;
  display: block;
  font-weight: 700;
}
.p-top-contact__inner__content a:nth-of-type(1):after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background: url("../images/img_scholarship_main_mail.svg") no-repeat center center;
  background-size: contain;
}
.p-top-contact__inner__content a:nth-of-type(2):after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background: url("../images/img_scholarship_main_tel.svg") no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .p-top-contact {
    margin-bottom: 60px;
  }
  .p-top-contact__inner {
    max-width: calc(100% - 40px);
    padding: 60px 0;
  }
  .p-top-contact__inner__title h2 {
    margin-bottom: 30px;
  }
  .p-top-contact__inner__content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .p-top-contact__inner__content a {
    width: 100%;
    height: 140px;
  }
  .p-top-contact__inner__content a span {
    padding: 0 0 10px 0;
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  }
  .p-top-contact__inner__content a:nth-of-type(1):after {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    background: url("../images/img_scholarship_main_mail.svg") no-repeat center center;
    background-size: contain;
  }
  .p-top-contact__inner__content a:nth-of-type(2):after {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    background: url("../images/img_scholarship_main_tel.svg") no-repeat center center;
    background-size: contain;
  }
}
.scroll_up {
  position: absolute;
  bottom: 0px;
  right: -50px;
  height: 180px;
}
.scroll_up a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.scroll_up a picture:nth-of-type(1) {
  -webkit-animation-name: scrollup_noactive;
          animation-name: scrollup_noactive;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  margin-bottom: 20px;
}
@media all and (-ms-high-contrast: none) {
  .scroll_up a picture:nth-of-type(1) {
    -webkit-animation: none !important;
            animation: none !important;
  }
}
.scroll_up a:hover picture:nth-of-type(1) {
  -webkit-animation-name: scrollup_active;
          animation-name: scrollup_active;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media all and (-ms-high-contrast: none) {
  .scroll_up a:hover picture:nth-of-type(1) {
    -webkit-animation: none !important;
            animation: none !important;
  }
}
.scroll_up a picture:nth-of-type(2) {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .scroll_up {
    right: -35px;
  }
}
@media screen and (max-width: 767px) {
  .scroll_up {
    bottom: -25px;
    right: -25px;
    height: 110px;
  }
  .scroll_up picture:nth-of-type(1) {
    margin-bottom: 20px;
    height: 45px;
    width: 6px;
  }
  .scroll_up picture:nth-of-type(1) img {
    max-width: 100%;
    height: auto;
  }
  .scroll_up picture:nth-of-type(2) {
    display: block;
    height: 55px;
    width: 7px;
  }
  .scroll_up picture:nth-of-type(2) img {
    width: 7px;
    height: 55px;
    max-width: 100%;
    height: auto;
  }
}
@-webkit-keyframes scrollup_noactive {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes scrollup_noactive {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes scrollup_active {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes scrollup_active {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
/*--
c-
--*/
.p-sub__content__news {
  margin-top: -20px;
}
.p-sub__content__single {
  margin-top: -20px;
}
.p-sub__content__single h1 {
  font-size: clamp(2.8rem, 2vw, 4.2rem);
  margin-bottom: 1em;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.p-sub__content__single p {
  margin-bottom: 1em;
}
.p-sub__content__single figure {
  margin-bottom: 1em;
}
.p-sub__content__single img {
  max-width: 100%;
  height: auto;
}
.p-sub__content__single ul {
  margin-left: 20px;
}
.p-sub__content__single ol {
  margin-left: 20px;
}
.p-sub__content__single time {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3e3a39;
  font-size: clamp(1.4rem, 1.23vw, 1.6rem);
}
.p-sub__content__inner {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: auto;
}
.p-sub__content__inner__text {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
}
.p-sub__content__inner__text h3 {
  font-size: clamp(1.8rem, 1.5vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 20px;
}
.p-sub__content__inner__text p {
  font-size: clamp(1.4rem, 1.1vw, 1.8rem);
  margin-bottom: 20px;
}
.p-sub__content__inner__text p:last-of-type {
  margin-bottom: 40px;
}
.p-sub__content__inner__text table {
  margin-bottom: 40px;
}
.p-sub__content__inner__text table tr {
  border-bottom: 1px solid #b5b5b6;
}
.p-sub__content__inner__text table tr:first-of-type td {
  background: #dcdddd;
  font-weight: 600;
}
.p-sub__content__inner__text table td {
  text-align: center;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-sub__content__inner__text a {
  padding-bottom: 1px;
  border-bottom: 1px solid #3e3a39;
  color: #352f2d;
}
.p-sub__content__inner__text hr {
  width: 1080px;
  max-width: calc(100% + 200px);
  display: block;
  background: #b5b5b6;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  margin: 40px auto;
  border-top: 0;
  height: 1px;
}
.p-sub__content__inner__text ul {
  margin-left: 20px;
}
.p-sub__content__inner__text ul li {
  list-style: disc;
}
.p-sub__content__inner__text ol {
  margin-left: 20px;
}
.p-sub__content__inner__text ol li {
  list-style: decimal;
}
.p-sub__content__inner__img {
  margin-bottom: 50px;
  margin-top: -20px;
}
.p-sub__content__inner__img img {
  max-width: 100%;
  height: auto;
}

.c-top__back {
  position: fixed;
  right: 20px;
  bottom: 5%;
  display: block;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.c-top__back span {
  border-radius: 100px;
  background: #464342;
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.8;
  letter-spacing: -0.5px;
  bottom: 5px;
  position: absolute;
}
.c-top__back span:before {
  display: block;
  width: 7px;
  height: 6px;
  content: "";
  background: url("../images/business/img_menu_w.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateZ(180deg);
          transform: translateX(-50%) rotateZ(180deg);
}

.c-txtlink {
  color: #036eb8;
}