/* リセット */

* {
  box-sizing: border-box;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td, figure {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}


/*-------------------------------------------------
/* 基本
--------------------------------------------------*/

:root {
  --color-text: #010c16;
  --color-footer: #004ea2;
  --color-back: #FFFFFF;

  --color-main: #004ea2;
  --color-light-main: #6aa6d3;
  --color-bright-main: #e7f0f7;

  --color-red: #c30d23;

  --color-gray: #8E939B;
  --color-light-gray: #bfd3dd;
  --color-visited: #585858;

  --box-shadow: 0 0 5px rgba(0, 42, 79, 0.3);

  --svg-logo: url('../../img/common/logo.svg');
  --svg-logo-white: url('../../img/common/logo_white.svg');

  --font-main: YakuHanJP, "Zen Kaku Gothic New", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Noto Sans CJK JP', sans-serif;
  --font-serif: YakuHanMP, 'Zen Old Mincho', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  --font-en: 'Roboto', sans-serif;
}

body {
  font-family: var(--font-main);
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  background-color: var(--color-back);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

@media screen and (min-width: 834px), print {
  body {
    font-size: 18px;
  }
}

.foot-copy,
.en {
  font-family: var(--font-en);
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

/* iPhoneTELリンク色変更なしにする */
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

.wrapper {
  position: relative;
}

html {
  scroll-behavior: smooth;
}

.margin-top-non {
  margin-top: 0 !important;
}


/* JSが有効な場合のみ非表示（<html>にjsクラスを付与する前提） */
.js .topmain,
.js .submain,
.js .animation-left,
.js .animation-right,
.js .animation,
.js .animation-scale,
.js .animation-scale-out {
  visibility: hidden;
}



/*------------------------------------------*/
/* ロゴ
/*------------------------------------------*/

.logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background: var(--svg-logo);
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 137/50;
  width: 100px;
  height: auto;
  z-index: 1;
}

.logo.white {
  background: var(--svg-logo-white);
  background-size: 100%;
}

@media screen and (min-width: 768px), print {
  .logo {
    width: 137px;
  }
}

@media screen and (min-width: 834px), print {
  .logo {
    width: 137px;
  }
}


/*****************************************
*
* ヘッダ
*
******************************************/

header {
  display: inline-block;
  width: 100%;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
}

@media screen and (max-width: 1023px) {
  header .logo-wrap .logo {
    background: var(--svg-logo);
    background-size: 100%;
  }

  .page-top header .logo-wrap .logo {
    background: var(--svg-logo-white);
    background-size: 100%;
  }
}

@media screen and (max-width: 833px) {

  .page-company header .logo-wrap .logo,
  .page-contact header .logo-wrap .logo,
  .page-policy header .logo-wrap .logo,
  .page-recruit header .logo-wrap .logo {
    background: var(--svg-logo-white);
    background-size: 100%;
  }
}

@media screen and (min-width: 768px), print {
  header {
    left: 40px;
  }
}

@media screen and (min-width: 1024px), print {
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--color-main);
    border-radius: 10px;
    width: calc(100% - 80px);
    height: 80px;
    padding: 10px 30px;
    position: fixed;
    top: 20px;
    left: 40px;
  }

  header .logo-wrap {
    margin-top: 10px;
  }

  header .logo-wrap .logo {
    background: var(--svg-logo-white);
    background-size: 100%;
  }
}



/*****************************************
*
* drawer nav
*
******************************************/

