@charset "UTF-8";
/* Scss Document */
/*-----------------------------------------------------------------
import
------------------------------------------------------------------*/
/* Scss Document */
/*--------------------------------------------
body
---------------------------------------------*/
html {
  font-size: 100%;
}

body {
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana,
    "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, Meiryo,
    sans-serif;
}

a:link {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

/* @media print {
  .header,
  .pagetop a .topbutton {
    display: none;
  }
} */

@media screen and (max-width: 480px) {
  a:hover {
    opacity: 1;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#pageWrap {
  min-width: 1000px;
}

@media screen and (max-width: 768px) {
  #pageWrap {
    min-width: 1020px;
  }
}

@media screen and (max-width: 480px) {
  #pageWrap {
    min-width: auto;
    max-width: 480px;
  }
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* img {
  width: 100%;
} */

.red {
  color: red;
}

.bold {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothicB,
    "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

.pt10 {
  padding-top: 10px;
}

.pt30 {
  padding-top: 30px;
}

.pt50 {
  padding-top: 50px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb50 {
  padding-bottom: 50px;
}

/*--------------------------------------------*/
/* Scss Document */
/*kyevisual
-----------------------------------------------*/
.p-mv {
  background-image: url(../img/top.jpg);
  background-repeat: no-repeat;
  background-position: calc(50% + 230px) 0;
  background-size: 864px;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .p-mv {
    max-width: 480px;
    background-size: 95%;
    background-position: 15vw 0;
    padding-bottom: 25px;
    margin-bottom: 0;
  }
}

.p-mv .p-mv__container {
  margin: auto;
  padding: 230px 0 75px;
  width: 1000px;
}

@media screen and (max-width: 480px) {
  .p-mv .p-mv__container {
    margin: auto;
    padding: 90px 2% 15px 2%;
    width: 96%;
  }
}

.p-mv__container__wrap {
  margin-right: auto;
  width: 421px;
}

@media screen and (max-width: 480px) {
  .p-mv__container__wrap {
    width: 36%;
    margin-right: 0;
  }
}

.p-mv__container__wrap .p-mv__title {
  font-size: 30px;
  margin: 0;
  width: 420px;
}

@media screen and (max-width: 480px) {
  .p-mv__container__wrap .p-mv__title {
    width: 100%;
  }
}

.p-mv__container__wrap .p-mv__text {
  margin-top: 20px;
  width: 425px;
}

@media screen and (max-width: 480px) {
  .p-mv__container__wrap .p-mv__text {
    display: none;
  }
}

.p-mv__container__wrap .about__btn {
  margin-right: auto;
  margin-left: 0;
  margin-top: 70px;
  width: 220px;
}

@media screen and (max-width: 480px) {
  .p-mv__container__wrap .about__btn {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}

/* Scss Document */
/*course
--------------------------------------------*/
.p-course {
  margin: 0 auto;
  padding-bottom: 35px;
  height: 621px;
  background-image: url(../img/1x/course_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 480px) {
  .p-course {
    padding-bottom: 12vw;
    margin-top: 2.5vw;
    margin-bottom: 20px;
    max-width: 480px;
    height: auto;
    width: auto;
    background-image: url(../img/1x/course_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}

.p-course h2 {
  margin: 0 auto;
  font-size: 38px;
  padding: 48px 0 20px 0;
  width: 125.4px;
}

@media screen and (max-width: 480px) {
  .p-course h2 {
    padding: 10px 0 0 0;
    width: 27%;
    font-size: 24px;
  }
}

.p-course__wrap {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 480px) {
  .p-course__wrap {
    width: 94%;
    margin: 10px 3% 0 3%;
  }
}

.p-course__wrap .p-course__container {
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .p-course__wrap .p-course__container {
    width: 100%;
  }
}

.p-course__item {
  float: left;
  list-style: none;
}

@media screen and (max-width: 480px) {
  .p-course__item {
    width: 48.5%;
  }
}

.p-course__item a {
  display: inline-block;
}

.p-course__item a:link,
.p-course__item a:visited,
.p-course__item a:hover {
  color: white;
}

@media screen and (max-width: 480px) {
  .p-course__item a {
    width: 100%;
  }
}

.p-course__item a .course__img {
  position: absolute;
  z-index: 100;
  width: 320px;
}

.p-course__item a .imageSize {
  z-index: 150;
  opacity: 0;
  width: 320px;
  height: 200px;
}

@media screen and (max-width: 480px) {
  .p-course__item a .course__img {
    width: 45.59%;
    height: auto;
    height: 28vw;
  }
}

.p-course__box {
  z-index: 200;
  position: relative;
  width: 320px;
  text-align: center;
  line-height: 200px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5), -2px -2px 3px rgba(0, 0, 0, 0.5),
    -2px 2px 3px rgba(0, 0, 0, 0.5), 2px -2px 3px rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothicB,
    "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .p-course__box {
    width: 100%;
    height: 28vw;
    max-height: 134.6px;
    line-height: 28vw;
    font-size: 5vw;
  }
}

.p-course__item01 {
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .p-course__item01 {
    margin: 0;
    margin-right: 3%;
    margin-bottom: 3%;
  }
}

.p-course__item02 {
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .p-course__item02 {
    margin: 0;
    margin-bottom: 3%;
  }
}

.p-course__item03 {
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .p-course__item03 {
    margin: 0;
    margin-right: 3%;
    margin-bottom: 3%;
  }
}

.p-course__item04 {
  margin-right: 20px;
}

@media screen and (max-width: 480px) {
  .p-course__item04 {
    margin: 0;
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 480px) {
  .p-course__item05 {
    margin: 0;
    margin-right: 3%;
  }
}

.p-course__item06 {
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  .p-course__item06 {
    margin: 0;
  }
}

/* Scss Document */
/*news
--------------------------------------------*/
.p-news {
  position: relative;
  height: 690px;
  background-color: #f2f2f2;
  z-index: 100;
}

@media screen and (max-width: 480px) {
  .p-news {
    max-width: 480px;
    width: auto;
    height: auto;
    background-color: #f2f2f2;
    padding-bottom: 15vw;
  }
}

.p-news h2 {
  margin: 0 auto;
  padding: 40px 0 14px 0;
  width: 167.2px;
}

@media screen and (max-width: 480px) {
  .p-news h2 {
    width: 28%;
    padding: 34px 0 20px 0;
  }
}

.p-news__wrap {
  width: 1000px;
  height: 470px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .p-news__wrap {
    width: 94%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
}

.p-news__wrap input {
  display: none;
}

.p-news__wrap .tab {
  list-style: none;
  float: left;
  width: 178px;
  text-align: center;
  border: 1px solid;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothicB,
    "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media screen and (max-width: 480px) {
  .p-news__wrap .tab {
    height: 28px;
    font-size: 11px;
    line-height: 30px;
    margin-bottom: 18px;
    padding: 0;
    margin-left: calc(25% - 90px);
    margin-right: calc(25% - 90px);
  }
}

@media screen and (max-width: 400px) {
  .p-news__wrap .tab {
    width: calc(48% - 2px);
    margin-left: 2%;
    margin-right: 2%;
  }
}

.p-news__wrap .tab1 {
  margin-left: 95px;
  margin-right: 30px;
}

@media screen and (max-width: 480px) {
  .p-news__wrap .tab1 {
    margin-left: calc(25% - 90px);
    margin-right: calc(25% - 90px);
  }
}

@media screen and (max-width: 400px) {
  .p-news__wrap .tab1 {
    margin-left: 0px;
    margin-right: 2%;
  }
}

@media screen and (max-width: 400px) {
  .p-news__wrap .tab2 {
    margin-left: 2%;
    margin-right: 0;
  }
}

.p-news__wrap .tab3 {
  margin-left: 30px;
}

@media screen and (max-width: 480px) {
  .p-news__wrap .tab3 {
    margin-left: calc(25% - 90px);
    margin-right: calc(25% - 90px);
  }
}

@media screen and (max-width: 400px) {
  .p-news__wrap .tab3 {
    margin-left: 0;
    margin-right: 2%;
  }
}

.p-news__wrap .tab4 {
  margin-left: 30px;
  margin-right: 95px;
}

@media screen and (max-width: 480px) {
  .p-news__wrap .tab4 {
    margin-left: calc(25% - 90px);
    margin-right: calc(25% - 90px);
  }
}

@media screen and (max-width: 400px) {
  .p-news__wrap .tab4 {
    margin-left: 2%;
    margin-right: 0;
  }
}

.p-news__wrap input:checked + .tab {
  width: 180px;
  height: 31px;
  border: 0;
  margin-bottom: 13px;
  padding-bottom: 0;
  background-image: url(../img//newstab.svg);
  background-position: center top;
  background-repeat: no-repeat;
  color: white;
}

@media screen and (max-width: 480px) {
  .p-news__wrap input:checked + .tab {
    height: 35px;
    border: 0;
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 400px) {
  .p-news__wrap input:checked + .tab {
    width: 48%;
  }
}

.p-news__wrap #tabcheck_1:checked ~ .p-news__wrap__container .topicsTag {
  display: none;
}

.p-news__wrap #tabcheck_1:checked ~ .p-news__wrap__container .infoTag {
  display: none;
}

.p-news__wrap #tabcheck_1:checked ~ .p-news__wrap__container .danwaTag {
  display: none;
}

.p-news__wrap #tabcheck_2:checked ~ .p-news__wrap__container .allTag {
  display: none;
}

.p-news__wrap #tabcheck_2:checked ~ .p-news__wrap__container .topicsTag {
  display: none;
}

.p-news__wrap #tabcheck_2:checked ~ .p-news__wrap__container .danwaTag {
  display: none;
}

.p-news__wrap #tabcheck_3:checked ~ .p-news__wrap__container .infoTag {
  display: none;
}

.p-news__wrap #tabcheck_3:checked ~ .p-news__wrap__container .allTag {
  display: none;
}

.p-news__wrap #tabcheck_3:checked ~ .p-news__wrap__container .danwaTag {
  display: none;
}

