body {
  font-family: 'Kosugi Maru', sans-serif;
}
.noto_sans_JP {
  font-family: 'Noto Sans JP', sans-serif;
}
/* -----background------------------------------- */
.background {
  width: 100vw;
  max-width: 1450px;
  position: relative;
  overflow: hidden;
  z-index: -10;
}
.maru_ki {
  background: rgba(255, 242, 0, 0.8);
  position: fixed;
  top: -21%;
  left: -8%;
  width: 650px;
  height: 450px;
  border-radius: 35% 65% 13% 87% / 30% 30% 70% 70%;
  z-index: -7;
}
.maru_ao {
  position: fixed;
  bottom: -18%;
  right: -1%;
  background: rgba(48, 52, 129, 0.32);
  width: 650px;
  height: 400px;
  border-radius: 72% 28% 69% 31% / 30% 27% 73% 70%;
  z-index: -6;
}
.maru_mizu {
  position: fixed;
  bottom: 5%;
  left: 20%;
  background: rgba(214, 230, 242, 0.5);
  width: 750px;
  height: 350px;
  border-radius: 79% 21% 83% 17% / 75% 57% 43% 25%;
  z-index: -5;
}
.PC_Block {
  display: none;
}
.wrapper {
  margin: 0 auto;
  padding-bottom: 100px;
  width: 85vw;
  max-width: 1407px;
  min-height: calc(100vh - 353.571px);
  box-sizing: border-box;
  position: relative;
}
a {
  color: #303481;
}
a:hover {
  color: #303481;
}
.navbar-burger {
  color: white !important;
}
.navbar-burger span {
  height: 2px !important;
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
a.navbar-item,
.navbar-link {
  transition: all 0.3s ease 0s;
}
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #d6e6f2;
  color: #303481;
}

