@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html[lang=ja] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #080849;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 0;
  font-size: 16px;
  background: #F5F5F5;
  background-size: 1920px auto;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}

a:hover {
  color: #253C81;
}

.open-sans-800 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .br_pc {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  /* PC用CSS指定 */
  .onlyPc {
    display: block;
  }
  body .onlySp,
  body .slick-slide img.onlySp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* SP用CSS指定 */
  body .onlyPc,
  body .slick-slide img.onlyPc {
    display: none;
  }
  .onlySp {
    display: block;
  }
}
.br {
  display: block;
}

.br_pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .br_pc {
    display: inline;
  }
}
.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

/* ---------------
home
---------------*/
.home {
  width: 100%;
  background: url(../images/bg_top.png) no-repeat center top #080849;
  color: #fff;
  padding-bottom: 96px;
}
.home a {
  color: #fff;
}

@media screen and (min-width: 1600px) {
  .home {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .home {
    background: url(../images/bg_top.png) no-repeat 15% top #080849;
    background-size: auto 100%;
    padding-bottom: 48px;
  }
  .home a {
    color: #fff;
  }
}
/* ---------------
header
---------------*/
.home header.scroll-nav {
  background: #030427;
}

.pageHeader {
  height: 96px;
  width: 100%;
  color: #080849;
}
.pageHeader a {
  color: #080849;
}
.pageHeader header {
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 1600px) {
  .pageHeader {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .pageHeader {
    background-size: auto 100%;
    padding-bottom: 120px;
    border-bottom: none;
  }
  .pageHeader a {
    color: #080849;
  }
}
header {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: fixed;
  transition: 0.5s;
  z-index: 10;
}

.header__nav {
  max-width: 1200px;
  height: 96px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.header__logo img {
  width: 262px;
  height: 48px;
  padding-left: 32px;
  transition: 0.5s;
}

.header__txtBox a {
  text-decoration: none;
  padding: 0 10px;
  transition: 0.5s;
}

@media screen and (max-width: 890px) {
  .header__logo img {
    width: 242px;
  }
  .header__nav {
    font-size: 1.76vw;
  }
  .header__txtBox a {
    padding: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    width: 100%;
    height: 80px;
    display: block;
    background: #030427;
  }
  .pageHeader .header__nav {
    background: #fff;
    border-bottom: 1px solid #D9D9D9;
  }
}
/*** humbugermenu ここから ***/
@media screen and (max-width: 767px) {
  /* ハンバーガーボタンここから */
  .btn {
    position: fixed;
    top: 24px;
    right: 16px;
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    padding: 0;
  }
  .btn-line {
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: relative;
    transition: 0.2s;
  }
  .pageHeader .btn-line {
    background-color: #030427;
  }
  .btn-line::before,
  .btn-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    left: 0;
  }
  .pageHeader .btn-line::before,
  .pageHeader .btn-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #030427;
    transition: 0.2s;
    left: 0;
  }
  .btn-line::before {
    transform: translateY(-16px);
  }
  .btn-line::after {
    transform: translateY(16px);
  }
  .btn-line.open {
    background-color: transparent;
  }
  .btn-line.open::before,
  .btn-line.open::after {
    content: "";
    transition: 0.2s;
  }
  .btn-line.open::before {
    transform: rotate(45deg);
  }
  .btn-line.open::after {
    transform: rotate(-45deg);
  }
  /* ハンバーガーボタンここまで */
  /* ハンバーガーボタン押後メニューここから */
  .header__nav {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 10;
  }
  .header__logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
  }
  .header__logo img {
    width: 210px;
  }
  .navbar__main {
    width: 100%;
    height: 100vh;
    position: fixed;
    transform: translateX(100%);
    transition: transform 0.3s;
    background: #030427;
    overflow: hidden;
    z-index: 9999;
  }
  .pageHeader .navbar__main {
    background: #fff;
  }
  .navbar__list {
    list-style: none;
  }
  .navbar__item {
    margin: 0 auto 10px;
    width: 100%;
  }
  .navbar__item img {
    width: 100%;
  }
  .navbar__main.open {
    transform: translateX(0%);
  }
  /* ハンバーガーボタン押後メニューここまで */
}
@media screen and (min-width: 768px) {
  /* ハンバーガーボタン非表示、ヘッダー固定 */
  .btn {
    display: none;
  }
}
/* ハンバーガーメニュー中身ここから */
.navbar__btn1 {
  margin-top: 15px;
}