.p-news__wrap #tabcheck_4:checked ~ .p-news__wrap__container .infoTag {
  display: none;
}

.p-news__wrap #tabcheck_4:checked ~ .p-news__wrap__container .allTag {
  display: none;
}

.p-news__wrap #tabcheck_4:checked ~ .p-news__wrap__container .topicsTag {
  display: none;
}

.p-news__wrap__container .allTag,
.p-news__wrap__container .infoTag,
.p-news__wrap__container .topicsTag,
.p-news__wrap__container .danwaTag {
  clear: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-news__wrap__container .p-news__container {
  display: inline-block;
  width: 490px;
  height: auto;
  background: white;
  margin: 0 0px 20px 0px;
}

@media screen and (max-width: 480px) {
  .p-news__wrap__container .p-news__container {
    width: 100%;
    height: auto;
    margin: 0 0 3% 0;
  }
}

.p-news__wrap__container .p-news__container .p-news__wrap__content {
  list-style: none;
  height: auto;
}

@media screen and (max-width: 480px) {
  .p-news__wrap__container .p-news__container .p-news__wrap__content {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.p-news__wrap__content > img {
  float: left;
  width: 140px;
  margin: 10px 10px 10px 10px;
}

@media screen and (max-width: 480px) {
  .p-news__wrap__content > img {
    margin: 6.11px;
    width: 85.7px;
    height: 61.2px;
  }
}

.p-news__item {
  width: 470px;
  height: 96px;
  padding-top: 20px;
}

@media screen and (max-width: 480px) {
  .p-news__item {
    width: 100%;
    height: auto;
    padding-top: 10px;
  }
}

.p-news__item .day {
  padding-top: 4px;
  font-size: 16px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothicB,
    "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  margin-right: 20px;
  float: left;
}

@media screen and (max-width: 480px) {
  .p-news__item .day {
    padding-top: 4px;
    font-size: 9.79px;
    margin-right: 20px;
  }
}

.p-news__item .colorB,
.p-news__item .colorR {
  width: 110px;
  margin-right: 20px;
  float: left;
}

@media screen and (max-width: 480px) {
  .p-news__item .colorB,
  .p-news__item .colorR {
    width: 66px;
    height: 15px;
  }
}

.p-news__item .newsText {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  padding-top: 15px;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .p-news__item .newsText {
    line-height: 1.5em;
    padding-top: 0;
    margin-right: 3%;
    margin-bottom: 3%;
    font-size: 12px;
  }
}

.p-news__link {
  clear: left;
  width: 260px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  background: #006934;
}

@media screen and (max-width: 480px) {
  .p-news__link {
    width: 61%;
  }
}

.p-news__link a {
  display: block;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  background-image: url(../img/newslink_marker.svg);
  background-position: calc(50% - 60px) 11px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .p-news__link a {
    width: 100%;
    font-size: 12px;
    background-image: url(../img/newslink_marker.svg);
    background-repeat: no-repeat;
    background-position: calc(50% - 45px) 8.5px;
    background-size: 12px;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
  }
}

/* Scss Document */
/*links
------------------------------------------------*/
.p-home__link {
  width: 1000px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
  .p-home__link {
    max-width: 480px;
    width: auto;
    margin: auto;
    margin-top: 10vw;
    margin-bottom: 10vw;
    padding: 0;
  }
}

.p-home__link .p-home__link__container {
  margin: 0;
  padding: 0;
  width: 1000px;
  height: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .p-home__link .p-home__link__container {
    margin: auto;
    padding: 0;
    width: 94%;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-home__link__item {
  list-style: none;
  width: 150px;
  height: 80px;
  background: #9bcc05;
}

@media screen and (max-width: 480px) {
  .p-home__link__item {
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
  }
}

.p-home__link__item a {
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 12px;
  font-family: "こぶりなゴシック Std W1", "こぶりなゴシック Std W3",
    "こぶりなゴシック Std W6", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Verdana, "游ゴシック Medium", "Yu Gothic Medium",
    "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .p-home__link__item a {
    width: 100%;
    height: auto;
    font-size: 13px;
    padding-top: 30px;
    padding-bottom: 6px;
  }
}

.p-home__link__item01 > a {
  background: url(../img/linkitem01.svg) no-repeat 50% 10px;
}

@media screen and (max-width: 480px) {
  .p-home__link__item01 > a {
    background-size: auto 15px;
    background-position: 50% 8px;
  }
}

.p-home__link__item02 > a {
  background: url(../img/linkitem02.svg) no-repeat 50% 10px;
}

@media screen and (max-width: 480px) {
  .p-home__link__item02 > a {
    background-size: auto 15px;
    background-position: 50% 8px;
  }
}

.p-home__link__item03 > a {
  background: url(../img/linkitem03.svg) no-repeat 50% 10px;
}

@media screen and (max-width: 480px) {
  .p-home__link__item03 > a {
    background-size: auto 15px;
    background-position: 50% 8px;
  }
}

.p-home__link__item04 > a {
  background: url(../img/linkitem04.svg) no-repeat 50% 10px;
}

@media screen and (max-width: 480px) {
  .p-home__link__item04 > a {
    background-size: auto 19px;
    background-position: 50% 6px;
  }
}

.p-home__link__item05 > a {
  background: url(../img/linkitem05-2.svg) no-repeat 50% 11px;
}

@media screen and (max-width: 480px) {
  .p-home__link__item05 > a {
    background-size: auto 16px;
    background-position: 50% 9px;
  }
}

.p-home__link__item06 > a {
  background: url(../img/linkitem06.svg) no-repeat 50% 11px;
}

@media screen and (max-width: 480px) {
  .p-home__link__item06 > a {
    background-size: auto 16px;
    background-position: 50% 9px;
  }
}

/*--------------------------------------------*/
/*-------------------------------------------*/
/* Scss Document */
/*----------------------------------------------
spnav
------------------------------------------------*/
.spNav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
  height: 100%;
}

.gNavSp__btn {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2001;
  width: 50px;
  height: 50px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  cursor: pointer;
  background: #006934;
}

.gNavSp__btn.action {
  background: none;
}

.gNavSp__btn.action .hambarg {
  background: #006934;
}

.gNavSp__btn.action .hambarg:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.gNavSp__btn.action .hambarg:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.gNavSp__btn.action .hambarg:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 480px) {
  .gNavSp__btn {
    visibility: visible;
    opacity: 1;
  }
}

.gNavSp__btn .hambarg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  width: 30px;
  background: #5c6b80;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  background: #fff;
}

.gNavSp__btn .hambarg:nth-child(1) {
  top: 30%;
  left: 50%;
}

.gNavSp__btn .hambarg:nth-child(2) {
  top: 50%;
  left: 50%;
}

.gNavSp__btn .hambarg:nth-child(3) {
  top: 70%;
  left: 50%;
}

.spNav__wrap {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  background-color: rgba(245, 246, 246, 0.95);
  overflow: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

@media screen and (min-width: 481px) {
  .spNav__wrap {
    display: none;
  }
}

.spNav__wrap.action {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.spNav__inner {
  position: relative;
  height: 500px;
  padding-bottom: 50px;
  padding-top: 30px;
}

.spNav__inner #siteSerchBoxSp {
  position: relative;
  width: 94%;
  height: 30px;
  margin: 0 3% 30px 3%;
}

.spNav__inner #siteSerchBoxSp form {
  position: relative;
  font-size: 16px;
  width: 100%;
}

.spNav__inner #siteSerchBoxSp input[type="text"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  width: 100%;
  height: auto;
  border: none;
  padding: 11px 0 11px 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
}

