@charset "UTF-8";

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 5rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  color: #333333;
}

main {
  margin-top: 7.8rem;
}

@media (max-width: 1024px) {
  main {
    margin-top: 5.5rem;
  }
}

li {
  list-style: none;
}

a {
  color: #333333;
  text-decoration: none;
}

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

address,
em {
  font-style: normal;
}

.center {
  text-align: center;
}

.green {
  color: #009B63;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.js-accordion__item {
  display: none;
}

.flex {
  display: flex;
}

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

.content-width {
  max-width: 100rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.content-width-l {
  max-width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .content-width-l {
    width: 100%;
  }
}

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

@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.container {
  align-items: flex-start;
  justify-content: space-between;
}

.content {
  width: 70%;
}

@media (max-width: 767px) {
  .content {
    width: 100%;
  }
}

.aside {
  width: 22.54%;
}

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

.section-title {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 6rem;
}

@media (max-width: 767px) {
  .section-title {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 1.4375;
    letter-spacing: 0.05em;
  }
}

.section-title-s {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 6rem;
  color: #00A73C;
}

@media (max-width: 767px) {
  .section-title-s {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 3rem;
  }
}

.section-text {
  font-size: 1.6rem;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .section-text {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 5.25rem;
  }
}

.btn {
  width: 100%;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .btn {
    width: 24rem;
    height: 3.6rem;
    font-size: 1.4rem;
    border-radius: 0.5rem;
  }
}

.more-btn {
  height: 4.5rem;
  max-width: 18rem;
  color: #009B63;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
}

.more-btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-arrow.svg);
  background-size: contain;
  width: 8px;
  height: 10px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

@media (max-width: 767px) {
  .more-btn::after {
    width: 7.5px;
    height: 12px;
    right: 1.1rem;
  }
}

.more-btn--bk {
  font-size: 1.5rem;
  font-weight: 600;
  background: #333333;
  color: #BAFFD5;
  height: 4.5rem;
  max-width: 18rem;
  position: relative;
  margin: 3rem auto 0;
}

@media (max-width: 767px) {
  .more-btn--bk {
    max-width: 20rem;
  }
}

.more-btn--bk::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon_blank.svg);
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 54%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.more-btn-all {
  width: 100%;
  height: 4.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #009B63;
  border: solid 1px #009B63;
  position: relative;
}

.more-btn-all::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-arrow.svg);
  background-size: contain;
  width: 8px;
  height: 10px;
  top: 54%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

@media (max-width: 767px) {
  .more-btn-all::after {
    width: 7.5px;
    height: 12px;
    right: 1.1rem;
  }
}

.sort-btn {
  width: 100%;
  max-width: 18rem;
  height: 4.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #009B63;
  border: solid 1px #009B63;
  position: relative;
  margin: 10rem auto 0;
}

.arrow-btn {
  position: relative;
}

.arrow-btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-btn.svg);
  background-size: contain;
  width: 13px;
  height: 20px;
  top: 54%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 2.2rem;
}

@media (max-width: 767px) {
  .arrow-btn::after {
    width: 7.5px;
    height: 12px;
    right: 1.1rem;
  }
}

.arrow-btn--wh {
  position: relative;
}

.arrow-btn--wh::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-btn-wh.svg);
  background-size: contain;
  width: 13px;
  height: 20px;
  top: 54%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 2.2rem;
}

@media (max-width: 767px) {
  .arrow-btn--wh::after {
    width: 7.5px;
    height: 12px;
    right: 1.1rem;
  }
}

/*=================================================
    ヘッダー
===================================================*/
.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.8rem;
  padding: 0 1.4641288433vw;
  z-index: 100;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.26);
}

@media (min-width:1366px) {
  .header {
    padding: 0 2rem;
  }
}

@media (max-width: 1024px) {
  .header {
    height: 5.5rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    box-shadow: none;
  }
}

.header .header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 7.8rem;
  max-width: 132.6rem;
}

@media (max-width: 1024px) {
  .header .header__inner {
    width: 100%;
    height: 5.5rem;
  }
}

.header .header__logo {
  position: relative;
  display: flex;
  max-width: 27.5988286969vw;
  width: 100%;
}

@media (min-width:1366px) {
  .header .header__logo {
    max-width: 37.7rem;
  }
}

@media (max-width: 767px) {
  .header .header__logo {
    max-width: 19.2rem;
  }
}

.header .header__logo a {
  display: flex;
}

.header .header__inner__left {
  display: flex;
  align-items: center;
  gap: 1.4641288433vw;
}

@media (min-width:1366px) {
  .header .header__inner__left {
    gap: 2rem;
  }
}

@media (max-width: 767px) {
  .header .header__inner__left {
    gap: 3.8461538462vw;
  }
}

.header .header-tokyo {
  width: 100%;
  max-width: 11.6rem;
}

@media (max-width: 767px) {
  .header .header-tokyo {
    max-width: 9.3rem;
  }
}

.header .header__inner__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 767px) {
  .header .header__inner__right {
    width: auto;
  }
}

.header .header__menu {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .header .header__menu {
    display: none;
  }
}

.header .header__menu a {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 1.5rem;
  border-right: dotted 1px #333333;
}

@media (max-width:1400px) {
  .header .header__menu a {
    font-size: 0.9rem;
  }
}

.header .header__menu li:first-child a {
  border-left: dotted 1px #333333;
}

/*=================================================
    SP ハンバーガーメニュー
===================================================*/
/* ハンバーガーメニューボタン */
.hamburger-btn {
  width: 21px;
  height: 21px;
  z-index: 100;
  cursor: pointer;
  background: transparent;
  border-radius: 4.9px;
}

@media (min-width: 1025px) {
  .hamburger-btn {
    display: none;
  }
}

.hamburger-btn .hamburger-btn__line {
  width: 25px;
  height: 20px;
  position: relative;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}

.hamburger-btn .hamburger-btn__line .line {
  position: absolute;
  content: "";
  background: #333333;
  width: 25px;
  height: 1px;
  right: 0;
  transition: 0.3s;
}

.hamburger-btn .hamburger-btn__line .line:nth-child(1) {
  top: 0;
}

.hamburger-btn .hamburger-btn__line .line:nth-child(2) {
  top: 10px;
}

.hamburger-btn .hamburger-btn__line .line:nth-child(3) {
  bottom: 0;
}

/* ×　オープン */
.hamburger-btn.active .hamburger-btn__line {
  width: 21px;
  height: 21px;
}

.hamburger-btn.active .line {
  width: 21px;
  background: #333333;
}

.hamburger-btn.active .line:nth-child(1),
.hamburger-btn.active .line:nth-child(2) {
  top: 7px;
}

.hamburger-btn.active .line:nth-child(1) {
  transform: rotate(-45deg);
}

.hamburger-btn.active .line:nth-child(2) {
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .hamburger-btn.active .line:nth-child(3) {
    display: none;
  }
}

/* メニューの中身 */
#hamburger-menu {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8rem 1.5rem 0;
  gap: 4.2rem;
}

#hamburger-menu .menu-title {
  font-weight: 700;
  line-height: 1.625;
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 1024px) {
  #hamburger-menu .menu-title {
    font-size: 1.6rem;
    gap: 0;
    padding: 1.7rem 0;
    border-top: solid 1px #333333;
    justify-content: space-between;
  }
}

#hamburger-menu .menu-title .line {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #009B63;
}

@media (max-width: 767px) {
  #hamburger-menu .menu-title .line {
    display: none;
  }
}

#hamburger-menu a {
  color: #333333;
}

#hamburger-menu .hamburger-menu__list ul li:last-child .menu-title {
  border-bottom: solid 1px #333333;
}

/* ハンバーガーメニュー開いた時 */
#hamburger-menu.active {
  /*overflow: scroll;*/
  visibility: visible;
  transition: 0.3s;
  left: 0;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1024px) {
  #hamburger-menu.active {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.cover {
  padding: 12.3rem 2rem 19rem;
  background-position: bottom center;
  background-size: cover;
}

@media (max-width: 767px) {
  .cover {
    padding: 11.7rem 2rem 17.5rem;
  }
}

