@charset "UTF-8";
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.pc_i {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .pc_i {
    display: none !important;
  }
}

.sp_i {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp_i {
    display: inline !important;
  }
}
.stop-scroll {
  overflow: hidden;
}

.container {
  max-width: 104rem;
  margin: auto;
}

.container.w800 {
  max-width: 80rem;
  margin: auto;
}

.container.w1200 {
  max-width: 120rem;
  margin: auto;
}

.container.w1120 {
  max-width: 112rem;
  margin: auto;
}

.container.w1470 {
  max-width: 147rem;
  margin: auto;
}

.container.w1920 {
  max-width: 192rem;
  margin: auto;
}

/* ボタンUI */
.cv_btn-link {
  background-color: #4efb49;
  padding: 1.6rem 5.6rem;
  border-radius: 3rem;
  display: inline-block;
  font-size: 1.8rem;
  filter: drop-shadow(0 0.3rem 0.3rem rgba(45, 93, 108, 0.2666666667));
  position: relative;
  text-indent: -1.4rem;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  border: solid #222 1px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cv_btn-link {
    padding: 2.4rem;
    border-radius: 4rem;
    text-indent: -2rem;
    width: 100%;
  }
}
.cv_btn-link:hover {
  transform: scale(1.05);
  opacity: 1;
}

