@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*/
/*縦書きテキスト*/
/* ====================================================================

  #働く人々

 */
.pg-kv {
  display: table;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-kv {
    height: 233px;
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-kv {
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    height: 600px;
  }
}
.pg-kv.people01 {
  background: url(../img/01_kv.jpg) no-repeat center top;
  background-size: auto 600px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-kv.people01 {
    background-image: url(../img/01_kv_sp.jpg);
    background-position: right top;
    background-size: auto 234px;
  }
}
.pg-kv.people02 {
  background: url(../img/02_kv.jpg) no-repeat center top;
  background-size: auto 600px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-kv.people02 {
    background-image: url(../img/02_kv_sp.jpg);
    background-position: right top;
    background-size: auto 234px;
  }
}
.pg-kv.people03 {
  background: url(../img/03_kv.jpg) no-repeat center top;
  background-size: auto 600px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-kv.people03 {
    background-image: url(../img/03_kv_sp.jpg);
    background-position: right top;
    background-size: auto 234px;
  }
}

.pg-kv-textContainer {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-kv-textContainer {
    padding-left: 15px;
  }
}

.pg-kv__shoulder,
.pg-kv__name,
.pg-kv__enname,
.pg-kv__sub {
  line-height: 1;
}

.pg-kv__sub {
  line-height: 1.3;
}

.pg-kv__shoulder {
  display: inline-block;
  background: #2acbbe;
  color: #fff;
  padding: 2px;
  font-size: 1rem;
  margin-bottom: 5px;
}
@media print, screen and (min-width:769px) {
  .pg-kv__shoulder {
    padding: 4px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.pg-kv__name {
  color: #2acbbe;
  font-size: 2.1rem;
  margin-bottom: 5px;
}
@media print, screen and (min-width:769px) {
  .pg-kv__name {
    font-size: 4.2rem;
    margin-bottom: 15px;
  }
}

.pg-kv__enname {
  font-family: "Passion One", cursive;
  font-weight: normal;
  color: #666;
  letter-spacing: 0.05em;
  font-size: 1rem;
  margin-bottom: 5px;
}
@media print, screen and (min-width:769px) {
  .pg-kv__enname {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}

.pg-kv__sub {
  position: relative;
  font-size: 0.9rem;
  padding-top: 6px;
}
.pg-kv__sub::before {
  content: "";
  width: 6px;
  height: 1px;
  top: 0;
  background: #777;
  position: absolute;
}
@media print, screen and (min-width:769px) {
  .pg-kv__sub {
    padding-top: 12px;
    font-size: 1.3rem;
  }
  .pg-kv__sub::before {
    width: 10px;
  }
}

/* -------------------------------------------------------------------------
	01 キャッチ
*/
.pg-01-catch1,
.pg-01-catch2,
.pg-03-catch1,
.pg-03-catch2,
.pg-02-catch1,
.pg-02-catch2 {
  position: absolute;
  right: 0;
  background: #2acbbe;
  white-space: nowrap;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 15px;
}
@media print, screen and (min-width:769px) {
  .pg-01-catch1,
  .pg-01-catch2,
  .pg-03-catch1,
  .pg-03-catch2,
  .pg-02-catch1,
  .pg-02-catch2 {
    transition-delay: 0.4s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-01-catch1,
  .pg-01-catch2,
  .pg-03-catch1,
  .pg-03-catch2,
  .pg-02-catch1,
  .pg-02-catch2 {
    font-size: 1.8rem;
    padding: 10px;
    right: auto;
    left: 15px;
  }
}

.pg-01-catch1 {
  top: 404px;
  right: auto;
  left: calc(50% - 430px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-01-catch1 {
    top: auto;
    left: 15px;
    bottom: -18px;
  }
}

.pg-01-catch2 {
  top: 478px;
  right: auto;
  left: calc(50% - 360px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-01-catch2 {
    top: auto;
    left: 15px;
    bottom: -60px;
  }
}

/* -------------------------------------------------------------------------
	02 キャッチ
*/
.pg-02-catch1,
.pg-02-catch2 {
  left: 0;
  position: absolute;
}
@media print, screen and (min-width:769px) {
  .pg-02-catch1,
  .pg-02-catch2 {
    transition-delay: 0.4s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-02-catch1,
  .pg-02-catch2 {
    right: auto;
    left: 15px;
  }
}

.pg-02-catch1 {
  top: 370px;
  width: 614px;
  left: calc(50% - 400px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-02-catch1 {
    top: auto;
    width: auto;
    bottom: -18px;
    left: 15px;
  }
}

.pg-02-catch2 {
  top: 444px;
  width: 520px;
  left: calc(50% - 400px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-02-catch2 {
    top: auto;
    width: auto;
    left: 15px;
    bottom: -60px;
  }
}

/* -------------------------------------------------------------------------
	03 キャッチ
*/
.pg-03-catch1,
.pg-03-catch2 {
  left: 0;
  position: absolute;
}
@media print, screen and (min-width:769px) {
  .pg-03-catch1,
  .pg-03-catch2 {
    transition-delay: 0.4s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-03-catch1,
  .pg-03-catch2 {
    right: auto;
    left: 15px;
  }
}

.pg-03-catch1 {
  top: 370px;
  width: 352px;
  left: calc(50% + 140px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-03-catch1 {
    top: auto;
    width: auto;
    bottom: -18px;
    left: 15px;
  }
}

.pg-03-catch2 {
  top: 444px;
  width: 548px;
  left: calc(50% + 140px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-03-catch2 {
    top: auto;
    width: auto;
    left: 15px;
    bottom: -60px;
  }
}

.pg-people-heading {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/pattern1.png) no-repeat center top;
}
.pg-people-heading .inner {
  display: table;
  width: 778px;
  height: 142px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  border-top: 8px solid #2acbbe;
  border-bottom: 8px solid #2acbbe;
}
.pg-people-heading .wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 2.4rem;
  color: #2acbbe;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-people-heading {
    height: 130px;
    padding: 25px 15px;
    background-size: auto 130px;
    margin-bottom: 20px;
  }
  .pg-people-heading .inner {
    width: 100%;
    height: 80px;
    border-top: 4px solid #2acbbe;
    border-bottom: 4px solid #2acbbe;
    padding-right: 10px;
    padding-left: 10px;
  }
  .pg-people-heading .wrap {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width:769px) {
  .pg-people-heading {
    height: 242px;
    padding-top: 48px;
    margin-bottom: 120px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.pg-people-sec {
  margin-bottom: 60px;
}
@media print, screen and (min-width:769px) {
  .pg-people-sec {
    margin-bottom: 120px;
  }
}

.pg-interview-container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.pg-interview-container:after {
  content: "";
  clear: both;
  display: block;
}

.pg-interview__text img,
.pg-interview__photo img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-interview__text,
  .pg-interview__photo {
    margin: 0 15px 20px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-interview__text,
  .pg-interview__photo {
    width: 50%;
  }
  .pg-interview__text.right,
  .pg-interview__photo.right {
    float: right;
  }
  .pg-interview__text.left,
  .pg-interview__photo.left {
    float: left;
  }
}

.pg-interview__text .inner .wrap {
  display: table-cell;
  vertical-align: middle;
}
@media print, screen and (min-width:769px) {
  .pg-interview__text {
    width: 48%;
  }
  .pg-interview__text .inner {
    display: table;
    height: 100%;
    padding-right: 60px;
    padding-left: 60px;
  }
}

.pg-interview__catch {
  font-weight: bold;
  margin-bottom: 1em;
}
@media print, screen and (min-width:769px) {
  .pg-interview__catch {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}

@media print, screen and (min-width:769px) {
  .pg-interview__lead {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.pg-flow-sec {
  background: url(../img/flow_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
@media print, screen and (min-width:769px) {
  .pg-flow-sec {
    padding: 120px 0;
  }
}

.pg-flowList {
  height: 400px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-flowList {
    height: 590px;
  }
  .pg-flowList::before {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 50%;
    width: 3px;
    height: 500px;
    background: #fff;
  }
}
@media print, screen and (min-width:769px) {
  .pg-flowList::before {
    content: "";
    display: block;
    position: absolute;
    top: 180px;
    left: 7%;
    width: 86%;
    height: 3px;
    background: #fff;
  }
}
.pg-flowList .ic-start {
  position: absolute;
  left: 3%;
  top: 164px;
}
.pg-flowList .ic-start img {
  width: 37px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-flowList .ic-start {
    left: calc(50% - 12px);
    top: -10px;
  }
  .pg-flowList .ic-start img {
    width: 30px;
  }
}
.pg-flowList .ic-finish {
  position: absolute;
  right: 2%;
  top: 164px;
}
.pg-flowList .ic-finish img {
  width: 42px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-flowList .ic-finish {
    left: calc(50% - 12px);
    top: 550px;
  }
  .pg-flowList .ic-finish img {
    width: 32px;
  }
}

.pg-flow__item {
  position: absolute;
}
.pg-flow__item .inner {
  width: 245px;
  height: 120px;
  border: 4px solid #fff;
  padding: 15px;
  background: rgba(255, 255, 255, 0.95);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-flow__item .inner {
    padding: 4px;
    width: 144px;
    height: 105px;
  }
}
.pg-flow__item .title {
  font-size: 1.5rem;
  color: #2acbbe;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-flow__item .title {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}
.pg-flow__item .summary {
  font-size: 1.2rem;
  line-height: 1.3;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-flow__item .summary {
    font-size: 1.1rem;
  }
}
.pg-flow__item .time {
  margin-top: 10px;
  background: url(../img/icon_timer.png) no-repeat left top 2px;
  background-size: 15px auto;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 24px;
  line-height: 1;
  font-family: "Passion One", cursive;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-flow__item .time {
    margin-top: 6px;
    font-size: 1.8rem;
    background-size: 12px auto;
    padding-left: 18px;
  }
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .pg-flow__item .time {
    background-position: left 10px top 2px;
    padding-left: 28px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-flow__item.type1 {
    top: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-flow__item.type1 {
    left: calc(50% - 164px);
  }
}
.pg-flow__item.type1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-flow__item.type1::after {
    width: 20px;
    height: 1px;
    left: auto;
    right: -20px;
    bottom: auto;
    top: 55px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-flow__item.type2 {
    top: 244px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-flow__item.type2 {
    left: calc(50% + 22px);
  }
}
.pg-flow__item.type2::after {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 50%;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-flow__item.type2::after {
    width: 20px;
    height: 1px;
    left: -20px;
    right: auto;
    bottom: auto;
    top: 55px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-flow__item.pos2 {
    top: 50px;
  }
  .pg-flow__item.pos3 {
    top: 140px;
  }
  .pg-flow__item.pos4 {
    top: 190px;
  }
  .pg-flow__item.pos5 {
    top: 280px;
  }
  .pg-flow__item.pos6 {
    top: 330px;
  }
  .pg-flow__item.pos7 {
    top: 420px;
  }
  .pg-flow__item.pos8 {
    top: 470px;
  }
  .pg-flow__item.pos2b {
    top: 30px;
  }
  .pg-flow__item.pos4b {
    top: 170px;
  }
  .pg-flow__item.pos6b {
    top: 310px;
  }
  .pg-flow__item.pos8b {
    top: 450px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-flow__item.pos2 {
    left: 140px;
  }
  .pg-flow__item.pos3 {
    left: 276px;
  }
  .pg-flow__item.pos4 {
    left: 416px;
  }
  .pg-flow__item.pos5 {
    left: 552px;
  }
  .pg-flow__item.pos6 {
    left: 692px;
  }
  .pg-flow__item.pos7 {
    left: 828px;
  }
  .pg-flow__item.pos8 {
    left: 968px;
  }
  .pg-flow__item.pos2b {
    left: 60px;
  }
  .pg-flow__item.pos4b {
    left: 336px;
  }
  .pg-flow__item.pos6b {
    left: 612px;
  }
  .pg-flow__item.pos8b {
    left: 888px;
  }
}

.pg-sec-others {
  padding: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec-others {
    padding: 60px 0;
  }
}

.pg-heading-other {
  background: url(../img/pattern2.png) no-repeat center top;
  text-align: center;
  padding-top: 20px;
  height: 90px;
  margin-bottom: 60px;
}
.pg-heading-other .inner {
  font-family: "Passion One", cursive;
  line-height: 1;
  color: #2acbbe;
  letter-spacing: 0.05em;
  font-size: 4.8rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-heading-other {
    margin-bottom: 30px;
    padding-top: 10px;
    background-size: auto 50px;
  }
  .pg-heading-other .inner {
    font-size: 3.1rem;
  }
}

.pg-people-container {
  width: 510px;
  margin-left: auto;
  margin-right: auto;
}
.pg-people-container .glb-people__item:first-child {
  margin-right: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-people-container {
    width: auto;
    margin: 0 15px;
    text-align: center;
  }
  .pg-people-container .glb-people__item {
    float: none;
    display: inline-block;
  }
  .pg-people-container .glb-people__item:first-child {
    margin-right: 30px;
  }
}