@charset "UTF-8";
/* =====================================================================
sora_layout.css - 共通パーツ用CSS（ヘッダー、フッター、ローカルナビ等共通構造部分） -
======================================================================== */
/* footer
============================================================= */
.footerContact {
  background-color: #015EB2;
  background-image: linear-gradient(30deg, #0051a6 20%, #007fc8 80%);
  color: #0095d5;
}

.footerContactTitle {
  color: #fff;
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 1.92;
  letter-spacing: 0;
  text-align: center;
}

.footerContactText {
  color: #fff;
  font-size: 0.16rem;
  line-height: 1.7;
  letter-spacing: .01em;
  text-align: center;
  margin-top: 0.13rem;
  padding-bottom: 0.3rem;
  position: relative;
}

.footerContactText::after {
  content: '';
  display: inline-block;
  width: 0.32rem;
  height: 0.02rem;
  background-color: #f26419;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footerContactMsg {
  color: #fff;
  font-size: 0.16rem;
  line-height: 1.7;
  letter-spacing: .01em;
  margin-top: 0.35rem;
}

.footerContactInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.42rem;
}

.footerContactInfoTel > .telLink {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.35rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .008em;
  padding-left: 0.75rem;
  position: relative;
  white-space: nowrap;
}

.footerContactInfoTel > .telLink::before {
  content: '';
  display: inline-block;
  width: 0.7rem;
  height: 0.36rem;
  background-image: url(/sora/img/cmn/footer_icoTel.png);
  background-repeat: no-repeat;
  background-size: 0.62rem auto;
  background-position: top 0 left 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footerContactInfoTime {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerContactInfoTime .-label {
  display: inline-block;
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.05rem 0.09rem 0.09rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0.02rem;
}

.footerContactInfoTime .-time {
  font-size: 0.16rem;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 0.14rem;
}

.footerContactBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.45rem;
}

.footerContactBtn {
  font-size: 0.24rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0.24rem 0.3rem 0.3rem 0.95rem;
  -webkit-box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.04rem;
  position: relative;
}

.footerContactBtn[target="_blank"]::after {
  content: none;
}

.footerContactBtn::before {
  content: '';
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 50%;
  left: 0.48rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 0.16rem auto;
  border-radius: 50%;
}

.footerContactBtn .-small {
  font-size: 0.16rem;
  display: block;
}

.footerContactBtn.-contact {
  color: #fff;
  background-color: #f26419;
  background-image: linear-gradient(60deg, rgba(242, 100, 25, 0.5) 20%, rgba(250, 199, 72, 0.5) 100%);
  text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.footerContactBtn.-contact::before {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226px%22%20height%3D%2220px%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23f26419%22%20d%3D%22M25.1%2C9.138%20L16.877%2C0.947%20C16.289%2C0.355%2015.337%2C0.355%2014.749%2C0.947%20C14.162%2C1.538%2014.162%2C2.499%2014.749%2C3.92%20L20.305%2C8.694%20L2.235%2C8.694%20C1.404%2C8.694%200.730%2C9.373%200.730%2C10.211%20C0.730%2C11.48%201.404%2C11.727%202.235%2C11.727%20L20.305%2C11.727%20L14.749%2C17.329%20C14.162%2C17.921%2014.162%2C18.882%2014.749%2C19.474%20C15.43%2C19.771%2015.428%2C19.918%2015.813%2C19.918%20C16.198%2C19.918%2016.583%2C19.771%2016.877%2C19.474%20L25.1%2C11.283%20C25.589%2C10.691%2025.589%2C9.730%2025.1%2C9.138%20Z%22%2F%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.footerContactBtn.-download {
  color: #f26419;
  background-color: #fff;
}

.footerContactBtn.-download::before {
  background-color: #f26419;
  background-image: linear-gradient(60deg, rgba(242, 100, 25, 0.25) 20%, rgba(250, 199, 72, 0.25) 100%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226px%22%20height%3D%2220px%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M25.1%2C9.138%20L16.877%2C0.947%20C16.289%2C0.355%2015.337%2C0.355%2014.749%2C0.947%20C14.162%2C1.538%2014.162%2C2.499%2014.749%2C3.92%20L20.305%2C8.694%20L2.235%2C8.694%20C1.404%2C8.694%200.730%2C9.373%200.730%2C10.211%20C0.730%2C11.48%201.404%2C11.727%202.235%2C11.727%20L20.305%2C11.727%20L14.749%2C17.329%20C14.162%2C17.921%2014.162%2C18.882%2014.749%2C19.474%20C15.43%2C19.771%2015.428%2C19.918%2015.813%2C19.918%20C16.198%2C19.918%2016.583%2C19.771%2016.877%2C19.474%20L25.1%2C11.283%20C25.589%2C10.691%2025.589%2C9.730%2025.1%2C9.138%20Z%22%2F%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.footerBottom {
  background-color: #fff;
  border-top: 1px solid #e5e6f3;
}

.footerLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.13rem;
  line-height: 1;
  letter-spacing: 0;
}

.footerLinkList > li {
  position: relative;
}

.footerLinkList > li:not(:first-child) {
  padding-left: 1.4em;
  margin-left: 1em;
}

.footerLinkList > li:not(:first-child)::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.footerLinkList > li a {
  text-decoration: none;
  color: #000;
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .footerLinkList > li a {
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }
  .footerLinkList > li a:hover {
    color: #015EB2;
  }
}

.footerCopy {
  font-family: "Roboto", sans-serif;
  font-size: 0.11rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
}

/* PC設定 */
@media screen and (min-width: 768px), print {
  .footerContactInner {
    padding: 0.8rem 1.83rem 1.05rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print {
  .footerContactInner {
    margin-left: auto;
    margin-right: auto;
    max-width: 13.66rem;
  }
}

@media screen and (min-width: 768px), print {
  .footerContactMsg {
    text-align: center;
  }
  .footerContactInfo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.1rem;
  }
  .footerContactInfo > li:nth-child(2) {
    margin-left: 0.19rem;
  }
  .footerContactInfoTel {
    padding-top: 0.05rem;
  }
  .footerContactBtnList {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footerContactBtn {
    min-width: 4.9rem;
  }
  .footerContactBtn:nth-child(2) {
    margin-left: 0.2rem;
  }
}

@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover), screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .footerContactBtn {
    -webkit-transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
    transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
    transition: transform 0.25s ease, filter 0.25s ease;
    transition: transform 0.25s ease, filter 0.25s ease, -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  }
  .footerContactBtn:hover {
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
    -webkit-transform: translateY(-0.03rem);
    transform: translateY(-0.03rem);
  }
}

@media screen and (min-width: 768px), print {
  .footerNav {
    background-color: #fff;
  }
  .footerNavInner {
    padding: 0.68rem 0.93rem 0.65rem 0.83rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print {
  .footerNavInner {
    margin-left: auto;
    margin-right: auto;
    max-width: 13.66rem;
  }
}

@media screen and (min-width: 768px), print {
  .footerNavBlock {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .footerNavBlock:not(:first-child) {
    margin-left: 0.6rem;
  }
  .footerNavBlock:last-child {
    margin-left: 0.56rem;
  }
  .footerLogo {
    width: 1.74rem;
  }
  .footerLogo > a {
    display: block;
  }
  .footerName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #1a025b;
    line-height: 1;
    margin-top: 0.18rem;
    white-space: nowrap;
  }
  .footerName .-category {
    font-size: 0.11rem;
    font-weight: 500;
    letter-spacing: -.01em;
  }
  .footerName .-service {
    font-size: 0.14rem;
    font-weight: 900;
    letter-spacing: -.03em;
    margin-top: 0.06rem;
  }
  * + .footerNavLink {
    margin-top: 0.4rem;
  }
  .footerNavLink .-column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.25rem;
  }
  .footerNavLink .-column2 > .footerNavLinkChildWrap {
    min-width: 2.2rem;
  }
  .footerNavLink .-column2 > .footerNavLinkChildWrap:nth-child(2) {
    margin-left: 0.4rem;
  }
  .footerNavLinkTitle {
    color: #1a1a1a;
    font-size: 0.15rem;
    font-weight: 700;
  }
  .footerNavLinkTitle a {
    text-decoration: none;
    color: #000;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }
}

@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover), screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .footerNavLinkTitle a:hover {
    color: #015EB2;
  }
}

@media screen and (min-width: 768px), print {
  .footerNavLinkTitle + * {
    margin-top: 0.18rem;
  }
  .footerNavLabel {
    min-width: 2.2rem;
    font-size: 0.14rem;
    font-weight: 500;
    color: #1a1a1a;
    text-align: center;
    padding: 0.08rem 0.05rem;
    background-color: #f5f5f5;
    letter-spacing: .02em;
  }
  .footerNavLabel + * {
    margin-top: 0.1rem;
  }
  .footerNavLinkChildWrap .footerNavLinkChild:not(:first-child) {
    margin-top: 0.32rem;
  }
  .footerNavLinkChildList + .footerNavLinkChildList {
    margin-top: 0.35rem;
  }
  .footerNavLinkChildList li a {
    display: inline-block;
    font-size: 0.13rem;
    padding-left: 0.24rem;
    line-height: 1.5;
    position: relative;
    text-decoration: none;
    color: #000;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }
  .footerNavLinkChildList li a::before {
    content: '';
    display: inline-block;
    width: 0.15rem;
    height: 0.15rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226px%22%20height%3D%2220px%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23f26419%22%20d%3D%22M25.1%2C9.138%20L16.877%2C0.947%20C16.289%2C0.355%2015.337%2C0.355%2014.749%2C0.947%20C14.162%2C1.538%2014.162%2C2.499%2014.749%2C3.92%20L20.305%2C8.694%20L2.235%2C8.694%20C1.404%2C8.694%200.730%2C9.373%200.730%2C10.211%20C0.730%2C11.48%201.404%2C11.727%202.235%2C11.727%20L20.305%2C11.727%20L14.749%2C17.329%20C14.162%2C17.921%2014.162%2C18.882%2014.749%2C19.474%20C15.43%2C19.771%2015.428%2C19.918%2015.813%2C19.918%20C16.198%2C19.918%2016.583%2C19.771%2016.877%2C19.474%20L25.1%2C11.283%20C25.589%2C10.691%2025.589%2C9.730%2025.1%2C9.138%20Z%22%2F%3E%20%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.11rem auto;
    position: absolute;
    top: 0.03rem;
    left: 0;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
}

@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover), screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .footerNavLinkChildList li a:hover {
    color: #015EB2;
  }
  .footerNavLinkChildList li a:hover::before {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
}

@media screen and (min-width: 768px), print {
  .footerNavLinkChildList li + li {
    margin-top: 0.05rem;
  }
  .-service .footerNavLinkChildList li a {
    padding-left: 0.3rem;
  }
  .-service .footerNavLinkChildList li a::before {
    left: 0.08rem;
  }
  .footerNavBlank {
    margin-top: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footerNavBlankLink {
    display: inline-block;
    min-width: 2.16rem;
    border: 1px solid #e5e6f3;
    border-radius: 0.02rem;
    padding: 0.12rem 0.1rem;
    color: #1d015f;
    font-size: 0.14rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: -.03em;
    text-align: center;
    text-decoration: none;
  }
  .footerNavBlankLink .-label {
    color: #000;
    font-size: 0.13rem;
    font-weight: 500;
    display: block;
    margin-bottom: 0.05rem;
  }
  .footerNavBlankLink + .footerNavBlankLink {
    margin-top: 0.1rem;
  }
.corporate-link .footerNavBlankLink img {
    max-width: 160px;
    margin: 10px 0 12px;
}
}

@media screen and (min-width: 768px) and (hover: hover) and (hover: hover), print and (hover: hover) and (hover: hover), screen and (min-width: 768px) and (-ms-high-contrast: active) and (hover: hover), screen and (min-width: 768px) and (-ms-high-contrast: none) and (hover: hover), screen and (min-width: 768px) and (hover: hover) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: active) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) and (-ms-high-contrast: active), screen and (min-width: 768px) and (hover: hover) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: none) and (-ms-high-contrast: none) {
  .footerNavBlankLink:hover {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    text-decoration: none !important;
  }
  .footerNavBlankLink:hover:hover {
    opacity: .75;
  }
}

@media screen and (min-width: 768px), print {
  .footerBottomInner {
    padding: 0.45rem 0.83rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print {
  .footerBottomInner {
    margin-left: auto;
    margin-right: auto;
    max-width: 13.66rem;
  }
}

/* SP設定 */
@media screen and (max-width: 767px) {
  .footerContactInner {
    padding: 0.28rem 0.295rem 0.5rem;
  }
  .footerContactTitle {
    font-size: 0.24rem;
  }
  .footerContactText {
    margin-top: 0.02rem;
  }
  .footerContactText {
    font-size: 0.13rem;
    letter-spacing: 0;
    padding-bottom: 0.15rem;
  }
  .footerContactText::after {
    width: 0.2rem;
    height: 0.01rem;
    background-color: #fff;
  }
  .footerContactMsg {
    font-size: 0.13rem;
    line-height: 1.54;
    margin-top: 0.1rem;
  }
  .footerContactInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.18rem;
  }
  .footerContactInfoTel > .telLink {
    font-size: 0.3rem;
    letter-spacing: -0.03em;
    padding-left: 0.47rem;
  }
  .footerContactInfoTel > .telLink::before {
    width: 0.48rem;
    height: 0.24rem;
    background-size: 0.43rem auto;
  }
  .footerContactInfoTime {
    margin-top: 0.1rem;
  }
  .footerContactInfoTime .-label {
    font-size: 0.11rem;
    padding: 0.06rem 0.04rem 0.07rem;
  }
  .footerContactInfoTime .-time {
    margin-left: 0.075rem;
    font-size: 0.128rem;
  }
  .footerContactBtnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.22rem;
  }
  .footerContactBtn {
    font-size: 0.18rem;
    padding: 0.14rem 0.2rem 0.14rem 0.58rem;
    -webkit-box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.25);
    border-radius: 0.02rem;
  }
  .footerContactBtn::before {
    width: 0.22rem;
    height: 0.22rem;
    left: 0.195rem;
    background-size: 0.12rem auto;
  }
  .footerContactBtn .-small {
    font-size: 0.12rem;
  }
  .footerContactBtn:nth-child(2) {
    margin-top: 0.095rem;
  }
  .footerBottomInner {
    padding: 0.26rem 0.295rem 0.45rem;
  }
  .footerLinkList {
    font-size: 0.12rem;
	display: block;
	text-align: center;
  }
	.footerLinkList > li {
		margin-bottom: 10px;
	}
  .footerLinkList > li:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
  }
  .footerLinkList > li:not(:first-child)::before{
    display: none;
  }
  .footerNav {
    display: none;
  }
  .footerCopy {
    text-align: center;
    margin-top: 0.3rem;
  }
}

/* header
============================================================= */
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  z-index: 100;
  width: 100%;
}

