@charset "UTF-8";
/* media query */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/* 下層共通
templete,news,language,policy
*****************************************************/
body.news #wrapper header .sp_menu nav .splnav li.news {
  background-color: #F5FAEC;
}

body #wrapper header {
  background: #9FCB42;
}
@media all and (max-width: 1025px) {
  body #wrapper header {
    padding-top: 0 !important;
  }
}
body #wrapper header .sp_menu .menu-trigger {
  background: #000 !important;
}
body #wrapper main {
  line-height: 1.8;
}
body #wrapper main .intro {
  background: #9FCB42;
  height: 1050px;
  background-image: url(../../common/images/main_img_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 65%;
}
@media all and (max-width: 1680px) {
  body #wrapper main .intro {
    height: 890px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .intro {
    background-position: top 20px center;
    background-size: 65%;
    height: 830px;
  }
}
@media all and (max-width: 1366px) {
  body #wrapper main .intro {
    background-size: 70%;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .intro {
    background-position: top 50px center;
    background-size: 75%;
    height: 700px;
  }
}
@media all and (max-width: 1025px) and (-ms-high-contrast: none) {
  body #wrapper main .intro {
    height: 680px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .intro {
    background-position: top 140px center;
    background-size: 80%;
    height: 650px;
  }
}
@media all and (max-width: 768px) and (-ms-high-contrast: none) {
  body #wrapper main .intro {
    height: 630px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro {
    background-image: url(../../common/images/main_img_sp.png);
    background-position: top 100px center;
    background-size: 100%;
    height: 500px;
  }
}
body #wrapper main .intro .object {
  position: absolute;
  top: 50px;
}
@media all and (max-width: 1025px) {
  body #wrapper main .intro .object {
    top: 100px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro .object {
    top: 55px;
  }
}
body #wrapper main .intro .object img {
  max-width: 80%;
  margin: auto;
}
@media all and (max-width: 768px) {
  body #wrapper main .intro .object img {
    max-width: 90%;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro .object img {
    max-width: 100%;
  }
}
body #wrapper main .intro h1 {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin: 50px auto;
  font-size: 300%;
  width: 90%;
}
@media all and (max-width: 1680px) {
  body #wrapper main .intro h1 {
    margin: 50px auto 40px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .intro h1 {
    margin: 30px auto 40px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro h1 {
    line-height: 1.6;
    margin: 30px auto;
    font-size: 150%;
  }
}
body #wrapper main .intro h1.on {
  color: #fff000;
}
body #wrapper main .intro .lead {
  font-size: 150%;
  width: 90%;
  margin: auto;
}
@media all and (max-width: 480px) {
  body #wrapper main .intro .lead {
    font-size: 90%;
  }
}
body #wrapper main .intro::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../common/images/separate_white_bottom.png);
  width: 100%;
  height: 0;
  padding-top: 13.2%;
  margin-top: 850px;
  top: 0;
}
@media all and (max-width: 1680px) {
  body #wrapper main .intro::after {
    margin-top: 830px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .intro::after {
    margin-top: 700px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .intro::after {
    margin-top: 580px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .intro::after {
    margin-top: 460px;
  }
}
body #wrapper main .intro.on::after {
  content: none;
}
body #wrapper main .news .block {
  margin-top: 370px;
}
@media all and (max-width: 1680px) {
  body #wrapper main .news .block {
    margin-top: 340px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .news .block {
    margin-top: 280px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .news .block {
    margin-top: 200px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .news .block {
    margin-top: 100px;
  }
}
body #wrapper main .news .block.first {
  margin-top: 0;
}
@media all and (max-width: 768px) {
  body #wrapper main .news .block.first {
    margin-top: 30px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .news .block.first {
    margin-top: 20px;
  }
}
body #wrapper main .news .block.first .headline::before {
  top: -235px;
}
@media all and (max-width: 1680px) {
  body #wrapper main .news .block.first .headline::before {
    top: -250px;
  }
}
@media all and (max-width: 1440px) {
  body #wrapper main .news .block.first .headline::before {
    top: -190px;
  }
}
@media all and (max-width: 1025px) {
  body #wrapper main .news .block.first .headline::before {
    top: -140px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .news .block.first .headline::before {
    top: -110px;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .news .block.first .headline::before {
    top: -85px;
  }
}
body #wrapper main .news .block.first .headline.none::before {
  background-image: none;
}
body #wrapper main .news .block.first .headline h2 + p {
  width: 90%;
  margin: auto;
  font-weight: normal;
  font-size: 80%;
}
@media all and (max-width: 480px) {
  body #wrapper main .news .block.first .headline h2 + p {
    text-align: left;
  }
}
body #wrapper main .news .block.first .headline h2 + p + p {
  width: 90%;
  margin: auto;
  font-weight: normal;
  font-size: 80%;
  margin-top: 10px;
}
@media all and (max-width: 480px) {
  body #wrapper main .news .block.first .headline h2 + p + p {
    text-align: left;
  }
}
body #wrapper main .news .block.first h3:first-letter {
  color: #9FCB42;
}
body #wrapper main .news .block.first h3 + p {
  margin-top: 5px;
}
body #wrapper main .news .block .inner dl dt {
  font-weight: bold;
}
body #wrapper main .news .block .inner dl dd {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
body #wrapper main .news .block .inner dl dd a {
  color: #1e839e;
  border-bottom: 1px solid #1e839e;
}
body #wrapper main .news .block .inner ul.select {
  text-align: center;
  line-height: 2.5;
}
body #wrapper main .news .block .inner ul.select li a {
  color: #1e839e;
  border-bottom: 1px solid #1e839e;
}
@media all and (max-width: 480px) {
  body #wrapper main .news .block p {
    margin-top: 10px;
  }
}
body #wrapper main p {
  margin-top: 20px;
}
@media all and (max-width: 480px) {
  body #wrapper main p {
    margin-top: 0;
  }
}
body #wrapper main p.image {
  text-align: center;
  font-size: 0;
  padding-bottom: 50px;
}
@media all and (max-width: 480px) {
  body #wrapper main p.image {
    padding-bottom: 0;
  }
}
body #wrapper main p.image img {
  max-width: 700px;
}
@media all and (max-width: 480px) {
  body #wrapper main p.image img {
    max-width: 85%;
  }
}
body #wrapper main p.othersicon {
  margin: 100px auto 0 !important;
  font-size: 0;
}
@media all and (max-width: 480px) {
  body #wrapper main p.othersicon {
    margin: 50px auto 0 !important;
  }
}
@media all and (max-width: 480px) {
  body #wrapper main .last {
    height: 100px;
    background: #F5FAEC;
  }
}
body #wrapper main .last.on {
  background: #000;
}

