/*===================================
Ã¥â€¦Â¨Ã¤Â½â€œ
===================================*/
html{
  scroll-behavior: smooth;
}
figure {
  margin: 0;
}

.pc-none{
  display: none;
}
.sp-none{
  display: inline;
}

.main-section{
  width: 100%;
  min-width: 1100px;
  padding: 6rem 0 4rem;
  z-index: 2;
  position: relative;
  background-color: #FFF;
}


.js-fix.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.point-underline {
  position: relative;
  z-index: 1;
}
.point-underline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 3px;
  background: #0080cb;
  z-index: -1;
  transition: all 3s;
}
.point-underline.isActive {
  padding:0 5px;
}
.point-underline.isActive:after {
  width: 100%;
}






/*===================================
section-box
===================================*/
.section-wrap{
  max-width: 1400px;
  min-width: 1100px;
  margin: 0 auto;
  /* padding: 10rem; */
}
.section__heading{
  margin: 2rem auto 4rem;
  color: #222;
  font-size: 34px;
}
.section-box-wrap{
  width: 100%;
  margin: 0 auto 4rem;
  display: flex;
  flex-wrap: nowrap;
}
.section-box-image{
  width: 55%;
  padding: 0rem 2rem;
}
.section-box-image figure{
  width: 100%;
}
.section-box-image figure img{
  width: 100%;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.section-box-body{
  width: 45%;
  padding: 6rem 3rem;
}

.section-box-heading{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 4rem;
  line-height: 1.8;
}
.section-box-text{
  font-size: 16px;
  line-height: 2;
}

.section-button-wrap{
  width: 560px;
  margin: 2rem auto 4rem;
}
.section-box-button {
  display: block;
  width: 100%;
  border: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
}
.section-box-button a {
  display: block;
  padding: 16px 16px;
  background-color: #0080cb;
  background-image: url(../../img/icon/icon_arrow_right_wh.svg);
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.section-box-button a:hover {
  background-color: #00446c;
  transition: 0.5s;
}
.section-box-button:hover > a {
  background-position: right 15px center;
  transition: 0.5s;
}

/*===================================
Ã£Æ’Â­Ã£Æ’Â¼Ã£â€šÂ«Ã£Æ’Â«Ã£Æ’Å Ã£Æ’â€œ
===================================*/
#localNav__section{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, .9);
  width: 100%;
  border-bottom: 1px solid #DDD;
  margin-bottom: .5rem;
}
.local-nav-outer{
  width: 100%;
  /* max-width: 1200px; */
  min-width: 1100px;
  margin: 0 auto;
  position: relative;
}
/* .breadcrumb {
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  padding: 0 0 0;
} */

.his-logo-wrap{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-self: center;
  align-items: center;
  padding: .5rem 1rem 0;
}
.his-logo-inner{
  width: 70px;
  margin-right: 1rem;
}
.his-logo img {
  width: 66px;
  height: 26px;
}
.his-site-copy {
  font-size: 11px;
  line-height: 1.2;
}

.his-logo-wrap .section-button-wrap{
  width: 240px;
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.his-logo-wrap .section-box-button {
  display: block;
  width: 100%;
  border: none;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
}
.his-logo-wrap .section-box-button a {
  padding: 10px 12px 10px 20px;
  background-image: url(/searchMod/img/icon_search.svg);
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left 15px;
}

.local-nav-wrap {
  width: 100%;
  padding: 0 2rem;
  /* background-color: #EEE; */
}
.local-nav{
  display: flex;
  flex-wrap:nowrap
}
.local-nav li{
  font-size: 14px;
}
.local-nav li a{
  display: block;
  padding: .5rem 2rem 0.5rem 0;
  color: #222;
  text-decoration: none;
}
.local-nav li a:hover{
  color: #222;
  text-decoration: 1px solid #222;
}
