@charset "UTF-8";
/*! http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

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

Components

----------------------------------------------------------------------- */
.btn-round_type_basic {
  display: block;
  width: 100%;
  height: 18px;
  border-radius: 9px;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: normal;
  color: #fff;
  background-color: #6f4526;
}

.btn-round_type_prefareatrainer {
  display: block;
  width: 100%;
  height: 18px;
  border-radius: 9px;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: normal;
  color: #fff;
  background-color: #1396b2;
  margin: 8px 0;
}

.btn-around_type_prefarea {
  display: block;
  width: 100%;
  height: 18px;
  border-radius: 9px;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: normal;
  color: #fff;
  background-color: #7eba00;
  margin: 8px 0;
}

.btn-around_type_mainvjajf {
  display: block;
  width: 100%;
  height: 18px;
  border-radius: 9px;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: normal;
  color: #fff;
  background-color: #358023;
}

.btn-around_type_mainvprefarea {
  display: block;
  width: 100%;
  height: 18px;
  border-radius: 9px;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: normal;
  color: #fff;
  background-color: #7eba00;
}

.main-v__btn {
  margin-top: 12px;
}

@media print, screen and (min-width: 768px) {
  .main-v__btn {
    width: 284px;
    height: 24px;
    padding-top: 2px;
    border-radius: 12px;
    margin-top: 45px;
    font-size: 1.2rem;
  }
}

.btn-round_type_lower,
.btn-round_type_lowers {
  display: block;
  width: 100%;
  height: 18px;
  border-radius: 9px;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: normal;
  color: #fff;
  background-color: #6f4526;
  height: 24px;
  border-radius: 12px;
  font-size: 1.2rem;
}

.btn-round_type_lower:hover,
.btn-round_type_lowers:hover {
  background-color: rgba(111, 69, 38, 0.9);
}

.btn-round_type_lower a,
.btn-round_type_lowers a {
  display: block;
  width: 100%;
  height: 100%;
}

.btn-square-list a {
  color: #1a1a1a;
}

.btn-square > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  background-color: #f4f4f4;
}

.highlight-btn {
  width: 100%;
  height: 40px;
  padding-top: 5px;
  border-radius: 4px;
  margin: 15px 0;
  text-align: center;
  background-color: #f77502;
}

.highlight-btn:hover {
  opacity: .75;
}

.highlight-btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

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

Primary Style

----------------------------------------------------------------------- */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  word-wrap: break-word;
  text-align: left;
  line-height: 1.75;
  font-family: "ヒラギノ角ゴシック Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #358023;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.fixed-scroll {
  position: fixed;
  top: 30px;
  right: calc((100% - 960px) / 2);
}

.absolute-scroll {
  position: absolute;
  bottom: 0;
  right: 0;
}

.pc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.bold {
  font-weight: bold;
}

.tc-shinnou {
  color: #09F !important;
}

.tc-shingyo {
  color: #6a14cc !important;
}

.tc-ja {
  color: #358023;
}

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

Modules

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

Placement Selector

----------------------------------------------------------------------- */
.pagetitle:after, .pagenav-list:after, .plain-list:after, .aside-area-list__item_type_3rows:after, .aside-area-list__item_type_article .aside-area-item__todetail:after, .answer-site .header:after {
  content: '';
  display: table;
  clear: both;
}

.aside-area-list__item_type_news .news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inner {
  padding: 0 15px;
}

.article-area, .aside-area {
  padding: 0 15px;
}

.header {
  position: relative;
  height: 64px;
  padding: 15px;
  border-top: 4px solid #358023;
}

.header__logo img {
  width: 140px;
}

.hamburger {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 74px;
  height: 100%;
}

.hamburger__title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Playfair Display', serif;
  font-size: 1.0rem;
  color: #358023;
  -webkit-transition: .25s;
  transition: .25s;
}

.active .hamburger__title {
  color: #fff;
}

