@charset "UTF-8";

/*
 * common.css
 * **************************************************
 * normalize.css
 * Custom
 * Common
 * Fonts
 * Utility
 * Header
 * Footer
 * Breadcrumb
 * Pagetop
 * IE10・IE11用の設定
 * **************************************************
 */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio, canvas, progress, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, [hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: 700;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */ ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* ------------------------------------------------------
Custom
------------------------------------------------------ */
:root {
  --color_main: #101987;
  --color_main_02: #1E69D9;
  --color_linked: #313791;
  --color_black: #001847;
  --color_grey: #C6C8D9;
  --color_grey_light: #F8F8FB;
  --color_light: #F4F6FA;
  --color_white: #ffffff;
  --shadowNormal: 0 10px 10px rgba( 0, 0, 0, .08); 
}
/* ------------------------------------------------------
Common
------------------------------------------------------ */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,h1,h2,h3,h4,p,figure,blockquote,dl,dd { margin: 0; }

ul[role="list"], ol[role="list"] { list-style: none; }

html { scroll-behavior: auto; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a:not([class]) { -webkit-text-decoration-skip: ink; text-decoration-skip-ink: auto; color: inherit}

img, picture { max-width: 100%; display: block; }
input, button, textarea, select {  font: inherit; }

a, a:not([class]):hover { text-decoration: none; outline: none; color: inherit}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; }
}

