@charset "UTF-8";

body {
  margin: 0 0;
  width: 100%;
  color: #231815;
  position: relative;
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 400;
  line-height: 1.75;
  text-align: justify;
  font-size: 92.5%;
  overflow-x: hidden;
  background: #fff;
  
}
a {
  user-select: none;
  text-decoration: none;
  color: #231815;
  transition: 0.3s ease opacity;
}
a:hover {
  opacity: 0.6;
}
img{
  width: 100%;
  height: auto;
}
main{
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.inner{
  width: 100%;
  max-width: 905px;
  margin: 0 auto;
  position: relative;
}
.ib{
  display: inline-block;
}

@media screen and (max-width:680px) {
.wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 17.5px;
    margin: 0 auto;
    position: relative;
  }
}

/* ヘッダー---------------- */
header{
  background: #fff;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#header-content{
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
#header-logo{
  width: 200px;
}
#header-nav{
  background: #fff;
}
#header-nav > ul{
  display: flex;
}
#header-nav > ul > li{
  padding: 0 10px;
  border-right: 1px solid #c9caca;
}
#header-nav > ul > li:last-child{
  padding-right: 0;
  border-right: none
}
#header-nav ul li{
  line-height: 1.4;
  display: flex;
  align-items: center;
}
#header-nav ul li a{
  font-size: 1.2em;
  color: #231815;
  text-decoration :none;
  display: block;
}
#header-nav ul li a:before{
  content:"▶";
  color: #36318f;
}
#header-nav li.has-sub{
  display: flex;
  align-items: start;
}
#header-nav ul.sub-nav li{
  position: relative;
}
#header-nav ul.sub-nav li:before{
  content:"├ ";
  color: #36318f;
}
#header-nav ul.sub-nav li:not(:last-child):after{
  content:"│  ";
  color: #36318f;
  position: absolute;
  left: 0;
  top: 1em;
}
#header-nav ul.sub-nav li:first-child:before{
  content:"┬  ";
  color: #36318f;
}
#header-nav ul.sub-nav li:last-child:before{
  content:"└ ";
  color: #36318f;
}
#header-nav ul.sub-nav li a:before{
  content:"";
}
#header-nav li ul{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#header-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  display: none;
  z-index: 2;
}
@media screen and (max-width:1200px) {
  #header-content{
    padding: 25px 15px;
  }
  #header-logo{
    width: 135px;
  }
  #header-nav{
    position: fixed;
    right: -100%;
    top: 95px;
    background: #fff;
    width:100%;
    max-width: 470px;
  }
  #header-nav > ul{
    flex-direction: column;
  }
  #header-nav > ul > li{
    padding: 0;
  }
  #header-nav  ul li.has-sub{
    padding: 20px;
    background: #dfe9f6;

  }
  #header-nav  ul li.nav > a{
    background: #dfe9f6;
    padding: 20px;
  }
  #header-nav ul li.nav:nth-child(even) > a{
    background: #e9e9e8;
  }
  #header-nav > ul > li:not(:first-child){
    border-top: none;
  }
  #header-nav  ul li.has-sub > a{
    padding: 0;
    background: none;
  }

  #header-nav ul.sub-nav{
    margin-left: 1em;
  }
  #header-nav ul.sub-nav li a{
    font-size: 0.96em;
  }
  #header-nav ul.sub-nav li:before{
    content:"・";
    color: #36318f;
  }
  #header-nav ul.sub-nav li:not(:last-child):after{
    content:"";
  }
  #header-nav ul.sub-nav li:first-child:before{
    content:"・";
    color: #36318f;
  }
  #header-nav ul.sub-nav li:last-child:before{
    content:"・";
    color: #36318f;
  }
  #header-nav ul.sub-nav li a:before{
    content:"";
  }
  #header-nav li.has-sub{
    flex-direction: column;
  }
  #header-nav li ul{
    height: 100%;
    width: 100%;
  }
  #header-nav ul li a{
    width: 100%;
  }
}

/* スマホボタン---------------- */
#header-button {
  display: none;
  
}
@media screen and (max-width:1200px) {
  #header-button {
    display: block;
    cursor: pointer;
  }