.spNav__inner #siteSerchBoxSp input::-webkit-input-placeholder {
  padding-top: 5px;
}

.spNav__inner #siteSerchBoxSp button {
  overflow: hidden;
  position: absolute;
  top: 20%;
  right: 3px;
  width: 32px;
  height: 24px;
  background: #fff url(../img/primarymenu.svg) no-repeat 9px 50%;
  text-indent: 28px;
  font-size: 16px;
  white-space: nowrap;
  border: none;
}

.spNav__inner #siteSerchBoxSp .c-gsc__image {
  display: none;
}

.spNav__type01 {
  margin: 0 3% 40px 3%;
  width: 94%;
  padding: 0;
  border-top: solid 2px #006934;
}

.spNav__type01 li {
  border-bottom: solid 2px #006934;
  list-style: none;
  background: url(../img/spnav01_maker.svg) no-repeat calc(100% - 10px) 12px;
}

.spNav__type01 li a {
  display: block;
  height: 26px;
  line-height: 1.5em;
  padding: 12px 3% 10px 3%;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothicB,
    "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

.spNav__type02 {
  margin: 0 3% 50px 3%;
  width: 94%;
  height: 200px;
  padding: 0;
}

.spNav__type02 li {
  list-style: none;
  background: #9bcc05;
  float: left;
}

.spNav__type02 li a {
  display: block;
  height: 100%;
  line-height: 1.25;
  padding: 16px 5%;
  font-size: 13px;
  font-weight: normal;
}

.spNav__type02 li a:link,
.spNav__type02 li a:visited {
  color: #fff;
}

.spNav__type02 .spN02L {
  width: calc(50% - 0.5px);
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}

.spNav__type02 .spN02R {
  width: calc(50% - 0.5px);
  border-bottom: solid 1px #fff;
}

.spNav__type02 .spN02LL {
  width: calc(50% - 0.5px);
  border-right: solid 1px #fff;
}

.spNav__type02 .spN02RL {
  width: calc(50% - 0.5px);
}

/* Scss Document */
/*------------------------------------------------
header
-------------------------------------------------*/
/* .header {
  background-color: rgba(245, 246, 246, 0.7);
  height: 100px;
}

@media screen and (max-width: 480px) {
  .header {
    height: 50px;
  }
}

.header .headerWrap {
  width: 1000px;
  height: 100px;
  margin: 0 auto;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .header .headerWrap {
    margin-left: 10px;
  }
}

@media screen and (max-width: 480px) {
  .header .headerWrap {
    width: auto;
    max-width: 480px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
  }
}

.hdLogo {
  margin: 0;
  width: 342px;
  float: left;
  padding-top: 19px;
  padding-right: 16px;
}

@media screen and (max-width: 480px) {
  .hdLogo {
    margin: 0;
    width: 171px;
    padding-top: 0;
    margin-left: 3%;
    margin-top: 10px;
  }
}

.hdLogo a {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .hdLogo a img {
    height: 30px;
  }
}

.hdBtn {
  position: relative;
}

@media screen and (max-width: 480px) {
  .hdBtn {
    display: none;
  }
}

.hdBtn ul {
  margin: 0;
}

.hdBtn ul li {
  float: right;
  list-style: none;
  width: 100px;
  text-align: center;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothicB,
    "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

.hdBtn ul li a:link {
  color: white;
  text-decoration: none;
}

.hdBtn ul li a:visited {
  color: white;
  text-decoration: none;
}

.hdLink {
  background-color: #9bcc05;
}

.hdLink a {
  width: 100%;
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 6px;
}

.hdSiteMap {
  background-color: #006934;
}

.hdSiteMap a {
  width: 100%;
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 6px;
}

.search {
  top: 0;
  left: 0;
}

.search .searchTrigger {
  position: absolute;
  right: 220px;
  top: 0;
}

.search .searchTrigger #search__triggerButton {
  background: url(../img/primarymenu.svg) no-repeat 50% 50%;
  border: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 30px;
  height: 26px;
  padding: 0;
}

.search__box {
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 100px;
  background: rgba(155, 204, 5, 0.9);
}

.search__box .search__box__wrap {
  position: relative;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
}

.search__box .search__box__wrap form {
  width: calc(100% - 80px);
  height: 60px;
  padding: 20px 0 20px 0;
}

.search__box input {
  position: absolute;
}

.search__box input[type="text"] {
  position: absolute;
  top: 20px;
  width: calc(100% - 104px);
  height: 56px;
  font-size: 20px;
  line-height: 1;
  padding-left: 1em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 0;
  border: none;
}

.search__box .submit {
  position: absolute;
  top: 20px;
  right: 80px;
  padding: 15px 20px;
  line-height: 1;
  background: none;
  border: none;
}

.search__box .submit img {
  width: 30px;
}

.search__box #search__closeButton {
  position: absolute;
  right: 0;
  top: 30px;
  width: 40px;
  height: 40px;
  border: none;
  background: url(../img/1x/searchclosebutton.png) no-repeat 50% 50%;
  overflow: hidden;
  text-indent: 300%;
  white-space: nowrap;
}

.search__box .c--gsc__image {
  display: none;
}

.gNav {
  clear: right;
}

@media screen and (max-width: 480px) {
  .gNav {
    display: none;
  }
}

.gNav ul li {
  float: left;
  list-style: none;
  margin: 32px 20px 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothicB,
    "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-weight: bold;
} */

/* Scss Document */
/*pagetop
--------------------------------------------------------*/
.c-pageTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 480px) {
  .c-pageTop {
    bottom: 10px;
    right: 3%;
  }
}

