<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap");
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  line-height: normal;
}

:where(html:not(.sg-cms *)), :where(figure:not(.sg-cms *)) {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  color: #222222;
  letter-spacing: -0.8px;
}

@media only screen and (max-width: 47.9375em) {
  body {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  body img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1100px;
  overflow: hidden;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 767px) {
  #wrapper {
    min-width: 320px;
  }
}
.container {
  box-sizing: border-box;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1366px) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 4%;
  }
}
/* #cm-main {
  background: url(../images/bg-left.png) top left repeat-y, url(../images/bg-right.png) top right repeat-y;
} */
/*====================================================================================
■.HEADER
====================================================================================*/
#cm-header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding-top: 0.5rem;
}

.cm-header__links {
  margin-right: 1rem;
}
.cm-header__links a {
  color: #1C9E3B;
  text-decoration: none;
  display: inline-block;
  padding: 0 1rem;
}
.cm-header__links li:first-child {
  margin-right: 1rem;
}
.cm-header__links li:first-child a {
  background: url(../common_img/icon01.png) center left no-repeat;
  background-size: 18px;
  padding-left: 25px;
}
.cm-header__links li:last-child a {
  background: url(../common_img/icon02.png) center left no-repeat;
  background-size: 18px;
  padding-left: 25px;
}

.cm-header__sns img {
  width: 30px;
  height: 30px;
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .cm-header__inner {
    min-width: 1000px;
  }
  .cm-header__links a:hover {
    text-decoration: underline;
  }
}
.cm-header__language a {
  width: 20px;
  height: 20px;
  color: #fff;
  text-decoration: none;
  background-color: #B4B4B2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .cm-header__language a:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
}
.cm-header__language--jp {
  margin-left: 0.5rem;
}
.cm-header__language--jp a {
  background-color: #27403E;
}

@media only screen and (max-width: 767px) {
  .cm-header__right.pc {
    display: none;
  }
  .cm-header__inner {
    flex-direction: column;
  }
  .cm-header__inner .container {
    padding: 0;
  }
}
.trigger-menu {
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 9999;
  background-color: #1C9E3B;
  border-radius: 7px;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.trigger-menu span {
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background: #fff;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.trigger-menu span:nth-child(1) {
  top: 15px;
  transform-origin: left center;
}
.trigger-menu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: left center;
}
.trigger-menu span:nth-child(3) {
  bottom: 15px;
  transform-origin: left center;
}
.trigger-menu.active span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 6px;
  top: 13px;
}
.trigger-menu.active span:nth-child(2) {
  opacity: 0;
}
.trigger-menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 6px;
  bottom: 12px;
}

@media screen and (min-width: 768px) {
  .trigger-menu {
    display: none;
  }
}
.block {
  overflow: hidden;
  position: relative;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .menu-pc {
    position: relative;
  }
  .menu-pc .trigger-menu {
    position: relative;
    display: block;
    top: 0;
    right: auto;
    left: 0;
  }
  .menu-pc .cm__gnav {
    position: absolute;
    min-width: 40rem;
    top: 100%;
    left: -40rem;
    width: 100%;
    background-color: #fff;
    padding: 1rem 2rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    height: 100dvh;
    max-height: 100vh;
    padding: 2rem 0 10rem;
    overflow-y: auto;
    z-index: 99;
  }
  .menu-pc .cm__gnav.opened {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .menu-pc .cm__gnav .container {
    position: relative;
    padding: 0 20px;
  }
  .menu-pc .cm__gnav .nav {
    display: block;
  }
  .menu-pc .cm__gnav .nav a, .menu-pc .cm__gnav .nav span {
    color: #222;
    border-bottom: 1px solid #707070;
    display: block;
    padding: 1rem 0;
    width: 100%;
    font-size: 1.5rem;
    position: relative;
  }
  .menu-pc .cm__gnav .nav a:before, .menu-pc .cm__gnav .nav span:before {
    display: none;
  }
  .menu-pc .cm__gnav .nav a:after, .menu-pc .cm__gnav .nav span:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    margin: auto;
    width: 20px;
    height: 13px;
    background-color: #222;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 70% 100%, 95% 50%, 70% 0%);
    transition: all 0.5s;
  }
  .menu-pc .cm__gnav .dropdown__menu-pc {
    display: none;
    position: relative;
    top: 0;
  }
  .menu-pc .cm__gnav .dropdown {
    position: relative;
    background: #fff !important;
  }
  .menu-pc .cm__gnav .dropdown li {
    width: 100%;
    padding: 0;
  }
  .menu-pc .cm__gnav .dropdown a {
    border-bottom: none !important;
    padding: 0.5rem 1rem !important;
    font-weight: normal;
  }
  .menu-pc .cm__gnav .dropdown a:after {
    content: none !important;
  }
  .menu-pc .cm__gnav .dropdown.opened .dropdown__menu-pc {
    display: block;
    transform: translateY(0);
  }
  .menu-pc .cm__gnav .dropdown.opened span:after {
    transform: rotate(90deg);
    top: 8px;
  }
  .menu-pc .cm__gnav .cm-header__right {
    display: flex;
    margin: 2rem 0;
  }
}
/*====================================================================================
■.FOOTER
====================================================================================*/
#cm-footer {
  background-color: #1C9E3B;
  padding: 4rem 0 0;
  margin-top: 8rem;
}
#cm-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #cm-footer {
    padding: 3rem 0 0;
  }
  #cm-footer .container {
    justify-content: center;
  }
}
.cm-footer__logo {
  text-align: center;
  width: 35%;
  margin-right: 2rem;
}

