@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* 1 */
html input[type="button"],
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**=========================================
* 0.normalize for project
* 1.helper class
* 2.button
* 3.apply button
* 4.contact button
* 5.list
* 6.header
* 7.global-nav
* 8.content format
* 9.pagetop
* 10.experience-buttons
* 11.footer
=========================================*/
/**=========================================
* 0.normalize for project
=========================================*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  width: 100%;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: "Roboto Condensed","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","游ゴシック体","YuGothic",'メイリオ',Meiryo,sans-serif;
  line-height: 1.625;
  color: #3e3a39;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

@media screen and (max-width: 751px) {
  body {
    background: #fff;
    width: 100%;
  }
}

img {
  vertical-align: top;
}

.logo{
  max-width: 250px;
  max-height: 100px;
}

@media screen and (max-width: 751px) {
  .logo {
    max-width: 250px;
    max-height: 100px;
  }
}

ul,
ol {
  list-style: none;
  font-size: 1.6rem;
}

@media screen and (max-width: 751px) {
  ul,
  ol {
    font-size: 1.4rem;
  }
}

p {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (max-width: 751px) {
  p {
    font-size: 1.4rem;
  }
}

b {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.625;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 751px) {
  a:link, a:hover, a:active {
    text-decoration: none;
  }
}

table {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.625;
}

strong {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**=========================================
* 1.helper class
=========================================*/
.hide-on-mobile-br {
  display: block !important;
  line-height: 0;
}

@media screen and (max-width: 751px) {
  .hide-on-mobile-br {
    display: none !important;
  }
}

.hide-on-desktop-br {
  display: none !important;
}

@media screen and (max-width: 751px) {
  .hide-on-desktop-br {
    display: inline !important;
  }
}

.hide-on-desktop-br br {
  display: none !important;
}

@media screen and (max-width: 751px) {
  .hide-on-desktop-br br {
    display: block !important;
  }
}

/* text color */
.text-red {
  color: #c30d23;
}

.text-gray {
  color: #898989;
}

/* column 1 desktop*/
.colmun-1-desktop > .row {
  overflow: hidden;
  display: -webkit-box; /* Android4.3以前のブラウザ用 prefix */
  display: -webkit-flex; /* iOS8以前のSafari用 prefix */
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 751px) {
  .colmun-1-desktop > .row {
    -webkit-box-flex: 1; /*--- Android4.3以前のブラウザ用 prefix ---*/
    -webkit-flex: 1; /*--- iOS8以前のSafari用 prefix ---*/
    flex: 1;
    flex-direction:column;
    text-align:center;
  }
}

.colmun-1-desktop > .row > .col {
  padding: 0 10px;
  width: 100%;
}