#header-button .button{
  margin:  0 auto 0;
  width: 100px;
  text-align: center;
  position: relative;

}
#header-button .button .inner{
  height: 45px;
  position: relative;
  z-index: 2;
  display: block;
  text-decoration: none;
  user-select: none;
}

  .hnbgmenu {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 45px;
    height: 45px;
    cursor: pointer;
  }
  .menu-text{
    color: #827f7a;
    font-size: 0.96em;
    font-weight: 600;;
    display: block;
    width: 40px;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-text::after,
  .menu-text::before {
    text-align:left;
    line-height: 1;
    white-space: nowrap;
  }
  .menu-line,
  .menu-inner::after,
  .menu-inner::before {
    position: absolute;
    display: block;
    width: 100%;
    left: 0%;
    height: 9px;
    border-radius: 2px;
    transition: .15s ease-out;
    background-color: #827f7a;
  }
  .menu-inner::after,
  .menu-inner::before {
    content: "";
  }
  .menu-text::before{
    content:"MENU";
  }
  .menu-text::after{
    content:"CLOSE";
  }
  
  .menu-line {
    top: calc(50% - 4.5px);
  }
  .menu-inner::before {
    top: calc(0% - 0px);
  }
  .menu-inner::after {
    top: calc(100% - 9px);
  }
  #header-button .menu-text::before{
    display: block;
  }
  #header-button.active .menu-text::before{
    display: none;
  }
  #header-button .menu-text::after{
    display: none;
  }
  #header-button.active .menu-text::after{
    display: block;
  }
  
  #header-button.active .menu-line{
    display: none;
  }
  #header-button.active .menu-inner::before {
    transform: translateY(18px) translateX(0px) rotate(-135deg);
  }
  #header-button.active .menu-inner::after {
    transform: translateY(-18px) translateX(0px) rotate(135deg);
  }


}

/* メイン---------------- */

main{
  margin-top: 115px;
  border-top: 10px solid #2e6eb6;
  background: #86b3e0;
}
main .wrapper{
  padding: 30px 20px;
  background: #fff;
}
main .wrapper:nth-child(odd){
  background: #dee9f6;
}
main .wrapper:nth-child(even){
  background: #fff;
}

main h2{
  padding: 35px 40px;
  background: url(../images/heading-bg.png) no-repeat center left / contain;
  font-size: 1.43em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
main h2:before{
  content: "▶";
  color: #302d8d;
  font-feature-settings: unset;
}
main h2.ls1{
  letter-spacing: 1em;
}
main h2.ls1:before{
  letter-spacing: 0;
}
#skip {
  position: absolute;
  left: -9999em;
}

@media screen and (max-width:1200px) {
  main{
    margin-top: 95px;
  }
}
@media screen and (max-width:740px) {
  main h2{
    text-align: center;
    padding: 35px 0;
    background: url(../images/heading-bg.png) no-repeat center center / contain;
    font-size: 1.43em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
/* メインビジュアル---------------- */
#main_visual{
  position: relative;
  border-bottom: 10px solid #2e6eb6;
}
#main_visual .wrapper{
  padding: 0;
}
#main_visual .image{
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

/* プログラム---------------- */
#program h3{
  clear: both;
  color: #2e6eb6;
  font-size: 1.44em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  font-family: "Shippori Mincho B1", serif;
}
#program p{
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
}

#program h3:not(:first-child){
  margin-top: 50px;
}

.greeting-space{
  float:right;
  height: 7em;
}
.greeting-photo{
  clear: both;
  float:right;
  width: 160px;
  margin-top: 0px;
  margin-left: 40px;
}
.greeting-name{
  clear: both;
  float:right;
}
#program .greeting-name p{
  font-weight: 400;
  font-size: 1.1em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
}
#program .greeting-name p span{
  display: inline-block;
}
#program .greeting-name p span.name{
  font-size: 1.4em;
  font-weight: 500;
  margin:  0 1.5em;
}
.greeting-clear{
  clear: both;
}

