@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:url(../font/NotoSansCJKjp-Regular.otf?0) format('opentype'),
    url(../font/NotoSansCJKjp-Regular.ttf?0) format('truetype'),
    url(../font/NotoSansCJKjp-Regular.woff?0) format('woff');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: 500;
  font-weight: 500;
  font-display: block;
  src:url("../font/NotoSansCJKjp-Medium.otf?0") format('opentype'),
    url("../font/NotoSansCJKjp-Medium.otf?0") format('truetype'),
    url("../font/NotoSansCJKjp-Medium.otf?0") format('woff');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: bold;
  font-weight: 700;
  font-display: block;
  src:url(../font/NotoSansCJKjp-Bold.otf?0) format('opentype'),
    url(../font/NotoSansCJKjp-Bold.ttf?0) format('truetype'),
    url(../font/NotoSansCJKjp-Bold.woff?0) format('woff');
}
body{
  font-family: YakuHanJP, 'Noto Sans Japanese',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.8;
  padding-top: clamp(5.25rem, 1.833rem + 6.67vw, 8.5rem);/*820-1600*/
  -webkit-text-size-adjust: 100%;
  color: #323232;
}

body.open{
  height: 100%;
  overflow: hidden;
}
a{
  text-decoration: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.his_allcontainer{margin-bottom: 144px;}
.his_wrap{
  max-width: 1264px;
  margin: auto;
  padding: 0 32px;
}
input{-webkit-tap-highlight-color:rgba(0,0,0,0);}
input[type="number"] {
  -moz-appearance:textfield;
  appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
  border-radius: 0;
}
select{appearance: none;}
select::-ms-expand{display: none;}
button,
select,
textarea{
  font-family: YakuHanJP, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1rem;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  outline: 0;
}
img{max-width: 100%;}



/*-------------------- header --------------------*/
.his_header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 1.2;
  padding-top: 4px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 32px rgba(0, 0, 0, 0.08);
  z-index: 998;
}
.his_header::after{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #0081E3 0%, #004098 100%);
}
.his_headerwrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1472px;
  height: clamp(5rem, 1.583rem + 6.67vw, 8.25rem);/*820-1600*/
  padding: 0 32px;
  margin: auto;
}
.his_hosname a{
  display: flex;
  align-items: center;
  color: #323232;
}
.his_hosname a div:first-of-type{margin-right: 14px;}
.his_hosname a div:first-of-type img{
  width: clamp(3rem, 0.529rem + 3.85vw, 4.375rem);
  height: clamp(3rem, 0.529rem + 3.85vw, 4.375rem);
}
.his_hosname a div:last-of-type p:first-of-type{
  font-size: clamp(0.75rem, 0.487rem + 0.51vw, 1rem);
  font-weight: 500;
}
.his_hosname a div:last-of-type p:last-of-type{
  font-weight: bold;
  font-size: clamp(1.5rem, -0.321rem + 2.82vw, 2.5rem);
}
.his_hosname a div:last-of-type p:last-of-type span{
  vertical-align: baseline;
  font-size: clamp(0.75rem, 0.356rem + 0.77vw, 1.125rem);
  font-weight: normal;
}
.his_header ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.his_header ul li:nth-of-type(n+2){margin-left: clamp(0.875rem, -0.571rem + 2.82vw, 2.25rem);}/*14-36 820-1600*/
.his_header ul li a{
  position: relative;
  display: block;
  padding: clamp(4px, 0.6vw, 10px) 0;
  font-weight: 500;
  font-size: clamp(0.75rem, -0.029rem + 1.15vw, 1.125rem);/*12pt-18pt 1080px-1600px*/
  color: #323232;
  cursor: pointer;
}
.his_header #glonav li:nth-last-of-type(-n+2) img{
  width: clamp(1.5rem, 0.712rem + 1.54vw, 2.25rem);
  height: clamp(1.5rem, 0.712rem + 1.54vw, 2.25rem);
}
.his_header #glonav li:last-of-type a{color: #898F9C;}
.his_header #glonav li:last-of-type a svg{
  vertical-align: top;
  fill: currentColor;
  width: clamp(1.5rem, 0.712rem + 1.54vw, 2.25rem);
  height: clamp(1.5rem, 0.712rem + 1.54vw, 2.25rem);
}