@media screen and (min-width: 1024px), print {

  .drawer-hamburger,
  header .nav-home,
  header .nav-news,
  header .nav-policy {
    display: none;
  }

  .drawer-nav {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
  }

  .drawer-menu {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  /* .drawer-menu-itemは非表示 */
  .drawer-menu a.drawer-menu-item {
    display: none;
  }

  .drawer-menu li a:hover,
  .drawer-menu li a:active {
    text-decoration: none;
  }

  .drawer-menu li.nav-single,
  .drawer-menu .drawer-dropdown {
    text-align: left;
  }

  .drawer-menu li.nav-single.dropdown,
  .drawer-menu .drawer-dropdown {
    position: relative;
  }

  .drawer-menu li.nav-single a,
  .drawer-menu .drawer-dropdown-button {
    display: block;
    border-radius: 6px;
    border: solid 1px var(--color-main);
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 7px 10px;
    transition: all .3s ease;
  }

  .drawer-menu li.nav-single a.current,
  .drawer-menu .drawer-dropdown-button.current {
    background: white;
    border-radius: 6px;
    color: var(--color-main);
  }

  .drawer-menu li.nav-single a:hover,
  .drawer-menu .drawer-dropdown-button:hover {
    border-color: white;
  }

  :root {
    --num-drawer-menu: 40px;
  }

  /* 隙間を埋めるための疑似要素 */
  .drawer-menu li.nav-single.dropdown::after,
  .drawer-menu .drawer-dropdown::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: transparent;
    height: var(--num-drawer-menu);
    z-index: 99;
  }

  .drawer-menu .drawer-dropdown-menu {
    min-width: 200px;
    background: var(--color-main);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    padding: 20px;
    position: absolute;
    top: calc(100% + var(--num-drawer-menu));
    left: 0;
    z-index: 100;
  }

  /* .drawer-menu-itemがある場合：.nav-single.dropdownの直後の.drawer-dropdownに配置 */
  .drawer-menu li.nav-single.dropdown+.drawer-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
  }

  .drawer-menu .drawer-dropdown-menu li+li {
    margin-top: 1em;
  }

  .drawer-menu .drawer-dropdown-menu li a {
    position: relative;
    display: block;
    border: none;
    width: 100%;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 30px;
    transition: all .3s ease;
  }

  .drawer-menu .drawer-dropdown-menu li a::before {
    content: '';
    display: inline-block;
    background: url('../../img/common/icon_arrow_min_white.svg') no-repeat;
    background-size: 100%;
    aspect-ratio: 1/1;
    width: 9px;
    height: auto;
    position: absolute;
    top: 0.5em;
    left: 4px;
    z-index: 1;
    transition: all .3s ease;
  }

  .drawer-menu .drawer-dropdown-menu li a::after {
    content: '';
    display: inline-block;
    background: var(--color-main);
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0.2em;
    left: 0;
  }

  .drawer-menu .drawer-dropdown-menu li a:hover::before {
    background: url('../../img/common/icon_arrow_min.svg') no-repeat;
    background-size: 100%;
  }

  .drawer-menu .drawer-dropdown-menu li a:hover::after {
    background: white;
  }
}

.drawer-menu .nav-recruit a {
  background: var(--color-red);
  border-radius: 40px;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 30px;
}

.drawer-menu .nav-contact a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background: url('../../img/common/icon_mail.svg') no-repeat;
  background-size: 100%;
  aspect-ratio: 30/22;
  width: 30px;
  height: auto;
  vertical-align: bottom;
}


