@charset "utf-8";

/* gnavi-top.css
 * おまかせプラン ver.7 - v1.0.0
 * 2024-07-23
 * **************************************************
 * Global Nav
 * Global Nav スマホ
 * **************************************************
 */

/* Header（height 240px）
------------------------------------------------------------------- */
#header {
  z-index: 10;
  top: 0;
  left: 0;
  padding: 15px 0 15px 0;
  width: 100%;
  height: 120px;
  background:#87d3cd;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  font-family: 'Trebuchet MS', "ヒラギノ丸ゴ ProN W4","ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic ProN","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", Meiryo, Arial, sans-serif;
}
.header__inner {
  margin: 0 auto;
  padding:0 auto;
  position:relative;
}
#header .logo {
	margin-left:20px;
}
#header .logo img {
  padding-top:26px;
  width: 350px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  #header {
   /* position: static; */
	min-width: 1200px;
  }
}

/* utility
------------------------------------------------------------------ */
#header .utility {
  display: flex;
  justify-content: flex-end;
	position: absolute;
	top:10px;
	right:20px;
}

/* sizeChange（文字サイズ）
------------------------------------------------------------------ */
.font-size {
  display: flex;
  align-gnavis: center;
}
.sizeChange li {
  min-width: 5em;
  padding: 6.42px 10px;
  background-color: #fff;
  border-radius: 100vh;
  text-align: center;
  font-size: 1.4em;
  cursor: pointer;
  font-weight:bold;
  transition: 0.3s;
}
.sizeChange li:hover,
.sizeChange li.active {
  background-color: #333333;
  color: #fff;
}
.sizeChange li + li {
  margin-inline-start: 4px;
}
/* Search */
.header__search {
  transition: .3s;
  margin-left:10px;
}
.header__search form {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-gnavis: center;
  outline: 1px solid #fe5f55;
  outline-offset: -1px;
  border-radius: 100vw;
}
.header__search input[type="text"] {
  padding: 11px 70px 11px 15px;
  width: 280px;
  border: none;
  border-radius: 100vh;
  font-size: 1.4em;
}
.header__search input[type="text"]::placeholder {
  color: #868686;
}
.header__search input[type="submit"] {
  position: absolute;
  content:'検索';
  border: none;
  color: #fff;
  height:100%;
  width: 60px;
  background:#fe5f55;
  border-radius:0 100vw 100vw 0;
  overflow: hidden;
  -webkit-appearance: none;
	font-weight:bold;
	font-family: 'Trebuchet MS', "ヒラギノ丸ゴ ProN W4","ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic ProN","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", Meiryo, Arial, sans-serif;
  font-size:1.4em;
}

.header__search input[type="submit"]:hover {
  cursor: pointer;
}


/* Header Nav */
.header-nav__list {
  position:absolute;
  right:40px;
  display: flex;
  justify-content: flex-end;
  align-gnavis: center;
}

.header-nav__list a {
  font-size: 1.3em;
	position:relative;
  display: block;
  padding: 0 0 0 1.4em;
  color: inherit;
  text-decoration: none;
	font-weight:bold;
  color: #333333;
  transition: 0.3s;
  margin-left:1.8em;
}
.header-nav__list a:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.header-nav__list a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
}

.header-nav__list li.active a,
.header-nav__list a:hover{
	color:#fe5f55;
}

.global-nav__list {
  display: flex;
  align-items: center;
	flex-wrap:wrap;
	width:100%;
	margin:0 auto;
	padding:0 0px;
}

.global-nav__list > li{
	width:100%;
	display:block;
}
.global-nav__list > li.active a{
	position:relative;
}
#subpage .global-nav__list > li.active > a:after{
	content:'';
    position: absolute;
    top: 55%;
    right:0;
    transform: translateY(-55%);
    border:8px solid transparent;
    border-right: 12px solid #efefef;
	z-index:10;
}

#subpage.index .global-nav__list > li.active > a:after{
    border-right: 12px solid #fff; 
}

.global-nav__list > li > a {
	position: relative;
	display:flex;
	width:100%;
	height:100px;
	flex-wrap:wrap;
	justify-content:center;
	align-items: end;
	color: #000;
	background:no-repeat center center/38px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
  text-decoration:none;
  text-align:center;
  font-family: 'Trebuchet MS',"ヒラギノ丸ゴ ProN W4","ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic ProN","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", Meiryo, Arial, sans-serif;
  font-weight:bold;
}

li.global-nav__list__item00 > a{background-image:url("../images/global-nav/gnavi00.svg"); }
li.global-nav__list__item01 > a{background-image:url("../images/global-nav/gnavi01.svg"); }
li.global-nav__list__item02 > a{background-image:url("../images/global-nav/gnavi02.svg"); }
li.global-nav__list__item03 > a{background-image:url("../images/global-nav/gnavi03.svg"); }
li.global-nav__list__item04 > a{background-image:url("../images/global-nav/gnavi04.svg"); }
li.global-nav__list__item05 > a{background-image:url("../images/global-nav/gnavi05.svg"); }
li.global-nav__list__item06 > a{background-image:url("../images/global-nav/gnavi06.svg"); }
li.global-nav__list__item07 > a{background-image:url("../images/global-nav/gnavi07.svg"); }
li.global-nav__list__item08 > a{background-image:url("../images/global-nav/gnavi08.svg"); }
li.global-nav__list__item09 > a{background-image:url("../images/global-nav/gnavi09.svg"); }