@media screen and (max-width: 751px) {
  .colmun-1-desktop > .row > .col {
    margin-top: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 751px) {
  .colmun-1-desktop > .row > .col:first-child {
    margin-top: 0;
  }
}


/* column 2 desktop*/
.colmun-2-desktop > .row {
  overflow: hidden;
  display: -webkit-box; /* Android4.3以前のブラウザ用 prefix */
  display: -webkit-flex; /* iOS8以前のSafari用 prefix */
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 751px) {
  .colmun-2-desktop > .row {
    -webkit-box-flex: 1; /*--- Android4.3以前のブラウザ用 prefix ---*/
    -webkit-flex: 1; /*--- iOS8以前のSafari用 prefix ---*/
    flex: 1;
    flex-direction:column;
    text-align:center;
  }
}

.colmun-2-desktop > .row > .col {
  padding: 0 10px;
  width: 50%;
}

@media screen and (max-width: 751px) {
  .colmun-2-desktop > .row > .col {
    margin-top: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 751px) {
  .colmun-2-desktop > .row > .col:first-child {
    margin-top: 0;
  }
}

/* column 3 desktop*/
.colmun-3-desktop > .row {
  overflow: hidden;
  display: -webkit-box; /* Android4.3以前のブラウザ用 prefix */
  display: -webkit-flex; /* iOS8以前のSafari用 prefix */
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 751px) {
  .colmun-3-desktop > .row {
    -webkit-box-flex: 1; /*--- Android4.3以前のブラウザ用 prefix ---*/
    -webkit-flex: 1; /*--- iOS8以前のSafari用 prefix ---*/
    flex: 1;
    flex-direction:column;
    text-align:center;
  }
}

.colmun-3-desktop > .row > .col {
  padding: 0 10px;
  width: 33.333%;
}

@media screen and (max-width: 751px) {
  .colmun-3-desktop > .row > .col {
    margin-top: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 751px) {
  .colmun-3-desktop > .row > .col:first-child {
    margin-top: 0;
  }
}

/* column 4 desktop*/
.colmun-4-desktop > .row {
  overflow: hidden;
  display: -webkit-box; /* Android4.3以前ブラウザ用 */
  display: -webkit-flex; /* iOS8以前Safari用 */
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 751px) {
  .colmun-4-desktop > .row {
    -webkit-box-flex: 1; /*--- Android4.3以前ブラウザ用 ---*/
    -webkit-flex: 1; /*--- iOS8以前Safari用 ---*/
    flex: 1;
    flex-direction:column;
    text-align:center;
  }
}

.colmun-4-desktop > .row > .col {
  padding: 0 10px;
  width: 25%;
}

@media screen and (max-width: 751px) {
  .colmun-4-desktop > .row > .col {
    margin-top: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 751px) {
  .colmun-4-desktop > .row > .col:first-child {
    margin-top: 0;
  }
}

/**=========================================
* 2.button
=========================================*/
.button {
  position: relative;
  display: inline-block;
  background-color: #898989;
  /* default color */
  text-align: center;
  color: #fff;
  line-height: 1;
}

.button:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.button:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* button size */
.button-large {
  border-radius: 40px;
  padding: 24px 40px;
  width: 71.42857%;
  font-size: 3.2rem;
}

@media screen and (max-width: 751px) {
  .button-large {
    padding: 16px 20px;
    width: 90%;
    font-size: 2.2rem;
  }
}

.button-large:after {
  right: 33px;
  margin-top: -13px;
  width: 23px;
  height: 23px;
}

.button-medium {
  border-radius: 26px;
  padding: 16px 13.26531%;
  font-size: 1.6rem;
}

@media screen and (max-width: 751px) {
  .button-medium {
    padding: 16px 20px;
    width: 90%;
    font-size: 1.4rem;
  }
}

.button-medium:after {
  right: 20px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}

.button-small1 {
  border-radius: 12px;
  padding: 6px 25px 6px 18px;
  font-size: 1.2rem;
  width: 100%;
  overflow: hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}

.button-small1:after {
  right: 10px;
  margin-top: -4px;
  width: 7px;
  height: 7px;
}

.button-small2 {
  border-radius: 12px;
  padding: 6px 25px 6px 18px;
  font-size: 1.2rem;
  width: 100%;
  overflow: hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}

.button-small2:after {
  right: 10px;
  margin-top: -4px;
  width: 7px;
  height: 7px;
}

/**=========================================
* 3.apply button
=========================================*/
.experience-apply {
  margin-top: 120px;
}

@media screen and (max-width: 1024px) {
  .experience-apply {
    margin-top: 12.2449%;
  }
}

@media screen and (max-width: 751px) {
  .experience-apply {
    margin-top: 40px;
  }
}

.experience-apply:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .experience-apply:first-child {
    margin-top: 0;
  }
}

.experience-apply-text {
  margin: 0;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 751px) {
  .experience-apply-text {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.experience-apply-text > strong {
  position: relative;
  padding-right: 22px;
}

@media screen and (max-width: 751px) {
  .experience-apply-text > strong {
    display: block;
    padding-right: 0;
    padding-bottom: 5px;
    text-align: center;
  }
}

.experience-apply-text > strong:after {
  display: inline-block;
  content: "：";
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}

@media screen and (max-width: 751px) {
  .experience-apply-text > strong:after {
    display: none;
  }
}

.experience-apply-button {
  margin-top: 23.125px;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 751px) {
  .experience-apply-button {
    margin-top: 14.375px;
    font-size: 2rem;
  }
}

/**=========================================
* 4.contact button
=========================================*/
.experience-contact {
  margin-top: 120px;
}

@media screen and (max-width: 1024px) {
  .experience-contact {
    margin-top: 12.2449%;
  }
}

@media screen and (max-width: 751px) {
  .experience-contact {
    margin-top: 40px;
  }
}

.experience-contact:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .experience-contact:first-child {
    margin-top: 0;
  }
}

.experience-contact-text {
  margin: 0;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 751px) {
  .experience-contact-text {
    font-size: 1.6rem;
  }
}

.experience-contact-text .text-gray {
  margin-right: 20px;
}

@media screen and (max-width: 751px) {
  .experience-contact-text .text-gray {
    display: block;
    margin-right: 0;
  }
}

.experience-contact-button {
  margin-top: 23.75px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 751px) {
  .experience-contact-button {
    margin-top: 15px;
    font-size: 1.6rem;
  }
}

/**=========================================
* 5.list
=========================================*/
.disc-list {
  margin: 30px 0 0 0;
  padding: 0;
}

.disc-list:first-child {
  margin-top: 0;
}

.disc-list > li {
  position: relative;
  margin: 10px 0 0 0;
  padding-left: 20px;
  font-size: 1.6rem;
}

@media screen and (max-width: 751px) {
  .disc-list > li {
    padding-left: 18px;
    font-size: 1.4rem;
  }
}

.disc-list > li:first-child {
  margin-top: 0;
}

/**=========================================
* 6.header
=========================================*/
.header {
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100px;
}

@media screen and (max-width: 751px) {
  .header {
    position: relative;
    top: inherit;
    left: inherit;
    height: auto;
  }
}

.header-inner {
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 22px;
  width: 1024px;
}

@media screen and (max-width: 1024px) {
  .header-inner {
    width: 100%;
  }
}

@media screen and (max-width: 751px) {
  .header-inner {
    padding: 0;
  }
}

.header-logo {
  float: left;
  margin: 0;
  width: 69.38776%;
}

@media screen and (max-width: 751px) {
  .header-logo {
    float: left;
    width: 69.38776%;
  }
}

.header-content {
  potision: relative;
  text-align: right;
}

.header-logo-inner {
  display: table;
  width: 100%;
}

@media screen and (max-width: 751px) {
  .header-logo-inner {
    display: block;
    padding: 20px 0;
    line-height: 1;
  }
}

.header-logo-image {
  display: table-cell;
  padding: 0 20px;
  width: 42.85714%;
  vertical-align: middle;
}

@media screen and (max-width: 751px) {
  .header-logo-image {
    display: block;
    padding: 0 10px;
    width: 160px;
  }
}

.header-logo-text {
  display: table-cell;
  width: auto;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  color: #898989;
}

@media screen and (max-width: 751px) {
  .header-logo-text {
    display: none;
  }
}

/**=========================================
* 7.global-nav
=========================================*/
.global-nav1 {
  float: right;
  padding-top: 10px;
  width: 30.61224%;
  text-align: right;
}

@media screen and (max-width: 751px) {
  .global-nav {
    float: none;
    padding: 0;
    width: 100%;
  }
}

.global-nav2 {
  float: right;
  padding-top: 0;
  width: 30.61224%;
  text-align: right;
}

@media screen and (max-width: 751px) {
  .global-nav {
    float: none;
    padding: 0;
    width: 100%;
  }
}

.global-nav-inner {
  width: 100%;
  height:32px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 751px) {
  .global-nav-inner  {
    height:32px;
    margin: 0;
    padding: 5px 0px;
  }
}

.global-nav-inner > li {
  display: inline-block;
}

@media screen and (max-width: 751px) {
  .global-nav-inner > li {
    display: block;
    border-top: 1px solid #fff;
  }
}

@media screen and (max-width: 751px) {
  .global-nav-inner > li:first-child {
    border-top: none;
  }
}

@media screen and (max-width: 751px) {
  .global-nav-inner > li > a {
    display: block;
    text-align: left;
    border-radius: 12px;
  }
}

.global-nav-content1 {
  width: 100%;
  padding: 0px 2px;
}

.global-nav-content2 {
  width: 50%;
  float: left;
  padding: 0px 2px;
}

/* ハンバーガーボタン */
.global-nav-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #114f97;
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 751px) {
  .global-nav-button {
    display: block;
  }
}

.global-nav-button > .global-nav-button-icon {
  display: block;
  padding-top: 15px;
  height: 40px;
}

.global-nav-button > .global-nav-button-icon > span {
  -webkit-transition: 0.2s;
          transition: 0.2s;
  color: #fff;
  content: '';
  display: block;
  background-color: #fff;
  margin: 4px auto 0;
  width: 20px;
  height: 2px;
}

.global-nav-button > .global-nav-button-icon:before, .global-nav-button > .global-nav-button-icon:after {
  -webkit-transition: 0.2s;
          transition: 0.2s;
  content: '';
  display: block;
  background-color: #fff;
  margin: 0 auto;
  width: 20px;
  height: 2px;
}

.global-nav-button > .global-nav-button-icon:before {
  margin-top: 0px;
}

.global-nav-button > .global-nav-button-icon:after {
  margin-top: 4px;
}

.global-nav-button > .global-nav-button-text {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}

.global-nav-button > .global-nav-button-text:before {
  display: block;
  padding-left: 2px;
  content: 'MENU';
  letter-spacing: 0.15em;
}

.global-nav-button.is-toggle-button-active > .global-nav-button-icon > span, .global-nav-button.is-button-active > .global-nav-button-icon > span {
  display: none;
}

.global-nav-button.is-toggle-button-active > .global-nav-button-icon:before, .global-nav-button.is-button-active > .global-nav-button-icon:before {
  margin-top: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.global-nav-button.is-toggle-button-active > .global-nav-button-icon:after, .global-nav-button.is-button-active > .global-nav-button-icon:after {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.global-nav-button.is-toggle-button-active > .global-nav-button-text:before, .global-nav-button.is-button-active > .global-nav-button-text:before {
  content: 'CLOSE';
}

/**=========================================
* 8.content format
=========================================*/
.main-content {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .main-content {

  }
}

@media screen and (max-width: 751px) {
  .main-content {
    margin-top: 0;
    padding-top: 0;
  }
}

.experience-title {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.experience-title > img {
  width: 100%;
}

.experience-body {
  margin: 0 auto;
  padding: 0 22px 20px;
  width: 1024px;
}

@media screen and (max-width: 1024px) {
  .experience-body {
    padding-bottom: 8.16327%;
    width: 100%;
  }
}

@media screen and (max-width: 751px) {
  .experience-body {
    padding: 0 12px 40px;
  }
}

.experience-section {
  -- margin: 80px 0 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .experience-section {
    -- margin-top: 12.2449%;
  }
}

@media screen and (max-width: 751px) {
  .experience-section {
    -- margin: 40px 0 0;
  }
}

.experience-section-body {
  margin: 30px 0 0;
}

@media screen and (max-width: 751px) {
  .experience-section-body {
    margin: 20px 0 0;
  }
}

.experience-section-body:first-child {
  margin: 0;
}

.experience-section-body p {
  margin: 30px 0 0 0;
}

.experience-section-body p:first-child {
  margin: 0;
}

.experience-section-title > span {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.3rem;
}

@media screen and (max-width: 751px) {
  .experience-section-title > span {
    font-size: 2rem;
  }
}

.experience-section-title > span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.experience-table {
  border: 1px solid #C8C8C8;
  width: 100%;
}

.experience-table th {
  background-color: #efefef;
  border-top: 1px solid #fff;
  padding: 20px 26px;
  min-width: 200px;
  width: 20.40816%;
  color: #000;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .experience-table th {
    padding: 10px 15px;
    min-width: 100px;
    font-size: 1.4rem;
  }
}

.experience-table td {
  border-top: 1px solid #C8C8C8;
  padding: 20px 26px;
  width: auto;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .experience-table td {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}

.experience-table tr:first-child th {
  border-top: none;
}

.experience-contents-image {
  margin: 0 auto;
  width: 980px;
}

@media screen and (max-width: 1024px) {
  .experience-contents-image {
    width: 100%;
  }
}

@media screen and (max-width: 751px) {
  .experience-contents-image {
    padding: 0;
  }
}

.experience-contents-image > img {
  width: 100%;
}

/**=========================================
* 9.pagetop
=========================================*/
.pagetop {
  position: fixed;
  z-index: 100;
  display: block;
  bottom: 90px;
  right: 40px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #e0e0e0;
  width: 72px;
  height: 72px;
}

@media screen and (max-width: 1024px) {
  .pagetop {
    right: 20px;
    width: 60px;
    height: 60px;

  }
}

@media screen and (max-width: 751px) {
  .pagetop {
    margin: 40px auto 0;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 10px;
  }
}

.pagetop:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -6px;
  margin-left: -13px;
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 751px) {
  .pagetop:after {
    margin-left: -10px;
    width: 20px;
    height: 20px;
  }
}

.pagetop > span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}


.pagetop:hover:after {
  border-color: #fff;
}

.pagetop:hover {
  background-color: #e0e0e0;
}

.pagetop:after {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

/**=========================================
* 10.experience-buttons
=========================================*/
.experience-buttons {
  margin-top: 60px;
  width: 100%;
}

@media screen and (max-width: 751px) {
  .experience-buttons {
    margin-top: 30px;
  }
}

.experience-buttons-title {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #60718c;
  text-align: center;
}

@media screen and (max-width: 751px) {
  .experience-buttons-title {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.experience-buttons .colmun-3-desktop,
.experience-buttons .colmun-4-desktop {
  padding: 30px 0 0 0;
}

@media screen and (max-width: 751px) {
  .experience-buttons .colmun-3-desktop,
  .experience-buttons .colmun-4-desktop {
    padding: 20px 0 0 0;
  }
}

.experience-buttons .colmun-3-desktop:first-child,
.experience-buttons .colmun-4-desktop:first-child {
  padding: 0;
}

@media screen and (max-width: 751px) {
  .experience-buttons .colmun-3-desktop:first-child,
  .experience-buttons .colmun-4-desktop:first-child {
    padding: 0;
  }
}

@media screen and (max-width: 751px) {
  .experience-buttons .colmun-3-desktop > .row > .col,
  .experience-buttons .colmun-4-desktop > .row > .col {
    text-align: center;
  }
}

.experience-buttons .colmun-3-desktop > .row > .col {
  padding: 0 30px;
}

@media screen and (max-width: 1024px) {
  .experience-buttons .colmun-3-desktop > .row > .col {
    padding: 0 15px;
  }
}

@media screen and (max-width: 751px) {
  .experience-buttons .colmun-3-desktop > .row > .col {
    padding: 0;
  }
}

.experience-buttons .colmun-4-desktop > .row > .col {
  padding: 0 15px;
}

@media screen and (max-width: 1024px) {
  .experience-buttons .colmun-4-desktop > .row > .col {
    padding: 0 10px;
  }
}

@media screen and (max-width: 751px) {
  .experience-buttons .colmun-4-desktop > .row > .col {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .experience-buttons .colmun-4-desktop .button {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 751px) {
  .experience-buttons .colmun-4-desktop .button {
    font-size: 1.4rem;
  }
}

.experience-buttons .button {
  width: 100%;
}

@media screen and (max-width: 751px) {
  .experience-buttons .button {
    width: 90%;
  }
}

.experience-buttons-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);  margin: 0;
  padding: 15px 0;
  width: 100%;
  z-index: 40;
}

@media screen and (max-width: 1024px) {
  .experience-buttons-footer {
    margin-top: 12.2449%;
  }
}

@media screen and (max-width: 751px) {
  .experience-buttons-footer {
    display:none;
/*  position: relative;
    top: inherit;
    left: inherit;
    box-shadow: none;
    margin: 0;
    padding: 20px 0; */
  }
}

.experience-buttons-footer > .experience-buttons {
  margin: 0 auto;
  padding: 0 22px;
  width: 1024px;
}

@media screen and (max-width: 1024px) {
  .experience-buttons-footer > .experience-buttons {
    width: 100%;
  }
}

/**=========================================
* 11.footer
=========================================*/
.footer {
  position: relative;
  background: #efefef;
  z-index: 60;
  margin-top: 80px;
}

.footer-inner {
  position: relative;
  margin: 0 auto;
  padding: 80px 22px;
  width: 1024px;
}

@media screen and (max-width: 1024px) {
  .footer-inner {
    width: 100%;
  }
}

@media screen and (max-width: 751px) {
  .footer-inner {
    padding: 20px 10px;
    width: 100%;
  }
}

.copyright-text {
  padding-right: 90px;
  color: #727171;
}

@media screen and (max-width: 751px) {
  .copyright-text {
    padding: 10px 0 0 0;
    font-size: 1.3rem;
  }
}

.copyright-text > small {
  font-size: 1.6rem;
}

@media screen and (max-width: 751px) {
  .copyright-text > small {
    font-size: 1.2rem;
  }
}

.footer-nav {
  position: absolute;
  top: 25px;
  right: 22px;
  margin: 0;
  padding: 0;
  text-align: right;
}

@media screen and (max-width: 751px) {
  .footer-nav {
    position: relative;
    top: inherit;
    right: inherit;
  }
}

.footer-nav > li > a {
  color: #172a88;
  font-size: 1.4rem;
}

@media screen and (max-width: 751px) {
  .footer-nav > li > a {
    font-size: 1.2rem;
  }
}

.footer-nav > li > a:hover {
  text-decoration: underline;
}

/* customize */
.header{
	display: none;
}
.experience-table tr:first-child td{
	font-weight: bold !important;
}
.button.button-color-sub {
    background-color: #008080 !important;
}
.__hrmk-element[rel='privacy_policy'] .__hrmk-notes{
    display: none;
}
.__hrmk-element[rel='privacy_policy'] > label > p{
    margin: 10px 0 !important;
}
.__hrmk-element[rel='privacy_policy'] > label > p a {
    color: blue !important;
}
.__hrmk-element[rel='privacy_policy'] > label > p a:hover {
    text-decoration: underline !important;
}