.c-pageTop #pageTop {
  display: inline-block;
}

.c-pageTop #pageTop .topButton {
  text-align: center;
  line-height: 50px;
  margin: 0;
  width: 100%;
}

/* Scss Document */
/*-----------------------------------------------------
footer
------------------------------------------------------*/
/* .footer {
  clear: both;
  height: 480px;
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  .footer {
    height: auto;
    margin-top: 10vw;
  }
}

.footer .path {
  line-height: 40px;
  background: #f8f9ed;
}

.footer .path > div {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .footer .path > div {
    max-width: 480px;
    margin-left: 3%;
    padding: 0;
    font-size: 13px;
  }
}

.footer .path > div img {
  width: 16px;
}

@media screen and (max-width: 480px) {
  .footer .path > div img {
    width: 13px;
  }
}

.footer .path > div a:link, .footer .path > div a:visited {
  color: #006934;
} */

/*footertop
--------------------------------------------*/
/* .footer__wrap--type01 {
  background-color: #006934;
}

@media screen and (max-width: 480px) {
  .footer__wrap--type01 {
    max-width: 480px;
    width: auto;
  }
}

.footer__wrap--type01 .footer__wrap__container--type01 {
  margin: auto;
  width: 1000px;
  height: 100px;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .footer__wrap--type01 .footer__wrap__container--type01 {
    padding: 0;
    width: 94%;
    height: 120px;
  }
}

.footer__wrap--type01 .footer__wrap__container--type01 li {
  list-style: none;
  height: 100px;
  float: left;
}

@media screen and (max-width: 480px) {
  .footer__wrap--type01 .footer__wrap__container--type01 li {
    height: 40px;
  }
}

.footer__wrap--type01 .footer__wrap__container--type01 li a:link, .footer__wrap--type01 .footer__wrap__container--type01 li a:visited {
  color: white;
  text-decoration: none;
}

.footer__wrap--type01 .footer__wrap__container--type01 li a p {
  margin: 0;
}

.footer__wrap--type01 .footer__wrap__container--type01 .footer__logo {
  margin: 0;
  width: 639px;
  height: 100px;
  border-right: 1px solid white;
  color: white;
}

@media screen and (max-width: 480px) {
  .footer__wrap--type01 .footer__wrap__container--type01 .footer__logo {
    width: 300px;
    height: 60px;
    border-right: none;
  }
}

.footer__wrap--type01 .footer__wrap__container--type01 .footer__logo .fLogo__wrap {
  height: 73px;
  width: 290px;
  padding-top: 27px;
}

@media screen and (max-width: 480px) {
  .footer__wrap--type01 .footer__wrap__container--type01 .footer__logo .fLogo__wrap {
    height: 45px;
    padding-top: 15px;
    width: 185px;
  }
}

.footer__wrap--type01 .footer__wrap__container--type01 .footer__inquiry, .footer__wrap--type01 .footer__wrap__container--type01 .footer__ridaiLink {
  width: 179px;
  border-right: 1px solid white;
  line-height: 100px;
  text-align: center;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothicB, "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .footer__wrap--type01 .footer__wrap__container--type01 .footer__inquiry, .footer__wrap--type01 .footer__wrap__container--type01 .footer__ridaiLink {
    width: 47.8%;
    border: 1px solid white;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 13px;
  }
}

.footer__wrap--type01 .footer__wrap__container--type01 .footer__inquiry a, .footer__wrap--type01 .footer__wrap__container--type01 .footer__ridaiLink a {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .footer__wrap--type01 .footer__wrap__container--type01 .footer__inquiry a, .footer__wrap--type01 .footer__wrap__container--type01 .footer__ridaiLink a {
    display: inline-block;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .footer__wrap--type01 .footer__wrap__container--type01 .footer__inquiry {
    margin-right: 3%;
  }
} */

/*footerlink
-------------------------------------------*/
/* .footer__wrap--type02 {
  width: 1000px;
  height: 80px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .footer__wrap--type02 {
    max-width: 480px;
    width: auto;
    height: 81px;
    margin: 0 auto;
    padding: 0;
  }
}

.fNav--type01 {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}

@media screen and (max-width: 480px) {
  .fNav--type01 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}

.fNav--type01 li {
  list-style: none;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .fNav--type01 li {
    width: 46%;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
  }
}

.fNav--type01 li a {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .fNav--type01 li a {
    width: 100%;
  }
}

.fNav--type01 li a p {
  margin: 0;
}

.fNav__item01 {
  margin-right: 80px;
}

@media screen and (max-width: 480px) {
  .fNav__item01 {
    margin: 0;
    border-bottom: solid 1px #f2f2f2;
    border-right: solid 1px #f2f2f2;
    padding-left: 3%;
  }
}

@media screen and (max-width: 480px) {
  .fNav__item02 {
    border-bottom: solid 1px #f2f2f2;
    padding-right: 3%;
  }
}

.fNav__item03 {
  margin: 0 80px 0 80px;
}

@media screen and (max-width: 480px) {
  .fNav__item03 {
    margin: 0;
    padding-left: 3%;
  }
}

@media screen and (max-width: 480px) {
  .fNav__item04 {
    border-left: solid 1px #f2f2f2;
    padding-right: 3%;
  }
} */

