@charset "UTF-8";

html {
  font-size: 62.5%;
  height: 100%;
}

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

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

body {
  font-family: -apple-system, BlinkMacSystemFont, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans", "Noto Sans CJK JP", "モトヤLシーダ3等幅", MotoyaLCedar, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1;
  min-width: 86.1%;
  -webkit-text-size-adjust: none;
  background-image: url('../img/common/bg_body.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right center;
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  body.active {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
}

a {
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}

.c-container {
  margin: 0 auto;
  width: 114rem;
  padding: 0;
  background-color: #fff;
  position: relative;
}

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

.c-button {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(-90deg, #f15a24 0%, #f7a51e 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.5);
}

.c-fixedbutton {
  position: fixed;
  left: auto;
  width: 6rem;
  height: 32.3rem;
  bottom: 2rem;
  writing-mode: vertical-rl;
  border-radius: 3rem;
  margin-left: -8rem;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .c-fixedbutton {
    writing-mode: horizontal-tb;
    width: 100%;
    height: 5rem;
    bottom: 0;
    border-radius: 0;
    margin-left: 0;
  }
}

.c-title-wrapper {
  position: relative;
  margin-bottom: 3rem;
}

.c-title {
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  border: 0.4rem solid #006a3c;
  padding: 1.5rem 2rem;
  position: relative;
  z-index: 1;
  height: 6rem;
}

@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2rem;
    height: auto;
    line-height: 2.5rem;
    padding: 1.5rem;
  }
}

.c-title br {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-title br {
    display: block;
  }
}

.c-title-square {
  position: absolute;
  content: '';
  width: 76.1rem;
  height: 6rem;
  background-color: #009245;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .c-title-square {
    width: 35.5rem;
    height: 100%;
    top: 0.6rem;
    left: 0.6rem;
  }
}

.c-pagetitle {
  font-size: 3.5rem;
  background-image: url('../img/common/bg_page-title.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 13rem;
  border: 0.5rem solid #009245;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  color: #006a3c;
  font-weight: bold;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .c-pagetitle {
    font-size: 2.8rem;
    height: 9rem;
    padding: 0 2rem;
    background-size: auto 100%;
    background-position: top right;
  }
}

.c-orangeborder-title {
  font-size: 2rem;
  color: #006837;
  font-weight: bold;
  border-bottom: 0.6rem double #f7b654;
  line-height: 2.5rem;
  padding-bottom: 0.4rem;
  margin-bottom: 1.8rem;
}

.c-pdflink {
  font-size: 1.95rem;
  color: #0046c8;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 3.3rem;
  display: inline-block;
  line-height: 1.5;
  border-radius: 1rem;
  background-color: rgba(230, 246, 209, 0.6);
  padding: 2rem;
  width: 100%;
}

.c-pdflink__icon {
  width: 3rem;
  height: 3rem;
}

@media screen and (max-width: 767px) {
  .c-pdflink {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.6rem;
  }
}

.u-sp {
  display: none;
}

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

/* ------------------------------------------
  ヘッダー
------------------------------------------ */
.l-header {
  background-image: url('../img/common/bg_title.png');
  background-repeat: no-repeat;
  background-size: 100% 15rem;
  padding: 2rem 1.5rem 4rem;
  width: 114rem;
}

@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    z-index: 999;
    background-image: none;
    background-color: #006a3c;
    padding: 1.1rem 5.5rem 1.1rem 1.1rem;
    width: 100%;
  }
}

.c-header__title {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-header__title {
    text-align: left;
  }
}

.c-header__title-image {
  width: 107rem;
}

@media screen and (max-width: 767px) {
  .c-header__title-image {
    width: 30rem;
  }
}

.c-header__nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-header__nav {
    display: block;
    position: fixed;
    top: 4.4rem;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    width: 100%;
    height: 100svh;
    z-index: 999;
    overflow-y: auto;
    background-color: #fff;
    overscroll-behavior-y: none;
  }
}