.cv_btn-link::after {
  content: "";
  background-image: url(../img/common/arrow-forward.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  margin-left: 0.8rem;
  width: 0.8rem;
  height: 100%;
  top: 0.1rem;
}

.cv_btn-link.cv_btn-link--dl {
  padding: 1.6rem 7.2rem;
  text-indent: -3rem;
}

@media screen and (max-width: 768px) {
  .cv_btn-link.cv_btn-link--dl {
    padding: 2.4rem 7.2rem;
  }
}
.cv_btn-link.cv_btn-link--dl::after {
  background-image: url(../img/common/download.svg);
  filter: brightness(5);
  width: 2rem;
  right: 4.2rem;
}

.link_btn-link {
  background-color: #ffffff;
  border: #333333 1px solid;
  padding: 2rem 4.8rem;
  display: inline-block;
  filter: drop-shadow(0 0.3rem 0.3rem rgba(51, 51, 51, 0.2666666667));
  position: relative;
  text-indent: -1.4rem;
  line-height: 1;
  text-align: center;
  border-radius: 99px;
}

@media screen and (max-width: 768px) {
  .link_btn-link {
    padding: 2.4rem;
    box-sizing: border-box;
    width: 100%;
    text-indent: -2rem;
  }
}
_::-webkit-full-page-media, _:future, :root .page_ttl {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .copy_area-para {
    letter-spacing: -0.1rem;
  }
}
.link_btn-link::after {
  content: "";
  background-image: url(../img/common/arrow-forward.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1.6rem;
  position: absolute;
  width: 0.8rem;
  height: 100%;
  top: 0.1rem;
}

.link_btn-link:hover {
  transform: scale(1.05);
}

/* ヘッダー */
.header {
  filter: drop-shadow(0 0.1rem 0.1rem rgba(102, 102, 102, 0.168627451));
  height: 8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    height: 7.6rem;
    filter: none;
  }
}

.admin-bar .header {
  top: 3.2rem;
}

@media screen and (max-width: 768px) {
  .admin-bar .header {
    top: 0;
  }
}
.header.float {
  position: fixed;
  background-color: #ffffff;
  border-bottom: 1px solid #222;
  transform: unset;
  left: 0;
  top: 0;
  width: 100%;
  height: 8rem;
}

.header.active {
  filter: none;
}

.header_nav {
  display: flex;
  max-width: 120rem;
  margin-left: 7rem;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header_nav {
    margin-left: 0;
  }
}

.header_nav-logo {
  width: 18rem;
}

@media screen and (max-width: 768px) {
  .header_nav-logo {
    width: 18rem;
  }
}
.header_nav-logo a {
  display: block;
}
@media screen and (max-width: 768px) {
  .header_nav-logo a {
    padding: 1.6rem;
  }
}

.header_nav-menu_area {
  display: flex;
}

@media screen and (max-width: 768px) {
  .header_nav-menu_area .menu_area-menu {
    display: none;
    padding: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .header.active .header_nav-menu_area {
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 8rem;
    box-sizing: border-box;
    top: 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .header.active .header_nav-menu_area .menu_area-menu {
    display: block;
    width: 100%;
    border-top: 1px #222 solid;
  }
}
@media screen and (max-width: 768px) {
  .header.active .menu_list .menu-item a {
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  .header.active .header_nav-logo {
    display: block;
    z-index: 50;
    right: 0.8rem;
  }
}
.menu_area-menu .menu_list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.header.float .menu_area-menu .menu_list {
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .menu_area-menu .menu_list {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .menu_area-menu .menu-item {
    /* margin-right:0; */
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .menu_area-menu .menu-item::after {
    content: "";
    background-image: url(../img/common/arrow-forward.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0.8rem;
    padding: 1rem;
  }
}
.header_nav-menu_area .menu_area-hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_nav-menu_area .menu_area-hamburger {
    display: block;
    right: 1.6rem;
    top: 2.5rem;
    border-right: none;
    height: 2.8rem;
    width: 3.2rem;
    position: absolute;
  }
}

.menu_area-hamburger .hamburger {
  z-index: 150;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #2C3B64;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  border-radius: 0.2rem;
}

.top .header.float .header_nav-logo a img {
  filter: unset;
}

.hamburger span:nth-of-type(1) {
  top: 0;
}

.hamburger.active span {
  background-color: #222;
}

.hamburger.active span:nth-of-type(1) {
  transform: translateY(1.15rem) rotate(-45deg);
}

.hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger span:nth-of-type(3) {
  bottom: 0;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  transform: translateY(-1.15rem) rotate(45deg);
}

/* フッター */
.footer {
  background-color: #1C1C1C;
  background-position: top left, top 2rem left -11rem;
  background-repeat: no-repeat;
  background-size: auto, 90%;
  padding: 4rem 0 1px;
  margin-top: 16rem;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 1.6rem 1.6rem 0;
    margin-top: 9.6rem;
    background-size: auto, 124%;
    background-position: top left, bottom 5rem left -5rem;
  }
}
.footer a {
  display: block;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    width: 20rem;
    margin: 1.6rem auto 0;
  }
}
.footer_main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_main {
    display: flex;
    flex-direction: column;
  }
}

.nav_area-menu {
  display: flex;
}

@media screen and (max-width: 768px) {
  .nav_area-menu {
    margin-top: 3.2rem;
    justify-content: space-between;
  }
}
.nav_area-menu .footer-menu {
  margin-top: -1.6rem;
}

/* .nav_area-menu .footer-menu .menu-item:nth-child(2){
    margin-top: 1.6rem;
} */
.nav_area-menu .n1 {
  margin-right: 4rem;
}

@media screen and (max-width: 768px) {
  .nav_area-menu .n1 {
    margin-right: 2.4rem;
  }
}
.footer-logo {
  display: flex;
  flex-direction: column;
  width: 24rem;
}
@media screen and (max-width: 768px) {
  .footer-logo a {
    padding: 1rem 3.2rem;
  }
}
.footer-logo img {
  filter: brightness(200);
}
.footer .menu-item {
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .footer .menu-item {
    margin-top: 1.2rem;
  }
}
.footer .menu-item a {
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .footer .menu-item a {
    font-size: 1.2rem;
  }
}
.footer_copyright {
  margin-top: 12rem;
  background-color: #49D245;
  padding: 0.8rem;
  display: block;
  text-align: center;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .footer_copyright {
    width: 100vw;
    box-sizing: border-box;
    margin-left: -1.6rem;
  }
}
/* TOPへ戻る */
.pagetop {
  position: fixed;
  bottom: 0;
  right: 3rem;
  background-color: rgb(255, 255, 255);
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(102, 102, 102, 0.5411764706));
  border-radius: 50%;
  width: 6.2rem;
  height: 6.2rem;
  box-sizing: border-box;
  z-index: 50;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .pagetop {
    right: 1.6rem;
  }
}
.pagetop a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
}

.pagetop img {
  /* filter: invert(100%); */
  transform: rotate(180deg) translateY(0.2rem);
  height: 100%;
  width: 50%;
}

/* セクション */
.sec_ttl {
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #2C3B64;
}

_::-webkit-full-page-media, _:future, :root .sec_ttl {
  font-weight: 700;
}

.sec_ttl-jp {
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec_ttl-jp {
    font-size: 2.4rem;
  }
}
.sec_ttl-en {
  font-size: 2.6rem;
  color: #49D245;
  font-weight: 400;
  display: table-cell;
  font-family: futura-pt, sans-serif;
  vertical-align: baseline;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .sec_ttl-en {
    font-size: 2rem;
    margin-left: 0.2rem;
    margin-top: 0.8rem;
  }
}
/* テキストリンク txtlink */
.editor--page a {
  color: #5fa25e;
  text-decoration: underline;
}

/* リストデザイン */
/* Card List Style */
/* 無印 */
.card_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  .card_list {
    margin-top: -0.8rem;
    gap: 1.6rem;
    /* width: calc(100% + 0.8rem); */
  }
}
.card_list-item {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: calc(25% - 2.25rem);
  border: solid #222 1px;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .card_list-item {
    width: calc(50% - 0.8rem);
    border-radius: 1.6rem;
  }
}
.card_list-item a {
  background-color: #fff;
  display: block;
  border-radius: 0.8rem;
  height: 100%;
  border-radius: 0.8rem;
  box-sizing: border-box;
}
.card_list-item a:hover {
  filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(102, 102, 102, 0.168627451));
}
.card_list-item_img {
  border-bottom: solid #49D245 0.3rem;
}
.card_list-item_img img {
  border-radius: 0.8rem 0.8rem 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .card_list-item_img img {
    height: 10rem;
  }
}
.card_list-item_ttl {
  margin: 1.6rem 1.6rem 0;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  min-height: 9.6rem;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .card_list-item_ttl {
    min-height: 7.838rem;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0.8rem 0.8rem 0;
  }
}
.card_list-item_para {
  margin: 1.6rem 1.6rem 0;
  text-align: justify;
}
.card_list-item_cat {
  margin: 1.6rem 1.6rem 0;
  min-height: 1.6rem;
}
@media screen and (max-width: 768px) {
  .card_list-item_cat {
    min-height: 4rem;
    margin: 0.8rem 0.8rem 0;
  }
}
.card_list-item_datetime {
  margin: 1.6rem;
  display: inline-block;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 3.2rem;
  position: relative;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .card_list-item_datetime {
    margin: 0.8rem 0.8rem 1.6rem;
  }
}

