@charset "UTF-8";
@font-face {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
.pankuzu {
  max-width: 1340px;
  width: 100%;
  padding: 13px 50px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.pankuzu li {
  font-size: 14px;
  line-height: 1;
  list-style-type: none;
  color: #333333;
  position: relative;
}

.pankuzu li a {
  text-decoration-line: none;
}

.pankuzu li a:hover {
  text-decoration-line: underline;
}

.pankuzu .content_width{
  padding: 0;
}

@media (max-width: 768px) {
  .pankuzu {
    max-width: 100%;
    padding: 13px 10px;
    gap: 30px;
  }
  .pankuzu li {
    font-size: 14px;
    line-height: 1;
  }
  .pankuzu li a:hover {
    text-decoration-line: none;
  }
}
.c-tec-nav {
  padding: 0 10px;
}

@media (max-width: 768px) {
  .c-tec-nav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .c-tec-nav {
    border-top: solid 1px #dedee0;
    border-bottom: solid 1px #dedee0;
    height: 48px;
    overflow: visible;
    transition: none;
    background: #f7f7f9;
  }
}
@media (max-width: 768px) {
  .c-tec-nav.is_open {
    max-height: 30rem;
  }
}
.c-tec-nav a {
  color: #101520;
}

.c-tec-nav .fa-caret-right {
  transform: translateX(-0.5rem);
}

@media (min-width: 768px) {
  .c-tec-nav .fa-caret-right {
    display: none;
  }
}
.c-tec-nav__parents {
  background: #555;
  font-size: 15px;
}

@media (min-width: 768px) {
  .c-tec-nav__parents {
    background: none;
    margin: 0;
  }
}
.c-tec-nav__parent {
  /* border-bottom: solid 1px #d7d7d7; */
  line-height: 1.1;
}

@media (min-width: 768px) {
  .c-tec-nav__parent {
    border-bottom: none;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .c-tec-nav__parent:last-child::after {
    right: 0;
  }
}
.c-tec-nav__parent > a::before {
  background: transparent;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: 0.3s ease;
  width: 100%;
  height: 5px;
}

@media (min-width: 768px) {
  .c-tec-nav__parent:hover > a {
    background: #fff;
    color: #f00;
  }
  .c-tec-nav__parent:hover > a::before {
    background: #f00;
  }
}
.c-footermenu {
  color: #333;
  letter-spacing: -1rem;
  font-size: 12px;
  line-height: 2.2rem;
}

.c-footermenu > li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 2rem;
}

.c-footermenu > li:last-of-type {
  margin-right: 0;
}

.c-footermenu a {
  color: #333;
  text-decoration: underline;
}

.c-footermenu i {
  margin-right: 4px;
}

.c-footermenu--white {
  color: #fff;
}

.c-footermenu--white a {
  color: #fff;
}

.c-rollover {
  transition: 0.3s ease;
}

.c-rollover--alpha {
  opacity: 1;
}

.c-rollover--alpha:hover {
  opacity: 0.5;
}

.c-tec-nav__parents {
  display: flex;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.p-tec-footer__secondary {
  background: #464646;
  padding: 2.8rem 0 3rem;
}

.p-tec-footer__pagetop {
  bottom: 2rem;
  display: block;
  opacity: 0;
  position: fixed;
  right: 1rem;
  transition: 0.3s ease;
}

.p-tec-footer__pagetop.is_active {
  opacity: 1;
}

@media (min-width: 768px) {
  .p-tec-footer__row {
    display: flex;
  }
}
.p-tec-footer__copyright--bottom {
  display: block;
  padding-right: 5rem;
}

.p-tec-footer__row > small[aria-hidden=true] {
  color: #fff;
  font-size: 10px;
}

@media (max-width: 768px) {
  .p-tec-footer__row > small[aria-hidden=true] {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-tec-footer__row > small {
    display: block;
    flex-grow: 1;
    line-height: 2.2rem;
    margin: 0 2.3rem 0 0;
    text-align: right;
  }
}
.p-tec-footer__company {
  color: #101520;
  padding: 2rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .p-tec-footer__company {
    display: none;
  }
}
.p-tec-footer__image {
  margin-bottom: 1rem;
}

.u-hidden {
  display: none !important;
}

li.c-tec-nav__parent {
  flex: 1;
}

li.c-tec-nav__parent {
  position: relative;
  list-style: none;
}

.c-tec-nav__parent::before {
  background: #ccc;
  bottom: 5px;
  content: "";
  position: absolute;
  top: 4px;
  width: 1px;
}

.c-tec-nav__parent:last-child::after {
  background: #ccc;
  bottom: 5px;
  content: "";
  position: absolute;
  top: 4px;
  width: 1px;
  right: 0;
}

.c-tec-nav__parent > a {
  height: 48px;
  line-height: 44px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: block;
}

@media (max-width: 768px) {
  .c-tec-nav__parents {
    display: block;
    padding: 0;
    margin: 0;
    background: #f3f4f7;
    width: 100%;
    text-align: left;
  }
  .c-tec-nav__parent::before,
  .c-tec-nav__parent:last-child::after {
    display: none;
  }
  .c-tec-nav__parent > a {
    text-align: left;
  }
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.btn_pagetop {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
}

strong {
  font-weight: 700;
}

/* a[href="/entries/"] {
  display: none;
} */
.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-hidden-sp{
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-pc{
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
  .u-pc {
    display: none;
  }
}
/* ヘッダー */
header .p-tec-header {
  position: relative;
}

header .p-tec-header__btn {
  display: block;
  height: 44px;
  width: 44px;
  background-color: #555;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

header .p-tec-header__btn i::before {
  color: #ffffff;
}

header .p-tec-header__btn.is_open i::before {
  content: "\f00d";
}

header .p-tec-header__logo {
  padding: 13px 0 12px;
  display: flex;
  align-items: center;
}

header .p-tec-header__logo__brand {
  display: block;
  height: 100%;
}

header .p-tec-header__company {
  display: block;
  margin-left: 68px;
  height: 20px;
}

header .p-tec-header__global {
  display: block;
  font-size: 11px;
  text-align: right;
  padding-left: 12px;
}

header .p-tec-header__global a {
  padding-left: 16px;
  position: relative;
  color: #039;
}

header .p-tec-header__global a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}

header .p-tec-header__global a:hover {
  color: #f63;
}

header .p-tec-header__local li {
  font-size: 11px;
  display: inline-block;
  margin-left: 10px;
}

header .p-tec-header__local li a {
  padding-left: 16px;
  position: relative;
  color: #039;
}

header .p-tec-header__local li a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}

header .p-tec-header__local li a:hover {
  color: #f63;
}

header .p-tec-header__inner {
  max-width: 1340px;
  width: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

header .p-tec-header__inner .p-tec-header__links {
  position: static;
  margin-left: auto;
  padding: 3px 4px 3px 0;
}

header .c-tec-nav {
  height: auto;
  background-color: #ffffff;
  overflow: hidden;
  transition: 0.5s;
}

/* nav.c-tec-nav .c-tec-nav--inner {
  background: #f7f7f9;
} */
header .c-tec-nav--inner {
  max-width: 1340px;
  width: 100%;
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  justify-content: right;
  padding: 14px 0;
  margin: 0 auto;
}

header .c-tec-nav--inner a {
  width: 88px;
  text-decoration-line: none;
  transition: 0.3s;
}

header .c-tec-nav--inner a img {
  display: block;
  width: 28px;
  margin: 0 auto 7px;
}

header .c-tec-nav--inner a p {
  color: #333333;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  text-align: center;
  text-decoration-line: none;
}

header .c-tec-nav--inner a:hover {
  opacity: 0.5;
}

header .c-tec-nav--inner a[href="/entries/"] {
  display: block;
}

header .c-tec-nav--ul {
  display: none;
}

header .p-tec-header__btn {
  display: none;
}
header .noscript {
  background-color: #fdd7b4;
  font-family: "Noto Sans JP", sans-serif;
  padding: 16px 0;
}
header .noscript__text {
  font-size: 14px;
  line-height: 1.8;
  width: 940px;
  margin: 0 auto;
}
header .noscript__text span {
  font-weight: 700;
}
header .p-tec-header__top{
  display: block;
  width: 146px;
  height: 31px;
  position: absolute;
  top: 86px;
  left: calc(50% - 650px);
  margin: 0 auto ;
}
header .p-tec-header__top img{
  display: block;
  width: 146px;
  height: 100%;
}
@media screen and (max-width: 1360px){
  header .p-tec-header__top{
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  header {
    position: relative;
  }
  header .p-tec-header__company, header .p-tec-header__links {
    display: none;
  }
  header .p-tec-header__logo {
    width: 104px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 14px;
    bottom: 0;
    margin: auto 0;
  }
  header .p-tec-header__logo__brand {
    width: 100%;
    height: 100%;
    display: block;
  }
  header .p-tec-header__logo__brand img {
    display: block;
    width: 100%;
  }
  header .p-tec-header__btn {
    display: block;
  }
  header .p-tec-header__inner {
    height: 44px;
    border-bottom: 1px solid #BFBFBF;
  }
  header .c-tec-nav {
    position: absolute;
    top: 44px;
    width: 100%;
    background-color: #ffffff;
    z-index: 5;
  }
  header .c-tec-nav.is_open {
    max-height: 500px;
  }
  header .c-tec-nav--inner {
    padding: 0;
    flex-direction: column;
    gap: 0;
  }
  header .c-tec-nav--inner a {
    width: 100%;
    height: 64px;
    display: flex;
    gap: 8px;
    align-items: center;
    padding-left: 50px;
    position: relative;
  }
  header .c-tec-nav--inner a::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #e61d1e;
    border-right: 2px solid #e61d1e;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto 0;
  }
  header .c-tec-nav--inner a img {
    width: 24px;
    margin: 0;
  }
  header .c-tec-nav--inner a p {
    font-size: 16px;
    line-height: 1;
  }
  header .c-tec-nav--inner a:not(:first-of-type) {
    border-top: 1px solid #BFBFBF;
  }
  header .c-tec-nav--inner a[href="/entries/"] {
    display: flex;
  }
  header .c-tec-nav--ul {
    display: block;
    background-color: #f3f4f7;
    padding: 10px 0;
  }
  header .c-tec-nav--ul li {
    list-style-type: none;
    padding: 5px 15px;
  }
  header .c-tec-nav--ul li a {
    font-size: 15px;
    line-height: 1.8;
    text-decoration-line: none;
  }
  header .noscript {
    padding: 12px 10px;
  }
  header .p-tec-header__top{
    width: 100%;
    max-width: 100%;
    height: 44px;
    background-color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    position: static;
  }
  header .p-tec-header__top img{
    display: block;
    width: 116px;
    height: 25px;
  }
} 
/* フッター */
.footer_wrp {
  background-color: #464646;
}

.footer_wrp .content_width {
  padding: 0;
}

.footer_wrp .content_width .free_area {
  margin-bottom: 0;
}

.footer_wrp .content_width .footer.cf {
  display: none;
}

.p-tec-footer {
  display: flex;
  flex-wrap: nowrap;
  padding: 28px 10px 29px;
  max-width: 1340px;
  margin: 0 auto;
}

.p-tec-footer--ul {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.p-tec-footer--ul li {
  display: inline;
  padding-left: 12px;
  position: relative;
}

.p-tec-footer--ul li::before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}

.p-tec-footer--ul li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
}

.p-tec-footer--copyright {
  color: #ffffff;
  font-size: 10px;
  line-height: 15px;
  margin: 0;
  margin-right: 0;
  margin-left: auto;
}

.p-tec-footer--pagetop {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 0;
  background: no-repeat url("/image/pagetop.png") 0 0/cover;
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  opacity: 0;
  transition: .3s;
}
.p-tec-footer--pagetop.is_active {
  opacity: 1;
}
.p-tec-footer--pagetop.is_active:hover {
  opacity: .5;
}

@media screen and (max-width: 768px) {
  .p-tec-footer {
    background-color: #ffffff;
    padding: 40px 0 0;
    flex-direction: column;
  }
  .p-tec-footer--ul {
    justify-content: center;
    margin-bottom: 30px;
  }
  .p-tec-footer--ul li::before {
    border-color: #333333;
  }
  .p-tec-footer--ul li a {
    color: #333333;
  }
  .p-tec-footer-logo {
    display: block;
    width: 210px;
    margin: 0 auto 40px;
  }
  .p-tec-footer--copyright {
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    background: #464646;
    text-align: center;
    padding: 13px 10px;
    margin: 0;
  }
}


/* 初期トップへ戻るボタン */

#btn_pagetop{
  display: none;
}