html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    font-size: 62.5%;
}

body {
/*    font-size: 1.6rem;*/
    line-height: 1.4;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
  color: inherit;
}
a:visited {
    color: inherit;
}
a:hover {
  opacity: .5;
  transition: .5s;
}
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 1em; /* フォントサイズちょっと小さく */
  position: static; /* ちょっと上付きにするための指定 */
  top: -.2em; /* ちょっと上付きにする */
}

article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}

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

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
    width: 100%;
}

img {
    border-style: none;
}

blockquote,
q {
    quotes: none;
}

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

[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}


br {
  display: block;
}
.br-pcsp {
  display: block;
}
.br-sp {
  display: none;
}

body {
  background-color: #003D21;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url('../images/2019/container_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project__bg.feedin {
  animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1.project__title {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-image: url('../images/2019/header_bg_pc.jpg');
  background-repeat: no-repeat;
  position: relative;
}

header h2 {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  background: #003D21;
}
header h2 img {
  max-width: 131px;
}

.page_arrow {
  width: 57px;
  height: 57px;
  background-image: url('../images/2019/page_arrow.png');
  background-repeat: no-repeat;
  background-size: 57px;
  position: absolute;
  left: calc(50% - 29px);
  bottom: 50px;
  cursor: pointer;
  z-index: 2;
}

.project__introduction {
  max-width: 640px;
  width: 100%;
  margin: auto;
}
.project__introduction-wrap {
  max-width: 335px;
  margin: 50px auto;
  text-align: center;
}
.project__introduction-txt {
  display: inline-block;
  text-align: left;
  font-size: 1.6em;
  line-height: 2.1;
  font-family: Ryumin Regular KL;
}
.project__introduction.secondary {
  background-color: rgba(255,255,255,0.85);
  padding: 53px 0;
  margin: 0 auto 60px;
}
.secondary__wrap {
  max-width: 365px;
  margin: auto;
  text-align: center;
}
.secondary__wrap .about {
  display: inline-block;
  text-align: left;
  font-size: 1.6em;
  font-family: Ryumin Regular KL;
  line-height: 2;
  color: #003D21;
  padding: 0 0 40px;
}
.secondary__contents-img {
  text-align: center;
  max-width: 460px;
  margin: auto;
}
.secondary__profile {
  display: flex;
  flex-wrap: wrap;
  max-width: 460px;
  margin: auto;
  padding: 83px 0 46px;
  justify-content: space-between;
}
.profileimg {
  max-width: 140px;
}
.secondary__profile p {
  font-size: 1.6em;
  font-family: Ryumin Regular KL;
  line-height: 2;
  color: #003D21;
}
.secondary__profile-txt {
  max-width: 460px;
  margin: auto;
  border: 1px solid #003d21;
  padding: 35px 0 25px;
  text-align: center;
}
.secondary__profile-wrap {
  display: inline-block;
  text-align: left;
}
.secondary__profile-wrap h2 {
  font-size: 1.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 2;
  color: #003D21;
}
.secondary__profile-wrap p {
  font-size: 1.4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 2;
  color: #003D21;
}
.secondary__profile .ttl {
  display: block;
  line-height: 1
}
.secondary__profile .txt {
  line-height: 2;
  margin-top: -20px;
  display: block;
}


.project__introduction.tertiary {
  background-color: rgba(220,209,128,0.5);
  padding-bottom: 50px;
}
.project__introduction.tertiary .list {
  max-width: 502px;
  margin: 50px auto 0;
}
.project__introduction.tertiary .list.course {
  padding-top: 50px;
}
.project__introduction.tertiary .list h3 {
  font-size: 1.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 15px;
}
.project__introduction.tertiary .list dl {
  display: flex;
}
.project__introduction.tertiary .list dt,
.project__introduction.tertiary .list dd {
  font-size: 1.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 2;
}
.first dt,
.second dt,
.third dt {
  margin-right: 20px;
}
.third,
.recruitment,
.deadline,
.list ul li:not(:last-child) {
  margin-bottom: 50px;
}
.explanatory li {
  font-size: 1.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-indent:-1em;
  padding-left:1em;
  line-height: 2;
}


.project__introduction .btn {
  display: flex;
  flex-wrap: wrap;
  max-width: 440px;
  justify-content: space-between;
  margin: auto;
}
.project__introduction .btn li {
  width: 214px;
  height: 48px;
}
.project__introduction .btn a {
    text-decoration: none;
    font-size: 1.8em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    border: 2px solid #000;
    border-radius: 8px 8px;
    padding: 15px 0;
    display: block;
    text-align: center;
}
.project__introduction .btn li:first-child a:before {
    content: "";
    background-image: url(../images/2019/btn_icon01.png);
    display: inline-block;
    height: 21px;
    width: 21px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 15px;
}
.project__introduction .btn li:last-child a:before {
    content: "";
    background-image: url(../images/2019/btn_icon02.png);
    display: inline-block;
    height: 24px;
    width: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 15px;
}

.project__introduction .mainbtn {
  width: 280px;
  margin: auto;
  background-color: #FFF;
  text-align: center;
  border-radius: 10px 10px;
  box-shadow: 5px 5px rgba(0,61,33,1);
}
.project__introduction .mainbtn a {
  text-decoration: none;
  font-size: 2.3em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding: 30px 0;
  display: block;
}
.project__introduction .btn2 {
  text-align: center;
  margin: 70px 0 40px;
}
.project__introduction .btn2 img {
  width: 400px;
}
.project__introduction .contactwrap {
  max-width: 460px;
  text-align: center;
  margin: auto;
}
.project__introduction .contact {
  font-size: 1.7em;
  font-family: Ryumin Regular KL;
  line-height: 2;
  text-align: left;
}
.project__introduction .illust {
 font-size: 1.3em;
 font-family: Ryumin Regular KL;
 text-align: center;
 margin: 65px 0;
}

.importantnotices {
  text-align: center;
  font-family: Ryumin Regular KL;
  font-size: 2.1em;
  color: #FF0000;
}

.footer__wrap {
  width: 100%;
  height: 245px;
  background-color: #003D21;
}
.footer__wrap ul {
  display: flex;
  justify-content: center;
  padding-top: 65px;
}
.footer__wrap ul li img {
  max-width: 80px;
}
.footer__contents {
  text-align: center;
  margin-top: 33px;
  color: #FFF;
}
.footer__contents small {
  font-size: 1.1em;
  letter-spacing: 1px;
  font-family: Ryumin Regular KL;
}

/*----------------------------------------policy*/
.policy__wrap {
  max-width: 500px;
  margin: 75px auto 85px;
  text-align: center;
}
.policy__inner,
.faq__inner {
  display: inline-block;
  text-align: left;
}
.policy__inner h1 {
  font-size: 2.2em;
  margin-bottom: 50px;
  font-family: Ryumin Bold KL;
}
.policy__inner h3 {
  font-size: 1.6em;
  line-height: 2.3;
  font-weight: normal;
  font-family: Ryumin Regular KL;
  font-feature-settings: "palt";
}
.policy__inner h3:not(:first-child) {
  margin-top: 40px;
}
.policy__inner p,
.policy__inner li {
  font-size: 1.6em;
  line-height: 2;
  font-family: Ryumin Regular KL;
}
.policy__inner li {
  text-indent: -1em;
  padding-left: 1em;
}
.policy__inner > p {
  margin-bottom: 50px;
}
.policy__group {
  margin-bottom: 40px;
}
.policy__group li {
  margin-bottom: 10px;
}
.policy__back-to-top {
  text-align: center;
  margin-top: 50px;
}
.policy__back-to-top a {
  font-size: 1.5em;
  text-decoration: none;
  vertical-align: top;
  font-family: Ryumin Regular KL;
}
.policy__back-to-top a:before {
  content: "";
  display: inline-block;
  background-image: url(../images/2019/back-to-top.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 16px;
  height: 23px;
  margin-right: 10px;
}

/*----------------------------------------faq*/
.faq__wrap {
  max-width: 486px;
  margin: 75px auto 85px;
  text-align: center;
}
.faq__inner h1 {
  font-size: 2.2em;
  margin-bottom: 50px;
  font-family: Ryumin Bold KL;
}
.faq__inner dt {
  font-size: 2.6em;
  font-family: Ryumin Bold KL;
}
.faq__inner dd {
  font-size: 1.6em;
  line-height: 2;
  font-family: Ryumin Regular KL;
}
.faq__inner dl:nth-of-type(odd) dt {
  color: #DD1C24
}
.faq__inner dl:nth-of-type(even) dt {
  color: #299BD2;
}
.faq__inner dl:nth-of-type(even) {
  margin-bottom: 70px;
}
.faq__inner .card li:not(:last-child) {
  text-indent:-1em;
  padding-left:1em;
}

@media screen and (max-width: 480px) {
  br {
    display: none;
  }
  .br-pcsp {
    display: block;
  }
  .br-sp {
    display: block;
  }
  h1.project__title {
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-image: url('../images/2019/header_bg_sp.jpg');
  }
  .project__bg.feedin {
    position: relative;
  }
  header.project__header-index h2 {
    position: absolute;
    z-index: 1;
  }
  .page_arrow {
    bottom: 80px;
    width: 47px;
    height: 47px;
    background-size: 47px;
  }
  .project__introduction {
    max-width: 100%;
  }
  .project__introduction-wrap {
    max-width: 90%;
    margin: 35px auto 30px;
  }
  .project__introduction-txt {
    font-size: 14px;
    line-height: 1.86;
  }
  .project__introduction.secondary {
    max-width: 90%;
    padding: 30px 0;
  }
  .secondary__wrap {
    max-width: 100%;
  }
  .secondary__wrap .about {
    width: calc(100% - 30px);
    font-size: 14px;
    line-height: 1.8;
    word-wrap: break-word;
  }
  .secondary__contents-img {
    width: calc(100% - 30px);
    max-width: 100%;
  }
  .secondary__profile {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: auto;
    padding: 57px 0 20px;
    justify-content: center;
  }
  .profileimg {
    max-width: 140px;
    margin-bottom: 20px;
  }
  .secondary__profile p {
    font-size: 14px;
    line-height: 1.8;
    width: calc(100% - 30px);
  }
  .secondary__profile span {
    width: 99%;
    text-align: center;
    display: inline-block;
  }
  .secondary__profile .ttl {
    display: inline-block;
    line-height: 2;
  }
  .secondary__profile .txt {
    line-height: 2;
    margin-top: 0;
    display: inline-block;
    text-align: left;
  }
  .secondary__profile-txt {
    max-width: 100%;
    width: calc(100% - 30px);
    padding:15px 0;
  }
  .secondary__profile-wrap {
    width: calc(100% - 26px);
  }
  .secondary__profile-wrap h2 {
    font-size: 14px;
    line-height: 1.8;
  }
  .secondary__profile-wrap p {
    font-size: 12px;
    line-height: 1.8;
  }

  .project__introduction.tertiary {
    max-width: 90%;
    padding-bottom: 50px;
  }
  .project__introduction.tertiary .list.course {
    padding-top: 30px;
  }
  .project__introduction.tertiary .list {
    max-width: 100%;
    margin: 30px auto 0;
  }
  .project__introduction.tertiary .list {
    /*padding-top: 50px;*/
    width: calc(100% - 30px);
  }
  .project__introduction.tertiary .first dt,
  .project__introduction.tertiary .second dt,
  .project__introduction.tertiary .third dt {
    width: 60px;
  }
  .project__introduction.tertiary .list h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .project__introduction.tertiary .list dt,
  .project__introduction.tertiary .list dd {
    font-size: 14px;
    line-height: 1.8;
  }
  .first,
  .second,
  .third,
  .time,
  .place,
  .tuition,
  .recruitment,
  .capacity,
  .method,
  .announcement,
  .deadline {
    display: block!important;
  }
  .first dt,
  .second dt,
  .third dt {
    float: left;
  }
  .first dt,
  .second dt,
  .third dt {
    margin-right: 0;
  }
  .tuition dt,
  .recruitment dt {
    float: none;
  }
  .place {
    margin-top: 30px;
  }
  .third,
  .place,
  .recruitment,
  .deadline,
  .tuition,
  .capacity,
  .announcement,
  .list ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .list ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .explanatory li {
    font-size: 14px;
    line-height: 1.8;
    text-indent:0;
    padding-left:0;
    }
  .project__introduction .btn {
    justify-content: center;
    margin-bottom: 40px;
  }
  .project__introduction .btn li {
    width: calc(100% - 140px);
    height: auto;
  }
  .project__introduction .btn a {
      font-size: 12px;
      padding: 7% 0;
      text-align: left;
  }
  .project__introduction .btn li:first-child a:before {
      height: 15px;
      width: 15px;
      margin: 0 15px 0;
  }
  .project__introduction .btn li:last-child a:before {
      height: 16px;
      width: 10px;
      margin: 0 15px 0;
  }
  .project__introduction .mainbtn {
    width: calc(100% - 60px);
  }
  .project__introduction .mainbtn a {
    font-size: 18px;
    padding: 11% 0;
  }
  .project__introduction .btn2 {
    margin: 50px 0 35px;
  }
  .project__introduction .btn2 img {
    width: calc(100% - 60px);
  }
  .project__introduction .contact {
    font-size: 14px;
    line-height: 2;
    text-align: center;
  }
  .project__introduction .illust {
   font-size: 12px;
   text-align: center;
   margin: 40px 0;
  }
  .list.w100 {
    width: 100%!important;
  }
  .importantnotices {
    font-size: 18px;
  }
  .footer__wrap {
    height: 220px;
  }
  .footer__wrap ul {
    max-width: 285px;
    margin: auto;
    padding-top: 40px;
  }
  .policy__wrap {
    max-width: 90%;
    margin: 45px auto 60px;
  }
  .policy__inner h1 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .policy__inner > p {
    margin-bottom: 35px;
  }
  .policy__inner h3 {
    font-size: 14px;
    line-height: 1.8;
  }
  .policy__inner p,
  .policy__inner li {
    font-size: 14px;
    line-height: 1.8;
  }
  .policy__inner li {
    text-indent: 0;
    padding-left: 0;
  }
  .policy__group {
    margin-bottom: 35px;
  }
  .policy__back-to-top a {
    font-size: 14px;
  }
  .policy__back-to-top a:before {
    width: 14px;
    height: 21px;
    margin-right: 10px;
  }
  .faq__wrap {
    max-width: 90%;
    margin: 45px auto 60px;
  }
  .faq__inner h1 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .faq__inner dd {
    font-size: 14px;
  }
  .faq__inner dt {
    font-size: 20px;
  }
  .faq__inner dl:nth-of-type(even) {
    margin-bottom: 35px;
  }
  .faq__inner .card li:not(:last-child) {
    text-indent: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .page_arrow {
    bottom: 65px;
  }
}