_::-webkit-full-page-media, _:future, :root .card_list-item_ttl {
  font-weight: 700;
}

.cat_list-ttl {
  font-weight: 500;
  font-size: 1.6rem;
  border-bottom: #49D245 solid 2px;
  color: #49D245;
  padding: 0.4rem;
  margin: 1.6rem 0 2.2rem;
  text-align: center;
  position: relative;
}
.cat_list-ttl .inner {
  position: absolute;
  background-color: #fff;
  top: -0.4rem;
  padding: 0 1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .cat_list-ttl .inner {
    top: -0.8rem;
  }
}

.card_list-item_datetime::before {
  content: "";
  background-image: url(../img/common/clock.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.4rem;
  padding: 0.3rem 0.8rem;
}

/* 3カラム */
.card_list.card_list--3col {
  gap: 3.2rem;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--3col {
    width: auto;
    margin-top: -0.8rem;
    gap: 1.6rem;
  }
}
.card_list.card_list--3col .card_list-item {
  width: calc(33.33% - 3.2rem);
}

@media screen and (max-width: 768px) {
  .card_list.card_list--3col .card_list-item {
    width: calc(50% - 0.8rem);
    margin-top: 0.8rem;
  }
}
.card_list.card_list--3col .card_list-item_ttl {
  font-size: 1.8rem;
  min-height: 10.8rem;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--3col .card_list-item_ttl {
    font-size: 1.4rem;
    min-height: 7.838rem;
  }
}
.card_list.card_list--3col .card_list-item_datetime {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--3col .card_list-item_datetime {
    font-size: 1.2rem;
  }
}
.card_list.card_list--3col .card_list-item_datetime::before {
  padding: 0.4rem 0.9rem;
  margin-right: 0.7rem;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--3col .card_list-item_datetime::before {
    margin-right: 0.4rem;
  }
}
/* Card List StyleB */
.card_list.card_list--styleB {
  display: grid;
  grid-template-rows: 50% 50%;
  grid-template-columns: 50rem 1fr;
  min-height: 44rem;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleB {
    display: flex;
    flex-wrap: wrap;
    min-height: auto;
  }
}
.card_list.card_list--styleB .card_list-item {
  width: auto;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleB .card_list-item {
    width: calc(50% - 0.8rem);
    margin-right: 0.8rem;
  }
}
.card_list.card_list--styleB .card_list-item:first-child {
  grid-row: 1/3;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleB .card_list-item:first-child {
    grid-row: unset;
    width: 100%;
    height: 24rem;
  }
}
.card_list.card_list--styleB .card_list-item:first-child a {
  height: 100%;
  display: block;
  grid-template-rows: unset;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleB .card_list-item:first-child a {
    display: grid;
    grid-template-rows: 26% 34% 18% 22%;
    grid-template-columns: 14rem 1fr;
  }
}
.card_list.card_list--styleB .card_list-item a {
  display: grid;
  grid-template-rows: 25% 30% 20% 25%;
  grid-template-columns: 21rem 1fr;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleB .card_list-item a {
    display: block;
    grid-template-rows: unset;
    grid-template-columns: unset;
  }
}
.card_list.card_list--styleB .card_list-item .card_list-item_img {
  grid-row: 1/5;
  padding: 1.6rem;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleB .card_list-item .card_list-item_img {
    padding: 1.6rem 1.6rem 0 1.6rem;
  }
}
.card_list.card_list--styleB .card_list-item .card_list-item_ttl {
  font-size: 1.6rem;
  min-height: unset;
}

.card_list.card_list--styleB .card_list-item .card_list-item_para {
  margin: 0.8rem 1.6rem 0 1.6rem;
  line-height: 1.8;
  font-size: 1.4rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleB .card_list-item .card_list-item_para {
    font-size: 1.3rem;
    margin: 0.8rem;
  }
}
.card_list.card_list--styleB .card_list-item .card_list-item_btn {
  margin: 1.6rem;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleB .card_list-item .card_list-item_btn {
    margin: 0.8rem 1.6rem;
    font-size: 1.2rem;
  }
}
.card_list-item .card_list-item_btn {
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 2rem 1.6rem 2.4rem 1.6rem;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .card_list-item .card_list-item_btn {
    margin: 1rem 0.8rem 1rem 0.8rem;
    font-size: 1.1rem;
  }
}
_::-webkit-full-page-media, _:future, :root .card_list-item .card_list-item_btn {
  font-weight: 700;
}

.card_list-item .card_list-item_btn::after {
  content: "";
  background-image: url(../img/common/download.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1.6rem;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .card_list-item .card_list-item_btn::after {
    margin-left: 0.4rem;
  }
}
.card_list.card_list--styleB .card_list-item .card_list-item_img img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 0;
  border-radius: 0.8rem 0 0 0.8rem;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleB .card_list-item .card_list-item_img img {
    height: 7rem;
    border-radius: 0.8rem 0.8rem 0 0;
  }
}
.card_list.card_list--styleB .card_list-item:first-child .card_list-item_img {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleB .card_list-item:first-child .card_list-item_img {
    margin: auto;
  }
}
.card_list.card_list--styleB .card_list-item:first-child .card_list-item_ttl {
  font-size: 2.4rem;
  margin: 2.4rem 2.4rem 0;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleB .card_list-item:first-child .card_list-item_ttl {
    font-size: 1.8rem;
    margin: 1rem 0.8rem 0;
    line-height: 1.3;
    -webkit-line-clamp: 2;
  }
}
.card_list.card_list--styleB .card_list-item:first-child .card_list-item_para {
  margin: 1.6rem 2.4rem 0 2.4rem;
  line-height: 1.5;
  -webkit-line-clamp: 4;
  min-height: 8rem;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleB .card_list-item:first-child .card_list-item_para {
    margin: 0 0.8rem 0 0.8rem;
  }
}
.card_list.card_list--styleB .card_list-item:first-child .card_list-item_cat {
  margin-top: 9.6rem;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleB .card_list-item:first-child .card_list-item_cat {
    margin-top: 1rem;
  }
}
.card_list.card_list--styleB .card_list-item:first-child .card_list-item_linktxt {
  margin: 2.4rem;
}

.card_list.card_list--styleB .card_list-item:first-child .card_list-item_img img {
  width: 100%;
  height: 5.5rem;
  object-fit: contain;
  border-radius: 0.8rem 0 0 0.8rem;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleB .card_list-item:first-child .card_list-item_img img {
    height: 8rem;
  }
}
/* カード内のタグUI */
.cat_list {
  display: flex;
  flex-wrap: wrap;
}

.cat_list-item {
  margin-right: 1.2rem;
  font-size: 1.4rem;
  color: #49D245;
  line-height: 1.5;
}

.cat_list-item a {
  color: #49D245;
}

@media screen and (max-width: 768px) {
  .cat_list-item {
    font-size: 1.1rem;
  }
}
/* Card List StyleC */
.card_list.card_list--styleC {
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleC {
    margin-top: -4.8rem;
  }
}
.card_list.card_list--styleC .card_list-item {
  width: calc((100% - 8rem) / 3);
  position: relative;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleC .card_list-item {
    width: auto;
    margin-top: 4.8rem;
  }
}
.card_list.card_list--styleC .card_list-item::before {
  content: "";
  width: 7rem;
  height: 6rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: -1.6rem;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleC .card_list-item::before {
    left: 0;
    top: 0;
    width: 6rem;
    height: 5rem;
  }
}
.card_list.card_list--styleC .card_list-item:first-of-type:before {
  background-image: url(../img/about/01.svg);
  width: 6rem;
}

.card_list.card_list--styleC .card_list-item:nth-of-type(2)::before {
  background-image: url(../img/about/02.svg);
}

.card_list.card_list--styleC .card_list-item:nth-of-type(3)::before {
  background-image: url(../img/about/03.svg);
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleC .card_list-item_img {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .card_list.card_list--styleC .card_list-item_img.card_list-item_img--styleB {
    padding: 2.4rem 8rem 0;
  }
}
.card_list.card_list--styleC .card_list-item_img img {
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleC .card_list-item_img img {
    height: 17rem;
  }
}
.card_list.card_list--styleC .card_list-item_ttl {
  font-size: 1.8rem;
  margin: 1.6rem 0 0;
  min-height: 5.4rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleC .card_list-item_ttl {
    min-height: unset;
  }
}
.card_list.card_list--styleC .card_list-item_para {
  margin: 1.6rem 0 0;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleC .card_list-item_para {
    font-size: 1.4rem;
  }
}
/* Card List StyleD */
.card_list.card_list--styleD {
  /* width: calc(100% + 5.6rem); */
  gap: 5.6rem;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleD {
    margin-top: -4rem;
  }
}
.card_list.card_list--styleD .card_list-item {
  width: calc(25% - 4.2rem);
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleD .card_list-item {
    width: 100%;
    margin-top: 4rem;
  }
}
.card_list.card_list--styleD .card_list-item_ttl {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  margin-top: 2.4rem;
  font-family: futura-pt, sans-serif;
}

.card_list.card_list--styleD .card_list-item_para {
  margin: 1.6rem 0 0;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleD .card_list-item_para {
    font-size: 1.4rem;
    margin: 0.8rem 0 0;
  }
}
.card_list.card_list--styleD .card_list-item_img {
  padding: 2.4rem 4rem;
  width: 21rem;
  height: 21rem;
  border-radius: 50%;
  background-color: #c2dded;
  box-sizing: border-box;
  margin: auto;
}

.card_list.card_list--styleD .card_list-item_img.card_list-item_img--styleA {
  padding: 2.4rem 5rem;
}

.card_list.card_list--styleD .card_list-item_img.card_list-item_img--styleB {
  padding: 2.4rem 6.8rem;
}

.card_list.card_list--styleD .card_list-item_img img {
  height: 17rem;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleD .card_list-item_img img {
    height: 100%;
  }
}
/* Card List StyleE */
.card_list.card_list--styleE .card_list-item_img {
  padding: 4rem 3.2rem;
  border-radius: 0.8rem 0.8rem 0 0;
  border-bottom: 0.1rem solid #d5d5d5;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleE .card_list-item_img {
    padding: 1.6rem 3.2rem;
  }
}
.card_list.card_list--styleE .card_list-item_img img {
  border-radius: 0.2rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(51, 51, 51, 0.2666666667));
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleE .card_list-item_img img {
    height: 7.2rem;
  }
}
/* Card List StyleF */
.card_list.card_list--styleF {
  width: 100%;
  gap: 2rem;
}
.card_list.card_list--styleF .cat_list-item {
  font-weight: 500;
  padding: 0.2rem 0.8rem;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  border: solid #adadad 1px;
  color: #182644;
}

