@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
  display: flex;
  flex-wrap: wrap;
}
.flexA {
  justify-content: space-around;
}
.flexB {
  justify-content: space-between;
}
.flexC {
  justify-content: center;
}
p {
  /*  text-align: justify;
  text-justify: inter-ideograph;*/
}
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
  z-index: 20;
}
#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #222;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #222;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
#gHeader .hd_logo {
  max-width: 260px;
  width: 13vw;
  height: auto;
  display: block;
}
#gHeader .gHeader__btn--about {
  position: absolute;
  bottom: 2px;
  left: 2%;
}
#gHeader .gHeader__btn--about a {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 5px 20px;
  text-align: center;
  color: #868FB1;
  font-size: 0.8vw;
  white-space: nowrap;
  position: relative;
}
#gHeader .gHeader__btn--about a::after {
  content: "";
  display: inline-block;
  background-image: url("../../img/index/icon_link_hd.png");
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#gHeader .hd_logo img {
  width: auto;
  height: auto;
  display: block;
}
#gHeader .hBox {
  min-height: 160px;
  padding-top: 20px;
  margin: 0 2% 0;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
	position: fixed;
	width: 96%;
}
#gHeader .hBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
#gHeader .hBox ul li {
  font-size: 1.7rem;
  letter-spacing: 2.4px;
  line-height: 1;
}
#gHeader .hBox ul li:first-child {
  margin-left: 0;
}
#gHeader .hBox ul li.btnLink {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 110px;
  display: block;
  background-color: #F15905;
  padding: 0;
}
#gHeader .hBox ul li.btnLink a {
  color: #FFFFFF;
}
#gHeader .hBox ul li.btnLink a:visited {
  color: #FFFFFF;
}
#gHeader .hBox ul li.btnLink.btnLink2 {
  right: 141px;
}

#gHeader .hd_logo img.logo_bl {
	display: none;
}
#gHeader.fixed .hBox {
	margin: 0;
	width: 100%;
}
#gHeader.fixed .hd_logo img.logo_wt {
	display: none;
}
#gHeader.fixed .hd_logo img.logo_bl {
	display: block;
}
#gHeader.fixed #header__navi{
  background: rgba(255, 255, 255, 0.9);
	padding: 20px 2% 0;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 4px 12px;
	color: #222;
}
#gHeader.fixed #header__navi ul a{
	color: #222;
    font-weight:700;
}
@media screen and (max-width: 767px) {
#gHeader.fixed #header__navi ul a{
	color: #fff;
    font-weight:700;
}
}


@media screen and (max-width: 1230px) {
  #gHeader .gHeader__btn--about {
    bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 1290px) {
  #gHeader .hBox {
    min-height: 135px;
  }
  #gHeader .hd_logo {
    width: 13vw;
  }
}
@media screen and (max-width: 767px) {
  #gHeader .hBox {
    padding-right: 0;
    margin: 0;
  }
}
@media screen and (max-width: 1290px) {
  #gHeader .hBox ul {}
}
@media screen and (max-width: 1290px) {
  #gHeader .hBox ul li.btnLink {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1290px) {
  #gHeader .hBox ul li.btnLink a img {
    margin-top: 14px;
  }
}
@media screen and (max-width: 1290px) {
  #gHeader .hBox ul li.btnLink.btnLink2 {
    right: 101px;
  }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
