@charset "UTF-8";
/* ======================================================
 * layout_pc.css
 * ------------------------------------------------------
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Footer
 * - Other
 * Media Queries
 * Print
====================================================== */
/* -----------------------------------------------------
  * Common
------------------------------------------------------*/
/* ----- transition ----- */
.footer-policy .policy_action > [class*=policy_] {
  -webkit-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
}

/*-----container----- */
.container {
  padding: 0 20px;
}

.contents {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 190px;
}
.contents:last-child {
  margin-bottom: 0;
}

.contents__main p {
  margin-bottom: 38px;
  line-height: 2.5;
  text-align: justify;
}
.contents__main p.mb-0 {
  margin-bottom: 0;
}
.contents__main p:last-of-type {
  margin-bottom: 0;
}
.contents__main p:lang(en) {
  text-align: inherit;
}

/*----- page-guide(breadcrumbs) ----- */
.page-guide {
  padding: 0 20px;
  background: #eb0000;
}

.breadcrumbs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 7px 0;
}
.breadcrumbs li {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.breadcrumbs li a {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs li:has(a)::after {
  content: "＞";
  padding: 1rem;
}

/*-----page-heading----- */
.page-heading {
  padding-top: 65px;
  padding-bottom: 78px;
  background: #f7f7fa;
}
.page-heading .page-heading__title {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
}
.page-heading .page-heading__text {
  font-size: 18px;
  line-height: 2.56;
}
.page-heading .page-heading__text--s {
  font-size: 16px;
  line-height: 2.875;
}
.page-heading .page-heading__text--lh-s {
  line-height: 1.5;
}

/* -----bg----- */
.bg-top {
  position: relative;
  padding-top: 60px;
}
.bg-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: url(/common-files/img/cmn_bg02.png) top center no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.bg-bottom {
  position: relative;
  padding-bottom: 210px;
}
.bg-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: url(/common-files/img/cmn_bg01.png) bottom center no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

/* -----------------------------------------------------
  * Header
------------------------------------------------------*/
.header__teijin a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
.header__teijin picture {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__teijin img {
  margin: 0 0 0 auto;
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 22px 29px;
  background: #f7f7fa;
}
.header__main h1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: clamp(10px, 2.7086383602vw, 37px);
  font-size: clamp(16px, 1.6837481698vw, 23px);
}
.header__main h1 a {
  text-decoration: none;
}
.header__main h1 a:hover {
  opacity: 0.7;
}

/* -----------------------------------------------------
  * Gnav
------------------------------------------------------*/
.Gnav .Gnav-button {
  display: none;
}
.Gnav .Gnav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Gnav .Gnav-lang {
  margin-bottom: 20px;
}
.Gnav .Gnav-lang p {
  display: none;
}
.Gnav .Gnav-lang ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}
.Gnav .Gnav-lang li {
  width: 130px;
  height: 18px;
  margin: 0 6px 0 0;
  font-size: 12px;
  font-weight: 600;
}
.Gnav .Gnav-lang li:last-child {
  margin: 0;
}
.Gnav .Gnav-lang li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #757575;
  border-radius: 4px;
}
.Gnav .Gnav-lang li a:hover {
  background: #666;
}
.Gnav .Gnav-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.Gnav .Gnav-menu li {
  font-size: clamp(13px, 1.317715959vw, 18px);
  font-weight: 600;
}
.Gnav .Gnav-menu li:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.Gnav .Gnav-menu li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 4px clamp(20px, 2.9282576867vw, 40px);
  text-decoration: none;
}
.Gnav .Gnav-menu li a.is-current-page {
  text-decoration: underline;
  pointer-events: none;
}
.Gnav .Gnav-menu li a:hover {
  color: #ff0000;
}
.Gnav .Gnav-menu .Gnav-menu__contact {
  border-radius: 2px;
}
.Gnav .Gnav-menu .Gnav-menu__contact a {
  padding: 4px clamp(20px, 2.635431918vw, 36px);
  color: #fff;
  background: #eb0000;
  border-radius: 3px;
}
.Gnav .Gnav-menu .Gnav-menu__contact a.is-current-page {
  text-decoration: none;
  pointer-events: inherit;
}
.Gnav .Gnav-menu .Gnav-menu__contact a:hover {
  color: #fff;
  background: #cf0212;
}