.detail-link{
  margin-top: 30px;
  font-weight: 500;
  text-align: left;
}
.detail-link span.name{
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.detail-link a{
  text-decoration: none;
  color: #2e6eb6;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
}

/* 概念図---------------- */
.diagram-01{
  display: block;
  text-align: center;
  color: #231815;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px;
  margin-bottom: 25px;
  position: relative;
}
.diagram-01:after{
  content: "";
  display: block;
  width: 92px;
  height: 25px;
  background: url(../images/diagram-arrow.png) no-repeat center / contain;
  position: absolute;
  left: calc(50% - 46px);
  bottom: -25px;
}
.diagram-01 span{
  display: inline-block;
}
.diagram-02{
  display: block;
  text-align: center;
  color: #6c9f68;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px;
  margin-bottom: 35px;
  position: relative;
}
.diagram-02:after{
  content: "";
  display: block;
  width: 92px;
  height: 25px;
  background: url(../images/diagram-arrow.png) no-repeat center / contain;
  position: absolute;
  left: calc(50% - 46px);
  bottom: -25px;
}
.diagram-02 span{
  display: inline-block;
}
.diagram-03{
  display: block;
  text-align: center;
  color: #36318f;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  padding: 10px;
  margin-bottom: 5px;
  background: #fff9b1;
}
.diagram-04{
  display: block;
  text-align: center;
  padding: 10px;
  margin-bottom: 5px;
  background: #eaf1e7;
}
.diagram-04 h3{
  font-size: 1.44em;
  font-weight: 600;
  line-height: 1.4;
  color: #36318f;
}
.diagram-04 h3 sup{
  color: #e60012;
}
.diagram-04 p{
  color: #231815;
  font-size: 0.96em;
  font-weight: 400;
  line-height: 1.4;
  margin-left: 1em;
  text-indent: -1em;
}
.diagram-04 p .astrisk{
  color: #e60012;
}
.diagram-note{
  display: block;
  text-align: left;
  color: #231815;
  font-size: 0.96em;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
.diagram-outcome{
  margin: 10px auto 0;
  width: fit-content;
  text-align: left;
}
.diagram-outcome h3{
  font-size: 1.08em;
  font-weight: 600;
  line-height: 1.4;
  color: #36318f;
  margin-bottom: 5px;
}
.diagram-outcome li{
  font-size: 0.96em;
  font-weight: 600;
  line-height: 1.4;
  color: #36318f;
  margin-left: 1em;
  text-indent: -1em;
}
.diagram-outcome li:before{
  content: "◯";
}

.diagram-figure{
  position: relative;
  width: 98%;
  margin: 10px auto;
}
.diagram-figure .lx0{
  left: 0;
  top: 0;
}
.diagram-figure .lx1{
  right: 0;
  top: 0;
}

.diagram-figure .lx2{
  left: 0;
  bottom: 12%;
}

.diagram-figure .lx3{
  right: 0;
  bottom: 12%;
}
.diagram-figure .lx{
  width: 25.7%;
  position: absolute;
  cursor: pointer;
  transition: 0.3s ease;
}
.diagram-figure .lx:hover{
  opacity: 0.6;
}
@media screen and (max-width:790px) {
  .diagram-04 p{
    text-align: left;
  }
}
@media screen and (max-width:780px) {
  .diagram-04 h3 span{
    display: inline-block;
  }
}
@media screen and (max-width:860px) {

  .diagram-figure{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 4.4%;
  }
  .diagram-figure .main{
    order: 5;
    width: 100%;
  }
  .diagram-figure .lx{
    width: 47.8%;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
  }
  .diagram-figure .lx0{
    order: 1;
  }
  .diagram-figure .lx1{
    order: 2;
  }
  .diagram-figure .lx2{
    order: 3;
  }
  .diagram-figure .lx3{
    order: 4;
  }
}
@media screen and (max-width:480px) {
  .diagram-figure .lx{
    width: 100%;
  }
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  display: none;
}

.modal-window {
  position: fixed;
  text-align: left;
  background: white;
  padding: 20px;
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 9;
  max-width: 100%;
}
.modal-window .modal-inner{
  overflow: scroll;
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: calc(100vh - 220px);
}
.modal-window table{
  border-collapse: collapse;
  width: 780px;
}
.modal-window table th{
  text-align: center;
  background: #dea4a0;
  border-bottom: 1px solid #faefed;
  border-right: 1px solid #faefed;
  padding: 10px;
  font-size: 0.96em;
  font-weight: 600;
}
.modal-window table th:last-child{
  border-right: none;
}
.modal-window table th.title{
  font-size: 1.44em;
  font-weight: 700;
}
.modal-window table td{
  text-align: left;
  background: #faefed;
  border: 1px solid #dea4a0;
  padding: 10px;
  font-size: 0.76em;
}
.modal-window table td:nth-child(1){
  white-space: nowrap;
}
.modal-window table td:nth-child(3){
  white-space: nowrap;
}
#modal-lx0 table th{
  border-color:#faefed;
  background: #dea4a0;
}
#modal-lx0 table td{
  background: #faefed;
  border-color:#dea4a0;
}
#modal-lx1 table th{
  border-color:#fcf6ea;
  background: #ecc98e;
}
#modal-lx1 table td{
  background: #fcf6ea;
  border-color:#ecc98e;
}
#modal-lx2 table th{
  border-color:#f1f7f9;
  background: #b0d4da;
}
#modal-lx2 table td{
  background: #f1f7f9;
  border-color:#b0d4da;
}
#modal-lx3 table th{
  border-color:#f5f9f4;
  background: #c8dbc1;
}
#modal-lx3 table td{
  background: #f5f9f4;
  border-color:#c8dbc1;
}
#content .modal-window a{
  text-decoration: underline;
}
.modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  line-height: 1;
}