.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
}

.headerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerLogo > a {
  display: block;
}

.headerName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1d015f;
  line-height: 1;
  margin-left: 0.3rem;
}

.headerName .-category {
  font-size: 0.13rem;
  font-weight: 500;
  letter-spacing: -.01em;
}

.headerName .-service {
  font-size: 0.18rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-top: 0.105rem;
}

/* PC設定 */
@media screen and (min-width: 768px), print {
  #header {
	top: 0.2rem;
    max-width: 13.66rem;
    min-width: 1200px;
  }
  .headerInner {
    height: 0.88rem;
    padding: 0 0.4rem;
    margin: 0 0.42rem;
    border-radius: 0.05rem;
    -webkit-box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.12);
  }
  .headerLogo {
    width: 2rem;
  }
}

@media screen and (min-width: 1367px), print {
  #header {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* SP設定 */
@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    top: 0;
  }
  .headerInner {
    padding: 0.14rem 0.57rem 0.14rem 0.095rem;
    height: 0.55rem;
  }
  .headerLogo {
    width: 1.31rem;
  }
  .headerName {
    margin-left: 0.095rem;
    margin-top: -0.05rem;
  }
  .headerName .-category {
    font-size: 0.075rem;
  }
  .headerName .-service {
    font-size: 0.118rem;
    margin-top: 0.04rem;
  }
}

