:root {
  --content-full-width: 1280px;
  --content-width: 1080px;
  --base-color: #333333;
  --font-family-gothic: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',
    'メイリオ', 'Meiryo', 'verdana', sans-serif;
  --font-family-mincho: 'ヒラギノ明朝 ProN W3', 'Noto Serif JP',
    'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
  --accent-color: #2a4b93;
  --footer-color: #0b2b71;

  --sp-width: 960px;
}
body {
  color: var(--base-color);
  line-height: 2;
  font-size: 16px;
  font-weight: normal;
}
body,
input,
textarea {
  font-family: var(--font-family-gothic);
}
a {
  color: var(--accent-color);
}

/* ヘッダー */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background-color: #fff;
  z-index: 100;
  transition: all 0.5s;
}
.l-header-top__menu {
  /* margin-top: 22px; */
  line-height: 1;
}
.l-header-top__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: var(--content-full-width);
  max-width: 100%;
  margin: 22px auto 0;
  list-style: none;
  padding-right: 40px;
}
.l-header-top__item:not(:first-child) {
  margin-left: 28px;
}
.l-header-top__link {
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.l-header-top__link:hover {
  opacity: 0.5;
}
.l-header-top__link span {
  display: table;
  min-width: 70px;
}
.l-header-top__link-icon {
  margin-right: 8px;
}

.l-header-logo {
  width: var(--content-full-width);
  max-width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  display: flex;
}
.l-header-logo-link {
  display: inline;
}
.l-header-logo-img {
  width: 408px;
  vertical-align: top;
  transition: all 0.3s;
}

.l-header-menu__link {
  font-family: var(--font-family-mincho);
  color: var(--base-color);
  text-decoration: none;
  font-size: 19px;
  padding: 8px 24px;
  display: block;
  transition: all 0.3s;
  position: relative;
}
.l-header-menu__link:hover {
  opacity: 0.5;
}
.l-header-menu__link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 42px;
  height: 2px;
  transform: translateX(-50%);
  background-color: transparent;
  transition: all 0.3s;
}
.l-header-menu__link:hover::after {
  background-color: var(--accent-color);
}

.l-header-menu__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: var(--content-full-width);
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
  padding-right: 16px;
}

.l-header-sp-menu {
  display: none;
}