.cover .cover-title {
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

@media (max-width: 767px) {
  .cover .cover-title {
    font-size: 4rem;
    font-weight: 300;
  }
}

.cover .cover-title .arrow {
  color: #333333;
}

.page-news .cover {
  background-image: url(../images/cover-news.png);
  position: relative;
}

@media (max-width: 767px) {
  .page-news .cover {
    background-image: url(../images/sp_cover-news.png);
  }
}

.page-news .cover::after {
  position: absolute;
  content: "";
  background-image: url(../images/cover-right-1.png);
  background-size: contain;
  width: 7.1rem;
  height: 11rem;
  bottom: -5.6rem;
  right: 6.14rem;
}

@media (max-width: 767px) {
  .page-news .cover::after {
    width: 3.2rem;
    height: 5rem;
    right: 2rem;
    bottom: -3.1rem;
  }
}

.page-column .cover {
  background-image: url(../images/cover-column.png);
  position: relative;
}

@media (max-width: 767px) {
  .page-column .cover {
    background-image: url(../images/sp_cover-column.png);
  }
}

.page-column .cover::after {
  position: absolute;
  content: "";
  background-image: url(../images/cover-right-2.png);
  background-size: contain;
  width: 7rem;
  height: 8rem;
  bottom: -9.6rem;
  right: 5rem;
}

@media (max-width: 767px) {
  .page-column .cover::after {
    background-image: url(../images/sp_cover-right-2.png);
    width: 3.2rem;
    height: 5rem;
    right: 2rem;
    bottom: -3.1rem;
  }
}

.page-business .cover {
  background-image: url(../images/cover-business.png);
}

@media (max-width: 767px) {
  .page-business .cover {
    background-image: url(../images/sp_cover-business.png);
  }
}

.page-report .cover {
  background-image: url(../images/cover-report.png);
}

@media (max-width: 767px) {
  .page-report .cover {
    background-image: url(../images/sp_cover-report.png);
  }
}

.breadcrumbs {
  padding: 4rem 2rem 0;
}

.breadcrumbs .breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #125FAC;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumbs__list {
    flex-wrap: wrap;
  }
}

.breadcrumbs .breadcrumbs__list .arrow {
  color: #333333;
}

.breadcrumbs .breadcrumbs__list .icon {
  margin-right: 1rem;
}

.breadcrumbs .breadcrumbs__list a {
  color: #125FAC;
  display: flex;
  align-items: center;
}

/*=================================================
記事一覧ページ
===================================================*/
@media (max-width: 767px) {
  .page-archive main {
    margin-top: 7.1rem;
  }
}

@media (max-width: 767px) {
  .page-archive .header {
    background: #fff;
    height: 7.1rem;
  }
}

@media (max-width: 767px) {
  .page-archive .header .header__logo a {
    color: #333333;
  }
}

@media (max-width: 767px) {
  .page-archive .header .contact-btn {
    color: #00A73C;
    border: solid 2px #00A73C;
  }
}