@media screen and (max-width: 1023px) {
  .drawer-open {
    overflow: hidden !important;
  }

  .drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    width: 100%;
    height: 100%;
    background: var(--color-main);
    padding: 20px 20px 40px 20px;
  }

  .drawer-menu li a:hover,
  .drawer-menu li a:active {
    text-decoration: none;
  }

  .drawer-menu li.nav-home a {
    font-size: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 40px;
  }

  .drawer-menu li.nav-single {
    width: 100%;
  }

  .drawer-menu li.nav-single a {
    display: flex;
    align-items: center;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: white;
    width: 100%;
    height: 50px;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 0 10px;
  }

  .drawer-menu li.nav-home+li.nav-single a {
    border-width: 1px;
  }

  .drawer-menu li.nav-single.dropdown a {
    width: calc(100% - 50px);
  }

  .drawer-menu .drawer-dropdown-menu {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .drawer-menu .drawer-dropdown-menu li a {
    display: flex;
    align-items: center;
    border-style: solid;
    border-width: 0 1px;
    border-color: white;
    width: 100%;
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 10px 10px;
  }

  .drawer-menu .drawer-dropdown-menu li+li {
    border-top: dotted 1px white;
  }

  .drawer-menu .drawer-dropdown.open .drawer-dropdown-menu {
    border-bottom: solid 1px white;
  }

  .drawer-menu .drawer-dropdown-menu>li {
    width: 100%;
    list-style: none;
  }

  .drawer-menu .drawer-dropdown {
    position: relative;
  }

  .drawer-menu .drawer-dropdown-button {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    align-items: center;
    background: transparent;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: white;
    width: 100%;
    height: 50px;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 0 10px;
  }

  .drawer-menu .drawer-menu-item {
    display: none;
    position: relative;
    display: inline-block;
    background: transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -50px;
    right: 0;
  }

  .drawer-menu .drawer-menu-item.dropdown-border {
    border-width: 1px 1px 1px 0;
  }

  /* ★ 十字ボタンのアニメーション ★ */
  .drawer-menu a.drawer-dropdown-button::before,
  .drawer-menu a.drawer-dropdown-button::after {
    content: '';
    display: block;
    background: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* 開く時のアニメーション速度 */
    transition: all 0.3s ease;
  }

  /* 横線 */
  .drawer-menu a.drawer-dropdown-button::before {
    width: 20px;
    height: 2px;
    right: 15px;
  }

  /* 縦線 */
  .drawer-menu a.drawer-dropdown-button::after {
    width: 2px;
    height: 20px;
    right: 23px;
    opacity: 1;
  }

  /* 開いた状態 - 縦線を回転させて消す */
  .drawer-menu .drawer-dropdown.open a.drawer-dropdown-button::after {
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
    /* 閉じる時（戻る時）のアニメーション速度を個別設定 */
    transition: all 0.2s ease;
  }

  .drawer-menu .nav-recruit,
  .drawer-menu .nav-news,
  .drawer-menu .nav-contact,
  .drawer-menu .nav-policy {
    text-align: center;
    margin-top: 40px;
  }

  .drawer-menu .nav-policy {
    margin-top: 20px;
  }

  .drawer-menu .nav-news a,
  .drawer-menu .nav-policy a {
    color: white;
    font-size: 1rem;
    font-weight: bold;
  }

  .drawer-menu .nav-policy a {
    font-size: 0.9rem;
  }

  /* ------------------------------*/
  /*! overlay */
  /*
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.drawer-open .drawer-overlay {
  display: block;
}
*/

  /*!------------------------------------*\
    Top
\*!------------------------------------*/

  .drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  .drawer--top.drawer-open .drawer-nav {
    top: 0;
  }

  .drawer--top .drawer-hamburger,
  .drawer--top.drawer-open .drawer-hamburger {
    right: 0;
  }

  /*!------------------------------------*\
    Left
\*!------------------------------------*/

  .drawer--left .drawer-nav {
    left: -16.25rem;
    -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
  }

  .drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem;
  }

  /*!------------------------------------*\
    Right
\*!------------------------------------*/

  .drawer--right .drawer-nav {
    right: -16.25rem;
    right: -100%;
    -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem;
    /* 右端固定 */
    right: 0;
  }

  /*!------------------------------------*\
    iPhoneでメニューをスクロールするとメニューが閉じてしまうバグ対策
\*!------------------------------------*/

  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

  .drawer-hamburger {
    display: block;
    padding: 0;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    outline: 0;
    border: 0;
    background: transparent;
    border: 0;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 104;
  }

  .drawer-hamburger:hover {
    cursor: pointer;
  }

  .drawer-hamburger-icon {
    position: relative;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 40px;
    height: 3px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    background: var(--color-main);
  }

  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    content: ' ';
    position: absolute;
    left: 0;
  }

  .drawer-hamburger-icon:before {
    top: 10px;
  }

  .drawer-hamburger-icon:after {
    top: 20px;
  }

  .drawer-open .drawer-hamburger {
    width: 60px;
    height: 60px;
    /*開いた時のアイコンの背景*/
    background: transparent;
    padding-right: 0;
  }

  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }

  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    top: 14px;
    /*開いた時の×の色*/
    background-color: white;
  }

  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .drawer-open .drawer-hamburger-text {
    display: none;
  }


  /*!------------------------------------*\
    accessibility
\*!------------------------------------*/

  /*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  /*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }

  /*!------------------------------------*\
    Container
\*!------------------------------------*/

  .drawer-container {
    margin-right: auto;
    margin-left: auto;
  }
}



/*****************************************
*
* フッタ
*
******************************************/

footer {
  position: relative;
  width: 100%;
  background: var(--color-footer);
  margin-top: 60px;
}

footer .section-normal {
  margin-top: 0;
  padding: 40px 0;
}

@media screen and (min-width: 768px), print {
  footer .section-normal {
    padding: 60px 0;
  }
}

@media screen and (min-width: 834px), print {
  footer {
    margin-top: 160px;
  }

  footer .section-normal {
    padding: 80px 0;
  }

  .footer-box {
    display: flex;
    justify-content: space-between;
  }
}

