@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  /*outline: 0;*/
  font-size: 1em;
}
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
blockquote,
q {
  quotes: none;
}
:focus {
  /*outline: 0;*/
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

.spArea {
  display: none !important;
}

ul li li,
ol li li {
  border-bottom: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1050px;
  min-height: 500px;
  color: #333;
  font-size: 1.3rem;
  font-weight: normal;
  background-color: #fff;
}
.pcView #container {
  text-align: left;
  min-width: 1050px;
}
#ContentPane .inner {
  margin: auto;
  max-width: 960px;
  width: 100%;
}
#ContentPane > div > .inner.units {
  margin: 0 auto 50px;
}
a[href^="tel:"] {
  color: #333 !important;
  text-decoration: none !important;
  cursor: default !important;
  pointer-events: none !important;
}
.spArea {
  display: none !important;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  .pc {
    display: none !important;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  margin-bottom: -1px;
}
.orange #gHeader ul {
  margin: 24px 40px 0 0;
}
#gHeader ul,
#gHeader li {
  margin: 0;
  padding: 0;
}
#gHeader .topBox {
  background-color: #333333;
  min-width: 1050px;
}
#gHeader .topBox .subBox {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
}
#gHeader .topBox .topList {
  padding: 10px 0 9px;
  width: auto;
  display: flex;
  justify-content: center;
}
#gHeader .topBox .topList li {
  margin: 0 12px;
}
#gHeader .topBox .topList li a {
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
}
#gHeader .topBox .topList li a:hover {
  text-decoration: underline;
}
#gHeader .topBox .searchWrap {
  color: #fff;
  width: 200px;
  position: absolute;
  top: 0;
  right: 120px;
  height: 20px;
  border-left: 1px solid #888;
  padding: 8px 10px 10px 10px;
}
.searchWrap input[type="text"] {
  width: 164px;
  background: #222;
  border: 1px solid #888;
  padding: 5px 0 3px 5px;
  color: #eee;
  height: 15px;
}
.searchWrap input[type="button"] {
  position: absolute;
  top: 9px;
  right: 15px;
  width: 26px;
  height: 23px;
  background: url(/Portals/0/images/common/btn_search.png) no-repeat #6a6a6a;
  border: none;
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
}
#gHeader .topBox .link {
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}
#gHeader .topBox .link.mid,
#gHeader .topBox .link.smal {
  display: none;
}

#gHeader .topBox .link a {
  padding-left: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: url("/Portals/0/images/common/icon34.png") no-repeat left 20px
    center / 12px;
  font-size: 1.2rem;
  border-left: 1px solid #888;
  text-decoration: none;
}
#gHeader .topBox .link a:hover {
  text-decoration: underline;
}
@media all and (max-width: 1050px) {
  #gHeader .topBox .topList li {
    margin: 0 5px;
  }
  #gHeader .topBox .searchWrap {
    width: 107px;
    right: 36px;
  }
  .searchWrap input[type="text"] {
    width: 70px;
  }
}
@media all and (max-width: 1635px) {
  #gHeader .topBox .link {
    width: 80px;
  }
  #gHeader .topBox .link.big {
    display: none;
  }
  #gHeader .topBox .link.mid {
    display: block;
  }
  #gHeader .topBox .searchWrap {
    width: 200px;
    right: 80px;
  }
}
@media all and (max-width: 1530px) {
  .searchWrap input[type="text"] {
    width: 110px;
  }
  #gHeader .topBox .searchWrap {
    width: 140px;
    right: 80px;
  }
}
@media all and (max-width: 1410px) {
  #gHeader .topBox .link.big,
  #gHeader .topBox .link.mid {
    display: none;
  }
  #gHeader .topBox .link.smal {
    display: block;
  }
  #gHeader .topBox .link {
    width: 40px;
  }
  .searchWrap input[type="text"] {
    width: 124px;
  }
  #gHeader .topBox .searchWrap {
    width: 137px;
    right: 36px;
  }

  #gHeader .topBox .link a {
    background: url(/Portals/0/images/common/icon34.png) no-repeat center / 12px;
    text-indent: 300%;
    white-space: nowrap;
    overflow: hidden;
  }
}