/* 実施体制---------------- */
.system-01{
  border: 1px solid #36318f;
  background: #36318f;
  color: #fff;
  border-radius: 15px;
  padding: 25px 30px;
  margin-bottom: 40px;
  position: relative;
}
.system-01 h3{
  text-align: center;
  margin: 0 auto 10px;
  color: #fff;
  font-weight: 500;
  font-size: 1.92em;
}
.system-01 p{
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4;
}
.system-01:after{
  content: "";
  display: block;
  width: 5px;
  height: 42px;
  background: #36318f;
  position: absolute;
  left: calc(50% - 2.5px);
  bottom: -42px;
}

.system-02{
  border: 2px solid #86b3e0;
  background: #fff;
  border-radius: 40px;
  padding: 30px 30px;
}
.system-02 h3{
  display: block;
  width: fit-content;
  margin: 0 auto 15px;
  color: #36318f;
  font-weight: 500;
  font-size: 1.44em;
}
.system-02 h3 span.leader{
  font-size: 0.83em;
}

@media screen and (max-width:860px) {
  .system-01 p br{
    display: none;
  }
}
@media screen and (max-width:780px) {
  .system-02 h3 br{
    display: none;
  }
}
/* News＆Topics---------------- */
main #news h2{
  padding: 0px;
  background: none;
  font-size: 1.43em;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
main #news h2:before{
  content: "";
}

.post-wrap{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.5%;
  justify-content: center;
}
.post-wrap .post{
  width: 31%;
  background: #efefef;
}

.post-wrap .post .image{
  aspect-ratio: 280 / 206;
}
.post-wrap .post .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-wrap .text{
  padding: 5px 5px 10px;
  font-weight: 500;
  line-height: 1.7;
}
.post-wrap .text .title{
  font-size: 1.06em;
  font-weight: 600;
  line-height: 1.2;
}
.post-wrap .text .date{
  color: #2e6eb6;
  font-size: 0.96em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
}
.post-wrap .post a{
  display: block;
  text-decoration: none;
  color: #231815;
}


.archive{
  text-align: right;
  margin-top: 20px;
}
.archive a{
  text-decoration: none;
  font-weight: 600;
  line-height: 1.2;
  color: #231815;
}
.archive a:before{
  content: "▶";
  color: #302d8d;
  font-feature-settings: unset;
  margin-right: 0.5em;
}

@media screen and (max-width:740px) {

  .post-wrap .post{
    width: 100%;
    background: #efefef; 
  }
}

/* 公開資料---------------- */
.document-movies{
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4.4%;
  justify-content: start;
}
.document-movies .movie{
    width: 30.4%;
}

@media screen and (max-width:740px) {

  .document-movies .movie{
    width: 100%;
  }
}
.document-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 4.4%;
  justify-content: center;
}

.document-wrap .document{
  width: 330px;
}
.document-wrap .document a{
  display: block;
  color: #fff;
  text-decoration: none;
  background: #2e6eb6;
  border-radius: 10px;
  text-align: center;
  font-size: 1.43em;
  line-height: 1.2;
  padding: 30px 30px;
}
.document-wrap .document a span{
  padding-right: 75px;
  position: relative;
  display: inline-block;
}
.document-wrap .document a span:after{
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  right: 0;
  top: calc(50% - 27px);
  background: url(../images/pdf-icon.png) no-repeat center / contain;
}
@media screen and (max-width:740px) {
}