.naviUl {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#gHeader .hBox ul.linkList {
  display: block;
  flex-wrap: wrap;
}
#gHeader .hBox ul.linkList .icon {
  border-radius: 5px;
  text-align: center;
  font-size: 1.35rem;
  border: 1px solid #fff;
  background-color: #fff;
  color: #868FB1;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 3px 10px;
  margin-right: 10px;
}
#gHeader .hBox ul.linkList .icon, #gHeader .hBox ul.linkList .tel {
  height: 30px;
  line-height: 1;
  vertical-align: middle;
}
#gHeader .hBox ul.linkList .tel {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 3.3rem;
}
#gHeader .hBox ul.linkList .txt {
  font-size: 1.5rem;
  margin-top: 3px;
}
#gHeader .hBox ul.linkList .txt span {
  font-size: 1.4rem;
  max-width: 330px;
  display: block;
  margin-top: 20px;
  line-height: 1.3em;
  font-weight: 300;
}
#gHeader .hBox ul.linkList .link02 {
  margin-top: 10px;
}
#gHeader .hBox ul.linkList .link02 .icon {
  color: #fff;
  background: none;
}
#gHeader .hBox ul.linkList .link02 .tel {
  font-size: 2.9rem;
}
ul.linkList li a {
  border-radius: 20px;
  font-size: 1.5rem;
  color: #FFFFFF;
}
ul.linkList li a :hover {
  color: #ccc;
}
ul.linkList li a.link02 {}
ul.linkList li + li {}
ul#gNavi {
  justify-content: center;
  list-style: none;
  margin-top: 3%;
  min-width: 950px;
  padding-right: 0;
}
ul#gNavi li {
  width: auto;
  display: block ruby;
  padding: 0 0 0 3%;
}
ul#gNavi li a {
  display: block;
  letter-spacing: 0.2em;
  font-size: 1.7rem;
    font-weight:700;
  line-height: 1;
  box-sizing: border-box;
  transition: .3s;
  opacity: 1;
  white-space: nowrap;
  color: #fff;
}
ul#gNavi li a:hover {
  opacity: 0.7;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  ul.linkList li a {
    padding: 5px 20px 0;
  }
}
@media screen and (max-width: 1630px) {
  ul#gNavi {
    min-width: 730px;
  }
  ul#gNavi li {
    padding: 0 1%;
  }
  #gHeader .hBox ul.linkList .icon {
    font-size: 1.1rem;
  }
  #gHeader .hBox ul.linkList .tel {
    font-size: 2.6rem;
  }
  #gHeader .hBox ul.linkList .txt {
    font-size: 1.2rem;
  }
  #gHeader .hBox ul.linkList .link02 .tel {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1630px) {
  ul#gNavi li a {
    font-size: 1.3rem;
      font-weight:700;
  }
}
@media screen and (max-width: 767px) {
  ul#gNavi {
    min-width: inherit;
    width: 100%;
    display: block;
    justify-content: none;
  }
}
@media screen and (max-width: 767px) {
  ul#gNavi li {
    width: 100%;
    padding: 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  ul#gNavi li a {
    box-sizing: inherit;
    text-align: center;
  }
}
/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
@media screen and (max-width: 1230px) {
  #gHeader {
    padding: 15px 60px 8px 14px;
    overflow: visible;
    display: block;
    height: 60px;
  }
  #gHeader .hd_logo {
    width: auto;
    height: auto;
    margin: 0;
  }
  #gHeader .hd_logo img {
    margin: 0;
    max-height: 36px;
  }
  #gHeader .menu {
    height: 25px;
    width: 31px;
    position: fixed;
    top: 15px;
    right: 12px;
    z-index: 100;
  }
  #gHeader .menu span {
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FD0075;
    transition: all .35s ease;
    cursor: pointer;
  }
  #gHeader .menu span:nth-of-type(2) {
    top: 11px;
  }
  #gHeader .menu span:nth-of-type(3) {
    top: 22px;
  }
  #gHeader .menu.active span {
    background: #FD0075;
  }
  #gHeader .menu.active .top {
    transform: translateY(11px) rotate(-45deg);
  }
  #gHeader .menu.active .middle {
    opacity: 0;
  }
  #gHeader .menu.active .bottom {
    transform: translateY(-10px) rotate(45deg);
  }
  #gHeader .hBox {
    display: none;
    margin-top: 0;
    margin: 0;
    padding: 5px 0 0;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    box-sizing: border-box;
    z-index: 9999;
    height: 100vh;
    overflow: auto;
  }
  #gHeader .hBox .naviUl {
    padding: 0 0 150px 0;
    position: relative;
    width: auto;
    background-color: #37467F;
    display: inherit;
    flex-wrap: wrap;
  }
  #gHeader .hBox .naviUl ul {
    display: inherit;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  #gHeader .hBox .naviUl .hd_logo {
    display: none;
  }
  #gHeader .hBox .naviUl ul li {
    margin: 0 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  #gHeader .hBox .naviUl ul li a {
    padding: 13px 0;
    display: block;
    color: #fff;
    font-size: 1.7rem;
    font-weight: normal;
  }
  #gHeader .hBox .naviUl ul.linkList {
    position: absolute;
    bottom: auto;
    left: auto;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-right: 0;
  }
  #gHeader .hBox .naviUl ul.linkList li {
    width: calc(100%/2);
    text-align: center;
    border-bottom: none;
    margin-top: 0;
  }
  #gHeader .hBox ul.linkList .icon, #gHeader .hBox ul.linkList .link02 .icon {
    font-size: 1.6rem;
    padding: 0;
    background: none;
    border: none;
    color: #868FB1;
    margin-right: 0;
  }
  #gHeader .hBox .naviUl ul.linkList li a {
    color: #37467F;
    height: auto;
    display: block;
    padding: 10px 0;
    border-radius: 0;
    background-color: #fff;
  }
  #gHeader .hBox .naviUl ul.linkList li a:link:hover:visited {
    color: #37467F;
  }
  #gHeader .hBox .naviUl ul.linkList li a .img {
    margin-bottom: 5px;
  }
  #gHeader .hBox .naviUl ul.linkList li a .img img {
    width: auto;
    max-height: 20px;
  }
  #gHeader .hBox .naviUl ul.linkList li + li a {
    border-left: 1px solid #37467F;
  }
  #gHeader .hBox .naviUl ul.linkList li.telBox {
    border: none;
    width: 100%;
    height: auto;
    background-color: #37467F;
    display: block !important;
  }
  #gHeader .hBox .naviUl ul.linkList li.telBox a {
    border: none;
    padding: 3% 5%;
    margin: 3%;
    background-color: #fff;
    height: auto;
  }
  #gHeader .hBox .naviUl ul.linkList li.telBox .tel {
    height: auto;
  }
    
    #gHeader .hBox .naviUl ul.linkList li.telBox .tel a{
  color:#222 !important;
  }  
    
    
    
  #gHeader .hBox .naviUl ul.linkList li.telBox a span {
    font-size: 3rem;
    display: block;
  }
  #gHeader .hBox .naviUl ul.linkList li.telBox a img {
    max-height: 30px;
    width: auto;
    display: block;
    margin: 10px auto;
  }
}
/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer {
  background-color: #37467F;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.2rem;
  line-height: 1.4;
  overflow: hidden;
}
@media screen and (max-width: 897px) {
  footer {
    padding-bottom: 50px;
  }
}
footer ul.contactBox {
  background-color: #FD0075;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}
footer .contactBox li {
  border: none;
  width: calc(100%/3);
  position: relative;
  text-align: center;
}
footer .contactBox li::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 10;
}
footer ul.contactBox li a {
  font-size: 1.3rem;
  line-height: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  display: block;
  font-weight: 600;
  color: #fff;
}
footer ul.contactBox li a span {
  font-size: 1.3rem;
  display: block;
  font-weight: bold;
  color: #222222;
}
footer ul.contactBox li + li a {
  border-left: 1px solid #fff;
}
footer small {
  margin: 20px 0;
  display: block;
}