@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-mv-container {
  position: relative;
}

.pg-mv {
  position: relative;
  background: url(../img/kv.jpg) no-repeat center top;
  background-size: auto 746px;
  height: 760px;
  margin-top: -80px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-mv {
    margin-top: 0;
    background-image: url(../img/kv_sp.jpg);
    background-size: contain;
    height: 234px;
  }
}

.pg-mv-pattern1,
.pg-mv-pattern2,
.pg-mv-pattern3,
.pg-mv-pattern4 {
  position: absolute;
  z-index: 1;
}

.pg-mv-pattern1 {
  position: absolute;
  top: 60px;
  left: calc(50% - 580px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-mv-pattern1 {
    display: none;
  }
}

.pg-mv-pattern2 {
  width: 30%;
  height: 230px;
  top: 590px;
  background: url(../img/mv_pattern02.png) no-repeat right top;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-mv-pattern2 {
    width: 40%;
    height: 200px;
    top: 640px;
    background-size: auto 100%;
  }
}

.pg-mv-pattern3 {
  position: absolute;
  top: 360px;
  left: calc(50% + 310px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-mv-pattern3 {
    top: 140px;
    right: -20px;
    left: auto;
  }
  .pg-mv-pattern3 img {
    width: 180px;
  }
}

.pg-mv-pattern4 {
  width: 30%;
  height: 290px;
  top: 820px;
  right: 0;
  background: url(../img/mv_pattern04.png) no-repeat left top;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-mv-pattern4 {
    display: none;
  }
}

.pg-mv-copy {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  width: 1036px;
  margin-top: -70px;
  padding: 60px 80px;
  background: #efefef;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-mv-copy {
    width: auto;
    padding: 30px;
    margin: 30px;
    font-size: 1.3rem;
    line-height: 2;
  }
}

/* ----------------------------------
  #sec01 部署
*/
.pg-sec01 {
  margin-top: 120px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec01 {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec01List {
    margin: 0 30px;
  }
  .pg-sec01List > li {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-sec01List {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
  .pg-sec01List:after {
    content: "";
    clear: both;
    display: block;
  }
  .pg-sec01List > li {
    width: 31%;
    margin-right: 3.5%;
    float: left;
    margin-bottom: 30px;
  }
  .pg-sec01List > li:nth-child(3n) {
    margin-right: 0;
  }
}

.pg-sec01List__photo img {
  width: 100%;
}

.pg-sec01List__title {
  position: absolute;
  margin-top: -30px;
  margin-left: -20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px 0 0 20px;
  letter-spacing: 0.05em;
  background: url(../img/sec01_plt01.png) no-repeat left top;
  width: 100%;
  height: 59px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec01List__title {
    margin-left: -15px;
    margin-top: -25px;
    padding-top: 12px;
    padding-left: 15px;
    height: 50px;
    background-size: contain;
  }
}

.pg-sec01List__copy {
  background: #f5f5f5;
  font-size: 1.3rem;
  padding: 40px 30px 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec01List__copy {
    font-size: 1.2rem;
    padding: 40px 20px 20px;
  }
}

.pg-sec01List .item02 .pg-sec01List__title {
  background-image: url(../img/sec01_plt02.png);
}

.pg-sec01List .item03 .pg-sec01List__title {
  background-image: url(../img/sec01_plt03.png);
}

.pg-sec01List .item04 .pg-sec01List__title {
  background-image: url(../img/sec01_plt04.png);
}

.pg-sec01List .item05 .pg-sec01List__title {
  background-image: url(../img/sec01_plt05.png);
}

.pg-sec01List .item06 .pg-sec01List__title {
  background-image: url(../img/sec01_plt06.png);
}

.pg-sec01List .item07 .pg-sec01List__title {
  background-image: url(../img/sec01_plt07.png);
}

/* ----------------------------------
  #sec02 データ
*/
.pg-sec02 {
  background: url(../img/sec02_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec02 {
    padding: 60px 0 20px;
  }
}

.pg-sec02-line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.pg-sec02-line.line1 {
  left: calc(50% - 580px);
}
.pg-sec02-line.line2 {
  left: calc(50% - 290px);
}
.pg-sec02-line.line3 {
  left: 50%;
}
.pg-sec02-line.line4 {
  left: calc(50% + 290px);
}
.pg-sec02-line.line5 {
  left: calc(50% + 580px);
}

.pg-sec02-container {
  margin: 60px 0 0 0;
}
.pg-sec02-container:after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec02-box {
    text-align: center;
    margin-bottom: 40px;
  }
  .pg-sec02-box img {
    width: 100%;
  }
}
@media print, screen and (min-width:769px) {
  .pg-sec02-box {
    width: 50%;
    float: left;
  }
}

/* ----------------------------------
  #sec03 福利厚生
*/
.pg-sec03 {
  background: url(../img/sec03_bg.png) center center;
  padding: 120px 0 120px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec03 {
    padding: 60px 0;
  }
}

.pg-sec03-container {
  position: relative;
  z-index: 2;
}
.pg-sec03-container:after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec03-box.box1 {
    background: #e8f7f8;
    padding: 20px;
    margin: 30px;
  }
  .pg-sec03-box.box1 p {
    padding: 0 0;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
@media print, screen and (min-width:769px) {
  .pg-sec03-box {
    width: calc(50% - 30px);
    float: left;
    height: 490px;
  }
  .pg-sec03-box.box1 p {
    padding: 80px 0 0;
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
.pg-sec03-box.box2, .pg-sec03-box.box3, .pg-sec03-box.box4 {
  position: relative;
  background: #fff;
  border: 8px solid #c8e4e6;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec03-box.box2, .pg-sec03-box.box3, .pg-sec03-box.box4 {
    margin: 30px;
    border: 5px solid #c8e4e6;
  }
}
@media print, screen and (min-width:769px) {
  .pg-sec03-box {
    margin-bottom: 60px;
  }
  .pg-sec03-box:nth-child(2n-1) {
    margin-right: 60px;
  }
  .pg-sec03-box.box3 {
    transform: translateY(-200px);
  }
}

.pg-sec03-bg2 {
  position: absolute;
  top: 0;
  width: 70%;
  left: 0;
  height: 1478px;
  background: url(../img/sec03_bg2.png) right top;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec03-bg2 {
    display: none;
  }
}

.pg-sec03-box__title {
  color: #2acbbe;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
  margin: 60px 0;
}
.pg-sec03-box__title .sub {
  margin-top: 0.5rem;
  display: block;
  font-size: 1.4rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec03-box__title {
    font-size: 1.6rem;
    margin: 30px 0;
  }
  .pg-sec03-box__title .sub {
    font-size: 1.1rem;
  }
}

.pg-sec03-pattern1,
.pg-sec03-pattern2,
.pg-sec03-pattern3 {
  position: absolute;
  z-index: 3;
}

.pg-sec03-pattern1 {
  top: -100px;
  right: -104px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec03-pattern1 {
    top: -80px;
    right: -80px;
  }
  .pg-sec03-pattern1 img {
    width: 150px;
  }
}

.pg-sec03-pattern2 {
  bottom: -100px;
  left: -100px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec03-pattern2 {
    bottom: auto;
    top: -80px;
    left: -70px;
  }
  .pg-sec03-pattern2 img {
    width: 150px;
  }
}

.pg-sec03-pattern3 {
  bottom: -100px;
  left: -140px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec03-pattern3 {
    bottom: -60px;
    left: auto;
    right: -40px;
  }
  .pg-sec03-pattern3 img {
    width: 150px;
  }
}

.pg-sec03-box__photo {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec03-box__photo {
    padding: 0 15px;
  }
  .pg-sec03-box__photo img {
    width: 100%;
  }
}

.pg-sec03-box__copy {
  font-size: 1.3rem;
  padding: 0 30px 30px;
  line-height: 2;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-sec03-box__copy {
    padding: 0 15px 20px;
  }
}