.header {
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 7500;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .header_inner {
    width: 90%;
    padding: 2.8rem 0;
  }
}

@media screen and (max-width: 767px) {
  .header_inner {
    width: 92%;
    padding: 1.9rem 0;
  }
}

@media screen and (min-width: 768px) {
  .header.is-fixed .header_inner {
    padding: 1.3rem 0;
  }
}

.header_logo {
  display: block;
  margin-right: auto;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .header_logo {
    width: 37rem;
    margin-bottom: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .header_logo {
    width: 39.8rem;
  }
}

.header_logo:hover {
  opacity: 0.5;
}

.header_logo .logo02 {
  display: none;
}

@media screen and (min-width: 768px) {
  .header.is-fixed .header_logo {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .header.is-fixed .header_logo {
    width: 27rem;
  }
  .header.is-fixed .header_logo .logo01 {
    display: none;
  }
  .header.is-fixed .header_logo .logo02 {
    display: block;
  }
}

.header .footer_sns {
  margin-right: 1.2rem;
  margin-bottom: 0;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header .footer_sns {
    display: none;
  }
}

.header .footer_sns a[target="_blank"]::after {
  content: none !important;
}

.header_items {
  align-items: center;
}

@media screen and (min-width: 768px) {
  .header_items {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.2rem;
  }
}

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

@media screen and (min-width: 768px) {
  .header.is-fixed .header_items {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer .header_items {
    justify-content: center;
    margin-top: 4.7rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .footer .header_items {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .navi .header_items {
    margin-bottom: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .navi .header_items {
    order: 10;
    display: flex;
    justify-content: center;
    border-top: 1px solid #5c9979;
    border-bottom: 1px solid #5c9979;
    width: 69rem;
    margin: 12rem auto 6rem;
    padding: 5.1rem 0;
  }
}

.header_item {
  display: block;
}

@media screen and (max-width: 767px) {
  .header_item {
    margin: 0 3.3rem;
  }
  .header_item.is-current {
    display: none;
  }
  .footer .header_item {
    margin: 0 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .header_item + .header_item {
    margin-left: 1.6rem;
  }
}

.header_link {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .header_link {
    opacity: 0.4;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .header_link {
    font-size: 2.8rem;
  }
}

.header_link::before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .header_link::before {
    width: 1.334em;
    height: 1.334em;
    margin-right: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .header_link::before {
    width: 1.286em;
    height: 1.286em;
    margin-right: 0.358em;
  }
}

.header_link.life::before {
  background-image: url(/img/common/ico_life_k.png);
}

.navi .header_link.life::before {
  background-image: url(/img/common/ico_life_w.png);
}

.header_link.agri::before {
  background-image: url(/img/common/ico_agri_k.png);
}

.navi .header_link.agri::before {
  background-image: url(/img/common/ico_agri_w.png);
}

.header_link.group::before {
  background-image: url(/img/common/ico_group_k.png);
}

.navi .header_link.group::before {
  background-image: url(/img/common/ico_group_w.png);
}

.header_link.zenchu::before {
  background-image: url(/img/common/ico_zenchu_k.png);
}

@media screen and (min-width: 768px) {
  .header_link.zenchu::before {
    width: 1.75em;
  }
}

.navi .header_link.zenchu::before {
  background-image: url(/img/common/ico_zenchu_w.png);
}

@media screen and (min-width: 768px) {
  .header_link:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .header_link:hover {
    opacity: 0.5;
  }
}

.is-current .header_link {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .is-current .header_link {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .footer .header_link {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .footer .header_link {
    font-size: 2.2rem;
  }
}

.header_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .header_nav {
    margin-left: 0;
  }
  .navi .header_nav {
    margin-bottom: 1.1rem;
  }
}

.header_button {
  background: #333;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .header_button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.637em;
    width: 12.728em;
    min-width: 110px;
    height: 3.637em;
    padding: 0 0.91em;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .header_button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.637em;
    width: 5.455em;
    height: 2.455em;
    margin-right: 0.546em;
    padding: 0 0.91em;
    font-size: 2.4rem;
  }
  .header_button:not(.pc_none) {
    display: none;
  }
}

.header_button::before {
  content: "";
  flex-shrink: 0;
  display: block;
  background-image: url(/img/common/ico_search01_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .header_button::before {
    width: 1.455em;
    height: 1.455em;
    margin-right: 0.364em;
  }
}

.header_button[href^=http][target="_blank"]::after {
  content: none !important;
}

.header_button:hover {
  opacity: 0.5;
}

.navi .header_button {
  background: transparent;
  border: 1px solid;
}

.navi .header_button::before {
  background-image: url(/img/common/ico_search01_w.png);
}

.header_button02 {
  background: #F6B22E;
  border: 1px solid #F6B22E;
}

@media screen and (min-width: 768px) {
  .header_button02 {
    width: 12.728em;
    min-width: 116px;
    margin-right: 0.546em;
  }
}

.header_button02::before {
  content: none !important;
}

.navi .header_button02 {
  background: transparent;
  border: 1px solid;
}

.header_button03 {
  background: #12816b;
  border: 1px solid #12816b;
}

@media screen and (min-width: 768px) {
  .header_button03 {
    width: 9.273em;
    min-width: 60px;
    margin-right: 0.546em;
  }
}

.header_button03::before {
  content: none !important;
}

.navi .header_button03 {
  background: transparent;
  border: 1px solid;
}

.header_switch {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .header_switch {
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    width: 4rem;
    height: 4rem;
    margin-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .header_switch {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.header_switch::before {
  content: "";
  display: block;
  background-image: url(/img/common/ico_search01_k.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .header_switch::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .header_switch::before {
    width: 100%;
    height: 100%;
  }
}

.header_switch:hover {
  opacity: 0.5;
}

.navi .header_switch {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .navi .header_switch {
    display: none !important;
  }
}

.navi .header_switch::before {
  background-image: url(/img/common/ico_search01_k.png);
}

.header_open {
  display: block;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .header_open {
    width: 5.4rem;
    height: 2.9rem;
    margin-left: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .header_open {
    width: 4.8rem;
    height: 3.6rem;
    margin-left: 2.8rem;
  }
}

.header_open::before, .header_open::after, .header_open > span {
  position: absolute;
  background: #333;
  width: 100%;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .header_open::before, .header_open::after, .header_open > span {
    height: 3px;
  }
}

@media screen and (max-width: 767px) {
  .header_open::before, .header_open::after, .header_open > span {
    height: 0.4rem;
  }
}

.header_open::before, .header_open::after {
  content: "";
}

.header_open::before, .header_open > span {
  top: 0;
}

.header_open::after, .header_open > span {
  bottom: 0;
}

.header_open > span {
  margin: auto;
}

.header_open:hover {
  opacity: 0.5;
}

.header_close {
  display: block;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .header_close {
    width: 4.8rem;
    height: 4rem;
    margin-left: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .header_close {
    position: absolute;
    width: 4.8rem;
    height: 4.8rem;
    right: 3.2rem;
    top: 4rem;
  }
}

.header_close::before, .header_close::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (min-width: 768px) {
  .header_close::before, .header_close::after {
    height: 0.3rem;
  }
}

@media screen and (max-width: 767px) {
  .header_close::before, .header_close::after {
    height: 0.4rem;
  }
}

.header_close::before {
  transform: rotateZ(45deg);
}

.header_close::after {
  transform: rotateZ(-45deg);
}

.header_close:hover {
  opacity: 0.5;
}

.header_search {
  display: none;
  position: fixed;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 8500;
}

@media screen and (min-width: 768px) {
  .header_search {
    top: 14.4rem;
    padding: 1.5rem 0 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .header_search {
    top: 12rem;
    padding: 2.3rem 0 5.7rem;
  }
}

@media screen and (min-width: 768px) {
  .header.is-fixed ~ .header_search {
    top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .navi .header_search {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .navi .header_search {
    display: block !important;
    position: static;
    background: transparent;
    padding: 3.3rem 0 2.8rem;
  }
}

@media screen and (min-width: 768px) {
  .navi.is-active + .header_search {
    top: 12rem;
    padding-top: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .navi.is-active + .header_search {
    display: none !important;
  }
}

.header_search .search {
  position: relative;
  margin: 0 auto;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .header_search .search {
    width: 62.5em;
    height: 3.75em;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .header_search .search {
    width: 28.334em;
    height: 3.75em;
    font-size: 2.4rem;
  }
}

.header_search .search .headerSearch__input, .header_search .search .headerSearch__submit {
  display: block;
  appearance: none;
  font: inherit;
}

.header_search .search .headerSearch__input {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header_search .search .headerSearch__input {
    border-radius: 3.75em;
    height: 3.75em;
    padding: 1.375em 4em 1.375em 1.875em;
  }
}

@media screen and (max-width: 767px) {
  .header_search .search .headerSearch__input {
    border-radius: 3.75em;
    height: 3.75em;
    padding: 1.375em 4.084em 1.375em 1.459em;
  }
}

.header_search .search .headerSearch__input::placeholder {
  color: #b3b3b3;
}

.header_search .search .headerSearch__input:-ms-input-placeholder {
  color: #b3b3b3;
}

.header_search .search .headerSearch__input::-ms-input-placeholder {
  color: #b3b3b3;
}

.header_search .search .headerSearch__submit {
  position: absolute;
  background-color: #333;
  background-image: url(/img/common/ico_search01_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: none;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .header_search .search .headerSearch__submit {
    background-size: 42.5% auto;
    width: 2.5em;
    height: 2.5em;
    right: 0.75em;
  }
}

@media screen and (max-width: 767px) {
  .header_search .search .headerSearch__submit {
    background-size: 46.667% auto;
    width: 2.5em;
    height: 2.5em;
    right: 0.792em;
  }
}

.header_search .search .headerSearch__submit:hover {
  opacity: 0.5;
}

.navi {
  display: none;
  position: fixed;
  background: #006633;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  z-index: 9000;
}

@media screen and (min-width: 768px) {
  .navi {
    padding: 2.4rem 0 4rem;
  }
}

.navi_inner {
  display: flex;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .navi_inner {
    flex-direction: column;
    align-items: flex-end;
    width: 90%;
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .navi_inner {
    flex-direction: column;
    position: relative;
    max-height: 100%;
    padding: 11rem 0 0.2rem;
  }
}

.navi_items {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .navi_items {
    max-height: calc(100% - 16.5rem);
    padding: 0 13rem;
    overflow-y: auto;
  }
}

@media screen and (max-width: 767px) {
  .navi_items {
    padding: 0 3rem;
  }
}

.navi_item {
  display: block;
}

@media screen and (min-width: 768px) {
  .navi_item {
    border-bottom: 1px solid #5c9979;
    padding: 3.3rem 0;
  }
}

@media screen and (max-width: 767px) {
  .navi_item {
    padding: 4.2rem 0;
  }
}

@media screen and (max-width: 767px) {
  .navi_item + .navi_item {
    border-top: 1px solid #5c9979;
  }
}

.navi_search, .navi_arrow {
  display: flex;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .navi_search, .navi_arrow {
    line-height: 1.334em;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .navi_search, .navi_arrow {
    line-height: 1.286em;
    font-size: 2.8rem;
  }
}

.navi_search::before, .navi_arrow::before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .navi_search::before, .navi_arrow::before {
    width: 1.223em;
    height: 1.223em;
    margin: 0.056em 0.667em 0.056em 0;
  }
}

@media screen and (max-width: 767px) {
  .navi_search::before, .navi_arrow::before {
    width: 1.429em;
    height: 1.429em;
    margin: 0.072em 0.667em 0.072em 0;
  }
}

.navi_search:hover, .navi_arrow:hover {
  opacity: 0.5;
}

.navi_search::before {
  background-color: #fff;
  background-image: url(/img/common/ico_search01_g.png);
}

@media screen and (min-width: 768px) {
  .navi_search::before {
    background-size: 54.546% auto;
  }
}

@media screen and (max-width: 767px) {
  .navi_search::before {
    background-size: 57.5% auto;
  }
}

.navi_arrow::before {
  background-image: url(/img/common/ico_arrow01_w.png);
  border: 1px solid;
}

@media screen and (min-width: 768px) {
  .navi_arrow::before {
    background-size: 50% auto;
  }
}

@media screen and (max-width: 767px) {
  .navi_arrow::before {
    background-size: 55% auto;
  }
}

.footer {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 4rem 0 6rem;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 9rem 0 5rem;
  }
}

.footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer_sns {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .footer_sns {
    flex-wrap: wrap;
    width: 44.7rem;
    margin: 0 auto 7.2rem;
  }
}

.footer_sns > li {
  display: block;
}

@media screen and (min-width: 768px) {
  .footer_sns > li {
    padding: 0.5rem 0;
  }
}

@media screen and (max-width: 767px) {
  .footer_sns > li {
    margin: 0 2.15rem;
  }
  .footer_sns > li:nth-of-type(n+5) {
    margin-top: 3.4rem;
  }
}

.footer_sns > li > a {
  display: block;
}

@media screen and (min-width: 768px) {
  .footer_sns > li > a {
    width: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .footer_sns > li > a {
    width: 6.8rem;
  }
}

.footer_sns > li > a .sh01 {
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .footer_sns > li > a .sh01 {
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.1);
  }
}

.footer_sns > li > a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .footer_sns > li + li {
    margin-left: 1.2rem;
  }
}

.footer_logo {
  display: block;
  margin: 0 auto;
  line-height: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer_logo {
    width: 26.6rem;
  }
}

@media screen and (max-width: 767px) {
  .footer_logo {
    width: 44.4rem;
    padding-bottom: 8rem;
  }
}

.footer_logo:hover {
  opacity: 0.5;
}

.footer_list {
  justify-content: center;
  align-items: center;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .footer_list {
    display: flex;
    margin-top: 4.7rem;
    font-size: 1.2rem;
  }
}

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

.footer_list > li {
  position: relative;
  display: block;
}

.footer_list > li > a {
  text-decoration: none;
}

.footer_list > li > a:hover {
  opacity: 0.5;
}

.footer_list > li > a:hover + div {
  top: -10.5em;
  z-index: 10;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .footer_list > li + li {
    border-left: 1px solid;
    margin-left: 1em;
    padding-left: 1em;
  }
}

.footer_list > li > div {
  transition: top .4s ease-in-out, opacity .4s ease-out;
  opacity: 0;
  position: absolute;
  top: -10.5em;
  left: -2em;
  z-index: -10;
  width: 15em;
  padding: 4px;
  background: #098b1d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.footer_list > li > div::before {
  content: "";
  display: block;
  background: url(/img/shared/navigation/img_popup_bottom.png) no-repeat left top;
  position: absolute;
  left: -5em;
  bottom: -14px;
  right: 0;
  width: 26px;
  height: 18px;
  margin: auto;
}

.footer_list > li > div .inner {
  zoom: 1;
  position: static;
  width: auto;
  min-height: 8em;
  padding: 1em;
  border-radius: 5px;
  background: white;
  text-align: left;
  color: #098b1d;
  line-height: 1.5;
}

.footer_list > li:last-child > div {
  left: auto;
  right: 0;
}

.footer_list > li:last-child > div::before {
  left: auto;
  right: 4em;
}

.footer_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .footer_bottom {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .footer_bottom {
    margin-top: 0;
  }
}

.footer_items {
  align-items: center;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .footer_items {
    display: flex;
    font-size: 1.2rem;
  }
}

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

.footer_items > li {
  display: block;
}

.footer_items > li > a {
  text-decoration: none;
}

.footer_items > li > a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .footer_items > li + li {
    margin-left: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .footer_note {
    margin-left: 3.5rem;
    line-height: 1.091em;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .footer_note {
    line-height: 1;
    font-size: 1.8rem;
  }
}

.footer a[href^=http][target="_blank"]:after {
  content: none !important;
}

.aside_anchor {
  position: fixed;
  width: 9.6rem;
  height: 9.6rem;
  right: 1rem;
}

@media screen and (min-width: 768px) {
  .aside_anchor {
    bottom: 9.2rem;
  }
}

@media screen and (max-width: 767px) {
  .aside_anchor {
    bottom: 1.8rem;
  }
}

.aside_anchor > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #333;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  letter-spacing: 0.07em;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .aside_anchor > a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .aside_anchor > a {
    font-size: 2rem;
  }
}

.aside_anchor > a:hover {
  opacity: 0.5;
}

.aside_anchor > a::before {
  content: "";
  display: block;
  background-image: url(/img/common/ico_pagetop_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.2rem;
  height: 1.3rem;
}

@media screen and (min-width: 768px) {
  .aside_anchor > a::before {
    margin-bottom: 0.438em;
  }
}

@media screen and (max-width: 767px) {
  .aside_anchor > a::before {
    margin-bottom: 0.389em;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.715vw;
  }
}

@media screen and (min-width: 1401px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

body.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
}

h1, h2, h3, h4, h5, p, ul, ol, dl, dt, dd, figure, body {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  img[src$="_pc.png"], img[src$="_pc.jpg"] {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  img[src$="_sp.png"], img[src$="_sp.jpg"] {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

* {
  box-sizing: border-box;
}

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

.wrapper {
  width: 100%;
}

.btn-wrapper {
  display: flex;
}

@media screen and (min-width: 768px) {
  .btn-wrapper.clm2 a {
    width: 44.054%;
  }
}

@media screen and (max-width: 767px) {
  .btn-wrapper {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .btn-wrapper a + a {
    margin-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .btn-wrapper.right {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .btn-wrapper.right {
    align-items: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .btn-wrapper.center {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .btn-wrapper.center {
    align-items: center;
  }
}

.btn-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .btn-search {
    border-radius: 8.889em;
    width: 29.223em;
    min-height: 4.445em;
    padding: 0.889em 1.667em;
    line-height: 1.334em;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .btn-search {
    border-radius: 8.334em;
    width: 22.917em;
    min-height: 4.167em;
    padding: 0.584em 1.084em;
    line-height: 1.5em;
    font-size: 2.4rem;
  }
}

.btn-search::after {
  content: "";
  flex-shrink: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .btn-search::after {
    background-size: 46.667% auto;
    width: 1.667em;
    height: 1.667em;
  }
}

@media screen and (max-width: 767px) {
  .btn-search::after {
    background-size: 55% auto;
    width: 1.667em;
    height: 1.667em;
  }
}

.btn-search:hover {
  opacity: 0.5;
}

.btn-search.col01 {
  background: #fff;
}

.btn-search.col01::after {
  background-color: #333;
  background-image: url(/img/common/ico_search01_w.png);
}

@media screen and (max-width: 767px) {
  .btn-search + .btn-search {
    margin-top: 1rem;
  }
}

.btn-arrow01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .btn-arrow01 {
    border-radius: 5.5em;
    width: 9.875em;
    min-height: 2.75em;
    padding: 0.625em 1.25em;
    line-height: 1.25em;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .btn-arrow01 {
    border-radius: 6.154em;
    width: 10.462em;
    min-height: 3.077em;
    padding: 0.77em 1.25em;
    line-height: 1.385em;
    font-size: 2.6rem;
  }
}

.btn-arrow01::after {
  content: "";
  flex-shrink: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .btn-arrow01::after {
    width: 1.25em;
    height: 0.625em;
  }
}

@media screen and (max-width: 767px) {
  .btn-arrow01::after {
    width: 1.308em;
    height: 0.654em;
  }
}

.btn-arrow01.col01 {
  background: #fff;
  border: 1px solid;
}

.btn-arrow01.col01::after {
  background-image: url(/img/common/ico_arrow02_k.png);
}

.btn-arrow01:hover {
  opacity: 0.5;
}

.btn-arrow01 em {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.title01_h2 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .title01_h2 {
    padding-bottom: 0.55em;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .title01_h2 {
    padding-bottom: 0.824em;
    font-size: 3.4rem;
  }
}

.title01_h2 > h2 {
  font-size: inherit;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .title01_h2 > h2 {
    margin-top: -0.1em;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .title01_h2 > h2 {
    margin-top: -0.117em;
    line-height: 1.236em;
  }
}

.title01_h2::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  height: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .title01_h2::after {
    width: 2.2em;
  }
}

@media screen and (max-width: 767px) {
  .title01_h2::after {
    width: 2.236em;
  }
}

.card01_items {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .lower .card01_items {
    margin-right: -1.473%;
  }
}

@media screen and (max-width: 767px) {
  .lower .card01_items {
    margin-right: -1rem;
  }
}

.card01_item {
  display: block;
}

@media screen and (min-width: 768px) {
  .card01_item {
    width: 18.593%;
    margin-right: 1.341%;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .card01_item {
    width: 27rem;
    margin-right: 1rem;
  }
  .card01_item:nth-of-type(n+3) {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .lower .card01_item {
    width: 23.481%;
    margin-right: 1.474%;
  }
}

.card01_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .card01_card {
    border-radius: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .card01_card {
    border-radius: 2.2rem;
  }
}

.card01_card:hover * {
  opacity: 0.75;
}

.card01_card.disabled {
  pointer-events: none;
}

.card01_card.disabled .card01_caption {
  color: #9d9d9d;
}

.card01_card.disabled .card01_caption::after {
  background-color: #9d9d9d;
}

.card01_thumb {
  position: relative;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}

.card01_thumb figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.4em;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .card01_thumb figcaption {
    font-size: 2rem;
  }
}

.card01_caption {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .card01_caption {
    min-height: 9.2rem;
    padding: 1.3rem 10.197%;
  }
}

@media screen and (max-width: 767px) {
  .card01_caption {
    min-height: 10.8rem;
    padding: 0.6rem 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .lower .card01_caption {
    padding: 2.4rem 2rem;
  }
}

.card01_caption::after {
  content: "";
  flex-shrink: 0;
  display: block;
  background-color: #333;
  background-image: url(/img/common/ico_arrow01_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .card01_caption::after {
    background-size: 55.556% auto;
    width: 1.8rem;
    height: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .card01_caption::after {
    background-size: 60% auto;
    width: 3rem;
    height: 3rem;
  }
}

.card01_name {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .card01_name {
    line-height: 1.375em;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .card01_name {
    line-height: 1.334em;
    font-size: 2.4rem;
  }
}

.card02_items {
  display: flex;
  flex-wrap: wrap;
}

.card02_item {
  position: relative;
  display: block;
}

.card02_item::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #e6e6e6;
}

@media screen and (min-width: 768px) {
  .card02_item {
    width: 29.389%;
    margin-right: 5.918%;
  }
  .card02_item::before {
    top: 0;
    right: -10.067%;
    width: 1px;
    height: 100%;
  }
  .card02_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .card02_item:nth-of-type(3n)::before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .card02_item {
    width: 45rem;
    margin-bottom: 7.2rem;
  }
  .card02_item::before {
    bottom: -2rem;
    width: 100%;
    height: 1px;
  }
  .card02_item:last-child {
    margin-bottom: 0;
  }
  .card02_item:last-child::before {
    content: none;
  }
}

.card02_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .card02_card {
    border-radius: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .card02_card {
    border-radius: 2.2rem;
  }
}

.card02_card:hover * {
  opacity: 0.75;
}

.card02_thumb {
  line-height: 0;
  text-align: center;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .card02_thumb {
    border-radius: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .card02_thumb {
    border-radius: 2.2rem;
  }
}

.card02_caption {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .card02_caption {
    min-height: 8rem;
    padding: 1.3rem 3.922%;
  }
}

@media screen and (max-width: 767px) {
  .card02_caption {
    min-height: 10.8rem;
    padding: 2.8rem 0;
  }
}

.card02_caption::after {
  content: "";
  flex-shrink: 0;
  display: block;
  background-color: #333;
  background-image: url(/img/common/ico_arrow01_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .card02_caption::after {
    background-size: 55.556% auto;
    width: 1.8rem;
    height: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .card02_caption::after {
    background-size: 60% auto;
    width: 3rem;
    height: 3rem;
  }
}

.card02_name {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .card02_name {
    line-height: 1.375em;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .card02_name {
    line-height: 1.334em;
    font-size: 2.4rem;
  }
}

.line01_item {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 768px) {
  .line01_item {
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .line01_item {
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 3.6rem;
  }
}

@media screen and (min-width: 768px) {
  .line01_item + .line01_item {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .line01_item + .line01_item {
    padding-top: 4.4rem;
  }
}

.line01_text {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .line01_text {
    line-height: 1.715em;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .line01_text {
    margin-top: 0.584em;
    line-height: 1.75em;
    font-size: 2.4rem;
  }
}

.line01_text a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .line01_text a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .line01_text a {
    display: block;
  }
}

.line01_text a::after {
  content: "";
  display: block;
  background-image: url(/img/common/ico_link_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .line01_text a::after {
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    margin-left: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .line01_text a::after {
    width: 6.8rem;
    height: 6.8rem;
    margin-top: 1.7rem;
  }
}

.line01_text a[target="_blank"]::after {
  background-image: url(/img/common/ico_link_blank.svg);
}

.line01_text a.ico_pdf::after {
  background-image: url(/img/common/ico_link_pdf.svg);
}

.line01_text a:hover {
  opacity: 0.5;
}

.line01_time {
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .line01_time {
    min-width: 5.455em;
    margin-right: 2.273em;
    line-height: 2.182em;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .line01_time {
    line-height: 1.316em;
    font-size: 1.9rem;
  }
  .line01_time + .line01_time {
    margin-left: 1.474em;
  }
}

.line01_cat {
  flex-shrink: 0;
  position: relative;
  border: solid 1px #e6e6e6;
  border-radius: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .line01_cat {
    top: -.2em;
    min-width: 6.728em;
    margin-right: 1.819em;
    line-height: 2.182em;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .line01_cat {
    top: -.05em;
    margin-left: 0.79em;
    padding: 0.527em 1.053em;
    line-height: 1.316em;
    font-size: 1.9rem;
  }
  .line01_cat + .line01_cat {
    margin-left: 1.474em;
  }
}

.desc01_dl {
  position: relative;
}

@media screen and (min-width: 768px) {
  .desc01_dl + .desc01_dl {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .desc01_dl + .desc01_dl {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .desc01_dt + .desc01_dd {
    padding-top: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .desc01_dt + .desc01_dd {
    padding-top: 5.8rem;
  }
}

@media screen and (min-width: 768px) {
  .desc01_dd + .desc01_dd {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .desc01_dd + .desc01_dd {
    padding-top: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .desc01_dd + .desc01_dt {
    padding-top: 5.6rem;
  }
}

@media screen and (max-width: 767px) {
  .desc01_dd + .desc01_dt {
    padding-top: 14.4rem;
  }
}

@media screen and (min-width: 768px) {
  #breadcrumb {
    display: flex;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  #breadcrumb {
    display: none;
  }
}

#breadcrumb > li a {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #4D4D4D;
  text-decoration: none;
}

#breadcrumb > li a::after {
  content: ">";
  margin-right: .5em;
  margin-left: .5em;
}

#breadcrumb > li a:hover {
  text-decoration: underline;
}

.main {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .main {
    padding-top: 14.4rem;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 12rem;
  }
}

@media screen and (min-width: 768px) {
  .lower .main {
    padding-left: 6.6rem;
  }
}

@media screen and (max-width: 767px) {
  .lower .main {
    padding-left: 4%;
  }
}

.main_section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .main_section {
    padding-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .main_section {
    padding-left: 4%;
  }
}

@media screen and (min-width: 768px) {
  .lower .main_section {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .lower .main_section {
    padding-left: 0;
  }
}

.main_head {
  flex-shrink: 0;
  position: sticky;
}

@media screen and (min-width: 768px) {
  .main_head {
    width: 8.2rem;
    top: 10rem;
    padding-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .main_head {
    width: 4.8rem;
    top: 12rem;
    padding-top: 4.8rem;
  }
}

@media screen and (min-width: 768px) {
  .lower .main_head {
    width: 8.8rem;
    top: 12rem;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .lower .main_head {
    padding-top: 0;
  }
}

.main_head > h1 {
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.main_head > h1 > span {
  font-size: 2.5rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  text-orientation: mixed;
}

.main_head > h1 > small {
  font-weight: 700;
  text-orientation: upright;
}

@media screen and (min-width: 768px) {
  .main_head > h1 > small {
    margin-top: 1.563em;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .main_head > h1 > small {
    margin-top: 1.563em;
    font-size: 1.7rem;
  }
}

.main_body {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .main_body {
    padding: 6.4rem 5.264% 9rem 4.963%;
  }
}

@media screen and (max-width: 767px) {
  .main_body {
    padding: 6.2rem 1.8rem 15.5rem 2.8rem;
  }
}

@media screen and (min-width: 768px) {
  .lower .main_body {
    margin-top: 1rem;
    padding: 7.5rem 6.542% 10rem 6.542%;
  }
}

@media screen and (max-width: 767px) {
  .lower .main_body {
    margin-top: -0.5rem;
    padding: 9rem 6rem 12.2rem;
  }
}

.main_body.bg {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .main_body.bg {
    border-radius: 8rem 0 0 8rem;
  }
}

@media screen and (max-width: 767px) {
  .main_body.bg {
    border-radius: 12rem 0 0 12rem;
  }
}

.lower .main_body.bg {
  background-color: #F4F2EB;
}

@media screen and (min-width: 768px) {
  .lower .main_body.bg {
    border-radius: 2rem 0 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  .lower .main_body.bg {
    border-radius: 3rem 0 0 3rem;
  }
}

@media screen and (min-width: 768px) {
  .main_body_head {
    margin-bottom: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .main_body_head {
    margin-bottom: 4rem;
  }
}

.main_body_head > h2 {
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: .055em;
}

@media screen and (min-width: 768px) {
  .main_body_head > h2 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .main_body_head > h2 {
    font-size: 3.4rem;
  }
}

#mainvisual {
  position: relative;
}

#mainvisual_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-position: 50% 0;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  #mainvisual_bg {
    height: 30rem;
    border-top-left-radius: 8rem;
    border-bottom-left-radius: 8rem;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual_bg {
    height: 22.2rem;
    margin-bottom: 8.8rem;
    border-top-left-radius: 6rem;
    border-bottom-left-radius: 6rem;
  }
}

.sub_contents {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .sub_contents {
    margin-top: 2rem;
    padding: 3rem 3rem 4rem 3rem;
    border-radius: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .sub_contents {
    margin-top: 1.2rem;
    padding: 3.5rem 5rem 5.4rem 5rem;
    border-radius: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .sub_contents_head {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .sub_contents_head {
    margin-bottom: 3rem;
  }
}

.sub_contents_head > h2 {
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: .055em;
}

@media screen and (min-width: 768px) {
  .sub_contents_head > h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .sub_contents_head > h2 {
    font-size: 2.8rem;
  }
}

#mainvisual_copy {
  position: relative;
  display: inline-block;
  font-weight: 700;
  background-color: #fff;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  #mainvisual_copy {
    height: 14rem;
    margin-top: 19.2rem;
    padding: 0 9rem;
    font-size: 2.8rem;
    line-height: 1.322em;
    border-top-right-radius: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual_copy {
    height: auto;
    margin-top: 15.4rem;
    margin-bottom: 6rem;
    padding: 3rem 7.8rem 0 2.8rem;
    font-size: 4.2rem;
    border-top-right-radius: 2rem;
  }
}

#mainvisual_copy > span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
