@charset "UTF-8";
/* CSS Document */
/*===================================================
	画面用CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	TOP
///////////////////////////////////////////////////////////*/

.topMain .topKvPanel {
  /*padding: 150px 10px;*/
  background: url(https://grepika.jp/system_panel/uploads/images/top_kv_01.png) center no-repeat;
  background-size: cover;
}
.topMain .topKvPanel .kvWrap {
  max-width: 1300px;
  margin: 0 auto;
}
.topMain .topKvPanel .kvTtlBox {
  margin: 0 0 20px;
}
@media(min-width:416px){
 .topMain .topKvPanel .kvTtlBox .kvTtlTxtBox > * {
  	display: inline-block;
  	vertical-align: middle;
	}
}
.topMain .topKvPanel .kvTtlBox .kvTtlTxtBox .kvTtlTxt {
  font-size: 0;
  padding: 0 10px;
  background: #033d65;
}
.topMain .topKvPanel .kvTtlBox .kvTtlTxtBox .kvTtlTxt p {
  display: inline;
  /*font-size: 44px;*/
  font-size: 30.8px;
  color: #ffffff;
}
.topMain .topKvPanel .kvTtlBox .kvTtlTxtBox .kvTtlTxt .em {
  color: #fffe8f;
}
.topMain .topKvPanel .kvTtlBox .kvTtlTxtBox .cross {
  font-size: 60px;
  color: #033d65;
}
.topMain .topKvPanel .kvTtlBox h1 {
  /*font-size: 60px;*/
  font-size:42px;
  line-height: 1.2;
}
.topMain .topKvPanel .kvTxt {
  /*margin: 0 0 30px;*/
  margin: 10px 0 30px;
}
.topMain .topKvPanel .kvTxt .dl .dt {
  display: inline-block;
  margin: 0 0 5px;
  padding: 0 10px;
  /*font-size: 26px;*/
  font-size: 18.2px;
  color: #d5e3ee;
  background: #000000;
}
.topMain .topKvPanel .kvTxt .dl .dd {
  font-size: 18px;
  color: #033d65;
}
.topMain .topKvPanel .kvList > p {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 15px;
  font-size: 28px;
  color: #ffffff;
  background: #677285;
  transform: skew(5deg, -5deg);
}
.topMain .topKvPanel .kvList .ul .li {
  display: table;
  width: 100%;
}
.topMain .topKvPanel .kvList .ul .li + .li {
  margin: 10px 0 0;
}
.topMain .topKvPanel .kvList .ul .li > * {
  display: table-cell;
  vertical-align: middle;
}
.topMain .topKvPanel .kvList .ul .li .check {
  width: 50px;
  text-align: center;
  background: #1777c1;
}
.topMain .topKvPanel .kvList .ul .li .check img {
  display: inline-block;
  width: 30px;
}
.topMain .topKvPanel .kvList .ul .li .listTxt p {
  display: inline-block;
  padding: 2px 15px;
  /*font-size: 30px;*/
  font-size: 24px;
  color: #094b7e;
  background: #e1fbff;
}
.topMain .topKvPanel .recruitBox {
  max-width: 580px;
  padding: 20px 10px;
  text-align: center;
  border: 4px solid #00b2d2;
  background: rgba(255, 255, 255, 0.85);
}
.topMain .topKvPanel .recruitBox .dl .dt {
  margin: 0 0 5px;
  padding: 0 10px;
  font-size: 30px;
  color: #ffffff;
  border-radius: 4px;
  background: #00b2d2;
}
.topMain .topKvPanel .recruitBox .dl .dd {
  padding: 0 10px;
}
.topMain .topKvPanel .recruitBox .dl .dd .txt01 {
  font-size: 0;
}
.topMain .topKvPanel .recruitBox .dl .dd .txt01 p {
  display: inline;
  font-size: 26px;
}
.topMain .topKvPanel .recruitBox .dl .dd .txt01 .em {
  color: #c21920;
}
.topMain .topKvPanel .recruitBox .dl .dd .txt01 .strong {
  font-size: 34px;
}
.topMain .topKvPanel .recruitBox .dl .dd .logo {
  max-width: 320px;
  margin: 0 0 5px;
}
.topMain .topKvPanel .recruitBox .dl .dd .txt02 {
  margin: 0 0 5px;
  font-size: 26px;
  text-align: left;
  line-height: 1.2;
}
.topMain .topKvPanel .recruitBox .dl .dd .txt03 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 20px;
  font-size: 50px;
  color: #1777c1;
  line-height: 1.3;
  border-bottom: 3px solid #1777c1;
}
.topMain .topKvPanel .messageTxt {
  max-width: 560px;
  margin: 10px 0 0 10px;
  padding: 5px 10px;
  font-size: 26px;
  color: #f9f8f8;
  text-align: center;
  border-radius: 10px;
  background: #00b2d2;
}
@media (min-width: 1560px) {
  .topMain .topKvPanel .kvBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
  }
  .topMain .topKvPanel .kvBox:after {
    content: "";
    position: absolute;
    top: -70px;
    /*right: -200px;
    width: 260px;*/
    height: 700px;
    right: -149px;
    width: 206px;
    background: url(https://grepika.jp/system_panel/uploads/images/top_kv_person.png) no-repeat;
    background-size: 100% auto;
  }
  .topMain .topKvPanel .kvList > p {
    position: relative;
    /*left: -80px;*/
    left: 9%;
  }
  .topMain .topKvPanel .leftBox {
    width: 50%;
  }
  .topMain .topKvPanel .rightBox {
    width: 49%;
  }
}
@media (min-width: 1025px) and (max-width: 1559px){
  .topMain .topKvPanel .kvBox {
    position: relative;
    justify-content: space-between;
    display:flex;
    /*align-items: center;*/
  }
  .topMain .topKvPanel .kvTtlBox{
  	text-align:center;
  }
  .topMain .topKvPanel .kvBox:after {
    content: "";
    position: absolute;
    /*top: -70px;
    right: -200px;
    width: 260px;
    height: 700px;
    right: -149px;
    width: 206px;*/ 
    top: -1px;
    height: 743px;
    left: 578px;
    width: 173px;
    background: url(https://grepika.jp/system_panel/uploads/images/top_kv_person.png) no-repeat;
    background-size: 100% auto;
    transform: scale(-1, 1);
  }
  .topMain .topKvPanel .kvList > p {
    position: relative;
    /*left: -80px;*/
    left: 9%;
  }
  .topMain .topKvPanel .leftBox {
    width: 50%;
   }
  .topMain .topKvPanel .rightBox {
    width: 49%;
    padding-top: 10px;
    margin-left: 114px;
  }
}
.topMain .sec01 {
  /*padding: 120px 0 0;*/
  padding: 25px 0 0;
  background: url(https://grepika.jp/system_panel/uploads/images/top_sec01_bg.png) center no-repeat;
  background-size: cover;
}
.topMain .sec01 .secTtl {
  /*margin: 60px 0 40px;*/
  margin: 5px 0 5px;
  font-size: 40px;
  text-align: center;
}
.topMain .sec01 .txt {
  max-width: 590px;
  margin: 0 auto 40px;
  text-align: center;
}
.topMain .sec01 .btnSecondary {
  /*margin: 0 auto 20px;*/
  margin: 0 auto -26px;
}
.topMain .sec01 .videoPanel {
  position: relative;
  top: 60px;
  padding: 30px;
  border: 1px solid #368fd3;
  background: #ffffff;
}
.topMain .sec01 .videoPanel .txtBox .dl .dt {
  margin: 0 0 5px;
  padding: 0 0 5px;
  text-align: center;
  border-bottom: 1px solid #000000;
}
/*@media(min-width:416px){
  .topMain .sec01 .videoPanel .txtBox .dl .dt {
    font-size: 27px;
  }
}*/
.topMain .sec01 .videoPanel .txtBox .dl .dd .em {
  margin: 0 0 20px;
  /*font-size: 40px;*/
  font-size: 36.8px;
  text-align: center;
}
.topMain .sec01 .videoPanel .txtBox .dl .dd .subTxt {
  padding: 0 20px;
  line-height: 2;
}
.topMain .sec01.btnSecondary{
	margin: 0 0 20px;
}
@media (min-width: 1025px) {
  .topMain .sec01 .videoPanel {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .topMain .sec01 .videoPanel .videoBox {
    /*width: 48%;*/
    width: 56%;
  }
  .topMain .sec01 .videoPanel .txtBox {
    width: 50%;
  }
}
.topMain .sec02 .bgPanel01 {
  /*padding: 200px 0 50px;*/
  padding:83px 0 5px;
  background: url(https://grepika.jp/system_panel/uploads/images/top_sec02_bg_01.png) center no-repeat;
  background-size: cover;
}
.topMain .sec02 .bgPanel01 .secTtl {
  margin: 0 0 30px;
  text-align: center;
}
.topMain .sec02 .bgPanel01 .secTtl p {
  font-size: 20px;
  color: #1777c1;
}
.topMain .sec02 .bgPanel01 .secTtl h2 {
  /*font-size: 40px;*/
  font-size:36px;
  text-align: center;
}
.topMain .sec02 .bgPanel01 .txt {
  margin: 0 0 20px;
  text-align: center;
}
.topMain .sec02 .bgPanel01 .beforeAfter {
  margin: 60px 0 0;
}
.topMain .sec02 .bgPanel01 .beforeAfter .ul .li {
  position: relative;
  padding: 6px;
  background: #ffffff;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.topMain .sec02 .bgPanel01 .beforeAfter .ul .li p {
  position: absolute;
  top: 6px;
  left: 6px;
  display: inline-block;
  padding: 2px 25px;
  font-size: 20px;
  z-index: 1;
  color: #ffffff;
}
.topMain .sec02 .bgPanel01 .beforeAfter .ul .beforeBox p {
  background: #000000;
}
.topMain .sec02 .bgPanel01 .beforeAfter .ul .afterBox p {
  background: #1777c1;
}
@media (min-width: 1025px) {
  .topMain .sec02 .bgPanel01 .beforeAfter .ul {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-around;
    text-align: center;
  }
  .topMain .sec02 .bgPanel01 .beforeAfter .ul .li {
    /*width: calc(50% - 20px);*/
    width: calc(50% - 78px);
  }
  .topMain .sec02 .bgPanel01 .beforeAfter .ul .li .img {
    overflow: hidden;
    position: relative;
    padding: 0 0 60%;
  }
  .topMain .sec02 .bgPanel01 .beforeAfter .ul .li .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.topMain .sec02 .bgPanel02 {
 /* padding: 150px 0 50px;*/
  padding: 0px 0 18px;
  background: url(https://grepika.jp/system_panel/uploads/images/top_sec02_bg_02.png) center bottom no-repeat;
  background-size: cover;
}
.topMain .sec02 .bgPanel02 .secTtl {
  margin: 0 0 60px;
  font-size: 0;
  text-align: center;
}
.topMain .sec02 .bgPanel02 .secTtl p {
  display: inline;
  font-size: 40px;
  background:#fff;top:35px;position:relative;
}
.topMain .sec02 .bgPanel02 .secTtl .span {
  color: #1777c1;
}
.topMain .sec02 .bgPanel02 .secTtl .em {
  color: #e2360e;
}
.topMain .sec02 .bgPanel02 .secTtl .strong {
  font-size: 60px;
}
.topMain .sec02 .bgPanel02 .iconList .ul .li .img {
  width: 200px;
  margin: 0 auto 15px;
}
.topMain .sec02 .bgPanel02 .iconList .ul .li .dl .dt {
  margin: 0 0 10px;
  font-size: 22px;
  text-align: center;
}
.topMain .sec02 .bgPanel02 .iconList .ul .li .dl .dd {
  font-weight: 400;
}
@media (min-width: 1025px) {
  .topMain .sec02 .bgPanel02 .iconList .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -60px 204px 0;
    border:4px solid #00b2d2;
  }
  .topMain .sec02 .bgPanel02 .iconList .ul .li {
    width: calc(33.3333333333% - 10px);
    margin: 60px 0 0;
  }
}
@media (min-width: 1200px) {
  .topMain .sec02 .bgPanel02 .iconList .ul{
  	justify-content: space-evenly;
  }
  .topMain .sec02 .bgPanel02 .iconList .ul .li {
    width: calc(26.3333333333% - 10px);  
}
}
.topMain .sec02 .bgPanel03 {
  position: relative;
  /*padding: 120px 0 150px;*/
  padding: 64px 0 12px;
  text-align: center;
  background: url(https://grepika.jp/system_panel/uploads/images/top_sec02_bg_03.png) center top no-repeat;
  background-size: cover;
}
.topMain .sec02 .bgPanel03 .arrow {
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	/*width: 120px;*/
  	width: 4%;
  	margin: 0 auto;
  	z-index: 1;
}
@media(min-width:1025px)and(max-width:1560px){
	.topMain .sec02 .bgPanel03 .secWrap01 {
   		 width: max-content;
	}
}
.topMain .sec02 .bgPanel03 .message {
  /*margin: 0 0 100px;*/
  margin: 0 0 20px;
  padding: 30px 10px;
  /*font-size: 40px;*/
  font-size: 36px;
  color: #1777c1;
  border: 4px solid #c7a3dc;
  border-image: linear-gradient(to right, #f2bce8 0%, #a48ed2 100%);
  border-image-slice: 1;
  background: #ffffff;
}
.topMain .sec02 .bgPanel03 .dl .dt {
  margin: 0 0 30px;
  /*font-size: 44px;*/
  font-size: 36.9px;
}
.topMain .sec02 .bgPanel03 .dl .ul a {
  display: block;
}
.topMain .sec02 .bgPanel03 .dl .ul .imgBox {
  margin: 0 0 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .topMain .sec02 .bgPanel03 .dl .ul {
    display: flex;
    justify-content: space-between;
  }
  .topMain .sec02 .bgPanel03 .dl .ul .li {
    width: calc(33.3333333333% - 20px);
  }
  .topMain .sec02 .bgPanel03 .dl .ul .img {
    overflow: hidden;
    position: relative;
    padding: 0 0 80%;
  }
  .topMain .sec02 .bgPanel03 .dl .ul .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.topMain .sec02 .bgPanel03 .secWrap01{
	max-width: 1001px;
}
.topMain .sec03 {
  padding: 120px 0;
  background: url(https://grepika.jp/system_panel/uploads/images/top_sec03_bg.png) center no-repeat;
  background-size: cover;
}
.topMain .sec03 .dl {
  max-width: 760px;
  padding: 40px 60px;
  background: rgba(255, 255, 255, 0.85);
  text-align:center;
}
.topMain .sec03 .secWrap01 {
   max-width: 766px;
}
.topMain .sec03 .dl .dt {
  margin: 0 0 10px;
  /*font-size: 44px;*/
  font-size: 35.2px;
}
.topMain .sec03 .dl .txt {
  margin: 0 0 30px;
}
.topMain .sec03 .dl .btnSecondary {
  max-width: 300px;
  margin-left: 190px;
}
.topMain .bnrPanel {
  /*padding: 100px 0;*/
  padding: 29px 0;
}
.topMain .bnrPanel .ul .li a {
  display: block;
  padding: 40px 60px;
  font-size: 26px;
  color: #ffffff;
}
.topMain .bnrPanel .ul .li:nth-child(1) a {
  background: url(https://grepika.jp/system_panel/uploads/images/top_bnt_01.png) no-repeat;
  background-size: 100% auto;
}
.topMain .bnrPanel .ul .li:nth-child(2) a {
  background: url(https://grepika.jp/system_panel/uploads/images/top_bnt_02.png) no-repeat;
  background-size: 100% auto;
}

@media (min-width: 1025px) {
  .topMain .bnrPanel .ul {
    display: flex;
    justify-content: space-between;
  }
  .topMain .bnrPanel .ul .li {
    width: calc(50% - 30px);
  }
}
.topMain .sec04 {
 /* padding: 100px 0;*/
  padding: 29px 0;
}
.topMain .sec04 .secBox {
  position: relative;
}
.topMain .sec04 .secTtl {
  padding: 20px 0 0;
  font-size: 44px;
}
.topMain .sec04 .webgene-blog .webgene-header {
  display: none;
}
.topMain .sec04 .webgene-blog .webgene-item .dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topMain .sec04 .webgene-blog .webgene-item .dl > * {
  padding: 20px 40px;
  vertical-align: middle;
  border-bottom: 1px solid #1777c1;
}
.topMain .sec04 .webgene-blog .webgene-item .dl .dt {
  position: relative;
  width: 180px;
  color: #1777c1;
}
.topMain .sec04 .webgene-blog .webgene-item .dl .dt::after {
  content: "";
  position: absolute;
  top: 0;
  right: -3px;
  bottom: 0;
  width: 1px;
  height: 98%;
  margin: auto 0;
  background: #1777c1;
}
.topMain .sec04 .webgene-blog .webgene-item .dl .dd {
  width: calc(100% - 185px);
}
.topMain .sec04 .webgene-blog .webgene-item .dl .dd a {
  display: inline-block;
}
.topMain .sec04 .webgene-blog .webgene-item:nth-of-type(2) .dl > * {
  border-top: 1px solid #1777c1;
}
@media (min-width: 1025px) {
  .topMain .sec04 .secBox {
    display: flex;
    justify-content: space-between;
    min-height: 200px;
  }
  .topMain .sec04 .secTtl {
    width: 300px;
  }
  .topMain .sec04 .webgene-blog {
    width: calc(100% - 350px);
  }
  .topMain .sec04 .btnSecondary {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 280px;
  }
}
@media(min-width:1560){
  .topMain .topKvPanel .kvList > p{
  	 left: -80px;
  }
}

/*////////////////////////////////////////////////////////////
	intro
///////////////////////////////////////////////////////////*/
.introMain .pageKvPanel {
  background: url(https://grepika.jp/system_panel/uploads/images/intro_kv.png) center no-repeat;
  background-size: cover;
}
.introMain .pageKvPanel .kvTtl {
  position: relative;
}
.introMain .pageKvPanel .kvTtl:before {
  content: "とは";
  width: 240px;
  height: 60px;
  padding: 0 0 0 240px;
  background: url(https://grepika.jp/system_panel/uploads/images/page_kv_logo.png) no-repeat;
  background-size: 240px auto;
}
.introMain .pageKvPanel h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.introMain .secTtlBox {
  margin: 0 0 60px;
  text-align: center;
}
.introMain .secTtlBox p {
  font-size: 20px;
  color: #1777c1;
}
.introMain .secTtlBox h2 {
  font-size: 40px;
}
.introMain .sec01 .bgPanel01 {
  background: url(https://grepika.jp/system_panel/uploads/images/intro_sec01_bg.png) center bottom no-repeat;
  background-size: cover;
}
.introMain .sec01 .bgPanel01 .secWrap01 {
  position: relative;
  /*padding: 80px 10px 250px;*/
  padding:7px 10px 136px;
}
.introMain .sec01 .bgPanel01 .iconList .ul .li {
  padding: 15px;
  text-align: center;
  background: #ffffff;
  border: 4px solid #c7a3dc;
  border-image: linear-gradient(to top right, #f2bce8 0%, #a48ed2 100%);
  border-image-slice: 1;
}
.introMain .sec01 .bgPanel01 .iconList .ul .imgBox {
  margin: 0 0 25px;
}
.introMain .sec01 .bgPanel01 .iconList .ul .img {
  display: inline-block;
}
.introMain .sec01 .bgPanel01 .iconList .ul .icon01 {
  width: 120px;
}
.introMain .sec01 .bgPanel01 .iconList .ul .icon02 {
  width: 120px;
}
.introMain .sec01 .bgPanel01 .iconList .ul .icon03 {
  width: 100px;
}
.introMain .sec01 .bgPanel01 .iconList .ul .dl .dt {
  margin: 0 0 20px;
  font-size: 26px;
  color: #1777c1;
}
.introMain .sec01 .bgPanel01 .iconList .ul .dl .dd {
  font-size: 18px;
  text-align: left;
}
.introMain .sec01 .bgPanel01 .iconList .ul .dl .dd .txt {
  line-height: 2;
}
@media (min-width: 1025px) {
  .introMain .sec01 .bgPanel01 .iconList .ul {
    display: flex;
    justify-content: space-between;
  }
  .introMain .sec01 .bgPanel01 .iconList .ul .li {
    width: calc(33.3333333333% - 30px);
  }
  .introMain .sec01 .bgPanel01 .iconList .ul .imgBox {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 160px;
  }
}
.introMain .sec01 .bgPanel01 .arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 130px;
  margin: 0 auto;
  z-index: 1;
}
.introMain .sec01 .bgPanel02 {
  max-width: 1260px;
  margin: 0 auto;
  /*padding: 20px 10px 100px;*/
  padding: 20px 10px;
}
.introMain .sec01 .bgPanel02 .message {
  margin: 0 0 60px;
  padding: 30px 10px;
  font-size: 34px;
  text-align: center;
  line-height: 1.8;
  color: #1777c1;
  border: 4px solid #c7a3dc;
  border-image: linear-gradient(to right, #f2bce8 0%, #a48ed2 100%);
  border-image-slice: 1;
}
.introMain .sec01 .bgPanel02 .list {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
.introMain .sec01 .bgPanel02 .list .ul .li {
  font-size: 30px;
}
.introMain .sec01 .bgPanel02 .list .ul a,
.introMain .sec01 .bgPanel02 .list .ul .linkBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 25px 60px;
  color: #ffffff;
  cursor: pointer;
  background: url(https://grepika.jp/system_panel/uploads/images/intro_sec01_arrow_white.png) right 20px bottom -15px no-repeat #738fc6;
  background-size: 40px auto;
  transition: 0.6s;
}
@media (min-width: 1025px) {
  .introMain .sec01 .bgPanel02 .list .ul {
    display: flex;
    justify-content: space-between;
  }
  .introMain .sec01 .bgPanel02 .list .ul .li {
    width: calc(50% - 30px);
  }
  .introMain .sec01 .bgPanel02 .list .ul .linkBtn:hover {
    opacity: 0.6;
  }
}
.introMain .sec02 {
  position: relative;
  /*padding: 120px 0 200px;*/
  padding: 60px 0 15px;
}
.introMain .sec02::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1200px;
  z-index: -1;
  background: url(https://grepika.jp/system_panel/uploads/images/intro_sec02_bg.png) center bottom no-repeat;
  background-size: cover;
}
.introMain .sec02 .caseList .ol .li + .li {
  margin: 10px 0 0;
}
.introMain .sec02 .caseList .ol .caseBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  text-align: center;
  border-radius: 50%;
  background: url(https://grepika.jp/system_panel/uploads/images/intro_sec02_list_bg.png) center bottom 30px no-repeat #033d65;
  background-size: 100% auto;
}
.introMain .sec02 .caseList .ol .caseBox .span {
  font-size: 30px;
  color: #5182a3;
}
.introMain .sec02 .caseList .ol .caseBox .em {
  padding: 20px 0 80px;
  font-size: 40px;
  color: #ffffff;
  line-height: 1;
}
@media (min-width: 1025px) {
  .introMain .sec02 .caseList .ol .li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .introMain .sec02 .caseList .ol .li .txtBox {
    width: calc(100% - 300px);
    font-size: 18px;
  }
  .introMain .sec02 .caseList .ol .li:nth-child(even) .caseBox {
    order: 2;
  }
  .introMain .sec02 .caseList .ol .li:nth-child(even) .txtBox {
    order: 1;
  }
}
.introMain .sec02 .arrow {
  width: 110px;
  margin: 20px auto 60px;
}
.introMain .sec02 .message {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  background: url(https://grepika.jp/system_panel/uploads/images/intro_sec02_block_01.png) left center no-repeat, url(https://grepika.jp/system_panel/uploads/images/intro_sec02_block_02.png) right center no-repeat;
  background-size: auto 100%, auto 100%;
}
.introMain .sec02 .message .dl {
  position: relative;
  top: -10px;
}
.introMain .sec02 .message .dl .dt {
  display: inline-block;
  margin: 0 0 20px;
  font-size: 44px;
  color: #1777c1;
  line-height: 1;
}
.introMain .sec02 .message .dl .dt > * {
  display: inline;
  background: linear-gradient(transparent 70%, #ff6 70%);
}
.introMain .sec02 .message .dl .dd > p {
  line-height: 2;
}
.introMain .sec02 .message .dl .dd .box p {
  display: inline;
  vertical-align: middle;
}
.introMain .sec02 .message .dl .dd .box .em {
  font-size: 40px;
  color: #1777c1;
}
.introMain .sec02 .message .dl .dd .box .img {
  display: inline-block;
  width: 160px;
  vertical-align: middle;
  background: linear-gradient(transparent 70%, #ff6 70%);
}
.introMain .sec03 {
  /*padding: 150px 0;*/
  padding: 75px;
  background: url(https://grepika.jp/system_panel/uploads/images/intro_sec03_bg.png) center no-repeat;
  background-size: cover;
}
.introMain .sec03 .pageSecTtlBox {
  position: relative;
}
.introMain .sec03 .pageSecTtlBox:before {
  content: "とは";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 200px;
  height: 60px;
  margin: 0 auto;
  padding: 5px 0 0 140px;
  font-size: 40px;
  background: url(https://grepika.jp/system_panel/uploads/images/page_kv_logo.png) no-repeat;
  background-size: 200px auto;
  box-sizing: content-box;
}
.introMain .sec03 .pageSecTtlBox h2 {
  opacity: 0;
}
/*.introMain .sec03 .secBox01 {
  margin: 0 0 100px;
}*/
.introMain .sec03 .secBox01 .txtBox .dl .dt {
  margin: 0 0 20px;
  font-size: 40px;
}
.introMain .sec03 .secBox02 {
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid #368fd3;
  background: #f4f9fc;
}
.introMain .sec03 .secBox02 .dl {
  text-align: center;
}
.introMain .sec03 .secBox02 .dl .dt {
  position: relative;
  top: -25px;
  max-width: 700px;
  margin: 0 auto;
  padding: 5px;
  font-size: 24px;
  color: #ffffff;
  border-bottom: 2px solid #0b2960;
  background: #1777c1;
}
.introMain .sec03 .secBox02 .dl .dd {
  padding: 0 60px 40px;
}
.introMain .sec03 .secBox02 .dl .ol {
  text-align: left;
  line-height: 2;
}
.introMain .sec03 .secBox02 .dl .ol p {
  display: inline;
}
.introMain .sec03 .secBox02 .dl .ol .span {
  font-size: 30px;
}
.introMain .sec03 .secBox02 .dl .ol .em {
  font-size: 32px;
}
@media (min-width: 1025px) {
  .introMain .sec03 .secBox01 {
    display: flex;
    justify-content: space-between;
     margin: 0 0 100px;
  }
  .introMain .sec03 .secBox01 .txtBox {
    width: 55%;
    margin-left: 66px;
  }
  .introMain .sec03 .secBox01 .photo {
    width: 44%;
  }
}
.introMain .sec04 .bgPanel01 {
  padding: 120px 0;
  background: url(https://grepika.jp/system_panel/uploads/images/intro_sec04_bg_01.png) center no-repeat;
  background-size: cover;
}
.introMain .sec04 .bgPanel01 .secTtl {
  padding: 40px 10px;
  font-size: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}
.introMain .sec04 .bgPanel01 .secTtl > * {
  display: inline;
  vertical-align: middle;
  font-size: 44px;
}
.introMain .sec04 .bgPanel01 .secTtl .img {
  display: inline-block;
  width: 180px;
  line-height: 1;
}
.introMain .sec04 .bgPanel02 {
  background: url(https://grepika.jp/system_panel/uploads/images/intro_sec04_bg_02.png) center no-repeat;
  background-size: cover;
}
.introMain .sec04 .bgPanel02 .secWrap01 {
  position: relative;
  /*padding: 100px 10px 150px;*/
  padding: 2px 10px 94px;
}
.introMain .sec04 .bgPanel02 .ttlBox {
  margin: 0 0 40px;
  font-size: 0;
  text-align: center;
}
.introMain .sec04 .bgPanel02 .ttlBox p {
  display: inline;
  font-size: 44px;
}
.introMain .sec04 .bgPanel02 .ttlBox .span {
  color: #1777c1;
}
.introMain .sec04 .bgPanel02 .ttlBox .em {
  color: #e2360e;
}
.introMain .sec04 .bgPanel02 .ttlBox .strong {
  font-size: 80px;
}
.introMain .sec04 .bgPanel02 .listBox .ol .li {
  border-radius: 4px;
  border: 3px solid #1777c1;
  background: #ffffff;
}
.introMain .sec04 .bgPanel02 .listBox .ol .li:nth-child(1) {
  background: url(https://grepika.jp/system_panel/uploads/images/intro_sec04_list_01.png) center no-repeat #ffffff;
}
.introMain .sec04 .bgPanel02 .listBox .ol .li:nth-child(2) {
  background: url(https://grepika.jp/system_panel/uploads/images/intro_sec04_list_02.png) center no-repeat #ffffff;
}
.introMain .sec04 .bgPanel02 .listBox .ol .li:nth-child(3) {
  background: url(https://grepika.jp/system_panel/uploads/images/intro_sec04_list_03.png) center no-repeat #ffffff;
}
.introMain .sec04 .bgPanel02 .listBox .ol .li:nth-child(4) {
  background: url(https://grepika.jp/system_panel/uploads/images/intro_sec04_list_04.png) center no-repeat #ffffff;
}
.introMain .sec04 .bgPanel02 .listBox .ol .li:nth-child(5) {
  background: url(https://grepika.jp/system_panel/uploads/images/intro_sec04_list_05.png) center no-repeat #ffffff;
}
.introMain .sec04 .bgPanel02 .listBox .ol .li:nth-child(6) {
  background: url(https://grepika.jp/system_panel/uploads/images/intro_sec04_list_06.png) center no-repeat #ffffff;
}
.introMain .sec04 .bgPanel02 .listBox .ol .dl .dt {
  display: table;
  width: 100%;
  font-size: 28px;
}
.introMain .sec04 .bgPanel02 .listBox .ol .dl .dt > * {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
}
.introMain .sec04 .bgPanel02 .listBox .ol .dl .dt .num {
  width: 50px;
  color: #ffffff;
  text-align: center;
  background: #1777c1;
}
.introMain .sec04 .bgPanel02 .listBox .ol .dl .dt .ttl {
  color: #1777c1;
}
.introMain .sec04 .bgPanel02 .listBox .ol .dl .dd {
  padding: 15px;
  font-size: 20px;
  line-height: 2;
}
@media (min-width: 1025px) {
  .introMain .sec04 .bgPanel02 .listBox .ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -50px 0 0;
  }
  .introMain .sec04 .bgPanel02 .listBox .ol .li {
    width: calc(33.3333333333% - 35px);
    margin: 50px 0 0;
  }
}
.introMain .sec04 .bgPanel02 .arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 110px;
  margin: 0 auto;
}
.introMain .sec04 .bgPanel03 {
  /*padding: 120px 0 80px;*/
  padding:68px 0 80px;
}
.introMain .sec04 .bgPanel03 .message {
  max-width: 900px;
  margin: 0 auto 60px;
  padding: 0 40px;
  text-align: center;
  background: url(https://grepika.jp/system_panel/uploads/images/intro_sec02_block_01.png) left center no-repeat, url(https://grepika.jp/system_panel/uploads/images/intro_sec02_block_02.png) right center no-repeat;
  background-size: auto 100%, auto 100%;
}
.introMain .sec04 .bgPanel03 .message .dl {
  position: relative;
  top: -10px;
}
.introMain .sec04 .bgPanel03 .message .dl .dt {
  display: inline-block;
  margin: 0 0 20px;
  font-size: 0;
  color: #1777c1;
  line-height: 1;
  background: linear-gradient(transparent 70%, #ff6 70%);
}
.introMain .sec04 .bgPanel03 .message .dl .dt > * {
  display: inline;
  font-size: 44px;
  vertical-align: middle;
}
.introMain .sec04 .bgPanel03 .message .dl .dt .img {
  display: inline-block;
  width: 180px;
}
.introMain .sec04 .bgPanel03 .message .dl .dd {
  line-height: 2;
}
.introMain .sec04 .bgPanel03 .list .ul .li {
  font-size: 30px;
}
.introMain .sec04 .bgPanel03 .list .ul a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 25px 60px;
  color: #ffffff;
  background: url(https://grepika.jp/system_panel/uploads/images/intro_sec01_arrow_white.png) right 20px bottom -15px no-repeat #738fc6;
  background-size: 40px auto;
}
@media (min-width: 1025px) {
  .introMain .sec04 .bgPanel03 .list .ul {
    display: flex;
    justify-content: space-between;
  }
  .introMain .sec04 .bgPanel03 .list .ul .li {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1560px) {
  .introMain .sec03 .secBox01 {
 	 margin: 0 0 100px;
	}
 
}

/*////////////////////////////////////////////////////////////
	about
///////////////////////////////////////////////////////////*/
.aboutMain .pageKvPanel {
  background: url(https://grepika.jp/system_panel/uploads/images/about_kv.png) center no-repeat;
  background-size: cover;
}
.aboutMain .pageKvPanel .kvTtl {
  position: relative;
}
.aboutMain .pageKvPanel .kvTtl:before {
  content: "について";
  width: 240px;
  height: 60px;
  padding: 0 0 0 240px;
  background: url(https://grepika.jp/system_panel/uploads/images/page_kv_logo.png) no-repeat;
  background-size: 240px auto;
}
.aboutMain .pageKvPanel h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.aboutMain .sec01 {
  /*padding: 120px 0;*/
  padding: 7px 0;
  background: url(https://grepika.jp/system_panel/uploads/images/about_sec01_bg.png) center no-repeat;
  background-size: cover;
}
.aboutMain .sec01 .secWrap {
  max-width: 1300px;
}
.aboutMain .sec01 .secBox .txtBox {
  padding: 40px 0 0;
}
.aboutMain .sec01 .secBox .txtBox .dl .dt {
  margin: 0 0 20px;
  font-size: 36px;
}
@media (min-width: 1025px) {
  .aboutMain .sec01 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .aboutMain .sec01 .secBox .photo {
    order: 2;
    width: 41%;
  }
  .aboutMain .sec01 .secBox .txtBox {
    order: 1;
    width: 58%;
  }
}
.aboutMain .sec02 {
  /*margin: 0 0 200px;*/
  margin:0 0 127px;
}
.aboutMain .sec02 .bgPanel01 {
  padding: 120px 0;
  background: url(https://grepika.jp/system_panel/uploads/images/about_sec02_bg_01.png) center no-repeat;
  background-size: cover;
}
.aboutMain .sec02 .bgPanel01 .secTtl {
  padding: 40px 10px;
  font-size: 44px;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}
.aboutMain .sec02 .bgPanel01 .secTtl p {
  display: inline-block;
  padding: 0 0 0 180px;
  background: url(https://grepika.jp/system_panel/uploads/images/page_kv_logo.png) left center no-repeat;
  background-size: 180px auto;
}
.aboutMain .sec02 .bgPanel02 {
  position: relative;
  /*padding: 100px 0 0;*/
  padding: 7px 0 0;
}
.aboutMain .sec02 .bgPanel02::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1200px;
  z-index: -1;
  background: url(https://grepika.jp/system_panel/uploads/images/about_sec02_bg_02.png) center bottom no-repeat;
  background-size: cover;
}
.aboutMain .sec02 .bgPanel02 .secBox + .secBox {
  /*margin: 100px 0 0;*/
  margin:35px 0 0;
}
.aboutMain .sec02 .bgPanel02 .secBox .photo {
  text-align: center;
}
.aboutMain .sec02 .bgPanel02 .secBox .photo .img01 {
  width: 280px;
}
.aboutMain .sec02 .bgPanel02 .secBox .txtBox .dl .dt {
  margin: 0 0 15px;
  font-size: 0;
}
.aboutMain .sec02 .bgPanel02 .secBox .txtBox .dl .dt > * {
  display: inline;
  font-size: 40px;
  vertical-align: middle;
}
.aboutMain .sec02 .bgPanel02 .secBox .txtBox .dl .dt p {
  font-size: 22px;
}
.aboutMain .sec02 .bgPanel02 .secBox .txtBox .dl .ul {
  display: flex;
  margin: 40px 0 0;
}
.aboutMain .sec02 .bgPanel02 .secBox .txtBox .dl .ul .li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  border-radius: 50%;
  background: #033d65;
}
.aboutMain .sec02 .bgPanel02 .secBox .txtBox .dl .ul .li + .li {
  margin: 0 0 0 15px;
}
.aboutMain .sec02 .bgPanel02 .secBox01 .txtBox .dl .txt {
  max-width: 600px;
}
.aboutMain .sec02 .bgPanel02 .message {
  position: relative;
  top: 100px;
  padding: 30px 10px;
  font-size: 34px;
  text-align: center;
  line-height: 1.8;
  color: #1777c1;
  border: 4px solid #c7a3dc;
  border-image: linear-gradient(to right, #f2bce8 0%, #a48ed2 100%);
  border-image-slice: 1;
  background: #ffffff;
}
@media (min-width: 1025px) {
  .aboutMain .sec02 .bgPanel02 .secBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .aboutMain .sec02 .bgPanel02 .secBox .photo {
    order: 2;
    width: 45%;
  }
  .aboutMain .sec02 .bgPanel02 .secBox .photo .img {
    display: inline-block;
  }
  .aboutMain .sec02 .bgPanel02 .secBox .txtBox {
    order: 1;
    width: 58%;
  }
}
.aboutMain .sec03 {
  position: relative;
  /*padding: 100px 0 80px;*/
  padding: 9px 0 80px;
}
.aboutMain .sec03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2000px;
  z-index: -1;
  background: url(https://grepika.jp/system_panel/uploads/images/about_sec03_bg.png) center no-repeat;
  background-size: cover;
}
.aboutMain .sec03 .topBox {
  /*margin: 0 0 100px;*/
  margin: 0 0 33px;
}
.aboutMain .sec03 .topBox .txtBox .dl .dt {
  margin: 0 0 20px;
  font-size: 40px;
}
@media (min-width: 1025px) {
  .aboutMain .sec03 .topBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .aboutMain .sec03 .topBox .txtBox {
    width: 45%;
  }
  .aboutMain .sec03 .topBox .videoBox {
    width: 55%;
    padding: 0 0 30%;
  }
}
.aboutMain .sec03 .flowList .ol .li {
  padding: 20px 40px 40px;
  border: 1px solid #368fd3;
  background: #ffffff;
}
.aboutMain .sec03 .flowList .ol .li + .li {
  margin: 10px 0 0;
}
.aboutMain .sec03 .flowList .ol .dl .dt {
  display: table;
  width: 100%;
  margin: 0 0 10px;
}
.aboutMain .sec03 .flowList .ol .dl .dt > * {
  display: table-cell;
  vertical-align: middle;
}
.aboutMain .sec03 .flowList .ol .dl .dt .num {
  width: 80px;
  font-size: 50px;
  color: #1777c1;
}
.aboutMain .sec03 .flowList .ol .dl .dt .ttl {
  font-size: 40px;
}

/*////////////////////////////////////////////////////////////
	attempt
///////////////////////////////////////////////////////////*/
.attemptMain .pageKvPanel {
  background: url(https://grepika.jp/system_panel/uploads/images/attempt_kv.png) center no-repeat;
  background-size: cover;
}
.attemptMain .sec01 {
  /*padding: 150px 0;*/
  padding: 7px 0;
  background: url(https://grepika.jp/system_panel/uploads/images/attempt_sec01_bg.png) center no-repeat;
  background-size: cover;
}
.attemptMain .sec01 .secBox + .secBox {
  margin: 80px 0 0;
}
.attemptMain .sec01 .secBox .ttl {
  max-width: 280px;
  padding: 5px 10px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  border-bottom: 2px solid #0b2960;
  background: #1777c1;
}
.attemptMain .sec01 .table .thead .tr {
  display: table;
  width: 100%;
}
.attemptMain .sec01 .table .thead .tr .th {
  display: table-cell;
  padding: 10px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  background: #368fd3;
}
.attemptMain .sec01 .table .tbody {
  background: #ffffff;
}
@media (min-width: 1025px) {
  .attemptMain .sec01 .table01 .thead .th {
    width: 20%;
  }
  .attemptMain .sec01 .table01 .thead .th:nth-child(odd) {
    width: 15%;
  }
  .attemptMain .sec01 .table01 .tbody {
    border: 1px solid #368fd3;
  }
  .attemptMain .sec01 .table01 .tbody .td {
    width: 20%;
  }
  .attemptMain .sec01 .table01 .tbody .th,
.attemptMain .sec01 .table01 .tbody .td:nth-of-type(3),
.attemptMain .sec01 .table01 .tbody .td:nth-of-type(5) {
    width: 15%;
  }
  .attemptMain .sec01 .table02 .thead .th:nth-child(1) {
    width: 15%;
  }
  .attemptMain .sec01 .table02 .thead .th:nth-child(2) {
    width: 25%;
  }
  .attemptMain .sec01 .table02 .thead .th:nth-child(3) {
    width: 60%;
  }
  .attemptMain .sec01 .table02 .tbody {
    border: 1px solid #368fd3;
  }
  .attemptMain .sec01 .table02 .tbody .th {
    width: 15%;
  }
  .attemptMain .sec01 .table02 .tbody .th + .td {
    width: 25%;
  }
  .attemptMain .sec01 .table02 .tbody .td + .td {
    width: 60%;
    text-align: left;
  }
  .attemptMain .sec01 .table .tbody .tr {
    display: table;
    width: 100%;
  }
  .attemptMain .sec01 .table .tbody .tr + .tr {
    border-top: 1px solid #368fd3;
  }
  .attemptMain .sec01 .table .tbody .tr > * {
    display: table-cell;
    padding: 10px 20px;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
  }
  .attemptMain .sec01 .table .tbody .tr .td {
    border-left: 1px solid #368fd3;
  }
  .attemptMain .sec01 .table .tbody .dl .dt {
    display: none;
  }
  .attemptMain .sec01 .table .tbody .dl a {
    display: inline-block;
    color: #2300d5;
    text-decoration: underline;
  }
}
.attemptMain .sec02 {
  /*padding: 150px 0;*/
  padding: 79px 0;
  background: url(https://grepika.jp/system_panel/uploads/images/attempt_sec02_bg_01.png) center bottom no-repeat;
  background-size: cover;
}
.attemptMain .sec02 .topBox {
  margin: 0 0 60px;
}
.attemptMain .sec02 .topBox .txtBox .dl .dt {
  margin: 0 0 15px;
  font-size: 40px;
}
@media (min-width: 1025px) {
  .attemptMain .sec02 .topBox {
    display: flex;
    justify-content: space-between;
  }
  .attemptMain .sec02 .topBox .photo {
    order: 2;
    width: 50%;
  }
  .attemptMain .sec02 .topBox .txtBox {
    order: 1;
    width: 50%;
  }
}
.attemptMain .sec02 .message {
  /*margin: 0 0 200px;*/
  margin: 0 0 32px;
  padding: 30px 10px;
  font-size: 34px;
  text-align: center;
  line-height: 1.8;
  color: #1777c1;
  border: 4px solid #c7a3dc;
  border-image: linear-gradient(to right, #f2bce8 0%, #a48ed2 100%);
  border-image-slice: 1;
  background: #ffffff;
}
.attemptMain .sec02 .chartBox {
  position: relative;
  margin: 0 0 80px;
}
.attemptMain .sec02 .chartBox .ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 400px;
  height: 60px;
  margin: auto;
  padding: 5px 10px;
  font-size: 34px;
  color: #ffffff;
  text-align: center;
  background: #67a1e3;
}
.attemptMain .sec02 .chartBox .chart {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.attemptMain .sec02 .btmBox {
  border: 1px solid #ffffff;
  background: #aaddfa;
}
.attemptMain .sec02 .btmBox .inner {
  position: relative;
  top: 10px;
  left: 10px;
  padding: 20px 10px;
  font-size: 30px;
  /*color: #ffffff;*/
  color: #1777c1;
  text-align: center;
  border: 1px solid #ffffff;
  background: rgba(103, 161, 227, 0.3);
}
.attemptMain .sec02 .btmBox .inner a {
  display: inline-block;
  margin: 0 0 15px;
  font-size: 20px;
  color: #ffffff;
}

/*////////////////////////////////////////////////////////////
	recruit
///////////////////////////////////////////////////////////*/
.recruitMain .pageKvPanel {
  background: url(https://grepika.jp/system_panel/uploads/images/recruit_kv.png) center no-repeat;
  background-size: cover;
}
.recruitMain .sec01 {
  /*padding: 100px 0;*/
  padding: 7px 0;
  background: url(https://grepika.jp/system_panel/uploads/images/recruit_sec01_bg.png) center no-repeat;
  background-size: cover;
}
.recruitMain .sec01 .secBox {
  margin: 0 0 5px;
  text-align: center;
  border: 3px solid #033d65;
}
.recruitMain .sec01 .secBox .ttl {
  padding: 5px 10px;
  font-size: 40px;
  color: #ffffff;
  background: #033d65;
}
.recruitMain .sec01 .secBox .txtBody .dl .dt {
  padding: 5px 10px;
  font-size: 30px;
  background: #ffffe3;
}
.recruitMain .sec01 .secBox .txtBody .dl .dd {
  padding: 10px;
  background: #ffff8e;
}
.recruitMain .sec01 .secBox .txtBody .txt01 p {
  display: inline;
  font-size: 40px;
  line-height: 1.2;
}
.recruitMain .sec01 .secBox .txtBody .txt01 .strong {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 60px;
  color: #c21920;
}
.recruitMain .sec01 .secBox .txtBody .txt01 .span {
  font-size: 20px;
}
.recruitMain .sec01 .secBox .txtBody .txt01 .em {
  font-size: 60px;
}
.recruitMain .sec01 .secBox .txtBody .icon {
  width: 70px;
  margin: 5px auto 10px;
}
.recruitMain .sec01 .secBox .txtBody .txt02 {
  display: inline-block;
  margin: 0 0 4px;
  padding: 0 10px 0 40px;
  line-height: 1.2;
  border-radius: 10px;
  background: #c21920;
}
.recruitMain .sec01 .secBox .txtBody .txt02 .ttlTxt {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 26px;
  color: #ffffff;
  text-align: left;
}
.recruitMain .sec01 .secBox .txtBody .txt02 .priceTxt {
  display: inline-block;
  color: #ffff8e;
}
.recruitMain .sec01 .secBox .txtBody .txt02 .priceTxt p {
  display: inline;
  font-size: 40px;
}
.recruitMain .sec01 .secBox .txtBody .txt02 .priceTxt .em {
  font-size: 70px;
}
.recruitMain .sec01 .aside {
  margin: 0 0 40px;
  font-size: 26px;
  text-align: center;
}
.recruitMain .sec01 .aside p {
  display: inline-block;
  line-height: 2;
  border-bottom: 1px solid #000000;
}
.recruitMain .sec01 .btnPrimary a {
  border: 3px solid #b5292f;
  background-color: #c9676e;
  background-image: linear-gradient(180deg, #c9676e 0%, #d28087 50%, #cc6e75 100%);
  box-shadow: 0 3px 0 #b5292f;
}
.recruitMain .sec01 .btnPrimary a::before {
  background: #edced0;
  background-image: linear-gradient(180deg, #f6e6e7 0%, #cc6e74 100%);
}
@media (min-width: 1025px) {
  .recruitMain .sec01 .btnPrimary a:hover {
    box-shadow: none;
  }
}
.recruitMain .sec02 {
  /*padding: 100px 0;*/
  padding: 17px 0;
}
.recruitMain .sec02 .secPanel {
  position: relative;
  margin: 0 0 50px;
  padding: 10px 10px 40px;
  border: 4px solid #033d65;
  background: url(https://grepika.jp/system_panel/uploads/images/recruit_sec02_bg.png) center no-repeat;
  background-size: cover;
}
.recruitMain .sec02 .secPanel .secBox {
  max-width: 1000px;
  margin: 0 auto;
}
.recruitMain .sec02 .secPanel .ttl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  max-width: 960px;
  margin: 0 auto;
  padding: 5px 30px;
  font-size: 34px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  background: #438bfd;
}
@media (min-width: 1025px) {
  .recruitMain .sec02 .secPanel .secBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .recruitMain .sec02 .secPanel .secBox .txt01 {
    width: 40%;
  }
  .recruitMain .sec02 .secPanel .secBox .txt02 {
    width: 55%;
  }
}
.recruitMain .sec02 .btnPrimary a {
  border: 3px solid #b5292f;
  background-color: #c9676e;
  background-image: linear-gradient(180deg, #c9676e 0%, #d28087 50%, #cc6e75 100%);
  box-shadow: 0 3px 0 #b5292f;
}
.recruitMain .sec02 .btnPrimary a::before {
  background: #edced0;
  background-image: linear-gradient(180deg, #f6e6e7 0%, #cc6e74 100%);
}
@media (min-width: 1025px) {
  .recruitMain .sec02 .btnPrimary a:hover {
    box-shadow: none;
  }
}
.recruitMain .sec03 {
  /*padding: 100px 0;*/
  padding: 17px 0;
  background: url(https://grepika.jp/system_panel/uploads/images/recruit_sec03_bg.png) center bottom no-repeat;
  background-size: cover;
}
.recruitMain .sec03 .pageSecTtlBox {
  margin: 0 0 30px;
}
.recruitMain .sec03 .pageSecTtlBox + .txt {
  margin: 0 0 60px;
  text-align: center;
}
.recruitMain .sec03 .table .thead .tr {
  display: table;
  width: 100%;
}
.recruitMain .sec03 .table .thead .tr .th {
  display: table-cell;
  padding: 10px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  background: #368fd3;
}
.recruitMain .sec03 .table .tbody {
  background: #ffffff;
}
.recruitMain .sec03 .table .tbody .icon {
  margin: 0 auto 10px;
}
.recruitMain .sec03 .table .tbody .circle {
  width: 100px;
}
.recruitMain .sec03 .table .tbody .cross {
  width: 80px;
}
.recruitMain .sec03 .table .tbody .triangle {
  width: 90px;
}
@media (min-width: 1025px) {
  .recruitMain .sec03 .table01 .thead .th {
    width: 20%;
  }
  .recruitMain .sec03 .table01 .tbody {
    border: 1px solid #368fd3;
  }
  .recruitMain .sec03 .table01 .tbody .td {
    width: 20%;
  }
  .recruitMain .sec03 .table .tbody .tr {
    display: table;
    width: 100%;
  }
  .recruitMain .sec03 .table .tbody .tr + .tr {
    border-top: 1px solid #368fd3;
  }
  .recruitMain .sec03 .table .tbody .tr > * {
    display: table-cell;
    height: 200px;
    padding: 20px;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
  }
  .recruitMain .sec03 .table .tbody .tr .td {
    border-left: 1px solid #368fd3;
  }
  .recruitMain .sec03 .table .tbody .tr .th + .td {
    position: relative;
    background: #dfecf4;
  }
  .recruitMain .sec03 .table .tbody .tr .th + .td::before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    width: calc(100% + 4px);
    height: 100%;
    border-left: 4px solid #f5d10b;
    border-right: 4px solid #f5d10b;
    box-sizing: content-box;
  }
  .recruitMain .sec03 .table .tbody .tr:first-child .th + .td::before {
    border-radius: 10px 10px 0 0;
    border-top: 5px solid #f5d10b;
  }
  .recruitMain .sec03 .table .tbody .tr:last-child .th + .td::before {
    border-radius: 0 0 10px 10px;
    border-bottom: 5px solid #f5d10b;
  }
  .recruitMain .sec03 .table .tbody .dl .dt {
    display: none;
  }
  .recruitMain .sec03 .table .tbody .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100px;
  }
  .recruitMain .sec03 .table .tbody .icon + p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 54px;
  }
}
.recruitMain .sec04 {
  /*padding: 100px 0;*/
  padding: 17px 0;
}
.recruitMain .sec04 .secPanel {
  padding: 120px 0;
  background: url(https://grepika.jp/system_panel/uploads/images/recruit_sec04_bg.png) center no-repeat;
  background-size: cover;
}
.recruitMain .sec04 .secPanel .secBox .txt {
  float: right;
  max-width: 800px;
  width: 50%;
  padding: 60px;
  background: rgba(255, 255, 255, 0.85);
}
.recruitMain .sec05 {
  padding: 100px 0;
}
.recruitMain .sec05 .secBox {
  padding: 15px;
  border: 1px solid #1777c1;
}
.recruitMain .sec05 .secBox + .secBox {
  margin: 40px 0 0;
}
.recruitMain .sec05 .secBox:nth-child(odd) {
  background: url(https://grepika.jp/system_panel/uploads/images/recruit_sec05_tri_01.png) left top no-repeat;
  background-size: 240px auto;
}
.recruitMain .sec05 .secBox:nth-child(even) {
  background: url(https://grepika.jp/system_panel/uploads/images/recruit_sec05_tri_02.png) right top no-repeat;
  background-size: 240px auto;
}
.recruitMain .sec05 .secBox .txtBox {
  padding: 20px 0;
}
.recruitMain .sec05 .secBox .txtBox .dl .dt {
  padding: 5px 30px;
  font-size: 30px;
  color: #ffffff;
  background: #1777c1;
}
.recruitMain .sec05 .secBox .txtBox .dl .dd {
  padding: 15px 30px;
}
@media (min-width: 1025px) {
  .recruitMain .sec05 .secBox .inner {
    display: flex;
    justify-content: space-between;
  }
  .recruitMain .sec05 .secBox .photo {
    width: 350px;
  }
  .recruitMain .sec05 .secBox .photo .img {
    overflow: hidden;
    position: relative;
    padding: 0 0 100%;
  }
  .recruitMain .sec05 .secBox .photo .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recruitMain .sec05 .secBox .txtBox {
    width: calc(100% - 350px);
  }
  .recruitMain .sec05 .secBox:nth-child(odd) {
    position: relative;
    left: -60px;
  }
  .recruitMain .sec05 .secBox:nth-child(even) {
    position: relative;
    right: -60px;
  }
  .recruitMain .sec05 .secBox:nth-child(even) .photo {
    order: 2;
  }
  .recruitMain .sec05 .secBox:nth-child(even) .txtBox {
    order: 1;
  }
}
.recruitMain .sec06 {
  padding: 100px 0 200px;
  background: url(https://grepika.jp/system_panel/uploads/images/recruit_sec06_bg.png) center bottom no-repeat;
  background-size: cover;
}
.recruitMain .sec06 .topTxt {
  margin: 0 0 60px;
  text-align: center;
}
.recruitMain .sec06 .topTxt .em {
  margin: 30px 0 0;
  color: #cd0000;
}

/*////////////////////////////////////////////////////////////
	voice
///////////////////////////////////////////////////////////*/
.voiceMain .pageKvPanel {
  background: url(https://grepika.jp/system_panel/uploads/images/voice_kv.png) center no-repeat;
  background-size: cover;
}
.voiceMain .sec01 {
  padding: 100px 0 150px;
}
.voiceMain .sec01 .section {
  padding: 0 0 50px;
  border-bottom: 1px solid #0b2960;
}
.voiceMain .sec01 .section + .section {
  margin: 80px 0 0;
}
.voiceMain .sec01 .secTtl {
  padding: 5px 30px;
  font-size: 24px;
  color: #ffffff;
  border-bottom: 2px solid #0b2960;
  background: #1777c1;
}
.voiceMain .sec01 .subTtl {
  padding: 20px 30px;
  font-size: 18px;
}
.voiceMain .sec01 .beforeAfter {
  margin: 0 0 30px;
}
.voiceMain .sec01 .beforeAfter .ul .li {
  position: relative;
  padding: 6px;
  background: #ffffff;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.voiceMain .sec01 .beforeAfter .ul .li p {
  position: absolute;
  top: 6px;
  left: 6px;
  display: inline-block;
  padding: 2px 25px;
  font-size: 20px;
  z-index: 1;
  color: #ffffff;
}
.voiceMain .sec01 .beforeAfter .ul .beforeBox p {
  background: #000000;
}
.voiceMain .sec01 .beforeAfter .ul .afterBox p {
  background: #1777c1;
}
@media (min-width: 1025px) {
  .voiceMain .sec01 .beforeAfter .ul {
    display: flex;
    justify-content: space-between;
  }
  .voiceMain .sec01 .beforeAfter .ul .li {
    width: calc(50% - 20px);
  }
  .voiceMain .sec01 .beforeAfter .ul .li .img {
    overflow: hidden;
    position: relative;
    padding: 0 0 60%;
  }
  .voiceMain .sec01 .beforeAfter .ul .li .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.voiceMain .sec01 .txtList {
  margin: 0 0 40px;
}
.voiceMain .sec01 .txtList .dl {
  display: table;
  width: 100%;
}
.voiceMain .sec01 .txtList .dl > * {
  display: table-cell;
  vertical-align: middle;
}
.voiceMain .sec01 .txtList .dl .dt {
  width: 140px;
}
.voiceMain .sec01 .txtList .dl .dt p {
  display: inline-block;
  width: 120px;
  padding: 2px 10px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}
.voiceMain .sec01 .txtList .dl .em {
  display: inline-block;
  background: linear-gradient(transparent 70%, #ff6 70%);
}
.voiceMain .sec01 .txtList .beforeBox {
  margin: 0 0 15px;
}
.voiceMain .sec01 .txtList .beforeBox .dt p {
  background: #000000;
}
.voiceMain .sec01 .txtList .afterBox .dt p {
  background: #1777c1;
}
.voiceMain .sec02 .ttlPanel {
  padding: 120px 0 0;
  color: #ffffff;
  background: url(https://grepika.jp/system_panel/uploads/images/voice_sec02_bg.png) center no-repeat;
  background-size: cover;
}
.voiceMain .sec02 .ttlPanel .ttlBox {
  line-height: 1.3;
}
.voiceMain .sec02 .ttlPanel .ttlBox .ttl01 {
  display: inline-block;
  margin: 0 30px 0 0;
  font-size: 50px;
}
.voiceMain .sec02 .ttlPanel .ttlBox .ttl02 {
  display: inline-block;
  font-size: 120px;
}
.voiceMain .sec02 .ttlPanel .list {
  position: relative;
  top: 60px;
}
.voiceMain .sec02 .ttlPanel .list .ul .li {
  font-size: 30px;
}
.voiceMain .sec02 .ttlPanel .list .ul a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 25px 60px;
  color: #ffffff;
  background: url(https://grepika.jp/system_panel/uploads/images/voice_sec02_arrow_white.png) right 20px bottom -15px no-repeat, url(https://grepika.jp/system_panel/uploads/images/voice_sec02_list_bg.png) no-repeat;
  background-size: 40px auto, cover;
}
@media (min-width: 1025px) {
  .voiceMain .sec02 .ttlPanel .list .ul {
    display: flex;
    justify-content: space-between;
  }
  .voiceMain .sec02 .ttlPanel .list .ul .li {
    width: calc(50% - 30px);
  }
}
.voiceMain .sec02 .txtPanel {
  padding: 150px 0 40px;
}
.voiceMain .sec02 .txtPanel .message {
  font-size: 0;
  text-align: center;
}
.voiceMain .sec02 .txtPanel .message p {
  display: inline;
  font-size: 30px;
}
.voiceMain .sec02 .txtPanel .message .em {
  color: #1777c1;
}

/*////////////////////////////////////////////////////////////
	company
///////////////////////////////////////////////////////////*/
.companyMain .pageKvPanel {
  background: url(https://grepika.jp/system_panel/uploads/images/company_kv.png) center no-repeat;
  background-size: cover;
}
.companyMain .sec01 {
  /*padding: 120px 0 80px;*/
  padding: 7px 0 8px;
}
.companyMain .sec01 .secBox {
  position: relative;
}
.companyMain .sec01 .secBox .photo .img + .img {
  margin: 30px 0 0;
}
.companyMain .sec01 .secBox .txtBox .txt {
  font-size: 18px;
  line-height: 3.5;
}
@media (min-width: 1025px) {
  .companyMain .sec01 .secBox {
    display: flex;
    justify-content: space-between;
    padding: 0 0 40px;
  }
  .companyMain .sec01 .secBox .photo {
    order: 2;
    width: 42%;
  }
  .companyMain .sec01 .secBox .txtBox {
    order: 1;
    width: 55%;
  }
  .companyMain .sec01 .secBox .txtBox .name {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 240px;
  }
}
.companyMain .sec02 {
  padding: 80px 0;
}
.companyMain .sec02 .secBox .photo .img + .img {
  margin: 20px 0 0;
}
.companyMain .sec02 .secBox .txtBox .infoBox .dl {
  display: table;
  width: 100%;
  padding: 15px 20px;
  border-bottom: 2px solid #1777c1;
}
.companyMain .sec02 .secBox .txtBox .infoBox .dl + .dl {
  margin: 10px 0 0;
}
.companyMain .sec02 .secBox .txtBox .infoBox .dl > * {
  display: table-cell;
}
.companyMain .sec02 .secBox .txtBox .infoBox .dl .dt {
  width: 140px;
}
.companyMain .sec02 .secBox .txtBox .infoBox .dl .dd {
  line-height: 2;
}
.companyMain .sec02 .secBox .txtBox .infoBox .dl .dd a {
  display: inline-block;
}
@media (min-width: 1025px) {
  .companyMain .sec02 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .companyMain .sec02 .secBox .photo {
    width: 48%;
  }
  .companyMain .sec02 .secBox .txtBox {
    width: 48%;
  }
}

/*////////////////////////////////////////////////////////////
	contact
///////////////////////////////////////////////////////////*/
.contactMain .pageKvPanel {
  background: url(https://grepika.jp/system_panel/uploads/images/contact_kv.png) center no-repeat;
  background-size: cover;
}
.contactMain .sec01 .bgPanel01 {
  padding: 100px 0;
  background: url(https://grepika.jp/system_panel/uploads/images/contact_sec01_bg.png) center no-repeat;
  background-size: cover;
}
.contactMain .sec01 .bgPanel01 .section + .section {
  margin: 60px 0 0;
}
.contactMain .sec01 .bgPanel01 .section .secTtl {
  display: table;
  width: 100%;
  margin: 0 0 10px;
  font-size: 34px;
}
.contactMain .sec01 .bgPanel01 .section .secTtl .icon {
  display: table-cell;
  width: 50px;
  color: #368fd3;
}
.contactMain .sec01 .bgPanel01 .section .secTtl .ttl {
  display: table-cell;
}
.contactMain .sec01 .bgPanel01 .section .dl {
  padding: 20px;
  border: 1px solid #368fd3;
  background: #ffffff;
}
.contactMain .sec01 .bgPanel01 .section .dl .dt {
  padding: 10px 20px;
  font-size: 24px;
  border-bottom: 1px solid #464646;
}
.contactMain .sec01 .bgPanel01 .section .dl .dd {
  padding: 10px 20px;
}
.contactMain .sec01 .bgPanel02 {
  padding: 0 0 40px;
}
.contactMain .sec01 .bgPanel02 .message {
  font-size: 34px;
  text-align: center;
  line-height: 2;
}
.contactMain .telPanel {
  padding: 60px 0;
  background: url(https://grepika.jp/system_panel/uploads/images/contact_tel_bg.png) center no-repeat;
  background-size: cover;
}
.contactMain .telPanel .secBox {
  padding: 10px;
  background: #fafdfe;
}
.contactMain .telPanel .secBox .dl {
  display: flex;
  justify-content: space-between;
}
.contactMain .telPanel .secBox .dl .dt {
  width: 180px;
  padding: 10px;
  font-size: 24px;
  color: #ffffff;
  background: #368fd3;
}
.contactMain .telPanel .secBox .dl .dd {
  width: calc(100% - 190px);
  padding: 30px 15px 10px;
  border-top: 4px solid #e1eef8;
  border-bottom: 4px solid #e1eef8;
}
.contactMain .telPanel .secBox .dl .dd a {
  display: inline-block;
  margin: 0 40px 0 0;
  padding: 0 0 0 40px;
  font-size: 44px;
  line-height: 1.2;
  vertical-align: middle;
  background: url(https://grepika.jp/system_panel/uploads/images/contact_tel_icon.png) left center no-repeat;
  background-size: 30px auto;
}
.contactMain .telPanel .secBox .dl .dd .time {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
.contactMain .telPanel .secBox .dl .dd .time p {
  display: inline-block;
}
.contactMain .telPanel .secBox .dl .dd .time .em {
  margin: 0 2px 0 0;
  padding: 0 5px;
  font-weight: 400;
  color: #ffffff;
  background: #131315;
}
.contactMain .sec02 {
  padding: 100px 0 200px;
  background: url(https://grepika.jp/system_panel/uploads/images/recruit_sec06_bg.png) center bottom no-repeat;
  background-size: cover;
}
.contactMain .sec02 .topTxt {
  margin: 0 0 60px;
  text-align: center;
}
.contactMain .sec02 .topTxt .em {
  margin: 30px 0 0;
  color: #cd0000;
}

/*////////////////////////////////////////////////////////////
	form
///////////////////////////////////////////////////////////*/
.formMain {
  /* 入力項目
   --------------------------------------*/
  /*テキストボックス・メール・電話*/
  /*テキストエリア*/
}
.formMain .contactForm input[type=text],
.formMain .contactForm input[type=email],
.formMain .contactForm input[type=tel] {
  width: 100%;
  height: 60px;
  padding-left: 10px;
  font-size: 18px;
  border-radius: 6px;
  border: 1px solid #368fd3;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formMain .contactForm textarea {
  width: 100%;
  height: 250px;
  padding: 10px;
  font-size: 18px;
  border-radius: 6px;
  border: 1px solid #368fd3;
  background: #ffffff;
  resize: none;
}
.formMain .contactForm input[type=text]:focus,
.formMain .contactForm input[type=email]:focus,
.formMain .contactForm input[type=tel]:focus,
.formMain .contactForm textarea:focus {
  outline: 0;
  border: 2px solid #90cefd;
}
.formMain .contactForm button[type=submit] {
  overflow: hidden;
  position: relative;
  display: block;
  max-width: 340px;
  width: 100%;
  margin: 60px auto 0;
  padding: 15px 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  border: none;
  background: url(https://grepika.jp/system_panel/uploads/images/submit_arrow.png) right 15px center no-repeat #1777c1;
  background-size: 10px auto;
  transition: 0.6s;
}
@media (min-width: 1025px) {
  .formMain .contactForm button[type=submit]:hover {
    opacity: 0.6;
  }
}
.formMain .contactForm button[type=submit][disabled] {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.formMain .contactForm .form .checkList .ul .li + .li {
  margin: 10px 0 0;
}
.formMain .contactForm .form .checkItem + .checkItem {
  margin-top: 10px;
}
.formMain .contactForm .form .checkItem > label {
  display: block;
}
.formMain .contactForm .form .checkItem input {
  opacity: 0;
}
.formMain .contactForm .form .checkItem span {
  padding-left: 40px;
  position: relative;
  margin-right: 20px;
}
.formMain .contactForm .form .checkItem span::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #368fd3;
  background: #f4f9fa;
}
.formMain .contactForm .form .checkItem input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 10px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 3px solid #368fd3;
  border-right: 3px solid #368fd3;
}
.formMain .contactForm .form .radioList {
  padding: 5px 0;
}
.formMain .contactForm .form .radioList .list + .list {
  margin: 20px 0 0;
}
.formMain .contactForm .form .radioBox .radio {
  position: relative;
  display: inline-block;
}
.formMain .contactForm .form .radioBox input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.formMain .contactForm .form .radioBox label {
  position: relative;
  padding: 5px 0 5px 35px;
}
.formMain .contactForm .form .radioBox label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto 0;
  border-radius: 50%;
  border: 1px solid #dcdddd;
  background: #f6f7f7;
  box-sizing: border-box;
}
.formMain .contactForm .form .radioBox input[type=radio]:checked + label:before {
  border: 8px solid #0071b2;
}
.formMain .contactForm .form .postal input {
  width: 150px;
}
.formMain .contactForm .form .postal input + .span {
  display: inline-block;
  margin: 0 5px;
}
.formMain .contactForm .form .postal .postalTxt {
  display: inline-block;
  margin: 0 5px;
}
.formMain .contactForm {
  text-align: left;
}
@media (min-width: 1025px) {
  .formMain .contactForm .formBox .formItemList {
    display: flex;
    justify-content: space-between;
  }
  .formMain .contactForm .formBox .formItemList > .dl {
    width: 49%;
  }
  .formMain .contactForm .formBox .formItemList > .dl .dt {
    margin: 0 0 10px;
  }
}
.formMain .contactForm .formBox .formItem {
  margin: 30px 0 0;
}
.formMain .contactForm .formBox .formItem > .dl > .dt {
  margin: 0 0 10px;
}
.formMain .contactForm .formBox .addressBox .dl,
.formMain .contactForm .formBox .dateBox .dl {
  display: table;
  width: 100%;
}
.formMain .contactForm .formBox .addressBox .dl + .dl,
.formMain .contactForm .formBox .dateBox .dl + .dl {
  margin-top: 10px;
}
.formMain .contactForm .formBox .addressBox .dl .dt,
.formMain .contactForm .formBox .dateBox .dl .dt {
  display: table-cell;
  width: 60px;
  vertical-align: middle;
}
.formMain .contactForm .formBox .addressBox .dl .dd,
.formMain .contactForm .formBox .dateBox .dl .dd {
  display: table-cell;
  vertical-align: middle;
}
.formMain .contactForm .formBox .dateBox + .dateBox {
  margin: 10px 0 0;
}
.formMain .contactForm .formBox .dateBox input[type=text] {
  width: 90px;
}
.formMain .contactForm .formBox .dateBox .em {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formMain .contactForm .formBox .dateBox .span {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.formMain .contactForm .formBox .dateBox .radioList {
  display: inline-block;
  margin: 0 0 0 40px;
}
.formMain .contactForm .formBox .dateBox .radioList .list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formMain .contactForm .formBox .snsBox + .snsBox {
  margin: 10px 0 0;
}
.formMain .contactForm .formBox .snsBox .em {
  position: relative;
  display: inline-block;
  width: 150px;
  padding: 0 0 0 25px;
  line-height: 1;
}
.formMain .contactForm .formBox .snsBox .em::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #daf6ed;
}
.formMain .contactForm .formBox .snsBox .snsInput {
  display: inline-block;
  width: calc(100% - 165px);
  max-width: 1000px;
}
.formMain .contactForm .formBox .caution {
  margin-top: 10px;
  color: #d20000;
  line-height: 2;
}
.formMain .contactForm .formBox .telBox {
  padding: 10px 10px 40px;
  font-size: 0;
  font-weight: 400;
  text-align: left;
  line-height: 2;
}
.formMain .contactForm .formBox .telBox > * {
  display: inline-block;
  font-size: 14px;
}
.formMain .contactForm .formBox .telTxt {
  padding: 10px 10px 0;
}
.formMain .contactForm .formBox .privacy {
  margin: 30px auto 0;
  text-align: center;
}
.formMain .contactForm .formBox .privacy > p {
  margin: 0 0 20px;
  text-align: left;
}
.formMain .contactForm .formBox .privacy .agreeBox {
  overflow: scroll;
  height: 500px;
  padding: 20px;
  font-weight: 400;
  text-align: left;
  border: 1px solid #368fd3;
  background: #f4f9fa;
}
.formMain .contactForm .formBox .privacy .agreeBox .box + .box {
  margin: 30px 0 0;
}
.formMain .contactForm .formBox .privacy .agreeBox .box .link a {
  display: inline-block;
}
.formMain .contactForm .formBox .privacy .agreeBox p {
  line-height: 2;
}
.formMain .contactForm .formBox .privacy .agreeBox .tel p,
.formMain .contactForm .formBox .privacy .agreeBox .tel a {
  display: inline-block;
}
.formMain .contactForm .formBox .privacy + .checkItem {
  margin: 40px 0;
  text-align: center;
}
.formMain .contactForm .fileUploadBox {
  font-weight: 400;
}
.formMain .contactForm .fileUploadBox .ttl {
  margin: 0 0 10px;
  line-height: 2;
}
.formMain .contactForm .fileUploadBox .fileBox {
  margin: 0 0 10px;
}
.formMain .contactForm .fileUploadBox .fileArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formMain .contactForm .fileUploadBox .fileArea + .fileArea {
  margin: 10px 0 0;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile {
  position: relative;
  width: 35%;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background: #a4a4a4;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile p {
  padding: 15px 10px;
}
.formMain .contactForm .fileUploadBox .fileArea > p {
  width: 62%;
}
.formMain .contactForm .fileUploadBox .txt {
  line-height: 2;
}

/*////////////////////////////////////////////////////////////
	complete
///////////////////////////////////////////////////////////*/
.complete {
  padding: 100px 0;
}
.complete .txt {
  margin: 0 0 40px;
  text-align: center;
  line-height: 2;
}
.complete .btnSecondary {
  margin: 0 auto;
}

/*////////////////////////////////////////////////////////////
	post
///////////////////////////////////////////////////////////*/
.postMain .secWrap01 {
  position: relative;
  padding: 120px 10px;
  background: #ffffff;
}
.postMain .secWrap01:before {
  content: "";
  position: absolute;
  top: 0;
  left: -120px;
  width: 120px;
  height: 100%;
  background: #ffffff;
}
.postMain .secWrap01:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50vw;
  width: 50vw;
  height: 100%;
  background: #ffffff;
}
.postMain .catePanel .categoryTtl {
  margin: 0 0 10px;
  font-size: 30px;
  color: #368fd3;
}
.postMain .catePanel .webgene-blog {
  padding: 10px;
  border: 1px solid #368fd3;
}
.postMain .catePanel .webgene-header {
  display: none;
}
.postMain .catePanel .webgene-item + .webgene-item {
  border-top: 1px solid #368fd3;
}
.postMain .catePanel .webgene-item a {
  display: block;
  padding: 15px 10px 15px 30px;
  font-weight: bold;
  background: url(https://grepika.jp/system_panel/uploads/images/news_cate_arrow.png) left 10px center no-repeat;
  background-size: 7px auto;
}
.postMain .webgene-pagination {
  width: 100%;
  margin: 100px 0 0;
  font-size: 16px;
}
.postMain .webgene-pagination ul {
  text-align: center;
}
.postMain .webgene-pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.postMain .webgene-pagination ul li a {
  display: block;
  width: 45px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  background: #cdcdcd;
}
.postMain .webgene-pagination ul .prev {
  margin: 0 2px 0 0;
}
.postMain .webgene-pagination ul .next {
  position: relative;
  margin: 0 0 0 2px;
}
.postMain .webgene-pagination ul .selected a {
  background: #1777c1;
}
.postMain .postDetail .webgene-header {
  display: none;
}
.postMain .postDetail .webgene-item-info {
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #368fd3;
}
.postMain .postDetail .infoBox {
  margin: 0 0 10px;
}
.postMain .postDetail .infoBox > * {
  display: inline-block;
}
.postMain .postDetail .infoBox .cate {
  margin: 0 10px 0 0;
  padding: 2px 10px;
  color: #ffffff;
  background: #1777c1;
}
.postMain .postDetail .infoBox .time {
  color: #1777c1;
}
.postMain .postDetail .title {
  font-size: 34px;
  line-height: 1.3;
}
.postMain .postDetail .slickSlide {
  max-width: 760px;
  margin: 0 0 40px;
}
.postMain .postDetail .slickSlide .slider .li > div {
  overflow: hidden;
  position: relative;
  padding: 0 0 100%;
}
.postMain .postDetail .slickSlide .slider .li img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.postMain .postDetail .slick-list {
  margin: 0 0 10px;
}
.postMain .postDetail .thumb-item {
  max-width: 600px;
  margin: 0 auto 10px;
}
.postMain .postDetail .slick-slide {
  margin: 0 5px;
}
.postMain .postDetail .slideNav .slick-prev,
.postMain .postDetail .slideNav .slick-next {
  display: none !important;
}
.postMain .postDetail .postBox .photo {
  margin-bottom: 20px;
}
.postMain .postDetail .postBox .photo img {
  width: auto;
  max-width: 100%;
}
.postMain .postDetail .postBox .postTxt {
  font-weight: bold;
  line-height: 2;
}
.postMain .postDetail .postBox .postTxt p + p {
  margin: 30px 0 0;
}
.postMain .postDetail .postBox .postTxt img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 1025px) {
  .postMain .postDetail .slick-prev {
    left: -60px;
  }
  .postMain .postDetail .slick-next {
    right: -60px;
  }
}
.postMain .btnSecondary {
  max-width: 300px;
  margin: 80px auto 0;
}
.postMain .pdfArea {
  margin: 40px 0 0;
}
.postMain .pdfArea a {
  color: #2151a3;
}
@media (min-width: 1025px) {
  .postMain .postPanel {
    display: flex;
    justify-content: space-between;
  }
  .postMain .rightBox {
    order: 2;
    width: 250px;
  }
  .postMain .leftBox {
    order: 1;
    width: calc(100% - 350px);
  }
}

/*////////////////////////////////////////////////////////////
	news
///////////////////////////////////////////////////////////*/
.newsMain .pageKvPanel {
  background: url(https://grepika.jp/system_panel/uploads/images/news_kv.png) center no-repeat;
  background-size: cover;
}
.newsMain .listPanel .webgene-blog .webgene-header {
  display: none;
}
.newsMain .listPanel .webgene-blog .webgene-item a {
  display: block;
  padding: 0 0 20px;
  border-bottom: 1px solid #368fd3;
}
.newsMain .listPanel .webgene-blog .webgene-item .photo {
  margin: 0 0 15px;
}
.newsMain .listPanel .webgene-blog .webgene-item .infoBox {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.5;
}
.newsMain .listPanel .webgene-blog .webgene-item .infoBox > * {
  display: inline-block;
}
.newsMain .listPanel .webgene-blog .webgene-item .infoBox .cate {
  margin: 0 10px 0 0;
  padding: 2px 10px;
  color: #ffffff;
  background: #1777c1;
}
.newsMain .listPanel .webgene-blog .webgene-item .infoBox .time {
  color: #1777c1;
}
.newsMain .listPanel .webgene-blog .webgene-item .ttl {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .newsMain .listPanel .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -50px 0 0;
  }
  .newsMain .listPanel .webgene-item {
    width: calc(50% - 30px);
    margin: 50px 0 0;
  }
  .newsMain .listPanel .webgene-item .photo {
    overflow: hidden;
    position: relative;
    padding: 0 0 75%;
  }
  .newsMain .listPanel .webgene-item img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}