@charset "UTF-8";
html, body, header, main, aside, footer, section, article, nav,
h1, h2, h3, h4, h5, h6,
table, caption, tbody, tfoot, thead, tr, th, td, form, label, legend, hgroup,
figcaption, figure, img, canvas, iframe, details, summary,
code, pre, audio, video, address, time, blockquote,
div, ul, ol, li, dl, dt, dd, p, a, span,
small, strong, sub, sup {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

header, main, aside, nav, footer, section, article {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  text-align: left;
}

ol, ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

.noto {
  font-family: "Noto Sans JP", sans-serif !important;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

:root {
  font-size: 14px;
  font-size: 3.7333333333vw;
}

html, body {
  width: 100%;
  min-height: 100vh;
}

html {
  font-size: 62.5%;
}
html.is-fixed {
  height: 100%;
  overflow: hidden;
}

body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  color: #333;
  background: #eaf7f3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 14px;
  font-size: 3.7333333333vw;
}

#header, #contents {
  flex-shrink: 0;
}

.inner {
  margin: 0 auto;
  padding: 0 5.3333333333%;
  position: relative;
  width: 100%;
}

section {
  position: relative;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img[src$=".svg"] {
  max-width: 100%;
}

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}
a[target=_blank]:after, a[href$=".pdf"]:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
a[target=_blank]:after {
  display: block;
  flex-shrink: 0;
  width: 0.8571428571rem;
  height: 0.6785714286rem;
  background: url(../images/common/icon-external.svg) no-repeat center center;
  background-size: contain;
}
a[href$=".pdf"]:after {
  height: 0.8571428571rem;
  background: url(../images/common/icon-pdf.png) no-repeat center center;
  background-size: contain;
}

li {
  list-style: none;
}

.anchor {
  position: absolute;
  top: -4.2857142857rem;
}

#js_mediaFlag {
  width: 1px;
}

/*parts
-------------------------------------------------- */
.lang-item-en {
  text-transform: uppercase;
}

#kv {
  padding: 4.1333333333% 0 14%;
  background: url(../images/home/kv-sp.webp?202507) no-repeat #0e8660;
  background-size: 100% auto;
}

.kv-pre-title, .kv-post-title {
  padding-left: 4%;
  color: #fff;
  font-size: 12px;
  font-size: 3.2vw;
}

.kv-post-title {
  padding-top: 4%;
}

.kv-pre-title-row, .kv-post-title-row {
  padding: 0 0.4166666667em;
  display: inline-block;
  background: #0e8660;
  letter-spacing: 0.0015em;
}

.kv-post-title-row {
  padding: 0 0.8333333333em;
  display: block;
}

.kv-title {
  margin-top: 76.8%;
  padding: 0 4.5333333333%;
  color: #fff;
  font-size: 30px;
  font-size: 8vw;
}

.kv-sub-issue {
  display: block;
  width: 35.1906158358%;
  line-height: 1;
}

.kv-title-main {
  margin-top: 1rem;
  padding: 0 0.2142857143rem;
  display: block;
  line-height: 1.2;
  letter-spacing: -0.05em;
  -webkit-filter: drop-shadow(0 0 0.6071428571rem #0e8660);
          filter: drop-shadow(0 0 0.6071428571rem #0e8660);
}

.section-title {
  font-weight: 600;
  line-height: 1;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
.section-title .oswald {
  margin-bottom: -0.025em;
  display: block;
  color: #0e8660;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-size: 36px;
  font-size: 9.6vw;
}

.border-headline {
  padding-top: 0.7608695652em;
  position: relative;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 23px;
  font-size: 6.1333333333vw;
}
.border-headline:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.2857142857rem;
  background: linear-gradient(to right, #c30d23 0%, #c30d23 2.3928571429rem, transparent 2.3928571429rem, transparent 2.5rem, #0e8660 2.5rem, #0e8660 100%);
  content: "";
}
.border-headline .research-themes-label + span {
  margin-top: 0.2173913043em;
  display: block;
  line-height: 1.25;
}

.separate {
  margin: 3em 0;
  border: none;
}

.common-link-list {
  border-top: solid 0.0714285714rem #0e8660;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
.common-link-list .link-item {
  border-bottom: solid 0.0714285714rem #0e8660;
}
.common-link-list .link-item-inner {
  padding: 1.0714285714rem 1.7857142857rem 1.25rem 0;
  display: block;
}
.common-link-list .link-item-inner:after {
  position: absolute;
  top: 50%;
  right: 0.1428571429em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../images/common/btn_arrow-carrot_right_black.svg) no-repeat center center;
  content: "";
}
.common-link-list .link-item-inner[target=_blank]:after {
  right: 0;
  width: 1.2142857143em;
  height: 0.9642857143em;
  background: url(../images/common/icon-external.svg) no-repeat center center;
  background-size: contain;
}
.common-link-list .link-item-inner[href$=".pdf"]:after {
  right: 0;
  width: 1.2857142857em;
  height: 1.6428571429em;
  background: url(../images/common/icon-pdf.png) no-repeat center center;
  background-size: contain;
}
.common-link-list .article-date {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.common-link-list .article-title {
  margin-top: 0.3214285714rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

ul.page-numbers {
  padding-top: 9.552238806%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 5.3333333333vw;
}
ul.page-numbers .page-numbers {
  width: 1.9em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999999;
}
ul.page-numbers .page-numbers.prev {
  width: 2em;
  margin: 0 0.75em 0 0;
}
ul.page-numbers .page-numbers.prev img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
ul.page-numbers .page-numbers.next {
  width: 2em;
  margin: 0 0 0 0.75em;
}
ul.page-numbers .page-numbers.dots {
  font-family: "Noto Sans JP", sans-serif;
}
ul.page-numbers .page-numbers.current {
  color: #0e8660;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  position: relative;
  letter-spacing: 0.1em;
}
.link-arrow:before {
  margin-right: 0.4642857143rem;
  display: block;
  position: relative;
  top: 0.1071428571rem;
  width: 1.8928571429rem;
  height: 1.8928571429rem;
  background: url(../images/common/arrow-green.svg) no-repeat;
  background-size: contain;
  content: "";
}

.relate-link {
  color: #666;
}
.relate-link .relate-link-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
.relate-link .relate-link-headline > span {
  flex-shrink: 0;
}
.relate-link .relate-link-headline:after {
  display: block;
  width: calc(100% - 5.6071428571rem);
  height: 1px;
  background: #ccc;
  content: "";
}
.relate-link .relate-link-list {
  margin-top: 0.8928571429rem;
}
.relate-link .relate-link-item {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
.relate-link .relate-link-item span {
  display: block;
}
.relate-link .relate-link-item a {
  display: block;
}
.relate-link .relate-link-item a[target=_blank]:after {
  margin-left: 0.2857142857rem;
  display: inline-block;
  position: static;
  -webkit-transform: translateY(0.0714285714rem);
          transform: translateY(0.0714285714rem);
}
.relate-link .relate-link-item + .relate-link-item {
  margin-top: 0.3571428571rem;
}

.lead {
  text-align: justify;
  letter-spacing: 0.045em;
  font-size: 16px;
  font-size: 4.2666666667vw;
}

.border-headline + .lead {
  margin-top: 1.7857142857rem;
}

/*contents
-------------------------------------------------- */
#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  min-width: 0;
  height: 4.2857142857rem;
  color: #333;
  background: rgba(255, 255, 255, 0.9);
}
#header .header-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
#header a {
  display: block;
}
#header .logo a {
  padding: 0 0.3571428571rem 0;
  display: flex;
  align-items: center;
  height: 100%;
}
#header .logo a:after {
  content: none;
}
#header .logo-img {
  width: 4.3928571429rem;
}
#header .logo-text {
  margin-left: 0.8333333333em;
  display: flex;
  align-items: center;
  line-height: 1.36275;
  letter-spacing: -0.025em;
  font-weight: 500;
  color: #0e8660;
  font-size: 12px;
  font-size: 3.2vw;
}
#header .sp_menu-wrap {
  position: relative;
  width: 15%;
  height: 100%;
  cursor: pointer;
}
#header .sp_menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 1.7857142857em;
  right: 1.4285714286em;
  width: 1.0714285714em;
  height: 0.8571428571em;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
