@charset "UTF-8";
/* ======================================================
 * layout_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Other
 * - Clearfix
 * Media Queries
====================================================== */
@media screen and (max-width: 767px) {
  /* -----------------------------------------------------
     * Common
   ------------------------------------------------------*/
  /*-----contents----- */
  .contents {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 55px;
  }
  .contents__main p {
    margin-bottom: 23px;
    font-size: clamp(13px, 3.3333333333vw, 16px);
    line-height: 1.85;
  }
  .contents__main p:last-of-type {
    margin-bottom: 0;
  }
  /*----- page-guide(breadcrumbs) ----- */
  .page-guide {
    padding: 0 20px;
    background: #ff0000;
  }
  .breadcrumbs {
    display: none;
  }
  /*-----page-heading----- */
  .page-heading {
    padding-top: 30px;
    padding-bottom: 25px;
    background: #fff;
  }
  .page-heading .page-heading__title {
    font-size: clamp(19px, 3.9113428944vw, 30px);
  }
  .page-heading .page-heading__text {
    font-size: clamp(13px, 3.3333333333vw, 15px);
    line-height: 1.78;
  }
  /* -----------------------------------------------------
     * Header
   ------------------------------------------------------*/
  #header {
    position: relative;
    z-index: 1000;
  }
  .header__main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 20px;
  }
  .header__main h1 {
    font-size: 16px;
  }
  /* -----------------------------------------------------
     * Gnav
   ------------------------------------------------------*/
  .Gnav {
    position: relative;
  }
  .Gnav .Gnav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    background: #eb0000;
  }
  .Gnav .Gnav-button .button-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 15px;
  }
  .Gnav .Gnav-button .button-line > span {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .Gnav .Gnav-button .button-line > span::before, .Gnav .Gnav-button .button-line > span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .Gnav .Gnav-button .button-line > span::before {
    top: -6px;
  }
  .Gnav .Gnav-button .button-line > span::after {
    top: 6px;
  }
  .Gnav .Gnav-button .button-text {
    padding-top: 2px;
    font-size: 8px;
    font-weight: 600;
    color: #fff;
  }
  .Gnav .Gnav-button.is-active .button-line > span {
    background: transparent;
  }
  .Gnav .Gnav-button.is-active .button-line > span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .Gnav .Gnav-button.is-active .button-line > span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .Gnav .Gnav-button.is-active .button-text {
    display: none;
  }
  .Gnav .Gnav-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100vw;
    padding: 0 20px;
    overflow: hidden;
    background: #e0e0e0;
    z-index: 100;
  }
  .Gnav .Gnav-lang {
    margin-bottom: 10px;
  }
  .Gnav .Gnav-lang p {
    display: block;
    padding: 9px 0 5px;
    font-size: 13px;
    font-weight: 600;
  }
  .Gnav .Gnav-lang ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .Gnav .Gnav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Gnav .Gnav-menu li {
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .Gnav .Gnav-menu li:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  .Gnav .Gnav-menu li a {
    padding: 9px 0;
  }
  .Gnav .Gnav-menu li a.is-current-page {
    opacity: 0.8;
    text-decoration: none;
  }
  .Gnav .Gnav-menu .Gnav-menu__contact {
    border-radius: none;
  }
  .Gnav .Gnav-menu .Gnav-menu__contact a {
    padding: 10px 0;
    color: inherit;
    background: inherit;
    border-radius: none;
  }
  .Gnav .Gnav-menu .Gnav-menu__contact a:hover {
    color: #ff0000;
    background: inherit;
  }
  .Gnav-overlay {
    display: none;
  }
  .Gnav-overlay.is-active {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100svh;
    z-index: 1;
  }
  /* -----------------------------------------------------
   * Common
   ------------------------------------------------------*/
  /* -----bg----- */
  .bg-top {
    padding-top: 23px;
  }
  .bg-top::before {
    background: url(/common-files/img/cmn_bg02_sp.png) top center no-repeat;
    background-size: 100% auto;
  }
  .bg-bottom {
    padding-bottom: 60px;
  }
  .bg-bottom::after {
    height: 1080px;
    background: url(/common-files/img/cmn_bg01_sp.png) bottom center no-repeat;
    background-size: contain;
  }
  /* -----------------------------------------------------
     * Footer
   ------------------------------------------------------*/
  .footer-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-menu li {
    margin-right: 20px;
  }
  .footer-teijin .teijin-name {
    font-size: clamp(14px, 3.5897435897vw, 16px);
  }
  /* ----- footer-policy ----- */
  .footer-policy {
    padding: 15px;
  }
  .AssistClone .footer-policy {
    background-color: #444;
  }
  .footer-policy .policy_box {
    padding: 15px;
    background-color: #2b2b2b;
  }
  .footer-policy .policy_text {
    margin-right: 0;
    margin-bottom: 1em;
    color: #ccc;
    font-size: 11px;
    font-weight: 400;
  }
  .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: 86px;
    margin-right: 7px;
    padding: 5px;
    border: none;
    background-color: #4b4b4b;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
  }
  .footer-policy .policy_action > .policy_detail {
    min-width: 100px;
    margin-right: 0;
  }
  /* -----------------------------------------------------
   * Element >>> Heading
   ------------------------------------------------------*/
  /* -----heading-lv1（ページタイトル） -----*/
  /* -----heading-lv2（見出し） -----*/
  .heading-lv2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: clamp(19px, 3.9113428944vw, 30px);
  }
  /* -----heading-lv3（見出しLv3） -----*/
  .heading-lv3 {
    margin-bottom: 8px;
    font-size: clamp(17px, 2.6075619296vw, 20px);
  }
  /* -----heading__ -----*/
  [class^=heading-lv] .heading__sub-title {
    margin-bottom: 5px;
    font-size: clamp(13px, 2.0860495437vw, 16px);
  }
}
/* ======================================================
 * Media Queries
====================================================== */
@media screen and (max-width: 414px) {
  /* -----------------------------------------------------
     * Footer
   ------------------------------------------------------*/
  .footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 10px;
  }
  .footer-menu::after {
    content: "";
    display: block;
    width: 33.3333333333%;
  }
  .footer-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 33.3333333333%;
    margin: 0 0 5px;
  }
  .footer-menu li:nth-of-type(3n - 1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-menu li:nth-of-type(3n) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .footer-menu li:nth-of-type(3n):lang(en) {
    text-align: left;
  }
  .footer-menu li a {
    width: 70px;
  }
  .footer-menu.footer__inner {
    padding: 10px 40px 5px;
  }
  .footer-teijin {
    font-size: 7px;
  }
  .footer-teijin ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-teijin .teijin-name {
    margin-left: 7px;
    font-size: 14px;
  }
  .footer-teijin.footer__inner {
    padding: 10px 13px;
  }
  .footer-policy .policy_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 390px) {
  /* -----------------------------------------------------
     * Common
   ------------------------------------------------------*/
  /*-----page-heading----- */
  .page-heading .page-heading__text {
    text-align: justify;
  }
  .page-heading .page-heading__text:lang(en) {
    text-align: inherit;
  }
  /* -----------------------------------------------------
     * Gnav
   ------------------------------------------------------*/
  .Gnav .Gnav-button {
    width: 30px;
    height: 30px;
  }
  .Gnav .Gnav-button .button-line > span {
    width: 14px;
    height: 1px;
  }
  .Gnav .Gnav-button .button-line > span::before {
    top: -5px;
  }
  .Gnav .Gnav-button .button-line > span::after {
    top: 5px;
  }
  .Gnav .Gnav-button .button-text {
    font-size: 4px;
  }
}
@media screen and (max-width: 375px) {
  /* -----------------------------------------------------
     * Header
   ------------------------------------------------------*/
  .header__main h1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  /* -----------------------------------------------------
     * Header
   ------------------------------------------------------*/
  .header__main h1 {
    font-size: 12px;
  }
}/*# sourceMappingURL=layout_sp.css.map */