@media (max-width: 767px) {
  .page-archive .header .header__inner {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .page-archive .hamburger-btn .hamburger-btn__line .line {
    background: #00A73C;
  }
}

@media (max-width: 767px) {
  .page-archive .hamburger-btn.active .hamburger-btn__line .line {
    background: #fff;
  }
}

@media (max-width: 767px) {
  .page-archive .cover {
    height: 42.5rem;
    padding: 0 1.5rem 0 0;
  }
}

@media (max-width: 767px) {
  .page-archive .cover .bg-cover {
    height: 42.5rem;
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  .page-archive .cover .cover-text {
    width: 70.2564102564vw;
  }
}

.cover-page {
  width: 89.09%;
  height: 69rem;
}

@media (max-width: 767px) {
  .cover-page {
    width: 100%;
    padding-right: 1.5rem;
    height: 26.4rem;
    margin-top: 7.1rem;
  }
}

.cover-page .bg-cover {
  background-size: cover;
  width: 100%;
  height: 69rem;
  margin: 0 auto 0 0;
  border-radius: 0 3rem 3rem 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .cover-page .bg-cover {
    height: 26.4rem;
    border-radius: 0 3rem 3rem 0;
  }
}

.cover-page .bg-cover::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cover-page .bg-cover .cover__inner {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 75.51%;
  margin: 0 auto;
  padding-bottom: 4rem;
}

@media (max-width: 767px) {
  .cover-page .bg-cover .cover__inner {
    width: 100%;
    padding: 0.8rem 1.5rem 0;
  }
}

.cover-page .bg-cover .cover__inner .top-text {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6785714286;
}

@media (max-width: 767px) {
  .cover-page .bg-cover .cover__inner .top-text {
    font-size: 1.6rem;
    line-height: 1;
  }
}

.cover-page .bg-cover .cover__inner .cover-title {
  font-size: 5rem;
  font-weight: 700;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .cover-page .bg-cover .cover__inner .cover-title {
    font-size: 3rem;
    margin-top: 1rem;
  }
}

.cover-page .bg-cover .cover__inner .cover-text {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
}

@media (max-width: 767px) {
  .cover-page .bg-cover .cover__inner .cover-text {
    max-width: 20rem;
    margin-top: 1.3rem;
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}

.mv {
  position: relative;
}

.mv::after {
  position: absolute;
  content: "";
  background-image: url(../images/top-left.png);
  background-size: contain;
  width: 5.2rem;
  height: 8rem;
  bottom: -10.2rem;
  left: 5rem;
}

@media (max-width: 767px) {
  .mv::after {
    display: none;
  }
}

.mv .mv__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.mv .mv__img img {
  width: 100%;
}

.mv .mv__text {
  max-width: 116.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  top: 34%;
  left: 50%;
  right: 50%;
  text-align: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 767px) {
  .mv .mv__text {
    top: 59%;
    padding: 0 2rem;
  }
}

.mv .mv__text .mv-title {
  font-size: 4.2459736457vw;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  text-align: left;
  color: #fff;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .mv .mv__text .mv-title {
    font-size: 3rem;
  }
}

.mv .mv__text .mv-title .small {
  display: block;
  font-size: 1.756954612vw;
}

@media (max-width: 767px) {
  .mv .mv__text .mv-title .small {
    font-size: 1.4rem;
  }
}

.mv .mv__text .mv-catch {
  font-size: 1.6rem;
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-direction: column;
}

@media (max-width: 767px) {
  .mv .mv__text .mv-catch {
    font-size: 1.4rem;
    margin-top: 6rem;
    line-height: 1.2857142857;
    gap: 1rem;
  }
}

.mv .mv__text .mv-catch span {
  display: block;
  background: #fff;
  padding: 1rem 1.2rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .mv .mv__text .mv-catch span {
    padding: 0.8rem 1rem;
  }
}

.news {
  padding: 10rem 2rem 20rem;
  position: relative;
}

@media (max-width: 767px) {
  .news {
    padding: 8rem 2rem 15rem;
  }
}

.news::after {
  position: absolute;
  content: "";
  background-image: url(../images/news-bottom.png);
  background-size: cover;
  width: 100%;
  height: 18.3016105417vw;
  bottom: -2px;
  left: 0;
}

@media (max-width: 767px) {
  .news::after {
    height: 33.5897435897vw;
    background-image: url(../images/sp_news-bottom.png);
  }
}

.news .content-width {
  position: relative;
  z-index: 1;
}

.news .section-title {
  color: #00A73C;
}

.news .more-btn {
  border: solid 1px #009B63;
  margin: 6rem auto 0;
}

.news__list .news__list__item {
  padding: 2rem 0;
  border-bottom: dashed 1px #CCCCCC;
}

.news__list .news__list__item:first-child {
  border-top: dashed 1px #CCCCCC;
}

.news__list .title a {
  text-decoration: underline;
}

.news__list .acco-btn {
  height: 3rem;
  max-width: 15rem;
  color: #333333;
  border: solid 1px #333333;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 2rem auto 0;
}

@media (max-width: 767px) {
  .news__list .acco-btn {
    max-width: 100%;
    width: 100%;
  }
}

.news__list .js-accordion__item {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.075em;
  padding-top: 2rem;
}

.news__list .news__list__title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.075em;
  align-items: baseline;
}

@media (max-width: 767px) {
  .news__list .news__list__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

@media (max-width: 767px) {
  .news__list .date-category {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .news__list .info {
    display: block;
  }
}

.news__list .date {
  color: #666666;
  font-weight: 500;
  margin-right: 2rem;
}

@media (max-width: 767px) {
  .news__list .date {
    font-size: 1.3rem;
    margin-right: 0;
  }
}

.news__list .new {
  color: #FF0000;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .news__list .new {
    margin-left: 1.7rem;
    margin-right: 0;
  }
}

.news__list .news__list__category {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  width: 85%;
}

@media (max-width: 767px) {
  .news__list .news__list__category {
    gap: 0.5rem;
    margin-top: 0;
    justify-content: flex-end;
  }
}

.news__list .category {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
  padding: 1px 4px 2px 5px;
  display: block;
}

@media (max-width: 767px) {
  .news__list .category {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    letter-spacing: 0;
  }
}

.category-column {
background: #00BC9F;
  color: #fff;
}

.category-sien {
  background: #00BC9F;
  color: #fff;
}

.category-follow {
  background: #0095C7;
  color: #fff;
}

.category-center {
  background: #00BC91;
  color: #fff;
}

.category-chiiki {
  background: #E57BAC;
  color: #fff;
}

.category-tousho {
  background: #B9A76E;
  color: #fff;
}

.category-all {
  background: #CCCCCC;
  color: #fff;
}

.page-top .news__list {
  max-width: 83rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .page-top .news__list__category {
    margin: 1rem auto 0 0;
    width: 100%;
    justify-content: flex-start;
  }
}

.news-archive {
  padding: 10rem 2rem 15rem;
}

@media (max-width: 767px) {
  .news-archive {
    padding: 6rem 0 8rem;
  }
}

@media (max-width: 767px) {
  .news-archive .news__list {
    padding: 0 2rem;
  }
}

.news-archive .aside .aside-menu li {
  margin-bottom: 2rem;
}

.news-archive .aside .aside-menu li:last-child {
  margin-bottom: 0;
}

.news-archive .aside .aside-menu li a {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4615384615;
  letter-spacing: 0;
  display: block;
  border-radius: 5px;
  padding: 1.1rem 1rem;
  position: relative;
}

.news-archive .aside .aside-menu li a::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-wh.svg);
  background-size: contain;
  width: 8px;
  height: 10px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.news-archive .aside .aside-menu li .current {
  color: #CCCCCC;
  background: #fff;
  border: solid 1px #CCCCCC;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4615384615;
  letter-spacing: 0;
}

.news-archive .aside .aside-menu li .current::after {
  background-image: url(../images/arrow-gr.svg);
}

.news-archive .news__list__category {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .news-archive .news__list__category {
    margin-bottom: 0;
  }
}

.employee__link {
  padding: 0 2rem;
  margin: 6rem auto 6rem;
}

.employee__link__menu {
  position: relative;
  width: 100%;
  height: 4.5rem;
  border: solid 1px #009B63;
  border-radius: 5px;
}

.employee__link__menu::after {
  position: absolute;
  content: "";
  background-image: url(../images/select-arrow.svg);
  background-size: contain;
  width: 10px;
  height: 8px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.employee__link__menu select {
  height: 4.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #009B63;
  margin: 0 auto;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

@media (min-width: 768px) {
  .service-pdf {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.pdf__link__menu {
  position: relative;
  width: fit-content;
  min-width: 17rem;
  height: 3.2rem;
  border: solid 1px #009B63;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .pdf__link__menu {
    margin-top: 5px;
  }
}

.pdf__link__menu::after {
  position: absolute;
  content: "";
  background-image: url(../images/select-arrow_gray.svg);
  background-size: contain;
  width: 10px;
  height: 8px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 12px;
}

.pdf__link__menu select {
  height: 3.2rem;
  font-size: 1.3rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #333333;
  margin: 0 auto;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.pager {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}

@media (max-width: 767px) {
  .pager {
    background: #F5F5F5;
    padding: 2.4rem 0;
  }
}

.pager .wp-pagenavi {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 767px) {
  .pager .wp-pagenavi {
    gap: 0.8rem;
  }
}

.pager .wp-pagenavi .page {
  font-size: 1.4rem;
  letter-spacing: 0;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: solid 1px #CCCCCC;
  background: #fff;
}

.pager .wp-pagenavi .current {
  color: #CCCCCC;
  font-size: 1.4rem;
  letter-spacing: 0;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: solid 1px #CCCCCC;
  background: #fff;
}

.pager .wp-pagenavi .previouspostslink,
.pager .wp-pagenavi .nextpostslink {
  width: auto;
  height: auto;
  color: #125FAC;
  text-decoration: underline;
  font-size: 1.5rem;
  font-weight: 500;
}

.pager .wp-pagenavi .nextpostslink {
  margin-left: 1rem;
}

.pager .wp-pagenavi .previouspostslink {
  margin-right: 1rem;
}

.pager .next-btn {
  color: #125FAC;
  font-size: 1.5rem;
  text-decoration: underline;
  letter-spacing: 0;
  line-height: 1.8666666667;
}

@media (min-width: 768px) {
  .page-news .news__list .acco-btn {
    margin: 2rem auto 0 0;
  }
}

/* タブ切り替え */
.tab .active a {
  color: #CCCCCC;
  background: #fff;
  border: solid 1px #CCCCCC;
}

.area {
  display: none;
  opacity: 0;
}

.area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.about {
  padding: 10rem 2rem;
  position: relative;
  background: #00C9C9;
  color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .about {
    padding: 8rem 2rem 10rem;
  }
}

.about::after {
  position: absolute;
  content: "";
  background-image: url(../images/about-right.png);
  background-size: contain;
  width: 7rem;
  height: 8rem;
  top: 5rem;
  right: 5rem;
}

@media (max-width: 767px) {
  .about::after {
    display: none;
  }
}

.about .section-title {
  color: #fff;
}

.about .about__list .list-title {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .about .about__list .list-title {
    margin-bottom: 3rem;
  }
}

.about .about__list p {
  margin-bottom: 6rem;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .about .about__list p {
    margin-bottom: 4rem;
    font-feature-settings: "palt";
    text-align: justify;
  }
}

.about .about__list p:last-of-type {
  margin-bottom: 0;
}

.about .about__list li {
  align-items: flex-start;
  gap: 6rem;
  margin-bottom: 6rem;
}

@media (max-width: 767px) {
  .about .about__list li {
    margin-bottom: 4rem;
  }
}

.about .about__list li:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .about .about__list li:nth-child(2n) {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.about .about__list li:last-child {
  margin-bottom: 0;
}

.about .about__list li .about__list__text,
.about .about__list li .about__img {
  width: 50%;
}

@media (max-width: 767px) {

  .about .about__list li .about__list__text,
  .about .about__list li .about__img {
    width: 100%;
  }
}

.about .about__list li .about__list__text a {
  text-decoration: underline;
  color: #fff;
}

@media (max-width: 767px) {
  .about .about__list li .about__img {
    margin-bottom: 6rem;
  }
}

.home-column {
  padding: 20rem 2rem 10rem;
  position: relative;
  background-image: url(../images/bg-column.jpg);
  background-position: top center;
  background-size: cover;
}

@media (max-width: 767px) {
  .home-column {
    padding: 13rem 2rem 10rem;
    background-image: url(../images/sp_bg-column.jpg);
  }
}

.home-column .section-title {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

@media (max-width: 767px) {
  .home-column .section-title {
    font-weight: 400;
  }
}

.home-column .btn-wrap {
  margin-top: 6rem;
}

@media (max-width: 767px) {
  .home-column .btn-wrap {
    margin-top: 6rem;
  }
}

.home-column .more-btn {
  border: solid 1px #333333;
}

.home-column .column__list {
  margin-top: 6rem;
}

.home-column .column__list .column__list__item {
  padding: 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 4rem;
  box-shadow: 5px 5px 0px rgba(0, 155, 99, 0.25);
  position: relative;
}

@media (max-width: 767px) {
  .home-column .column__list .column__list__item {
    padding: 0;
    flex-direction: column-reverse;
  }
}

.home-column .column__list .column__list__item:last-child {
  margin-bottom: 0;
}

.home-column .column__list .column__list__item .new-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.3333333333;
  padding: 2px 5px;
}

.home-column .column__list .column__list__item .column-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .home-column .column__list .column__list__item .column-title {
    font-size: 1.8rem;
  }
}

.home-column .column__list .column__list__item .date-tag {
  margin-top: 2rem;
  color: #666666;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.5714285714;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media (max-width: 767px) {
  .home-column .column__list .column__list__item .date-tag {
    margin-top: 1.5rem;
    gap: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
  }
}

.home-column .column__list .column__list__item .tag-list {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.home-column .column__list .column__list__item .tag-list li a {
  color: #666666;
}

.home-column .column__list .column__list__item .btn-wrap {
  margin-top: 4.4rem;
}

@media (max-width: 767px) {
  .home-column .column__list .column__list__item .btn-wrap {
    margin-top: 3rem;
  }
}

.home-column .column__list .column__list__item .btn-wrap .btn {
  margin: 0 auto 0 0;
}

@media (max-width: 767px) {
  .home-column .column__list .column__list__item .btn-wrap .btn {
    margin: 0 auto;
  }
}

.home-column .column__list .column__list__item .column__list__text {
  max-width: 57.7rem;
  width: 100%;
}

@media (max-width: 767px) {
  .home-column .column__list .column__list__item .column__list__text {
    max-width: 100%;
    padding: 3rem 2rem;
  }
}

.home-column .column__list .column__list__item .column__list__img {
  max-width: 28rem;
  width: 100%;
}

@media (max-width: 767px) {
  .home-column .column__list .column__list__item .column__list__img {
    max-width: 100%;
  }
}

.home-column .column__list .column__list__item .column__list__img img {
  width: 100%;
}

.other {
  padding-bottom: 15rem;
}

@media (max-width: 767px) {
  .other {
    padding-bottom: 10rem;
  }
}

.other .other__head {
  padding: 7.3rem 2rem 7.2rem;
  background-image: url(../images/bg-others.jpg);
  background-size: cover;
}

@media (max-width: 767px) {
  .other .other__head {
    padding: 4.3rem 2rem;
    background-image: url(../images/sp_bg-others.jpg);
  }
}

.other .other__head .head-title {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}

@media (max-width: 767px) {
  .other .other__head .head-title {
    font-size: 2.4rem;
  }
}

.archive__list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
  gap: 5.8565153734vw;
}

@media (min-width:1366px) {
  .archive__list {
    gap: 8rem;
  }
}

@media (max-width: 767px) {
  .archive__list {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 2rem;
  }
}

@media (max-width: 767px) {
  .archive__list .archive__list__item {
    border-bottom: dotted 1px #CCCCCC;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.archive__list .archive__list__item .list-img {
  position: relative;
display: block;
}

.archive__list .archive__list__item .list-img::before {
  content: "";
  display: block;
  padding-top: 71.4%;
}

.archive__list .archive__list__item .list-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.archive__list .archive__list__item .list-img .new-label {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .archive__list .archive__list__item a {
    display: block;
    max-width: 28rem;
    margin: 0 auto;
  }
}

.archive__list .archive__list__item .date {
  margin-top: 2rem;
  color: #666666;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.archive__list .archive__list__item .list-title {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.625;
}

.archive__list .archive__list__item .category-list {
  margin-top: 4.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .archive__list .archive__list__item .category-list {
    max-width: 28rem;
    margin: 2rem auto 0;
  }
}

.archive__list .archive__list__item .category-list li a {
  padding: 1rem 1.2rem;
  font-size: 1.3rem;
  background: #EFEFEF;
  letter-spacing: 0.05em;
  display: block;
  line-height: 1.5384615385;
}

@media (max-width: 767px) {
  .archive__list .archive__list__item .category-list li a {
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .archive__list .archive__list__item:first-child {
    padding-top: 0;
  }
}

.new-label {
  background: #FF0000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  display: inline-block;
  padding: 1px 7px 2px;
}

@media (max-width: 767px) {
  .new-label {
    padding: 1px 5px;
  }
}

.column {
  padding: 10rem 2rem;
}

@media (max-width: 767px) {
  .column {
    padding: 6rem 2rem;
  }
}

.column .column-text {
  margin-top: 6rem;
}

.column .column__head {
  border-top: dotted 1px #333333;
  border-bottom: dotted 1px #333333;
  padding: 1.5rem 0 1.5rem;
}

@media (max-width: 767px) {
  .column .column__head {
    padding: 3rem 0;
  }
}

.column .column__head .flex {
  align-items: center;
  justify-content: space-between;
}

.column .column__head .column__head__left {
  max-width: 84rem;
}

.column .column__head .head-title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .column .column__head .head-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.column .column__head p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 2rem;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .column .column__head p {
    line-height: 2;
  }
}

.column .column__head .column__head__detail {
  margin-top: 3rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

@media (max-width: 767px) {
  .column .column__head .column__head__detail {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
}

.column .column__head .column__head__detail .name {
  padding: 1rem 1.2rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3333333333;
  background: #EFEFEF;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .column .column__head .column__head__detail .name {
    font-size: 1.4rem;
  }
}

.column .column__head .column__head__detail .date-tag {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.column .column__head .column__head__detail .date,
.column .column__head .column__head__detail .tag {
  font-size: 1.4rem;
  color: #666666;
  line-height: 2.5714285714;
  letter-spacing: 0.1em;
}

.column .column__head .column__head__detail .tag-list {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.column .column__head .column__head__detail .tag-list li a {
  color: #666666;
}

.column .column__head .column__head__img {
  max-width: 25.1rem;
  width: 100%;
}

@media (max-width: 767px) {
  .column .column__head .column__head__img {
    max-width: 100%;
    margin-top: 3rem;
  }

  .column .column__head .column__head__img img {
    height: 20rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.column p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}

.column .column__list {
  margin-top: 6rem;
}

@media (max-width: 767px) {
  .column .column__list {
    margin-top: 8rem;
  }
}

.column .column__list li {
  margin-bottom: 8rem;
}

@media (max-width: 767px) {
  .column .column__list li {
    margin-bottom: 6rem;
  }
}

.column .column__list li:last-child {
  margin-bottom: 0;
}

.column .column__list .list-title {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #009B63;
}

@media (max-width: 767px) {
  .column .column__list .list-title {
    font-size: 2rem;
  }
}

.column .column__list .list-title .num {
  background: #009B63;
  color: #fff;
  width: 2.9rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}

@media (max-width: 767px) {
  .column .column__list .list-title .num {
    font-size: 1.4rem;
  }
}

.column .column__list .list-title .num::after {
  position: absolute;
  content: "";
  background-image: url(../images/num-arrow.svg);
  background-size: contain;
  width: 1rem;
  height: 3.4rem;
  top: 0;
  right: -1rem;
}

.column .column__list .flex {
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .column .column__list .column__list__item__flex {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
  }
}

@media (max-width: 767px) {
  .column .column__list .column__list__item__img {
    margin-bottom: 7rem;
  }
}

.column .column__list .column__list__item__img:last-of-type {
  margin-bottom: 0;
}

.column .column__list .column__list__text {
  max-width: 49rem;
}

@media (min-width: 768px) {
  .column .column__list .column__list__item__right {
    max-width: 55.1rem;
    display: flex;
    align-items: flex-end;
    gap: 3rem;
  }
}

@media (max-width: 767px) {
  .column .column__list .column__list__item__right {
    margin-top: 1.8rem;
  }
}

@media (min-width: 768px) {
  .column .column__list .column__list__item__right small {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .column .column__list .column__list__item__right .right {
    max-width: 17.1rem;
  }
}

@media (min-width: 768px) {
  .column .column__list .column__list__item__right .right small:last-of-type {
    margin-bottom: 0;
  }
}

.column .column__list .column__list__img {
  max-width: 55.1rem;
  width: 100%;
}

@media (max-width: 767px) {
  .column .column__list .column__list__img {
    margin-top: 2rem;
  }
}

.column .column__list small {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7142857143;
  margin-top: 3rem;
  display: block;
}

@media (max-width: 767px) {
  .column .column__list small {
    line-height: 1.4285714286;
    margin-top: 2rem;
  }
}

.column .dot-list {
  margin-top: 1rem;
  padding-left: 1.5rem;
}

.column .dot-list li {
  margin-bottom: 1rem;
  list-style-type: "・";
  font-weight: 400;
}

.column .dot-list li:last-child {
  margin-bottom: 0;
}

.column .more-btn {
  border: solid 1px #009B63;
  margin: 10rem auto 0;
  max-width: 20rem;
}

.column .column__list__child .child-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: 0;
  line-height: 1.7777777778;
}

.column .column__list__child small {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2857142857;
  letter-spacing: 0;
}

.column .column__list__child .column__list__graph {
  margin: 0 auto 0;
  text-align: center;
}

@media (max-width: 767px) {
  .column .column__list__child .column__list__graph {
    margin-top: 0;
  }
}

.column .border-left {
  border-left: solid 5px #fff;
  position: relative;
}

.column .border-left--gr {
  border-left: solid 1px #707070;
}

.column .border-bottom {
  border-bottom: solid 1px #707070;
}

.column .border-bottom-none {
  border-bottom: none;
}

.column .column__list__graph {
  margin-top: 4rem;
  text-align: center;
}

@media (max-width: 767px) {
  .column .column__list__graph {
    margin: 2rem auto 0;
  }
}

@media (max-width: 767px) {
  .column .scrollhint .column__list__graph img {
    max-width: inherit;
  }
}

.column .column__list__graph--circle {
  max-width: 31.5rem;
}

.column .matome .column__list__text {
  max-width: 80rem;
}

.column .matome .column__list__text p {
  margin-bottom: 2rem;
}

.column .matome .column__list__text .more-btn--bk {
  margin: 3rem auto 0 0;
}

.column .matome .column__list__img {
  max-width: 25rem;
  width: 100%;
}

@media (max-width: 767px) {
  .column .matome .column__list__img {
    max-width: 100%;
    margin: 4rem auto 0;
  }
}

@media (max-width: 767px) {
  .column .matome .column__list__img img {
    height: 20rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.column .colunm-reference {
  padding: 2rem 0;
  border-top: dotted 1px #333333;
  border-bottom: dotted 1px #333333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0;
  margin-top: 6rem;
}

.column .caution {
  margin-top: 8rem;
}

.column .caution small {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0;
}

.column__table {
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  border-spacing: 0;
}

@media (max-width: 767px) {
  .column__table {
    width: 110rem;
  }
}

.column__table .tr-head {
  background: #EFEFEF;
}

.column__table .tr-head p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1rem 0;
  line-height: 1;
}

.column__table .tr-head .th-l {
  width: 23%;
}

.column__table .tr-head .th-r {
  width: 77%;
  border-left: solid 5px #fff;
}

.column__table .th-gr,
.column__table .th-gr-2 {
  padding: 2rem 1.6rem 2rem 2rem;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: top;
}

.column__table .th-gr {
  background: #D9FFE8;
}

.column__table .th-gr2 {
  background: #D5FCED;
}

.column__table td {
  padding: 2rem;
}

.column__table tr th,
.column__table tr td {
  border-bottom: solid 1px #707070;
}

.column__table tr:last-of-type th,
.column__table tr:last-of-type td {
  border-bottom: none;
}

.column__table--2 {
  margin-top: 8rem;
  border-bottom: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  border-spacing: 0;
}

.column__table--2 .th-gr,
.column__table--2 .th-gr-2 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
}

.column__table--2 .tr-head {
  font-size: 1.3rem;
  line-height: 1.2307692308;
}

.column__table--2 .tr-head td {
  padding: 0.3rem 0;
  text-align: center;
}

.column__table--2 .tr-head-1 {
  width: 5rem;
  border-bottom: solid 1px #707070;
}

.column__table--2 .tr-head-2 {
  width: 22.5rem;
  border-left: solid 5px #fff;
  border-bottom: solid 1px #707070;
}

.column__table--2 .tr-head-3 {
  width: 19.5rem;
  border-left: solid 5px #fff;
  border-bottom: solid 1px #707070;
}

.column__table--2 .tr-head-4 {
  width: 61rem;
  border-left: solid 5px #fff;
  border-bottom: solid 1px #707070;
}

.column__table--2 tr th,
.column__table--2 tr td {
  border-bottom: solid 5px #fff;
}

.column__table--2 .th-gr2 {
  vertical-align: top;
}

.column__table--3 {
  margin-top: 4rem;
}

.column__table--3 .th-gr {
  width: 25%;
}

@media (max-width: 767px) {
  .column__table--3 .th-gr {
    width: 20%;
  }
}

.homepage {
  background-image: url(../images/bg-homepage.png);
  background-position: top center;
  background-size: cover;
  background-color: #D5FCED;
  padding: 18rem 2rem 20rem;
  position: relative;
}

@media (max-width: 767px) {
  .homepage {
    padding: 13rem 2rem 15rem;
    background-image: url(../images/sp_bg-homepage.png);
  }
}

.homepage::after {
  position: absolute;
  content: "";
  background-image: url(../images/homepage-bottom.svg);
  background-size: cover;
  width: 100%;
  height: 7.3206442167vw;
  bottom: -2px;
  left: 0;
}

@media (max-width: 767px) {
  .homepage::after {
    height: 12.8205128205vw;
    background-image: url(../images/sp_homepage-bottom.svg);
    bottom: -1px;
  }
}

.homepage .section-title,
.homepage .section-intro,
.homepage .section-text {
  color: #fff;
}

.homepage .section-intro {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .homepage .section-intro {
    text-align: center;
  }
}

.homepage .section-text {
  margin-top: 4rem;
}

.homepage .btn-wrap {
  margin-top: 4rem;
}

.homepage .btn {
  margin: 0 auto 0 0;
}

@media (max-width: 767px) {
  .homepage .btn {
    margin: 0 auto;
  }
}

.homepage .flex {
  gap: 3rem;
  justify-content: space-between;
}

.homepage .homepage__text {
  max-width: 61rem;
}

@media (max-width: 767px) {
  .homepage .homepage__img {
    margin: 6rem 0 0 auto;
    max-width: 30rem;
  }
}

.homepage .homepage__link {
  margin-top: 6rem;
  background: #BAFFD5;
  padding: 3rem;
}

@media (max-width: 767px) {
  .homepage .homepage__link {
    margin-top: 4rem;
    padding: 3rem 2rem;
  }
}

.homepage .homepage__link .title {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  color: #009B63;
  letter-spacing: 0;
}

.homepage .homepage__link .link-list {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
}

.homepage .homepage__link .link-list li {
  line-height: 1.4285714286;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .homepage .homepage__link .link-list li {
    margin-bottom: 1rem;
  }
}

.homepage .homepage__link .link-list li:last-child {
  margin-bottom: 0;
}

.homepage .homepage__link .link-list .dot {
  color: #00A73C;
  margin-right: 0.6rem;
}

.homepage .homepage__link .link-list a {
  text-decoration: underline;
}

.business {
  padding: 10rem 2rem 15rem;
}

@media (max-width: 767px) {
  .business {
    padding: 6rem 2rem 10rem;
  }
}

.business .business__item {
  margin-bottom: 10rem;
}

@media (max-width: 767px) {
  .business .business__item {
    margin-bottom: 5.8rem;
  }
}

.business .business__item .section-title-s {
  text-align: left;
}

.business .business__item:last-of-type {
  margin-bottom: 0;
}

.business .business__text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 4.5rem;
  margin-bottom: 3.1rem;
}

@media (max-width: 767px) {
  .business .business__text {
    font-size: 1.4rem;
  }
}

.business__table {
  border-spacing: 0;
  width: 100%;
}

.business__table .tr-head {
  background: #EFEFEF;
  text-align: center;
}

.business__table .tr-head th {
  font-weight: 400;
}

@media (max-width: 767px) {
  .business__table .tr-head th {
    font-size: 1.3rem;
  }
}

.business__table .tr-head p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0.8rem 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .business__table .tr-head p {
    padding: 0;
  }
}

.business__table .tr-head .th-l {
  width: 23%;
}

@media (max-width: 767px) {
  .business__table .tr-head .th-l {
    width: 65%;
    border-right: solid 5px #fff;
  }
}

.business__table .tr-head .th-r {
  width: 77%;
  border-left: solid 5px #fff;
}

@media (max-width: 767px) {
  .business__table .tr-head .th-r {
    width: 32%;
    border-left: none;
  }
}

.business__table .tr-head-1 {
  width: 5rem;
  background: #fff;
}

.business__table .tr-head-2 {
  width: 21rem;
  border-right: solid 5px #fff;
}

.business__table .tr-head-3 {
  width: 64.9rem;
  border-right: solid 5px #fff;
}

.business__table .tr-head-4 {
  width: 8.6rem;
}

.business__table .tr-head-5 {
  width: 25.5rem;
  border-right: solid 5px #fff;
}

.business__table tr .th-num {
  background: #BAFFE4;
  border-right: solid 5px #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .business__table tr .th-num {
    width: 6.4102564103vw;
    font-size: 1.4rem;
  }
}

.business__table tr .date {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .business__table tr .date {
    text-align: left;
  }
}

.business__table tr .time {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .business__table tr .time {
    margin-top: 0.4rem;
    text-align: left;
  }
}

.business__table tr .num-list li {
  margin-bottom: 1rem;
}

.business__table tr .num-list li b {
  font-weight: 600;
  display: flex;
  align-items: flex-start;
}

.business__table tr .num-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .business__table tr .num-list li {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

.business__table tr .list-child li {
  padding-left: 1.5rem;
  margin-bottom: 0;
}

.business__table tr td {
  background: #D5FCED;
  border-right: solid 5px #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 1.9rem;
}

@media (max-width: 767px) {
  .business__table tr td {
    padding: 1.5rem;
  }
}

.business__table tr td:last-child {
  border-right: none;
}
@media (min-width: 768px) {
.business__table tr td:last-child {
  text-align:center;
}	
}

@media (max-width: 767px) {
  .business__table tr .td-num {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 0.8rem;
    width: 18.9743589744vw;
  }
}

@media (max-width: 767px) {
  .business__table tr .td-num em {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

.business__table tr:nth-of-type(2n) .th-num {
  background: #BAFFD5;
}

.business__table tr:nth-of-type(2n) td {
  background: #E2FFED;
}

.business__table tr th,
.business__table tr td {
  border-bottom: solid 10px #fff;
}

@media (max-width: 767px) {

  .business__table tr th,
  .business__table tr td {
    border-bottom: solid 5px #fff;
  }
}

@media (max-width: 767px) {

  .business__table tr:nth-of-type(2n) th,
  .business__table tr:nth-of-type(2n) td {
    border-bottom: solid 20px #fff;
  }
}

@media (max-width: 767px) {
  .business__table tr .th-num {
    border-bottom: solid 20px #fff;
  }
}

@media (max-width: 767px) {
  .business__table tr:nth-last-child(-n+2) .th-num {
    border-bottom: none;
  }
}

.business__table tr:last-of-type th,
.business__table tr:last-of-type td {
  border-bottom: none;
}

/*=================================================
    フッター
===================================================*/
.footer {
  background: #EFEFEF;
  padding: 6rem 2rem 4rem;
  position: relative;
}

@media (max-width: 767px) {
  .footer {
    padding: 8rem 2rem 3rem;
  }
}

.footer .pagetop {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
}

@media (max-width: 767px) {
  .footer .pagetop {
    bottom: inherit;
    right: 1rem;
    top: 8.3rem;
  }
}

.footer .footer__inner {
  max-width: 105rem;
  margin: 0 auto;
}

.footer .footer__inner .flex {
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .footer .footer__inner .flex {
    flex-direction: column-reverse;
  }
}

.footer .footer__left .footer__logo {
  max-width: 30.5rem;
  width: 100%;
}

@media (max-width: 767px) {
  .footer .footer__left .footer__logo {
    margin-top: 6rem;
  }
}

.footer .footer__left .footer__logo p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}

.footer .footer__left address {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}

.footer .footer__right .footer__menu ul li {
  margin-bottom: 1rem;
  line-height: 1;
}

.footer .footer__right .footer__menu ul li:last-child {
  margin-bottom: 0;
}

.footer .footer__right .footer__menu ul li a {
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.4285714286;
}

.footer .copyright {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6923076923;
  letter-spacing: 0.05em;
  margin-top: 4rem;
  text-align: center;
}

@media (max-width: 767px) {
  .footer .copyright {
    font-size: 1.2rem;
    margin-top: 7.2rem;
    letter-spacing: 0;
  }
}

/*=================================================
記事一覧
===================================================*/
.archive {
  padding: 4rem 2rem 12.1rem;
}

@media (max-width: 767px) {
  .archive {
    padding: 6rem 0 15rem;
    margin-top: 0;
    overflow: hidden;
  }
}

.archive .btn-list {
  max-width: 97.2rem;
  margin: 0 auto 3.7rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 767px) {
  .archive .btn-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 0.7rem;
    column-gap: 0.7rem;
    row-gap: 0.6rem;
    margin-bottom: 2.6rem;
  }
}

.archive .btn-list li a {
  padding: 1.4rem 3.2rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  border: solid 2px #707070;
  border-radius: 2.8rem;
  display: block;
}

@media (max-width: 767px) {
  .archive .btn-list li a {
    font-size: 1.1rem;
    padding: 1.1rem 1rem 1.2rem;
    text-align: center;
  }
}

.archive .btn-list li .current {
  background: #00A73C;
  border: solid 2px #00A73C;
  color: #fff;
}

.archive .section-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  margin-top: 2.1rem;
}

@media (max-width: 767px) {
  .archive .section-text {
    margin-top: 0.8rem;
  }
}

.archive .archive-title {
  margin-top: 11.5rem;
  color: #00C9C9;
  display: flex;
  align-items: center;
  gap: 8.5px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .archive .archive-title {
    margin-top: 5.1rem;
  }
}

.archive .archive-title .line {
  display: block;
  background: #00C9C9;
  width: 4.4rem;
  height: 1.5px;
}

.archive .archive__item {
  padding-top: 4.3rem;
  padding-bottom: 6.7rem;
  padding-right: 2rem;
  margin-bottom: 6.7rem;
  position: relative;
}

@media (max-width: 767px) {
  .archive .archive__item {
    padding: 5.6rem 1.5rem 11.5rem;
  }
}

.archive .archive__item:last-of-type {
  margin-bottom: 0;
}

.archive .archive__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
  row-gap: 5.8rem;
  margin-top: 3.8rem;
}

@media (max-width: 767px) {
  .archive .archive__list {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 2rem;
  }
}

@media (max-width: 767px) {
  .archive .archive__list .archive__list__item {
    border-bottom: dotted 1px #CCCCCC;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (max-width: 767px) {
  .archive .archive__list .archive__list__item:first-child {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .archive .archive__list .archive__list__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .archive .archive__list a {
    max-width: 28rem;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .archive .archive__list .category-list {
    max-width: 28rem;
    margin: 2rem auto 0;
  }
}

.archive .archive__list .archive__list__text {
  margin-top: 2.7rem;
  padding-bottom: 1.6rem;
}

@media (max-width: 767px) {
  .archive .archive__list .archive__list__text {
    margin-top: 1.7rem;
    padding-bottom: 0;
  }
}

.archive .archive__list .archive__list__text a {
  transition: 0.3s;
}

.archive .archive__list .archive__list__text a:hover {
  opacity: 0.7;
}

.archive .archive__list .article-category a {
  color: #00C9C9;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}

.archive .archive__list .article-title {
  margin-top: 1.5rem;
  line-height: 1.625;
  font-weight: 700;
}

@media (max-width: 767px) {
  .archive .archive__list .article-title {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

.archive .archive__list .article-text {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8333333333;
}

@media (max-width: 767px) {
  .archive .archive__list .article-text {
    font-size: 1rem;
    line-height: 1.9;
  }
}

.archive .archive__list .article-date {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 1.5rem;
}

.archive .archive__list .article-date a {
  color: #A0A0A0;
}

.voice {
  background: #E6E6E6;
  padding: 5.4rem 2rem 8.7rem;
}

@media (max-width: 767px) {
  .voice {
    padding: 4.4rem 2rem 3rem;
  }
}

.voice .voice__img {
  max-width: 140rem;
  margin: 6.6rem auto 0;
}

@media (max-width: 767px) {
  .voice .voice__img {
    margin-top: 2rem;
  }
}

.voice .section-title {
  height: auto;
}

.voice .section-title .top-text {
  font-size: 4rem;
  line-height: 120%;
  display: block;
}

@media (max-width: 767px) {
  .voice .section-title .top-text {
    font-size: 2rem;
  }
}

.voice .section-title .title {
  font-size: 5rem;
  line-height: 120%;
  color: #012B6B;
  display: block;
  margin-top: 2.4rem;
}

@media (max-width: 767px) {
  .voice .section-title .title {
    font-size: 2.5rem;
    margin-top: 1.2rem;
  }
}

.voice .section-title .label {
  font-size: 2.2rem;
  line-height: 120%;
  display: inline-block;
  color: #fff;
  background: #012B6B;
  border-radius: 10rem;
  padding: 8px 39px;
  margin-top: 1.6rem;
}

@media (max-width: 767px) {
  .voice .section-title .label {
    font-size: 1.2rem;
    margin-top: 0.8rem;
    padding: 4px 19.5px;
  }
}

/*=================================================
TOPページ
===================================================*/
.home-service .archive .archive__list {
  row-gap: 4rem;
}

@media (max-width: 767px) {
  .home-service .archive .archive__list {
    row-gap: 2.2rem;
    position: relative;
    z-index: 1;
  }
}

.home-service .archive .archive__list .article-title {
  font-size: 1.6rem;
  line-height: 1.625;
}

@media (max-width: 767px) {
  .home-service .archive .archive__list .article-title {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

.home-service .archive__flex .archive__side {
  padding: 0 3.953147877vw 6.0029282577vw 4.3191800878vw;
}

@media (min-width:1366px) {
  .home-service .archive__flex .archive__side {
    padding: 0 5.4rem 8.2rem 5.9rem;
  }
}

@media (max-width: 767px) {
  .home-service .archive__flex .archive__side {
    padding: 10.9rem 1.4rem 16.3rem;
  }
}

@media (max-width: 767px) {
  .home-service .archive__flex .archive__side .section-text {
    margin-top: 3.2rem;
  }
}

@media (max-width: 767px) {
  .home-service .archive__flex--brand .archive__side {
    padding: 13.4rem 1.4rem 16.3rem;
  }
}

@media (max-width: 767px) {
  .home-service .archive__flex--out .archive__side {
    padding: 13.8rem 1.4rem 16.3rem;
  }
}

.home-service .archive__flex .archive__item .bg-text {
  bottom: -5.7rem;
  right: 5.8rem;
}

@media (max-width: 767px) {
  .home-service .archive__flex .archive__item .bg-text {
    z-index: inherit;
    font-size: 29.7435897436vw;
    left: 3.1rem;
    right: inherit;
    bottom: -4.9rem;
  }
}

@media (max-width: 767px) {
  .home-service .archive .archive__list .archive__list__img img {
    width: 100%;
    height: 11.6rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.home-service .archive__flex .archive__item {
  padding-bottom: 9.5rem;
}

@media (max-width: 767px) {
  .home-service .archive__flex .archive__item {
    margin-top: -6rem;
    padding-bottom: 11.7rem;
    overflow: hidden;
  }
}

.home-service .archive__flex .archive__side .section-text {
  margin-top: 1.9rem;
}

.home-service .archive__flex--brand .archive__item {
  padding-top: 5rem;
}

@media (max-width: 767px) {
  .home-service .archive__flex--brand .archive__item {
    padding-top: 5.8rem;
    padding-bottom: 11.2rem;
  }
}

.home-service .archive__flex--brand .archive__item .bg-text {
  bottom: -6.6rem;
  right: 5.5rem;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .home-service .archive__flex--brand .archive__item .bg-text {
    bottom: -4.8rem;
    letter-spacing: -0.05em;
  }
}

.home-service .archive__flex--out .archive__item .bg-text {
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .home-service .archive__flex--out .archive__item .bg-text {
    bottom: -3.9rem;
    letter-spacing: -0.05em;
  }
}

/*=================================================
記事一覧ページ
===================================================*/
@media (max-width: 767px) {
  .page-archive .archive .archive__item {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .page-archive .archive {
    padding: 3.2rem 1.5rem 8.2rem;
  }
}

.service {
  padding: 20rem 2rem 15rem;
  position: relative;
  background-image: url(../images/bg-service.jpg);
  background-position: top center;
  background-size: contain;
}

@media (max-width: 767px) {
  .service {
    padding: 13rem 2rem 10rem;
    background-image: url(../images/sp_bg-service.jpg);
  }
}

.service::before {
  position: absolute;
  content: "";
  background-image: url(../images/service-top.png);
  background-size: cover;
  width: 100%;
  height: 16.3250366032vw;
  top: 0;
  left: 0;
}

.service .section-title {
  color: #00A73C;
}

.service .more-btn {
  border: solid 1px #009B63;
  max-width: 100%;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .service .more-btn {
    max-width: 26rem;
  }
}

.service .more-btn:last-child {
  margin-bottom: 0;
}

.service .more-btn02 {
  font-size: 1.3rem;
  height: 3.2rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .service .more-btn02 {
    max-width: 26rem;
    font-size: 1.4rem;
    height: 4rem;
    margin-bottom: 2rem;
  }
}

.service .more-btn02:last-child {
  margin-bottom: 0;
}

.service .more-btn--bk {
  max-width: 100%;
  margin-top: 0;
}

.service03 .btn-wrap {
  margin-top: 3rem;
}

.service .img-title {
  width: 100%;
  padding: 6.3rem 0 6.2rem;
}

@media (max-width: 767px) {
  .service .img-title {
    padding: 2rem 0;
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.service .img-title .cover-title {
  text-align: center;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .service .img-title .cover-title {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}

.service .section-text {
  margin-top: 4rem;
  text-align: center;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .service .section-text {
    text-align: left;
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}

.service .service__item {
  max-width: 126.6rem;
  margin: 0 auto 10rem;
}

@media (max-width: 767px) {
  .service .service__item {
    margin-bottom: 6rem;
  }
}

.service .service__item:nth-of-type(1) .img-title {
  background-image: url(../images/service-title-1.jpg);
  background-size: cover;
}

@media (max-width: 767px) {
  .service .service__item:nth-of-type(1) .img-title {
    background-image: url(../images/sp_service-title-1.jpg);
  }
}

.service .service__item:nth-of-type(2) .img-title {
  background-image: url(../images/service-title-2.jpg);
  background-size: cover;
}

@media (max-width: 767px) {
  .service .service__item:nth-of-type(2) .img-title {
    background-image: url(../images/sp_service-title-2.jpg);
  }
}

.service .service__item:nth-of-type(2) .service__list__item {
  width: 50%;
}

@media (max-width: 767px) {
  .service .service__item:nth-of-type(2) .service__list__item {
    width: 100%;
  }
}

.service .service__item:nth-of-type(3) {
  position: relative;
}

.service .service__item:nth-of-type(3)::after {
  position: absolute;
  content: "";
  background-image: url(../images/service-right.png);
  background-size: contain;
  width: 6.5rem;
  height: 10rem;
  top: 5rem;
  right: 0;
}

@media (max-width: 767px) {
  .service .service__item:nth-of-type(3)::after {
    display: none;
  }
}

.service .service__item:nth-of-type(3) .img-title {
  background-image: url(../images/service-title-3.jpg);
  background-size: cover;
}

@media (max-width: 767px) {
  .service .service__item:nth-of-type(3) .img-title {
    background-image: url(../images/sp_service-title-3.jpg);
  }
}

.service .service__item:last-of-type {
  margin-bottom: 0;
}

.service .service__list {
  align-items: stretch;
  gap: 3.5rem;
  justify-content: space-between;
  margin-top: 6rem;
}

@media (max-width: 767px) {
  .service .service__list {
    margin-top: 3rem;
    gap: 3rem;
  }
}

.service .service__list .service__list__item {
  width: 33.3333333333%;
  background: #fff;
  box-shadow: 5px 5px 0px rgba(0, 155, 99, 0.25);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .service .service__list .service__list__item {
    width: 100%;
    padding: 3rem 2rem;
  }
}

.service .service__list .service__list__item small {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 1rem;
  display: block;
}

.service .service__list .service__list__item .list-img {
  text-align: center;
}

.service .service__list .service__list__item .list-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2rem;
  color: #009B63;
  text-align: center;
}

@media (max-width: 767px) {
  .service .service__list .service__list__item .list-title {
    text-align: center;
  }
}

.service .service__list .service__list__item .list {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7333333333;
  margin-top: 3rem;
}

.service .service__list .service__list__item .list li {
  padding: 2rem 0;
  border-bottom: dashed 1px #CCCCCC;
}

.service .service__list .service__list__item .list li:first-child {
  border-top: dashed 1px #CCCCCC;
}

.service .service__list .service__list__item .list .green {
  font-weight: 500;
}

.service .service__list .service__list__item .list a {
  text-decoration: underline;
}

.service .service__list--1 .service__list__item {
  justify-content: space-between;
}

.service .service__list--1 .service__list__item .btn-wrap {
  margin-top: 3rem;
}

.archive__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 6.3rem;
}

@media (max-width: 767px) {
  .archive__flex {
    flex-direction: column;
    gap: 0;
  }
}

.archive__flex .archive__side {
  width: 29%;
  color: #fff;
  padding: 0 5.4rem 7.8rem 5.9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}

@media (max-width: 767px) {
  .archive__flex .archive__side {
    width: 100%;
    padding: 10.9rem 1.4rem 15.9rem;
  }
}

.archive__flex .archive__side .side-title {
  position: relative;
  z-index: 1;
  font-size: 3.2rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .archive__flex .archive__side .side-title {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}

.archive__flex .archive__side .section-text {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .archive__flex .archive__side .section-text {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    margin-top: 1.8rem;
  }
}

.archive__flex .archive__side .btn-wrap {
  position: relative;
  z-index: 1;
  margin-top: 3.5rem;
}

.archive__flex .archive__side .btn-wrap .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #fff;
  border-radius: 4.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  width: 16.3rem;
  height: 4.9rem;
  color: #fff;
}

@media (max-width: 767px) {
  .archive__flex .archive__side .btn-wrap .more-btn {
    font-size: 1.4rem;
    width: 14.7rem;
    height: 4.4rem;
  }
}

.archive__flex .archive__side--sns {
  background-image: url(../images/service-1.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .archive__flex .archive__side--sns {
    background-image: url(../images/sp_service-1.jpg);
  }
}

.archive__flex .archive__side--sns::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.36);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.archive__flex .archive__side--brand {
  background-image: url(../images/service-2.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .archive__flex .archive__side--brand {
    background-image: url(../images/sp_service-2.jpg);
  }
}

.archive__flex .archive__side--brand::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.archive__flex .archive__side--out {
  background-image: url(../images/service-3.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .archive__flex .archive__side--out {
    background-image: url(../images/sp_service-3.jpg);
  }
}

.archive__flex .archive__side--out::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.18);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.archive__flex .archive__item {
  width: 71%;
  position: relative;
  padding-top: 8.5rem;
  padding-bottom: 10.9rem;
}

@media (max-width: 767px) {
  .archive__flex .archive__item {
    width: 100%;
    padding: 5.6rem 1.5rem 11.5rem;
    border-radius: 5rem 0 0 0;
    position: relative;
    margin-top: -5.5rem;
    background: #fff;
  }
}

.archive__flex .archive__item .archive-title {
  margin-top: 0;
}

.archive__flex .archive__item .content-width {
  margin: 0 auto 0 0;
}

.archive__flex .archive__item .bg-text {
  font-size: 17.1rem;
  top: inherit;
  bottom: 0;
  left: inherit;
  right: 5.2rem;
  white-space: nowrap;
}

.report {
  padding: 10rem 0 15rem;
}

@media (max-width: 767px) {
  .report {
    padding: 6rem 2rem 10rem;
  }
}

.report .section-title-s {
  margin-bottom: 8rem;
}

@media (max-width: 767px) {
  .report .section-title-s {
    margin-bottom: 3rem;
  }
}

.report-list {
  display: flex;
  flex-wrap: wrap;
}

.report-list li {
  width: calc(33.3333% - 8rem * 2 / 3);
  margin-right: 8rem;
  margin-bottom: 8rem;
  text-align: center;
}

@media (max-width: 767px) {
  .report-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }
}

.report-list li:nth-child(3n) {
  margin-right: 0;
}

.report-list li:nth-child(1) .report-img:before {
  position: absolute;
  content: "NEW";
  background: #FF0000;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.05em;
  left: 0;
  top: 0;
  padding: 0.4rem;
}

.report-list .report-img {
  margin-bottom: 2rem;
  position: relative;
}

.report-list .report-title {
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  line-height: calc(26/16);
}

.report-list .report-btn {
  border: 1px solid #333;
  border-radius: 5px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 1.1rem 2.5rem;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: calc(20/14);
  color: #009B63;
}

.report-list .report-btn span {
  font-size: 1.3rem;
}

/* 2025-11-11 */
.page-column--business-info .cover{
  background-image: url(../images/cover-business-info.png);
}
@media (max-width: 767px) {
  .page-column--business-info .cover{
    background-image: url(../images/sp_cover-business-info.png);
  }
}

.p-column-bottom {
  margin-top: 8rem;
  background-color: #E2FFED;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .p-column-bottom {
    margin-top: 6rem;
    padding: 3rem 1rem;
  }
}
.p-column-bottom__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  letter-spacing: 0.08em;
}

.p-column-bottom__text a{
  text-decoration: underline;
}

.p-column-top {
  margin-top: 8rem;
  background-color: #E2FFED;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .p-column-top {
    margin-top: 6rem;
    padding: 3rem 1rem;
  }
}

.p-column-top__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}

.p-column-top__list {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}

.p-column-top__info {
  display: flex;
  gap: 3rem;
  margin-top: 2rem;
  margin-left: 1.5rem;

}
@media (max-width: 767px) {
  .p-column-top__info {
    flex-direction: column;
    margin-left: 0;
  }
}
.p-column-top__qr {
  width: 12rem;
}
@media (max-width: 767px) {
  .p-column-top__qr {
    margin-inline: auto;
  }
}
.p-column-top__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.p-column-top__url {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  word-break: break-all;
  overflow-wrap: break-word;
}

.p-column-top__url a {
  text-decoration: underline;
}

.p-column-top__note {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.c-num{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  color: #009B63;
}

.c-gray{
  color: #666;
  font-size: 1.4rem;
}

.c-br{
  display: inline-block;
}

.c-sp{
  display: none;
}
@media (max-width: 767px) {
  .c-sp{
    display: block;
  }
}


/* 2025-11-23 */


.support {
  padding: 10rem 2rem 15rem;
}
@media (max-width: 767px) {
  .support {
    padding: 6rem 1.5rem 8rem;
  }
}

.content-width {

}

.support__wrapper {

}

@media (max-width: 767px) {
  .support__title {
    font-size: 2.4rem;
  }
}

.support__title span {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .support__title span {
    font-size: 1.8rem;
  }
}
.support__content {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}

@media (max-width: 767px) {
  .support__content {
    flex-direction: column-reverse;
    margin-top: 0;
    gap: 4rem;
  }
}
.support__texts {
  width: calc(610 / 1000 * 100%);
}

@media (max-width: 767px) {
  .support__texts {
    width: 100%;
  }
}

.support__text:not(:first-child) {
  margin-top: 2rem;
}

.support__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}

.support__text--sp{
  display: none;
}
@media (max-width: 767px) {
  .support__text--sp{
    display: block;
  }
}

.support__text--pc{
  display: block;
}
@media (max-width: 767px) {
  .support__text--pc{
    display: none;
  }
}

@media (max-width: 767px) {
  .support__text:nth-child(2){
    margin-top: 0;
  }
}

.support__text span{
  font-weight: 700;
}

.support__map {
  width: calc(430 / 1000 * 100%);
}

@media (max-width: 767px) {
  .support__map {
    width: 100%;
  }
}
.support__map img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .support__map img {
    margin-top: 4rem;
  }
}

.support__url {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 1.5rem;
}

.support__url a {
  text-decoration: underline;
}

.support__video {
  margin-top: 8rem;
  max-width: 65rem;
  width: 100%;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .support__video {
    margin-top: 4rem;
  }
}
.support__video-item--2 {
  margin-top: 6rem;
}

@media (max-width: 767px) {
  .support__video-item--2 {
    margin-top: 4rem;
  }
}
.support__video-item iframe {
  aspect-ratio: 650 / 365;
  width: 100%;
  height: 100%;
}


.support__video-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 2rem;
}

.support__video-title span {
  color: #009B63;
}

.support__video-item {

}

.support__video-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .support__video-text {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=style.css.map */