.cm-footer__menu a {
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
  padding: 0 1.5rem;
}

@media only screen and (min-width: 768px) {
  .cm-footer__menu a:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .cm-footer__logo {
    max-width: 90%;
    margin: 0 auto 2rem;
    width: auto;
  }
  .cm-footer__menu {
    margin-bottom: 1rem;
  }
  .cm-footer__menu a {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 414px) {
  .cm-footer__menu a {
    padding: 0.5rem 1rem;
  }
}
.cm-footer__sns a {
  margin: 0 1rem;
  display: inline-block;
}
.cm-footer__sns a img {
  max-height: 25px;
}

.copyright {
  background-color: #27403E;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  /* text-transform: uppercase; */
  margin-top: 4rem;
  padding: 1rem;
}

@media only screen and (max-width: 767px) {
  .copyright {
    font-size: 1.2rem;
    margin-top: 3rem;
  }
}
.page-up {
  position: fixed;
  right: -550px;
  bottom: 120px;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  .page-up {
    width: 15%;
    bottom: 3% !important;
  }
  .page-up a {
    display: block;
  }
}
/*====================================================================================
■.CM CSS
====================================================================================*/
.sec-knowledge {
  margin-top: 5rem;
}

.sec-pickup {
  margin-top: 3rem;
}

.pickup__flex {
  align-items: center;
}

.pickup__img {
  width: 55%;
}

.pickup_slide {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .pickup__img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .pickup__img img {
    width: 100%;
  }
  .pickup_slide {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .pickup_slide {
    margin-bottom: 0px;
  }
}
.pickup__list {
  width: 40%;
}
.pickup__list a {
  display: block;
  padding: 0 0 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #707070;
  text-decoration: none;
}
.pickup__list .tags {
  font-size: 1rem;
  width: 75px;
  margin-bottom: 0.5rem;
}
.pickup__list p {
  font-size: 1.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .pickup__list a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .pickup__list {
    width: 100%;
  }
  .pickup__list a {
    padding: 0.7rem 0;
  }
  .pickup__list p {
    font-size: 1.4rem;
  }
}
.sec-top-news {
  background-color: rgb(197, 90, 17);
  margin-bottom: 3rem;
  padding-top: 106px;
  font-size: 12.5px;
}

.top-news-list {
  padding: 0 7rem 0;
}
.top-news-list a {
  color: #fff;
  text-decoration: none;
  padding: 0.3rem 0;
  display: inline-block;
}
.top-news-list a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .sec-top-news {
    padding-top: 107px;
  }
  .top-news-list {
    padding: 0;
  }
  .top-news-list a {
    font-size: 1.2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
  }
}
.sec-news {
  margin-bottom: 3rem;
}
.sec-news .cm__button {
  margin-top: 3.3rem;
}

@media only screen and (max-width: 767px) {
  /* .sec-news {
    margin-bottom: 4rem;
  } */
  .sec-news .cm__button {
    margin-top: 1rem;
  }
}
.news-list {
  margin-right: -2%;
}

.news-list__item {
  width: 31.3%;
  margin-right: 2%;
  margin-bottom: 4%;
}
.news-list__item .img {
  margin-bottom: 1.5rem;
  height: 135px;
  /* border: 1px solid #ccc; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #fff; */
}
.news-list__item img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.news-list__item a {
  text-decoration: none;
  font-weight: 500;
}
.news-list__item .tags-time {
  margin-bottom: 1rem;
}

/* .news-list__item:nth-child(1),
.news-list__item:nth-child(2) {
  width: 47%;
  margin-bottom: 8%;
}

.news-list__item:nth-child(1) {
  margin-right: 4%;
}

.news-list__item:nth-child(2) {
  margin-right: 1.5%;
} */
@media only screen and (max-width: 767px) {
  .news-list {
    justify-content: space-between;
    margin: 0;
  }
  .news-list__item {
    width: 48%;
    margin: 0 0 2rem !important;
  }
  /* SP表示時に9個目（最後の記事）を非表示にする */
  .news-list__item:nth-child(9) {
    display: none;
  }
  .news-list .cm__tags li {
    width: 75px;
    font-size: 1rem;
  }
  .news-list .cm__time {
    font-size: 1rem;
  }
  .news-list p {
    font-size: 1.2rem;
  }
}
.knowledge-list__item {
  width: 24%;
  margin-right: 1.3%;
}
.knowledge-list__item:nth-child(4n+4) {
  margin-right: 0;
}
.knowledge-list__item a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #1C9E3B;
  padding: 1rem 1rem 3rem;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .knowledge-list__item a:hover .knowledge-list__img {
    background-color: #009b25;
  }
}
.knowledge-list__title {
  font-size: 1.6rem;
  background-color: #1C9E3B;
  border-radius: 0 0 5px 5px;
  margin-top: -1rem;
  margin-bottom: 2rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.knowledge-list__img {
  width: 122px;
  height: 122px;
  background-color: #BEDD94;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 2rem;
  transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
  .knowledge-list {
    justify-content: space-between;
  }
  .knowledge-list__item {
    width: 48%;
    margin: 0 0 4% !important;
  }
  .knowledge-list__img {
    width: 80px;
    height: 80px;
    padding: 2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 414px) {
  .knowledge-list__title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.cm__search {
  width: auto;
  position: relative;
  margin-left: 2rem;
}

@media only screen and (max-width: 767px) {
  .cm__search {
    width: 100%;
    order: 2;
    background-color: #1C9E3B;
    text-align: center;
    padding: 0.5rem 3rem;
  }
}
.cm__search-text {
  font-size: 1.6rem;
  padding-right: 3rem;
  width: 100%;
  border: none;
  border-bottom: 2px solid #adadad;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cm__search-submit {
  background: url(../common_img/icon-search.png) center center no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
  border: none;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
}

.cm__search-text::placeholder {
  color: #1C9E3B;
  opacity: 1;
  font-weight: bold;
  transition: all 0.3s;
}
.cm__search-text:focus {
  outline: none;
  border-color: #53D969;
}
.cm__search-text:focus::placeholder {
  color: #ccc;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .cm__search-text {
    border-bottom-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    margin: auto;
    border-bottom-width: 1px;
    color: #fff;
  }
  .cm__search-submit {
    background: url(../common_img/icon-search-w.png) center center no-repeat;
    background-size: 20px;
    right: 3rem;
  }
  .cm__search-text::placeholder {
    color: #fff;
    font-weight: normal;
    font-size: 1.2rem;
  }
}
.cm__search-submit:hover {
  opacity: 0.8;
}

.cm__search02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}

.cm__search02__input {
  width: 70%;
  height: 40px;
}
.cm__search02__input input {
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

.cm__search02__btn {
  padding: 0;
  display: block;
  border: 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 27%;
  height: 40px;
}

.cm__search02__btnsearch {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  color: #fff;
  padding: 0 2rem;
  font-size: 1.6rem;
  text-align: left;
  background: url(../common_img/icon-search-w.png) center right 1rem no-repeat #27403E;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}

@media only screen and (min-width: 768px) {
  .cm__search02__btnsearch:hover {
    background-color: #1C9E3B;
    border-color: #1C9E3B;
  }
}
@media only screen and (max-width: 767px) {
  .cm__search02 {
    margin-bottom: 2rem;
  }
  .cm__search02__input {
    width: 60%;
  }
  .cm__search02__input input::placeholder {
    font-size: 1rem;
  }
  .cm__search02__btn {
    width: 35%;
  }
  .cm__search02__btnsearch {
    background: #27403E;
    height: 40px !important;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}
.cm__logo {
  text-align: center;
  max-width: 190px;
}
.cm__logo p {
  font-size: 0.9rem;
  color: #1C9E3B;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .cm__logo {
    padding: 0;
    margin: 0 auto 1rem;
  }
  .cm__logo img {
    max-width: 150px;
  }
  .cm__logo p {
    font-size: 0.55rem;
  }
}
.cm__gnav {
  background-color: #1C9E3B;
  margin-top: 0.5rem;
}
.cm__gnav .container {
  position: relative;
}
.cm__gnav .nav a, .cm__gnav .nav span {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 2.7rem;
  position: relative;
  font-size: 1.4rem;
}
.cm__gnav .nav a:before, .cm__gnav .nav span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin: auto;
}
.cm__gnav .dropdown__menu a {
  color: #222;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  padding: 0;
  padding-right: 2rem;
  border-bottom: 1px solid transparent;
}
.cm__gnav .dropdown__menu a:before {
  content: none;
}
.cm__gnav .dropdown__menu a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 13px;
  background-color: #222;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 70% 100%, 95% 50%, 70% 0%);
}
.cm__gnav .dropdown__menu ul {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
}
.cm__gnav .dropdown__menu li {
  padding: 0.5rem 3rem;
}
.cm__gnav .dropdown__menu li:last-child a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 13px;
  background-color: #222;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 70% 100%, 95% 50%, 70% 0%);
}

