@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400&display=swap');
.sec_inner {
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
}
.sec_ttl {
  position: relative;
  font-size: 48px;
  letter-spacing: 4px;
  color: #98a6b5;
  line-height: 1;
  margin-bottom: 0;
}
.sec_ttl span {
  position: relative;
  z-index: 1;
}
.sec_ttl small {
  display: inline-block;
  font-size: 20px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  letter-spacing: 2px;
  margin-left: 10px;
  color: #98a6b5;
}
.sec_ttl::after {
  position: absolute;
  font-size: 100px;
  left: 10px;
  bottom: 30px;
  color: #fff;
  z-index: 0;
  letter-spacing: 12px;
}
.tab img, .tab svg {
  display: inline-block !important;
  margin-left: 5px;
}
@media screen and (min-width: 768px), print {
  .sp {
    display: none !important;
  }
  .sec_inner {
    padding: 0 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_ttl {
    position: relative;
    font-size: 48px;
    letter-spacing: 4px;
    color: #98a6b5;
    line-height: 1;
    margin-bottom: 0;
  }
  .sec_ttl span {
    position: relative;
    z-index: 1;
  }
  .sec_ttl small {
    display: inline-block;
    font-size: 20px;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
    letter-spacing: 2px;
    margin-left: 10px;
    color: #98a6b5;
  }
  .sec_ttl::after {
    position: absolute;
    font-size: 100px;
    left: 10px;
    bottom: 30px;
    color: #fff;
    z-index: 0;
    letter-spacing: 12px;
  }
  .tab img, .tab svg {
    display: inline-block !important;
    margin-left: 5px;
  }
  .tab.gray svg * {
    fill: #98a6b5;
  }
  .tab.gray #icon_inner {
    stroke: #98a6b5;
  }
}
@media screen and (max-width: 767px), print {
  .pc {
    display: none !important;
  }
  .sec_inner {
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_ttl {
    position: relative;
    font-size: 28px;
    letter-spacing: 2px;
    color: #98a6b5;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .sec_ttl span {
    position: relative;
    z-index: 1;
  }
  .sec_ttl small {
    display: inline-block;
    font-size: 16px;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
    letter-spacing: 2px;
    margin-left: 10px;
    color: #98a6b5;
  }
  .sec_ttl::after {
    position: absolute;
    font-size: 60px;
    left: 10px;
    bottom: 0;
    color: #fff;
    z-index: 0;
    letter-spacing: 12px;
  }
  .tab img, .tab svg {
    display: inline-block !important;
    margin-left: 5px;
  }
}
a {
  color: #98a6b5;
  font-weight: bold;
}
html {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
.josefin {
  font-family: 'Josefin Sans', sans-serif !important;
}
@media screen and (min-width: 768px), print {
  [href*='tel:'] {
    pointer-events: none;
    color: #000 !important;
    font-weight: normal;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    z-index: 9999;
    min-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
  }
  .header * {
    line-height: 1.8 !important;
  }
  .header__logo {
    display: grid;
    width: 340px;
  }
  .header__list {
    position: relative;
    display: flex;
    align-items: center;
  }
  .header__ele:nth-of-type(n + 2) {
    margin-left: 25px;
  }
  .header__ele:not(.contact) > a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: bold;
  }
  .header__ele:not(.contact) > a > svg, .header__ele:not(.contact) > a > svg * {
    transition: 0.3s;
  }
  .header__ele:not(.contact) > a:hover {
    color: #98a6b5 !important;
  }
  .header__ele:not(.contact) > a:hover svg, .header__ele:not(.contact) > a:hover svg * {
    fill: #98a6b5 !important;
  }
  .header__ele:not(.contact) > a:hover svg #icon_inner {
    stroke: #98a6b5 !important;
  }
  .header__ele:not(.contact) > a:hover svg #stroke_none {
    fill: rgba(152, 166, 181, 0) !important;
    stroke: #98a6b5 !important;
  }
  .header__ele:not(.contact) > span {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    transition: 0.3s;
  }
  .header__ele:not(.contact) > a.mega, .header__ele:not(.contact) > span.mega {
    position: relative;
  }
  .header__ele:not(.contact) > a.mega::after, .header__ele:not(.contact) > span.mega::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    border: 17px solid transparent;
    border-bottom: 15px solid rgba(152, 166, 181, 0.8);
    pointer-events: none;
    transition: 0.3s;
  }
  .header__ele:not(.contact) > div {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    display: flex;
    align-items: center;
    left: 50%;
    top: 60px;
    transform: translateX(-50%) translateX(-207px);
    padding-top: 30px;
    margin-top: -10px;
    transition: 0.3s;
  }
  .header__ele:not(.contact) > div > div {
    position: relative;
    width: 770px;
    display: flex;
    align-items: center;
    background: rgba(152, 166, 181, 0.8);
    padding: 22px 34px;
  }
  .header__ele:not(.contact) > div > div, .header__ele:not(.contact) > div > div * {
    color: #fff !important;
  }
  .header__ele:not(.contact) > div > div ul {
    white-space: nowrap;
  }
  .header__ele:not(.contact) > div > div p {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2 !important;
    white-space: nowrap;
  }
  .header__ele:not(.contact) > div > div p small {
    display: block;
    font-size: 16px;
  }
  .header__ele:not(.contact) > div > div ul {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    margin-left: 50px;
    border-left: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
  }
  .header__ele:not(.contact) > div > div ul li {
    width: 50%;
  }
  .header__ele:not(.contact) > div > div ul li:nth-of-type(n + 3) {
    margin-top: 3px;
  }
  .header__ele:not(.contact) > div > div ul li a {
    font-weight: bold;
    transition: 0.3s;
  }
  .header__ele:not(.contact) > div > div ul li a:hover {
    opacity: 0.7;
  }
  .header__ele:not(.contact) > div:hover div {
    opacity: 1;
    pointer-events: initial;
  }
  .header__ele.contact img, .header__ele.contact svg {
    margin-right: 5px;
  }
  .header__ele.contact a {
    display: inline-block;
    background: #98a6b5;
    padding: 25px 25px;
    transition: 0.3s;
    color: #fff;
    font-weight: bold;
  }
  .header__ele.contact a:hover {
    opacity: 0.7;
  }
  .header__ele:hover > div {
    opacity: 1;
    pointer-events: initial;
  }
  .header__ele:hover .mega::after {
    opacity: 1 !important;
  }
  .header__logo, .header__logo * {
    transition: 0.3s;
  }
  .header.active, .header.bottom {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  }
  .header.active .header__logo #logo_inner *, .header.bottom .header__logo #logo_inner * {
    stroke: #000;
  }
  .header.active .header__logo #JapanEcologyThinking, .header.bottom .header__logo #JapanEcologyThinking {
    fill: #000;
  }
  .header.active .header__ele:not(.contact) a, .header.bottom .header__ele:not(.contact) a, .header.active .header__ele:not(.contact) span, .header.bottom .header__ele:not(.contact) span {
    color: #000;
  }
  .header.active .tab svg, .header.bottom .tab svg, .header.active .tab svg *, .header.bottom .tab svg * {
    fill: #000;
    transition: 0.3s;
  }
  .header.active .tab svg #icon_inner, .header.bottom .tab svg #icon_inner {
    stroke: #000 !important;
  }
  .header.active .tab svg #stroke_none, .header.bottom .tab svg #stroke_none {
    fill: rgba(152, 166, 181, 0) !important;
    stroke: #000 !important;
  }
}
@media screen and (max-width: 767px), print {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
    transition: 0.3s;
    padding-left: 10px;
    z-index: 9999;
  }
  .header * {
    line-height: 1.8 !important;
  }
  .header__list {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #98a6b5;
    padding: 80px 20px 40px !important;
    transform: translateX(100%);
    transition: 0.5s;
    overflow: scroll;
  }
  .header__list.active {
    transform: translateX(0);
  }
  .header__ele:not(.contact):nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .header__ele > a, .header__ele > span {
    position: relative;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  }
  .header__ele > a::after, .header__ele > span::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 10px;
    transform: translateY(-50%) translateY(-5px) rotate(45deg);
    height: 8px;
    width: 8px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .header__ele > span::after {
    display: none;
  }
  .header__ele > div {
    margin-top: 10px;
  }
  .header__ele > div li:nth-of-type(n + 2) {
    margin-top: 5px;
  }
  .header__ele > div li a {
    display: block;
    font-size: 14px;
    color: #fff;
  }
  .header__ele > div li a span {
    color: #fff;
  }
  .header__ele.contact {
    margin-top: 40px;
    background: #fff;
  }
  .header__ele.contact img, .header__ele.contact svg {
    margin-right: 5px;
    width: 25px;
    height: 15px;
  }
  .header__ele.contact img *, .header__ele.contact svg * {
    stroke: #98a6b5;
  }
  .header__ele.contact a {
    padding: 10px 15px;
    color: #98a6b5;
  }
  .header__ele.contact a::after {
    transform: translateY(-50%) rotate(45deg);
    border-color: #98a6b5;
    right: 15px;
  }
  .header__logo {
    position: relative;
    width: 240px;
    display: grid;
    z-index: 1;
  }
  .header__logo, .header__logo * {
    transition: 0.3s;
  }
  .header__logo img, .header__logo svg {
    width: 100%;
  }
  .header__hamburger {
    position: relative;
    background: #fff;
    width: 50px;
    height: 50px;
    z-index: 1;
  }
  .header__hamburger span {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: calc(100% - 15px);
    background: #98a6b5;
    transition: 0.5s;
  }
  .header__hamburger span:nth-of-type(1) {
    transform: translate(-50%, -50%) translateY(-8px);
  }
  .header__hamburger span:nth-of-type(2) {
    transform: translate(-50%, -50%);
  }
  .header__hamburger span:nth-of-type(3) {
    transform: translate(-50%, -50%) translateY(8px);
  }
  .header__hamburger.active span:nth-of-type(1) {
    transform: translate(-50%, -50%) translateY(0px) rotate(45deg);
  }
  .header__hamburger.active span:nth-of-type(2) {
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .header__hamburger.active span:nth-of-type(3) {
    transform: translate(-50%, -50%) translateY(0px) rotate(-45deg);
  }
  .header.active, .header.bottom {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  }
  .header.active .header__logo:not(.active) #logo_inner *, .header.bottom .header__logo:not(.active) #logo_inner * {
    stroke: #000;
  }
  .header.active .header__logo:not(.active) #JapanEcologyThinking, .header.bottom .header__logo:not(.active) #JapanEcologyThinking {
    fill: #000;
  }
}
@media screen and (min-width: 768px), print {
  .footer {
    position: relative;
    margin-top: 230px;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
  }
  .footer * {
    line-height: 1.8 !important;
  }
  .footer.bottom {
    margin-top: 0;
  }
  .footer .sec_inner {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
  }
  .footer__list {
    display: flex;
    margin-top: 30px !important;
  }
  .footer__list li:nth-of-type(n + 2) {
    margin-left: 20px;
  }
  .footer__left {
    width: 280px;
  }
  .footer__right {
    width: calc(100% - 280px);
    display: flex;
    justify-content: flex-end;
  }
  .footer__ele {
    min-width: 130px;
  }
  .footer__ele:nth-of-type(n + 2) {
    margin-left: 20px;
  }
  .footer__ele a {
    color: #98a6b5;
  }
  .footer__ele h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer__ele h4 > a, .footer__ele h4 > span {
    display: block;
    color: #98a6b5;
    border-bottom: 1px solid #98a6b5;
  }
  .footer__ele h4 > a, .footer__ele h4 > span, .footer__ele h4 > a *, .footer__ele h4 > span * {
    color: #98a6b5;
  }
  .footer__ele ul li a {
    font-size: 13px;
  }
  .footer__cr {
    margin: 60px 0 30px !important;
    text-align: center;
    font-size: 12px !important;
    color: #888 !important;
  }
  .footer a {
    transition: 0.3s;
  }
  .footer a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px), print {
  .footer {
    position: relative;
    z-index: 3;
    padding-top: 20px;
    margin-top: 50px;
    background: #98a6b5;
  }
  .footer * {
    line-height: 1.8 !important;
  }
  .footer .sec_inner {
    padding: 0 15px;
  }
  .footer__logo {
    text-align: center;
    display: block;
  }
  .footer__logo svg #logo_footer, .footer__logo svg #logo_footer * {
    stroke: #fff;
  }
  .footer__logo svg #JapanEcologyThinking {
    fill: #fff;
  }
  .footer__list {
    display: flex;
    justify-content: center;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .footer__list li:nth-of-type(n + 2) {
    margin-left: 20px;
  }
  .footer__list li svg, .footer__list li svg * {
    fill: #fff;
  }
  .footer__ele h4 {
    position: relative;
    font-weight: bold;
  }
  .footer__ele h4 > a, .footer__ele h4 > span {
    padding: 5px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .footer__ele h4 .plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: inline-block;
    height: 25px;
    width: 25px;
    background: #fff;
  }
  .footer__ele h4 .plus::after, .footer__ele h4 .plus::before {
    position: absolute;
    content: "";
    height: 70%;
    width: 2px;
    background: #888;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .footer__ele h4 .plus::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .footer__ele h4 .plus.active::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .footer__ele h4 .plus.active::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .footer__ele ul {
    display: none;
    margin: 0 10px 15px;
  }
  .footer__ele ul li {
    font-size: 14px;
    margin-top: 5px;
    padding-top: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .footer__ele ul li a {
    display: block;
  }
  .footer__ele * {
    color: #fff !important;
  }
  .footer__cr {
    padding: 30px 0 10px !important;
    text-align: center;
    font-size: 12px !important;
    color: #fff !important;
  }
}