li.global-nav__list__item00.active > a,li.global-nav__list__item00:hover > a{background-image:url("../images/global-nav/gnavi00_on.svg"); }
li.global-nav__list__item01.active > a,li.global-nav__list__item01:hover > a{background-image:url("../images/global-nav/gnavi01_on.svg"); }
li.global-nav__list__item02.active > a,li.global-nav__list__item02:hover > a{background-image:url("../images/global-nav/gnavi02_on.svg"); }
li.global-nav__list__item03.active > a,li.global-nav__list__item03:hover > a{background-image:url("../images/global-nav/gnavi03_on.svg"); }
li.global-nav__list__item04.active > a,li.global-nav__list__item04:hover > a{background-image:url("../images/global-nav/gnavi04_on.svg"); }
li.global-nav__list__item05.active > a,li.global-nav__list__item05:hover > a{background-image:url("../images/global-nav/gnavi05_on.svg"); }
li.global-nav__list__item06.active > a,li.global-nav__list__item06:hover > a{background-image:url("../images/global-nav/gnavi06_on.svg"); }
li.global-nav__list__item07.active > a,li.global-nav__list__item07:hover > a{background-image:url("../images/global-nav/gnavi07_on.svg"); }
li.global-nav__list__item08.active > a,li.global-nav__list__item08:hover > a{background-image:url("../images/global-nav/gnavi08_on.svg"); }
li.global-nav__list__item09.active > a,li.global-nav__list__item09:hover > a{background-image:url("../images/global-nav/gnavi09_on.svg"); }

.address-in{
	margin:0 20px;
}

.address{
	margin:40px auto;
	background:#4bbdb4;;
	padding:20px 12px;
	border-radius:20px;
	font-size:1.2em;
  font-family: 'Trebuchet MS',"ヒラギノ丸ゴ ProN W4","ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic ProN","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", Meiryo, Arial, sans-serif;
  font-weight:bold;
}

.kenpo{
	font-size:1.16667em;
}
.tel-p{
	display:block;
	margin-left:3em;
}

.mail{
	margin:10px auto 0;word-wrap: break-word;
}
.mail-t{
	display:inline-block;
	background:#000;
	color:#fff;
	padding:3px 10px 3px;
	border-radius:100vw;
}


.mail a{
	color:#000;
}


.global-nav__list__inner{
	display:none;
}

/*2階層目
.global-nav__list__2nd{
	position:absolute;
	border-radius:1vw 0 0 0;
	left:289px;
	top:0;
	width:260px;
	background:#efefef;
	padding:20px 0;
	z-index:100;
	font-family: 'Trebuchet MS',"ヒラギノ丸ゴ ProN W4","ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic ProN","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", Meiryo, Arial, sans-serif;
  font-weight:bold;

}

ul.global-nav__list__2nd li{
	font-size:1.4em;


	border-bottom:1px solid #e0e0e0;
}

ul.global-nav__list__2nd li.global-nav-sub{
	background:#000;
	border-radius:100vw;
	color:#fff;
	text-align:center;
	margin:30px 15px 5px;
	padding:5px 10px;
}

ul.global-nav__list__2nd li a{
	display:block;
  color:#000;
 padding:10px 25px 10px 15px;
	text-decoration:none;
	position:relative;
}

ul.global-nav__list__2nd li a:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right:10px;
  bottom: 0;
  margin: auto;
}
ul.global-nav__list__2nd li a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
}

ul.global-nav__list__2nd li.active a,
ul.global-nav__list__2nd li:hover a{
  background: #fff;
}

ul.global-nav__list__2nd li.active a:before,
ul.global-nav__list__2nd li:hover a:before {
  background: #fe5f55;
}
*/



@media screen and (max-width: 767px) {
  /* Header
  ------------------------------------------------------------------- */
  #header {
    padding: 0px 0 0px 0;
    min-width: auto;
    height: 60px;
    background:#87d3cd;
  }
  .header__inner {
    display: block;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 0 15px;
    max-width: none;
    height:60px;
  }
  #header .logo {
    margin-left:0px;
  }
  #header .logo img {
    margin-top:20px;
	padding-top:0;
    width: 220px;
    height: auto;
  }

  /* Header Nav */
    .header__search,
    .font-size,
    .header-nav__list {
    display: none!important;
	}
    
  /* Global Nav */
  /* SP Btn */
  .sp .global-nav__list > li {
    position: relative;
	width:100%;
	  height:auto;
	  display:block;
  }
 .sp .global-nav__list > li::after {
    position: absolute;
    right: 0;
	top:0;
	margin:auto;
	padding:16px 0 11px;
    content: "開く";
    display:block;
    width: 50px;
    height:auto;
    border-left: 1px solid #dadada;
    background: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
  }
  .sp .global-nav__list > li.open::after {
    content: "閉じる"; 
  }

  /* 開くボタン非表示（申請書ダウンロード、個人情報保護方針、マイナンバー制度、よくある質問、リンク集、サイトマップ、アクセス） */
  .sp .global-nav__list > li:nth-child(1)::after,
  .sp .global-nav__list > li:nth-child(n+7)::after {
    display: none;
    width: 0;
    height: 0;
    border: none;
  }
	.sp .global-nav__list > li:not(:nth-child(1)) > a,
	.sp .global-nav__list > li:not(:nth-child(1)) > a {
		width:100%;
  }