/* コンテンツ */
.l-main {
  margin-top: 200px;
  width: 100%;
  overflow: hidden;
}
.p-main-visual {
  background-image: url('../images/main-image.jpg');
  background-size: cover;
  width: 100%;
  height: 520px;
}
.p-main-visual__container {
  position: relative;
  width: var(--content-width);
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}
.p-main-visual__image2 {
  position: absolute;
  bottom: 52px;
}
.p-main-visual__container-inner {
  background: linear-gradient(to left top, #0b2b71, #2a54b1);
  width: 673px;
  padding: 57px 16px 40px;
  position: absolute;
  bottom: -78px;
  right: 0;
}
.p-main-visual__heading {
  color: #fff;
  font-size: 30px;
  font-family: var(--font-family-mincho);
  text-align: center;
  line-height: 1.8;
}
.p-main-visual__text {
  text-align: center;
  color: #fff;
  font-weight: lighter;
}

.p-section {
  margin: 110px auto;
}
.p-section--even {
  background-color: #f0f0f0;
}
.p-section-text {
  /* max-width: 100%;
  width: var(--content-width); */
  text-align: center;
  margin: 68px 20px 0;
}

.p-kizuna-table thead th {
  border-bottom: 2px solid #707070;
  padding: 5px;
}
.p-kizuna-table tbody td {
  line-height: 1.5;
}
.p-kizuna-table tbody .first {
  width: 33%;
}
.p-kizuna-table tbody .second {
  width: 33%;
}
.p-kizuna-table tbody .third {
  width: 33%;
}
.p-pdf-download-td {
  width: 25% !important;
}

/* コンポーネント */
.c-section-heading {
  font-weight: normal;
  font-family: var(--font-family-mincho);
  text-align: center;
}
.c-section-heading-main {
  font-size: 60px;
  color: var(--accent-color);
  line-height: 1;
  padding-top: 32px;
}
.c-section-heading-sub {
  font-size: 20px;
}
.c-card {
  border: 1px solid #eaeaea;
  padding: 50px;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
}

/* about us */
.p-aboutus-navi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: var(--content-width);
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.p-aboutus-navi-item {
  width: 50%;
  max-width: 510px;
  margin-top: 60px;
  min-height: 472px;
}
.p-aboutus-navi-link__heading {
  font-family: var(--font-family-mincho);
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #111;
  position: relative;
  margin-bottom: 24px;
}
.p-aboutus-navi-link__heading:after {
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 53px;
  height: 2px;
  transform: translateX(-50%);
  background-color: var(--accent-color);
}
.p-aboutus-navi-link__image-wrapper {
  overflow: hidden;
  display: flex;
}
.p-aboutus-navi-link__image {
  width: 100%;
  transition: all 0.3s;
}
.p-aboutus-navi-link {
  color: var(--base-color);
  text-decoration: none;
}
.p-aboutus-navi-link:hover .p-aboutus-navi-link__image {
  transform: scale(1.05);
}
.p-aboutus-navi-link__text {
  margin: 24px 20px;
  transition: all 0.3s;
}
.p-aboutus-navi-link:hover .p-aboutus-navi-link__text {
  opacity: 0.5;
}

.p-section-access {
  padding: 109px 0 120px;
  margin-bottom: 0 !important;
  text-align: center;
}
.p-section-access-map-wrapper {
  max-width: 1080px;
  padding: 20px;
  background-color: #fff;
  margin: 80px auto 0;
}
.p-section-access-map {
  /*width: 1080px;
  height: 650px; */
  /* max-width: 100%; */
  overflow: hidden;
  padding-bottom: 60.185%;
  position: relative;
}
.p-section-access-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.p-section-access-address {
  margin: 30px 20px 0;
}
.p-section-access-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.p-section-access-link:hover {
  opacity: 0.5;
  text-decoration: none;
}
.p-section-access-link span {
  margin-right: 8px;
}

.p-section-contact {
  margin: 0;
  background-image: url('../images/index-contact-bg.png');
  background-size: cover;
  background-position: 90%;
  width: 100%;
}
.p-section-contact__link {
  width: var(--content-width);
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  padding: 80px 40px 70px;
  display: block;
  transition: all 0.3s;
}
.p-section-contact__link:hover {
  opacity: 0.5;
}
.p-section-contact__top {
  color: #111;
  font-size: 26px;
  font-family: var(--font-family-mincho);
  letter-spacing: 4px;
}
.p-section-contact__icons {
  font-size: 60px;
  font-family: var(--font-family-mincho);
  line-height: 1;
}
.p-section-contact__icon {
  width: 63px;
  margin-right: 21px;
}

/* フッター */
.l-footer {
  background-color: var(--footer-color);
  color: #fff;
}
.l-footer-inner {
  width: var(--content-full-width);
  max-width: 100%;
  margin: 0 auto;
  padding: 53px 16px 21px 40px;
}
.l-footer-info img {
  max-width: 100%;
}
.l-footer-block {
  display: flex;
  justify-content: space-between;
}
.l-footer-address {
  line-height: 1.5;
  margin-top: 40px;
}
.l-footer-navi {
  display: flex;
  align-items: top;
  margin-top: 16px;
  flex-wrap: wrap;
}
.l-footer-navi-list {
  list-style: none;
  min-width: 176px;
  display: flex;
  flex-direction: column;
}
.l-footer-navi-item {
  line-height: 2.5;
}
.l-footer-navi-link {
  color: #fff;
  text-decoration: none;
}
.l-footer-policy {
  padding-right: 40px;
}
.l-footer-policy-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}
.l-footer-policy-item:first-child {
  margin-right: 40px;
}
.l-footer-policy-link {
  text-decoration: none;
  color: #849fdd;
}
.l-footer-copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 25%);
  color: #eaeaea;
  font-weight: 100;
  font-size: 14px;
  padding: 14px 0 17px;
}

.p-page-container {
  width: var(--content-width);
  max-width: 100%;
  margin: 0 auto;
}

.p-page-title {
  background: rgb(42, 84, 177);
  background: linear-gradient(
    142deg,
    rgba(42, 84, 177, 1) 9%,
    rgba(11, 43, 113, 1) 46%
  );
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 120px;
}
.p-page-title__heading {
  padding: 73px 0;
  color: #fff;
  font-family: var(--font-family-mincho);
  font-size: 40px;
  width: var(--content-width);
  max-width: 100%;
  line-height: 1;
  margin: 0 auto;
}
.p-page-title__image {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}

.p-page-heading {
  font-size: 30px;
  font-family: var(--font-family-mincho);
  font-weight: 600;
  position: relative;
  margin-left: 56px;
  line-height: 1;
  margin-top: 100px;
  margin-bottom: 47px;
}
.p-page-heading::after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: var(--accent-color);
  position: absolute;
  left: -56px;
  top: 50%;
  transform: translateX(50%);
}
.p-page-heading-detail {
  margin-bottom: 40px;
}

