@charset "UTF-8";
/*clear fix*/
@keyframes showAnime {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* ------------------------------------------------
common
---------------------------------------------- */
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  word-break: break-word;
}

a {
  color: #004699;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

/* header
-------------------------*/
.header {
  position: relative;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 0 0;
    height: 82px;
    z-index: 9999;
  }
}

.header .container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

.header__logo {
  display: block;
  float: left;
  width: 150px;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .header__logo {
    float: none;
    width: 120px;
    margin-top: 0;
    margin-bottom: 14px;
  }
}

.header__logo img {
  display: block;
  width: 100%;
}

.header__menu-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__menu-btn {
    position: absolute;
    top: 20px;
    right: 15px;
    display: block;
    width: 25px;
    height: 18px;
  }
  .header__menu-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    width: 100%;
    height: 2px;
    background: #6EBA44;
    content: "";
    transition: all 300ms;
  }
  .header__menu-btn:after {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    width: 100%;
    height: 2px;
    background: #6EBA44;
    content: "";
    transition: all 300ms;
  }
}

.header__menu-btn-inner {
  display: block;
  position: relative;
}

.header__menu-btn-inner:before {
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 6px;
  width: 100%;
  height: 2px;
  background: #6EBA44;
  content: "";
}

.header__menu-btn.open:before {
  top: 8px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.header__menu-btn.open:after {
  bottom: 8px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.header__menu-btn.open .header__menu-btn-inner:before {
  display: none;
}

.header__inner {
  border-top: 3px solid #6EBA44;
}

@media screen and (max-width: 768px) {
  .header__inner {
    border: none;
  }
}

.header-nav {
  float: left;
  margin-left: 36px;
}

@media screen and (max-width: 768px) {
  .header-nav {
    float: none;
    margin-left: 0;
  }
}

.header-nav__list {
  overflow: hidden;
}

.header-nav__item {
  float: left;
  margin-right: 32px;
}

.header-nav__link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 30px 0 28px;
  transition: all 300ms;
  cursor: pointer;
  font-weight: normal;
  line-height: 1;
  outline: none;
  box-sizing: border-box;
}

.header-nav__link:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.header-nav__link:after {
  position: absolute;
  content: "";
  width: 58px;
  height: 2px;
  background: #6EBA44;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  bottom: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 300ms;
}

@media screen and (max-width: 768px) {
  .header-nav__link:after {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}

@media screen and (max-width: 768px) {
  .header-nav__link {
    color: #333;
    width: auto;
    padding: 0;
    background: none;
    line-height: 1.8;
    font-size: 11px;
  }
}

/* gnav
-------------------------*/
@media screen and (max-width: 768px) {
  .gnav {
    display: none;
    position: fixed;
    top: 82px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .gnav__inner {
    overflow: auto;
    height: 100%;
  }
}

.gnav__list {
  float: left;
}

@media screen and (max-width: 768px) {
  .gnav__list {
    margin-bottom: 20px;
    float: none;
  }
}

.gnav__item {
  position: relative;
  float: left;
  text-align: center;
  font-size: 14px;
  margin-right: 32px;
}

@media screen and (max-width: 768px) {
  .gnav__item {
    float: none;
    margin-right: 0;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #E6E6E6;
  }
}

@media screen and (max-width: 768px) {
  .gnav__item--parent .gnav__link:before {
    right: 14px;
    -ms-transform: rotate(0);
        transform: rotate(0);
    width: 12px;
    height: 1px;
    border-right: none;
  }
  .gnav__item--parent .gnav__link:after {
    position: absolute;
    top: 20px;
    bottom: inherit;
    left: inherit;
    right: 19px;
    width: 1px;
    height: 12px;
    border-right: 2px solid #999;
    content: "";
    opacity: 1 !important;
    filter: alpha(opacity=100);
    -ms-transform: translateX(0);
        transform: translateX(0);
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .gnav__item--parent.open .gnav__link:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .gnav__item--parent.open .subnav__list {
    display: block;
    animation: showAnime 300ms;
  }
}

.gnav__item.current .gnav__link:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 768px) {
  .gnav__item.current .gnav__link:after {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@media screen and (max-width: 768px) {
  .gnav li a {
    display: block;
    color: #333;
    width: auto;
    padding: 12px 30px 12px 15px;
    background: none;
    line-height: 1.8;
    text-decoration: none;
  }
}

.gnav__link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 26px 0 26px;
  transition: all 300ms;
  cursor: pointer;
  font-weight: normal;
  line-height: 1;
  outline: none;
  box-sizing: border-box;
}

.gnav__link:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 768px) {
  .gnav__link:hover:after {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.gnav__link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #6EBA44;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  bottom: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 300ms;
}

@media screen and (max-width: 768px) {
  .gnav__link {
    color: #333;
    width: auto;
    padding: 12px 30px 12px 15px;
    background: none;
    line-height: 1.8;
  }
  .gnav__link:before {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
    content: "";
  }
}

.gnav__btns {
  position: relative;
  float: right;
}

@media screen and (max-width: 768px) {
  .gnav__btns {
    float: none;
    margin-left: 0;
    padding: 0 15px;
  }
}

.gnav__btn {
  display: block;
  width: 130px;
  float: left;
  margin-left: 10px;
  box-sizing: border-box;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .gnav__btn {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.gnav__btn--contact {
  border-radius: 3px;
  background-color: #6EBA44;
  text-align: center;
  margin-top: 14px;
  width: 140px;
  padding: 6px 0 6px 24px;
  background-image: url(/img/corporate/ico_link_wt.png);
  background-repeat: no-repeat;
  background-position: 11px center;
  background-size: 18px auto;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .gnav__btn--contact {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    margin-top: 0;
    padding: 10px 0 10px 34px;
    text-align: left;
  }
}

.subnav__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  text-align: left;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
}

@media screen and (max-width: 768px) {
  .subnav__list {
    position: relative;
    top: 0;
    width: 100%;
    border-top: 1px solid #eee;
  }
}

.subnav__list:before {
  position: absolute;
  top: -10px;
  left: 53px;
  border-bottom: 10px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
}

@media screen and (max-width: 768px) {
  .subnav__list:before {
    display: none;
  }
}

.subnav__item {
  border-top: 1px solid #eee;
}

.subnav__item:first-child {
  border-top: none;
}

.subnav__link {
  position: relative;
  display: block;
  padding: 13px 10px 13px 40px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .subnav__link {
    padding: 12px 30px 12px 30px;
    background: #f6f6f6;
  }
}

.subnav__link:before {
  position: absolute;
  top: 20px;
  left: 20px;
  border-left: 8px solid #999;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: "";
}

@media screen and (max-width: 768px) {
  .subnav__link:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .subnav__link:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
    content: "";
  }
}

/* breadcrumb
-------------------------*/
.breadcrumb {
  padding: 9px 0;
  font-size: 12px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__item {
  display: inline-block;
}

.breadcrumb__item:after {
  content: ">";
}

.breadcrumb__item:first-child a {
  padding: 0 10px 0 0;
}

.breadcrumb__item a {
  padding: 0 10px 0 5px;
  text-decoration: none;
}

.breadcrumb__item a:hover {
  text-decoration: underline;
}

.breadcrumb__item:last-child {
  padding-left: 5px;
}

.breadcrumb__item:last-child:after {
  display: none;
}

.contents-body {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .contents-body {
    padding-top: 82px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

/* footer
-------------------------*/
.footer {
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  background: #f6f6f6;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
}

.footer__pagetop {
  position: absolute;
  top: -69px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #6EBA44;
  color: #fff;
  box-sizing: border-box;
  padding-top: 15px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  border-bottom: 5px solid #55A530;
}

@media screen and (max-width: 768px) {
  .footer__pagetop {
    top: -56px;
    right: 20px;
    border-radius: 3px;
  }
}

.footer__pagetop:before {
  position: absolute;
  top: 8px;
  left: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  content: "";
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.footer .container {
  position: relative;
}

.footer__nav-list-wrap {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.footer__nav-list-wrap .footer__nav-list {
  margin-right: 10px;
}

.footer__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-bottom: 30px;
}

.footer__nav:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

.footer__nav-item {
  padding-right: 55px;
}

.footer__nav-item:last-child {
  padding-right: 0;
  padding-left: 35px;
}

.footer__nav-item img {
  display: block;
  width: 100%;
}

.footer__nav-link {
  display: block;
  padding: 6px 0 6px 25px;
  background-image: url(/img/corporate/ico_link_gr.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px auto;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}

.footer__nav-link:hover {
  text-decoration: underline;
}

.footer__nav-list-link {
  position: relative;
  display: block;
  color: #333;
  text-decoration: none;
  padding: 2px 0 2px 25px;
  white-space: nowrap;
}

.footer__nav-list-link:before {
  position: absolute;
  top: 50%;
  left: 10px;
  border-left: 5px solid #6EBA44;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  content: "";
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.footer__nav-list-link:hover {
  text-decoration: underline;
}

.footer__nav-txt {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 2;
}

.footer__nav-btn {
  width: 200px;
  box-sizing: border-box;
  padding: 6px 0 6px 45px;
  border-radius: 3px;
  background-image: url(/img/corporate/ico_link_wt.png);
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 18px auto;
  background-color: #6EBA44;
  color: #fff;
}

.footer__bnrs {
  margin-left: -20px;
  margin-bottom: 30px;
}

.footer__bnrs:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

@media screen and (max-width: 768px) {
  .footer__bnrs {
    margin-bottom: 5px;
    margin-left: 0;
    padding: 0 6px;
  }
}

.footer__bnr {
  float: left;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .footer__bnr {
    position: relative;
    width: 50%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .footer__bnr:nth-child(odd) {
    left: -6px;
    clear: both;
  }
  .footer__bnr:nth-child(even) {
    left: 6px;
  }
}

.footer__bnr img {
  display: block;
  width: 100%;
}

.footer__txt {
  padding: 30px 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .footer__txt {
    padding: 0 0 15px;
  }
}

.footer__txt .container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

.footer__logo {
  position: absolute;
  top: 0;
  right: 20px;
  width: 56px;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    position: relative;
    width: 38px;
    margin: 0 auto;
  }
}

.footer__logo img {
  display: block;
  width: 100%;
}

.footer__link {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .footer__link {
    margin: 0 -20px 0;
  }
}

.footer__link li {
  display: inline-block;
  border-left: 1px solid #333;
  line-height: 1;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .footer__link li {
    display: block;
    border-left: none;
    border-top: 1px solid #ddd;
    font-size: 14px;
  }
}

.footer__link li:first-child {
  border-left: none;
}

.footer__link li:first-child a {
  padding: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  .footer__link li:first-child a {
    padding: 17px 15px;
  }
}

.footer__link a {
  padding: 0 10px;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer__link a {
    position: relative;
    display: block;
    padding: 17px 15px;
  }
  .footer__link a:before {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
    -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
    content: "";
  }
}

.footer__link a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .footer__link a:hover {
    text-decoration: none;
  }
}

.footer__copyright {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    margin: 0 -20px 10px;
    padding: 20px 20px;
    border-top: 1px solid #ddd;
  }
}

.footer--sorry {
  padding-top: 0;
  border-top: 1px solid #eee;
}

.footer--sorry .footer__txt {
  padding: 15px 0;
}

.footer__sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

.footer__sns-txt {
  margin-bottom: 10px;
  padding-top: 2px;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
}

.footer__sns li {
  display: inline-block;
  width: 24px;
  margin: 0 2px 10px;
}

@media screen and (max-width: 768px) {
  .topics-list__ttl {
    margin-left: 0;
  }
}