/* localNav
============================================================= */
.localNaviLabel {
  font-size: 0.14rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  padding: 0.07rem 0.05rem 0.08rem;
  background-color: #f5f5f5;
  letter-spacing: .02em;
}

.localNaviLabel + * {
  margin-top: 0.1rem;
}

.localNaviChildList li.-active a {
  color: #015EB2;
  font-weight: 500;
  pointer-events: none;
}

.localNaviChildList li.-active a::before {
  content: none;
}

.localNaviChildList li + li {
  margin-top: 0.05rem;
}

.localNaviChildList li a {
  display: inline-block;
  font-size: 0.13rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  padding-left: 0.34rem;
  position: relative;
  text-decoration: none;
  color: #000;
}

.localNaviChildList li a::before {
  content: '';
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226px%22%20height%3D%2220px%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23f26419%22%20d%3D%22M25.1%2C9.138%20L16.877%2C0.947%20C16.289%2C0.355%2015.337%2C0.355%2014.749%2C0.947%20C14.162%2C1.538%2014.162%2C2.499%2014.749%2C3.92%20L20.305%2C8.694%20L2.235%2C8.694%20C1.404%2C8.694%200.730%2C9.373%200.730%2C10.211%20C0.730%2C11.48%201.404%2C11.727%202.235%2C11.727%20L20.305%2C11.727%20L14.749%2C17.329%20C14.162%2C17.921%2014.162%2C18.882%2014.749%2C19.474%20C15.43%2C19.771%2015.428%2C19.918%2015.813%2C19.918%20C16.198%2C19.918%2016.583%2C19.771%2016.877%2C19.474%20L25.1%2C11.283%20C25.589%2C10.691%2025.589%2C9.730%2025.1%2C9.138%20Z%22%2F%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.11rem auto;
  position: absolute;
  top: 0.03rem;
  left: 0.1rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

@media all and (-ms-high-contrast: none) {
  .localNavWrap {
    -webkit-transform: translateY(-50%) translateY(0.54rem);
    transform: translateY(-50%) translateY(0.54rem);
  }
  .-localMenuOpen .localNavWrap {
    -webkit-transform: translateY(-50%) translateY(0.14rem);
    transform: translateY(-50%) translateY(0.14rem);
  }
}

/* PC設定 */
@media screen and (min-width: 768px), print {
  .localNavWrap {
    min-width: 5.4rem;
    padding: 0.12rem;
    border-radius: 0.04rem;
    background-color: #015EB2;
    position: fixed;
    top: 54%;
    right: 0.83rem;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateY(calc(-50% + (((0.88rem + 0.2rem) /2) - -0.4rem)));
    transform: translateY(calc(-50% + (((0.88rem + 0.2rem) /2) - -0.4rem)));
    pointer-events: none;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
    display: none;
  }
  .-loaded .localNavWrap {
    display: block;
  }
  .-localMenuOpen .localNavWrap {
    opacity: 1;
    -webkit-transform: translateY(calc(-50% + ((0.88rem + 0.2rem) /2)));
    transform: translateY(calc(-50% + ((0.88rem + 0.2rem) /2)));
    pointer-events: all;
  }
  .localNavInner {
    background-color: #fff;
    padding: 0.28rem 0.24rem;
    border-radius: 0.04rem;
  }
  .localNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .localNavBoxWrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 2.26rem;
  }
  .localNavBoxWrap:not(:first-child) {
    margin-left: 0.2rem;
  }
  .localNavBoxWrap > .localNavBox:not(:first-child) {
    margin-top: 0.35rem;
  }
  .localNaviChildList li a {
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }
}