#gHeader .hBox {
  margin: 0 auto;
  /* max-width: 1400px; */
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e7e7e7;
}

#gHeader .hBox .logo {
  /*padding: 33px 50px 0 0;*/
  padding: 0;
  display:flex;
  align-items: center; 
  padding-right: 50px;
}

#gHeader .hBox .logo a{
  display: block;
}

#gHeader .hBox .logo img {
  /*image-rendering: -webkit-optimize-contrast;*/
}
.gNavi ul {
  display: flex;
  justify-content: center;
  border-left: 1px solid #e7e7e7 !important;
  list-style: none !important;
}
.gNavi ul li {
  width: 190px;
}
.gNavi ul li a {
  padding: 50px 0 12px;
  display: block;
  position: relative;
  color: #111111;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #e7e7e7;
  border-bottom: 4px solid #604287;
  background: url("/Portals/0/images/common/icon01.png") no-repeat center top
    12px / 21px;
}
.gNavi ul li a:hover,
.gNavi ul li.on a {
  background-color: rgba(17, 92, 158, 0.1);
}
.gNavi ul li a:hover::after,
.gNavi ul li.on a::after {
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: url("/Portals/0/images/common/icon18.png") no-repeat center / 16px;
  content: "";
}
.gNavi ul li:first-of-type a:hover,
.gNavi ul li:first-of-type.on a {
  background-color: rgba(96, 66, 135, 0.1);
}
.gNavi ul li:first-of-type a:hover::after,
.gNavi ul li:first-of-type.on a::after {
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: url("/Portals/0/images/common/icon24.png") no-repeat center / 16px;
  content: "";
}
.gNavi ul li:nth-of-type(3) a:hover,
.gNavi ul li:nth-of-type(3).on a {
  background-color: rgba(32, 170, 142, 0.1);
}
.gNavi ul li:nth-of-type(3) a:hover::after,
.gNavi ul li:nth-of-type(3).on a::after {
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: url("/Portals/0/images/common/icon32.png") no-repeat center / 16px;
  content: "";
}
.gNavi ul li:nth-of-type(4) a:hover::after,
.gNavi ul li:nth-of-type(4).on a::after {
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: none;
  content: "";
}
.gNavi ul li:nth-of-type(2) a {
  background-image: url("/Portals/0/images/common/icon02.png");
  background-size: 24px;
  background-position: center top 15px;
  border-bottom-color: #115c9e;
}
.gNavi ul li:nth-of-type(3) a {
  background-image: url("/Portals/0/images/common/icon03.png");
  background-size: 27px;
  background-position: center top 18px;
  border-bottom-color: #12826c;
}
.gNavi ul li a .sml {
  margin-bottom: 4px;
  display: block;
  color: #333333;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.33;
}
#gHeader .hBox .link {
  margin: 12px 0 0 12px;
  width: 187px;
}
#gHeader .hBox .link a {
  padding: 14px 0 10px;
  display: block;
  text-align: center;
  background: #fff8dc url("/Portals/0/images/common/bg01.png") no-repeat center
    top / 187px;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
}
#gHeader .hBox .link a:hover {
  opacity: 0.8;
}
#gHeader .hBox .link a .sml {
  margin-bottom: 32px;
  display: block;
  font-size: 1.1rem;
  line-height: 1.45;
}
#gHeader .hBox .link a .en {
  margin: 5px 0 0 0;
  font-weight: 600;
}
#gHeader .hBox .link a .en img {
  /*image-rendering: -webkit-optimize-contrast;*/
  width: 160px;
}
#gHeader .topBox01 {
  background-color: #ffd21c;
}
.orange #gHeader .topBox01 h1 {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  padding: 0;
  margin: 0;
  min-height: auto;
}
.orange #gHeader .topBox01 > p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  padding: 0;
  margin: 0;
  min-height: auto;
}