#header .sp_menu > span {
  padding-bottom: 0.1428571429em;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  height: 0;
  background: #0e8660;
  line-height: 1;
  transition: 0s;
}
#header .sp_menu > span.top {
  -webkit-animation: menu1 0.2s forwards, both;
          animation: menu1 0.2s forwards, both;
}
#header .sp_menu > span.mid {
  opacity: 1;
}
#header .sp_menu > span.btm {
  -webkit-animation: menu2 0.2s forwards, both;
          animation: menu2 0.2s forwards, both;
}
@-webkit-keyframes menu1 {
  0% {
    top: 50%;
    -webkit-transform: translateY(0%) rotate(0);
            transform: translateY(0%) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0%) rotate(0);
            transform: translateY(0%) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu1 {
  0% {
    top: 50%;
    -webkit-transform: translateY(0%) rotate(0);
            transform: translateY(0%) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0%) rotate(0);
            transform: translateY(0%) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu2 {
  0% {
    top: -50%;
    -webkit-transform: translateY(0%) rotate(0);
            transform: translateY(0%) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0%) rotate(0);
            transform: translateY(0%) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu2 {
  0% {
    top: -50%;
    -webkit-transform: translateY(0%) rotate(0);
            transform: translateY(0%) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0%) rotate(0);
            transform: translateY(0%) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
#header nav {
  margin-top: 4.2857142857rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100dvh - 4.2857142857rem);
  overflow: scroll;
  background: #fff;
}
#header.open {
  background: #fff;
}
#header.open .sp_menu {
  width: 1.0714285714em;
}
#header.open .sp_menu > span {
  position: absolute;
}
#header.open .sp_menu > span.top {
  top: 50%;
  -webkit-animation: menu3 0.2s forwards, both;
          animation: menu3 0.2s forwards, both;
}
#header.open .sp_menu > span.mid {
  opacity: 0;
}
#header.open .sp_menu > span.btm {
  top: 50%;
  -webkit-animation: menu4 0.2s forwards, both;
          animation: menu4 0.2s forwards, both;
}
@-webkit-keyframes menu3 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@keyframes menu3 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@-webkit-keyframes menu4 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
@keyframes menu4 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
#header.open nav {
  display: block;
}
#header .header-link-list {
  margin: 0;
  padding: 0 2.8571428571em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: #0e8660;
}
#header .header-link-list li {
  border-bottom: solid 0.0714285714rem #5db498;
}
#header .header-link-list li:first-child {
  border-top: solid 0.0714285714rem #5db498;
}
#header .header-link-list a {
  padding: 0.6666666667em 1.3888888889em 0.8333333333em 0;
  display: block;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 4.8vw;
}
#header .header-link-list a:after {
  position: absolute;
  top: 50%;
  right: 0.1428571429em;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.3888888889em;
  height: 0.6666666667em;
  background: url(../images/common/btn_arrow-carrot_right_white.svg) no-repeat center center;
  content: "";
}
#header .header-link-list .lang-item a {
  padding: 0;
}
#header .header-link-list .lang-item .lang-button-span {
  padding: 0 1.7857142857em;
  position: relative;
}
#header .header-link-list .lang-item .lang-button-span:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.4642857143em;
  height: 1.4642857143em;
  background: url(../images/common/icon-language.svg) no-repeat;
  pointer-events: none;
  content: "";
}

.pagetop-wrap {
  margin-top: auto;
  padding: 0 1.3571428571rem 0.6428571429rem;
  text-align: right;
}

.pagetop {
  margin-top: 3.3214285714rem;
  padding: 1em 0px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  font-size: 3.2vw;
}
.pagetop:before {
  margin-right: 0.5357142857rem;
  display: block;
  position: relative;
  top: 0.0714285714rem;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/common/btn_circle_line_arrow_right_black.svg) no-repeat;
  background-size: contain;
  content: "";
}

#footer {
  color: #fff;
  background: #0e8660;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#footer .inner {
  padding: 3.8571428571em 1.4285714286em 3.4285714286em;
  display: block;
}
#footer .contact-area-head {
  font-size: 21px;
  font-size: 5.6vw;
}
#footer .contact-department {
  margin-top: 1.0625em;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
#footer .contact-mail {
  margin-top: 0.6428571429em;
  letter-spacing: 0.06em;
}
#footer .contact-mail img {
  width: 1.4285714286em;
}
#footer .contact-mail span {
  margin-left: 0.5em;
}
#footer .right-area {
  margin-top: 2.5714285714em;
}
#footer .footer-link-list li + li {
  margin-top: 1.3571428571em;
}
#footer .other-link-list {
  margin-top: 2.6666666667em;
  font-size: 12px;
  font-size: 3.2vw;
}
#footer .lang-item {
  margin-top: 2.0833333333em;
  position: relative;
}
#footer .lang-item:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.9166666667em;
  height: 2.9166666667em;
  background: url(../images/common/icon-language-white.svg) no-repeat;
  pointer-events: none;
  content: "";
}
#footer .lang-item a {
  padding: 0 3.5em;
}
#footer .copyright {
  padding-bottom: 0.2083333333em;
  color: #ccc;
  background: #333;
  font-family: "Oswald", sans-serif;
  line-height: 2.5;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-size: 3.2vw;
}

/*詳細ページ共通
-------------------------------------------------- */
#kv.kv-detail {
  left: 0;
  z-index: 1;
  -webkit-transform: none;
          transform: none;
  min-width: 0;
  height: 14.4642857143rem;
  background: #0e8660;
}
#kv.kv-detail .kv-pre-title {
  display: block;
  width: 100%;
  font-size: 12px;
  font-size: 3.2vw;
}
#kv.kv-detail .kv-pre-title-row {
  padding: 0;
  display: block;
  font-size: 12px;
  font-size: 3.2vw;
}
#kv.kv-detail .kv-pre-title-row + .kv-pre-title-row {
  margin-top: -0.25em;
}
#kv.kv-detail .kv-sub-issue-wrap {
  line-height: 1;
}
#kv.kv-detail .kv-sub-issue-wrap .kv-sub-issue {
  display: inline-block;
  width: 6.0833333333em;
}
#kv.kv-detail .kv-sub-issue-wrap .kv-sub-issue-text {
  display: inline;
  line-height: 1.4;
  letter-spacing: 0.007em;
  vertical-align: 0.2142857143em;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
#kv.kv-detail .kv-title {
  width: 100%;
}
#kv.kv-detail .kv-title .kv-title-main {
  padding: 0;
  letter-spacing: 0;
  font-size: 27px;
  font-size: 7.2vw;
}
#kv.kv-detail.-noimg {
  padding: 0px;
  height: auto;
  min-height: 14.4642857143rem;
}
#kv.kv-detail.-noimg .kv-pre-title {
  padding: 5.0746268657% 0 0;
}
#kv.kv-detail.-noimg .kv-sub-issue-wrap {
  margin: 0.2985074627% 0 0 0;
}
#kv.kv-detail.-noimg .kv-title {
  margin: 0 auto;
  padding: 5.3731343284% 0 0;
}