/* バナーリンク---------------- */
.link-banner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 4.4%;
}
.link-banner:after{
  content: "";
  width: 30.38%;
  min-width: 200px;
}
.link-banner li{
  width: 30.38%;
  min-width: 200px;
}
/* フッター---------------- */
footer {
  width: 100%;
  position: relative;
  background: #36318f;
  color: #fff;
  border-top: 10px solid #2e6eb6;
  text-align: center;
  
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer .wrapper{
  padding: 15px 0 15px;
}
footer .heading{
  font-size: 1.43em;
  line-height: 1.2;
  margin-bottom: 10px;
}
footer .counter{
  font-size: 1.92em;
  line-height: 1.2;
  margin-bottom: 15px;
}
footer .number{
  font-size: 1.43em;
  line-height: 1.2;
}
footer .contact span{
  display: inline-block;
}


main #news:first-child,
main #index,
main #single{
  background: #fff;
}

main #index h3,
main #single h3{
  clear: both;
  color: #2e6eb6;
  font-size: 1.44em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
main #single p{
  margin-bottom: 1em;
}

main #index h3:not(:first-child),
main #single h3:not(:first-child){
  margin-top: 50px;
}

main #notfound{
  background: #fff;
}
main #notfound h3{
  clear: both;
  color: #2e6eb6;
  font-size: 1.44em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
main #single figure:not(:last-child){
  margin-bottom: 30px;
}


.article-nav{
  margin-top: 40px;
  border-top: 1px solid var(--lightgray);
  padding-top: 40px;
}
.article-nav .nav-wrap{
  display: flex;
  flex-wrap :wrap;
  gap: 20px 25px;
  justify-content: center;
  align-items: center;
}

.article-nav .prev{
  text-align: left;
}
.article-nav .next{
  text-align: right;
}

.article-nav a{
    display: block;
    text-decoration: none;
    color: #231815;
    position: relative;
    font-size: 1em;
    line-height: 1.46;
    transition: 0.3s ease color;
}


.article-nav .prev a{
  padding-left: 20px
}

.article-nav .next a{
  padding-right: 20px
}



/*ページネーション------------------------------------*/

.pagenation{
		margin-top: 60px;
}

.pagenation .wp-pagenavi {
	clear: both;
	text-align:center;
}

.pagenation .wp-pagenavi a,
.pagenation .wp-pagenavi span {
	text-decoration: none;
	margin: 0 12px;
	font-weight:400;
	color:#8f8f90;
	background:#dbdcdc;
	cursor:pointer;
	display:inline-block;
	width:44px;
	line-height:44px;
	border-radius:22px;
	text-decoration:none;
	position:relative;
	transition:0.15s ease;
	top:0;
	
	padding: 0;
	border: none;
}

.pagenation .wp-pagenavi a:hover{
	background:#2e6eb6;
	color:#fff;
}
.pagenation .wp-pagenavi span.current {
	background:#2e6eb6;
	color:#fff;
}

.pagenation .wp-pagenavi .nextpostslink,
.pagenation .wp-pagenavi .nextpostslink:hover,
.pagenation .wp-pagenavi .previouspostslink,
.pagenation .wp-pagenavi .previouspostslink:hover{
	background:none;
}

.pagenation .wp-pagenavi .nextpostslink{
	background:url(../images/pagenation-arrow-next.svg) no-repeat center center ;
	background-size:7px 12px;
	margin-right:0;
	padding: 0;
}

.pagenation .wp-pagenavi .nextpostslink:hover{
	background:url(../images/pagenation-arrow-next.svg) no-repeat center center ;
	background-size:7px 12px;
}

.pagenation .wp-pagenavi .previouspostslink{
	background:url(../images/pagenation-arrow-prev.svg) no-repeat center center ;
	background-size:7px 12px;
	margin-left:0;
	padding: 0;
}

.pagenation .wp-pagenavi .previouspostslink:hover{
	background:url(../images/pagenation-arrow-prev.svg) no-repeat center center ;
	background-size:7px 12px;
}


@media only screen and (max-width:860px){
	.pagenation{
		margin-top: 30px;
	}
	.pagenation .wp-pagenavi {
		white-space: nowrap;
		position: relative;
	}
	.pagenation .wp-pagenavi .sfwppa-link-next{
		width:25px;
	}
	.pagenation .wp-pagenavi .previouspostslink{
		width:25px;
	}
}