#gHeader .topBox01 h1 {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
#gHeader .hBox01 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 28px 15px 20px;
  display: flex;
  justify-content: space-between;
}
#gHeader .hBox01 .logo {
  margin-top: 14px;
}
.gNavi01 ul {
  margin: 24px 40px 0 0;
  display: flex;
}
.orange .gNavi01 ul li:not(:last-of-type) {
  margin-right: 44px !important;
}
.gNavi01 ul li a {
  display: inherit;
  padding-left: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  background: url("/Portals/0/images/common/icon35.png") no-repeat left calc(50% - 1px) /
    18px;
}
.gNavi01 ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.gNavi01 ul li:nth-of-type(2) a {
  background: url("/Portals/0/images/common/icon36.png") no-repeat left calc(50% - 1px) /
    16px;
}
#gHeader .naviBox {
  display: flex;
}
#gHeader .hBox01 .link {
  width: 240px;
}
#gHeader .hBox01 .link a {
  display: block;
  text-align: center;
  border: 2px solid #cc0000;
  border-radius: 4px;
  box-sizing: border-box;
}
#gHeader .hBox01 .link a:hover {
  opacity: 0.7;
}
#gHeader .hBox01 .link .sml {
  padding: 5px 0;
  display: block;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.27;
  background-color: #cc0000;
}
#gHeader .hBox01 .link .en {
  padding: 5px 0 6px;
  display: block;
}

@media all and (max-width: 1333px) {
  #gHeader .topBox .subBox {
    justify-content: left;
    padding-left: 13vw;
  }
}
@media all and (max-width: 1288px) {
  #gHeader .topBox .subBox {
    justify-content: left;
    padding-left: 11vw;
  }
}
@media all and (max-width: 1272px) {
  #gHeader .topBox .subBox {
    justify-content: left;
    padding-left: 10vw;
  }
  #gHeader .topBox .topList li {
    margin: 0 10px;
  }
}

@media all and (max-width: 1254px) {
  #gHeader .topBox .subBox {
    justify-content: left;
    padding-left: 7vw;
  }
  #gHeader .topBox .topList li {
    margin: 0 7px;
  }
}
@media all and (max-width: 1121px) {
  #gHeader .hBox {
    margin: 0 0.8vw;
  }
  #gHeader .topBox .subBox {
    justify-content: left;
    padding-left: 3vw;
  }
}

@media all and (max-width: 1070px) {
  #gHeader .topBox .subBox {
    justify-content: left;
    padding-left: 1vw;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.FootPane {
  width: 100%;
}
#gFooter {
  margin-top: 4px;
  padding-top: 26px;
  background-color: #f2f2f2;
}
.footer_wrap #gFooter {
  padding: 0;
}
.footer_wrap #gFooter .btnBox {
  padding-top: 0;
}
.footer_wrap #gFooter .second_fwrap {
  background-color: #f2f2f2;
  padding: 46px 0 20px 0;
}
.footer_wrap #gFooter .fBox {
  text-align: left;
  box-sizing: border-box;
}
.footer_wrap #gFooter .btnBox .linkList {
  padding-top: 24px;
}
.footer_wrap #gFooter .second_fwrap p {
  color: #333;
}
.footer_wrap #gFooter .btnBox .linkList + p,
#gFooter .btnBox .linkList + p {
  text-align: center;
}
#footTopBody {
  padding: 46px 0 20px 0;
  background-color: #f2f2f2;
}
#footTopBody p {
  margin-bottom: 0;
  line-height: normal;
}
#footBody div[class*="FootPane"] {
  width: 100%;
}
#gFooter .pageTop,
#footTopBody .pageTop {
  position: fixed;
  bottom: 90px;
  right: 10px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#gFooter .pageTop a:hover,