/*footermap
-------------------------------------------------*/
/* .footer__wrap--type03 {
  height: 300px;
  background: #f2f2f2;
}

@media screen and (max-width: 480px) {
  .footer__wrap--type03 {
    max-width: 480px;
    width: auto;
    height: 204px;
  }
}

.footer__wrap--type03 .footer__wrap__container--type03 {
  width: 1000px;
  height: 260px;
  margin: auto;
  padding-top: 35px;
}

@media screen and (max-width: 480px) {
  .footer__wrap--type03 .footer__wrap__container--type03 {
    width: 94%;
    height: 204px;
    margin: 0 3% 0 3%;
    padding: 0;
  }
}

.fNav--type02 > ul {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .fNav--type02 > ul {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

.fNav--type02 > ul > li {
  float: left;
  list-style: none;
  padding-left: 10px;
  background: url(../img/marker.svg) no-repeat left 11px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.95em;
}

@media screen and (max-width: 480px) {
  .fNav--type02 > ul > li {
    clear: left;
    width: 94%;
    padding-left: 17px;
    background: url(../img/marker.svg) no-repeat 5px 14.5px;
    line-height: 40px;
    border-bottom: solid 1px #fff;
    margin: 0;
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .fNav--type02 > ul > li:last-child {
    border: none;
  }
}

.fNav--type02 > ul > li a {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .fNav--type02 > ul > li a {
    width: 100%;
  }
}

.fNav--type02 > ul > li a:link, .fNav--type02 > ul > li a:visited {
  color: #5a6b4f;
}

.fNav--type02 > ul > li ul {
  padding: 0;
}

@media screen and (max-width: 480px) {
  .fNav--type02 > ul > li ul {
    display: none;
  }
}

.fNav--type02 > ul > li ul > li {
  list-style: none;
  font-size: 14px;
  padding-bottom: 2px;
  font-weight: 500;
}

.fNav02__wrap01 {
  margin-right: 30px;
}

.fNav02__wrap02 {
  margin-right: 50px;
}

.fNav02__wrap03 {
  margin-right: 110px;
}

.fNav02__wrap04 {
  margin-right: 120px;
} */

/*.footer__wrap--type04
-------------------------------------------*/
/* .footer__wrap--type04 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
}

@media screen and (max-width: 480px) {
  .footer__wrap--type04 {
    max-width: 480px;
    width: calc(100% - 10px * 2);
  }
}

.footer__wrap--type04 .footer__head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 0px;
  position: relative;
}

.footer__wrap--type04 .footer__head::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  display: inline-block;
  width: 30px;
  height: 1px;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #006934;
}

.footer__wrap__container--type04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

.footer__wrap__container--type04 .footer__item {
  width: calc(100% / 5 - 10px * 2);
  list-style: none;
}

@media screen and (max-width: 480px) {
  .footer__wrap__container--type04 .footer__item {
    width: calc(100% / 2 - 5px);
    margin-bottom: 20px;
  }
}

.footer__wrap__container--type04 .footer__item a {
  display: block;
  height: 100%;
  padding: 12px;
  color: #006934;
  background-color: #EBF5CD;
  text-align: center;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer__wrap__container--type04 .footer__item a:visited {
  color: #006934;
}

.footer__wrap__container--type04 .footer__item.line1 a {
  padding: 21px 12px;
} */

/*copylight
------------------------------------------------*/
/* .copylight {
  border-bottom: solid 3px #006934;
}

@media screen and (max-width: 480px) {
  .copylight {
    height: auto;
    width: auto;
    max-width: 480px;
    margin: auto;
  }
}

.copylight div {
  text-align: center;
  height: 80px;
  width: 1000px;
  margin: auto;
  line-height: 80px;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .copylight div {
    width: 94%;
    height: auto;
    margin: 4vw 3% 0 3%;
    padding-bottom: 4vw;
    line-height: 20px;
    font-size: 11px;
  }
} */

/*--------------------------------------------*/
/*--------------------------------------------*/
/* Scss Document */
/*-----------------------------------------------------
linkPage
------------------------------------------------------*/
.p-linkPage__wrap {
  width: 1000px;
  margin: auto;
}

.p-linkPage__wrap .p-linkPage__container {
  padding: 0 0 30px 0;
  list-style: none;
}

.p-linkPage__item {
  background: url(../img/marker.svg) no-repeat 1% 47%;
}

.p-linkPage__item a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
}

.p-linkPage__item a:link,
.p-linkPage__item a:visited {
  color: #000;
}

.p-linkPage__wrap {
  width: 1000px;
  margin: auto;
}

.p-linkPage__wrap ul {
  padding: 0 0 30px 0;
  list-style: none;
}

.p-linkPage__wrap ul li {
  background: url(../img/marker.svg) no-repeat 1% 47%;
}

.p-linkPage__wrap ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
}

.p-linkPage__wrap ul li a:link,
.p-linkPage__wrap ul li a:visited {
  color: #000;
}

/* Scss Document */
/*-----------------------------------------------------
sitemap
------------------------------------------------------*/
.c-sitemap {
  width: 1000px;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .c-sitemap {
    width: 96%;
  }
}