ul.col2 {
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  ul.col2 {
    margin-top: 30px;
  }
}
ul.col2 li.mt30 {
  margin-top: 0 !important;
}
@media all and (max-width: 480px) {
  ul.col2 li.mt30 {
    margin-top: 30px !important;
  }
}
@media all and (max-width: 480px) {
  ul.col2 li p {
    margin-top: 10px;
  }
}

@media all and (max-width: 480px) {
  ul li ul.col2 {
    display: flex;
  }
}
ul li ul.col2 li {
  width: 48%;
}
@media all and (max-width: 480px) {
  ul li ul.col2 li:nth-child(2) {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  ul li:nth-child(2) p {
    margin-top: 10px;
  }
}

p.title {
  font-weight: bold;
  font-size: 150%;
  margin: 10px 0 !important;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
}
@media all and (max-width: 480px) {
  p.title {
    margin: 0 0 10px !important;
  }
}
p.title.on {
  color: #fff000;
}

h2 {
  line-height: 1.8;
  width: 90%;
  margin: 0 auto 30px;
  font-size: 120%;
}
@media all and (max-width: 480px) {
  h2 {
    line-height: 1.6;
  }
}

.headline {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto 50px;
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 1px;
}
@media all and (max-width: 480px) {
  .headline {
    margin: 0 auto;
    font-size: 120%;
  }
}
.headline::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-image: url(../images/bookmark.svg);
  width: 60px;
  height: 164px;
  top: -250px;
  right: 50px;
  z-index: 1;
}
@media all and (max-width: 1025px) {
  .headline::before {
    width: 50px;
    height: 145px;
    top: -200px;
    right: 20px;
  }
}
@media all and (max-width: 768px) {
  .headline::before {
    width: 40px;
    height: 109px;
    top: -150px;
  }
}
@media all and (max-width: 480px) {
  .headline::before {
    width: 25px;
    height: 68px;
    top: -50px;
    right: 20px;
  }
}
.headline img.arch {
  max-width: 175px;
  max-height: 35px;
  margin-bottom: 10px;
}
@media all and (max-width: 480px) {
  .headline img.arch {
    max-height: 20px;
    margin-bottom: 0;
  }
}