#footTopBody .pageTop a:hover {
  opacity: 0.8;
}
#footTopBody div[class*="FootTopPane"],
#footTopBody div[class*="FootTopPane"],
#footBody .footWrap {
  padding: 0 !important;
}
#gFooter .fBox,
#footTopBody .fBox {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1000px;
}
#gFooter .fBox .linkBox,
#footTopBody .fBox .linkBox {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}
#gFooter .fNavi,
#footTopBody .fNavi {
  width: 20%;
  margin: 0;
  padding: 0;
}
#footTopBod {
  padding-top: 40px;
}
#gFooter .fNavi li {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
#gFooter .fNavi li.ttl,
#footTopBody .fNavi li.ttl {
  margin-bottom: 9px;
}
#gFooter .fNavi li.ttl a,
#footTopBody .fNavi li.ttl a {
  font-size: 1.6rem;
  font-weight: 700;
}
#gFooter .fNavi li.ttl01 a,
#footTopBody .fNavi li.ttl01 a {
  padding-left: 26px;
  color: #604287;
  background: url("/Portals/0/images/common/icon12.png") no-repeat left center /
    20px;
}
#gFooter .fNavi li.ttl02 a,
#footTopBody .fNavi li.ttl02 a {
  padding-left: 26px;
  color: #115c9e;
  background: url("/Portals/0/images/common/icon13.png") no-repeat left center /
    20px;
}
#gFooter .fNavi li.ttl03 a,
#footTopBody .fNavi li.ttl03 a {
  padding-left: 26px;
  color: #197D67;
  background: url("/Portals/0/images/common/icon14.png") no-repeat left center /
    20px;
}
#gFooter .fNavi li a,
#footTopBody .fNavi li a {
  text-decoration: none;
  color: #333;
  font-size: 1.4rem;
  line-height: 2;
}
#gFooter .fNavi li a:hover,
#footTopBody .fNavi li a:hover {
  text-decoration: underline;
}
#gFooter .fNavi li.blank a:after,
#footTopBody .fNavi li.blank a:after,
#footTopBody .address li.blank a:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(/Portals/0/images/common/icon42.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}
#gFooter .address,
#footTopBody .address {
  padding-bottom: 40px;
  display: flex;
  font-size: 1.4rem;
  gap:80px;
}
#gFooter .address .lBox .txt a,
#footTopBody .address .lBox .txt a {
  color: #333;
  text-decoration: none;
}
#gFooter .address .lBox .txt a:hover,
#footTopBody .address .lBox .txt a:hover {
  text-decoration: underline;
}
#gFooter .address .lBox,
#footTopBody .address .lBox {
  width: 500px;
  height: auto;
  padding: 15px 24px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
#gFooter .address .lBox img,
#footTopBody .address .lBox img {
  width: 134px;
  height: 15px;
  /*image-rendering: -webkit-optimize-contrast;*/
}
#gFooter .address .lBox .title,
#footTopBody .address .lBox .title {
  padding: 0;
  margin: 0;
}
#gFooter .address .lBox .title a,
#footTopBody .address .lBox .title a {
  display: block;
  padding-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
}
#gFooter .address .lBox .title a:hover,
#footTopBody .address .lBox .title a:hover {
  opacity: 0.5;
}
#gFooter .address .lBox .txt,
#footTopBody .address .lBox .txt {
  width: 275px;
  line-height: 2;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

/*--SNSアイコンエリア--*/
#gFooter .address .rBox,
#footTopBody .address .rBox {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
#gFooter .address .rBox .title,
#footTopBody .address .rBox .title {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0;
}
#gFooter .address .rBox .snsList,
#footTopBody .address .rBox .snsList {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 0;
  padding: 0;
}
#gFooter .address .rBox .snsList li,
#footTopBody .address .rBox .snsList li {
  list-style: none;
  margin-right: 0;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#gFooter .address .rBox .snsList li a,
#footTopBody .address .rBox .snsList li a {

  text-decoration: none;
}
#gFooter .address .rBox .snsList li a:hover,
#footTopBody .address .rBox .snsList li a:hover {
  opacity: 0.8;
}
#gFooter .address .rBox .snsList li span,
#footTopBody .address .rBox .snsList li span {
  margin-right: 14px;
}
#gFooter .address .rBox .snsList li img,
#footTopBody .address .rBox .snsList li img {
  height: 41px;
  width: auto;
}