.navbar__item a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: left;
  margin-top: 5px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center right 20px, top center;
  background-size: 35px 35px, auto auto;
  padding: 15px;
  border-bottom: 1px solid #D9D9D9;
}

.pageHeader .navbar__item {
  margin: 0;
}

.pageHeader .navbar__item a {
  border-bottom: 1px solid #D9D9D9;
  margin: 0;
}

a.navbar__contactBtn {
  background: none;
  display: block;
  margin: 0 auto;
  padding: 15px;
}

a.navbar__contactBtn img {
  width: 100%;
}

/* ハンバーガーメニュー中身ここまで */
/* ---------------
homeMv
---------------*/
.homeMv {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
.homeMv h1 {
  font-size: 28px;
}
.homeMv .titleEn {
  font-size: 72px;
  line-height: 1;
}
.homeMv__content {
  background: url(../images/img_homeMv.png) no-repeat right bottom;
  background-size: 864px 449px;
  padding: 106px 0 120px;
}
.homeMv__content p {
  font-weight: normal;
  line-height: 1.8;
  margin-top: 20px;
}

@media screen and (max-width: 1150px) {
  .homeMv h1 {
    font-size: 2.5vw;
  }
  .homeMv .titleEn {
    font-size: 6.2vw;
    line-height: 1;
  }
  .homeMv__content {
    background-size: 78% auto;
    padding: 10vw 0 14vw;
  }
  .homeMv__content p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .homeMv {
    padding: 85px 0 0;
    margin: 0 auto;
  }
  .homeMv h1 {
    font-size: 5vw;
    padding-left: 24px;
  }
  .homeMv .titleEn {
    font-size: 10vw;
    line-height: 1;
  }
  .homeMv__content {
    background: none;
    padding: 5vw 0 0;
  }
  .homeMv__content p {
    font-size: 3.4vw;
    padding: 0 0 40px;
    padding-left: 24px;
  }
}
/* ---------------
dataUtilization
---------------*/
.dataUtilization__Wrap {
  background: rgba(5, 7, 30, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  padding: 64px 48px 96px;
}
.dataUtilization h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.dataUtilization h2 span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.dataUtilization .dataUtilizationImg {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .dataUtilization {
    padding: 0 24px;
  }
  .dataUtilization__Wrap {
    border-radius: 8px;
    padding: 24px;
  }
  .dataUtilization h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .dataUtilization h2 span {
    font-size: 13px;
  }
  .dataUtilization .dataUtilizationImg {
    padding-top: 30px;
    max-width: 400px;
    margin: 0 auto;
  }
}
/* ---------------
section1
---------------*/
.section1 {
  background: url(../images/bg_report.png) no-repeat top center #D9D9D9;
  background-size: 100% auto;
  padding: 64px 3vw;
}
.section1 h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 64px;
}
.section1 h2 span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.section1__btnBox {
  padding-top: 64px;
}
.section1__btnBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #080849;
  border-radius: 100px;
  width: 320px;
  height: 68px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  margin: 0 auto;
}
.section1__btnBox a::before {
  display: inline-block;
  content: "";
  background: url(../images/arrow_right.png) no-repeat left center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .section1 {
    padding: 48px 24px;
  }
  .section1 h2 {
    font-size: 24px;
    margin-bottom: 36px;
  }
  .section1 h2 span {
    font-size: 14px;
  }
  .section1__btnBox {
    padding-top: 32px;
  }
  .section1__btnBox a {
    font-size: 16px;
  }
}
.report {
  margin: 0 auto;
}
.report__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3vw;
  width: 100%;
}
.report__item {
  width: 28.8vw;
}
.report__itemLink {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #080849;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.report__itemLink:hover {
  color: #253C81;
  box-shadow: 0 4px 16px rgba(8, 8, 73, 0.24);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.report__itemDetail {
  padding: 16px;
}
.report__itemDetail h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 8px;
  min-height: 87px;
}
.report__itemDetail p {
  color: #757575;
}

.entry-date {
  font-size: 16px;
}