.hamburger__bar {
  position: absolute;
  right: 15px;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: #358023;
  -webkit-transition: top .20s ease-out .40s, background-color .25s ease-out, -webkit-transform .20s ease-out;
  transition: top .20s ease-out .40s, background-color .25s ease-out, -webkit-transform .20s ease-out;
  transition: top .20s ease-out .40s, transform .20s ease-out, background-color .25s ease-out;
  transition: top .20s ease-out .40s, transform .20s ease-out, background-color .25s ease-out, -webkit-transform .20s ease-out;
}

.hamburger__bar-upper {
  top: 23px;
}

.hamburger__bar-middle {
  top: 29px;
  -webkit-transition: .20s;
  transition: .20s;
}

.hamburger__bar-bottom {
  top: 35px;
}

.active .hamburger__bar-upper {
  top: 29px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
  -webkit-transition: top .20s ease-out, -webkit-transform .20s ease-out .40s;
  transition: top .20s ease-out, -webkit-transform .20s ease-out .40s;
  transition: top .20s ease-out, transform .20s ease-out .40s;
  transition: top .20s ease-out, transform .20s ease-out .40s, -webkit-transform .20s ease-out .40s;
}

.active .hamburger__bar-middle {
  opacity: 0;
}

.active .hamburger__bar-bottom {
  top: 29px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
  -webkit-transition: top .20s ease-out, -webkit-transform .20s ease-out .40s;
  transition: top .20s ease-out, -webkit-transform .20s ease-out .40s;
  transition: top .20s ease-out, transform .20s ease-out .40s;
  transition: top .20s ease-out, transform .20s ease-out .40s, -webkit-transform .20s ease-out .40s;
}

.gnav {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 64px 0 0 26px;
  border-left: 4px solid #8dcd25;
  background-color: #358023;
}

.gnav__list {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  padding-bottom: 42px;
}

.gnav a {
  display: block;
  width: 100%;
  padding: 18px 0 18px 15px;
  line-height: 1.0;
  text-decoration: none;
  color: #fff;
}

.gnav li {
  position: relative;
}

.gnav li.active > .gnav-item__switch {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gnav-item__switch {
  -webkit-transition: .25s;
  transition: .25s;
}

.gnav__item {
  border-bottom: 1px solid #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.gnav-item__switch {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 52px;
}

.gnav-item__switch img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}

.gnav__children {
  display: none;
}

.gnav-children__item {
  border-bottom: 1px solid #358023;
  background-color: #40992a;
}

.gnav-children__item:last-child {
  border-bottom: 0;
}

.gnav-children__item a {
  padding-left: 28px;
  font-weight: normal;
  font-size: 1.5rem;
}

.gnav__grandchildren {
  display: none;
}

.gnav-grandchildren__item:first-child {
  margin-top: 3px;
}

.gnav-grandchildren__item a {
  padding: 0 0 16px 44px;
  font-size: 1.3rem;
}

.gnav-grandchildren__item a:before {
  content: '';
  position: absolute;
  top: 2px;
  right: 23px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer {
  position: relative;
  padding-top: 24px;
  text-align: center;
}

.footer__totop {
  position: absolute;
  top: 0;
  right: 15px;
  width: 44px;
}

.footer__inner {
  padding-top: 16px;
  background-color: #ecece4;
}

.footer__logo img {
  width: 160px;
  margin-bottom: 16px;
}

.footer__nav {
  display: none;
}

.footer__address {
  padding: 18px 0;
  border-top: 1px solid #358023;
}

.footer-address__main {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: bold;
}

.footer-address__main a {
  color: #1a1a1a;
}

.footer-address__sub {
  font-size: 1.1rem;
}

.footer__copyright {
  display: block;
  padding: 10px 0;
  line-height: 1.5;
  font-size: 1.1rem;
  color: #fff;
  background-color: #358023;
}

.lower .section {
  margin: 45px 0;
}

.lower .section:nth-of-type(1) {
  margin-top: 0;
}

.lower .aside-area-list__item_type_3rows .btn-round_type_lower {
  background-color: #e4e4e4;
}

.lower .aside-area-list__item_type_3rows .btn-round_type_lower a {
  color: #1a1a1a;
}

.section {
  margin: 30px 0;
}

.section-title {
  position: relative;
  padding: 4px 0 10px 13px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 18px;
  line-height: 1.50;
  font-size: 1.9rem;
  font-weight: bold;
}

.section-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 27px;
  height: calc(100% - 4px);
  background-color: #358023;
}

