@charset "UTF-8";
body {
  margin: 0px;
  padding: 0px;
}

header {
    font-size: clamp(10px, 1.2vw, 12px);
    background:rgba(255,255,255,0.75);
    width: 100vw;
    height: 140px;
}
@media only screen and (max-width:768px) {
header {
    height: 100px;
}
}
header nav {
    background: #0e366f;
    height: 40px;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-right: 100px
}
header nav .stakeholders {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
@media only screen and (max-width:768px) {
header nav .stakeholders {
    width: 100vw;
}
}
header nav .stakeholders a {
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 1px solid #FFF;
}
@media only screen and (max-width:768px) {
header nav .stakeholders a {
    width: 16%;
    height: 40px;
}
}
header nav .sp-jyuken {
    width: 36%;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: #40bc31;
}
header nav .sp-jyuken img {
    height: 100%;
    width: auto;
}
header nav .menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-left: 1px solid #FFF;
}
@media only screen and (max-width:768px) {
header nav .menu {
    display: none;
}
header nav .sp-jyuken img {
    height: auto;
	max-height: 100%;
    width: 98%;
	margin: 3px 1%;
}
}
header nav .menu a {
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #FFF;
}
header nav a._last {
    border-right: 1px solid #FFF;
}
header .search-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
	padding-right: 10px
}
header .search-arrow {
    position: absolute;
}
header input[type='text'] {
    font: 12px/26px sans-serif;
    box-sizing: border-box;
    width: 120px;
    height: 20px;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #777;
    border: none;
    outline:none;
    border-radius: 10px;
    padding-top: 0.1em;
    padding-right: 1em;
    padding-bottom: 0.1em;
    padding-left: 1em;
    background-color: #FFF;
}
header input[type='submit'] {
    box-sizing: border-box;
    width: 30px;
    transition: 0.3s;
    border: none;
    background: none;
}

header a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
header a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
header a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
header ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .g-nav {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(10px, 1.0vw, 16px);
	margin-right: 100px
}
@media only screen and (max-width:768px) {
header .g-nav {
    height: 60px;
}
}
header .g-nav .site-logo {
	max-width:370px;
	width: 27.5vw;
    margin-left: 40px;
}
@media only screen and (max-width:1050px) {
header .g-nav .site-logo {
    margin-left: 20px;
}
}
header .g-nav .site-logo img{
	width:100%
}
@media only screen and (max-width:768px) {
header .g-nav .site-logo {
    margin-left: 20px;
    height: 30px;
}
header .g-nav .site-logo img {
    width: auto;
    height: 100%;
}
}
header .g-nav ._nav {
    display: flex;
    align-items: center;
	padding-right: 20px
}
@media only screen and (max-width:1050px) {
header .g-nav ._nav {
	padding-right: 10px
}
}
@media only screen and (max-width:768px) {
header .g-nav ._nav {
    display: none;
}
}
header .g-nav ._nav a {
    margin-left: 13px;
    margin-right: 13px;
}
@media only screen and (max-width:1050px) {
header .g-nav ._nav a {
    margin-left: 5px;
    margin-right: 5px;
}
}
	
header .g-nav ._nav a.last {
    margin-right: 0;
}
header .g-nav ._nav a img {
    height: 64px;
}



#breadcrumbs a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-right: 8px;
}
#breadcrumbs a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
#breadcrumbs a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#breadcrumbs {
  justify-content: flex-end;
  font-size: 0.7vw;
  height: 100px;
  position: relative;
  top: 0px;
  z-index: 0;
  width: calc(100vw - 20px);
  text-align: right;
}
@media only screen and (max-width:768px) {
#breadcrumbs {
  display: none;
}
}
#breadcrumbs div {
  font: 1.4vw/24px sans-serif;
  margin-bottom: 5px;
  font-weight: bold;
  color: #0e366f;
  margin-top: 10px;
}
#breadcrumbs .mr100{margin-right: 110px}

#breadcrumbs div span {
  font: 1.2vw/16px sans-serif;
  margin-left: 10px;
}

@media only screen and (max-width:768px) {
  header nav .left-position .site-btn a {
    color: #FFF;
    background-image: url(../img/header-arrow02.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 5px;
    padding-top: 5px;
    background-color: #0e366f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  #breadcrumbs {
    display: none;
  }
  header nav .left-position .stakeholders {
    margin-right: 10px;
  }
  header .globalnav .site-logo {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
  header .globalnav .site-logo img {
    width: 100%;
  }
  header .globalnav .menu {
    display: none;
  }
  .content_menu2 .ttl {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 16px;
    color: #fff;
      margin-bottom: 0;
  }
  .content_menu2 .navi {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(../img/hum_arrow.svg);
    background-repeat: no-repeat;
    background-position: 30px center;
    color: #333;
  }
}

#sidemenu{
	position: fixed;
	top: 0;
	right: 0;
	width: 100px;
	z-index: 1000
}
#sidemenu .juken-img{width: 100px; background: #c0cbda; padding:30px 5px; }
#sidemenu .sidemenu2{ background: #627ca1; padding: 15px 18px}
#sidemenu .sidemenu2_line{ border-bottom: thin solid #fff; padding-top: 10px}
#sidemenu .sidemenu_sns{ padding: 20px 0; text-align: center; color: #0e366f; font-size: 13px; line-height: 1.6}
#sidemenu .sidemenu_sns img{ width: 44%; margin:7px 28%}	
#sidemenu .sidemenu_eng{border-bottom: thin solid #0e366f; border-top: thin solid #0e366f; color: #0e366f; text-align: center; font-size: 12px; padding: 10px; margin: 10px 15px; line-height: 1.6}


.sp_sidemenu {position: fixed; right: 0; width: 43px; z-index: 1000; bottom: 0px}
.sp_sidemenu_juken {background:#c0cbda; border-top: solid 2px #0e366f; border-left: solid 2px #0e366f; border-bottom: solid 2px #0e366f; border-radius: 10px 0 0 10px; padding: 7px 3px }
.sp_sidemenu_sns{ padding: 15px 5px}
.sp_sidemenu_sns img{ width: 100%; margin-bottom: 7px }



header nav .menu {
    border: none;
}
header nav a.menu-lang{
    width: auto;
    display: flex;
    border: none !important;
    font-size: 12px;
    padding: 1em 1em 1em 2.5em;
    background: url(../img/icon-lang.svg) no-repeat center left / auto 21px;
}



.side-nav{
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
@media only screen and (max-width:768px) {
    .sp_sidemenu_juken2{
        
    }    
}