@media only screen and (max-width: 1200px) {
  .cm__gnav .nav a, .cm__gnav .nav span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm__gnav .nav a:hover, .cm__gnav .nav span:hover {
    background-color: #53D969;
  }
}
@media only screen and (min-width: 768px) {
  .cm__gnav .dropdown:hover {
    background-color: #53D969;
  }
  .cm__gnav .dropdown:hover .dropdown__menu {
    display: block;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .cm__gnav .dropdown__menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    display: block !important;
  }
  .cm__gnav .dropdown__menu a:hover {
    color: #1C9E3B;
    border-bottom-color: #1C9E3B;
    background-color: transparent;
  }
  .cm__gnav .dropdown__menu a:hover:after {
    background-color: #1C9E3B !important;
  }
}
@media only screen and (max-width: 767px) {
  .cm__gnav .dropdown.opened span:after {
    transform: rotate(90deg);
    top: 8px;
  }
  .cm__gnav .dropdown__menu {
    display: none;
  }
  .cm__gnav .dropdown li {
    width: 100%;
    padding: 0;
  }
  .cm__gnav .dropdown a {
    border-bottom: none !important;
    padding: 0.5rem 1rem !important;
    font-weight: normal;
  }
  .cm__gnav .dropdown a:after {
    content: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .cm__gnav li:last-child a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #fff;
    margin: auto;
  }
  .cm__gnav .cm-header__right {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cm-header__head {
    flex-direction: column-reverse;
  }
  .cm-header__left {
    width: 100%;
  }
  .cm-header__left .cm__search {
    margin-left: 0;
  }
  .cm__gnav {
    position: absolute;
    top: calc(100% - 60px);
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1rem 2rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    height: 100dvh;
    max-height: 100vh;
    padding-bottom: 10rem;
    overflow-y: auto;
  }
  .cm__gnav .nav {
    display: block;
  }
  .cm__gnav .nav a, .cm__gnav .nav span {
    color: #222;
    border-bottom: 1px solid #707070;
    display: block;
    padding: 1rem 0;
    width: 100%;
    font-size: 1.5rem;
    position: relative;
  }
  .cm__gnav .nav a:after, .cm__gnav .nav span:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    margin: auto;
    width: 20px;
    height: 13px;
    background-color: #222;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 70% 100%, 95% 50%, 70% 0%);
    transition: all 0.5s;
  }
  .cm__gnav .cm-header__right {
    display: flex;
    margin: 2rem 0;
  }
  .cm__gnav.opened {
    opacity: 1;
    visibility: visible;
  }
}
.cm__title {
  margin-bottom: 3rem;
}