/* -----------------------------------------------------
  * Main
------------------------------------------------------*/
#main {
  overflow: hidden;
}

/* -----------------------------------------------------
  * Footer
------------------------------------------------------*/
.footer-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 26px 0;
  background: #f0f0f0;
  font-size: 12px;
}
.footer-menu li {
  margin-right: 36px;
}
.footer-menu li:last-child {
  margin-right: 0;
}
.footer-menu li a.is-current-page {
  font-weight: bold;
  pointer-events: none;
}
.footer-menu li a:hover {
  opacity: 0.7;
}

.footer-teijin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  background: #d1d1d1;
  font-size: 12px;
}
.footer-teijin .teijin-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.footer-teijin .teijin-name a {
  text-decoration: none;
}
.footer-teijin .teijin-name a:hover {
  color: #666;
}
.footer-teijin ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding: 0;
}
.footer-teijin li {
  margin-right: 24px;
}
.footer-teijin li:last-child {
  margin-right: 0;
}
.footer-teijin li a.is-current-page {
  font-weight: 600;
  pointer-events: none;
}
.footer-teijin li a:hover {
  opacity: 0.7;
}

.footer__inner {
  padding-left: 46px;
  padding-right: 46px;
}

.copyright {
  font-size: 7px;
  text-align: right;
  text-decoration: underline;
}

/* ----- footer-policy ----- */
.bottom-follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.bottom-follow.at-footer {
  position: relative;
}

.footer-policy {
  background: #666;
  padding: 30px 20px;
}
.footer-policy.is-slided-down {
  display: none;
}

.AssistClone .footer-policy {
  padding: 30px 60px;
  background-color: #444;
}

.footer-policy .policy_box {
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 18px;
  background-color: #2b2b2b;
}

.footer-policy .policy_text {
  margin-right: 1em;
  color: #ccc;
}

.footer-policy .policy_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-policy .policy_action > [class*=policy_] {
  display: block;
  min-width: 115px;
  margin-right: 10px;
  padding: 5px;
  border: none;
  background-color: #4b4b4b;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.footer-policy .policy_action > [class*=policy_]:hover {
  background-color: #5b5b5b;
}

.footer-policy .policy_action > .policy_detail {
  margin-right: 0;
}
.footer-policy .policy_action > .policy_detail:lang(en) {
  min-width: 130px;
}

/* ----- footer-sitemap ----- */
/* -----------------------------------------------------
  * Element >>> Heading
------------------------------------------------------*/
/* -----heading-lv1（ページタイトル） -----*/
.heading-lv1 {
  font-size: 40px;
  font-weight: 600;
}

/* -----heading-lv2（見出しLv2） -----*/
.heading-lv2 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 40px;
  font-weight: 600;
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}

/* -----heading-lv3（見出しLv3） -----*/
.heading-lv3 {
  margin-bottom: 13px;
  padding-bottom: 8px;
  font-size: 25px;
  font-weight: 600;
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}

/* -----heading__ -----*/
[class^=heading-lv] .heading__sub-title {
  display: block;
  font-size: 27px;
}
[class^=heading-lv] .heading__title {
  display: block;
}

/* -----------------------------------------------------
  * Media Queries
------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .footer-policy .policy_text {
    font-size: 16px;
  }
  .footer-policy .policy_action > [class*=policy_] {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  /* -----------------------------------------------------
   * Common
   ------------------------------------------------------*/
  /* -----bg----- */
  .bg-top::before {
    background: url(/common-files/img/cmn_bg02_max.png) top center no-repeat;
    background-size: contain;
  }
  .bg-bottom::after {
    height: 1080px;
    background: url(/common-files/img/cmn_bg01_max.png) bottom center no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) {
  /* -----------------------------------------------------
     * Header
   ------------------------------------------------------*/
  .header__main h1 {
    margin-left: 0;
  }
}/*# sourceMappingURL=layout_pc.css.map */