@charset "UTF-8";
/* ==========================================================================

	#変数

 */
/* --------------------------------------------------------------------
  レイアウトサイズ
 */
/* --------------------------------------------------------------------
  カラー
 */
/* --------------------------------------------------------------------
  Misc
 */
/* ==========================================================================

	#Mixin

 */
/* --------------------------------------------------------------------
  #Media Queries
 */
/* --------------------------------------------------------------------
  #Utilities
 */
/*ブロック要素のセンタリング*/
/*ブロック要素の右寄せ*/
/*
リンクアンダーライン非表示、ホバーで表示
a要素の親に設定
*/
/*
リンクアンダーライン非表示
a要素の親に設定
*/
/*
リンクカラー設定
a要素の親に設定
*/
/*ブロック要素内テキスト非表示*/
/*font-smoothing*/
/*clearfix*/
/*要素へホバーエフェクト追加*/
/* set some element's line-height to 1em because of adjust text margin */
/*set fontfamily noto 700*/
/*set fontfamily*/
/*縦書きテキスト*/
/* ==========================================================================

   #/assets/css/common/global.css
   サイト内共通スタイル

   ========================================================================== */
/* ==========================================================================
   Base
   リセットcssとhtml要素の定義
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url(//fonts.googleapis.com/css?family=Passion+One:400,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/*  HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================

   preset.scss
   プリミティブ要素の設定

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

html {
  font-size: 62.5%;
}
html.is-scrollOff {
  overflow: hidden;
  height: 100%;
}

body {
  font-size: 1.4rem;
  color: #000;
  background: #fff;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}

body.is-scrollOff {
  overflow: hidden;
  height: 100%;
}

div {
  box-sizing: border-box;
}

a:link, a:visited, a.touchend {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:active, a:hover, a.touchstart {
  text-decoration: none;
  color: #000;
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
  line-height: 1.75;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

sup {
  font-size: 0.4em;
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #ccc;
}

/* reset form elements */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/* ==========================================================================
   Layout/Module
   ========================================================================== */
/* ====================================================================

  #サイトストラクチャ要素

 */
/* --------------------------------------------------------------------
  #ページ全体のwrapper
 */
.glb-pageWrapper {
  position: relative;
  min-width: 320px;
  overflow: hidden;
}
@media print, screen and (min-width:769px) {
  .glb-pageWrapper {
    /*min-width: $content_min_w;*/
    min-width: 1160px;
  }
}

/* --------------------------------------------------------------------
  #幅固定センタリング用wrapper
 */
.glb-width-fixed {
  /*min-width: $content_min_w;
  max-width: $content_max_w;*/
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-width-fixed {
    width: auto;
    min-width: auto;
  }
}

/* --------------------------------------------------------------------
  #幅フリーコンテンツwrapper
 */
.glb-width-flex {
  width: auto;
}

/* --------------------------------------------------------------------
  #メインエリアwrapper
 */