.breadcrumb-list {
  font-size: 12px;
  font-size: 3.2vw;
}
.breadcrumb-list li {
  display: inline;
}
.breadcrumb-list li + li:before {
  content: "　／　";
}

.detail-contents {
  padding: 1.8666666667% 5.3333333333% 0;
}

/*WHAT’S NEW*/
.news-section {
  padding: 16% 5.3333333333% 3.4666666667%;
  background: url(../images/home/news-bgi-sp.webp) no-repeat;
  background-size: 100% auto;
}

.news-box {
  padding: 15.223880597% 7.4626865672% 17.1641791045%;
  border-radius: 0.7142857143rem;
  background: #fff;
  box-shadow: 0 0 1.4285714286rem rgba(0, 0, 0, 0.1);
}
.news-box .common-link-list {
  margin-top: 2.1428571429rem;
}

.news-link-wrap {
  margin-top: 1.25rem;
  text-align: right;
}
.news-link-wrap .link-arrow {
  margin-right: -0.2em;
}

/*PROJECT OVERVIEW*/
.project-section {
  margin-top: 16%;
  padding: 0 5.3333333333%;
}
.project-section .section-title {
  margin: 0 0 0 -0.1428571429rem;
}
.project-section .section-title > span {
  margin-left: 0.1071428571rem;
  letter-spacing: 0.05em;
}