#subpage .global-nav__list > li.active > a:after{
	display:none;
}
	
  .global-nav__list > li:nth-child(n+7) > a {
    width: 100%;
  }
    
  /* SP Nav */
  .sp-nav {
    display: block;
    z-index: 2;
    position: absolute;
    top: 5px;
    right:10px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    text-decoration: none;
  }
  .sp-nav {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background-color: #fe5f55;
	border-radius:100vw;
  }
  .sp-nav * {
    box-sizing: border-box;
  }
  .sp-nav span {
    position: absolute;
    left: 50%;
    width: 50%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
    transform: translateX(-50%);
    transition: all .4s;
  }
  .sp-nav span:nth-of-type(1) {
    top: 15px;
  }
  .sp-nav span:nth-of-type(2) {
    top: 24px;
  }
  .sp-nav span:nth-of-type(3) {
    top: 33px;
  }
  .sp-nav.active span:nth-of-type(1) {
    transform: translateX(-50%) translateY(9px) rotate(-135deg);
  }
  .sp-nav.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-nav.active span:nth-of-type(3) {
    width: 50%;


    transform: translateX(-50%) translateY(-9px) rotate(135deg);
  }
  .global-nav .search__inner{
    padding:20px 10px;
  }

  .global-nav input[type="text"] {
    width: 70%!important;
    font-size: 1.6em;
  }
    

  /* 1st Level */
  .global-nav__list {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    left: 0;
    display: block;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    transition: 0.2s;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .global-nav__list.open {
    opacity:1;
    visibility: visible;
    z-index: 99999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fafafa;
  }
.global-nav__list > li:first-child {
    border-top: 1px solid #dadada;
  }
.global-nav__list > li + li {
    border-top: 1px solid #dadada;
  }
.global-nav__list > li.search {
    border-bottom: 1px solid #dadada;
	margin-top:0px;
    margin-bottom: 50px;
  }
.global-nav__list > li > a {
	display:block;
    padding:15px;
	height:auto;
    font-size: 1.6em;
	text-decoration:none;
	font-weight:bold;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
.global-nav__list > li > a {background-image:none!important; }
li.active > a,li:hover > a {background-image:none!important; }
	
.global-nav__list > li > a::before {
    bottom: 0;
    width: 0;
    height: 0;
    background-color: transparent;
    -webkit-transition: unset;
    transition: unset;
    transform: none;
    transform-origin: 50% 50%;
  }
  .global-nav__list > li:hover > a::before {
    transform: none;
  }
  .global-nav__list > li.active > a::before {
    -webkit-transition: unset;
    transition: unset;
    transform: none;
  }
.global-nav__list> li > a > span{
  display: block;
  justify-content:normal;
  align-items:normal;
  width: 100%;
  height: 100%;
  text-align:left;
  padding:0;
  background:none!important;
}
.global-nav__list > li.active > a span,	
.global-nav__list > li:hover > a span{
	color:#000;
}
	
  /* 2nd Level */
.global-nav__list__inner {
    z-index: 5;
    display: none;
    position: relative;
    top: 0!important;
    left: 0!important;
	right:auto;
    width: 100%;
    background-color: #6e767e;
	border-radius:0;
	border:none;
  }
.global-nav__list > li:hover > .global-nav__list__inner {
    box-shadow: none;
	z-index:0;
  }
	
.global-nav__list__2nd {
    display: block;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
    margin: 0;
    padding: 10px 0px 30px 20px;
    min-height: none;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 20px);
    max-width: none;
  }

.global-nav__list__2nd::after {
	display:none;
}
	
.global-nav__list__2nd li {
    display: block;
    width : auto;
  }

	
.global-nav__list__2nd li.global-nav-sub:first-child{
	margin-top:0;
}

.global-nav-sub{
	color:#fff;
	font-size:2em;
	margin-top:1em;
}
	
.global-nav__list__2nd li:first-child,
.global-nav__list__2nd li + li {
    margin-right: 15px;
	margin-bottom:0;
  }

.global-nav__list__2nd a {
    display: block;
    position: relative;
    margin-top: 10px;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #505050;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
	text-decoration:none;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
.global-nav__list__2nd a br{
	display:none;
}
.global-nav__list__2nd a:hover {
    background-color: #595c5f;
  }
.global-nav__list__2nd a::before {
    position: absolute;
    top: 18px;
    left: 5px;
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    border-top: 2px solid #00bddc;
    border-right: 2px solid #00bddc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.global-nav__list__2nd li span:before{
	display:none;
}



.address-in{
	position:absolute;
	bottom:50px;
}
	
	
    
    
}