header {
  margin-bottom: 1rem;
}
header section.hero {
  background-color: #303481;
}
.hero .subtitle {
  line-height: 0.6rem;
}
header section.hero .hero-body {
  padding: 15px 15px 5px 3rem;
}
.navbar-menu.is-active {
  position: absolute;
  z-index: 90;
  width: 100%;
}
.navbar-item,
.navbar-link {
  padding: 0.5rem 0.75rem 0.5rem 1.75rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 2.75rem;
}
.navbar {
  background-color: #303481;
}
.breadcrumb {
  border-bottom: 1px solid #303481;
}
.breadcrumb a {
  color: #303481;
}
.breadcrumb:not(:last-child) {
  margin-bottom: 1rem;
}
/* 真ん中コンテンツ */
.columns {
  margin-top: 1rem;
}
.columns .box {
  border-radius: 23px;
}
.main_content {
  width: 100%;
  max-width: 1200px;
  padding: 0 1.5rem 2rem 1.5rem;
}
.title_box {
  margin: 0 auto;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #303481;
  width: max-content;
  padding: 0.8rem 1.5rem;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
}
.main_content .box {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.main_top_box {
  width: 100%;
  height: 40vh;
  max-height: 300px;
  text-align: center;
  font-weight: bold;
}
.mobile_menu {
  padding: 2rem 0;
}
.mobile_menu li {
  margin-bottom: 1rem;
}
.mobile_menu li a {
  border-bottom: 1px solid #303481;
}
a.nowPage {
  pointer-events: none;
}
/* grid setting */
.grid_content_1 {
  display: grid;
  grid-template-areas:
    'title'
    'subtitle_1'
    'content_1-3'
    'content_1-2'
    'content_1-1'
    'subtitle_2'
    'content_2'
    'subtitle_3'
    'content_3'
    'subtitle_4'
    'content_4'
    'img_item_1'
    'img_caption_1';
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 100%;
}
.grid_content_2 {
  display: grid;
  grid-template-areas:
    'title'
    'content_1'
    'content_2'
    'content_3'
    'content_4'
    'content_5'
    'content_6'
    'content_7'
    'content_8'
    'content_9'
    'content_10'
    'img_item_1'
    'img_caption_1'
    'img_item_2'
    'img_caption_2';
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 100%;
}
.title_title {
  grid-area: title;
}
.subtitle_1 {
  grid-area: subtitle_1;
}

.subtitle_2 {
  grid-area: subtitle_2;
}
.subtitle_3 {
  grid-area: subtitle_3;
}
.subtitle_4 {
  grid-area: subtitle_4;
}
.content_1 {
  grid-area: content_1;
}
.content_2 {
  grid-area: content_2;
}
.content_3 {
  grid-area: content_3;
}
.content_4 {
  grid-area: content_4;
}
.content_5 {
  grid-area: content_5;
}
.content_6 {
  grid-area: content_6;
}
.content_7 {
  grid-area: content_7;
}
.content_8 {
  grid-area: content_8;
}
.content_9 {
  grid-area: content_9;
}
.content_10 {
  grid-area: content_10;
}
.img_item_1 {
  grid-area: img_item_1;
}
.img_caption_1 {
  grid-area: img_caption_1;
}
.img_item_2 {
  grid-area: img_item_2;
}
.img_caption_2 {
  grid-area: img_caption_2;
}
/* grid style */
.grid_style {
  margin-bottom: 3rem;
  border: 1px solid #dbdbdb;
}
.table_title {
  text-align: left;
  background-color: #dbdbdb;
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sub_title {
  background-color: rgba(214, 230, 242, 1);
  padding: 0.5rem;
  border-bottom: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}
.sub_content {
  padding: 0.5rem;
  border-bottom: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}
.img_item {
  padding: 0.5rem 0.5rem 0.1rem 0.5rem;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.img_caption {
  padding: 0.3rem 0.2rem 0.5rem 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* text */
.padding {
  padding: 0.5rem 0;
}
.for_img_margin {
  margin-bottom: 1rem;
}
.pdf_link p {
  text-align: right;
}
.caption figure {
  width: 10rem;
}
.caption p {
  color: #717171;
}
.line_height {
  line-height: 1rem;
}
/* フッター */
footer {
  background-color: #d6e6f2;
  padding: 3rem 1.5rem 1rem;
  color: #717171;
  position: absolute;
  width: 100%;
}
#footer p {
  text-align: center;
  font-weight: bold;
}
footer .content {
  margin: 0 auto;
  width: 85vw;
  max-width: 1407px;
}
footer .content a {
  color: #717171;
}
.content figure:not(:first-child) {
  margin-top: 0.5rem;
}
footer .images {
  margin-bottom: 1rem;
}
.images img {
  width: 80%;
  max-width: 300px;
  text-align: center;
}
.footer_menus {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_menus .footer_menu._right {
  border-left: 2px solid white;
}
.footer_menu {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  overflow: hidden;
}
.footer_menus ul {
  list-style: none;
  margin-left: 0;
}
.footer_menu li a {
  display: block;
  line-height: 1.5rem;
  padding: 10px;
  list-style: none;
  color: #717171;
}
.footer_menu_bottom {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  overflow: hidden;
}
.footer_menu_bottom ul {
  list-style: none;
  margin-left: 0;
}
.footer_menu_bottom li a {
  display: block;
  line-height: 1rem;
  padding: 10px;
  list-style: none;
  color: #717171;
}
small {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .flex_ {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  .tabs_ {
    display: flex;
  }
  .tabs_sidebar {
    width: 30%;
    min-width: 100px;
    max-width: 350px;
    flex-shrink: 0;
    background: white;
  }
  .tabs_button {
    display: block;
    padding: 10px;
    background: rgba(159, 159, 159, 0.1);
    border: none;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    width: 100%;
    outline: none;
    cursor: pointer;
  }
  .tabs_button:active {
    background: white;
  }
  .tabs_button-active {
    font-weight: bold;
    background: white;
  }
  .tabs_content {
    padding: 15px;
    font-size: 0.8rem;
    display: none;
  }
  .tabs_content-active {
    display: block;
  }
  .tabs_content > :first-child {
    margin-top: 0;
  }
  .tabs_ .box:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .navbar-menu.is-active {
    background: #d6e6f2;
  }
}
@media screen and (min-width: 1024px) {
  .PC_Block {
    display: block;
  }
  .Mobile_Block {
    display: none;
  }
  .navbar-dropdown {
    background-color: #d6e6f2;
  }
  .navbar-dropdown a.navbar-item:focus,
  .navbar-dropdown a.navbar-item:hover {
    background-color: #d6e6f2;
    color: #303481;
  }
  .navbar {
    background-color: #303481;
    border-radius: 0 0 17px 17px;
    min-height: 3.25rem;
    max-height: 5rem;
    position: relative;
    z-index: 30;
    width: 100%;
    font-size: 100%;
    margin: 0 auto;
    color: white;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
  }
  .navbar-start {
    justify-content: space-around;
    margin: 0 auto;
  }
  .navbar-item {
    color: #303481;
  }
  .navbar-link {
    color: white;
  }
  .navbar-item,
  .navbar-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /* 真ん中コンテンツ */
  .main_content.column {
    padding-left: 0;
    padding-right: 2.25rem;
  }
  .side_menu {
    width: 10%;
    max-width: 250px;
    max-height: 270px;
    background: #f5f5f5;
    border-radius: 23px;
    padding-top: 1.5rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 17rem;
  }
  p.menu-label {
    font-weight: bold;
  }
  .menu-label,
  .menu-list {
    text-align: center;
  }
  .menu-list li {
    transition: all 0.3s ease 0s;
  }
  .side_menu .active,
  .menu-list li:hover,
  .side_menu a.nowPage {
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }
  .menu-list li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .main_content {
    margin-left: 2.25rem;
    margin-right: 1rem;
    width: 70%;
  }
  .main_content .flex_box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
  .main_content .image {
    margin-left: 1rem;
    max-width: 300px;
    object-fit: cover;
  }
  .title_box {
    font-size: 1.25rem;
    background: white;
    box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.25);
    margin: 1.5rem auto 0 0;
    min-width: 200px;
    padding-left: 2rem;
  }
  .main_content .box {
    margin-left: 2.25rem;
  }
  .main_text p {
    line-height: 1.6rem;
  }
  #overview .main_text {
    width: 100%;
  }
  .main_top_box {
    max-height: 500px;
  }
  /* grid setting */
  .grid_content_1 {
    grid-template-areas:
      'title title title title'
      'subtitle_1 content_1-3 img_item_1 img_item_1'
      'subtitle_1 content_1-2 img_item_1 img_item_1'
      'subtitle_1 content_1-1 img_item_1 img_item_1'
      'subtitle_2 content_2 img_item_1 img_item_1'
      'subtitle_3 content_3 img_item_1 img_item_1'
      'subtitle_4 content_4 img_caption_1 img_caption_1';
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 15% 35% 25% 25%;
  }
  .grid_pc_2img {
    grid-template-areas:
      'title title title'
      'content_1 img_item_1 img_item_1'
      'content_2 img_item_1 img_item_1'
      'content_3 img_item_1 img_item_1'
      'content_3 img_caption_1 img_caption_1'
      'content_4 img_item_2 img_item_2'
      'content_4 img_item_2 img_item_2 '
      'content_5 img_item_2 img_item_2'
      'content_5 img_caption_2 img_caption_2';
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 50% 25% 25%;
  }
  .grid_pc_one {
    grid-template-areas:
      'title title title'
      'content_1 img_item_1 img_item_1'
      'content_1 img_item_1 img_item_1'
      'content_1 img_item_1 img_item_1'
      'content_1 img_caption_1 img_caption_1';
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 50% 25% 25%;
  }
  .grid_pc_many_1img {
    grid-template-areas:
      'title title title title'
      'content_1 content_1 content_1 content_1'
      'content_2 content_2 content_2 content_2'
      'content_3 content_3 content_3 content_3'
      'content_4  content_4 content_4 content_4'
      'content_5 content_5 content_5 content_5'
      'content_6 content_6 content_6 content_6'
      'content_7 content_7 content_7 content_7'
      'content_8 content_8 content_8 content_8'
      'content_9 content_9 content_9 content_9'
      'content_10 content_10 content_10 content_10'
      'img_item_1  img_item_1 img_item_1 img_item_1'
      'img_caption_1 img_caption_1 img_caption_1 img_caption_1';
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 25% 25% 25% 25%;
  }
  /* grid style */
  .table_title {
    border-bottom: 0px solid #dbdbdb;
  }
  .sub_title {
    border-bottom: 0px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
  }
  .sub_content {
    border-bottom: 0px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
  }
  .border_bottom {
    border-bottom: 1px solid #dbdbdb;
  }
  .for_img_margin {
    margin-bottom: 0;
  }
  /* フッター */
  #footer .content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_menus {
    display: block;
  }
  .footer_menus .footer_menu._right {
    border-left: none;
  }
  .PC_middle,
  .footer_menus,
  .footer_menu_bottom {
    width: 30%;
  }
  .content ul {
    margin-top: 0;
  }
  .footer_menus {
    order: 1;
    border-top: 1px solid white;
  }
  .footer_menu {
    margin-bottom: 0;
  }
  .PC_middle {
    order: 2;
  }
  .footer_menu_bottom {
    order: 3;
    border-top: 1px solid white;
  }
}
