#header {
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-icon img{
  max-width: 100px;
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
}

#g-nav-list {
  position: relative;
  z-index: 999;
  width: 100%;
  max-width: 350px;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav-list .nav05b >li{
  border-bottom: 1px solid #cccccc;
}

#g-nav li a {
  color: #1c2a3b;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#g-nav .other_menu{
  border-bottom: none;
}

#g-nav ul li a {
  padding: 10px 15px;
}

#g-nav.panelactive ul.nav05b li {
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

#g-nav li {
  text-align: center;
  list-style: none;
  margin: 0 0 10px 0;
}

#g-nav ul.accordion-contents {
  display: block;
}

#g-nav ul.accordion-contents a {
  color: #181d62;
}

#g-nav.panelactive #g-nav-list {
  display: block;
  /* visibility: inherit; */
}

.nav05b li.current::before, .nav05b li.other_menu::before, .nav05b li.current::after, .nav05b li.other_menu::after {
  /* background: #fff; */
}

.accordion-trigger::before {
  background-color: #1c2a3b;
}

.accordion-trigger::after {
  background-color: #1c2a3b;
}

.openbtn.active span:nth-of-type(1) {
  top: 26px;
  left: 21px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 38px;
  left: 21px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 23px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}

.openbtn {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  cursor: pointer;
  width: 94px;
  height: 94px;
  background: #005293;
}

.openbtn {
  width: 70px;
  height: 70px;
}

.openbtn span:nth-of-type(1) {
  top: 20px;
}

.openbtn span:nth-of-type(2) {
  top: 33px;
}

.openbtn span:nth-of-type(3) {
  top: 45px;
}

.openbtn span {
  left: 17px;
}

#g-nav li a.sdgs {
  text-transform: none;
}

#header h1 {
  font-size: 0;
  transform: translate(-50%, -50%);
  top: 50%;
}

header ul#utility-navi li a {
  width: 70px;
  height: 70px;
  padding: 0;
}

#header ul#utility-navi li img {
  width: 45%;
  margin: 17px 0 0 0px;
}

header ul#utility-navi li span {
  display: none;
}

#header ul#utility-navi li a {
  width: 70px;
  height: 70px;
  padding: 0;
}

#header ul#utility-navi li span {
  display: block;
  line-height: 1;
}

/* .circle-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #171c61;
  transform: scale(0);
  right: -50px;
  bottom: -50px;
  transition: all 0.6s;
} */

.circle-bg.circleactive {
  transform: scale(50);
}

#g-nav ul {
  display: block;
}

#g-nav ul.nav05b {
  opacity: 0;
  position: absolute;
  z-index: 999;
  padding: 140px 0;
  overflow: auto;
}
#g-nav.panelactive ul.nav05b {
  opacity: 1;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  /* overflow: auto; */
}
#g-nav{
  width: 0;
  left: 0;
  transition: width 0.5s;
}
#g-nav.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 70%;
  max-width: 350px;
  height: 100vh;
  background-color: #f0f6fe;
}

#news {
  padding: 20px 40px;
}

#lead .lead {
  font-family: "Helvetica Neue", Arial, serif;
}

#service header p br.block_el {
  display: block;
}

.message-img {
  position: relative;
}
.message-img ul {
  position: absolute;
  top: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  transform: translateY(-50%);
}
.message-img ul li {
  width: 32%;
}

#footer {
  display: initial;
}

#footer .footer-r {
  width: 100%;
  padding: 0 30px;
}

#footer #copyright {
  background: none;
  height: auto;
  padding: 20px 0;
}

.footer_nav {
  display: flex;
  /* justify-content: space-evenly; */
  /* flex-wrap: wrap; */
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 30px;
  padding-top: 50px;
  gap: 20px;
}
.footer_nav a {
  color: #fff;
}

.footer_nav li ul li {
  width: 100%;
  padding-left: 10px;
}

.footer_nav .footer_nav_content:not(:first-child) {
    margin-top:20px;
}
.footer_nav .footer_nav_content:nth-child(2),
.footer_nav .footer_nav_content:nth-child(3) {
    border-right:solid 1px;
}
.footer_nav_content {
    padding: 0 15px;
    width: 100%;
}
.footer_nav_inner {
    display: grid;
    justify-content: center;
}
@media screen and (max-width: 1530px) {
   #lead {
    height: 87vh;
  }
}
@media screen and (max-width: 820px) {
  .footer_nav{
    font-size: 0.625rem;
    gap: 5px;
    padding: 10px;
    padding-top: 30px;
  }
  .footer_nav_content {
    padding: 0 10px;
}
  #slider-area {
    height: 50vh;
  }
  #lead {
    height: 60vh;
  }
}
@media screen and (max-width: 520px) {
  .footer_nav{
    flex-direction: column;
    width: 80%;
    font-size: 1rem;
  }
  .footer_nav .footer_nav_content:nth-child(2),
.footer_nav .footer_nav_content:nth-child(3) {
    border-right:none;
}
  .footer_nav .footer_nav_content:nth-child(2) .footer_nav_inner,
.footer_nav .footer_nav_content:nth-child(3) .footer_nav_inner {
    border-bottom:solid 1px ;
}
/* .footer_nav_content:first-child img{
  width: 80%;
} */
.footer_nav_inner {
    display: grid;
    justify-content:initial;
    padding-bottom: 25px;
}
  #lead {
    height: calc(90vw + 5vh);
  }
  #slider-area {
    height: 60vw;
  }
  #news {
    bottom: 0;
    top: 90vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #service {
    margin-top: 120px;
  }
  .main_contents_info.main_contents_rec dd {
    padding: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 420px) {
  .footer_nav{
    width: 100%;
  }
  #lead {
    height: calc(90vw + 5vh);
  }
  #slider-area {
    height: 60vw;
  }
  #news {
    bottom: 0;
    top: 100vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #service {
    margin-top: 120px;
  }
  
}

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

  .message-area {
   padding-top: 50px;
  }
}

#slider-area #slider {
    width: 100%;
    /* height: auto!important; */
    /* aspect-ratio: 450/300!important; */
}
/*# sourceMappingURL=add.css.map */


/* メニューアイコン文字 */
span.header_menu_mini {
    display: inline-block;
    margin: -3px 0 0 0;
    font-size: 10px
}