.his_header #glonav li:nth-last-of-type(n+3) a::after{
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0060BD;
  transition: all 0.15s linear;
}


.his_hiddenmenu{
  position: fixed;
  display: none;
  top: clamp(4.75rem, 2.253rem + 4.87vw, 7.125rem);/*820-1600*/
  left: calc(50% - 720px);
  width: 100%;
  max-width: 1440px;
  padding: 76px 16px 76px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.16);
  z-index: 2000;
}
.his_hiddenmenu ul{
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.his_hiddenmenu.his_flxwp ul{
  flex-wrap: wrap;
  width: 80%;
  max-width: 1000px;
}
.his_hiddenmenu ul li{
  width: 368px;
  margin-left: clamp(0.75rem, -0.433rem + 2.31vw, 1.875rem);
}
.his_hiddenmenu ul li:nth-of-type(3n+1){margin-left: 0;}
.his_hiddenmenu.his_flxwp ul li{width: 298px;}
.his_hiddenmenu.his_flxwp ul li.his_widl{width: 338px;}
.his_hiddenmenu.his_flxwp ul li:nth-of-type(n+4){margin-top: 24px;}
.his_hiddenmenu ul li a{
  position: relative;
  display: block;
  height: 88px;
  /* padding-top: 27px; */
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-weight: 500;
  color: #004098;
  border-radius: 4px;
  border: 1px solid #004098;
}
.his_hiddenmenu.his_flxwp ul li a{
  height: 64px;
  /* padding-top: 17px; */
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
.his_hiddenmenu ul li a p{
  position: relative;
  z-index: 1;
}
.his_hiddenmenu ul li a .his_blarw{
  position: absolute;
  right: 24px;
  /* top: calc(50% - 13px); */
  width: 26px;
  height: 26px;
  margin-right: 0;
  z-index: 1;
}
.his_hiddenmenu ul li a .his_blarw img{
  width: 7px;
  height: 12px;
}
.his_hiddenmenu ul li a .his_blarw img:last-of-type{display: none;}
.his_hiddenmenu ul li a::after{
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #0081E3 0%, #004098 100%);
  opacity: 0;
  transition: all 0.3s;
}


.his_spnavbtn{
  position: relative;
  display: none;
  width: 60px;
  height: 60px;
  background: linear-gradient(#0081e3 0%, #004098 100%);
}
.his_spnavbtn span{
  position: absolute;
  display: block;
  width: 24px;
  left: calc(50% - 12px);
  height: 1px;
  background-color: #FFFFFF;
  transition: all 0.2s linear;
}
.his_spnavbtn span:nth-of-type(1){top: 22px;}
.his_spnavbtn span:nth-of-type(2){top: 30px;}
.his_spnavbtn span:nth-of-type(3){top: 38px;}
.his_spnavbtn.active span:nth-of-type(1){
  top: 30px;
  transform: rotate(135deg);
}
.his_spnavbtn.active span:nth-of-type(2){opacity: 0;}
.his_spnavbtn.active span:nth-of-type(3){
  top: 30px;
  transform: rotate(-135deg);
}

.his_spnav{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 90px 16px 112px;
  visibility: hidden;
  background-color: #FFFFFF;
  opacity: 0;
  transition: all 0.2s linear;
  z-index: 500;
  overflow-y: scroll;
}
.his_spnav.active{
  visibility: visible;
  opacity: 1;
}
.his_parentmenu{margin-bottom: 32px;}
.his_parentmenu>li:nth-last-of-type(n+2){margin-bottom: 8px;}
.his_parentmenu>li{
  min-height: 60px;
  border: 1px solid #E5E5E5;
}
.his_parentmenu>li>a{
  position: relative;
  display: block;
  height: 60px;
  padding: 16px 22px;
  font-weight: bold;
  color: #323232;
}
.his_parentmenu>li>a img{
  position: absolute;
  right: 22px;
  top: calc(50% - 7px);
  width: 8px;
  height: 14px;
  vertical-align: top;
}
.his_parentmenu>li>p{
  position: relative;
  height: 60px;
  padding: 16px 22px;
  font-weight: bold;
}
.his_parentmenu>li>p img{
  position: absolute;
  right: 22px;
  top: calc(50% - 4px);
  width: 8px;
  height: 14px;
  vertical-align: top;
  transform: rotate(90deg);
  transition: all 0.2s linear;
}
.his_parentmenu>li>p.active img{transform: rotate(-90deg);}

.his_childmenu{
  display: none;
  width: calc(100% - 44px);
  margin: auto;
  border-top: 1px solid #E5E5E5;
}
.his_childmenu li:nth-of-type(n+2){border-top: 1px dotted #DEDEDE;}
.his_childmenu li a{
  position: relative;
  display: block;
  padding: 18px 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #323232;
}
.his_childmenu li a::before{
  content: "";
  display: inline-block;
  width: 12px;
  margin: 12px 12px 0 0;
  vertical-align: top;
  border-top: 2px solid #DEDEDE;
}
.his_childmenu li a img{
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  width: 6px;
  height: 10px;
  vertical-align: top;
}

.his_relationlist{
  display: flex;
  flex-wrap: wrap;
}
.his_relationlist li{width: 50%;}
.his_relationlist li:nth-last-of-type(n+3){margin-bottom: 8px;}
.his_relationlist li a{
  display: block;
  padding-left: 22px;
  font-size: 0.875rem;
  color: #5F5F5F;
}
.his_relationlist li a img{margin-left: 6px;}



/*-------------------- body --------------------*/
.his_pagettl{
  margin-bottom: 12px;
  border-bottom: 1px solid #DCDCDC;
}
.his_pagettl .his_wrap{
  display: flex;
  align-items: center;
  height: 228px;
}
.his_pagettl h1{
  font-size: 3rem;
  font-weight: 500;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.2s linear;
}
.his_pagettl p{
  height: 16px;
  margin-left: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.2s linear;
}
.his_pagettl.active h1,
.his_pagettl.active p{
  transform: translate(0);
  opacity: 1;
}

.his_pagettl p img{
  width: 100%;
  vertical-align: top;
}


.his_topicpathviewport{
  max-width: 1472px;
  margin: 0 auto 16px;
  padding: 0 40px;
}
.his_topicpath{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  transition: all 0.2s linear;
}
.his_topicpath.active{opacity: 1;}
.his_topicpath.his_nolink{margin-bottom: 80px;}
.his_topicpath li:nth-of-type(even){line-height: 1;}
.his_topicpath li{
  font-size: 0.75rem;
  font-weight: 500;
}
.his_topicpath li:nth-of-type(n+2){margin-left: 16px;}
.his_topicpath li a{color: #323232;}
.his_topicpath li img{vertical-align: bottom;}


.his_viewport{
  max-width: 1440px;
  margin: 0 auto 112px;
}
.his_pagelink{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
  opacity: 0;
  transition: all 0.2s linear;
}
.his_pagelink.active{opacity: 1;}
.his_pagelink li a{
  display: inline-block;
  padding: 0 16px;
  font-weight: 500;
  color: #323232;} 

.his_pagelink li a::after{
  content: "";
  display: inline-block;
  margin-top: 12px;
  margin-left: 10px;
  vertical-align: top;
  border-top: 8px solid #D2D3D7;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}



.his_contentsttl{
  margin-bottom: 24px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #111111;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.2s linear;
}
.his_ttlundrbdr{
  width: 120px;
  height: 3px;
  margin: 0 auto 56px;
  background: linear-gradient(to right, #0081E3 0%, #004098 100%);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.2s linear;
}
.his_contentsttl.active,
.his_ttlundrbdr.active{
  transform: translate(0);
  opacity: 1;
}


/*左青線、下灰線タイトル*/
.his_title3{
  position: relative;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 40px;
  padding-left: 16px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #111111;
  border-left: 4px solid #004098;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.2s linear;
}
.his_title3.active{
  transform: translate(0);
  opacity: 1;
}
.his_title3::before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  background-color: #E6E6E6;
}
.his_title3 span{
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.125rem;
  margin-left: 8px;
}

/*各研究室トップ*/
.his_pagecopy{
  line-height: 1.5;
  margin-bottom: 72px;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  color: #004098;
}
.his_pagediscription{
  max-width: 900px;
  margin: 0 auto 88px;
  line-height: 2;
}
.his_pagediscription>*{
  opacity: 0;
  transition: all 0.2s linear;
}
.his_pagediscription>*:nth-of-type(2){transition-delay: 0.1s;}
.his_pagediscription>*:nth-of-type(3){transition-delay: 0.6s;}
.his_pagediscription>*:nth-of-type(4){transition-delay: 0.5s;}
.his_pagediscription>*:nth-of-type(5){transition-delay: 0.4s;}
.his_pagediscription.active>*{opacity: 1;}
.his_pagediscription .his_distxt{margin-bottom: 24px;}
.his_dislink a{
  position: relative;
  font-size: 1.125rem;
  color: #111111;
}
.his_dislink a::after{
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0060BD;
  transition: all 0.15s linear;
}



/*animation*/
.his_fadein{
  opacity: 0;
  transition: all 0.2s linear 0.15s;
}
.his_fadein.active{opacity: 1;}



/*青丸白矢印アイコン*/
.his_blarw{
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 1;
  margin-right: 14px;
  padding-left: 1px;
  text-align: center;
  border-radius: 100%;
  background: linear-gradient(to right, #0081E3 0%, #004098 100%);
}
.his_blarw img{
  width: 5px;
  height: 9px;
  margin-top: 7px;
  vertical-align: top;
}



.his_gotop{
  position: fixed;
  display: none;
  right: 35px;
  bottom: 35px;
  z-index: 100;
}
.his_gotop a{
  position: relative;
  display: block;
  width: 70px;
  height: 68px;
  background: linear-gradient(#0081E3 0%, #004098 100%);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s linear;
}
.his_gotop a span{
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top: 30px;
  left: 25px;
  border-radius: 3px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: rotate(-45deg);
}




/*-------------------- footer --------------------*/
.his_footertxt{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  height: 128px;
}
.his_footertxt::after{
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: all 0.2s linear;
  background: linear-gradient(to right, #0081E3 0%, #004098 100%);
}
.his_footertxt.active::after{width: 100%;}
.his_footertxt p{
  position: relative;
  transition: all 0.2s linear 0.2s;
  opacity: 0;
  z-index: 2;
}
.his_footertxt.active p{opacity: 1;}
.his_footer{padding-top: 64px;}
.his_footerwrap{
  max-width: 1232px;
  margin: auto;
  padding: 0 16px;
}
.his_footerhosname{
  display: flex;
  justify-content: center;
  line-height: 1.2;
  margin-bottom: 80px;
  transition: all 0.2s linear;
  opacity: 0;
}
.his_footerhosname.active{opacity: 1;}
.his_footerhosname div:first-of-type{margin-right: 14px;}
.his_footerhosname div:first-of-type img{
  width: 70px;
  height: 69px;
}
.his_footerhosname div:last-of-type p:first-of-type{font-weight: 500;}
.his_footerhosname div:last-of-type p:last-of-type{
  font-weight: bold;
  font-size: 2.5rem;
}
.his_footerhosname div:last-of-type p:last-of-type span{
  vertical-align: baseline;
  font-size: 1.125rem;
  font-weight: normal;
}
.his_footernavi{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.his_footernavi ul li{
  opacity: 0;
  transition: all 0.2s linear;
}
.his_footernavi ul li:nth-of-type(2){transition-delay: 0.1s;}
.his_footernavi ul li:nth-of-type(3){transition-delay: 0.2s;}
.his_footernavi ul li:nth-of-type(4){transition-delay: 0.3s;}
.his_footernavi ul li:nth-of-type(5){transition-delay: 0.4s;}
.his_footernavi ul li:nth-of-type(6){transition-delay: 0.5s;}
.his_footernavi ul li:nth-of-type(7){transition-delay: 0.6s;}
.his_footernavi ul.active li{opacity: 1;}
.his_footernavi ul li:nth-last-of-type(n+2){margin-bottom: 16px;}
.his_footernavi ul li:first-of-type{margin-bottom: 24px;}
.his_footernavi ul:first-of-type li:first-of-type{margin-bottom: 16px;}
.his_footernavi ul li a{
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  color: #323232;
}
.his_footernavi ul li a::after{
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0060BD;
  transition: all 0.15s linear;
}
.his_footernavi ul li:first-of-type a{
  font-weight: 500;
  font-size: 1.125rem;
}
.his_footernavi ul:first-of-type li a{
  font-weight: 500;
  font-size: 1.125rem;
}
.his_footernavi ul li.his_bld{
  font-weight: 500;
  font-size: 1.125rem;
}
.his_ftoutsidelink{margin-bottom: 40px;}
.his_ftoutsidelink li{
  opacity: 0;
  transition: all 0.2s linear;
}
.his_ftoutsidelink li:nth-of-type(2){transition-delay: 0.1s;}
.his_ftoutsidelink li:nth-of-type(3){transition-delay: 0.2s;}
.his_ftoutsidelink li:nth-of-type(4){transition-delay: 0.3s;}
.his_ftoutsidelink li:nth-of-type(5){transition-delay: 0.4s;}
.his_ftoutsidelink.active li{opacity: 1;}
.his_ftoutsidelink li:nth-last-of-type(n+2){margin-bottom: 16px;}
.his_ftoutsidelink li a{
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  color: #323232;
}
.his_ftoutsidelink li a::after{
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0060BD;
  transition: all 0.15s linear;
}
.his_ftoutsidelink li a img{margin-left: 10px;}

.his_contact_address{
  margin-bottom: 48px;
  opacity: 0;
  transition: all 0.2s linear;
}
.his_contact_address.active{opacity: 1;}
.his_contact_address p {display: inline-block;}
.his_contact_address p:nth-last-of-type(n+2) {margin-right: 24px;}

.his_cprt{border-top: 1px solid #CCCCCC;}
.his_cprt div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1232px;
  height: 100px;
  margin: auto;
  padding: 0 16px;
}
.his_cprt ul{display: flex;}
.his_cprt ul li:nth-of-type(n+2){margin-left: 44px;}
.his_cprt ul li a{
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  color: #323232;
}
.his_cprt ul li a::after{
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0060BD;
  transition: all 0.15s linear;
}

.his_cprt ul li a img{margin-left: 10px;}




.his_404body{padding: 120px 16px;}
.his_404body h1{
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 2rem;
}
.his_404body a{
  text-decoration: underline;
  color: #323232;
}





@media screen and (max-width:1440px){
  .his_hiddenmenu{
    left: 5%;
    width: 90%;
    padding: 5.2vw 16px;
  }
  .his_hiddenmenu ul li{
    width: 25.5vw;
    min-height: 50px;
  }
  .his_hiddenmenu.his_flxwp ul li{width: 20.7vw;}
  .his_hiddenmenu.his_flxwp ul li.his_widl{width: 24.7vw;}
  .his_hiddenmenu ul li a{
    height: 6.1vw;
    min-height: 50px;
    /* padding-top: clamp(8px, 1.875vw, 27px); */
    font-size: clamp(1rem, 0.339rem + 1.29vw, 1.5rem);/*16-24 820-1440*/
  }
  .his_hiddenmenu.his_flxwp ul li a{
    height: 4.4vw;
    /* padding-top: clamp(0.875rem, 0.627rem + 0.48vw, 1.063rem);14-17 820-1440 */
    font-size: clamp(0.875rem, 0.379rem + 0.97vw, 1.25rem);/*14-20 820-1440*/
  }
  .his_hiddenmenu ul li a .his_blarw{
    right: 1vw;
    /* top: calc(50% - 0.9vw); */
    width: 1.8vw;
    height: 1.8vw;
  }
  .his_hiddenmenu ul li a .his_blarw img{
    width: 0.4vw;
    height: 0.8vw;
    margin-top: 0.51vw;
  }



  .his_pagecopy{font-size: clamp(1.125rem, 0.755rem + 1.38vw, 2rem);}
}
@media screen and (max-width:1080px){
  .his_hosname a div:last-of-type p:last-of-type{font-size: clamp(1.125rem, -0.058rem + 2.31vw, 1.5rem);}/*18px-24px 820px-1080px*/
  .his_hosname a div:last-of-type p:last-of-type span{font-size: clamp(0.625rem, 0.231rem + 0.77vw, 0.75rem);}/*10px-12px 820px-1080px*/
  .his_header ul li a{font-size: clamp(0.625rem, 0.231rem + 0.77vw, 0.75rem);}/*10px-12px 820px-1080px*/
}




@media screen and (min-width:821px){
  .his_header #glonav li:nth-last-of-type(n+2) a:hover::after{width: 100%;}
  .his_header #glonav li:nth-last-of-type(-n+2) a:hover{opacity: 0.5;}
  .his_hiddenmenu ul li a:hover{color: #FFFFFF;}
  .his_hiddenmenu ul li a:hover::after{
    width: 100%;
    opacity: 1;
  }
  .his_hiddenmenu ul li a:hover .his_blarw{background: #FFFFFF;}
  .his_hiddenmenu ul li a:hover .his_blarw img:first-of-type{display: none;}
  .his_hiddenmenu ul li a:hover .his_blarw img:last-of-type{display: inline;}

  .his_topicpath li a:hover{text-decoration: underline;}
  .his_pagelink li a:hover{color: #0060BD;}

  .his_dislink a:hover::after{width: 100%;}

  .his_gotop a:hover{
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,.5);
    transform: scale(1.05);
  }

  .his_footernavi ul li a:hover::after{width: 100%;}
  .his_ftoutsidelink li a:hover::after{width: 100%;}
  .his_cprt ul li a:hover::after{width: 100%;}
}







/*-----------------------------------------*/
/*--------------レスポンシブ-------------*/
/*-----------------------------------------*/
@media screen and (max-width:820px){
  body{padding-top: 62px;}
  .his_headerwrap{
    height: 60px;
    padding: 0 0 0 16px;
  }
  .his_headerwrap>nav{display: none;}
  .his_spnavbtn{display: block;}

  .his_allcontainer{margin-bottom: 72px;}
  .his_wrap{padding: 0 16px;}


  .his_pagettl .his_wrap{height: 120px;}
  .his_pagettl h1{font-size: 1.5rem;}
  .his_pagettl p{
    /* height: 9px; */
    margin-left: 14px;
  }

  .his_topicpathviewport{
    padding: 0 16px;
    overflow: scroll;
  }
  .his_viewport{
    margin-bottom: 40px;
    padding-left: 40px;
    overflow: scroll;
  }
  .his_pagelink{padding: 0 16px;}
  .his_pagelink li a{font-size: 0.75rem;}
  .his_pagelink li a::after{
    margin-top: 7px;
    margin-left: 5px;
  }



  .his_blarw img{
    width: 6px;
    height: 10px;
  }



  .his_footertxt{
    height: 102px;
    padding-top: 0;
  }
  .his_footernavi{flex-wrap: wrap;}
  .his_footernavi ul:first-of-type{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
  }
  .his_footernavi ul:first-of-type li{width: 25%;}
  .his_footernavi ul:nth-of-type(n+2){width: 25%;}

  .his_cprt div{flex-wrap: wrap;}
}
@media screen and (max-width:430px){
  .his_header{padding-top: 0;}
  .his_header::after{content: none;}


  .his_pagettl .his_wrap{
    flex-wrap: wrap;
    align-content: center;
  }
  .his_pagettl h1{width: 100%; margin-bottom: 4px;}
  .his_pagettl h1 span{display: block;}
  .his_pagettl p{
    margin-left: 0; 
  }
  .his_pagettl p img{
    height: 12px;
    width: auto;
    margin-left: 4px;
  }

  .his_pagelink{justify-content: flex-start;}
  .his_pagelink li{padding: 8px 0;}
  .his_pagelink li a{padding: 0 8px;}
  .his_hosname a div:first-of-type{margin-right: 4px;}
  
  .his_topicpath.his_nolink{margin-bottom: 64px;}

  .his_contentsttl{
    margin-bottom: 12px;
    font-size: 1.25rem;
  }
  .his_ttlundrbdr{margin-bottom: 32px;}

  .his_title3{font-size: 1.125rem;}

  .his_pagediscription{margin-bottom: 40px;}

  .his_topicpath li{font-size: 0.6875rem;}


  .his_pagecopy{
    font-size: 1.0625rem;
    margin-bottom: 32px;
  }
  .his_pagediscription .his_distxt{
    font-size: 0.875rem;
    margin-bottom: 24px;
  }
  .his_dislink a{font-size: 0.875rem;}



  .his_blarw{
    width: 18px;
    height: 18px;
  }
  .his_blarw img{
    width: 5px;
    height: 9px;
    margin-top: 5px;
  }



  .his_gotop{
    right: 16px;
    bottom: 72px;
  }
  .his_gotop a{
    width: 40px;
    height: 40px;
  }
  .his_gotop a span{
    width: 14px;
    height: 14px;
    top: 16px;
    left: 14px;
  }



  .his_footertxt{padding-top: 4px;}

  .his_footerhosname div:first-of-type img{
    width: 48px;
    height: 47px;
  }
  .his_footerhosname div:last-of-type p:first-of-type{font-size: 0.75rem;}
  .his_footerhosname div:last-of-type p:last-of-type{font-size: 1.75rem;}
  .his_footerhosname div:last-of-type p:last-of-type span{font-size: 0.875rem;}


  .his_footernavi ul:first-of-type{flex-wrap: wrap;}
  .his_footernavi ul:first-of-type li{width: 50%;}
  .his_footernavi ul:first-of-type li:nth-last-of-type(n+2){margin-bottom: 0;}
  .his_footernavi ul:first-of-type li:nth-last-of-type(n+3){margin-bottom: 12px;}
  .his_footernavi ul:nth-of-type(n+2){width: 50%;}
  .his_footernavi ul:nth-last-of-type(n+2){margin-bottom: 32px;}
  .his_footernavi ul li:first-of-type{margin-bottom: 16px;}
  .his_footernavi ul li:nth-last-of-type(n+2){margin-bottom: 8px;}
  .his_footernavi ul li a{font-size: 0.875rem;}
  .his_footernavi ul:first-of-type li a{font-size: 1rem;}
  .his_footernavi ul li:first-of-type a{font-size: 1rem;}


  .his_ftoutsidelink li:nth-last-of-type(n+2){margin-bottom: 8px;}
  .his_ftoutsidelink li a{font-size: 0.875rem;}
  .his_contact_address{font-size: 0.875rem;}

  .his_cprt{padding: 12px 0;}
  .his_cprt div{
    height: auto;
    display: block;
  }
  .his_cprt ul{
    display: block;
    margin-bottom: 16px;
  }
  .his_cprt ul li a{font-size: 0.875rem;}
  .his_cprt ul li:nth-of-type(n+2){margin-left: 0;}

  .his_cprt p{
    text-align: center;
    font-size: 0.625rem;
  }
}