main {
  display: block;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-mainWrapper {
    margin-top: 45px;
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width:769px) {
  .glb-mainWrapper {
    margin-bottom: 70px !important;
  }
}

@media print, screen and (min-width:769px) {
  .glb-mainWrapper--noMargin {
    margin-bottom: 0;
  }
}

/* --------------------------------------------------------------------
  #基本セクションレイアウト
 */
.glb-section {
  margin-bottom: 60px;
}
@media print, screen and (min-width:769px) {
  .glb-section {
    margin-bottom: 120px;
  }
}

/* ====================================================================

  #グローバルヘッダ

 */
/* --------------------------------------------------------------------
  #ヘッダ
 */
.glb-header {
  position: relative;
  z-index: 100009;
  height: 60px;
}
@media print, screen and (min-width:769px) {
  .glb-header {
    height: 98px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-header-wrapper {
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100009;
    background: #fff;
  }
  .glb-header-wrapper.is-active {
    display: block;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-headerCIWrapper {
    /*position: fixed;*/
    z-index: 100010;
    width: 100%;
    background: #fff;
    height: 45px;
  }
}
@media print, screen and (min-width:769px) {
  .glb-headerCIWrapper {
    width: 30%;
    position: relative;
  }
}

.glb-header__ci {
  position: absolute;
}
.glb-header__ci img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-header__ci {
    max-width: 300px;
    width: 180px;
    top: 18px;
    left: 15px;
  }
}
@media print, screen and (min-width:769px) {
  .glb-header__ci {
    width: 297px;
    top: 32px;
    left: 32px;
  }
}

.glb-header__menuTrigger {
  position: absolute;
  z-index: 100010;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: url(/recruit2027/assets/img/spmenu.png) no-repeat center center #f64141;
  background-size: 100% auto;
}
.glb-header__menuTrigger.is-active {
  background-image: url(/recruit2027/assets/img/spmenu_close.png);
}
@media print, screen and (min-width:769px) {
  .glb-header__menuTrigger {
    display: none;
  }
}

.glb-header-container1 {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .glb-header-container1 {
    position: absolute;
    right: 180px;
    top: 32px;
  }
}

.glb-header__globalNav > li a:link,
.glb-footer__globalNav > li a:link {
  text-decoration: none;
}
.glb-header__globalNav > li a:hover,
.glb-footer__globalNav > li a:hover {
  text-decoration: none;
}
.glb-header__globalNav > li a:visited,
.glb-footer__globalNav > li a:visited {
  text-decoration: none;
}
.glb-header__globalNav > li > a,
.glb-footer__globalNav > li > a {
  display: block;
  line-height: 1em;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-header__globalNav,
  .glb-footer__globalNav {
    border-top: 2px solid #eee;
    margin-bottom: 35px;
  }
  .glb-header__globalNav > li,
  .glb-footer__globalNav > li {
    text-align: center;
    border-bottom: 2px solid #eee;
  }
  .glb-header__globalNav > li > a,
  .glb-footer__globalNav > li > a {
    font-size: 1.5rem;
    padding: 15px 20px 15px 30px;
    text-align: left;
    background: url(/recruit2027/assets/img/icon/arrow_a_gray.png) no-repeat right 10px center;
    background-size: 14px auto;
  }
  .glb-header__globalNav .en,
  .glb-footer__globalNav .en {
    display: none;
  }
  .glb-header__globalNav .people,
  .glb-footer__globalNav .people {
    background: #f5f5f5;
  }
  .glb-header__globalNav .people > a,
  .glb-footer__globalNav .people > a {
    color: #999;
    padding: 8px 20px 10px 30px;
    background-image: none;
  }
  .glb-header__globalNav .glb-header__peopleList,
  .glb-footer__globalNav .glb-header__peopleList {
    background: #fff;
  }
  .glb-header__globalNav .glb-header__peopleList > li,
  .glb-footer__globalNav .glb-header__peopleList > li {
    border-bottom: 1px solid #eee;
  }
  .glb-header__globalNav .glb-header__peopleList > li > a,
  .glb-footer__globalNav .glb-header__peopleList > li > a {
    display: block;
    text-align: left;
    padding: 7px 10px 7px 45px;
    background: url(/recruit2027/assets/img/icon/arrow_a_gray.png) no-repeat right 10px center;
    background-size: 14px auto;
  }
  .glb-header__globalNav .glb-header__peopleList > li:last-child,
  .glb-footer__globalNav .glb-header__peopleList > li:last-child {
    border: none;
  }
}
@media print, screen and (min-width:769px) {
  .glb-header__globalNav,
  .glb-footer__globalNav {
    margin-left: auto;
    margin-right: auto;
    width: 470px;
    font-size: 0;
  }
  .glb-header__globalNav > li,
  .glb-footer__globalNav > li {
    display: inline-block;
    text-align: center;
    position: relative;
  }
  .glb-header__globalNav > li:hover > a,
  .glb-footer__globalNav > li:hover > a {
    opacity: 0.7;
  }
  .glb-header__globalNav > li::after,
  .glb-footer__globalNav > li::after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 48px;
    right: -6px;
    top: 0;
    background: url(/recruit2027/assets/img/header_gnav_div.png) no-repeat center top;
    background-size: contain;
  }
  .glb-header__globalNav > li:last-child::after,
  .glb-footer__globalNav > li:last-child::after {
    display: none;
  }
  .glb-header__globalNav > li > a,
  .glb-footer__globalNav > li > a {
    transition-duration: 0.2s;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 7px 38px 4px;
  }
  .glb-header__globalNav .en,
  .glb-footer__globalNav .en {
    font-family: "Passion One", cursive;
    font-size: 1.3rem;
    color: #666666;
    letter-spacing: 0.02em;
    margin-top: 5px;
    font-weight: normal;
    display: block;
  }
  .glb-header__globalNav > li > a:hover,
  .glb-footer__globalNav > li > a:hover {
    color: #333;
  }
  .glb-header__globalNav .glb-header__peopleList,
  .glb-footer__globalNav .glb-header__peopleList {
    display: none;
    position: absolute;
    top: 44px;
    background: #fafafa;
    border-radius: 8px;
    width: 164px;
    border: 1px solid #eeeeee;
    box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.2);
  }
  .glb-header__globalNav .glb-header__peopleList > li,
  .glb-footer__globalNav .glb-header__peopleList > li {
    border-bottom: 1px solid #eeeeee;
  }
  .glb-header__globalNav .glb-header__peopleList > li:hover > a,
  .glb-footer__globalNav .glb-header__peopleList > li:hover > a {
    opacity: 0.7;
  }
  .glb-header__globalNav .glb-header__peopleList > li > a,
  .glb-footer__globalNav .glb-header__peopleList > li > a {
    font-size: 1.4rem;
    padding: 10px;
    display: block;
  }
  .glb-header__globalNav .glb-header__peopleList > li:last-child,
  .glb-footer__globalNav .glb-header__peopleList > li:last-child {
    border: none;
  }
  .glb-header__globalNav .top,
  .glb-footer__globalNav .top {
    display: none;
  }
  .glb-header__globalNav .company > a, .glb-header__globalNav .company > a:hover,
  .glb-footer__globalNav .company > a,
  .glb-footer__globalNav .company > a:hover {
    color: #f64141;
  }
  .glb-header__globalNav .people > a, .glb-header__globalNav .people > a:hover,
  .glb-footer__globalNav .people > a,
  .glb-footer__globalNav .people > a:hover {
    color: #2acbbe;
  }
  .glb-header__globalNav .information > a, .glb-header__globalNav .information > a:hover,
  .glb-footer__globalNav .information > a,
  .glb-footer__globalNav .information > a:hover {
    color: #f79312;
  }
  .glb-header__globalNav .is-current > a::after,
  .glb-footer__globalNav .is-current > a::after {
    position: absolute;
    display: block;
    content: "";
    width: 60%;
    height: 2px;
    background: #f64141;
    bottom: 0;
    left: 20%;
  }
  .glb-header__globalNav .people.is-current > a::after,
  .glb-footer__globalNav .people.is-current > a::after {
    background: #2acbbe;
  }
  .glb-header__globalNav .information.is-current > a::after,
  .glb-footer__globalNav .information.is-current > a::after {
    background: #f79312;
  }
  .glb-header__globalNav .people:hover .glb-header__peopleList,
  .glb-footer__globalNav .people:hover .glb-header__peopleList {
    display: block;
  }
}