.card_list.card_list--styleF .card_list-item {
  width: calc(33.33% - 1.33rem);
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleF .card_list-item {
    width: 100%;
  }
}
.card_list.card_list--styleF .card_list-item_cat {
  margin: 0;
  padding: 1.2rem 1.2rem 2rem;
  border-radius: 0.8rem 0.8rem 0 0;
  min-height: unset;
}

.card_list.card_list--styleF .card_list-item_img {
  padding: 3.2rem 5.6rem 0;
}
@media screen and (max-width: 768px) {
  .card_list.card_list--styleF .card_list-item_img {
    padding: 4rem;
  }
}

.card_list.card_list--styleF .card_list-item_img img {
  border-radius: 50%;
  object-fit: cover;
  height: 24.6rem;
}

.card_list.card_list--styleF .card_list-item_ttl {
  min-height: unset;
  margin: 1.8rem 1.6rem 0;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .card_list.card_list--styleF .card_list-item_ttl {
    font-size: 2rem;
  }
}
.card_list.card_list--styleF .card_list-item_para {
  line-height: 1.5;
  margin: 0.8rem 1.6rem 1.6rem;
  font-weight: normal;
}

/* カテゴリリスト */
/* Category List Style */
.category_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1.6rem;
  margin-right: -2.7rem;
}