#gFooter .btnBox,
#footBody .btnBox {
  color: #fff;
  padding: 24px 0 46px;
  text-align: center;
  background-color: #474747;
}
#gFooter .btnBox .linkList,
#footBody .btnBox .linkList {
  margin-bottom: 40px;
  display: flex;
  padding: 0;
  justify-content: center;
}
#gFooter .btnBox .linkList li,
#footBody .btnBox .linkList li {
  padding: 0;
  margin: 0 21px;
  list-style: none;
}
#gFooter .btnBox .linkList li a,
#footBody .btnBox .linkList li a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
#gFooter .btnBox .linkList li a:hover,
#footBody .btnBox .linkList li a:hover {
  text-decoration: underline;
}
#gFooter .btnBox p,
#footBody .btnBox p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.6rem;
}
#gFooter address,
#footBody address {
  color: #fff;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5;
}
#PagetitlePane h1 {
  background: url(/Portals/0/images/common/bg_h1_2.jpg) bottom repeat-x;
  font-size: 180%;
}

.navy #PagetitlePane h1 {
  background: url(/Portals/0/images/common/bg_h1_navy.gif) bottom repeat-x;
  font-size: 180%;
}
.green #PagetitlePane h1 {
  background: url(/Portals/0/images/common/bg_h1_green.gif) bottom repeat-x;
  font-size: 180%;
}
.violet #PagetitlePane h1 {
  background: url(/Portals/0/images/common/bg_h1_violet.gif) bottom repeat-x;
  font-size: 180%;
}

#mainBody .textInner {
  margin-bottom: 50px;
  padding: 30px;
  background: #f5f5f5;
}
#mainBody .textInner h4 {
  color: #115c9e;
  font-size: 2rem;
  text-align: center;
  border: none;
  margin: 0 0 10px 0;
}

.BoxHalf {
  margin: 0 auto;
}

/* ---------------------------------------------------------
 サイトマップ
--------------------------------------------------------- */
.SitemapList li a:hover {
  text-decoration: underline;
}

.SitemapList li.Tab36,
.SitemapList li.Tab100,
.SitemapList li.Tab100 ul li,
.SitemapList li.Tab100 ul li a {
  display: block;
}
.SitemapList li.Tab100 > a {
  display: none;
}
.SitemapList li.Tab100 > ul {
  margin: 0;
  padding: 0;
}
.SitemapList li.Tab36 {
  margin: 0 0 20px;
  padding: 10px 0px 10px 5px;
  font-size: 169%;
  background: url(/Portals/0/images/common/bg_h2.gif) repeat-x 0 bottom;
}
.SitemapList > li > ul > li {
  margin: 0;
  padding: 10px 0px 10px 5px;
  font-size: 169%;
  background: url(/Portals/0/images/common/bg_h2.gif) repeat-x 0 40px;
}
.SitemapList > li > ul > li > ul > li {
  background: none;
}
.SitemapList > li > ul > li > ul li a {
  border-bottom: solid 1px #d7d7d7;
  font-size: 70%;
}
.SitemapList > li > ul > li > ul li ul li a {
  font-size: 55%;
  line-height: 15px;
}
.SitemapList > li > ul > li > ul {
  margin: 0 0 0 1em;
  padding: 10px 0;
}
.SitemapList > li > ul > li > ul > li > a {
  display: block;
  background: url(/Portals/0/images/common/bg_snav02.png) no-repeat 8px 17px
    #fff;
  padding: 10px 7px 10px 19px;
}
.SitemapList > li > ul > li > ul > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.SitemapList > li > ul > li > ul > li > ul {
  margin: 0 0 0 2em;
  padding: 0;
  background: #eee;
}
.SitemapList > li > ul > li > ul > li > ul > li > a {
  display: block;
  background: url(/Portals/0/images/common/bg_snav03.png) no-repeat 14px 14px;
  padding: 10px 0 10px 25px;
  background-color: #eee;
}
.SitemapList > li > ul > li > ul > li > ul > li > ul {
  margin: 0;
  padding: 0;
  background: #eee;
}
.SitemapList > li > ul > li > ul > li > ul > li > ul li a {
  display: block;
  background: url(/Portals/0/images/common/bg_snav04.png) no-repeat 24px 9px;
  padding: 5px 0 5px 35px;
}
.SitemapList > li > ul > li > ul > li > ul > li > ul li ul {
  margin: 0 0 0 1em;
  padding: 0;
}