@media screen and (max-width: 767px) {
  .c-header__nav.active {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 767px) {
  .c-header__nav-menu {
    margin-bottom: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .c-header__nav-menu-list {
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-header__nav-menu-list-link {
    position: relative;
    display: block;
    background-color: #009245;
    padding: 1.6rem 1.8rem;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    line-height: 2.4rem;
  }

  .c-header__nav-menu-list-link::after {
    position: absolute;
    content: '';
    background-image: url('../img/common/img_arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.9rem;
    height: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    right: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-header__nav-menu-list-link--middle {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-header__nav-menu-list-link--small {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-header__nav-banner {
    padding: 0 2.5rem 9rem;
  }
}

@media screen and (max-width: 767px) {
  .c-header__nav-banner-list {
    margin-bottom: 0.3rem;
  }

  .c-header__nav-banner-list:first-child {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-header__nav-banner-list-link-img {
    width: 100%;
  }
}

.c-header__toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-header__toggle {
    display: block;
    width: 3rem;
    height: 2.5rem;
    cursor: pointer;
    position: fixed;
    top: 1rem;
    right: 1.1rem;
    pointer-events: all;
    z-index: 999;
  }
}

@media screen and (max-width: 767px) {
  .c-header__toggle-bar {
    display: block;
    width: 3rem;
    height: 0.3rem;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    transition: 0.2s ease;
  }
  .c-header__toggle-bar:nth-child(1) {
    top: 0;
  }
  .c-header__toggle-bar:nth-child(2) {
    top: 1.1rem;
  }
  .c-header__toggle-bar:nth-child(3) {
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-header__toggle.active .c-header__toggle-bar:nth-child(1) {
    top: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  .c-header__toggle.active .c-header__toggle-bar:nth-child(2) {
    opacity: 0;
  }
  .c-header__toggle.active .c-header__toggle-bar:nth-child(3) {
    top: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }
}

/* ------------------------------------------
  サイドメニュー
------------------------------------------ */
.l-main {
  display: flex;
  padding: 0 2rem 1.8rem;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding: 0;
  }
}

.l-sidebar {
  width: 32rem;
}

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

.c-sidebar__navigation {
  margin-bottom: 5rem;
}

.c-sidebar__navigation-menu-list-link {
  position: relative;
  display: block;
  font-size: 1.7rem;
  color: #fff;
  font-weight: bold;
  background-color: #009245;
  padding: 1.5rem 1.8rem;
  border-radius: 2.4rem;
  margin-bottom: 0.3rem;
  line-height: 2.4rem;
}

.c-sidebar__navigation-menu-list:last-child .c-sidebar__navigation-menu-list-link {
  margin-bottom: 0;
}

.c-sidebar__navigation-menu-list-link::after {
  position: absolute;
  content: '';
  background-image: url('../img/common/img_arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.u-gray {
  background-color: #b3b3b3;
}

.c-sidebar__navigation-menu-list-link--middle {
  font-size: 1.4rem;
}

.c-sidebar__navigation-menu-list-link--small {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .c-sidebar__banner {
    width: 32rem;
    margin: 0 auto 2rem;
  }
}

.c-sidebar__banner-link-img {
  width: 100%;
}

.c-sidebar__banner-link {
  display: block;
  margin-bottom: 0.5rem;
}

.c-sidebar__banner-link:first-child {
  margin-bottom: 2rem;
}

.c-right {
  width: 76rem;
}

@media screen and (max-width: 767px) {
  .c-right {
    padding: 9rem 1rem;
    width: 100%;
  }
}

/* ------------------------------------------
  フッター
------------------------------------------ */
.l-footer {
  background-color: #006a3c;
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 5rem;
  }
}

.c-footer__container {
  background-color: #006a3c;
  padding: 4.2rem 2rem 1.7rem;
}

@media screen and (max-width: 767px) {
  .c-footer__container {
    padding: 3.5rem 0.9rem 6.8rem;
  }
}

.c-footer__container-details {
  display: flex;
  gap: 19rem;
  margin-bottom: 2.9rem;
}

@media screen and (max-width: 767px) {
  .c-footer__container-details {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.c-footer__container-details-info-title {
  font-size: 2rem;
  color: #fff;
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 0.6rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.c-footer__container-details-info-contents {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .c-footer__container-details-info-contents {
    justify-content: space-between;
    gap: 3rem;
  }
}

.c-footer__container-details-info-text {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2.8rem;
}

.c-footer__container-details-info-text-link {
  text-decoration: underline;
}

.c-footer__container-details-info-link-img {
  width: 5rem;
}

.c-footer__container-details-link {
  width: 56rem;
}

@media screen and (max-width: 767px) {
  .c-footer__container-details-link {
    width: 100%;
  }
}

.c-footer__container-details-link-img {
  width: 100%;
}

.c-footer__container-copyright {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}