.project-leadbox {
  margin-top: 19.1044776119%;
  position: relative;
  z-index: 1;
}
.project-leadbox:after {
  display: block;
  position: absolute;
  top: -2.3928571429rem;
  left: -0.7142857143rem;
  z-index: -1;
  width: calc(100% + 1.4285714286rem);
  height: 100%;
  background: rgba(14, 134, 96, 0.2);
  content: "";
}
.project-leadbox .inner {
  padding: 4.0357142857rem 1.7857142857rem 2.8571428571rem;
  border-radius: 0.3571428571rem;
  background: #fff;
  box-shadow: 0 0 1.4285714286rem rgba(0, 0, 0, 0.1);
}
.project-leadbox dt {
  color: #0e8660;
  font-weight: bold;
  line-height: 1.25;
  font-size: 23px;
  font-size: 6.1333333333vw;
}
.project-leadbox dd {
  margin-top: 1.3214285714rem;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
.project-leadbox .relate-link {
  margin-top: 2.3214285714rem;
}

/*プロジェクトの目的*/
.purpose-section {
  margin-top: -0.5970149254%;
  padding: 17.9104477612% 0 5.671641791%;
}

.purpose-headline {
  margin-top: 8.9552238806%;
  padding: 2.6785714286rem 0.7142857143rem 2.6071428571rem;
  color: #fff;
  background: url(../images/home/purpose-head-bgi-sp.webp) no-repeat;
  background-size: cover;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 23px;
  font-size: 6.1333333333vw;
}

.sip-dl {
  margin-top: 11.6417910448%;
}
.sip-dl + .sip-dl {
  margin-top: 20.1492537313%;
}
.sip-dl + .sip-dl .sip-dl-img {
  margin-top: 7.7611940299%;
  display: block;
  position: relative;
}
.sip-dl + .sip-dl .sip-dl-img:after {
  margin: -3.5714285714rem -0.6785714286rem;
  right: auto;
  left: 0;
  width: 7.8928571429rem;
  height: 12.3214285714rem;
  background: url(../images/home/purpose-leaf-right.webp) no-repeat;
  background-size: contain;
}
.sip-dl.-list {
  margin-top: 11.9402985075%;
  padding: 11.0447761194% 5.9701492537%;
  border: dotted 1px #0e8660;
  border-radius: 0.3571428571rem;
}
.sip-dl.-list .sip-dt {
  line-height: 1.25;
}
.sip-dl.-list .sip-dd {
  margin-top: 1.1785714286rem;
}

.sip-dt {
  color: #0e8660;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 21px;
  font-size: 5.6vw;
}
.sip-dt + .lead {
  margin-top: 1.7857142857rem;
}

.sip-dd {
  margin-top: 1.75rem;
  text-align: justify;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 4.2666666667vw;
}

.sip-dl-img {
  margin-top: 7.7611940299%;
  display: block;
  position: relative;
}
.sip-dl-img:after {
  margin: -2.0357142857rem -1rem;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 9.6785714286rem;
  height: 8.2857142857rem;
  background: url(../images/home/purpose-leaf-left.webp) no-repeat;
  background-size: contain;
  pointer-events: none;
  content: "";
}
.sip-dl-img img {
  border-radius: 0.3571428571em;
}

.sip-dl-list li {
  padding: 0 0 0 2.1785714286rem;
  position: relative;
  width: 100.5%;
}
.sip-dl-list li + li {
  margin-top: 0.7142857143rem;
}
.sip-dl-list li:after {
  display: block;
  position: absolute;
  top: 0.1071428571rem;
  left: 0;
  width: 1.7857142857rem;
  height: 1.7142857143rem;
  background: url(../images/home/purpose-check-icon.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  content: "";
}

/*研究課題*/
.research-themes-section {
  padding: 17.9104477612% 0 0;
}
.research-themes-section .sip-dl {
  margin-top: 10.2985074627%;
}

.sip-panel-list {
  margin-top: 8.9552238806%;
}

.sip-panel-item {
  padding: 0.1428571429rem;
  border-radius: 0.3571428571rem;
  background: #fff;
  box-shadow: 0 0 1.4285714286rem rgba(0, 0, 0, 0.1);
}
.sip-panel-item + .sip-panel-item {
  margin-top: 1.4285714286rem;
}
.sip-panel-item .sip-panel-theme {
  padding: 0.7142857143rem 1.3214285714rem 0.3928571429rem;
  border-radius: 0.1785714286rem 0.1785714286rem 0 0;
  display: flex;
  align-items: center;
  color: #fff;
  background: #0e8660;
  line-height: 1;
}
.sip-panel-item .sip-panel-theme .oswald {
  margin-left: 0.3518518519em;
  position: relative;
  top: -0.0740740741em;
  font-weight: normal;
  font-size: 27px;
  font-size: 7.2vw;
}
.sip-panel-item .sip-panel-title {
  padding: 1em;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 7.5rem;
  color: #0e8660;
  background: #f8f8f8;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
  box-shadow: 0 0 1.4285714286rem rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-size: 4.8vw;
}
.sip-panel-item .sip-panel-title:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.1428571429rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8214285714rem;
  height: 1.3571428571rem;
  background: url(../images/common/btn_arrow-carrot_right_black.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  content: "";
}
.sip-panel-item .sip-panel-movie {
  padding-top: 1.1071428571rem;
  background: #f8f8f8;
}
.sip-panel-item .sip-panel-movie .movie_thumbnail {
  margin: 0 auto;
  display: block;
  width: 21.0714285714rem;
}
.sip-panel-item .sip-panel-movie + .sip-panel-movie {
  padding-top: 1.2142857143rem;
  background-image: linear-gradient(to right, #999 0.0714285714rem, transparent 0.1785714286rem);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 0.25rem 0.0714285714rem;
}
.sip-panel-item .sip-panel-innerlist {
  padding: 0.75rem 1.1428571429rem;
}
.sip-panel-item .sip-panel-innerlist li {
  display: table;
  text-align: justify;
}
.sip-panel-item .sip-panel-innerlist li:before {
  display: table-cell;
  width: 1em;
  content: "・";
}
.sip-panel-item .sip-panel-innerlist.-link {
  padding: 0;
}
.sip-panel-item .sip-panel-innerlist.-link li:before {
  content: none;
}
.sip-panel-item .sip-panel-innerlist.-link li + li {
  background-image: linear-gradient(to right, #999 0.0714285714rem, transparent 0.1785714286rem);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 0.25rem 0.0714285714rem;
}
.sip-panel-item .sip-panel-innerlist.-link li + li a {
  padding-top: 1.1071428571rem;
}
.sip-panel-item .sip-panel-innerlist.-link a {
  padding: 0.9642857143rem 1.2857142857rem 1.0357142857rem;
  display: table;
  line-height: 1.25;
}
.sip-panel-item .sip-panel-innerlist.-link a:before {
  display: table-cell;
  width: 1.7857142857rem;
  height: 1.5rem;
  background: url(../images/common/btn_circle_line_arrow_right_black.svg) no-repeat left top;
  background-size: 1.5rem;
  pointer-events: none;
  content: "";
}

.sip-dl.-results {
  margin-top: 80px;
}

.results-block {
  margin-top: 9.4029850746%;
  border-radius: 0.3571428571rem;
  background: #fff;
  box-shadow: 0 0 1.4285714286rem rgba(0, 0, 0, 0.1);
}
.results-block + .results-block {
  margin-top: 5.9701492537%;
}

.results-headline {
  padding: 1.9285714286rem 1.4285714286rem 2.0714285714rem;
  color: #0e8660;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 4.8vw;
}

.results-list {
  padding: 0 0.1428571429rem 0.1428571429rem;
  font-weight: 500;
}
.results-list li {
  padding: 0.7857142857rem 1.4285714286rem;
  background: #cfe7df;
  text-align: justify;
}
.results-list li:nth-child(even) {
  background: #e6f3ef;
}
.results-list li:last-child {
  border-radius: 0 0 0.1785714286rem 0.1785714286rem;
}
.results-list p + small {
  margin: 0.2857142857rem -0.1428571429rem;
}
.results-list small {
  display: block;
  font-weight: 300;
  line-height: 1.25;
  font-size: 12px;
  font-size: 3.2vw;
}

@media only screen and (min-width: 751px) {
  body {
    min-width: 1200px;
    font-size: 15px;
  }
  main {
    overflow: hidden;
  }
  .inner {
    padding: 0;
    width: 1200px;
  }
  img {
    width: auto;
  }
  a[target=_blank]:after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 12px;
  }
  a[href$=".pdf"]:after {
    height: 16px;
  }
  .anchor {
    top: -120px;
  }
  .pc_hidden {
    display: none !important;
  }
  .nowrap {
    white-space: nowrap;
  }
  .bracket {
    text-indent: -0.5em;
  }
  #js_mediaFlag {
    width: 100px;
  }
  /*parts
  -------------------------------------------------- */
  #kv {
    padding: 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 1200px;
    height: 44.53125vw;
    min-height: 609px;
    max-height: 855px;
    background: url(../images/home/kv.webp?202507) no-repeat #0e8660 center top;
  }
  /*contents
  -------------------------------------------------- */
  /*詳細ページ共通
  -------------------------------------------------- */
}
@media only screen and (min-width: 751px) and (max-width: 1970px) {
  #kv {
    background-size: calc(100% + 50px) auto;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1400px) {
  #kv {
    background-size: 1400px auto;
  }
}
@media only screen and (min-width: 751px) {
  .kv-pre-title, .kv-post-title {
    margin: 0 auto;
    padding: 7.96875% 0 0;
    width: 87.5%;
    max-width: 1680px;
    font-size: clamp(17px, 1.25vw, 24px);
  }
}
@media only screen and (min-width: 751px) and (min-width: 1921px) {
  .kv-pre-title, .kv-post-title {
    padding-top: 153px;
  }
}
@media only screen and (min-width: 751px) {
  .kv-post-title {
    padding: 3.90625% 0 0;
  }
  .kv-pre-title-row, .kv-post-title-row {
    padding: 0 5px;
    display: block;
    background: transparent;
    letter-spacing: 0.0015em;
  }
  .kv-title {
    margin: 0 auto;
    padding: 2.7083333333% 0 0;
    width: 87.5%;
    max-width: 1680px;
    font-size: clamp(42.7px, 3.125vw, 60px);
  }
}
@media only screen and (min-width: 751px) and (min-width: 1921px) {
  .kv-title {
    padding-top: 52px;
  }
}
@media only screen and (min-width: 751px) {
  .kv-sub-issue {
    width: 14.2%;
  }
  .kv-title-main {
    margin-top: 0.9523809524%;
    padding: 0;
    display: block;
    font-weight: bold;
    text-shadow: 0px 0px 17px #0e8660;
    letter-spacing: -0.05em;
    -webkit-filter: drop-shadow(0 0 17px #0e8660);
            filter: drop-shadow(0 0 17px #0e8660);
  }
}
@media only screen and (min-width: 751px) and (min-width: 1921px) {
  .kv-title-main {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 751px) {
  .section-title {
    font-size: 22px;
  }
  .section-title .oswald {
    margin-bottom: -0.025em;
    font-size: 60px;
    line-height: 1.2;
  }
  .border-headline {
    padding-top: 28px;
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
  }
  .border-headline:before {
    height: 4px;
    background: linear-gradient(to right, #c30d23 0%, #c30d23 67px, transparent 67px, transparent 70px, #0e8660 70px, #0e8660 100%);
  }
  .border-headline .research-themes-label {
    flex-shrink: 0;
  }
  .border-headline .research-themes-label + span {
    margin: -2px 0 0 8px;
    line-height: 1;
    letter-spacing: 0;
  }
  .separate {
    margin: 3em 0;
    border: none;
  }
  .common-link-list {
    border-top: solid 1px #0e8660;
    font-size: 16px;
  }
  .common-link-list .link-item {
    border-bottom: solid 1px #0e8660;
  }
  .common-link-list .link-item-inner {
    padding: 26px 45px 25px 0;
    display: flex;
    align-items: flex-start;
  }
  .common-link-list .link-item-inner:after {
    right: -1px;
    width: 9px;
    height: 14px;
  }
  .common-link-list .link-item-inner[target=_blank]:after {
    right: 0;
    width: 17px;
    height: 14px;
  }
  .common-link-list .link-item-inner[href$=".pdf"]:after {
    right: -1px;
    width: 18px;
    height: 23px;
  }
  .common-link-list .article-date {
    flex-shrink: 0;
    width: 103px;
  }
  .common-link-list .article-title {
    margin-top: 0;
    letter-spacing: 0.1em;
  }
  ul.page-numbers {
    padding-top: 41px;
    font-size: 20px;
  }
  ul.page-numbers .page-numbers {
    width: 30px;
    height: 30px;
  }
  ul.page-numbers .page-numbers.prev {
    width: 30px;
    margin: 0 17.5px 0 0;
  }
  ul.page-numbers .page-numbers.next {
    width: 30px;
    margin: 0 0 0 17.5px;
  }
  ul.page-numbers .page-numbers img {
    width: 100%;
  }
  .link-arrow {
    font-size: 16px;
  }
  .link-arrow:before {
    margin-right: 8px;
    top: 2px;
    width: 30px;
    height: 30px;
  }
  .relate-link .relate-link-headline {
    font-size: 16px;
  }
  .relate-link .relate-link-headline:after {
    width: calc(100% - 86px);
  }
  .relate-link .relate-link-list {
    margin-top: 13px;
  }
  .relate-link .relate-link-item {
    font-size: 12px;
  }
  .relate-link .relate-link-item span, .relate-link .relate-link-item a {
    display: inline-block;
  }
  .relate-link .relate-link-item a[target=_blank]:after {
    margin-left: 9px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    width: 14px;
    height: 12px;
  }
  .relate-link .relate-link-item + .relate-link-item {
    margin-top: 0;
  }
  .lead {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
  }
  .border-headline + .lead {
    margin-top: 2em;
  }
  #header {
    display: flex;
    justify-content: center;
    min-width: 1200px;
    height: 120px;
    box-shadow: 0 20px 27px rgba(0, 0, 0, 0.1);
  }
  #header .header-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
  }
  #header .logo a {
    padding: 0 10px;
  }
  #header .logo-img {
    width: 123px;
  }
  #header .logo-text {
    margin-left: 20px;
    line-height: 1.363636;
    font-size: 22px;
  }
  #header .header-right {
    padding-right: 25px;
    display: flex;
    align-items: center;
  }
  #header nav {
    margin: 0;
    padding: 0;
    display: block;
    position: static;
    width: auto;
    height: auto;
    overflow: hidden;
    background: transparent;
  }
  #header .header-link-list {
    margin: 0;
    padding: 0;
    border: none;
    flex-direction: row;
    align-items: center;
    height: 100%;
    background: transparent;
  }
  #header .header-link-list li {
    border: none;
  }
  #header .header-link-list li:first-child {
    border: none;
  }
  #header .header-link-list a {
    padding: 49px 15px;
    color: #333;
    font-size: 15px;
    letter-spacing: 0;
  }
  #header .header-link-list a:after {
    content: none;
  }
  #header .header-link-list .lang-item {
    margin-left: 20.5px;
    font-size: 14px;
  }
  #header .header-link-list .lang-item .lang-button-span {
    padding: 0 0 0 50px;
  }
  #header .header-link-list .lang-item .lang-button-span:after {
    width: 41px;
    height: 41px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1366px) {
  #header .header-link-list a {
    padding: 1vw;
    font-size: max(1.1vw, 14px);
    white-space: nowrap; /* 推奨値, 最小値 */
  }
}
@media only screen and (min-width: 751px) {
  .pagetop-wrap {
    margin: auto auto 0;
    padding: 0 0 7px;
    width: 1200px;
    text-align: right;
  }
  .pagetop {
    margin-top: 140px;
    font-size: 14px;
  }
  .pagetop:before {
    margin-right: 8px;
    top: 1px;
    width: 25px;
    height: 25px;
  }
  #footer .inner {
    padding: 72px 15px 79px;
    display: flex;
    justify-content: space-between;
  }
  #footer .contact-area-head {
    font-size: 22px;
  }
  #footer .contact-department {
    margin-top: 8px;
    font-size: 18px;
  }
  #footer .contact-mail {
    margin-top: 3px;
    font-size: 16px;
  }
  #footer .contact-mail img {
    width: 23px;
  }
  #footer .contact-mail span {
    margin-left: 7px;
    vertical-align: 1px;
  }
  #footer .right-area {
    margin-top: 0;
    padding: 19px 0 0 0;
  }
  #footer .footer-link-list {
    display: flex;
    align-items: center;
  }
  #footer .footer-link-list li + li {
    margin-top: 0;
  }
  #footer .footer-link-list li:first-child a {
    padding-left: 0;
  }
  #footer .footer-link-list li:last-child a {
    padding-right: 0;
  }
  #footer .footer-link-list a {
    padding: 16.5px;
  }
  #footer .other-link-list {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
  }
  #footer .other-link-list li:last-child a {
    padding-right: 0;
  }
  #footer .other-link-list a {
    padding: 10px 10px;
  }
  #footer .lang-item {
    margin: 0 0 0 18.5px;
  }
  #footer .lang-item:after {
    width: 41px;
    height: 41px;
  }
  #footer .lang-item a {
    padding: 10px 0 10px 50px;
  }
  #footer .copyright {
    padding: 10px 0 11px;
    font-size: 12px;
  }
  #kv.kv-detail {
    height: 300px;
    min-height: 0;
  }
  #kv.kv-detail .kv-pre-title {
    padding: 28px 0 0;
    width: 100%;
    font-size: 16px;
  }
  #kv.kv-detail .kv-pre-title-row {
    display: inline-block;
    font-size: 16px;
  }
  #kv.kv-detail .kv-pre-title-row + .kv-pre-title-row {
    margin: 0 0 0 13px;
  }
  #kv.kv-detail .kv-sub-issue-wrap {
    display: flex;
    align-items: center;
  }
  #kv.kv-detail .kv-sub-issue-wrap .kv-sub-issue {
    flex-shrink: 0;
    width: 115px;
  }
  #kv.kv-detail .kv-sub-issue-wrap .kv-sub-issue-text {
    margin: -5px 0 0 10px;
    display: block;
    font-size: 22px;
  }
  #kv.kv-detail .kv-title {
    padding: 46px 0 0;
  }
  #kv.kv-detail .kv-title .kv-title-main {
    font-size: 42px;
  }
  #kv.kv-detail .kv-img {
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: -1;
    pointer-events: none;
  }
  #kv.kv-detail.-noimg {
    padding-bottom: 60px;
    min-height: 230px;
  }
  #kv.kv-detail.-noimg .kv-pre-title {
    padding: 16px 0 0;
  }
  #kv.kv-detail.-noimg .kv-sub-issue-wrap {
    margin: 1px 0 0 2px;
  }
  #kv.kv-detail.-noimg .kv-title {
    padding: 27px 0 0;
  }
  .breadcrumb-list {
    font-size: 14px;
  }
  .detail-contents {
    padding: 16px 0 0;
  }
}
@media only screen and (min-width: 751px) {
  /*WHAT’S NEW*/
  .news-section {
    padding: 240px 0 188px;
    background: url(../images/home/news-bgi-pc.webp) no-repeat;
    background-size: 100% auto;
  }
  .news-box {
    margin: 0 auto;
    padding: 67px 103px 78px;
    border-radius: 10px;
    width: 1200px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
  .news-box .common-link-list {
    margin-top: 40px;
  }
  .news-link-wrap {
    margin-top: 18px;
  }
  /*PROJECT OVERVIEW*/
  .project-section {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
  }
  .project-section .section-title {
    margin: 0 0 0 -2px;
  }
  .project-section .section-title > span {
    margin-left: 2px;
  }
  .project-leadbox {
    margin-top: 128px;
    padding: 0 67px;
  }
  .project-leadbox:after {
    top: -67px;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .project-leadbox .inner {
    padding: 94px 138px 100px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
  .project-leadbox dt {
    font-size: 32px;
  }
  .project-leadbox dd {
    margin-top: 45px;
    font-size: 18px;
    line-height: 2;
  }
  .project-leadbox .relate-link {
    margin-top: 30px;
  }
  /*プロジェクトの目的*/
  .purpose-section {
    margin: 0 auto;
    padding: 120px 0 0;
    width: 1200px;
  }
  .purpose-headline {
    margin-top: 61px;
    padding: 89px 2em 91px;
    background: url(../images/home/purpose-head-bgi.webp) no-repeat;
    background-size: 100% auto;
    font-size: 32px;
    font-weight: bold;
  }
  .sip-dl {
    margin-top: 60px;
    padding-top: 80px;
    position: relative;
    width: 50%;
  }
  .sip-dl + .sip-dl {
    margin-top: 120px;
    margin-left: 50%;
    padding-top: 134px;
  }
  .sip-dl + .sip-dl .sip-dl-img {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    left: -100%;
  }
  .sip-dl + .sip-dl .sip-dl-img:after {
    margin: -110px -142px;
    width: 221px;
    height: 345px;
  }
  .sip-dl.-list {
    margin: 214px auto 0;
    padding: 55px 65px 60px;
    border-radius: 10px;
    display: flex;
    width: 100%;
  }
  .sip-dl.-list .sip-dt {
    flex-shrink: 0;
    width: 450px;
    line-height: 1.28571429;
  }
  .sip-dl.-list .sip-dd {
    margin-top: 4px;
  }
  .sip-dt {
    font-size: 28px;
  }
  .sip-dt + .lead {
    margin-top: 2em;
  }
  .sip-dd {
    margin-top: 27px;
    position: static;
    font-size: 18px;
  }
  .sip-dl-img {
    margin-top: 0;
    margin-left: 85px;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 516px;
  }
  .sip-dl-img:after {
    margin: -74px -61px;
    width: 271px;
    height: 232px;
  }
  .sip-dl-img img {
    width: 100%;
    border-radius: 10px;
  }
  .sip-dl-list li {
    padding: 0 0 0 35px;
  }
  .sip-dl-list li + li {
    margin-top: 11px;
  }
  .sip-dl-list li:after {
    top: 1px;
    width: 28px;
    height: 28px;
  }
  /*研究課題*/
  .research-themes-section {
    padding: 120px 0 0;
  }
  .research-themes-section .sip-dl {
    margin-top: -8px;
    width: 100%;
  }
  .sip-panel-list {
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sip-panel-item {
    padding: 4px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 376px;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
  .sip-panel-item + .sip-panel-item {
    margin-top: 0;
  }
  .sip-panel-item:nth-child(n+4) {
    margin-top: 36px;
  }
  .sip-panel-item:nth-child(5) {
    width: 788px;
  }
  .sip-panel-item .sip-panel-theme {
    padding: 8px 25px 6px;
    border-radius: 6px 6px 0 0;
    font-size: 16px;
  }
  .sip-panel-item .sip-panel-theme .oswald {
    margin-left: 10px;
    position: relative;
    top: -2px;
    font-size: 32px;
  }
  .sip-panel-item .sip-panel-title {
    padding: 25px;
    min-height: 150px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.22727273;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
  .sip-panel-item .sip-panel-title:after {
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 24px;
  }
  .sip-panel-item .sip-panel-movie {
    padding: 20px 25px 0;
    height: 100%;
  }
  .sip-panel-item .sip-panel-movie .movie_thumbnail {
    width: 100%;
  }
  .sip-panel-item .sip-panel-movie + .sip-panel-movie {
    padding-top: 0;
    background: none;
  }
  .sip-panel-item .sip-panel-movie-wrap {
    padding: 20px 26px;
    display: flex;
    justify-content: space-between;
    height: 100%;
    background: #f8f8f8;
  }
  .sip-panel-item .sip-panel-movie-wrap .sip-panel-movie {
    padding: 0;
    width: 232px;
  }
  .sip-panel-item .sip-panel-innerlist {
    padding: 17px 2px 11px;
  }
  .sip-panel-item .sip-panel-innerlist li {
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .sip-panel-item .sip-panel-innerlist li:before {
    width: 1em;
  }
  .sip-panel-item .sip-panel-innerlist.-link {
    padding: 0;
  }
  .sip-panel-item .sip-panel-innerlist.-link li:before {
    content: none;
  }
  .sip-panel-item .sip-panel-innerlist.-link li + li {
    margin-top: 0;
    background: none;
  }
  .sip-panel-item .sip-panel-innerlist.-link li + li a {
    padding-top: 31px;
  }
  .sip-panel-item .sip-panel-innerlist.-link a {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .sip-panel-item .sip-panel-innerlist.-link a:before {
    position: relative;
    left: -2px;
    width: 28px;
    height: 25px;
    background-size: 25px;
  }
  .sip-dl.-results {
    margin: 80px auto 0;
    padding: 0;
    width: 100%;
  }
  .results-block-wrap {
    margin-top: 41px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .results-block {
    margin-top: 0;
    border-radius: 10px;
    width: 582px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
  .results-block + .results-block {
    margin-top: 0;
  }
  .results-block:nth-child(n+3) {
    margin-top: 36px;
  }
  .results-headline {
    padding: 40px;
    display: flex;
    align-items: center;
    min-height: 136px;
    font-size: 22px;
    line-height: 1.22727273;
  }
  .results-list {
    padding: 0 4px 4px;
    font-weight: 500;
  }
  .results-list li {
    padding: 14px 36px 16px;
    font-size: 16px;
  }
  .results-list li:last-child {
    border-radius: 0 0 7px 7px;
  }
  .results-list p + small {
    margin: 8px 0 0;
  }
  .results-list small {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
  }
}
.local-navi {
  margin-top: 11.0447761194%;
  padding: 8.0597014925% 0 8.3582089552%;
  border-radius: 0.3571428571em;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.05em;
}
.local-navi > li {
  width: 50%;
}
.local-navi > li:nth-child(-n+2) a {
  padding-top: 0;
}
.local-navi a {
  padding: 1.0714285714em 0.2142857143em 1.2857142857em;
  display: block;
}
.local-navi a:after {
  display: block;
  position: absolute;
  bottom: 0em;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 0.5714285714em;
  height: 0.8571428571em;
  background: url(../images/common/btn_arrow-carrot_right_black.svg) no-repeat center;
  background-size: contain;
  content: "";
}

.research-themes-label {
  color: #0e8660;
  font-weight: bold;
  line-height: 1;
  font-size: 12px;
  font-size: 3.2vw;
}
.research-themes-label .oswald {
  margin: 0 -0.1875em 0 0.375em;
  position: relative;
  top: 0.0625em;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
.research-themes-label.-border {
  padding: 0.5em 1.4166666667em;
  border: solid 0.125em #0e8660;
  border-radius: 1.25em;
  display: flex;
  align-items: center;
  width: 11.25em;
  letter-spacing: 0.05em;
}
.research-themes-label.-border .oswald {
  top: 0;
}

.local-navi-text {
  margin-top: 0.5714285714em;
}

.research-themes-block-wrap {
  margin-top: 18.2089552239%;
}

.research-themes-block + .research-themes-block {
  margin-top: 17.3134328358%;
}

.research-themes-block-inner {
  margin-top: 8.3582089552%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.research-themes-block-inner.-region {
  margin-top: 6.8656716418%;
}
.research-themes-block-inner.-region + .-region {
  margin-top: 8.9552238806%;
}
.research-themes-block-inner.-region .research-themes-headline {
  order: 2;
  text-align: justify;
}
.research-themes-block-inner.-region .movie-thumbnail {
  order: 1;
}
.research-themes-block-inner.-region .research-themes-text_area {
  padding-top: 3.8805970149%;
  order: 3;
}

.movie-thumbnail {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.movie-thumbnail:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.1785714286em;
  height: 2.1785714286em;
  background: url(../images/common/icon-play.svg) no-repeat;
  pointer-events: none;
  content: "";
}
.movie-thumbnail.onPlaying:after,
.movie-thumbnail.onPlaying .movie_thumbnail-img {
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
.movie-thumbnail .iframe_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.movie_thumbnail-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  transition: 0.3s;
}

.iframe_wrap {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  height: 0;
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.research-themes-text_area {
  padding: 4.4776119403% 0 0;
  text-align: justify;
  letter-spacing: 0.05em;
}

.research-themes-dt {
  margin-top: 2.6865671642%;
  color: #0e8660;
  font-weight: bold;
  font-size: 18px;
  font-size: 4.8vw;
}

.research-themes-list {
  margin-top: 2.0895522388%;
  margin-left: -0.2985074627%;
}
.research-themes-list > li {
  display: table;
}
.research-themes-list > li:before {
  display: table-cell;
  width: 1em;
  content: "・";
}

.research-themes-headline {
  margin-top: 6.2686567164%;
  color: #0e8660;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-size: 21px;
  font-size: 5.6vw;
}

@media only screen and (min-width: 751px) {
  .local-navi {
    margin-top: 58px;
    padding: 0;
    border-radius: 10px;
    justify-content: center;
    font-size: 16px;
    line-height: 1.40625;
  }
  .local-navi > li {
    margin: 0 14px;
    width: auto;
  }
  .local-navi > li:nth-child(-n+2) a {
    padding: 36px 0 57px;
  }
  .local-navi a {
    padding: 36px 0 57px;
  }
  .local-navi a:after {
    bottom: 28px;
    width: 10px;
    height: 15px;
  }
  .research-themes-label {
    font-size: 14px;
  }
  .research-themes-label .oswald {
    margin: 0 -1px 0 8px;
    top: 2px;
    font-size: 19.6px;
    letter-spacing: 0.05em;
  }
  .research-themes-label.-border {
    margin-left: 2px;
    padding: 6px 23px 7px 20px;
    border: solid 2px #0e8660;
    border-radius: 18px;
    width: auto;
    letter-spacing: 0.05em;
  }
  .local-navi-text {
    margin-top: 14px;
  }
  .research-themes-block-wrap {
    margin-top: 80px;
    padding-bottom: 27px;
  }
  .research-themes-block + .research-themes-block {
    margin-top: 80px;
  }
  .research-themes-block-inner {
    margin-top: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .research-themes-block-inner.-region {
    margin-top: 54px;
  }
  .research-themes-block-inner.-region + .-region {
    margin-top: 58px;
  }
  .research-themes-block-inner.-region .research-themes-headline {
    padding-bottom: 32px;
    order: 0;
  }
  .research-themes-block-inner.-region .research-themes-text_area {
    padding: 0 0 0 20px;
  }
  .movie-thumbnail {
    flex-shrink: 0;
    width: 583px;
  }
  .movie-thumbnail:after {
    width: 61px;
    height: 61px;
  }
  .research-themes-text_area {
    padding: 0 0 0 20px;
    width: 50%;
    font-size: 16px;
  }
  .research-themes-dt {
    margin-top: 22px;
    font-size: 22px;
    line-height: 1.22727273;
  }
  .research-themes-list {
    margin-top: 13px;
    margin-left: -3px;
  }
  .research-themes-headline {
    margin: 0;
    width: 100%;
    font-size: 28px;
    line-height: 1;
  }
}
/*PC・SP共通*/
.manager-wrap {
  padding: 9.8666666667% 5.3333333333% 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.manager-wrap .border-headline {
  padding-top: 0.6086956522em;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

.manager-development, .manager-project {
  width: 47.0149253731%;
}

.manager-detail {
  margin-top: 11.4285714286%;
}

.manager-img-area, .member-img-area {
  width: 100%;
}
.manager-img-area img, .member-img-area img {
  border-radius: 0.3571428571em;
}

.manager-name {
  margin-top: 10.1587301587%;
}
.manager-name dd {
  margin-top: 3.1746031746%;
}
.manager-name .en-name {
  margin-top: 2.5396825397%;
}

.manager-name span, .member-name span {
  display: block;
}
.manager-name .jp-name, .member-name .jp-name {
  line-height: 1;
  font-size: 24px;
  font-size: 6.4vw;
}
.manager-name .en-name, .member-name .en-name {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
}

.manager-text-area {
  margin-top: 7.619047619%;
}
.manager-text-area .assign-theme {
  margin-top: 6.3492063492%;
}

.manager-message-head {
  color: #0e8660;
  font-weight: bold;
  line-height: 1.406;
  font-size: 16px;
  font-size: 4.2666666667vw;
}

.manager-message {
  margin-top: 5.0793650794%;
  text-align: justify;
  letter-spacing: 0.05em;
}

.assign-theme-head {
  display: flex;
  align-items: center;
  color: #0e8660;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
.assign-theme-head::after {
  position: relative;
  top: 0.1875em;
  width: 100%;
  height: 1em;
  background-image: linear-gradient(to right, #0e8660 0.25em, transparent 0.25em);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 0.375em 0.0625em;
  content: "";
}
.assign-theme-head span {
  padding-right: 0.375em;
  flex-shrink: 0;
}

.assign-theme-detail {
  margin-top: 0.5833333333em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 12px;
  font-size: 3.2vw;
}
.assign-theme-detail + .assign-theme-detail {
  margin-top: 0.5833333333em;
}
.assign-theme-detail dt {
  border: solid 0.15em #0e8660;
  border-radius: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 6.2em;
  min-height: 1.975em;
  color: #0e8660;
  letter-spacing: 0.05em;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
.assign-theme-detail dd {
  margin-top: 0.1666666667em;
  line-height: 1.25;
  text-align: justify;
}

.assign-theme-num {
  margin-left: 0.3333333333em;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-size: 12px;
  font-size: 3.2vw;
}

.member-wrap {
  padding: 16% 5.3333333333% 0;
}
.member-wrap .border-headline {
  padding-top: 4.776119403%;
}

.member-list {
  margin-top: 9.2537313433%;
  padding: 5.671641791% 5.9701492537% 8.6567164179%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.member-list li {
  width: 48.4745762712%;
}
.member-list li + li {
  margin-left: 3.0508474576%;
}
.member-list li:nth-child(odd) {
  margin-left: 0;
}
.member-list li:nth-child(n+3) {
  margin-top: 10.1694915254%;
}

.member-text-area {
  margin-top: 4.1958041958%;
  width: 100%;
  font-size: 12px;
  font-size: 3.2vw;
}
.member-text-area .assign-theme {
  margin-top: 10.1398601399%;
}
.member-text-area .assign-theme-head span {
  padding-right: 0.125em;
}
.member-text-area .assign-theme-head span:after {
  top: 0.125em;
}
.member-text-area .assign-theme-detail + .assign-theme-detail {
  margin-top: 8px;
}
.member-text-area .assign-theme-detail dd {
  margin: 1.3986013986% 0 0;
  line-height: 1.25;
  text-align: justify;
}

.member-name dt {
  line-height: 1.25;
}
.member-name dd {
  margin-top: 5.5944055944%;
}
.member-name .en-name {
  margin-top: 4.1958041958%;
  letter-spacing: 0.06em;
}

/*PCのみ*/
@media only screen and (min-width: 751px) {
  .manager-wrap {
    padding: 58px 0 0;
  }
  .manager-wrap .border-headline {
    padding-top: 28px;
    line-height: 1;
    letter-spacing: 0;
  }
  .manager-development, .manager-project {
    width: 583px;
  }
  .manager-project .manager-detail:after {
    position: absolute;
    right: -158px;
    bottom: -149px;
    width: 271px;
    height: 232px;
    background: url(../images/members/manager-leaf-left.webp) no-repeat;
    pointer-events: none;
    z-index: -1;
    content: "";
  }
  .manager-project .manager-detail.animation:after {
    -webkit-animation: 1s fadeInUp 1s both;
            animation: 1s fadeInUp 1s both;
  }
  .manager-detail {
    margin-top: 41px;
    display: flex;
    justify-content: space-between;
  }
  .manager-img-area, .member-img-area {
    width: 206px;
  }
  .manager-img-area img, .member-img-area img {
    border-radius: 10px;
  }
  .manager-name {
    margin-top: 14px;
  }
  .manager-name dd {
    margin-top: 5px;
  }
  .manager-name .en-name {
    margin-top: 3px;
  }
  .manager-name, .member-name {
    font-size: 16px;
  }
  .manager-name .jp-name, .member-name .jp-name {
    font-size: 28px;
  }
  .manager-name .en-name, .member-name .en-name {
    vertical-align: 2px;
  }
  .manager-text-area {
    margin: 0 0 0 21px;
    font-size: 16px;
  }
  .manager-text-area .assign-theme {
    margin-top: 20px;
  }
  .manager-message-head {
    font-size: 28px;
    line-height: 1;
  }
  .manager-message {
    margin-top: 17px;
    letter-spacing: 0.07em;
  }
  .assign-theme-head {
    font-size: 18px;
  }
  .assign-theme-head::after {
    position: relative;
    top: 2px;
    background-image: linear-gradient(to right, #0e8660 4px, transparent 4px);
    background-size: 6px 1px;
  }
  .assign-theme-head span {
    padding-right: 6px;
  }
  .assign-theme-detail {
    margin-top: 12px;
    font-size: 16px;
  }
  .assign-theme-detail + .assign-theme-detail {
    margin-top: 4px;
  }
  .assign-theme-detail dt {
    border: solid 2px #0e8660;
    border-radius: 13px;
    min-width: 80px;
    min-height: 26px;
    font-size: 12px;
  }
  .assign-theme-detail dd {
    margin: 0;
    line-height: 1.5;
  }
  .assign-theme-num {
    margin-left: 2px;
    font-size: 17px;
  }
  .member-wrap {
    padding: 77px 0 0;
  }
  .member-wrap .border-headline {
    padding-top: 28px;
    letter-spacing: 0;
  }
  .member-list {
    margin-top: 41px;
    padding: 61px 67px 60px;
  }
  .member-list li {
    display: flex;
    width: 515px;
  }
  .member-list li + li {
    margin-left: 36px;
  }
  .member-list li:nth-child(odd) {
    margin-left: 0;
  }
  .member-list li:nth-child(n+3) {
    margin-top: 60px;
  }
  .member-text-area {
    margin: 0 0 0 20px;
    font-size: 16px;
  }
  .member-text-area .assign-theme {
    margin-top: 29px;
  }
  .member-text-area .assign-theme-head span {
    padding-right: 7px;
  }
  .member-text-area .assign-theme-head span:after {
    top: 2px;
  }
  .member-text-area .assign-theme-detail + .assign-theme-detail {
    margin-top: 8px;
  }
  .member-text-area .assign-theme-detail dd {
    margin: 2px 0 0;
    font-size: 14px;
    line-height: 1.2857;
  }
  .member-name dd {
    margin-top: 7px;
  }
  .member-name .en-name {
    margin-top: 5px;
    letter-spacing: 0.05em;
  }
}
/*PC・SP共通*/
.news-list-section, .research-results-list-section {
  padding: 9.6% 5.3333333333% 0;
}
.news-list-section .news-list-wrap, .news-list-section .research-results-list-wrap, .research-results-list-section .news-list-wrap, .research-results-list-section .research-results-list-wrap {
  padding: 8.9552238806% 5.9701492537% 8.9552238806%;
  margin-top: 9.2537313433%;
  background: #fff;
}

/*PCのみ*/
@media only screen and (min-width: 751px) {
  .news-list-section, .research-results-list-section {
    padding: 58px 0 0;
  }
  .news-list-section .news-list-wrap, .news-list-section .research-results-list-wrap, .research-results-list-section .news-list-wrap, .research-results-list-section .research-results-list-wrap {
    padding: 61px 68px 60px;
    margin-top: 41px;
  }
}
/*PC・SP共通*/
.news-contents-wrap, .research-results-contents-wrap {
  margin-top: 7.7333333333%;
  padding: 0 5.3333333333% 0;
}
.news-contents-wrap:after, .research-results-contents-wrap:after {
  display: block;
  position: absolute;
  top: -0.7142857143rem;
  left: 0.7142857143rem;
  z-index: -1;
  width: calc(100% - 1.4285714286rem);
  height: 100%;
  background: rgba(14, 134, 96, 0.2);
  content: "";
}

.news-contents, .research-results-contents {
  padding: 7.7611940299% 5.9701492537% 6.2686567164%;
  background: #fff;
}
.news-contents .title-area, .research-results-contents .title-area {
  padding-bottom: 2em;
  border-bottom: solid 0.1428571429em #0e8660;
}
.news-contents .title-area time, .research-results-contents .title-area time {
  letter-spacing: 0.05em;
  font-family: "Oswald", sans-serif;
}
.news-contents .title-area h1, .research-results-contents .title-area h1 {
  margin-top: 0.2173913043em;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 23px;
  font-size: 6.1333333333vw;
}

/*PCのみ*/
@media only screen and (min-width: 751px) {
  .news-contents-wrap, .research-results-contents-wrap {
    margin-top: 98px;
    padding: 0 40px;
  }
  .news-contents-wrap:after, .research-results-contents-wrap:after {
    top: -40px;
    left: 0;
    width: 100%;
    height: calc(100% - 20px);
  }
  .news-contents, .research-results-contents {
    padding: 37px 62.5px 75px;
  }
  .news-contents .title-area, .research-results-contents .title-area {
    padding-bottom: 36px;
    border-bottom: solid 2px #0e8660;
  }
  .news-contents .title-area time, .research-results-contents .title-area time {
    font-size: 16px;
  }
  .news-contents .title-area h1, .research-results-contents .title-area h1 {
    margin-top: 10px;
    letter-spacing: 0;
    text-align: justify;
    font-size: 32px;
  }
}
/*PC・SP共通*/
.sitemap-list-section {
  margin-top: 12.5333333333%;
  padding: 0 5.3333333333% 0;
}
.sitemap-list-section:after {
  display: block;
  position: absolute;
  top: -0.7142857143rem;
  left: 0.7142857143rem;
  z-index: -1;
  width: calc(100% - 1.4285714286rem);
  height: 100%;
  background: rgba(14, 134, 96, 0.2);
  content: "";
}
.sitemap-list-section .sitemap-list-wrap {
  padding: 8.9552238806% 5.9701492537% 8.9552238806%;
  background: #fff;
}
.sitemap-list-section .link-item-inner {
  padding: 0.6666666667em 1.3888888889em 0.8333333333em 0;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 4.8vw;
}
.sitemap-list-section .link-item-inner:after {
  width: 0.3888888889em;
  height: 0.6666666667em;
  right: 0;
}

/*PCのみ*/
@media only screen and (min-width: 751px) {
  .sitemap-list-section {
    margin-top: 98px;
    padding: 0 40px;
  }
  .sitemap-list-section:after {
    top: -40px;
    left: 0;
    width: 100%;
  }
  .sitemap-list-section .sitemap-list-wrap {
    padding: 80px 63px 60px;
  }
  .sitemap-list-section .link-item-inner {
    padding: 30px 45px 35.5px 0;
    font-size: 22px;
  }
  .sitemap-list-section .link-item-inner:after {
    width: 12px;
    height: 18px;
    right: -2px;
  }
}
/*▼libsassに戻す場合*/