.cm__title--jp {
  font-size: 3.4rem;
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: -1px;
}
.cm__title--jp strong {
  color: #1C9E3B;
}
.cm__title--jp:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #1C9E3B;
}

.cm__title--en {
  font-size: 2rem;
  color: #1C9E3B;
  text-transform: uppercase;
  font-weight: normal;
  margin-left: 2rem;
}

.cm__title__center {
  text-align: center;
  margin-bottom: 5rem;
}
.cm__title__center .cm__title--jp::after {
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .cm__title {
    margin-bottom: 2rem;
  }
  .cm__title--jp {
    font-size: 2.4rem;
    padding-bottom: 0.5rem;
  }
  .cm__title--jp:after {
    width: 50px;
  }
  .cm__title--en {
    font-size: 1.7rem;
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 414px) {
  .cm__title--jp {
    font-size: 2rem;
    margin-right: 1rem;
  }
  .cm__title--en {
    font-size: 1.5rem;
    margin-left: 0;
  }
}
.cm__title02 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .cm__title02 {
    font-size: 1.6rem;
  }
}
.cm__title03 {
  position: relative;
  background-color: #fff;
  color: #1C9E3B;
  padding: 0 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.cm__title03:after {
  position: absolute;
  content: "";
  background: #1C9E3B;
  width: 4px;
  height: 60%;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cm__title03--jp {
  font-size: 2rem;
}

.cm__title03--en {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .cm__title03 {
    padding: 0.2rem 2rem;
  }
  .cm__title03--jp {
    font-size: 1.8rem;
  }
  .cm__title03--en {
    font-size: 1.4rem;
  }
}
.cm__title04 {
  font-size: 1.8rem;
  color: #1C9E3B;
  margin-bottom: 1rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .cm__title04 {
    font-size: 1.6rem;
  }
}
.cm__title04--f16 {
  font-size: 1.6rem;
}

.cm__title05 {
  font-size: 2.4rem;
  color: #1C9E3B;
  margin-bottom: 2rem;
  font-weight: 500;
}

.cm__title05--center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cm__title05 {
    font-size: 1.8rem;
  }
}
.cm__title06 {
  font-size: 2rem;
  padding-left: 1rem;
  border-left: 10px solid #1C9E3B;
  margin-bottom: 3rem;
  font-weight: 500;
}

.cm__title07 {
  font-size: 2.4rem;
  background-color: #1C9E3B;
  color: #fff;
  padding: 0.5rem 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.cm__title07--black {
  font-size: 1.8rem;
  background-color: #27403E;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .cm__title07 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.cm__title08 {
  font-size: 2.4rem;
  border-bottom: 2px solid #1C9E3B;
}

@media only screen and (max-width: 767px) {
  .cm__title08 {
    font-size: 2rem;
  }
}
.cm__title09 {
  background-color: #1C9E3B;
  font-size: 2.4rem;
  color: #fff;
  padding-left: 2rem;
  position: relative;
}
.cm__title09 small {
  font-size: 1.4rem;
  font-weight: normal;
}
.cm__title09:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 4px;
  height: calc(100% - 10px);
  background-color: #fff;
}

.cm__title11 {
  color: #1C9E3B;
  padding: 0 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
  position: relative;
}
.cm__title11:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 2px;
  background-color: #ccc;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .cm__title09 {
    font-size: 2rem;
  }
  .cm__title09 small {
    display: block;
    font-size: 1.2rem;
  }
}
.cm__title10 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #8b8b8b;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem;
}