.glb-footer__globalNav {
  background: #fff;
}
.glb-footer__globalNav .glb-header__peopleList {
  background: #fff;
}
@media print, screen and (min-width:769px) {
  .glb-footer__globalNav {
    display: none;
  }
}

.glb-header__entry {
  display: table;
  background: #f64141;
  position: absolute;
  right: 0;
  top: 0;
}
.glb-header__entry .inner {
  font-family: "Passion One", cursive;
  font-size: 2rem;
  letter-spacing: 0.07em;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  width: 145px;
  height: 108px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-header__entry {
    display: none;
  }
}
@media print, screen and (min-width:769px) {
  .glb-header__entry {
    transition-duration: 0.2s;
  }
  .glb-header__entry:hover {
    background-color: #f57576;
  }
}

.glb-header__gnavTitle {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-header__gnavTitle {
    display: block;
    margin-top: 40px;
    text-align: center;
    font-family: "Passion One", cursive;
    font-size: 2.1rem;
    color: #f64141;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 40px;
  }
}

.glb-header__entryBtn {
  background: url(/recruit2027/assets/img/btn_bg_entry.png) no-repeat center center;
  background-size: cover;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.glb-header__entryBtn .inner {
  display: block;
  width: 240px;
  height: 59px;
  color: #fff;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 0 0;
}
.glb-header__entryBtn .icon-entry {
  display: inline-block;
  background: url(/recruit2027/assets/img/icon/entry.png) no-repeat left center;
  background-size: 15px auto;
  padding-left: 22px;
}
.glb-header__entryBtn .en {
  display: block;
  font-family: "Passion One", cursive;
  margin-top: 3px;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media print, screen and (min-width:769px) {
  .glb-header__entryBtn {
    display: none;
  }
}

/* ====================================================================

  #グローバルフッタ

 */
/* --------------------------------------------------------------------
  #フッタ
 */
.glb-footer {
  position: relative;
  background: url(/recruit2027/assets/img/footer_bg.png) repeat-x bottom center;
  padding: 22px 0 10px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-footer {
    height: 670px;
    background-size: cover;
    padding-top: 300px;
  }
}
@media print, screen and (min-width:769px) {
  .glb-footer {
    height: 626px;
    padding-top: 300px;
  }
}

.glb-footer__ci {
  margin-left: auto;
  margin-right: auto;
}
.glb-footer__ci img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-footer__ci {
    width: 92px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width:769px) {
  .glb-footer__ci {
    width: 103px;
    margin-bottom: 40px;
  }
}

.glb-footer__unav {
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-footer__unav {
    border: 1px solid #d6d9e1;
    border-radius: 8px;
    margin-bottom: 40px;
    background: #f2f5fa;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .glb-footer__unav > li {
    line-height: 1;
    border-bottom: 1px solid #d6d9e1;
  }
  .glb-footer__unav > li a {
    display: block;
    padding: 12px;
    font-size: 1.2rem;
  }
  .glb-footer__unav > li:last-child {
    border: none;
  }
}
@media print, screen and (min-width:769px) {
  .glb-footer__unav {
    font-size: 0;
    margin-bottom: 40px;
  }
  .glb-footer__unav > li {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 20px;
    position: relative;
  }
  .glb-footer__unav > li::after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 23px;
    right: 0;
    top: 0;
    background: url(/recruit2027/assets/img/footer_unav_div.png) no-repeat center top;
    background-size: contain;
  }
  .glb-footer__unav > li:last-child::after {
    display: none;
  }
  .glb-footer__unav > li:hover {
    opacity: 0.7;
  }
}

.glb-footer__address {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
@media print, screen and (min-width:769px) {
  .glb-footer__address {
    margin-bottom: 55px;
  }
}

/* --------------------------------------------------------------------
  #ページトップ
 */
.glb-footer__pagetop {
  position: absolute;
  top: 260px;
  right: 30px;
  transform-origin: 100% 0;
  transform: rotate(90deg);
}
.glb-footer__pagetop a {
  transition-duration: 0.3s;
  position: relative;
  font-family: "Passion One", cursive;
  background: #fff;
  border: 2px solid #a0a0a0;
  width: 148px;
  border-radius: 22px;
  height: 44px;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: block;
  padding: 13px 0 0 20px;
  font-size: 1.5rem;
  text-align: left;
  color: #777;
  line-height: 1;
}
.glb-footer__pagetop a::after {
  transition-duration: 0.3s;
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: url(/recruit2027/assets/img/icon/arrow_pt.png) no-repeat center center #a0a0a0;
  background-size: 15px auto;
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-footer__pagetop {
    display: none;
  }
}
@media print, screen and (min-width:769px) {
  .glb-footer__pagetop a:hover {
    background-color: #a0a0a0;
    color: #fff;
    padding-left: 50px;
  }
  .glb-footer__pagetop a:hover::after {
    right: calc(100% - 39px);
  }
}

/* --------------------------------------------------------------------
  #copyright
 */
.glb-footer__copyright {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-footer__copyright {
    padding: 0 20px;
  }
}

.glb-snsList-container {
  position: absolute;
  margin-top: -300px;
  width: 100%;
}

.glb-snsList {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: 8px solid #e0e4ec;
  padding: 30px 0;
  text-align: center;
}
.glb-snsList > li {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
}
.glb-snsList > li:first-child {
  margin-right: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-snsList {
    width: auto;
    margin: 0 30px;
  }
}

/* ==========================================================================

	#グリッド要素モジュール
    ex)


 */
/* -------------------------------------------------------------------------
	段組みベースコンテナ
*/
.glb-container {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-container:after {
    content: "";
    clear: both;
    display: block;
  }
}
@media print, screen and (min-width:769px) {
  .glb-container:after {
    content: "";
    clear: both;
    display: block;
  }
}

@media print, screen and (min-width:769px) {
  .glb-col--1of1,
  .glb-col--1of2,
  .glb-col--1of2--noMargin,
  .glb-col--1of3,
  .glb-col--1of3--noMargin,
  .glb-col--1of4,
  .glb-col--2of4,
  .glb-col--2of3 {
    float: left;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-spcol--1of2 {
    float: left;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-spcol--1of2 {
    width: 48.5%;
    margin-right: 3%;
  }
}

@media print, screen and (min-width:769px) {
  .glb-col--1of2 {
    width: 48.35%;
    margin-right: 3.3%;
  }
}

@media print, screen and (min-width:769px) {
  .glb-col--1of2--noMargin {
    width: 50%;
  }
}

@media print, screen and (min-width:769px) {
  .glb-col--1of3 {
    width: 31.19%;
    margin-right: 2%;
  }
}

@media print, screen and (min-width:769px) {
  .glb-col--1of3--noMargin {
    width: 33.33%;
  }
}

@media print, screen and (min-width:769px) {
  .glb-col--2of3 {
    width: 65.5%;
    margin-right: 3.3%;
  }
}

@media print, screen and (min-width:769px) {
  .glb-col--1of4 {
    width: 22.9%;
    margin-right: 2.75%;
  }
}

@media print, screen and (min-width:769px) {
  .glb-col--2of4 {
    width: 48.55%;
    margin-right: 2.75%;
  }
}

@media print, screen and (min-width:769px) {
  .glb-col--right {
    float: right;
  }
}

.glb-col--last {
  margin-right: 0;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-spcol--last {
    margin-right: 0;
  }
}

/* ==========================================================================

   #共通モジュールブロック

 */
.glb-peopleList:after {
  content: "";
  clear: both;
  display: block;
}

.glb-people__item {
  width: 216px;
  float: left;
  margin-right: 15px;
}
.glb-people__item > a {
  display: block;
}
.glb-people__item:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-people__item {
    width: 32%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 320px) {
  .glb-people__item {
    /* width: 33%;
     */
  }
}

.glb-people__photo {
  text-align: center;
  margin-bottom: -50px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-people__photo {
    margin-bottom: -22px;
  }
  .glb-people__photo img {
    width: 90%;
  }
}

.glb-people__info {
  background: #2acbbe;
  width: 216px;
  height: 216px;
  padding: 64px 0 0 0;
  border-radius: 50%;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-people__info {
    padding-top: 20px;
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width: 320px) {
  .glb-people__info {
    width: 95px;
    height: 95px;
  }
}
.glb-people__info .people-shoulder {
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-size: 1.3rem;
  padding: 3px 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-people__info .people-shoulder {
    white-space: nowrap;
    margin-bottom: 5px;
    font-size: 0.9rem;
  }
}
.glb-people__info .people-name {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-people__info .people-name {
    font-size: 1.9rem;
    margin-bottom: 3px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 320px) {
  .glb-people__info .people-name {
    font-size: 1.7rem;
  }
}
.glb-people__info .people-sub {
  font-size: 1.2rem;
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-people__info .people-sub {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  .glb-people__info .people-sub {
    font-size: 0.8rem;
  }
}

.glb-action {
  margin: 100px auto;
  background: url(/recruit2027/assets/img/action_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-action {
    margin: 60px auto;
  }
}

.glb-actionList {
  width: 1160px;
  margin: 80px auto;
  padding: 80px 0;
}
.glb-actionList:after {
  content: "";
  clear: both;
  display: block;
}
.glb-actionList > li {
  width: 50%;
  padding: 0 10px;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-actionList {
    margin: 0;
    width: auto;
    padding: 30px 0;
  }
  .glb-actionList > li {
    width: auto;
    float: none;
  }
}

.glb-actionList--single > li {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.glb-action__btn {
  width: 560px;
  display: table;
}
.glb-action__btn .inner {
  display: table-cell;
  width: 100%;
  height: 138px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}
.glb-action__btn .inner .en {
  font-family: "Passion One", cursive;
  display: block;
  font-weight: normal;
  margin-top: 7px;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-action__btn {
    width: 100%;
  }
  .glb-action__btn .inner {
    height: 100px;
    font-size: 1.6rem;
  }
  .glb-action__btn .inner .en {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width:769px) {
  .glb-action__btn {
    transition-duration: 0.2s;
  }
  .glb-action__btn:hover {
    -webkit-filter: brightness(125%);
            filter: brightness(125%);
  }
}
.glb-action__btn.entry {
  background: url(/recruit2027/assets/img/btn_bg_entry.png) no-repeat center center;
  background-size: contain;
}
.glb-action__btn.information {
  background: url(/recruit2027/assets/img/btn_bg_information.png) no-repeat center center;
  background-size: contain;
}
.glb-action__btn .icon-entry {
  display: inline-block;
  background: url(/recruit2027/assets/img/icon/entry.png) no-repeat left center;
  background-size: 32px auto;
  padding: 10px 10px 10px 60px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-action__btn .icon-entry {
    background-size: 26px auto;
    padding-left: 40px;
  }
}
.glb-action__btn .icon-info {
  display: inline-block;
  background: url(/recruit2027/assets/img/icon/information.png) no-repeat left center;
  background-size: 43px auto;
  padding: 10px 10px 10px 60px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-action__btn .icon-info {
    background-size: 32px auto;
    padding-left: 46px;
  }
}

/* ==========================================================================

   #ボタンモジュール

   ex)
	<div class="glb-btnFlat--xx">
		<span class="glb-btnInner">ボタン</span>
	</div>
	<div class="glb-btnFlat--xx glb-btn--size-p2">
		<a class="glb-btnInner" href="">ボタン</a>
	</div>

 */
/* --------------------------------------------------------------------
  #ベース
 */
.glb-btn {
  display: inline-block;
}
.glb-btn a:link {
  text-decoration: none;
}
.glb-btn a:hover {
  text-decoration: none;
}
.glb-btn a:visited {
  text-decoration: none;
}
.glb-btn .glb-btn-inner {
  display: block;
}
.glb-btn .glb-btn-icon {
  display: inline-block;
  line-height: 1em;
}

/* --------------------------------------------------------------------
  #インナー
 */
.glb-btnInner {
  display: block;
  line-height: 1;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-btnInner {
    padding: 10px;
  }
}

a.glb-btnInner {
  color: #fff;
}

/* --------------------------------------------------------------------
  #フラットスタイル
 */
.glb-btnFlat,
.glb-btnSubmit {
  display: inline-block;
  background: #2acbbe;
  color: #fff;
}
.glb-btnFlat a:link,
.glb-btnSubmit a:link {
  text-decoration: none;
}
.glb-btnFlat a:hover,
.glb-btnSubmit a:hover {
  text-decoration: none;
}
.glb-btnFlat a:visited,
.glb-btnSubmit a:visited {
  text-decoration: none;
}

/* ====================================================================

  #見出しモジュール

 */
.glb-page-heading {
  position: relative;
  z-index: 2;
  line-height: 1;
  text-align: center;
  margin: 60px 0;
}
.glb-page-heading .en {
  font-family: "Passion One", cursive;
  font-size: 2.2rem;
  display: block;
  margin-top: 12px;
  font-weight: normal;
  color: #666;
}
.glb-page-heading .jp {
  font-size: 4rem;
  font-weight: bold;
}
.glb-page-heading.company {
  color: #f64141;
}
.glb-page-heading.people {
  color: #2acbbe;
}
.glb-page-heading.information {
  color: #f79312;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-page-heading {
    margin: 60px 0 30px;
  }
  .glb-page-heading .en {
    font-size: 1.4rem;
  }
  .glb-page-heading .jp {
    font-size: 2.7rem;
  }
}

.glb-heading2 {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 60px;
}
.glb-heading2 .inner {
  display: inline-block;
  padding: 15px 40px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  border: 5px solid #000;
}
.glb-heading2.white .inner {
  color: #fff;
  border: 5px solid #fff;
}
.glb-heading2.green .inner {
  color: #2acbbe;
  border: 5px solid #2acbbe;
}
.glb-heading2.orange .inner {
  color: #f79312;
  border: 5px solid #f79312;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-heading2.spwhite .inner {
    color: #fff;
    border: 5px solid #fff;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-heading2 {
    margin-bottom: 30px;
  }
  .glb-heading2 .inner {
    font-size: 2rem;
    padding: 10px 20px;
  }
}

.glb-heading2--noborder .inner {
  border: none !important;
}

.glb-heading3 {
  text-align: center;
  margin-bottom: 40px;
}
.glb-heading3 .inner {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-heading3 {
    margin-bottom: 20px;
  }
}

/* ==========================================================================

	#テキストモジュールとユーティリティ

	36　コピー
	27　 H1相当　ページタイトル
	25　 H2相当　コピー・見出しおよびラベル
	24　 H3相当　見出しおよびラベル
	20　コピー・中見出し・ラベル
	18　本文：大・ラベル
	16　本文：中
	14　本文：小を使用しています。
	12　最小（注文など一部のみ）

 */
/* -------------------------------------------------------------------------
	本文指定
*/
.u-lead-l {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-lead-l {
    font-size: 1.6rem;
  }
}

.u-lead {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-lead {
    font-size: 1.3rem;
  }
}

.u-lead-s {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-lead-s {
    font-size: 1.2rem;
  }
}

/*註釈*/
.u-notice {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-notice {
    font-size: 1.1rem;
  }
}

/* -------------------------------------------------------------------------
	サイズユーティリティ
	SPサイズへの対応未定のため未使用に（@17/11/08）
*/
/*
.u-text-p0 {
	font-size: $font-p0;
}
.u-text-p1 {
	font-size: $font-p1;
}

.u-text-p2 {
	font-size: $font-p2;
}

.u-text-p3 {
	font-size: $font-p3;
}

.u-text-p4 {
	font-size: $font-p4;
}

.u-text-p5 {
	font-size: $font-p5;
}

.u-text-p6 {
	font-size: $font-p6;
}
.u-text-p7 {
	font-size: $font-p7;
}
.u-text-m1 {
	font-size: $font-m1;
}
.u-text-m2 {
	font-size: $font-m2;
}
*/
/* -------------------------------------------------------------------------
	フォントファミリー
*/
.u-font-fjalla {
  font-family: "Fjalla One", serif;
}

/* -------------------------------------------------------------------------
	ユーティリティmisc
*/
/*一字下げ*/
.u-indentText {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.u-fontBold {
  font-weight: bold;
}

.u-fontNormal {
  font-weight: normal;
}

/* ==========================================================================

	#タブモジュール
	# ※未着手（@17/11/08）

 */
/*
.glb-tabWrapper {

}
.glb-tabBtn {
	@include clearfix;
	border-bottom: 3px solid #e8e8e8;
	margin-bottom: 20px;
}
.glb-tabBtn__item {
	font-size: 1.6rem;
	font-weight: bold;
	float: left;
	margin-right: 40px;
	border: 3px solid #e8e8e8;
	border-bottom: none;
	padding: 20px;
	line-height: 1em;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	&.is-active {

	}

	@include mq-sp {

	}
}
.glb-tabBtn__item:last-child {
	margin-right: 0;
}
.glb-tabContent {

}
.glb-tabContent__item {
	display: none;
	&.is-active {
		display: block;
	}
}
*/
/* ==========================================================================

	#テーブルモジュール

 */
.glb-tableContent--normal {
  width: 100%;
  border-top: 1px solid #eee;
}
.glb-tableContent--normal tr {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.glb-tableContent--normal th, .glb-tableContent--normal td {
  border-bottom: 1px solid #eee;
  padding: 10px 12px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
}
.glb-tableContent--normal th {
  padding: 10px 0;
  background: #f7f7f7;
  font-weight: bold;
}
.glb-tableContent--normal th span {
  /*display: block;
  padding: 12px 0;
  background: #f5f5f5;*/
}
.glb-tableContent--normal td {
  text-align: left;
  padding: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-tableContent--normal th, .glb-tableContent--normal td {
    display: block;
    padding: 8px 10px;
    font-size: 1.3rem;
  }
  .glb-tableContent--normal th {
    border-bottom: none;
  }
}

.glb-tableContent--plane {
  width: 100%;
  border: none;
}
.glb-tableContent--plane tr {
  border: none;
}
.glb-tableContent--plane th, .glb-tableContent--plane td {
  border: none;
  padding: 5px;
  vertical-align: top;
  text-align: left;
}
.glb-tableContent--plane .nowrap {
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-tableContent--plane th, .glb-tableContent--plane td {
    display: table-cell;
  }
}

/* ==========================================================================

	#リストモジュール

 */
/* -------------------------------------------------------------------------
	ベースリスト
*/
.glb-list-basic li {
  font-size: 1.4rem;
}

.glb-list-table:after {
  content: "";
  clear: both;
  display: block;
}
.glb-list-table dt, .glb-list-table dd {
  font-size: 1.6rem;
  padding: 20px 0;
}
.glb-list-table dt:first-child, .glb-list-table dd:nth-child(2) {
  padding-top: 0;
}
.glb-list-table dt {
  width: 25%;
  float: left;
  font-weight: bold;
}
.glb-list-table dd {
  padding-left: 25%;
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-list-table dt, .glb-list-table dd {
    font-size: 1.4rem;
  }
}

.glb-list-dot li {
  margin-left: 1em;
  list-style-type: disc;
}

.glb-list-decimal li {
  margin-left: 1em;
  list-style-type: decimal;
}

/* -------------------------------------------------------------------------
	リストレイアウト
*/
.glb-listLayout--col2 li,
.glb-listLayout--col3 li,
.glb-listLayout--col4 li {
  margin-bottom: 10px;
}
@media print, screen and (min-width:769px) {
  .glb-listLayout--col2:after,
  .glb-listLayout--col3:after,
  .glb-listLayout--col4:after {
    content: "";
    clear: both;
    display: block;
  }
  .glb-listLayout--col2 li,
  .glb-listLayout--col3 li,
  .glb-listLayout--col4 li {
    float: left;
    margin-right: 10px;
  }
}

@media print, screen and (min-width:769px) {
  .glb-listLayout--col2 li {
    width: calc(50% - 5px);
  }
  .glb-listLayout--col2 li:nth-child(2n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width:769px) {
  .glb-listLayout--col3 li {
    width: calc(33.3% - 7px);
  }
  .glb-listLayout--col3 li:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width:769px) {
  .glb-listLayout--col4 li {
    width: calc(25% - 8px);
  }
  .glb-listLayout--col4 li:nth-child(4n) {
    margin-right: 0;
  }
}

/* ==========================================================================

	#フォーム要素モジュール

 */
/* -------------------------------------------------------------------------
	基本スタイル
   -------------------------------------------------------------------------*/
input, textarea, select {
  font-size: 1.4rem;
  padding: 5px;
}
input.error, textarea.error, select.error {
  background-color: #fbdbd5;
}

input[type=text] {
  background: #ecefef;
}

button {
  cursor: pointer;
}

label {
  cursor: pointer;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  label {
    font-size: 1.3rem;
  }
}

/* -------------------------------------------------------------------------
	テキストボックス
   -------------------------------------------------------------------------*/
input::-webkit-input-placeholder {
  color: #999;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

input:-ms-input-placeholder {
  color: #999;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

input::-moz-placeholder {
  color: #999;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
  line-height: 1em;
}

/* -------------------------------------------------------------------------
	セレクトボックス
   -------------------------------------------------------------------------*/
select {
  width: 100%;
  padding: 8px;
  background: #fff;
  border: 1px solid #ccc;
  background-image: url(/assets/img/icon/arrow_pulldown.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px auto;
}

/* -------------------------------------------------------------------------
	チェックボックス
   -------------------------------------------------------------------------*/
input[type=checkbox] {
  margin: 0;
  display: none;
}

input[type=checkbox] + label::before {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  /*margin-left: -5px;*/
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
}

input[type=checkbox]:checked + label::before {
  background: url(/assets/img/icon/form_checked.png) no-repeat center center #fff;
  background-size: 20px auto;
}

/* -------------------------------------------------------------------------
  インプット要素レイアウト
   -------------------------------------------------------------------------*/
.glb-input-list:after {
  content: "";
  clear: both;
  display: block;
}
.glb-input-list > li {
  float: left;
  margin-bottom: 5px;
  margin-left: 2em;
  text-indent: -2em;
  margin-right: 10px;
}
@media print, screen and (min-width:769px) {
  .glb-input-list > li {
    margin-right: 30px;
    margin-bottom: 6px;
  }
}

/* -------------------------------------------------------------------------
	サイズユーティリティ
   -------------------------------------------------------------------------*/
/*
.u-input-s {
  width: 30%;
}

.u-input-m {
  width: 50%;
}

.u-input-l {
  width: 90%;
}

@include mq-sp {
  .u-input-s {
    width: 60%;
  }
  .u-input-m {
    width: 80%;
  }
  .u-input-l {
    width: 90%;
  }
}

.u-textarea-m {
  height: 200px;
}
*/
/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-spbr {
    display: block;
  }
}

.u-pcbr {
  display: none;
}
@media print, screen and (min-width:769px) {
  .u-pcbr {
    display: block;
  }
}

.u-tdbr {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-tdbr {
    display: block;
  }
}

/* -------------------------------------------------------------------------
	テキスト揃え
*/
.u-alignL {
  text-align: left;
}

.u-alignR {
  text-align: right;
}

.u-alignC {
  text-align: center;
}

/* -------------------------------------------------------------------------
	フロート
*/
@media print, screen and (min-width:769px) {
  .u-floatL {
    float: left;
  }
}

@media print, screen and (min-width:769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: "pkna";
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

/* -------------------------------------------------------------------------
	マージン調整
*/
.u-mt6 {
  margin-top: 6em !important;
}

.u-mt5 {
  margin-top: 5em !important;
}

.u-mt4 {
  margin-top: 4em !important;
}

.u-mt3 {
  margin-top: 3em !important;
}

.u-mt2 {
  margin-top: 2em !important;
}

.u-mt1 {
  margin-top: 1em !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb1 {
  margin-bottom: 1em !important;
}

.u-mb2 {
  margin-bottom: 2em !important;
}

.u-mb3 {
  margin-bottom: 3em !important;
}

.u-mb4 {
  margin-bottom: 4em !important;
}

.u-mb5 {
  margin-bottom: 5em !important;
}

.u-mb6 {
  margin-bottom: 6em !important;
}

/*追加 18/02/07　SP時共通マージンの設定*/
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-mt6 {
    margin-top: 3em !important;
  }
  .u-mt5 {
    margin-top: 2.5em !important;
  }
  .u-mt4 {
    margin-top: 2em !important;
  }
  .u-mt3 {
    margin-top: 1.5em !important;
  }
  .u-mt2 {
    margin-top: 1em !important;
  }
  .u-mt1 {
    margin-top: 0.5em !important;
  }
  .u-mt0 {
    margin-top: 0 !important;
  }
  .u-mb0 {
    margin-bottom: 0 !important;
  }
  .u-mb1 {
    margin-bottom: 0.5em !important;
  }
  .u-mb2 {
    margin-bottom: 1em !important;
  }
  .u-mb3 {
    margin-bottom: 1.5em !important;
  }
  .u-mb4 {
    margin-bottom: 2em !important;
  }
  .u-mb5 {
    margin-bottom: 2.5em !important;
  }
  .u-mb6 {
    margin-bottom: 3em !important;
  }
}
/* -------------------------------------------------------------------------
	SP時のみ、ブロック要素へサイドのマージンを付与・トリ
*/
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-spSideMargin {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-spNoSideMargin {
    margin-left: 0;
    margin-right: 0;
  }
}

/* -------------------------------------------------------------------------
	インラインブロック
	<p>テキストの一部を<span class="u-inlineBlock">インラインブロックに設定します。</span></p>
*/
.u-inlineBlock {
  display: inline-block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3em;
  margin-bottom: 0.3em;
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-pcnone {
  display: none !important;
}

.u-spnone {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-pcnone {
    display: block !important;
  }
  .u-spnone {
    display: none !important;
  }
}
/* ==========================================================================

   #パンくずモジュール

 */
/* --------------------------------------------------------------------
  #パンくず
 */
.glb-breadCrumbsContainer {
  padding: 0 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-breadCrumbsContainer {
    padding: 0 15px;
  }
}
@media print, screen and (min-width:769px) {
  .glb-breadCrumbsContainer {
    margin-bottom: 40px;
  }
}

.glb-breadCrumbs > li {
  margin-right: 7px;
  display: inline-block;
  line-height: 1.3;
  font-size: 1.1rem;
}
.glb-breadCrumbs > li a:link {
  text-decoration: none;
}
.glb-breadCrumbs > li a:hover {
  text-decoration: none;
}
.glb-breadCrumbs > li a:visited {
  text-decoration: none;
}
.glb-breadCrumbs > li a {
  color: #000;
  font-weight: normal;
}
.glb-breadCrumbs > li:after {
  display: inline-block;
  content: "";
  margin-left: 10px;
  width: 5px;
  height: 8px;
  background: url(/assets/img/icon/arrow_d_gray.png) no-repeat left center;
  background-size: 5px auto;
  color: #333;
}
.glb-breadCrumbs > li:last-child {
  margin-right: 0;
  color: #333;
}
.glb-breadCrumbs > li:last-child::after {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-breadCrumbs {
    margin-bottom: 30px;
    padding: 10px 0 0 0;
    /*>li:last-child {
      display: none;
    }*/
  }
}
@media print, screen and (min-width:769px) {
  .glb-breadCrumbs {
    padding: 15px 0 35px;
  }
  .glb-breadCrumbs > li {
    font-size: 1.2rem;
  }
  .glb-breadCrumbs > li a:hover {
    color: #333;
  }
}

/* ====================================================================

  #アンカーモジュール

 */
/* --------------------------------------------------------------------
  #ページ内アンカー
 */
.glb-pageAnchor {
  margin-bottom: 30px;
}
.glb-pageAnchor:after {
  content: "";
  clear: both;
  display: block;
}
@media print, screen and (min-width:769px) {
  .glb-pageAnchor {
    text-align: center;
    margin-bottom: 60px;
  }
}
.glb-pageAnchor > li {
  /*padding: 15px 0;*/
  margin-right: 20px;
}
.glb-pageAnchor > li:last-child {
  margin-right: 0;
}
.glb-pageAnchor a {
  display: block;
  position: relative;
  line-height: 1;
  color: #000;
  padding: 12px;
  font-weight: bold;
  border: 1px solid #333;
  background: url(/assets/img/icon/arrow_anchor.png) no-repeat right 10px center;
  background-size: 8px;
}
.glb-pageAnchor a:hover {
  color: #333;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .glb-pageAnchor {
    margin: 0 15px 20px;
    padding: 20px 0 10px;
    text-align: center;
  }
  .glb-pageAnchor > li {
    padding: 0;
    margin-right: 15px;
    margin-bottom: 13px;
  }
  .glb-pageAnchor a {
    font-size: 1.1rem;
    padding: 6px 6px 24px 6px;
    line-height: 1.3;
    background: url(/assets/img/icon/arrow_anchor.png) no-repeat center bottom 8px;
    background-size: 8px;
  }
}

.glb-pageAnchor--col3 > li {
  width: calc(33.3% - 14px);
  float: left;
}
/* ==========================================================================
   Animation
   アニメーション設定用css
   ========================================================================== */
/* ====================================================================

  #Animation

 */
@-webkit-keyframes anim-fade-in {
  0% {
    display: block;
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-fade-in {
  0% {
    display: block;
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.transition-mask::before {
  position: absolute;
  z-index: 11;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: 100% 0;
  transition-duration: 0.6s;
  transform: scaleX(0);
}
.transition-mask.ef-scroll-in::before {
  transform: scaleX(1);
}
.transition-mask.ef-scroll::before {
  transform: scaleX(1);
}
@media print {
  .transition-mask.ef-scroll::before {
    transform: scaleX(0);
  }
  .transition-mask.ef-scroll-in::before {
    transform: scaleX(0);
  }
}

.transition-fade {
  transition-duration: 0.6s;
}
.transition-fade.ef-scroll {
  opacity: 0;
}
.transition-fade.ef-scroll-in {
  opacity: 0;
}
@media print {
  .transition-fade.ef-scroll {
    opacity: 1 !important;
  }
  .transition-fade.ef-scroll-in {
    opacity: 1 !important;
  }
}

.transition-y, .transition-x {
  transition-duration: 0.6s;
}
.transition-y.ef-scroll, .ef-scroll.transition-x {
  transform: translateY(120px);
  opacity: 0;
}
.transition-y.ef-scroll-in, .ef-scroll-in.transition-x {
  transform: translateY(120px);
  opacity: 0;
}
@media print {
  .transition-y.ef-scroll, .ef-scroll.transition-x {
    opacity: 1 !important;
    transform: translateY(0);
  }
  .transition-y.ef-scroll-in, .ef-scroll-in.transition-x {
    opacity: 1 !important;
    transform: translateY(0);
  }
}

.transition-blur-y, .transition-blur-x, .transition-blur-x--invert {
  transition-duration: 0.6s;
}
.transition-blur-y.ef-scroll, .ef-scroll.transition-blur-x, .ef-scroll.transition-blur-x--invert {
  -webkit-filter: blur(12px);
          filter: blur(12px);
  transform: translateY(120px);
  opacity: 0;
}
.transition-blur-y.ef-scroll-in, .ef-scroll-in.transition-blur-x, .ef-scroll-in.transition-blur-x--invert {
  -webkit-filter: blur(12px);
          filter: blur(12px);
  transform: translateY(120px);
  opacity: 0;
}
@media print {
  .transition-blur-y.ef-scroll, .ef-scroll.transition-blur-x, .ef-scroll.transition-blur-x--invert {
    opacity: 1 !important;
    -webkit-filter: blur(0);
            filter: blur(0);
    transform: translateY(0);
  }
  .transition-blur-y.ef-scroll-in, .ef-scroll-in.transition-blur-x, .ef-scroll-in.transition-blur-x--invert {
    opacity: 1 !important;
    -webkit-filter: blur(0);
            filter: blur(0);
    transform: translateY(0);
  }
}

.transition-x.ef-scroll {
  transform: translateX(100px);
}
.transition-x.ef-scroll-in {
  transform: translateX(100px);
}
@media print {
  .transition-x.ef-scroll {
    opacity: 1 !important;
    transform: translateX(0);
  }
  .transition-x.ef-scroll-in {
    opacity: 1 !important;
    transform: translateX(0);
  }
}

.transition-blur-x.ef-scroll, .ef-scroll.transition-blur-x--invert {
  transform: translateX(100px);
}
.transition-blur-x.ef-scroll-in, .ef-scroll-in.transition-blur-x--invert {
  transform: translateX(100px);
}
@media print {
  .transition-blur-x.ef-scroll, .ef-scroll.transition-blur-x--invert {
    opacity: 1 !important;
    -webkit-filter: blur(0);
            filter: blur(0);
    transform: translateX(0);
  }
  .transition-blur-x.ef-scroll-in, .ef-scroll-in.transition-blur-x--invert {
    opacity: 1 !important;
    -webkit-filter: blur(0);
            filter: blur(0);
    transform: translateX(0);
  }
}

.transition-blur-x--invert.ef-scroll {
  transform: translateX(-100px);
}
.transition-blur-x--invert.ef-scroll-in {
  transform: translateX(-100px);
}
@media print {
  .transition-blur-x--invert.ef-scroll {
    opacity: 1 !important;
  }
  .transition-blur-x--invert.ef-scroll-in {
    opacity: 1 !important;
  }
}