/* ロゴエリア --------------------------------*/
.footer-prof {
  color: white;
  font-size: 0.9rem;
}

.footer-prof .logo-wrap {
  margin-bottom: 20px;
}

.footer-prof p {
  font-weight: 500;
  line-height: 2;
}

@media screen and (min-width: 834px), print {
  .footer-prof {
    text-align: left;
  }
}


/* ナビ --------------------------------*/
@media screen and (max-width: 1023px) {
  .footer-nav {
    display: none;
  }
}

@media screen and (min-width: 1024px), print {
  .footer-nav {
    display: flex;
    text-align: left;
  }

  .footer-nav ul+ul {
    margin-left: 60px;
  }

  .footer-nav ul {
    line-height: 1;
  }

  .footer-nav ul li a {
    position: relative;
    display: inline-block;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding-left: 2em;
    padding: 10px 2em;
    transition: all .3s ease;
  }

  .footer-nav .nav-policy a {
    font-size: 0.8rem;
  }

  .footer-nav ul li a::before {
    content: '';
    display: inline-block;
    background: white;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease;
  }

  .footer-nav ul li a:hover {
    text-decoration: none;
    color: var(--color-light-main);
  }

  .footer-nav ul li a:hover::before {
    background: var(--color-light-main);
  }
}

/* コピーライト --------------------------------*/
.footer-copy {
  color: white;
  font-size: 0.7rem;
  font-weight: bold;
  margin-top: 40px;
}

@media screen and (min-width: 1024px), print {
  .footer-copy {
    text-align: right;
    margin-top: 60px;
  }
}


/*****************************************
*
* ページレイアウト
*
******************************************/

/*------------------------------------------*/
/* submain
/*------------------------------------------*/

@media screen and (max-width: 833px) {
  .submain {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 834px), print {
  .submain {
    display: grid;
    grid-template-columns: 3fr 4fr;
    align-items: flex-end;
    background: var(--color-bright-main);
  }
}

@media screen and (min-width: 1580px), print {
  .submain {
    grid-template-columns: 1fr 900px;
  }
}


/* 見出し ------------------------------*/
.submain-heading .en {
  color: var(--color-light-main);
  font-family: var(--font-en);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
}

.submain-heading .jp {
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 833px) {
  .submain-heading {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 834px), print {
  .submain-heading {
    text-align: left;
    padding: 0 20px 20px 40px;
  }

  .submain-heading .en {
    font-size: 1rem;
  }

  .submain-heading .jp {
    font-size: calc(calc(42 / 1400) * 100vw);
  }
}

@media screen and (min-width: 1100px), print {
  .submain-heading {
    padding: 0 20px 20px 60px;
  }
}

@media screen and (min-width: 1400px), print {
  .submain-heading .jp {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1580px), print {
  .submain-heading {
    padding-left: calc(calc(100% - 550px) / 2);
    padding-bottom: 40px;
  }
}


/* 画像 ------------------------------*/
.submain figure img {
  width: 100%;
}

/* パンくず ------------------------------*/
.breadcrumb {
  text-align: left;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0 20px;
}

.breadcrumb li a {
  color: var(--color-text);
  transition: all .5s ease;
}

.breadcrumb li a:visited {
  color: var(--color-text);
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
  color: white;
  text-decoration: none;
}

.breadcrumb li {
  display: inline-block;
  position: relative;
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: '-';
  padding-left: 0.8em;
  padding-right: 0.5em;
}

@media screen and (min-width: 768px), print {
  .breadcrumb {
    padding: 0 40px;
  }
}

@media screen and (min-width: 834px), print {
  .breadcrumb {
    display: inline-block;
    background: white;
    width: 100%;
    padding: 20px 20px 0 40px;
    vertical-align: bottom;
  }
}

@media screen and (min-width: 1024px), print {
  .breadcrumb {
    padding: 40px 20px 0 60px;
  }
}

@media screen and (min-width: 1400px), print {
  .breadcrumb {
    padding-left: calc(calc(100% - 550px) / 2);
    padding-top: 80px;
  }
}



/*****************************************
*
* 印刷用
*
******************************************/

@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-print-color-adjust: exact;
  }

  /* FireFoxテーブル印刷バグ回避 */
  _:-ms-lang(x)::-ms-backdrop, .wrapper {
    overflow: auto;
    display: table;
  }


  /* アニメーション無効 */
  [class^="animation"], [class*=" animation"],
  footer {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}