.c-sitemap__container > ul {
  list-style: none;
  padding-left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-sitemap__container > ul a {
  display: block;
}

.c-sitemap__item--lv01 {
  padding-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .c-sitemap__item--lv01 {
    width: 100%;
  }
}

.c-sitemap__item--lv01 > a {
  width: 280px;
  background: url(../img/marker.svg) no-repeat 95% 47%, #f0f1f1;
  padding: 16px 10px;
}

@media screen and (max-width: 480px) {
  .c-sitemap__item--lv01 > a {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
}

.c-sitemap__item--lv01 > ul {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
}

.c-sitemap__item--lv01 > ul li a {
  padding: 11px 25px;
  background: url(../img/marker.svg) no-repeat 2.5% 47%;
}

/* Scss Document */
/*-----------------------------------------------------
content
-------------------------------------------------------*/
.wrap--typeA {
  width: 1000px;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .wrap--typeA {
    width: 96%;
  }
}

.wrap--typeA .c-head--type03 {
  color: white;
  background: #9bcc05;
  font-size: 32px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothicB,
    "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 11px;
}

@media screen and (max-width: 480px) {
  .wrap--typeA .c-head--type03 {
    font-size: 21px;
    padding-left: 10px;
  }
}

.wrap--typeA .c-head--type04 {
  line-height: 40px;
  border-bottom: solid 1px #006934;
  font-size: 26px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothicB,
    "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

@media screen and (max-width: 480px) {
  .wrap--typeA .c-head--type04 {
    font-size: 18px;
    line-height: 26px;
  }
}

.wrap--typeA .c-head--type05 {
  line-height: 25px;
  border-left: solid 5px #9bcc05;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothicB,
    "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

@media screen and (max-width: 480px) {
  .wrap--typeA .c-head--type05 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}

.wrap--typeA p {
  line-height: 1.8em;
}

.wrap--typeA .wrap--type__img {
  width: 400px;
}

@media screen and (max-width: 480px) {
  .wrap--typeA .wrap--type__img {
    margin-right: 0px;
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.wrap--typeA .wrap--type__text {
  width: 560px;
}

@media screen and (max-width: 480px) {
  .wrap--typeA .wrap--type__text {
    width: 100%;
    float: none;
    font-size: 13px;
    line-height: 1.5em;
  }
}

.c-main .jump__qc {
  margin-top: -20px;
  padding-top: 100px;
}

@media screen and (max-width: 480px) {
  .c-main .jump__qc {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.c-main .jump {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 480px) {
  .c-main .jump {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.c-main .jump h3 {
  margin-top: 0;
}

.wrap--typeB {
  margin-bottom: 50px;
}

.wrap--typeB .wrap--type__img {
  margin-right: 40px;
  float: left;
}

.wrap--typeB .wrap--type__text {
  right: 0;
  margin: 0;
  float: right;
}

.wrap--typeB .caption {
  font-size: 14px;
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .wrap--typeB .caption {
    font-size: 12px;
  }
}

.wrap--typeC {
  margin-bottom: 50px;
}

.wrap--typeC .wrap--type__img {
  margin-left: 40px;
  float: right;
}

.wrap--typeC .wrap--type__text {
  float: left;
  margin: 0;
}

.wrap--typeD {
  margin-bottom: 50px;
}

.wrap--typeD .wrap--type__text {
  width: auto;
}

.wrap--typeD .wrap--type__img {
  width: auto;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .wrap--typeD .wrap--type__img {
    margin-bottom: 20px;
  }
}

.wrap__about {
  margin-bottom: 20px;
}

.wrap__about h4 {
  margin-top: 0;
}

.wrap__about .wrap--type__img {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .wrap__about .wrap--type__img {
    margin-bottom: 0;
  }
}

.wrap__inquiry {
  padding: 20px 0 30px;
}

/*table
---------------------------------------*/
@media screen and (max-width: 480px) {
  .wrap--type__table {
    overflow: auto;
    margin-bottom: 30px;
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .wrap--type__table::-webkit-scrollbar {
    height: 5px;
  }
}

@media screen and (max-width: 480px) {
  .wrap--type__table::-webkit-scrollbar-track {
    background: #fff;
  }
}

@media screen and (max-width: 480px) {
  .wrap--type__table::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.wrap--type__table th {
  background: #ddd;
  text-align: left;
  padding: 10px;
  line-height: 1.8em;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothicB,
    "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

.wrap--type__table td {
  line-height: 1.8em;
  padding: 10px;
  border: solid 1px #ddd;
}

.wrap--type__table p {
  float: right;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .wrap--type__table p {
    float: none;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 13px;
  }
}

.table--typeA table,
.table--typeB table {
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 50px;
}

.table--typeA table {
  width: 100%;
}

.table--typeA table th:first-child {
  border-left: solid 1px #ddd;
}

@media screen and (max-width: 480px) {
  .table--typeA table {
    width: 560px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.table--typeB table {
  width: 100%;
}

.table--typeB table th {
  width: 160px;
  border-left: solid 1px #ddd;
}

@media screen and (max-width: 480px) {
  .table--typeB table th {
    width: 30%;
  }
}

.table--typeB table tr:first-child > th {
  border-top: solid 1px #ddd;
}

.table--typeB table tr:last-child > th {
  border-bottom: solid 1px #ddd;
}

@media screen and (max-width: 480px) {
  .table--typeB table {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

/*list
-------------------------------------------*/
.wrap--type__list ul {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.wrap--type__list ul li {
  list-style: none;
  padding-left: 15px;
  background-image: url(../img/list-maker.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  line-height: 1.5em;
  margin: 10px 0 10px 0;
}

@media screen and (max-width: 480px) {
  .wrap--type__list ul li {
    font-size: 13px;
  }
}

/*link
----------------------------------------------*/
.wrap--type__link {
  padding-bottom: 30px;
}

.wrap--type__link a {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (max-width: 480px) {
  .wrap--type__link a {
    font-size: 13px;
  }
}

.wrap--typeA a {
  display: inline-block;
}

.wrap--typeA a:link,
.wrap--typeA a:visited {
  color: #006934;
}

.wrap--typeA a[target="_blank"] {
  padding-right: 20px;
  background: url(../img/jump.svg) no-repeat right center;
}

.wrap--typeA a[href$=".xls"],
.wrap--typeA a a[href$=".xlsx"] {
  padding-right: 20px;
  background: url(../img/excel.svg) no-repeat right center;
}

.wrap--typeA a[href$=".doc"],
.wrap--typeA a a[href$=".docx"] {
  padding-right: 20px;
  background: url(../img/word.svg) no-repeat right center;
}

.wrap--typeA a[href$=".pdf"] {
  padding-right: 20px;
  background: url(../img/pdf.svg) no-repeat right center;
}

.wrap--typeA a[href^="mailto:"] {
  padding-right: 20px;
  background: url(../img/mail.svg) no-repeat right center;
}

/* Scss Document */
/*-----------------------------------------------------
indexpage
-------------------------------------------------------*/
.category__head {
  background: url(../course/img/bg.png) no-repeat top center;
  background-size: cover;
}

.category__head .category__head__wrap {
  width: 1000px;
  height: 460px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .category__head .category__head__wrap {
    width: 96%;
    height: 230px;
    margin: 0 auto;
  }
}

.bg_about {
  background: url(../about/img/bg.png) no-repeat top center;
  background-size: cover;
}

.bg_teacher {
  background: url(../teacher/img/bg.png) no-repeat top center;
  background-size: cover;
}

.bg_gbgs {
  background: url(../gbgs/img/bg.png) no-repeat top center;
  background-size: cover;
}

.bg_qc {
  background: url(../qualification_career/img/bg.png) no-repeat top center;
  background-size: cover;
}

.bg_sitemap {
  background: url(../sitemap/img/bg.png) no-repeat top center;
  background-size: cover;
}

.bg_link {
  background: url(../link/img/bg.png) no-repeat top center;
  background-size: cover;
}

.bg_news {
  background: url(../news/img/bg.png) no-repeat top center;
  background-size: cover;
}

.bg_inquiry {
  background: url(../inquiry/img/bg.png) no-repeat top center;
  background-size: cover;
}

.category__head__title {
  padding-top: 180px;
  height: 81px;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .category__head__title {
    padding-top: 110px;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
  }
}

.category__head__title h2 {
  margin: 0;
  height: 81px;
  text-align: center;
  font-size: 36px;
}

@media screen and (max-width: 480px) {
  .category__head__title h2 {
    margin: 0;
    height: 50px;
    font-size: 1em;
  }
}

.category__head__title h2 img {
  width: auto;
  height: 100%;
}

.category__head__text {
  text-align: center;
  height: 83px;
}

.category__head__text img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .category__head__text {
    display: none;
  }
}

.category__head__text_2 {
  height: 51px;
}

.localNav {
  height: 60px;
  background: #9bcc05;
}

.localNav .localNav__wrap {
  width: 1000px;
  height: 60px;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .localNav .localNav__wrap {
    width: 96%;
    height: 60px;
    margin: auto;
  }
}

.localNav__wrap__container {
  margin: 0;
  padding: 0;
  max-width: 1000;
  height: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .localNav__wrap__container {
    width: 100%;
    max-width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}

.localNav__wrap__container .localNav__item {
  list-style: none;
  line-height: 60px;
  margin-right: 2.5%;
  color: #ffff;
}

@media screen and (max-width: 480px) {
  .localNav__wrap__container .localNav__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .localNav__wrap__container .localNav__item a {
    font-size: 13px;
  }
}

.localNav__wrap__container .localNav__item a:link,
.localNav__wrap__container .localNav__item a:visited {
  color: #fff;
}

.page__title {
  max-width: 1000px;
  font-size: 46px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
  .page__title {
    max-width: auto;
    width: 96%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.page__title h2 {
  font-size: 46px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 0px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .page__title h2 {
    font-size: 28px;
  }
}

.page__title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 5px;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #006934;
  border-radius: 2px;
}

.page__image {
  width: 1000px;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .page__image {
    width: 96%;
    margin: auto;
  }
}

.page__readText {
  width: 1000px;
  margin: auto;
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  .page__readText {
    width: 96%;
    margin: auto;
    margin-top: 30px;
  }
}

.page__readText h3 {
  color: #9bcc05;
  font-size: 32px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothicB,
    "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

@media screen and (max-width: 480px) {
  .page__readText h3 {
    color: #9bcc05;
    font-size: 21px;
  }
}

.page__readText p {
  line-height: 1.6em;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .page__readText p {
    font-size: 13px;
    line-height: 1.4em;
  }
}

.indexPage__wrap {
  width: 1000px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .indexPage__wrap {
    width: 96%;
    margin: auto;
  }
}

.indexPage__wrap__container {
  width: 320px;
  padding-bottom: 50px;
}

.indexPage__wrap__container:nth-child(3n + 2):last-child {
  margin-left: auto;
  margin-right: 340px;
}

@media screen and (max-width: 480px) {
  .indexPage__wrap__container:nth-child(3n + 2):last-child {
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .indexPage__wrap__container {
    width: 100%;
  }
}

.indexPage__wrap__container a {
  display: block;
  height: 220px;
  width: 320px;
}

@media screen and (max-width: 480px) {
  .indexPage__wrap__container a {
    width: 100%;
    height: auto;
  }
}

.indexPage__wrap__container a .indexPage__item01 {
  position: relative;
  background: url(../img/pagename02.svg) no-repeat 95% 50%, #006934;
  color: white;
  margin-top: -25px;
  margin-left: 10px;
  padding: 10px 0 10px 20px;
  width: 240px;
  height: 20px;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothicB,
    "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .indexPage__wrap__container a .indexPage__item01 {
    font-size: 17px;
    width: 80%;
  }
}

.indexPage__item02 {
  width: 300px;
  margin: 20px 10px 0px 10px;
  font-size: 14px;
  line-height: 1.8em;
}

@media screen and (max-width: 480px) {
  .indexPage__item02 {
    width: calc(100% - 20px);
    font-size: 13px;
    line-height: 1.6em;
  }
}

.c-link__button p {
  width: 320px;
  margin-top: 0;
  margin-bottom: 50px;
  position: relative;
  background: url(../img/pagename02.svg) no-repeat 95% 50%, #006934;
  height: 60px;
  cursor: pointer;
  font-size: 22px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothicB,
    "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

.c-link__button p:nth-child(3n + 2):last-child {
  margin-left: auto;
  margin-right: 340px;
}

@media screen and (max-width: 480px) {
  .c-link__button p:nth-child(3n + 2):last-child {
    margin-right: auto;
  }
}

@media screen and (max-width: 480px) {
  .c-link__button p {
    font-size: 20px;
    width: 100%;
    height: 56px;
    margin-bottom: 30px;
  }
}

.c-link__button p a {
  display: block;
  width: 300px;
  line-height: 26px;
  padding: 17px 0 17px 20px;
}

@media screen and (max-width: 480px) {
  .c-link__button p a {
    height: auto;
    width: auto;
  }
}

.c-link__button p a:link {
  color: #fff;
}

.c-link__button p a:visited {
  color: #fff;
}

/* Scss Document */
.p-news__2colums {
  width: 1000px;
  margin: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .p-news__2colums {
    width: 96%;
  }
}

.p-news__2colums ul {
  margin: 0;
  padding: 0;
}

.p-news__2colums li {
  list-style: none;
}

.p-news__content {
  float: left;
  width: 75%;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .p-news__content {
    width: 100%;
  }
}

.p-news__content .acms-entry a {
  word-break: break-all;
  display: inline-block;
}

.p-news__content .acms-entry a:link,
.p-news__content .acms-entry a:visited {
  color: #006934;
}

.p-news__content .acms-entry a[target="_blank"] {
  padding-right: 20px;
  background: url(../img/jump.svg) no-repeat right center;
}

.p-news__content .acms-entry a[href$=".xls"],
.p-news__content .acms-entry a a[href$=".xlsx"] {
  padding-right: 20px;
  background: url(../img/excel.svg) no-repeat right center;
}

.p-news__content .acms-entry a[href$=".doc"],
.p-news__content .acms-entry a a[href$=".docx"] {
  padding-right: 20px;
  background: url(../img/word.svg) no-repeat right center;
}

.p-news__content .acms-entry a[href$=".pdf"] {
  padding-right: 20px;
  background: url(../img/pdf.svg) no-repeat right center;
}

.p-news__content .acms-entry a[href^="mailto:"] {
  padding-right: 20px;
  background: url(../img/mail.svg) no-repeat right center;
}

.p-news__sidemenu {
  width: 20%;
  float: right;
  margin-top: 80px;
  margin-left: 5%;
}

@media screen and (max-width: 480px) {
  .p-news__sidemenu {
    width: 100%;
    margin: 0;
  }
}

.p-news__list--level01 {
  width: 100%;
  padding: 15px;
  border-bottom: 1px #000 dotted;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .p-news__list--level01 {
    padding: 10px 0;
  }
}

.p-news__list--level01 a {
  display: block;
  width: 100%;
  height: 110px;
}

@media screen and (max-width: 480px) {
  .p-news__list--level01 a {
    height: auto;
    min-height: 73px;
    margin: 0;
  }
}

.p-news__list--level01 .p-news__thumb {
  float: left;
  width: 150px;
}

@media screen and (max-width: 480px) {
  .p-news__list--level01 .p-news__thumb {
    width: 100px;
  }
}

.p-news__list--level01 p {
  display: inline-block;
  padding-left: 15px;
  margin: 0;
  vertical-align: top;
}

.p-news__list--level01 p:last-child {
  width: calc(100% - 165px);
}

@media screen and (max-width: 480px) {
  .p-news__list--level01 p:last-child {
    width: calc(100% - 115px);
  }
}

@media screen and (max-width: 480px) {
  .p-news__list--level01 p {
    font-size: 13px;
    width: calc(100% - 115px);
  }
}

.p-news__list--level01 .p-news__tag {
  width: 110px;
  margin-left: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .p-news__list--level01 .p-news__tag {
    width: 88px;
    margin-bottom: 5px;
  }
}

.p-news__list--level01 .day {
  line-height: 27px;
}

@media screen and (max-width: 480px) {
  .p-news__list--level01 .day {
    line-height: 20px;
    width: auto;
  }
}

.pager {
  padding-top: 30px;
  text-align: center;
  clear: both;
}

.pager a,
.pager span {
  width: 83px;
  height: 45px;
  margin: 0px 3px;
  background: #eaeaea;
  border: 1px solid #d7d7d7;
  font-size: 90%;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .pager a,
  .pager span {
    font-size: 70%;
    margin: 0px 1.5px;
  }
}

.pager .curent {
  background: #dddcdc;
}

.p-news__sidemenu {
  text-align: left;
}

.p-news__sidelist--level01 {
  height: 50px;
  border-bottom: 2px #006934 solid;
  line-height: 50px;
  font-size: 23px;
  font-weight: bold;
  padding-left: 25px;
}

@media screen and (max-width: 480px) {
  .p-news__sidelist--level01 {
    font-size: 18px;
  }
}

.p-news__sidelist--level02 {
  height: 50px;
  margin: auto;
  border-bottom: 1px #000 dotted;
  line-height: 50px;
  font-size: 16px;
  background: url(../img/marker.svg) no-repeat 10px 50%;
  padding-left: 25px;
}

@media screen and (max-width: 480px) {
  .p-news__sidelist--level02 {
    font-size: 14px;
  }
}

.p-news__sidelist--level02 a {
  display: block;
}

.p-news__title {
  margin: 90px 0 20px;
  padding-bottom: 20px;
  border-bottom: 2px #006934 dotted;
}

@media screen and (max-width: 480px) {
  .p-news__title {
    margin-top: 40px;
  }
}

.p-news__title p {
  margin: 0;
}

.p-news__title p span {
  line-height: 27px;
  display: inline-block;
  vertical-align: top;
}

.p-news__title h2 {
  font-size: 32px;
  margin: 0;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .p-news__title h2 {
    font-size: 22px;
  }
}

.p-news__title img {
  width: 110px;
  margin-left: 20px;
}

.p-news__text {
  line-height: 1.5em;
}

.p-news__text--type01 {
  padding-bottom: 15px;
  border-bottom: 1px #000 dashed;
}

.p-news__text a {
  display: inline-block;
}

.p-news__text a:link,
.p-news__text a:visited {
  color: #006934;
}

.p-news__text a[target="_blank"] {
  padding-right: 20px;
  background: url(../img/jump.svg) no-repeat right center;
}

.p-news__text a[href$=".xls"],
.p-news__text a a[href$=".xlsx"] {
  padding-right: 20px;
  background: url(../img/excel.svg) no-repeat right center;
}

.p-news__text a[href$=".doc"],
.p-news__text a a[href$=".docx"] {
  padding-right: 20px;
  background: url(../img/word.svg) no-repeat right center;
}

.p-news__text a[href$=".pdf"] {
  padding-right: 20px;
  background: url(../img/pdf.svg) no-repeat right center;
}

.p-news__text a[href^="mailto:"] {
  padding-right: 20px;
  background: url(../img/mail.svg) no-repeat right center;
}

@media screen and (max-width: 480px) {
  .p-news__text {
    font-size: 13px;
  }
}

.p-news__picture {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-news__picture__item01 {
  width: 165px;
  -webkit-flex-basis: 165px;
  -ms-flex-preferred-size: 165px;
  flex-basis: 165px;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.p-news__picture__item01:nth-child(3n + 2) {
  margin: 0 10px 0;
}

@media screen and (max-width: 480px) {
  .p-news__picture__item01:nth-child(3n + 2) {
    margin: 0;
  }
}

.p-news__picture__item01:nth-child(3n + 2):last-child {
  margin-right: 336px;
}

.p-news__picture__item01:nth-child(3n + 1):last-child {
  margin-right: 672px;
}

.p-news__picture__item01 p {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.p-news__picture .vertical {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-news__content .p-news__content__list--type01 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.p-news__content .p-news__content__list--type01 li {
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .p-news__content .p-news__content__list--type01 li {
    font-size: 13px;
  }
}

.p-news__content .p-news__content__list--type02 {
  margin: 0;
  margin-bottom: 30px;
  padding-left: 1.5em;
}

.p-news__content .p-news__content__list--type02 li {
  margin-bottom: 10px;
  list-style: decimal;
}

@media screen and (max-width: 480px) {
  .p-news__content .p-news__content__list--type02 li {
    font-size: 13px;
  }
}

/* Scss Document */
.p-about__table table {
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-about__table table {
  width: 100%;
  table-layout: fixed;
}

.p-about__table table td {
  white-space: normal !important;
}

.p-about__table table th:first-child {
  border-left: solid 1px #ddd;
}

.p-about__table table th:nth-child(3) {
  width: 300px;
}

.p-about__table table th:last-child {
  width: 300px;
}

.p-about__table table td:first-child {
  background-color: #f8f9ed;
}

@media screen and (max-width: 480px) {
  .p-about__table table {
    width: 780px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .p-about__table table th:nth-child(3) {
    width: 200px;
  }
  .p-about__table table th:last-child {
    width: 200px;
  }
}

.p-about__table p {
  margin: 0;
  float: none;
}

.p-about__list ol {
  padding-left: 2em;
}

.p-about__list ol li {
  line-height: 1.5em;
  margin-bottom: 10px;
}

.jump__about {
  margin-top: -50px;
  padding-top: 100px;
}

.jump__about h3 {
  margin: 0;
}

@media screen and (max-width: 480px) {
  .jump__about {
    margin-top: -20px;
    padding-top: 50px;
  }
}

.p-about__arrow01 img {
  max-width: 116px;
}

/*-------------------------------------------*/
.pp_gallery ul a img {
  border: 0;
  width: 50px;
}

/*# sourceMappingURL=../css/base.css.map */