.cm__title-green {
  color: #fff;
  background-color: #1C9E3B;
  border-radius: 20px 20px 0 0;
  padding: 0.5rem 2rem;
  text-align: center;
  font-size: 1.8rem;
}

.cm__title-step {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #B4B4B2;
  margin-bottom: 3rem;
}
.cm__title-step .number {
  background-color: #1C9E3B;
  width: 130px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 2.4rem;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cm__title-step .txt {
  font-size: 2.4rem;
  padding: 0.5rem 2rem;
  width: calc(100% - 130px);
}

@media only screen and (max-width: 767px) {
  .cm__title-step .number {
    font-size: 1.8rem;
    width: 100px;
  }
  .cm__title-step .txt {
    font-size: 1.8rem;
    width: calc(100% - 100px);
  }
}
.cm__tags li {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background-color: #1C9E3B;
  border-radius: 30px;
  text-align: center;
  width: 100px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cm__tags li {
    font-size: 1.2rem;
    width: 80px;
  }
}
.cm__time {
  color: #B4B4B2;
}

.cm__table dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
.cm__table dl:last-child {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cm__table dt {
  width: 20%;
  background-color: #F3FFE2;
  padding: 0.5rem 2rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.cm__table dd {
  width: 80%;
  padding: 0.5rem 2rem;
}
.cm__table dd p {
  margin-bottom: 4rem;
}
.cm__table dd p:last-child {
  margin-bottom: 0;
}
.cm__table dd p span {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .cm__table dt {
    width: 30%;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm__table dd {
    width: 70%;
  }
}
.cm__button {
  text-align: center;
}
.cm__button a, .cm__button span {
  display: inline-block;
  color: #fff;
  background-color: #27403E;
  border-radius: 5px;
  padding: 1.1rem 4rem;
  min-width: 200px;
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
}
.cm__button a:after, .cm__button span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.7rem;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

.cm__button--links a {
  background: url(../common_img/icon-links.png) center right 2rem no-repeat #27403E;
}
.cm__button--links a:after {
  content: none;
}

.cm__button--back a:after {
  right: auto;
  left: 1.7rem;
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .cm__button a {
    font-size: 1.4rem;
    min-width: 150px;
  }
  .cm__button a:after {
    right: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm__button a:hover {
    background-color: #1C9E3B;
  }
}
.clr__green {
  color: #1C9E3B;
}

.tags {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background-color: #1C9E3B;
  border-radius: 30px;
  text-align: center;
  width: 100px;
  text-align: center;
}

.main-content__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-content__main {
  width: 68.3%;
}

@media only screen and (max-width: 767px) {
  .main-content__main {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.main-content__sidebar {
  width: 27.5%;
}
.main-content__sidebar .cm__title07 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.main-content__sidebar .cm__title {
  margin-bottom: 1.5rem;
}
.main-content__sidebar .cm__title--jp {
  font-size: 1.8rem;
  padding-bottom: 1rem;
}
.main-content__sidebar .cm__title--en {
  font-size: 1rem;
  margin-left: 1rem;
}
.main-content__sidebar .cm__button--links {
  width: 100%;
}
.main-content__sidebar .cm__button--links a {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .main-content__sidebar {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  .main-content__sidebar img {
    width: 100%;
  }
  .sidebar__bnr02 img {
    max-width: 30rem;
  }
}
.sidebar__bnr01 img, .sidebar__bnr02 a {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}

.sidebar__tablinks {
  border: 1px solid #1C9E3B;
  margin-bottom: 2rem;
}

.sidebar__tablinks__title {
  border-bottom: 1px solid #1C9E3B;
  position: relative;
}

.sidebar__tablinks-new {
  position: absolute;
  top: -13px;
  left: calc(50% - 60px);
  width: 45px;
  text-align: center;
  padding: 2px 4px 0px;
  background: #FFEB3B;
  font-size: 12px;
  border: 1px solid #559b49;
  line-height: 1.4;
}

.sidebar__tablinks-new-item {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  width: 35px;
  padding: 0 2px;
  font-size: 10px;
}

.sidebar__tablinks__title p {
  width: 50%;
  color: #1C9E3B;
  text-align: center;
  background-color: #fff;
  position: relative;
  font-weight: bold;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 1.3rem;
  padding: 0.5rem;
  cursor: pointer;
}
.sidebar__tablinks__title p:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1C9E3B;
}
.sidebar__tablinks__title p.active {
  background-color: #1C9E3B;
  color: #fff;
}
.sidebar__tablinks__title p.active:after {
  border-bottom-color: #fff;
  transform: rotate(180deg);
}

.sidebar__tablinks__inner {
  padding: 2rem 1.7rem 1rem;
}

.sidebar__tablinks__item {
  display: none;
}
.sidebar__tablinks__item.item01 ul {
  counter-reset: ranking;
}
.sidebar__tablinks__item.item01 li {
  margin-bottom: 0.8rem;
  counter-increment: ranking;
}
.sidebar__tablinks__item.item01 li:nth-child(2) .num {
  background-color: #999999;
}
.sidebar__tablinks__item.item01 li:nth-child(2) .num span {
  color: #060D10;
}
.sidebar__tablinks__item.item01 li:nth-child(3) .num {
  background-color: #9b6924;
}
.sidebar__tablinks__item.item01 li:nth-child(3) .num span {
  color: #fff;
}
.sidebar__tablinks__item.item01 li:nth-child(4) .num, .sidebar__tablinks__item.item01 li:nth-child(5) .num {
  background-color: #333333;
}
.sidebar__tablinks__item.item01 li:nth-child(4) .num span, .sidebar__tablinks__item.item01 li:nth-child(5) .num span {
  color: #fff;
}
.sidebar__tablinks__item.item01 a {
  text-decoration: none;
  position: relative;
  display: block;
}
.sidebar__tablinks__item.item01 .number {
  background-color: #F6D555;
  width: 35px;
  height: 56px;
  position: absolute;
  top: 1rem;
  left: 0;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 50% 100%, 0 83%);
}
.sidebar__tablinks__item.item01 .number:before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 70% 100%, 95% 50%, 70% 1%);
  background-color: #C3371E;
  transform: rotate(90deg);
}
.sidebar__tablinks__item.item01 .number:after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 65% 100%, 90% 50%, 65% 0%);
  background-color: #C3371E;
  transform: rotate(90deg);
}
.sidebar__tablinks__item.item01 .number span {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  color: #C3371E;
}
.sidebar__tablinks__item.item01 .time {
  font-size: 1rem;
  color: #B4B4B2;
  padding-left: 5rem;
}
.sidebar__tablinks__item.item01 p {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  padding-left: 5rem;
}
.sidebar__tablinks__item.item01 p .num {
  font-size: 0;
  color: #1c9e3b;
  display: inline-block;
  line-height: 1;
  width: 35px;
  height: 40px;
  text-shadow: 2px 0 0 #000;
  background-color: #cc9902;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 6px 5px 10px;
  clip-path: polygon(100% 0, 100% 100%, 50% 76%, 0 100%, 0 0);
}
.sidebar__tablinks__item.item01 p .num:before {
  content: counter(ranking, decimal-leading-zero);
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
}
.sidebar__tablinks__item.item02 a {
  text-decoration: none;
  display: block;
  margin-bottom: 1rem;
}
.sidebar__tablinks__item.item02 p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sidebar__tablinks__item.item02 .time {
  color: #B4B4B2;
}
.sidebar__tablinks__item.active {
  display: inherit;
}

/* .sidebar__tablinks__item.item01 li:nth-child(2) .num:before, .sidebar__tablinks__item.item01 li:nth-child(2) .num:after {
  background-color: #060D10;
} */
/* .sidebar__tablinks__item.item01 li:nth-child(3) .num:before, .sidebar__tablinks__item.item01 li:nth-child(3) .num:after {
  background-color: #fff;
} */
/* .sidebar__tablinks__item.item01 li:nth-child(4) .num:before, .sidebar__tablinks__item.item01 li:nth-child(4) .num:after {
  background-color: #fff;
} */
/* .sidebar__tablinks__item.item01 li:nth-child(5) .num:before, .sidebar__tablinks__item.item01 li:nth-child(5) .num:after {
  background-color: #fff;
} */
.sidebar__tablinks a:hover {
  color: #1c9e3b;
}

.sidebar__box {
  border: 1px solid #1C9E3B;
  padding: 1rem 1rem 3rem;
}
.sidebar__box .img {
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.sidebar__box p {
  font-size: 1.2rem;
  line-height: 2.2;
}

.sidebar__bnr-green {
  margin-bottom: 2rem;
}
.sidebar__bnr-green a {
  background-image: linear-gradient(to right, #006418, #1C9E3B);
  display: block;
  color: #fff;
  width: 100%;
  letter-spacing: -1px;
  position: relative;
  height: 100%;
  text-decoration: none;
}
.sidebar__bnr-green a:hover {
  opacity: 0.8;
}
.sidebar__bnr-green a p:first-child {
  font-size: 1.35rem;
}
.sidebar__bnr-green .icon {
  display: inline-block;
  background: url(../common_img/icon-database.png) center left no-repeat;
  padding-left: 3rem;
  font-size: 2rem;
}

.sidebar__bnr-greentxt {
  position: relative;
  padding-right: 2.5rem;
  display: inline-block;
}
.sidebar__bnr-greentxt .arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sidebar__bnr-green .arrow {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
}
.sidebar__bnr-green .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #1C9E3B;
}

@media only screen and (max-width: 767px) {
  .sidebar__tablinks {
    display: none;
  }
  .sidebar__bnrflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .sidebar__bnrflex .sidebar__bnr01 {
    width: 45%;
  }
  .sidebar__bnrflex .sidebar__bnr01 img {
    margin-bottom: 1rem;
  }
  .sidebar__bnrflex .sidebar__bnr02 {
    width: 52%;
  }
  .sidebar__bnrflex .sidebar__bnr02 a {
    margin-bottom: 1.2rem;
  }
  
  /* 追加: SP時に縦表示にするクラス */
  .sidebar__bnrflex.sp-vertical {
    flex-direction: column;
  }
  .sidebar__bnrflex.sp-vertical .sidebar__bnr01,
  .sidebar__bnrflex.sp-vertical .sidebar__bnr02 {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .sidebar__box .img {
    text-align: center;
  }
  .sidebar__box img {
    width: auto;
    margin: auto;
    max-width: 65%;
  }
  .sidebar__box .cm__button--links {
    width: 245px;
    margin: auto;
  }
  .sidebar__box .cm__button--links a {
    background-size: 12px;
  }
  .sidebar__box--magazine {
    display: none;
  }
  .sidebar__bnr-green {
    text-align: center;
  }
}
.tags-time {
  align-items: center;
}

.bg__gray {
  background-color: #F1F1F1;
  padding: 4rem;
  margin: 3rem 0;
}
.bg__gray li {
  text-indent: -8px;
  margin-left: 8px;
}

@media only screen and (max-width: 767px) {
  .bg__gray {
    padding: 2rem;
  }
}
.error {
  color: #f00;
}

img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
}

.ov-hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

a {
  color: #000000;
  text-decoration: underline;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333;
}

@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  a {
    transition: all 0.4s;
  }
  a:hover {
    text-decoration: none;
  }
  /* a:hover img {
    opacity: 0.8;
  } */
}
/*====================================================================================
■ BANNER SP LAYOUT
====================================================================================*/
/* SPサイズでバナーを縦に表示 */
@media only screen and (max-width: 767px) {
    .banner-list {
        display: block !important;
        max-width: 300px;
    }
    .banner-list .banner-item {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .banner-list .banner-item img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    /* SP用サイドバナーのスタイル */
    .sp-side-banner {
        max-width: 300px;
        margin: 20px auto;
    }
    .sp-side-banner img {
        max-width: 100%;
        height: auto;
    }

    /* SP用サイドバナーフレックスのスタイル */
    .sp-side-banner-flex {
        max-width: 300px;
        margin: 20px auto;
    }
    .sp-side-banner-flex .sidebar__bnr01,
    .sp-side-banner-flex .sidebar__bnr02 {
        margin-bottom: 15px;
        text-align: center;
    }
    .sp-side-banner-flex img {
        max-width: 100%;
        height: auto;
    }
}

/*====================================================================================
■ CLEAR FLOAT
====================================================================================*/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*■.FLEX*/
.flex {
  display: flex;
  flex-wrap: wrap;
}

/*justify-content*/
.flex-jus-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.flex-jus-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flex-jus-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-jus-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-jus-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex-jus-ini {
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;
}

/*align-items*/
.align-item-start {
  align-items: flex-start;
}

.align-item-end {
  align-items: flex-end;
}

.align-item-stretch {
  align-items: stretch;
}

.align-item-baseline {
  align-items: baseline;
}

.align-item-center {
  align-items: center;
}

.align-item-ini {
  align-items: initial;
}

.flex-container {
  flex-wrap: wrap;
}

/*====================================================================================
■06.OTHER
====================================================================================*/
.text-normal {
  font-weight: normal !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-none-underline {
  text-decoration: none !important;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.ui-widget.ui-widget-content {
  z-index: 9999;
}</pre></body></html>