.section-title__link {
  position: absolute;
  top: 10px;
  right: 0;
  padding-left: 9px;
  font-size: 1.1rem;
  color: #358023;
}

.section-title__link::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 10px;
  border-radius: 0 5px 5px 0;
  background-color: #358023;
}

.section-title .tc-ja {
  font-size: .85em;
}

.section-title .supp {
  display: block;
  margin-top: 5px;
  font-size: .50em;
  color: #8dcd25;
}

.section-subtitle {
  margin: 30px 0 10px;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: .10em;
}

.section-subtitle_type_ordered {
  counter-increment: subtitle-number;
}

.section-subtitle_type_ordered::before {
  content: counter(subtitle-number) ".";
  margin-right: 8px;
  color: #358023;
}

.section-subtitle_type_unordered {
  position: relative;
  padding-left: 17px;
}

.section-subtitle_type_unordered::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #358023;
}

.section-stitle {
  position: relative;
  margin: 20px 0 10px;
  margin-left: 2.25em;
  text-indent: -2.25em;
  font-size: 1.4rem;
  font-weight: bold;
}

.section-stitle_type_ordered {
  counter-increment: stitle-number;
}

.section-stitle_type_ordered::before {
  content: "(" counter(stitle-number) ")";
  margin-right: 8px;
  color: #358023;
}

.section-stitle_type_unordered {
  padding-left: 18px;
}

.section-stitle_type_unordered::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 3px;
  background-color: #358023;
}

.section-stitles {
  position: relative;
  margin: 20px 0 10px;
  margin-left: 2.25em;
  text-indent: -2.25em;
  font-size: 1.4rem;
}

.section-stitles_type_ordered {
  counter-increment: stitle-number;
}

.section-stitles_type_ordered::before {
  content: "(" counter(stitle-number) ")";
  margin-right: 8px;
  color: #358023;
}

.section-stitles_type_unordered {
  padding-left: 18px;
  position: relative;
}

.section-stitles_type_unordered::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 3px;
  background-color: #358023;
}

.section-txt {
  margin: 10px 0;
}

.banner:not(:last-child) {
  margin-bottom: 10px;
}

.breadcrumb {
  background-color: #f4f4f4;
}

.breadcrumb-list {
  padding: 6px 15px 8px;
}

.breadcrumb-list__item {
  display: inline-block;
  font-size: 1.0rem;
}

.breadcrumb-list__item:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 9px;
  margin: 0 4px 0 10px;
  background-image: url("../img/common/icon_arrow03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px 9px;
}

.pagetitle {
  margin: 20px 0 15px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .10em;
  color: #358023;
}

.pagetitle .supp {
  float: right;
  padding-top: 10px;
  font-size: .50em;
}

.heading-l {
  margin: 25px 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-indent: -.25em;
  color: #358023;
}

.heading-l::before {
  content: '・';
}

.heading-m {
  margin: 15px 0 8px;
  font-weight: bold;
}

.heading-s {
  position: relative;
  z-index: 1;
  margin: 15px 0 8px;
  font-weight: bold;
  font-style: italic;
  color: #8dcd25;
}

.heading-s::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #8dcd25;
}

.heading-s span {
  display: inline-block;
  padding-right: 15px;
  background-color: #fff;
}

.pagenav-list {
  margin: 20px 0 25px;
}

.pagenav-list__item {
  width: 50%;
  width: calc(50% - 1px);
  border: 1px solid #e4e4e4;
  margin-bottom: 2px;
}

.pagenav-list__item:nth-child(odd) {
  float: left;
}

.pagenav-list__item:nth-child(even) {
  float: right;
}

.pagenav-list__item a {
  display: block;
  width: 100%;
  padding: 10px 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  color: #1a1a1a;
  background-color: #f4f4f4;
}