@media screen and (max-width: 768px) {
  .category_list {
    margin-right: auto;
  }
}
.category_list .category_list-item {
  background-color: #fff;
  border: 0.1rem solid #d5d5d5;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  margin-top: 1.6rem;
  margin-right: 2.7rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .category_list .category_list-item {
    margin-right: 1.6rem;
    margin-left: 1.6rem;
  }
}
.category_list .category_list-item::before {
  content: "";
  background-image: url(../img/common/triangle.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -1.6rem;
  top: 0;
  width: 2rem;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .category_list .category_list-item::before {
    left: -1.8rem;
  }
}
.category_list .category_list-item::after {
  content: "";
  background-image: url(../img/common/arrow-forward_white.svg);
  background-color: #5fa25e;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-position: center left 0.6rem;
  position: absolute;
  left: 1rem;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
}

.category_list .category_list-item a {
  padding: 1.2rem 1.6rem 1.2rem 4.8rem;
  display: inline-block;
}

.category_list .category_list-item:hover {
  filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(102, 102, 102, 0.168627451));
}

.category_list .category_list-item:hover a {
  text-decoration: underline;
}

/* Service List Style */
.service_list {
  border-radius: 0.8rem;
  margin-top: -4rem;
}

@media screen and (max-width: 768px) {
  .service_list {
    margin-top: -2.4rem;
  }
}
.service_list-item {
  border: 0.1rem solid #eee;
  border-radius: 0.8rem;
  margin-top: 4rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .service_list-item {
    margin-top: 0.8rem;
  }
}
.service_list-item a {
  display: flex;
}