span {
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 1em;
  transition: all 2s ease;
}
span.active {
  background-position: -100% 1em;
}
span.on {
  background-image: none !important;
}
span.marker-animation {
  background-image: linear-gradient(left, transparent 50%, rgb(226, 239, 198) 50%);
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(226, 239, 198) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(226, 239, 198) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(226, 239, 198) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(226, 239, 198) 50%);
}

.footer_wrapper footer {
  position: relative;
  background: #9FCB42;
  color: #fff;
}
.footer_wrapper footer::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../common/images/separate_footer_top_w.png);
  width: 100%;
  height: 0;
  padding-top: 5%;
}
@media all and (max-width: 480px) {
  .footer_wrapper footer::before {
    top: 0;
  }
}

@media all and (max-width: 480px) {
  body.news #wrapper main .intro,
  body.language #wrapper main .intro,
  body.policy #wrapper main .intro {
    background-image: url(../../common/images/main_img_sp.png);
    height: 500px;
  }
}

@media all and (max-width: 1680px) {
  body.templete #wrapper main .intro::after,
  body.news #wrapper main .intro::after,
  body.language #wrapper main .intro::after,
  body.policy #wrapper main .intro::after {
    margin-top: 700px;
  }
}
@media all and (max-width: 1025px) {
  body.templete #wrapper main .intro::after,
  body.news #wrapper main .intro::after,
  body.language #wrapper main .intro::after,
  body.policy #wrapper main .intro::after {
    margin-top: 610px;
  }
}
@media all and (max-width: 480px) {
  body.templete #wrapper main .intro::after,
  body.news #wrapper main .intro::after,
  body.language #wrapper main .intro::after,
  body.policy #wrapper main .intro::after {
    margin-top: 460px;
  }
}

body.news #wrapper main .intro h1,
body.language #wrapper main .intro h1 {
  letter-spacing: 3px;
}

body #wrapper main .news .block:not(.first) {
  margin-top: 350px;
}
@media all and (max-width: 1440px) {
  body #wrapper main .news .block:not(.first) {
    margin-top: 300px;
  }
}
@media all and (max-width: 768px) {
  body #wrapper main .news .block:not(.first) {
    margin-top: 200px;
  }
}

body.news #wrapper main .contents_end,
body.language #wrapper main .contents_end,
body.policy #wrapper main .contents_end {
  background: #fff;
  padding-bottom: 50px;
}
@media all and (max-width: 480px) {
  body.news #wrapper main .contents_end,
  body.language #wrapper main .contents_end,
  body.policy #wrapper main .contents_end {
    padding-bottom: 100px;
  }
}

@media all and (max-width: 1440px) {
  body.templete .footer_wrapper .footer_img,
  body.news .footer_wrapper .footer_img,
  body.language .footer_wrapper .footer_img,
  body.policy .footer_wrapper .footer_img {
    top: -80px;
  }
}
@media all and (max-width: 1025px) {
  body.templete .footer_wrapper .footer_img,
  body.news .footer_wrapper .footer_img,
  body.language .footer_wrapper .footer_img,
  body.policy .footer_wrapper .footer_img {
    top: -90px;
  }
}

body.news .footer_wrapper footer.on::before,
body.language .footer_wrapper footer.on::before,
body.policy .footer_wrapper footer.on::before {
  background-image: none;
}

body.templete footer .create,
body.news footer .create,
body.language footer .create,
body.policy footer .create {
  padding-top: 160px;
}
@media all and (max-width: 768px) {
  body.templete footer .create,
  body.news footer .create,
  body.language footer .create,
  body.policy footer .create {
    padding-top: 100px;
  }
}
@media all and (max-width: 480px) {
  body.templete footer .create,
  body.news footer .create,
  body.language footer .create,
  body.policy footer .create {
    padding-top: 50px;
  }
}

body.templete footer .create_second {
  padding-top: 50px;
}
@media all and (max-width: 768px) {
  body.templete footer .create_second {
    padding-top: 50px;
  }
}
@media all and (max-width: 480px) {
  body.templete footer .create_second {
    padding-top: 20px;
  }
}