@media screen and (max-width:640px) {
  img { margin: 0 auto; }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1;
}
p, dd, dl, dt, input[type="checkbox"], input[type="radio"], label, ul, ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
a:not([class]) {
  text-decoration: underline;
}
a:not([class]):hover {
  color: var(--color_main_02);
  text-decoration: underline;
}
img {
  vertical-align: top;
}
html {
  font-size: 62.5%;
}
body, html {
  width: 100%;
  height: 100%;
}
body {
  word-break: break-word;
  -webkit-print-color-adjust: exact;
  background-color: var(--color_grey_light);
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1440px;
    padding-top: 108px;
  }
}
@media screen and (max-width: 640px) {
  body { padding-top: 21.87vmin}
}
@media print {
  body {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
button, input[type="button"], input[type="submit"] {
  border: none;
}
iframe {
  vertical-align: top;
}
p+p {margin-top: 2em}

/* ------------------------------------------------------
Fonts
------------------------------------------------------ */
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url('/files/user/gt/css/fonts/inter/inter-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/files/user/gt/css/fonts/inter/inter-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Noto Sans JP */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/files/user/gt/css/fonts/noto-sans-jp/NotoSansJP-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/files/user/gt/css/fonts/noto-sans-jp/NotoSansJP-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/files/user/gt/css/fonts/noto-sans-jp/NotoSansJP-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  color: var(--color_black);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a {font-family: "Inter", "Noto Sans JP", sans-serif;}
.font-en {
  color: var(--color_main_02);
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.font-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/* ------------------------------------------------------
Utility
------------------------------------------------------ */
.col-1 { width: 8.33333%; }
.col-2 { width: 16.66667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333%; }
.col-5 { width: 41.66667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333%; }
.col-8 { width: 66.66667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333%; }
.col-11 { width: 91.66667%; }
.col-12 { width: 100%; }
.cfx::after {
  display: block;
  clear: both;
  content: "";
}
.u-d-b {display: block !important;}
.u-d-ib {display: inline-block !important;}
/* margin */
.u-mt-0 {margin-top: 0 !important;}
.u-mb-0 {margin-bottom: 0 !important;}
/* border-bottom */
.u-bb-n {border-bottom: none !important;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.indent-01 {text-indent: -1em; margin-left: 1em;}

@media screen and (max-width:640px) {
  .is-sp { display: block !important; }
  .is-pc { display: none !important; }
}
@media print, screen and (min-width:641px) {
  .is-pc { display: block !important; } 
  .is-sp { display: none !important; } 
}

/* ------------------------------------------------------
Header
------------------------------------------------------ */
.l-header__logo, .l-header__subNav__search__button, .l-footer__logo, .l-footer__catch {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.l-container {
  position: relative;
}
.l-container--huge {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/*@media print, screen and (min-width: 641px) {
  .l-container--huge {
    min-width: 1280px;
  }
}*/
.l-container--middle {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .l-container--middle {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .l-container--middle {
    width: 100%;
    padding: 0 15px;
  }
}
[class*=" l-"]:after, [class^="l-"]:after {
  content: "";
  clear: both;
  display: block;
}
.l-header {
  background-color: #fff;
}
.l-header--fixed {
  position: fixed;
  top: 0;
  z-index: 20000;
}
@media print, screen and (min-width: 641px) {
  .l-header {
    width: 100%;
    min-width: 1440px;
    height: 110px;
    padding: 15px 0;
    border-bottom: 5px solid #dfe4ed;
    -webkit-transition: .4s all;
    transition: .4s all;
  }
}
@media screen and (max-width: 640px) {
  .l-header {
    z-index: 2000;
    width: 100%;
    min-height: 21.87vmin;
    padding: 14px 15px 12px;
    border-bottom: 5px solid #dfe4ed;
  }
}
@media print, screen and (min-width: 641px) {
}
@media print {
  .l-header--fixed {
    position: static;
  }
}
@media print, screen and (min-width: 641px) {
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1170px;
    height: 100%;
    margin: 0 auto;
  }
  .is-ipad-safari .l-nav__item, .is-ipad-safari .l-nav__entry .button {
    font-size: 0.9vw !important;
  }
}
@media (orientation: portrait) {
  .is-ipad-safari .l-nav__item, .is-ipad-safari .l-nav__entry .button {
    font-size: 0.76vw !important;
  }
}
@media screen and (max-width: 640px) {
  .l-header__inner {
    width: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  .l-header__logo__outer {
    display: inline-block;
    vertical-align: text-bottom;
  }
}
@media screen and (max-width: 640px) {
  .l-header__logo__outer {
    position: relative;
    float: left;
    width: 15%;
    height: 0;
    padding-top: 15%;
  }
}
.l-header__logo {
  display: block;
  background: url("/files/user/gt/images/common/logo-glory.svg") no-repeat left top;
}
@media print, screen and (min-width: 641px) {
  .l-header__logo {
    width: 76px;
    height: 75px;
  }
}
@media screen and (max-width: 640px) {
  .l-header__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
  }
}
.l-header__subNav {
  font-size: 12px;
  letter-spacing: -0.5em;
}
@media print, screen and (min-width: 641px) {
  .l-header__subNav {
    position: absolute;
    top: 10px;
    /*left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);*/
  }
}
@media screen and (max-width: 640px) {
  .l-header__subNav {
    display: inline-block;
    width: 85%;
    padding-right: 0;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 641px) {
  .l-header__subNav__inner {
    float: right;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .l-header__subNav__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .l-header__subNav__inner::after {content: none;}
}
.l-header__subNav__list, .l-header__subNav__language, .l-header__subNav__search, .l-header__subNav__menu {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .l-header__subNav__list {
    display: none;
  }
}
.l-header__subNav__item {
  float: left;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .l-header__subNav__item:not(:first-child) {
    margin-left: 30px;
  }
  .l-header__subNav__link {line-height: 1;}
}
.l-header__subNav__link:hover {
  color: var(--color_main_02);
  text-decoration: underline;
}
.l-header__subNav--blank::after {
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 6px;
  background: url("/files/user/gt/images/common/icon-blank.png") no-repeat left top;
  content: "";
}
.l-header__subNav__language {
  position: relative;
  width: 215px;
}
.l-header__subNav__language__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  color: #001847;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
}
.l-header__subNav__language__inner::after {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("/files/user/gt/images/common/icon-angle.png") no-repeat left center;
  background-size: 6px auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 5px;
  vertical-align: 0;
  content: "";
}
.l-header__subNav__language__list__outer {
  position: absolute;
  opacity: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #d9d9d9;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.l-header__subNav__language__list__outer.is-opened {
  opacity: 1;
  -webkit-transform: translateY(23px);
          transform: translateY(23px);
  height: auto;
}
.l-header__subNav__language__description {
  display: block;
  padding: 10px;
  background-color: #f4f4f4;
  font-size: 10px;
}
.l-header__subNav__language__list {
  display: none;
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
}
.is-opened .l-header__subNav__language__list {
  display: block;
}
.l-header__subNav__language__link {
  display: block;
  padding: 6px 14px;
  color: #001847;
}
.l-header__subNav__language__link.is-current {
  color: #4d4d4d;
}
.l-header__subNav__language__link:hover {
  background: #e6f2ff;
  color: #001847;
}
.l-header__subNav__search {
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .l-header__subNav__search {
    width: 20px;
    height: 20px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 640px) {
  .l-header__subNav__search {
    position: relative;
    width: 18%;
    height: 100%;
    margin: 0 20px;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
}
.l-header__subNav__search:hover {
  opacity: .7;
}
.l-header__subNav__search__button {
  background: url("/files/user/gt/images/common/icon-search.png") no-repeat center center;
}
@media print, screen and (min-width: 641px) {
  .l-header__subNav__search__button {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 640px) {
  .l-header__subNav__search__button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: auto 40%;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 641px) {
  .l-header__subNav__menu {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .l-header__subNav__menu {
    width: 30px;
    color: #001c48;
    font-size: 11px;
    letter-spacing: -0.01em;
    vertical-align: middle;
  }
}
.l-header__subNav__menu__icon, .l-header__subNav__menu__icon span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.l-header__subNav__menu__icon {
  display: block;
  position: relative;
  width: 27px;
  height: 18px;
  margin: 0 auto 10%;
}
.l-header__subNav__menu__icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #001c47;
}
.l-header__subNav__menu__icon span:nth-of-type(1) {
  top: 0;
}
.l-header__subNav__menu__icon span:nth-of-type(2) {
  top: 8px;
}
.l-header__subNav__menu__icon span:nth-of-type(3) {
  bottom: 0;
}
.is-active .l-header__subNav__menu__icon span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
.is-active .l-header__subNav__menu__icon span:nth-of-type(2) {
  opacity: 0;
  left: 50%;
  -webkit-animation: active-menu-bar02 .8s forwards;
          animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.is-active .l-header__subNav__menu__icon span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}
.l-header__searchform__outer {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .l-header__searchform__outer {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1170px;
    height: 52px;
  }
}
@media screen and (max-width: 640px) {
  .l-header__searchform__outer {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
.l-header__searchform {
  position: relative;
  background-color: #dfe4ed;
  letter-spacing: -0.5em;
}
@media print, screen and (min-width: 641px) {
  .l-header__searchform {
    position: absolute;
    top: 0;
    right: 30px;
    padding: 8px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 640px) {
  .l-header__searchform {
    padding: 10px 15px;
  }
}
@media print, screen and (min-width: 641px) {
  .l-header__searchform__help {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 106px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    padding: 2px;
    border-radius: 100%;
    background-color: #999;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    -webkit-transition: .4s all;
    transition: .4s all;
  }
  .l-header__searchform__help:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 640px) {
  .l-header__searchform__help {
    display: none;
  }
}
.l-header__searchform__textbox {
  display: inline-block;
  margin: 0 !important;
  letter-spacing: 0;
  vertical-align: top;
}
@media print, screen and (min-width: 641px) {
  .l-header__searchform__textbox {
    width: 394px !important;
    height: 36px;
    padding: 10px 30px 10px 10px;
    border: 1px solid #ccd1d9;
    -webkit-box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 640px) {
  .l-header__searchform__textbox {
    width: 82% !important;
    padding: 10px 8px;
    border: 1px solid #ccd1d9;
    -webkit-box-shadow: inset 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: inset 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
.l-header__searchform__submit {
  display: inline-block;
  background-color: #002773;
  color: #fff;
  letter-spacing: 0;
  vertical-align: top;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .l-header__searchform__submit {
    width: 90px;
    height: 33px;
    border: none;
    -webkit-box-shadow: 0 3px 0 0 #00264d;
            box-shadow: 0 3px 0 0 #00264d;
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .l-header__searchform__submit {
    width: 18%;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 0 0 #00264d;
            box-shadow: 0 2px 0 0 #00264d;
  }
}
.headroom {
  will-change: transform;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}
.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media print, screen and (min-width: 641px) {
  .l-nav {
    display: inline-block;
    margin-left: 28px;
    vertical-align: super;
  }
  .l-nav__logo {
    width: 100%;
  }
  .l-nav__logo img {
    max-width: 380px;
  }
}
@media screen and (max-width: 640px) {
  .l-nav {
    display: none;
  }
  .l-nav__logo {max-width: 80%; margin: 0;}
}
@media print, screen and (min-width: 641px) {
  .l-nav--sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .l-nav--sp {
    opacity: 0;
    position: absolute;
    top: -500px;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 0;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }
}
.l-nav--sp.is-opened {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(500px);
          transform: translateY(500px);
  width: 100%;
  height: 88vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.l-nav__list {
  letter-spacing: -0.5em;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .l-nav__list {
    position: relative;
    z-index: 5;
  }
}
.l-nav__item {
  letter-spacing: 0;
}
@media print, screen and (min-width: 641px) {
  .l-nav__item {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
  }
  .l-nav__item:not(:first-child) {
    margin-left: 40px;
  }
  .l-nav__item::after {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--color_main);
    content: "";
  }
  .l-nav__item.is-current::after {
    display: block;
  }
}
.l-nav__menuLink {
  display: block;
  color: #001847;
  line-height: 1;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .l-nav__menuLink {
    padding: 4px 0 20px;
  }
}
.l-nav__menuLink:hover {
  color: var(--color_main_02);
}
.l-nav__menuLink.is-current::after {
  display: block;
}
.l-nav__menuButton {
  display: block;
  color: #001847;
  line-height: 1;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .l-nav__menuButton {
    padding: 0 0 20px;
  }
}
.l-nav__menuButton:hover {
  color: var(--color_main_02);
}
.l-nav__menuButton.is-current::after {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .l-nav__menuButton::after {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--color_main);
    content: "";
  }
}
.l-nav__menuButton.is-selected::after {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .l-nav__menuButton.is-selected::after {
    bottom: -5px;
    height: 8px;
  }
}
.l-nav__button {
  display: block;
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #fff;
  background-color: var(--color_main);
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
.l-nav__button::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-70%) rotate(45deg) skew(8deg, 8deg);
          transform: translateY(-70%) rotate(45deg) skew(8deg, 8deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  -webkit-transition: all .4s;
  transition: all .4s;
}
.l-nav__button.is-active {
  border-bottom-color: #001847;
}
.l-nav__button.is-active::after {
  -webkit-transform: translateY(-50%) rotate(-135deg) skew(8deg, 8deg);
          transform: translateY(-50%) rotate(-135deg) skew(8deg, 8deg);
}
.l-nav__link {
  display: block;
  position: relative;
  padding: 15px;
  padding-right: 30px;
  border-bottom: 1px solid #fff;
  background-color: var(--color_main);
  color: #fff;
  font-size: 18px;
  line-height: 1.3
}
.l-nav__link::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-70%) rotate(-45deg);
          transform: translateY(-70%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  -webkit-transition: all .4s;
  transition: all .4s;
}
.l-nav__link.is-active {
  border-bottom-color: #001847;
}
.l-nav__link.is-active::after {
  -webkit-transform: translateY(-50%) rotate(-135deg) skew(8deg, 8deg);
          transform: translateY(-50%) rotate(-135deg) skew(8deg, 8deg);
}
.l-nav__contents__outer {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
  border-bottom: 5px solid var(--color_main);
  /*box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);*/
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .l-nav__contents__outer {
    display: none;
  }
}
.l-nav__contents__close {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c7e4;
  text-align: right;
}
.l-nav__contents__close__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: .4s all;
  transition: .4s all;
}
.l-nav__contents__close__icon::before, .l-nav__contents__close__icon::after {
  display: block;
  position: absolute;
  top: 2px;
  width: 2px;
  height: 26px;
  background-color: #001847;
  content: "";
  -webkit-transition: .4s all;
  transition: .4s all;
}
.l-nav__contents__close__icon:hover {
  background-color: var(--color_main);
}
.l-nav__contents__close__icon:hover::before, .l-nav__contents__close__icon:hover::after {
  background-color: #fff;
}
.l-nav__contents__close__icon::before {
  left: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-nav__contents__close__icon::after {
  right: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-nav__contents {
  padding: 20px 0;
}
.l-nav__contents__indexMenu {
  float: left;
  width: 200px;
  margin-right: 40px;
}
.l-nav__contents__indexMenu__item {
  color: #001847;
  font-weight: bold;
  font-size: 24px;
}
.l-nav__contents__indexMenu__item.-sub {
  font-size: 20px;
  line-height: 1.1;
}
.l-nav__contents__indexMenu__item:first-child {
  margin-top: 10px;
}
.l-nav__contents__indexMenu__item:not(:first-child) {
  margin-top: 30px;
}
.l-nav__contents__indexMenu__link::after {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("/files/user/gt/images/common/icon-angle.png") no-repeat left center;
  background-size: 6px auto;
  vertical-align: 2px;
  content: "";
  margin-left: 8px;
}
.l-nav__contents__indexMenu__link:hover {
  color: var(--color_main_02);
}
.l-nav__contents__menu__outer {
  float: left;
}
.l-nav__contents__menu__outer.-col-3 {
  width: 930px;
}
.l-nav__contents__menu__outer.-col-2 {
  width: 620px;
}
.l-nav__contents__menu {
  letter-spacing: -0.5em;
}
.l-nav__contents__menu:not(:first-child) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #c2c7e4;
}
.l-nav__contents__menu__item {
  display: inline-block;
  letter-spacing: 0;
}
.-col-3 .l-nav__contents__menu__item {
  width: 33.333%;
}
.-col-2 .l-nav__contents__menu__item {
  width: 50%;
  margin-top: 20px;
}
.l-nav__contents__menu__item.-w30  {
  width: 30% !important
}
.l-nav__contents__menu__item.-w70  {
  width: 70% !important
}
.l-nav__contents__menu__item.-w100  {
  width: 100% !important
}
.l-nav__contents__menu__link {
  display: table;
  width: 100%;
  padding: 5px;
  color: #001847;
}
.l-nav__contents__menu__link:hover {
  background-color: var(--color_main);
  color: #fff;
}
.l-nav__contents__menu__link--text {
  color: #001847;
}
.l-nav__contents__menu__link--text:hover {
  color: var(--color_main_02);
}
.l-nav__contents__menu__title {
  display: table-cell;
  font-size: 14px;
  line-height: 1.75;
  vertical-align: middle;
}
.l-nav__contents__menu__title:not(.-blank)::after {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("/files/user/gt/images/common/icon-angle.png") no-repeat left center;
  background-size: 6px auto;
  content: "";
  margin-left: 8px;
  vertical-align: 1px;
}
.l-nav__contents__menu__link:hover .l-nav__contents__menu__title:not(.-blank)::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  vertical-align: 0;
}
.l-nav__child__list {
  display: none;
  border-bottom: 1px solid #001847;
}
.l-nav__child__item {
  position: relative;
  border-top: 1px solid var(--color_white);
}
.l-nav__child__item::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #001847;
  content: "";
}
.l-nav__child__link {
  display: block;
  position: relative;
  padding: 15px 30px 15px 30px;
  background-color: #dfe4ed;
  color: #001847;
  font-size: 18px;
  line-height: 1.5;
}
.l-nav__child__link--top {
  font-size: 0.6666em;
  text-align: center;
}
.l-nav__child__link--top::after {
  content: none;
}
@media print, screen and (min-width: 641px) {
  .l-nav__overlay {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  body.is-fixed {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }
  body.is-fixed .l-nav__overlay {
    /*display: block;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--color_black);
    opacity: .6;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 641px) {
  .l-nav__language {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .l-nav__language {
    position: relative;
    z-index: 4;
  }
}
.l-nav__language__button {
  position: relative;
  z-index: 10;
  height: 40px;
  padding: 10px 0;
  background-color: #7e7f8c;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.l-nav__language__button::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  -webkit-transition: all .4s;
  transition: all .4s;
}
.l-nav__language__button.is-active::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.l-nav__language__inner {
  position: absolute;
  opacity: 0;
  top: -80px;
  z-index: 1;
  width: 100%;
  height: 0;
  padding: 0 15px 15px;
  background-color: #7e7f8c;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.l-nav__language__inner.is-opened {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  height: auto;
}
.l-nav__language__description {
  padding: 8px 10px;
  background-color: rgba(0, 0, 0, 0.15);
  color: #e5e5e5;
  font-size: 9px;
  line-height: 1.2;
}
.l-nav__language__list {
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.l-nav__language__link {
  display: block;
  padding: 8px 0;
  color: #fff;
  font-size: 12px;
}
.l-nav__language__link.is-current {
  color: #b3b3b3;
}

/* recruit header */
@media print, screen and (min-width:641px) {
  #headerRecruit .l-nav {
    /*position: relative;*/
    width: 100%;
  }
  /*#headerRecruit .l-nav__list { bottom: -15px;}*/
  #headerRecruit .l-nav__entry  {
    position: absolute;
    right: 0;
    bottom: 15px;
    margin-right: calc((100% - 1170px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    /*z-index: -1;*/
  }
}

/* ------------------------------------------------------
Footer
------------------------------------------------------ */
.l-footer {
  position: relative;
  border-top: 1px solid #dfe4ed;
}
.l-footer__catch__outer {
  background-color: #f5f6fa;
  letter-spacing: -0.5em;
  text-align: center;
  background-color: var(--color_light);
}
@media print, screen and (min-width: 641px) {
  .l-footer__catch__outer {
    padding: 39px 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__catch__outer {
    padding: 40px 0 37px;
  }
}
.l-footer__logo {
  display: inline-block;
  background: url("/files/user/gt/images/common/logo-glory.svg") no-repeat center top;
  background-size: 100% auto;
  letter-spacing: 0;
}
@media print, screen and (min-width: 641px) {
  .l-footer__logo {
    width: 100px;
    height: 98px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__logo {
    width: 22.4%;
    height: 0;
    padding-top: 22%;
    vertical-align: top;
  }
}
.l-footer__catch {
  background: url("/files/user/gt/images/common/footer-catchcopy.svg") no-repeat center top;
  letter-spacing: 0;
}
@media print, screen and (min-width: 641px) {
  .l-footer__catch {
    display: inline-block;
    width: 153px;
    height: 30px;
    margin-left: 15px;
    background-size: 100% auto;
    vertical-align: middle;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__catch {
    display: block;
    height: 0;
    padding-top: 6.9%;
    margin: 20px auto 0;
    background-size: auto 100%;
  }
}
.l-footer__social {
  border-top: 1px solid #dfe4ed;
  background-color: #f5f6fa;
  letter-spacing: -0.5em;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .l-footer__social {
    padding: 20px 0 22px;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__social {
    padding: 30px 0;
  }
}
.l-footer__social__item {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 0;
}
.l-footer__social__link {
  color: #aaacb2;
}
.l-footer__social__link:hover {
  opacity: .7;
}
.l-footer__nav {
  background-color: #071933;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .l-footer__nav {
    text-align: center;
  }
}
.l-footer__nav__list {
  margin: 0 auto;
  letter-spacing: -0.5em;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 641px) {
  .l-footer__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1020px;
    margin: auto;
    padding: 38px 0 24px;
  }
  .l-footer__nav__list::after {content: none}
}
@media screen and (max-width: 640px) {
  .l-footer__nav__list {
    padding: 40px 0 38px;
  }
}
.l-footer__nav__item {
  width: auto;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .l-footer__nav__item:not(:first-child) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 641px) {
  .l-footer__nav__item {
    display: inline-block;
  }
}
.l-footer__nav__link {line-height: 1.5; letter-spacing: .1em}
.l-footer__nav__link:hover {
  text-decoration: underline;
}
.l-footer__subNav {
  border-top: 1px solid #000;
  font-size: 14px;
  letter-spacing: -0.5em;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .l-footer__subNav {
    padding: 19px 0 17px;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__subNav {
    padding: 30px 0 25px;
  }
}
.l-footer__subNav__item {
  display: inline-block;
  letter-spacing: 0;
}
@media print, screen and (min-width: 641px) {
  .l-footer__subNav__item {
    line-height: 1;
  }
  .l-footer__subNav__item:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__subNav__item:not(:last-child) {
    margin-right: 13px;
  }
  .l-footer__subNav__item:nth-child(n+3) {
    margin-top: 10px;
  }
}

.l-footer__subNav__link {
  font-size: 1.0rem;
  letter-spacing: .05em
}
@media print, screen and (min-width: 641px) {
  .l-footer__subNav__link {
    display: inline-block;
    font-size: 1.4rem}
}

.l-footer__subNav__link:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  background-color: #040c18;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .l-footer__copyright {
    padding: 22px 0 20px;
  }
}
@media screen and (max-width:640px) {
  .l-footer__copyright {
    padding: 20px 0 17px;
  }
}
.l-footer-sub__list {
  margin-top: 1em;
  font-size: 1.0rem;
  line-height: 1.8em;
}
.l-footer-sub__item+ .l-footer-sub__item {margin-top: .5em}
.l-footer-sub__link {letter-spacing: .05em}
.l-footer-sub__link:hover {text-decoration: underline}
@media screen and (max-width:640px) {
  .l-footer-sub__list { font-size: 1.2rem; }
}

/* ------------------------------------------------------
Breadcrumb
------------------------------------------------------ */
.breadcrumb-wrap {
  padding-top: 1em;
  background-color: var(--color_light);
}
.breadcrumb-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  margin: auto;
  padding: 0 4vmin;
}
.breadcrumb-logo {
  display: block;
  width: 15%;
  height: 52px;
  background: url("/files/user/gt/images/common/logo-glory.svg") no-repeat left top;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumb-logo--text {
  width: 85%;
  max-width: 380px;
}
.breadcrumb {
  max-width: 1440px;
  margin: auto;
  margin-top: 1em;
  padding: 0 4vmin;
  padding-bottom: 80px;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-size: 1.0rem;
  line-height: 2.4;
  letter-spacing: normal;
}
.breadcrumb__item {
  position: relative;
  margin-right: 1em;
}
.breadcrumb__item+ .breadcrumb__item { padding-left: 1.5em; }
.breadcrumb__item+ .breadcrumb__item::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}
.breadcrumb__link {
  color: var(--color_linked);
}
@media screen and (max-width:640px) {
  .breadcrumb-wrap { border-top: 1px solid #dfe4ed;}
}
@media print, screen and (min-width:641px) {
  .breadcrumb-logo-wrap { padding: 0 2.0833%;}
  .breadcrumb-logo {width: 76px; height: 75px}
  .breadcrumb { padding: 0 2.0833%;}
  .breadcrumb__list {
    font-size: 1.2rem;
    line-height: 2.6666;
    letter-spacing: .1em;
  }
  .breadcrumb__item+ .breadcrumb__item {padding-left: 1.5em;}
}

/* ------------------------------------------------------
Pagetop
------------------------------------------------------ */
.l-pagetop {
  position: fixed;
  right: 4vmin;
  bottom: 4vmin;
  z-index: 110;
}
.l-pagetop__button {
  -webkit-transition: all .2s;
  transition: all .2s;
}
.l-pagetop.is-footerTop {
  position: absolute;
  right: 4vmin;
  bottom: calc(100% + 20px);
}
.l-pagetop__button {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-right: 2.75em;
  background: none;
  border: none;
  color: var(--color_linked);
  font-size: 1.2rem;
  letter-spacing: .02em;
}
.l-pagetop__button::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.66em;
  height: 1.66em;
  background: url("/files/user/gt/images/common/icon-arrow_blue.svg") no-repeat right center/contain;
  border: none;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
@media print, screen and (min-width:641px) {
  .l-pagetop {
    right: 20px;
    bottom: 20px;
  }
  .l-pagetop__button:hover {
    opacity: .7;
  }
  .l-pagetop.is-footerTop {
    bottom: calc(100% + 55px);
  }
  .l-pagetop__button {font-size: 1.6rem}
}