.date-tags {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.cat-label {
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
}

.label-1 {
  background: #253C81;
}

.label-2 {
  background: #542581;
}

.label-3 {
  background: #81255F;
}

.label-4 {
  background: #687610;
}

.label-5 {
  background: #1B216B;
}

.label-6 {
  background: #5A5A5A;
}

@media screen and (max-width: 940px) {
  .report__item {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .report {
    max-width: 100%;
    margin: 0 auto;
  }
  .report__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .report__list .report__item {
    width: 100%;
    height: auto;
  }
  .report__itemLink {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #080849;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .report__itemLink:hover {
    color: #253C81;
    box-shadow: 0 4px 16px rgba(8, 8, 73, 0.24);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .report__itemDetail {
    padding: 16px;
  }
  .report__itemDetail h3 {
    font-size: 20px;
    min-height: auto;
  }
  .report__itemDetail p {
    color: #757575;
    font-size: 14px;
  }
  .entry-date {
    font-size: 12px;
  }
  .date-tags {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
  }
  .cat-label {
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
  }
}
/* ---------------
section2 member
---------------*/
.section2 {
  background: url(../images/bg_member.png) no-repeat top center #D9D9D9;
  background-size: 2024px auto;
  padding: 240px 0 96px;
}
.section2 h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 64px;
}
.section2 h2 span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.section2__content {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 16px;
}
.section2__contentTitle {
  background: rgba(8, 8, 73, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
}
.section2__contentTitle.organization {
  justify-content: center;
}
.section2Item {
  padding: 32px 64px;
  display: flex;
}
.section2Item__box {
  width: 100%;
}
.section2Item__box dl {
  margin-bottom: 24px;
}
.section2Item__box dt {
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .section2 {
    padding: 120px 0 96px;
  }
  .section2__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section2 {
    background: url(../images/bg_member.png) no-repeat top center #D9D9D9;
    background-size: 160% auto;
    padding: 24px 24px 48px;
  }
  .section2 h2 {
    font-size: 24px;
    margin-bottom: 36px;
  }
  .section2 h2 span {
    font-size: 14px;
  }
  .section2__content {
    width: 100%;
    border-radius: 8px;
    padding-bottom: 16px;
  }
  .section2__contentTitle {
    display: block;
    text-align: center;
    padding: 8px 32px;
    line-height: 1.2;
  }
  .section2__contentTitle span {
    font-size: 12px;
  }
  .section2Item {
    padding: 24px 24px 0;
    display: block;
  }
  .section2Item__box {
    width: 100%;
  }
  .section2Item__box dl {
    margin-bottom: 24px;
  }
  .section2Item__box dt {
    font-weight: bold;
  }
}
/* ---------------
section3 publication
---------------*/
.section3 {
  background: url(../images/bg_publication.png) no-repeat top center #F5F5F5;
  background-size: 1600px auto;
  padding: 96px 0 64px;
}
.section3 h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 64px;
}
.section3 h2 span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.section3__btnBox {
  padding-top: 40px;
}
.section3__btnBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #080849;
  border-radius: 100px;
  width: 320px;
  height: 68px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  margin: 0 auto;
}
.section3__btnBox a::before {
  display: inline-block;
  content: "";
  background: url(../images/arrow_right.png) no-repeat left center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

@media screen and (min-width: 1600px) {
  .section3 {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .section3 {
    background: url(../images/bg_publication.png) no-repeat top center #F5F5F5;
    background-size: 1600px auto;
    padding: 48px 24px;
  }
  .section3 h2 {
    font-size: 24px;
    margin-bottom: 36px;
  }
  .section3 h2 span {
    font-size: 14px;
  }
  .section3__btnBox {
    padding-top: 16px;
  }
  .section3__btnBox a {
    font-size: 16px;
  }
}
.publication__txtBox {
  margin: 0 auto 16px;
  width: 1200px;
}
.publication__list {
  width: 1200px;
  margin: 0 auto;
}
.publication__item {
  margin-bottom: 24px;
}
.publication__itemLink {
  display: block;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 24px 24px 24px 88px;
  background: url(../images/icon_pdf.png) no-repeat 24px center #fff;
  background-size: 40px 40px;
  text-decoration: none;
  color: #080849;
}
.publication__itemLink:hover {
  border: 4px solid rgba(37, 60, 129, 0.25);
  box-sizing: border-box;
  padding: 21px 21px 21px 85px;
  background: url(../images/icon_pdf.png) no-repeat 21px center #fff;
  background-size: 40px 40px;
}
.publication__itemLink h3 {
  font-size: 24px;
  padding-bottom: 8px;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  .publication {
    padding: 0 32px 32px;
  }
  .publication__txtBox {
    width: 100%;
  }
  .publication__list {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .publication {
    padding: 0;
  }
  .publication__txtBox {
    font-size: 14px;
    width: 100%;
  }
  .publication__list {
    width: 100%;
  }
  .publication__item {
    margin-bottom: 16px;
  }
  .publication__itemLink {
    display: block;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 12px 16px 16px 42px;
    background: url(../images/icon_pdf.png) no-repeat 12px 14px #fff;
    background-size: 20px 20px;
    text-decoration: none;
    color: #080849;
  }
  .publication__itemLink:hover {
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding: 12px 16px 16px 42px;
    background: url(../images/icon_pdf.png) no-repeat 12px 14px #fff;
    background-size: 20px 20px;
  }
  .publication__itemLink h3 {
    font-size: 16px;
    padding-bottom: 4px;
    line-height: 1.4;
  }
}
/* ---------------
section4 link
---------------*/
.section4 {
  background: linear-gradient(#E6E6E6, #fff);
  padding: 96px 0 160px;
  border-bottom: 1px solid #D9D9D9;
}
.section4 h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 64px;
}
.section4 h2 span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.section4 .otherLink {
  width: 1200px;
  margin: 0 auto;
}
.section4 .otherLink__list {
  margin: 0 auto;
  display: flex;
  align-items: top;
  justify-content: center;
  gap: 40px;
}
.section4 .otherLink__item {
  width: 220px;
  text-align: center;
}
.section4 .otherLink__itemLink {
  color: #080849;
  text-decoration: none;
  line-height: 1.2;
}
.section4 .otherLink__itemLink img {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .section4 {
    padding: 32px;
  }
  .section4 .otherLink {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section4 {
    background: linear-gradient(#E6E6E6, #fff);
    padding: 48px 64px 32px;
  }
  .section4 h2 {
    font-size: 24px;
    margin-bottom: 36px;
  }
  .section4 h2 span {
    font-size: 14px;
  }
  .section4 .otherLink {
    width: 100%;
  }
  .section4 .otherLink__list {
    width: 220px;
    margin: 0 auto;
    display: block;
  }
  .section4 .otherLink__item {
    width: 220px;
    text-align: center;
    padding-bottom: 32px;
  }
  .section4 .otherLink__itemLink {
    color: #080849;
    text-decoration: none;
    line-height: 1.2;
  }
  .section4 .otherLink__itemLink img {
    display: block;
    margin-bottom: 10px;
  }
}
.footer {
  width: 100%;
  background: #fff;
}
.footer__Wrap {
  width: 1200px;
  margin: 0 auto;
}
.footer__Wrap .logo__img {
  width: 262px;
}
.footer__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 32px;
}
.footer__link {
  display: inline-block;
  text-decoration: none;
  padding: 8px;
  color: #080849;
}
.footer .copyright {
  font-size: 12px;
  text-align: center;
  padding: 8px;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding: 32px;
  }
  .footer__Wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0;
    width: 100%;
    border-top: 1px solid #D9D9D9;
    background: #fff;
  }
  .footer__Wrap {
    width: 100%;
    margin: 0 auto;
  }
  .footer__Wrap .logo__img {
    width: 262px;
    margin-bottom: 32px;
  }
  .footer__item {
    display: block;
    padding: 40px 24px;
  }
  .footer__link {
    display: block;
    text-decoration: none;
    padding: 8px;
    color: #080849;
  }
  .footer .copyright {
    font-size: 12px;
    text-align: center;
    padding: 8px;
  }
}
/* ---------------
activityReport
---------------*/
.activityReport .section1 {
  background: url(../images/bg_report.png) no-repeat top left #D9D9D9;
  background-size: 100% auto;
  padding-top: 0;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .activityReport .section1 {
    padding-bottom: 48px;
  }
}
.categoryNav {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 auto 64px;
}
.categoryNav__link {
  font-size: 18px;
  color: #080849;
  text-decoration: none;
  position: relative;
  padding: 0;
}
.categoryNav__link:not(:last-child)::after {
  content: "";
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #080849;
  height: 16px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .categoryNav__wrap {
    width: 280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .categoryNav {
    margin: 0 auto 32px;
  }
  .categoryNav__link {
    font-size: 14px;
  }
}
.breadcrumbBox {
  width: 1136px;
  margin: 0 auto;
  padding-bottom: 96px;
}

.breadcrumb {
  padding: 8px 0;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb a {
  color: #080849;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em;
  color: #777;
}

@media screen and (max-width: 1136px) {
  .breadcrumbBox {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbBox {
    display: none;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 0 0;
  gap: 8px;
}

.pagination a, .pagination span {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.pagination span.current {
  background-color: #253C81;
  color: white;
  border-radius: 4px;
}

.pagination a:hover:not(.active) {
  background-color: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .pagination {
    gap: 6px;
  }
  .pagination a {
    padding: 4px 6px;
    min-width: 30px;
    text-align: center;
    font-size: 14px;
  }
}
/* ---------------
publicationPage
---------------*/
.publicationPage .section3 {
  padding-top: 0;
  padding: 0 3vw 160px;
}

@media screen and (max-width: 768px) {
  .publicationPage .section3 {
    padding-bottom: 48px;
  }
  .publicationPage .publication__item:last-child {
    margin-bottom: 0;
  }
}
/* ---------------
inquiry
---------------*/
.inquiryBox {
  background: #f5f5f5;
  padding: 0 3vw 160px;
}
.inquiryBox h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 64px;
}
.inquiryBox h2 span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.contactContent {
  width: 740px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 48px;
  margin: 0 auto;
  background: #fff;
}
.contactContent p {
  margin-bottom: 1.6em;
}
.contactContent__btnBox {
  padding-top: 24px;
}
.contactContent__btnBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #080849;
  border-radius: 100px;
  width: 320px;
  height: 68px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  margin: 0 auto 64px;
}
.contactContent__btnBox a::before {
  display: inline-block;
  content: "";
  background: url(../images/icon_mail.png) no-repeat left center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

@media screen and (max-width: 800px) {
  .contactContent {
    width: 100%;
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .inquiryBox {
    padding: 0 16px 48px;
  }
  .inquiryBox h2 {
    font-size: 24px;
    margin-bottom: 36px;
  }
  .inquiryBox h2 span {
    font-size: 14px;
  }
  .contactContent {
    padding: 16px;
  }
  .contactContent__btnBox {
    padding-top: 0;
  }
  .contactContent__btnBox a {
    width: 220px;
    font-size: 16px;
    margin: 0 auto 24px;
  }
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea,
select, .search-edit {
  padding: 11px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  font-size: inherit;
  width: 100%;
}

/* ---------------
reportDetail
---------------*/
.activityReportDetail .section1 {
  background: url(../images/bg_report.png) no-repeat top left #D9D9D9;
  background-size: 100% auto;
  padding-top: 0;
  padding: 96px 3vw 160px;
}

@media screen and (max-width: 768px) {
  .activityReportDetail .section1 {
    padding-bottom: 48px;
  }
}
.reportDetail {
  padding: 0 3vw 160px;
}
.reportDetail h1 {
  font-size: 28px;
  text-align: left;
  margin-bottom: 32px;
}
.reportDetail__Wrap {
  width: 740px;
  margin: 0 auto;
}
.reportDetail__Wrap p {
  margin-bottom: 1.6em;
  line-height: 1.8;
}
.reportDetail__Wrap img {
  margin-bottom: 24px;
}
.reportDetail__Wrap h2 {
  font-size: 24px;
  background: #DFE6FC;
  padding: 24px;
  border-left: 5px solid #080849;
  margin-bottom: 32px;
}
.reportDetail__Wrap h3 {
  font-size: 22px;
  padding: 16px 24px;
  border-left: 5px solid #080849;
  margin-bottom: 32px;
}
.reportDetail__Wrap h4 {
  font-size: 20px;
  padding: 16px 12px;
  border-bottom: 5px solid #DFE6FC;
  margin-bottom: 28px;
}
.reportDetail__Wrap h5 {
  font-size: 20px;
  padding: 16px 12px;
  margin-bottom: 16px;
}
.reportDetail__Wrap blockquote {
  box-sizing: border-box;
  background-color: #EFEFEF;
  border: 1px solid #DDDDDD;
  padding: 1.4em 1.8em;
  position: relative;
  overflow-wrap: break-word;
  margin-bottom: 24px;
}
.reportDetail__Wrap blockquote p {
  margin-bottom: 1em;
  color: #5A5A5A;
}
.reportDetail__Wrap blockquote a {
  color: #080849;
}
.reportDetail__Wrap blockquote a:hover {
  color: #253C81;
}
.reportDetail__Wrap blockquote::before {
  content: "“";
  line-height: 1.1;
  left: 10px;
  top: 0;
  color: #C8C8C8;
  font-family: serif;
  position: absolute;
  font-size: 300%;
}
.reportDetail__Wrap blockquote::after {
  content: "”";
  line-height: 0;
  right: 10px;
  bottom: 0;
  color: #C8C8C8;
  font-family: serif;
  position: absolute;
  font-size: 300%;
}
.reportDetail__Wrap dl {
  margin-bottom: 24px;
  line-height: 1.8;
}
.reportDetail__Wrap dd {
  padding-left: 32px;
}
.reportDetail__Wrap ul {
  margin-bottom: 24px;
}
.reportDetail__Wrap ul li {
  list-style: disc;
  line-height: 1.8;
  margin-left: 24px;
}
.reportDetail__Wrap ol li {
  list-style: decimal;
  line-height: 1.8;
  margin-left: 24px;
}
.reportDetail__Wrap table {
  padding: 0;
  border-spacing: 0;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 24px;
}
.reportDetail__Wrap table th {
  background: #DFE6FC;
  font-weight: bold;
  text-align: center;
  border: 1px solid #CBD5F4;
  padding: 10px;
}
.reportDetail__Wrap table td {
  background: #FFFFFF;
  padding: 10px;
  border: 1px solid #CBD5F4;
}

@media screen and (max-width: 768px) {
  .reportDetail {
    padding: 0 3vw 64px;
  }
  .reportDetail h1 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 24px;
    line-height: 1.2;
  }
  .reportDetail__Wrap {
    width: 100%;
    margin: 0 auto;
  }
  .reportDetail__Wrap p {
    font-size: 14px;
    margin-bottom: 1.6em;
    line-height: 1.8;
  }
  .reportDetail__Wrap img {
    margin-bottom: 12px;
  }
  .reportDetail__Wrap h2 {
    font-size: 18px;
    background: #DFE6FC;
    padding: 8px 16px;
    border-left: 5px solid #080849;
    margin-bottom: 32px;
  }
  .reportDetail__Wrap h3 {
    font-size: 18px;
    padding: 8px 16px;
    border-left: 5px solid #080849;
    margin-bottom: 32px;
  }
  .reportDetail__Wrap h4 {
    font-size: 16px;
    padding: 6px 9px;
    border-bottom: 5px solid #DFE6FC;
    margin-bottom: 28px;
  }
  .reportDetail__Wrap h5 {
    font-size: 16px;
    padding: 6px 9px;
    margin-bottom: 16px;
  }
  .reportDetail__Wrap blockquote {
    box-sizing: border-box;
    background-color: #EFEFEF;
    border: 1px solid #DDDDDD;
    padding: 1.4em 1.8em;
    position: relative;
    overflow-wrap: break-word;
    margin-bottom: 24px;
  }
  .reportDetail__Wrap blockquote p {
    margin-bottom: 1em;
    color: #5A5A5A;
  }
  .reportDetail__Wrap blockquote a {
    color: #080849;
  }
  .reportDetail__Wrap blockquote a:hover {
    color: #253C81;
  }
  .reportDetail__Wrap blockquote cite {
    font-size: 14px;
  }
  .reportDetail__Wrap table {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .reportDetail__Wrap table th {
    padding: 8px;
    text-align: left;
  }
  .reportDetail__Wrap table td {
    padding: 8px;
  }
}