.pagenav-list__item a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 9px;
  margin-right: 5px;
  background-image: url("../img/common/icon_arrow03.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 6px 9px;
}

.plain-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2rem;
}

.plain-table__header {
  width: 25%;
  padding: 10px;
  border: 1px solid #e4e4e4;
  background-color: #f4f4f4;
}

.plain-table__header_type_opposite {
  width: 50%;
}

.plain-table__data {
  width: 75%;
  padding: 10px;
  border: 1px solid #e4e4e4;
}

.plain-table__data_type_opposite {
  width: 50%;
}

.plain-list__item {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

.plain-list__item img {
  vertical-align: middle;
  margin-left: 5px;
}

.ordered-list li {
  margin-left: 1.75em;
  text-indent: -1.75em;
}

.tree-list a {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.tree-list__item > a {
  padding-left: 16px;
  font-size: 1.6rem;
}

.tree-list__item > a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #358023;
}

.tree-list__item_type_gs {
  margin-left: 22px;
}

.tree-list__item_type_gs > li > a {
  padding-left: 14px;
  background-image: url("../img/common/icon_arrow03.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 6px 9px;
}

.tree-list__item_type_ggs {
  margin-left: 28px;
}

.tree-list__item_type_ggs > li > a {
  padding-left: 18px;
  background-image: url("../img/common/icon_arrow01.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 11px 11px;
}

.notion {
  margin: 10px 0;
  color: #c00;
}

.notion-v2 {
  margin: 10px 0;
  color: #1a1a1a;
}

.aside-area {
  margin-bottom: 30px;
}

.aside-area-section {
  margin-top: 20px;
}

.aside-area-section__title {
  overflow: hidden;
  position: relative;
  padding: 16px 20px 14px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.0;
  background-color: #e4e4e4;
}

.aside-area-section__title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 12px;
  border-radius: 0 6px 6px 0;
  background-color: #358023;
}

.aside-area-list {
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

.aside-area-list__item_type_news {
  padding: 6px 0;
}

.aside-area-list__item_type_news:first-child {
  padding-top: 18px;
}

.aside-area-list__item_type_news:last-child {
  padding-bottom: 18px;
}

.aside-area-list__item_type_news .news-date {
  display: block;
  font-size: 1.3rem;
  letter-spacing: .10em;
}

.aside-area-list__item_type_news .news-title {
  display: block;
  color: #6f4526;
}

.aside-area-list__item_type_3rows {
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}

.aside-area-list__item_type_3rows:last-child {
  border-bottom: 0;
}

.aside-area-list__item_type_3rows .title {
  display: block;
  font-weight: bold;
  color: #358023;
}

.aside-area-list__item_type_3rows .contents {
  display: block;
}

.aside-area-list__item_type_3rows .btn-round_type_lower {
  margin: 5px 0;
}

.aside-area-list__item_type_3rows .btn-round_type_lower a {
  text-decoration: none;
}

.aside-area-list__item_type_article {
  padding: 20px 0;
}

.aside-area-list__item_type_article + li {
  border-top: 1px solid #e4e4e4;
}

.aside-area-list__item_type_article .aside-area-item__heading {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #358023;
}

.aside-area-list__item_type_article .aside-area-item__txt {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.aside-area-list__item_type_article .btn-round_type_lower {
  float: right;
  color: #1a1a1a;
  background-color: #e4e4e4;
}

.aside-area-list__item_type_article .btn-round_type_lower:hover {
  opacity: .85;
}

.aside-area-list__item_type_archive a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 15px 15px 18px;
  background-image: url("../img/common/icon_arrow03.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: left center;
}

.aside-area-list__item_type_archive a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  width: calc(100% + 40px);
  height: 1px;
  background-color: #e4e4e4;
}

.aside-area-bnr__item {
  margin-bottom: 10px;
}

.aside-area-bnr__item img {
  width: 100%;
}

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

768 ~

----------------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  /* -----------------------------------------------------------------------

    Placement Selector

    ----------------------------------------------------------------------- */
  .header__inner:after, .s-menu:after, .m-menu:after, .m-menu__list:after, .gnav-pc__list:after, .gnav-pc-box:after, .footer__nav:after, .footer-address__sub:after, .lower .container:after {
    content: '';
    display: table;
    clear: both;
  }
  a:hover {
    text-decoration: none;
  }
  a > img:hover {
    opacity: .80;
  }
  .inner {
    width: 960px;
    padding: 0;
    margin: 0 auto;
  }
  .header {
    position: static;
    height: auto;
    padding: 0;
    border-top: 4px solid #358023;
  }
  .header__inner {
    width: 960px;
    padding: 24px 0 18px 0;
    margin: 0 auto;
  }
  .header__logo {
    float: left;
  }
  .header__logo img {
    width: 209px;
  }
  .s-menu {
    float: right;
    margin: -4px 0 8px 0;
  }
  .s-menu__item {
    float: left;
  }
  .s-menu__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    margin-left: 16px;
    text-decoration: none;
    font-size: 1.2rem;
    color: #666;
    background: none;
  }
  .s-menu__item a:hover {
    text-decoration: underline;
  }
  .s-menu__item a:before {
    content: '';
    display: block;
    background-image: url("../img/common/icon_arrow01.png");
    background-repeat: no-repeat;
    margin-right: 3px;
    width: 11px;
    height: 11px;
  }
  .m-menu {
    float: right;
  }
  .m-menu .m-menu__beginner {
    float: left;
    margin-right: 12px;
  }
  .m-menu__list {
    float: left;
    width: 392px;
    height: 24px;
    padding: 0 16px;
    border-radius: 12px;
    background-color: #f4f4f4;
  }
  .m-menu__item {
    float: left;
  }
  .m-menu__item a {
    display: inline-block;
    padding-left: 15px;
    margin-right: 16px;
    text-decoration: none;
    font-size: 1.2rem;
    color: #1a1a1a;
  }
  .m-menu__item a:hover {
    text-decoration: underline;
  }
  .m-menu__item_type_pref {
    background: url("../img/common/icon_m-menu01.png") left 7px no-repeat;
  }
  .m-menu__item_type_sitemap {
    background: url("../img/common/icon_m-menu02.png") left center no-repeat;
  }
  .m-menu__item_type_contact {
    background: url("../img/common/icon_m-menu03.png") left center no-repeat;
  }
  .m-menu__item_type_contact a {
    padding-left: 17px;
    margin-right: 0;
  }
  .m-menu__beginner {
    width: 215px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #8dcd25;
    -webkit-transition: .35s;
    transition: .35s;
  }
  .m-menu__beginner:hover {
    border-color: #358023;
  }
  .m-menu__beginner a {
    display: block;
    padding-left: 30px;
    text-decoration: none;
    font-size: 1.2rem;
    color: #1a1a1a;
    background: url("../img/common/icon_beginner.png") 10px center no-repeat;
  }
  .hamburger {
    display: none;
  }
  .gnav-pc {
    text-align: center;
    background-color: #358023;
  }
  .gnav-pc__list {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }
  .gnav-pc__item {
    position: relative;
    float: left;
    height: 58px;
  }
  .gnav-pc__item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 14px;
    height: 7px;
    border-radius: 7px 7px 0 0;
    background-color: #2a661c;
  }
  .gnav-pc__item:hover::after {
    background-color: #7eba00;
  }
  .gnav-pc__item:hover .gnav-pc-box {
    display: block;
  }
  .gnav-pc__item_type_home {
    width: 52px;
  }
  .gnav-pc__item_type_home a:hover img {
    opacity: 1.0;
  }
  .gnav-pc__item_type_home img {
    vertical-align: -2px;
  }
  .gnav-pc__item_type_training {
    width: 148px;
  }
  .gnav-pc__item_type_training .gnav-pc-box {
    left: -52px;
  }
  .gnav-pc__item_type_exam {
    width: 119px;
  }
  .gnav-pc__item_type_exam .gnav-pc-box {
    left: -200px;
  }
  .gnav-pc__item_type_lecturer {
    width: 117px;
  }
  .gnav-pc__item_type_center {
    width: 196px;
  }
  .gnav-pc__item_type_procedure {
    width: 209px;
  }
  .gnav-pc__item_type_procedure .gnav-pc-box {
    left: -632px;
  }
  .gnav-pc__item_type_company {
    width: 119px;
  }
  .gnav-pc__item_type_company .gnav-pc-box {
    left: -841px;
  }
  .gnav-pc__item > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px 0;
    letter-spacing: .10em;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
  }
  .gnav-pc__item > a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 26px;
    background-color: #fff;
    left: 0;
  }
  .gnav-pc__item .gnav-pc-bar {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 26px;
    background-color: #fff;
    right: 0;
  }
  .gnav-pc-box {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 1;
    width: 960px;
    text-align: left;
    color: #fff;
    background-color: #7eba00;
  }
  .gnav-pc-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 33.333%;
    height: 100%;
    background-color: #86c413;
  }
  .gnav-pc-box .gnav-pc-l-bar {
    position: absolute;
    top: 25px;
    left: 33.333%;
    width: 1px;
    height: calc(100% - 53px);
    background-color: #fff;
  }
  .gnav-pc__sibling {
    float: left;
    width: 33.333%;
    padding: 25px 30px 28px;
  }
  .gnav-pc-sibling__link {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 12px;
    font-size: 2.0rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: url("../img/common/icon_arrow02.png") right center no-repeat;
  }
  .gnav-pc-sibling__link:hover {
    text-decoration: underline;
  }
  .gnav-pc-sibling__desc {
    font-size: 1.3rem;
  }
  .gnav-pc__children {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 25px 0 28px;
  }
  .gnav-pc-children__item > a {
    position: relative;
    display: block;
    width: 100.25%;
    padding: 8px 0 8px 30px;
    line-height: 1.5;
    font-size: 1.5rem;
    text-decoration: none;
    color: #fff;
  }
  .gnav-pc-children__item > a:hover {
    background-color: #98cd36;
  }
  .gnav-pc-children__item > a::after {
    content: '';
    position: absolute;
    top: 13px;
    right: 30px;
    width: 11px;
    height: 11px;
    background: url("../img/common/icon_arrow02.png") right center no-repeat;
  }
  .gnav-pc-children__item:hover .gnav-pc__grandchildren {
    display: block;
  }
  .gnav-pc__grandchildren {
    display: none;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    padding: 25px 0 28px;
  }
  .gnav-pc-grandchildren__item a {
    display: block;
    width: 100%;
    padding: 8px 0 8px 30px;
    margin-left: 1px;
    line-height: 1.0;
    font-size: 1.3rem;
    text-decoration: none;
    color: #fff;
  }
  .gnav-pc-grandchildren__item a:hover {
    background-color: #98cd36;
  }
  .index .gnav-pc__item_type_home::after, .guide .gnav-pc__item_type_training::after, .guide-jajf .gnav-pc__item_type_training::after, .prefectural .gnav-pc__item_type_training::after, .prefectural-article .gnav-pc__item_type_training::after, .communication .gnav-pc__item_type_training::after, .communication-article .gnav-pc__item_type_training::after, .proficiency_test .gnav-pc__item_type_exam::after, .answer .gnav-pc__item_type_exam::after, .commentary .gnav-pc__item_type_exam::after, .lecturer .gnav-pc__item_type_lecturer::after, .laboratory .gnav-pc__item_type_center::after, .directions .gnav-pc__item_type_center::after, .procedures .gnav-pc__item_type_procedure::after, .materials .gnav-pc__item_type_procedure::after, .application .gnav-pc__item_type_procedure::after, .company .gnav-pc__item_type_company::after, .access .gnav-pc__item_type_company::after {
    background-color: #f77502;
  }
  .footer {
    padding-top: 0;
    text-align: left;
  }
  .footer__totop {
    position: static;
    width: 960px;
    margin: 0 auto;
    text-align: right;
  }
  .footer__totop img {
    width: 60px;
  }
  .footer__inner {
    padding-top: 30px;
  }
  .footer-inner__inner {
    width: 960px;
    margin: 0 auto;
  }
  .footer__logo {
    float: left;
  }
  .footer__logo img {
    width: 209px;
    margin-bottom: 20px;
  }
  .footer__nav {
    display: block;
    float: right;
  }
  .footer-list__item {
    float: left;
    padding-top: 15px;
    margin-left: 25px;
    line-height: 1.0;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .footer-list__item a {
    text-decoration: none;
    color: #358023;
  }
  .footer-list__item a:hover {
    text-decoration: underline;
  }
  .footer__address {
    clear: both;
    padding: 22px 0;
    border-top: 1px solid #358023;
  }
  .footer__address br {
    display: none;
  }
  .footer-address__main {
    margin-bottom: 12px;
    line-height: 1.0;
    font-size: 1.2rem;
  }
  .footer-address__sub {
    font-size: 1.1rem;
  }
  .footer-address-sub__item {
    float: left;
    margin-right: 15px;
  }
  .footer__copyright {
    padding: 15px 0;
    line-height: 1.0;
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
  }
  .footer__copyright br {
    display: none;
  }
  .lower .container {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }
  .lower .lower-main-area {
    float: left;
    width: 660px;
  }
  .lower .lower-main-area .article-area {
    padding: 0;
  }
  .lower .lower-main-area .article-area .section:nth-of-type(1) {
    margin-top: 40px;
  }
  .lower .lower-main-area .article-area .section:last-child {
    margin-bottom: 40px;
  }
  .lower .aside-area {
    float: right;
    width: 270px;
    padding: 0;
    margin-bottom: 40px;
  }
  .lower .aside-area-section:first-child {
    margin-top: 0;
  }
  .lower .aside-area-list__item_type_3rows .btn-round_type_lower:hover {
    opacity: .75;
  }
  .lower .footer {
    clear: both;
  }
  .section {
    margin: 35px 0;
  }
  .section-title {
    padding: 2px 0 12px 20px;
    margin-bottom: 20px;
    letter-spacing: .15em;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .section-title::before {
    height: calc(100% - 6px);
  }
  .section-title__link {
    top: 8px;
    right: 13px;
    padding-left: 13px;
    letter-spacing: .05em;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .section-title__link::before {
    width: 6px;
    height: 12px;
    border-radius: 0 6px 6px 0;
  }
  .section-subtitle {
    margin: 40px 0 10px;
    font-size: 2.0rem;
  }
  .breadcrumb {
    margin-bottom: 40px;
  }
  .breadcrumb-list {
    width: 960px;
    margin: 0 auto;
    padding: 9px 0;
    line-height: 1.0;
  }
  .breadcrumb-list__item {
    font-size: 1.2rem;
  }
  .breadcrumb-list__item:not(:last-child)::after {
    margin: 0 6px 0 12px;
  }
  .pagetitle {
    padding-bottom: 10px;
    border-bottom: 4px solid #e4e4e4;
    margin-top: 0;
    font-size: 3.2rem;
    line-height: 1.0;
  }
  .pagetitle-txt {
    margin-top: 25px;
  }
  .heading-l {
    margin-top: 40px;
    font-size: 2.1rem;
  }
  .heading-m {
    margin: 15px 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .heading-s {
    margin: 25px 0 10px;
    font-size: 1.6rem;
  }
  .pagenav {
    border-top: 4px solid #358023;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
  }
  .pagenav-list {
    margin: 0;
  }
  .pagenav-list__item {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0;
  }
  .pagenav-list__item:nth-child(odd) {
    float: none;
  }
  .pagenav-list__item:nth-child(even) {
    float: none;
  }
  .pagenav-list__item a {
    padding: 15px 20px;
    font-size: 1.4rem;
  }
  .pagenav-list__item a:hover {
    background-color: #e4e4e4;
  }
  .pagenav-list__item a::before {
    margin-right: 10px;
  }
  .pagenav-list__item .pagenav-list__child {
    padding-bottom: 12px;
    background-color: #f4f4f4;
  }
  .pagenav-list__item .pagenav-list__child > li {
    padding: 8px 30px;
  }
  .pagenav-list__item .pagenav-list__child > li a {
    padding: 0;
    font-size: 1.2rem;
  }
  .pagenav-list__item .pagenav-list__child > li a:hover {
    text-decoration: underline;
    background-color: transparent;
  }
  .pagenav-list__item .pagenav-list__child > li a::before {
    width: 11px;
    height: 11px;
    margin-right: 8px;
    background-image: url(../img/common/icon_arrow01.png);
    background-size: 11px 11px;
  }
  .plain-table {
    font-size: 1.4rem;
  }
  .plain-table__header {
    padding: 15px;
  }
  .plain-table__header_type_opposite {
    width: 35%;
  }
  .plain-table__data {
    padding: 15px;
  }
  .plain-table__data_type_opposite {
    width: 65%;
  }
  .plain-list__item {
    float: left;
    width: 33.333333%;
  }
  .plain-box {
    width: 320px;
  }
  .plain-box:nth-of-type(odd) {
    float: left;
  }
  .plain-box:nth-of-type(even) {
    float: right;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! For Keeping Charset ???? */
.answer-site .header {
  border-bottom: 1px solid #358023;
}

.answer-site .pagetitle-txt {
  font-size: 1.6rem;
}

.answer-site .favorite-btn {
  display: block;
  margin: 15px 0 10px;
  width: 100%;
  height: 45px;
  padding-top: 7px;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #f77502;
}

.answer-site .favorite-btn-notion {
  margin-left: 1.5em;
  text-indent: -1.5em;
  font-size: 1.2rem;
}

.answer-site .section:nth-of-type(1) {
  margin-top: 35px;
}

.answer-site-title {
  float: right;
  padding: 2px 8px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  color: #fff;
  background-color: #358023;
}

.answer-site-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}

.answer-site-list__item {
  position: relative;
  padding-left: 55px;
}

.answer-site-list-date {
  position: absolute;
  top: 0;
  left: 0;
}

.answer-site-list-link {
  position: relative;
  padding-right: 22px;
}

.answer-site-list-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("../img/pdf.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
}

.answer-site-button {
  display: block;
  width: 100%;
  margin: 0 auto 50px;
  height: 45px;
  padding-top: 7px;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #358023;
}

.answer-site-button:hover {
  text-decoration: underline;
}

.answer-site .plain-table tr:first-child th {
  text-align: center;
}

.answer-site .plain-table th, .answer-site .plain-table td {
  width: 33.333333%;
}

.answer-site .plain-table__data {
  vertical-align: middle;
  text-align: center;
}

.answer-site .plain-table__data a {
  display: inline-block;
  padding-left: 22px;
  background-image: url("../img/common/pdf.jpg");
  background-repeat: no-repeat;
  background-position: left center;
}

.answer-site .text-accent {
  color: #c00;
}

.answer-site .notion-v2 {
  color: #1a1a1a;
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .answer-site .header__inner {
    padding: 24px 0;
  }
  .answer-site .container {
    width: 960px;
    padding-top: 60px;
    border-right: 1px solid #358023;
    border-left: 1px solid #358023;
  }
  .answer-site .container .lower-main-area {
    float: none;
    width: 800px;
    margin: 0 auto;
  }
  .answer-site .favorite-btn {
    width: 50%;
  }
  .answer-site .favorite-btn:hover {
    text-decoration: underline;
  }
  .answer-site .lower-main-area .article-area .section:last-child {
    margin-top: 60px;
  }
  .answer-site-title {
    float: left;
    height: 40px;
    padding: 10px 30px;
    margin-left: 20px;
    font-size: 2.0rem;
    line-height: 1.0;
  }
  .answer-site-list:last-child {
    border-bottom: 0;
  }
  .answer-site-button {
    width: 50%;
  }
  .answer-site-button:hover {
    text-decoration: underline;
  }
}

.common--d-ib {
  display: inline-block;
}

.common--w110 {
  width: 110px;
}

@media screen and (min-width: 768px) {
  .phoneNumber {
    pointer-events: none;
    text-decoration: none;
  }
}

.u-mb30 {
  margin-bottom: 30px;
}