@media screen and (max-width: 768px) {
  .service_list-item a {
    flex-direction: column;
  }
}
.service_list-item:hover {
  filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(102, 102, 102, 0.168627451));
}

.service_list-item_img {
  flex: 1;
  padding: 4rem 6.4rem;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_list-item_desc {
  padding: 3.2rem;
  padding-left: 0;
  width: 67rem;
}

@media screen and (max-width: 768px) {
  .service_list-item_desc {
    width: auto;
    padding: 0 1.6rem 1.6rem 1.6rem;
  }
}
.item_img-logo {
  width: 24rem;
  height: 10rem;
  object-fit: contain;
}

.item_desc-ttl {
  font-size: 2.4rem;
  font-weight: 600;
}

.item_desc-para {
  margin-top: 1.6rem;
}

.item_desc-_cat {
  margin-top: 1.6rem;
}

.item_desc-linktxt {
  margin: auto;
  margin-top: 3.2rem;
  text-align: center;
  font-size: 1.4rem;
  width: 40%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .item_desc-linktxt {
    width: auto;
    margin-top: 2.4rem;
  }
}
.item_desc-linktxt::after {
  content: "";
  background-image: url(../img/common/arrow-forward.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1.2rem;
  line-height: 1.5;
  width: 0.6rem;
  height: 100%;
  position: absolute;
  top: 1px;
}

/* パンくずリスト */
.breadcrumbs_outer {
  background-color: #87f783;
  border-bottom: 1px solid #222;
}
.breadcrumbs_list {
  display: flex;
  max-width: 120rem;
  margin: auto;
  padding: 1rem 0 0.8rem;
}
@media screen and (max-width: 768px) {
  .breadcrumbs_list {
    padding: 1rem 1.6rem 0.8rem;
  }
}
.breadcrumbs_list li {
  margin-right: 3.2rem;
  font-size: 1.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .breadcrumbs_list li {
    margin-right: 2rem;
  }
}
.breadcrumbs_list li::after {
  content: "";
  background-size: contain;
  background-image: url(../img/common/arrow-forward.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: -1.8rem;
  width: 0.6rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .breadcrumbs_list li::after {
    right: -1.4rem;
  }
}
.breadcrumbs_list li:last-child {
  margin-right: 0;
}
.breadcrumbs_list li:last-child::after {
  display: none;
}
.breadcrumbs_list li a,
.breadcrumbs_list li span {
  margin: auto;
  /* 1行表示に制限し、はみ出た場合は省略 */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 24rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .breadcrumbs_list li a,
  .breadcrumbs_list li span {
    max-width: 12rem;
  }
}
.breadcrumbs_list li a {
  text-decoration: underline;
}

/* ページ送り */
/* Pagination */
.pagination {
  display: flex;
  margin: 10rem auto 12rem;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 4rem auto 0;
  }
}
.pagination .arrowbox {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
}

.pagination li {
  margin-left: 2.4rem;
  width: 4.8rem;
  height: 4.8rem;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .pagination li {
    width: 4rem;
    height: 4rem;
    margin-left: 1.6rem;
  }
}
.pagination li:first-child {
  margin-left: 0;
}

.pagination li.ellipsis {
  border: none;
  color: #333;
  line-height: 4.8rem;
}

.pagination li.ellipsis:hover {
  background: transparent;
  border: none;
}

.pagination li a:hover {
  background: #49D245;
  border: 0.1rem solid #49D245;
}

.pagination li:hover a {
  color: #fff;
}

.pagination li a {
  color: #333333;
  border: 0.1rem solid #ddd;
  font-size: 1.6rem;
  line-height: 4.8rem;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0.8rem;
}

@media screen and (max-width: 768px) {
  .pagination li a {
    font-size: 1.3rem;
    line-height: 4rem;
  }
}
.pagination li a:hover {
  opacity: 1;
  color: #fff;
}

.pagination li span {
  font-size: 1.6rem;
  line-height: 4.8rem;
  width: 100%;
  height: 100%;
  display: block;
}

.pagination li.current span {
  color: #fff;
  background: #49D245;
  border: 0.1rem solid #49D245;
  border-radius: 0.8rem;
}

@media screen and (max-width: 768px) {
  .pagination li span {
    font-size: 1.3rem;
    line-height: 4rem;
  }
}
.pagination li.current a:hover {
  opacity: 1;
  position: relative;
  left: 0.1rem;
}

.pagination li.prev, .pagination li.next {
  border: none;
  width: 0.8rem;
}

.pagination li.prev + .next {
  margin-left: -1.5rem;
}

.pagination li.next a, .pagination li.prev a {
  border: none;
  width: 100%;
  display: block;
}

.pagination li.next a:hover, .pagination li.prev a:hover {
  background: transparent;
  border: none;
  opacity: 0.5;
}

.pagination li.next + .prev {
  margin-right: 1.5;
}

.cta-area {
  background-color: #DDDDDD;
  margin-top: 16rem;
  background-size: contain;
  position: relative;
  background-image: url(../img/common/whats-about-bg.svg);
  background-position: right 8rem center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .cta-area {
    margin-top: 8rem;
    padding: 13rem 0.8rem 4rem;
    background-position: top center;
    background-size: 58rem;
    background-size: 76%;
  }
}
.cta-area::before {
  content: "";
  width: 82rem;
  height: 10rem;
  position: absolute;
  background-image: url(../img/common/whats-about.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: -4.2rem;
  left: 15rem;
}
@media screen and (max-width: 768px) {
  .cta-area::before {
    width: 90%;
    left: 0;
    top: -1.6rem;
    height: 4rem;
  }
}
.cta-area_inner {
  position: relative;
  padding: 8rem 2.4rem 5.6rem;
}
@media screen and (max-width: 768px) {
  .cta-area_inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 16rem 1.6rem 0;
  }
}
.cta-area_ttl {
  margin-bottom: 1.6rem;
}
.cta-area_desc {
  width: 56%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .cta-area_desc {
    width: auto;
  }
}
.cta-area_para {
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cta-area_para {
    text-align: left;
  }
}

.cta_area + .footer {
  margin-top: 0;
}

#sf-form-page h2 {
  display: none;
}

.agent-cat-area {
  border: 0.1rem solid #d5d5d5;
  margin-top: 6.4rem;
  border-radius: 0.8rem;
  padding: 2.4rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .agent-cat-area {
    margin: 4rem 0.8rem 0;
  }
}
.agent-cat-area_ttl {
  color: #49D245;
  margin: 4rem 0 1.6rem;
  font-size: 2.1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .agent-cat-area_ttl {
    font-size: 1.8rem;
    margin-top: 3.2rem;
  }
}
.agent-cat-area_ttl::before {
  content: "";
  height: 2px;
  width: 83%;
  background-color: #49D245;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .agent-cat-area_ttl::before {
    width: 50%;
  }
}

.agent-cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.agent-cat-list_item {
  border: solid #adadad 1px;
  background-color: #fff;
  border-radius: 0.4rem;
  transition: 0.2s;
}
.agent-cat-list_item:hover {
  filter: drop-shadow(0 0.3rem 0.3rem rgba(0, 0, 0, 0.2666666667));
}
.agent-cat-list_item a {
  color: #1c3772;
  font-weight: 600;
  padding: 0.3rem 1.6rem;
  font-size: 2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .agent-cat-list_item a {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

.post-type-archive-agent .art_archive_contents, .tax-agent-cat .art_archive_contents {
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .post-type-archive-agent .art_archive_contents, .tax-agent-cat .art_archive_contents {
    margin-top: 4rem;
  }
}/*# sourceMappingURL=common.css.map */