.p-management-table thead th {
  border-bottom: 2px solid #707070;
}
.p-management-table th {
  font-weight: 600;
  width: 309px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  padding: 23px 0 16px;
  text-align: left;
}
.p-management-table td {
  width: 710px;
  border-bottom: 1px solid #ccc;
  padding: 23px 0 16px;
}
.p-management-table.p-secretary-general th {
  width: 309px;
}
.p-management-table.p-secretary-general td {
  width: 647px;
  max-width: 100%;
}
.p-management-card {
  width: calc(100% - 40px);
}
.p-management-card--last {
  margin-bottom: 200px;
}

.p-kizuna-card {
  margin-bottom: 120px;
}
.p-kizuna-table {
  width: 100%;
}
.p-kizuna-table th {
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding: 23px 0 16px;
}
.p-kizuna-table td {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 23px 0 16px;
}

.p-pdf-download-btn-link {
  display: block;
}
.p-pdf-download-btn-link.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.p-pdf-download-btn {
  border-radius: 99px;
  border: 1px solid #707070;
  padding: 8px 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.p-kizuna-table tbody .first {
  width: 75%;
}
.p-kizuna-table tbody .third {
  width: 25%;
}
.p-pdf-download-btn span {
  margin-left: 8px;
  margin-right: 8px;
  display: block;
}

.blank {
  width: 30px !important;
  border-bottom: none !important;
}

.p-common-card {
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-card-bottom {
  margin-bottom: 120px;
}

/* ユーティリティ */
.is-hidden {
  transform: translateY(-200px);
}
.text-right {
  text-align: right;
}
.is-scroll-down {
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 6px;
}
.txt-bold {
  font-weight: bold;
}
.card-inner-block {
  margin-bottom: 30px;
}
.card-inner-block:last-child {
  margin-bottom: 0;
}

.btn-block {
  text-align: center;
  margin-top: 50px;
}

.link-txt-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.number-list {
  margin-top: 30px;
}
ul.number-list li {
  list-style-type: decimal;
  padding-left: 0.5em;
  margin-left: 1.2em;
}

ul.list-in-list {

}
ul.list-in-list li {
  list-style-type: circle;
  padding-left: 0;
  margin-left: 1.2em;
  padding: 0;
  margin-top: -25px;
}

@media screen and (min-width: 961px) {
  .is-scroll-down .l-header-logo-img {
    width: 321px;
    margin-top: -18px;
  }
  .is-scroll-down .l-header-menu__top {
    margin-top: -40px;
  }
  .l-header.is-scroll-down {
    height: 121px;
  }
}

@media screen and (min-width: 961px) {
  .u-pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .u-sp-hidden {
    display: none;
  }

  .l-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
  }
  .l-header-sp-menu {
    display: block;
    position: absolute;
    right: 21px;
    top: 33px;
  }
  .l-header-top {
    display: none;
  }
  .l-header-logo {
    margin-left: 20px;
    padding-left: 0;
  }
  .l-header-logo-img {
    width: 245px;
  }
  .l-header-menu__top {
    display: none;
  }

  .l-header-sp-navi {
    position: fixed;
    top: 0;
    right: 0;
    width: 260px;
    background-color: rgba(11, 43, 113, 0.9);
    z-index: 200;
    display: none;
    max-height: 100%;
    overflow-y: scroll;
  }
  .l-header-sp-navi-close {
    position: relative;
  }
  .l-header-sp-navi-close img {
    position: absolute;
    right: 27px;
    top: 33px;
  }
  .l-header-sp-navi__list {
    list-style: none;
    margin-top: 100px;
  }
  .l-header-sp-navi__link {
    text-decoration: none;
    color: #fff;
    padding: 22px 32px;
    display: block;
  }
  .l-header-sp-subnavi__list {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .l-header-sp-subnavi__item {
    list-style: none;
  }
  .l-header-sp-subnavi__list {
    list-style: none;
  }
  .l-header-sp-subnavi__link {
    text-decoration: none;
    color: #b3c7f5;
    padding: 18px 32px;
    display: block;
  }

  .l-main {
    margin-top: 100px;
  }

  .p-section-contact {
    background-image: url('../images/index-contact-bg-sp.png');
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-section-contact__link {
    padding: 90px 0 84px;
  }

  /* コンポーネント */
  .c-section-heading-main {
    font-size: 45px;
  }
  .c-section-heading-sub {
    font-size: 15px;
  }

  .c-card {
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .p-section {
    margin: 110px auto;
  }

  .p-main-visual {
    background-image: url('../images/main-image-sp.jpg');
    background-size: cover;
    width: 100%;
    height: 500px;
  }
  .p-main-visual__image2 {
    left: -40px;
    bottom: 190px;
    width: 294px;
  }
  .p-main-visual__image2 img {
    width: 100%;
  }

  .p-main-visual__container-inner {
    width: 298px;
  }
  .p-main-visual__heading {
    font-size: 24px;
  }

  .u-sp-break {
    display: block;
  }

  .p-aboutus-navi-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    min-height: auto;
  }

  .p-aboutus-navi-link__heading {
    font-size: 22px;
  }

  .p-section-text {
    margin-top: 58px;
    text-align: left;
  }

  .p-section-access {
    padding: 82px 0 92px;
  }
  .p-section-access-map-wrapper {
    padding: 10px;
  }
  .p-section-access-link {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .p-section-contact {
    text-align: center;
    background-position: right;
  }

  .p-section-contact__top {
    font-size: 20px;
  }
  .p-section-contact__icons {
    font-size: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }
  .p-section-contact__icon {
    font-size: 47px;
  }

  .p-page-heading {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .p-page-heading__sub {
    display: inline-block;
    font-size: 14px;
  }

  .p-page-title {
    margin-bottom: 40px;
  }
  .p-page-title__heading {
    font-size: 24px;
    padding: 38px 0;
    margin-left: 29px;
  }

  .p-management-table tbody th {
    width: 30%;
    padding: 8px 0;
  }
  .p-management-table tbody td {
    padding: 8px 0;
  }
  .p-management-table td {
    width: 60%;
  }
  .p-management-table--management tbody th {
    padding: 19px 0 14px;
  }

  .p-management-table.p-president {
    max-width: 100%;
  }
  .p-management-table thead th {
    padding: 8px;
  }
  .p-management-table.p-president tbody th {
    vertical-align: middle;
  }
  .p-management-table.p-management-table--member tbody th {
    vertical-align: middle;
    padding: 8px;
  }
  .p-management-table.p-management-table--member tbody td {
    padding: 8px;
  }
  .p-management-table.p-president .first {
    width: 65%;
  }
  .p-management-table.p-president .third {
    width: 20%;
  }

  .p-management-table.p-secretary-general {
    width: 100%;
  }
  .p-management-table.p-secretary-general tbody th {
    vertical-align: middle;
  }
  .p-management-table.p-secretary-general .first {
    width: 65%;
  }
  .p-management-table.p-secretary-general .second {
    width: 5px !important;
  }
  .p-management-table.p-secretary-general .third {
    width: 30%;
  }

  .p-management-card--last {
    margin-bottom: 60px;
  }

  .p-page-heading-detail {
    margin-left: 20px;
    margin-right: 20px;
  }

  .p-pdf-download-btn span {
    display: none;
  }

  .p-kizuna-table td {
    text-align: left;
  }
  .p-kizuna-card {
    width: calc(100% - 40px);
  }

  .p-common-card {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .p-card-bottom {
    margin-bottom: 60px;
  }


  .l-footer {
    text-align: center;
  }
  .l-footer-inner {
    padding: 53px 20px 21px 20px;
  }
  .l-footer-info img {
    width: 240px;
  }
  .l-footer-block {
    flex-direction: column;
  }
  .l-footer-navi-list {
    min-width: 160px;
  }
  .l-footer-navi-item {
    text-align: left;
    padding-left: 32px;
  }
  .l-footer-navi {
    justify-content: center;
  }

  .l-footer-right {
    margin-top: 24px;
  }
  .l-footer-address {
    margin-right: 0;
    font-size: 12px;
  }
  .l-footer-policy {
    padding-right: 0;
  }
  .l-footer-policy-list {
    justify-content: center;
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
.p-aboutus-navi-btn{
  width: 100%;
  text-align: center;
  margin: 40px auto;
}
}

/* ボタン */

a.btn{
  text-align: center;
}

a.btn--blue {
  color: #fff;
  background-color: #4D73C6;
  text-decoration: none!important;
}

a.btn--blue:hover {
  color: #fff;
  background: #6386d1;
}

a.btn-c {
  font-size: 16px;
  width: 194px;
  height: 42px;
  position: relative;
  border-radius: 100vh;
  padding: 1rem 6rem;
}

a.btn-c img {
  position: absolute;
  top: calc(50% - .3em);
  left: 1rem;
}

/* SP・PC表示切り替え */
.pc	{ display:inline!important; }
.sp	{ display:none!important; }

@media screen and (max-width: 768px) {
.pc	{ display:none!important; }
.sp { display:inline!important; }
}