@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover), screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .localNaviChildList li a:hover {
    color: #015EB2;
  }
  .localNaviChildList li a:hover::before {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
}

/* SP設定 */
@media screen and (max-width: 767px) {
  .localNavWrap {
    position: fixed;
    top: 0.55rem;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .localNavInner {
    display: none;
    overflow-y: auto;
  }
  .-localMenuOpen .localNavInner {
    display: block;
  }
  .localNavTitle {
    background-color: #f0f0f0;
    color: #015EB2;
    font-size: 0.14rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    padding: 0.16rem 0.4rem 0.16rem 0.14rem;
    position: relative;
  }
  .localNavTitle::after {
    content: '';
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2214px%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23015EB2%22%20d%3D%22M0.856%2C1.98%20L10.449%2C13.377%20L19.998%2C1.98%20L18.326%2C0.68%20L10.449%2C9.733%20L2.572%2C0.68%20L0.856%2C1.98%20Z%22%2F%3E%20%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.15rem auto;
    position: absolute;
    top: 50%;
    right: 0.15rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .-localMenuOpen .localNavTitle::after {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .localNavInner {
    background-color: #f0f0f0;
    padding: 0.05rem 0.15rem 0.21rem;
  }
  .localNav {
    background-color: #fff;
    padding: 0.2rem 0.15rem 0.3rem;
    border-radius: 0.02rem;
  }
  .localNavBoxWrap:not(:first-child) {
    margin-top: 0.18rem;
  }
  .localNavBoxWrap > .localNavBox:not(:first-child) {
    margin-top: 0.18rem;
  }
  .localNaviLabel {
    background-color: #f2f2f2;
  }
  .localNaviLabel + * {
    margin-top: 0.15rem;
  }
  .localNaviChildList li + li {
    margin-top: 0.1rem;
  }
  .localNaviChildList li a {
    padding-left: 0.3rem;
  }
  .localNaviChildList li a::before {
    top: 0.03rem;
    left: 0.06rem;
  }
}

/* topicPath
============================================================= */
/* PC設定 */
@media screen and (min-width: 768px), print {
  .topicPath {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .topicPath li {
    list-style-type: none;
    font-size: 0.11rem;
    color: #000;
  }
  .topicPath li a {
    display: inline-block;
    color: #000;
    position: relative;
    line-height: 2.4;
  }
  .topicPath li:last-child a {
    cursor: text;
    pointer-events: none;
  }
  .topicPath li:not(:last-child) {
    position: relative;
    padding-right: 0.18rem;
    margin-right: 0.1rem;
    position: relative;
  }
  .topicPath li:not(:last-child)::before {
    background-color: #000;
    content: '';
    display: block;
    width: 0.1rem;
    height: 1px;
    position: absolute;
    right: 0;
    top: -0.06rem;
    bottom: 0;
    margin: auto;
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  .topicPath li:not(:last-child)::before {
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
  }
  .topicPath + * {
    margin-top: 0.2rem;
  }
}

/* SP設定 */
@media screen and (max-width: 767px) {
  .topicPath {
    display: none;
  }
}

/* topicPath:各ページでの調整
============================================================= */
/* PC設定 */
@media screen and (min-width: 768px), print {
  /* 各サービスページ */
  .service .topicPathWrap {
    text-align: right;
    position: absolute;
    top: 1.46rem;
    right: 0.82rem;
    z-index: 3;
  }
  .service .topicPath li {
    color: #fff;
  }
  .service .topicPath li a {
    color: #fff;
  }
  .service .topicPath li a::before {
    background-color: #fff;
  }
  .service .topicPath li:not(:last-child)::before {
    background-color: #fff;
  }
}
.headerAnimation {
	height: 1.2rem!important;
}
.navrightAnimation {
	opacity: 0!important;
	transform: translate(0, -100%)!important;
}
#naviTopRight {
	position: absolute;
	top: 0;
	background-color: #fff;
	height: 0.72rem;
	width: 100%;
	border-top: 4px solid #015EB2;
	transition: opacity .2s cubic-bezier(0.29, 0.89, 0.58, 1.04), -webkit-transform .2s cubic-bezier(0.29, 0.89, 0.58, 1.04);
	transition: transform .2s cubic-bezier(0.29, 0.89, 0.58, 1.04), opacity .2s cubic-bezier(0.29, 0.89, 0.58, 1.04);
	transition: transform .2s cubic-bezier(0.29, 0.89, 0.58, 1.04), opacity .2s cubic-bezier(0.29, 0.89, 0.58, 1.04), -webkit-transform .2s cubic-bezier(0.29, 0.89, 0.58, 1.04);
}
.naviTopRight {
	margin: auto;
	max-width: 13.66rem;
	margin-top: 0.18rem;
}
.naviTopRightListLink {
	position: relative;
	color: #000;
	font-size: 0.15rem;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
}
.naviTopRightBtnText-yusotop,
.naviTopRightBtnText-kigyou {
	display: inline-block;
	position: relative;
	padding-left: 0.5rem;
}
.naviTopRightBtnText-yusotop::before,
.naviTopRightBtnText-kigyou::before {
	content: '';
	display: inline-block;
	width: 0.38rem;
	height: 0.38rem;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-46%);
	transform: translateY(-46%);
	background-image: url("../img/cmn/cmn_icoSoratop.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.36rem auto;
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.naviTopRightBtnText-kigyou::before {
	background-image: url("../img/cmn/cmn_icoCorporatetop.png");
}
.headerInner {
	max-width: 13.66rem!important;
	margin: auto!important;
}
@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.naviTopRightListLink {
	-webkit-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
.naviTopRightListLink:hover {
	color: #015EB2;
}
}

@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover), screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .naviTopRightListLink:hover .naviTopRightBtnText-yusotop::before,
	.naviTopRightListLink:hover .naviTopRightBtnText-kigyou::before {
    -webkit-transform: translate(0.02rem, -46%);
    transform: translate(0.02rem, -46%);
  }
	}
@media screen and (min-width: 768px), print {
	.naviTopRightList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: flex-end;
	}
}
@media screen and (min-width: 768px), print {
	.naviTopRightListItem:not(:last-child) {
		margin-right: 0.305rem;
	}
	.naviTopRight-spItem {
		display: none;
	}
}

@media screen and (max-width: 767px) {
#header {
		height: auto!important;
	}
	#naviTopRight {
		display: none;
	}
	.naviTopRight {
		position: static;
	}
	.naviTopRight-spItem {
		padding: 0.2rem;
	}
	.naviTopRightListLink {
    font-size: 0.18rem;
    font-weight: 700;
    text-decoration: none;
}
	.naviTopRightListItem {
		border: 1px solid #015EB2;
		margin-top: 0.095rem;
		padding: 0.13rem 0.14rem 0.14rem;
	}
	.naviTopRightBtnText-yusotop,
	.naviTopRightBtnText-kigyou {
    padding-left: 0.43rem;
  }
  .naviTopRightBtnText-yusotop::before,
	.naviTopRightBtnText-kigyou::before {
    width: 0.3rem;
    height: 0.3rem;
    background-size: 0.2rem auto;
  }
}

/* newicon
============================================================= */
.mediaItemTitle.-new {
	display: flex;
	align-items: center;
	gap: 6px;
}
.mediaItemTitle .-new {
	background-color: #f26419;
	padding: 8px 16px;
	color: #fff;
	font-size: 70%;
	border-radius: 4px;
}
@media screen and (max-width: 767px) {
	.mediaItemTitle.-new span {
		padding: 4px 8px;
	}
}