@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&family=Noto+Sans+JP&display=swap");

@charset 'UTF-8';
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;

  text-rendering: optimizeSpeed;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}
/* ------------------------------------
//  base
// ----------------------------------*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #13122b;
  text-align: left;
  word-wrap: break-word;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;

  overflow-wrap: break-word;
}
.no-sp {
  display: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* ------------------------------------
//  隕句�縺�
// ----------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.6;
}

/* ------------------------------------
//  繝輔か繝ｳ繝�
// ----------------------------------*/
em,
strong {
  font-weight: 600;
  font-style: normal;
}

/* ------------------------------------
//  繝ｪ繧ｹ繝�
// ----------------------------------*/
ol,
ul {
  padding: 0;
  list-style: none;
}

/* ------------------------------------
//  谿ｵ關ｽ險ｭ螳�
// ----------------------------------*/
p {
  margin-top: 1em;
}

/* ------------------------------------
//  逕ｻ蜒�
// ----------------------------------*/
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}

/* ------------------------------------
//  繝ｪ繝ｳ繧ｯ
// ----------------------------------*/
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.1s linear 0s;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:link,
a:visited {
  color: #13122b;
  text-decoration: none;
}
a:hover,
a:active {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

a img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.btn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  border-radius: 999px;
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  line-height: 1;

  align-items: center;
  justify-content: center;
}
.btn:link,
.btn:visited {
  border: 1px solid #4a495d;
  background-color: #fff;
  color: #13122b;
  text-decoration: none;
}
.btn:hover,
.btn:active {
  border-color: #f4b2ab;
  background-color: #f4b2ab;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.btn--base {
  width: 200px;
  height: 45px;
  font-size: 20px;
  font-size: 2rem;
}
.current .btn--base {
  pointer-events: none;
}
.current .btn--base:link,
.current .btn--base:visited {
  border: 1px solid #f4b2ab;
  background-color: #f4b2ab;
  color: #fff;
}
.btn--pdf {
  padding: 0 15px;
  height: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.btn--pdf::after {
  display: inline-block;
  margin-left: 6px;
  width: 12px;
  height: 100%;
  background-image: url(../images/ico_pdf.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}
.btn--pdf:hover::after,
.btn--pdf:active::after {
  background-image: url(../images/ico_pdf_white.svg);
}
.btn--pen {
  padding: 0 30px;
  height: 50px;
}
.btn--pen:link,
.btn--pen:visited {
  position: relative;
  border: 1px solid #f4b2ab;
  background-color: #f4b2ab;
  color: #fff;
  max-width: 422px;
  width: 100%;
}
.btn--pen:hover,
.btn--pen:active {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.btn--pen::after {
  display: inline-block;
  margin-left: 10px;
  width: 13px;
  height: 100%;
  background-image: url(../images/ico_pen.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}
/* ------------------------------------
//  header
// ----------------------------------*/
.site__header {
  padding: 0 15px;
}
.site__header .site__header__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding: 10px 0;

  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.site__header .site__header__container .logo {
  flex-basis: 32.6%;
  -ms-flex-preferred-size: 32.6%;
}
.site__header .site__header__container .inquery {
  flex-basis: 22.6%;
  -ms-flex-preferred-size: 22.6%;
}

/* 20211216CMS讒狗ｯ画凾霑ｽ險倥％縺薙°繧会ｼ壹�繝�ム繝ｼ縺ｮ逕ｻ蜒剰ｪｿ謨ｴ */
.logo img,
.inquery img {
  width: unset;
  height: unset;
}
/* 20211216霑ｽ險倥％縺薙∪縺ｧ */

/* ------------------------------------
//  kv
// ----------------------------------*/
.kv {
  height: 44.3vw;
  background-image: url(../images/img_kv.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.kv02 {
  height: 44.3vw;
  background-image: url(https://www.naganokenyaku-reinstatement.jp/assets/images/img_kv04.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.kv_undr_txt {
  display: flex;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.kv_undr_txt_inner {
  background-color: #fff;
  border: solid 5px #ffebeb;
  padding: 65px 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -55px;
}
/* ------------------------------------
//  contents
// ----------------------------------*/
.main__contents {
  padding: 0 15px;
}
.contents__header {
  margin-top: 30px;
  text-align: center;
}
.contents__header .contents__header__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
  display: none;
}
.contents__header .contents__header__text {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
}
.select__year {
  margin-top: 40px;
  text-align: center;
}

.select__year__navi .select__year__navi__item:not(:first-of-type) {
  margin-top: 15px;
}
.movies {
  margin-top: 50px;
  margin-bottom: 100px;
}

.movies__list .movie:not(:first-of-type) {
  margin-top: 20px;
}
.movies__list .movie .movie__title {
  position: relative;
  padding: 10px 15px 10px 55px;
  background-color: #ae90bb;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.movies__list .movie .movie__title::before {
  position: absolute;
  top: 18px;
  left: 15px;
  width: 30px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
  content: "";
}
.movies__list .movie .movie__item {
  position: relative;
  display: block;
  margin-top: 5px;
  padding-top: 56.25%;
  height: 0;
}
.movies__list .movie .movie__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.movies__list .movie .movie__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;

  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.movies__list .movie .movie__meta .movie__meta__time {
  padding-right: 15px;
  font-size: 13px;
  font-size: 1.3rem;
}
.movies__list .movie .movie__meta .movie__meta__time::before {
  display: inline-block;
  margin-right: 5px;
  width: 1em;
  height: 1em;
  background-image: url(../images/ico_clock.svg);
  background-position: center center;
  background-size: 100%;
  content: "";
  vertical-align: -0.1em;
}
.movies__list .movie .movie__meta .movie__meta__pdf {
  white-space: nowrap;
}
.questionnaire {
  margin-top: 50px;
  text-align: center;
}
.site__footer {
  margin-top: 50px;
  padding: 30px 15px 10px;
  background-color: #565599;
  color: #fff;
}
.site__footer .site__footer__contents .conpany__info {
  text-align: center;
}
.site__footer .site__footer__contents .conpany__info .conpany__info__name {
  font-size: 20px;
  font-size: 2rem;
}
.site__footer .site__footer__contents .conpany__info .conpany__info__about {
  margin-top: 15px;
}
.site__footer
  .site__footer__contents
  .conpany__info
  .conpany__info__about
  .about__add {
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
}
.site__footer
  .site__footer__contents
  .conpany__info
  .conpany__info__about
  .about__tel {
  display: inline-block;
  margin-top: 15px;
  font-size: 20px;
  font-size: 2rem;
}
.site__footer
  .site__footer__contents
  .conpany__info
  .conpany__info__about
  .about__tel:link,
.site__footer
  .site__footer__contents
  .conpany__info
  .conpany__info__about
  .about__tel:visited {
  color: #fff;
}
.site__footer
  .site__footer__contents
  .conpany__info
  .conpany__info__about
  .about__fax {
  display: block;
  margin-top: 10px;
}
.site__footer .site__footer__contents .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;

    scroll-behavior: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .no-pc {
    display: none;
  }
  .no-sp {
    display: inline;
  }
  a img {
    transition: opacity 0.1s linear 0s;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  a img:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .btn--base {
    width: 200px;
    height: 53px;
    font-size: 2.4rem;
  }
  .btn--pdf {
    padding: 0 15px;
    height: 40px;
  }
  .btn--pdf::after {
    margin-left: 5px;
    width: 15px;
  }
  .btn--pen {
    padding: 0 30px;
    height: 69px;
    font-size: 2.3rem;
  }
  .btn--pen::after {
    margin-left: 49px;
    width: 46px;
  }
  .site__header {
    padding: 0;
  }
  .site__header .site__header__container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 22px;
    padding-right: 5%;
    padding-bottom: 22px;
    padding-left: 5%;
    max-width: calc(1720px + 10%);
    width: 100%;
  }
  .site__header .site__header__container .logo {
    max-width: 560px;
  }
  .site__header .site__header__container .inquery {
    max-width: 393px;
  }
  .main__contents {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    padding-right: 5%;
    padding-left: 5%;
    max-width: calc(1720px + 10%);
    width: 100%;
  }
  .contents__header {
    margin-top: 30px;
  }
  .contents__header .contents__header__title {
    font-size: 3.6rem;
  }
  .contents__header .contents__header__text {
    margin-top: 3px;
    font-size: 2rem;
  }
  .select__year {
    margin-top: 60px;
  }
  .select__year__navi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .select__year__navi .select__year__navi__item {
    margin: 30px 25px 0;
  }
  .select__year__navi .select__year__navi__item:not(:first-of-type) {
    margin-top: 30px;
  }
  .questionnaire {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1100px) {
  .btn--pdf {
    padding: 0 40px;
    font-size: 1.6rem;
  }
  .btn--pdf::after {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 480px) {
  .movies {
    margin-top: 20px;
  }
  .movies__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;

    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .movies__list .movie {
    margin: 0 4% 0 0;

    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
  }
  .movies__list .movie:not(:first-of-type) {
    margin-top: 0;
  }
  .movies__list .movie:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .movies__list .movie:nth-of-type(2n) {
    margin-right: 0;
  }
  .movies__list .movie .movie__title {
    padding-left: 45px;
  }
  .movies__list .movie .movie__title::before {
    width: 20px;
  }
  .movies__list .movie .movie__meta {
    display: block;
    text-align: center;
  }
  .movies__list .movie .movie__meta .movie__meta__time {
    margin-top: 12px;
    padding-right: 0;
  }
  .movies__list .movie .movie__meta .movie__meta__pdf {
    margin-top: 12px;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (min-width: 768px) {
  .movies {
    margin-top: 80px;
  }
  .movies__list .movie {
    margin: 0 3.25% 0 0;

    flex-basis: 31.1663333333%;
    -ms-flex-preferred-size: 31.1663333333%;
  }
  .movies__list .movie:not(:first-of-type) {
    margin-top: 0;
  }
  .movies__list .movie:nth-of-type(n + 4) {
    margin-top: 80px;
  }
  .movies__list .movie:nth-of-type(2n) {
    margin-right: 3.25%;
  }
  .movies__list .movie:nth-of-type(3n) {
    margin-right: 0;
  }
  .movies__list .movie .movie__title {
    padding: 11px 15px 11px 60px;
    font-size: 1.8rem;
  }
  .movies__list .movie .movie__title::before {
    top: 21px;
    left: 20px;
    width: 30px;
  }
  .movies__list .movie .movie__meta .movie__meta__time {
    margin-top: 12px;
    padding-right: 0;
  }
  .movies__list .movie .movie__meta .movie__meta__pdf {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 480px) and (min-width: 1550px) {
  .movies__list .movie .movie__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-top: 10px;

    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .movies__list .movie .movie__meta .movie__meta__time {
    margin-top: 0;
    text-align: left;
    font-size: 1.4rem;
  }
  .movies__list .movie .movie__meta .movie__meta__time::before {
    width: 13px;
    height: 13px;
    vertical-align: -0.09em;
  }
  .movies__list .movie .movie__meta .movie__meta__pdf {
    margin-top: 0;
    width: auto;
  }
}
@media only screen and (min-width: 1100px) {
  .site__footer {
    margin-top: 100px;
    padding: 50px 0;
  }
  .site__footer .site__footer__contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: end;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
    max-width: calc(1720px + 10%);
    width: 100%;

    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .site__footer .site__footer__contents .conpany__info {
    text-align: left;
    white-space: nowrap;
  }
  .site__footer .site__footer__contents .conpany__info .conpany__info__about {
    margin-top: 2px;
  }
  .site__footer
    .site__footer__contents
    .conpany__info
    .conpany__info__about
    .about__add {
    display: inline-block;
    font-size: 1.6rem;
  }
  .site__footer
    .site__footer__contents
    .conpany__info
    .conpany__info__about
    .about__tel {
    display: inline-block;
    margin-top: 0;
    margin-left: 1em;
    font-size: 1.6rem;
  }
  .site__footer
    .site__footer__contents
    .conpany__info
    .conpany__info__about
    .about__fax {
    display: inline-block;
    margin-top: 0;
    margin-left: 1em;
  }
  .site__footer .site__footer__contents .copyright {
    margin-top: 0;
    margin-left: 1em;
    text-align: right;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

/* 蠕ｩ閨ｷ謾ｯ謠ｴ繧ｵ繧､繝郁ｿｽ蜉�CSS */
.contents__detail {
  max-width: 990px;
  margin: auto;
}
.contents__detail__title {
  margin-top: 100px;
}
.contents__detail__title {
  text-align: center;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
.contents__detail__title::after {
  content: "";
  position: absolute;
  background-color: #eb9990;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  width: 150px;
  height: 8px;
  border-radius: 3px;
}
.contents__detail__text {
  margin-top: 77px;
}
.contents__detail__text h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 45px;
}
.contents__detail__text h3::after {
  content: "";
  position: absolute;
  background-color: #eb9990;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 31px;
  height: 8px;
  border-radius: 120px;
}
.contents__detail__text p {
  font-size: 1.6rem;
}
.btn--arrow::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 20px;
  margin-left: 10px;
  width: 13px;
  height: 100%;
  background-image: url(../images/ico_arrow.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.form-code {
  max-width: 368px;
  margin: auto;
}
.flex__content {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
}
.flex__content--left {
  max-width: 650px;
  width: 100%;
}
.flex__content--right {
  width: 50%;
}
.main__addTitle {
  max-width: 1230px;
  background: #fcfcfc;
  padding-left: 15px;
  border-left: 14px solid #ffebeb;
  margin-left: auto;
  margin-right: auto;
  font-size: 42px;
  font-weight: 700;
}
.main__addContent {
  max-width: 1230px;
  margin: auto;
  margin-bottom: 100px;
}
.main__addContent .main__addTitle {
  margin-bottom: 30px;
}
.main__tab {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-top: 60px;
}
.main__tabItem {
  max-width: 200px;
  width: 100%;
  padding: 12px 10px;
  border-radius: 30px;
  text-align: center;
  background-color: #565599;
  color: #fff;
}
.main__tabItem a {
  display: block;
  color: #fff;
}
.main__qr__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.main__qr__wrap img {
  max-width: 368px;
  text-align: center;
}
/* 蠕ｩ閨ｷ謾ｯ謠ｴ繧ｵ繧､繝郁ｿｽ蜉�CSS繝｡繝�ぅ繧｢繧ｯ繧ｨ繝ｪ */
@media only screen and (max-width: 1024px) {
  .main__addTitle {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .contents__detail__title {
    margin-top: 52px;
  }
  .contents__detail__text {
    margin-top: 40px;
  }
  .contents__header__text {
    text-align: left;
  }
  .flex__content {
    display: block;
  }
  .flex__content--left {
    margin-bottom: 30px;
  }
  .main__addTitle {
    font-size: 24px;
  }
  .flex__content--right {
    width: 100%;
  }
  .main__addContent {
    margin-bottom: 50px;
  }
  .movies {
    margin-bottom: 50px;
  }
  .main__tab {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .main__tab {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .contents__detail__text h3 {
    font-size: 2.6rem;
  }
  .contents__detail__title {
    font-size: 3rem;
  }
  .contents__detail__text p {
    font-size: 1.8rem;
  }
}

/* 繝ｦ繝ｼ繝�ぅ繝ｪ繝�ぅ */

.mb30 {
  margin-bottom: 30px;
}

/* 蜍慕判貅門ｙ荳ｭ陦ｨ遉ｺ */
.VideoPreparation {
  font-size: 18px;
  text-align: center;
  max-width: 1200px;
  margin: 40px auto 150px;
  background-color: #ffeeec;
  padding: 50px;
  border-radius: 5px;
}

/* 20251202 */
.main__contents .under_title{
  text-align:center; 
  margin:30px 0;
  font-size: 0.95em;
}
.main__contents .under_title .sp-br{
  display: none;
}
@media only screen and (max-width: 768px) {
.main__contents .under_title .sp-br{
  display: block;
  }
}