@charset "UTF-8";
            

.pge_menu_wrap{
      width: 50%;
      margin: 0em auto 0;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
    }
.pge_menu_wrap img{
      position: relative;
      display: block;
      width: 100%;
      box-sizing: border-box;
    }

 /*---------- section_02 ----------*/           
    .benefit {
		position: relative;
      padding: 0px;
     box-sizing: border-box;
		max-width: 1000px;
    }

    .benefit__box {
      position: relative;
      margin: 0 auto;
      padding: 64px 72px 92px;
      background-color: #e2efe0;
      border: 4px solid #ffffff;
      border-radius: 28px;
      z-index: 2;
      box-sizing: border-box;	
    }

    .benefit::before {
      content: "";
      position: absolute;
      right: -20px;
      bottom: -20px;
      width: 100%;
      height: 100%;
      background-image: repeating-linear-gradient(135deg, #e1efdc, #e1efdc 15px, transparent 15px, transparent 30px);
      background-position: right bottom;
      z-index: 1;
		border-radius: 28px;
    }

    .benefit__content {
      position: relative;
      z-index: 1;
      text-align: center;
    }

    .benefit__en {
      margin: 0;
      font-size: 8em;
      line-height: 0.8;
      font-weight: 800;
      color: transparent;
      -webkit-text-stroke: 2px #b1d196;
      text-stroke: 2px #b1d196;
		color:rgba(255, 255, 255, 0.5);
    }

    .benefit__label {
      position: relative;
      width: min(100%, 700px);
      min-height: 78px;
      margin: -10px auto 70px;
      border: 3px solid #35a95b;
      border-radius: 999px;
      display: grid;
      place-items: center;
      color: #24963d;
      font-size: 2em;
      line-height: 1.2;
      font-weight: 800;
      background: #fff;
    }

    .benefit__label::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -20px;
      width: 54px;
      height: 42px;
      background: #fff;
      border-left: 3px solid #35a95b;
      border-bottom: 3px solid #35a95b;
      transform: translateX(-50%) skewY(-34deg);
    }
	.benefit__label span{position: relative;z-index: 1;}
    .benefit__text {
		text-align: center;
      max-width: 760px;
      margin: 0 auto;
      font-size: 1.14em;
      line-height: 1.85;
    }
@media (max-width: 640px) {
      .benefit {
        padding: 0px;
      }
      .benefit__box {
        padding: 30px 15px 40px;
        border-width: 3px;
        border-radius: 20px;
      }
	.benefit::before {
      right: -10px;
      bottom: -10px;
      border-radius: 20px;
		background-image: repeating-linear-gradient(135deg, #e1efdc, #e1efdc 10px, transparent 10px, transparent 20px);
    }
      .benefit__en {
        font-size: 3em;
        -webkit-text-stroke-width: 1.5px;
      }

      .benefit__label {
        min-height: 50px;
        margin: -4px auto 40px;
        border-width: 2px;
        font-size: 1.2em;
      }

      .benefit__label::after {
        bottom: -14px;
        width: 42px;
        height: 32px;
        border-left-width: 2px;
        border-bottom-width: 2px;
      }

      .benefit__text {
        text-align: justify;
        font-size: 0.84em;
        line-height: 1.6;
      }
    }

 /*---------- 福利厚生内容CSS ----------*/ 

    .benefit_box__grid {
      max-width: 1000px;
      margin: 2em auto 0;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
    }

    .benefit_box-card {
      min-height: 220px;
      padding: 20px 15px 12px;
      border: 2px dashed #009944;
      border-radius: 8px;
      background: #fff;
    }

    .benefit_box-card__icon {
      width: 100%;
      height: auto;
      margin: 0 auto 10px;
      object-fit: contain;
    }

    .benefit_box-card__title {
      margin: 0 0 5px;
      color: #009944;
      font-size: 1.2em;
      line-height: 1.35;
      font-weight: 800;
      text-align: center;
    }

    .benefit_box-card__text {
      margin: 0;
      font-size: 0.84em;
      line-height: 1.6;
    }
.bottom_ilust{position: absolute;bottom:-170px;right:-30px;width: 30%;}
    @media (max-width: 640px) {
      .benefit_box {
        padding: 24px;
      }

      .benefit_box__grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

      .benefit_box-card {
        min-height: auto;
        display: grid;
        grid-template-columns: 80px 1fr;
        align-items: center;
        gap: 5px;
        padding: 13px 12px 13px 0;
        border-radius: 8px;
      }

      .benefit_box-card__icon {
        width: 100%;
        height: auto;
        margin: 0;
      }

      .benefit_box-card__title {
        margin-bottom: 0px;
        font-size: 1.0em;
        text-align: left;
      }

      .benefit_box-card__text {
        font-size: 0.74em;
        line-height: 1.4;
      }
		.bottom_ilust{position: relative;bottom:0px;right:0px;width: 70%;margin: 1em auto 0;}
    }

/*---------- section_03 ----------*/

.section_03 {
      padding: 0px;
      background-color:
        #e2efe0;
    }
    .education__inner {
      max-width: 1040px;margin: 0 auto;
    }
    .education__head {
      text-align: center;
      margin-bottom: 44px;
    }
   .education__en {
      margin: 0;
      font-size: 8em;
      line-height: 0.8;
      font-weight: 800;
      color: transparent;
      -webkit-text-stroke: 2px #ffffff;
      text-stroke: 2px #9bd49e;
	   color: #8bc782;
    }

    .education__label {
      position: relative;
      width: min(100%, 700px);
      min-height: 78px;
      margin: -10px auto 50px;
      border: 3px solid #ffffff;
      border-radius: 999px;
      display: grid;
      place-items: center;
      color: #ffffff;
      font-size: 2em;
      line-height: 1.2;
      font-weight: 800;
      background: #00913a;box-shadow: 5px 5px 0 rgba(173, 126, 72, .35);
    }

    .education__label::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -20px;
      width: 54px;
      height: 42px;
      background: #00913a;
      border-left: 3px solid #ffffff;
      border-bottom: 4px solid #ffffff;
      transform: translateX(-50%) skewY(-34deg);
		
    }
.education__label span{position: relative;z-index: 1;}
    

    .education__lead {
		text-align: center;
      margin: 30px 0 20px;
      font-size: 1.6em;
      font-weight: 800;
    }
.education__text {
		text-align: center;
      max-width: 1000px;
      margin: 0 auto 2em;
      font-size: 1.14em;
      line-height: 1.85;
    }

    .education__box {
      position: relative;
      margin: 0 auto;
      padding: 64px 72px 92px;
      background-color: #ffffff;
      border-radius: 28px;
      z-index: 2;
      box-sizing: border-box;	
    }

    .education-point {
      display: grid;
      grid-template-columns: 150px 1fr;
      align-items: center;
      gap: 28px;
      margin-top: 72px;
      padding: 28px 46px;
      border-radius: 14px;
	border: solid 2px #00913a;
      background: #ffffff;
      color: #000000;
		width: 90%;
		box-sizing: border-box;
		margin: 2em auto 0;
    }

    .education-point__illust {
      width: 150px;
      height: 150px;
		margin-top: -30px;
    }
    .education-point__text {
      margin: 0;
      font-size: 1em;
      line-height: 1.6;
    }

    @media (max-width: 640px) {
      .education {
        padding: 0;
      }
    .education__head {
      text-align: center;
      margin-bottom: 20px;
    }
      .education__en {
        font-size: 3em;
      }

      .education__label {
        min-width: 0;
        width: 100%;
        min-height: 42px;
        margin-top: -2px;
		 margin-bottom:26px;
        font-size: 1.2em;
		box-shadow: 3px 3px 0 rgba(173, 126, 72, .35);
      }

      .education__label::after {
        bottom: -10px;
        width: 26px;
        height: 20px;
      }

      .education__lead {
        margin: 10px 0 18px;
        font-size: 1.2em;
		  line-height: 1.2em;
      }
.education__text {
		text-align: left;
      max-width: 1000px;
      margin: 0 auto 2em;
      font-size: 0.84em;
      line-height: 1.6;
    }
		.education__box {
      position: relative;
      margin: 0 auto;
      padding: 30px 10px 30px;
      background-color: #ffffff;
      border-radius: 20px;
      z-index: 2;
      box-sizing: border-box;	
    }
      .education-point {
		grid-template-columns: 1fr;
        gap: 5px;
        margin-top: 46px;
        padding: 5px 10px 8px;
      }

      .education-point__illust {
        width: 60px;
        height: 60px;
		  float: left;
		  margin-right: 0.6em;
      }

      .education-point__text {
        font-size: 0.84em;
		  clear: both;
		  margin-top: 0px;
		  line-height: 1.4;
      }
    }

/*---------- 資格取得支援制度CSS ----------*/
    .license {

      padding: 56px 0px 80px;
		position: relative;

    }

    .license__inner {
      max-width: 1000px;
      margin: 0 auto;
		text-align: left;
    }

    .license__title {
      display: inline-block;
      margin: 0 0 20px;
      padding: 10px 18px;
      color: #fff;
      font-size: 1.6em;
      line-height: 1.2;
      font-weight: 800;
      background: linear-gradient(90deg, #008d6f, #9ed4c6);
    }

    .license__lead {
      margin: 0 0 18px;
      font-size: 1.4em;
      line-height: 1.4;
      font-weight: 800;
    }

    .license__text {
      margin: 0;
      font-size: 1.14em;
      line-height: 1.6;
      font-weight: normal;
    }

    .license-list {
      position: relative;
      margin: 92px 0 76px;
      padding: 86px 64px 46px;
      border: 3px solid #35a85a;
      border-radius: 22px;
      background: #fff;
    }

    .license-list::after {
      content: "";
      position: absolute;
      right: -20px;
      bottom: -20px;
      width: 100%;
      height: 100%;
      background-image: radial-gradient(#8ccc89 25%, transparent 27%);
      background-size: 13px 13px;
      z-index: -1;
		border-radius: 15px;
		border: solid 1px #35a85a;
    }

    .license-list__title {
      position: absolute;
      top: -46px;
      left: 50%;
      transform: translateX(-50%);
      width: min(620px, 80%);
      min-height: 68px;
      display: grid;
      place-items: center;
      border: 3px solid #58b77c;
      border-radius: 999px;
      background: #fff;
      font-size: 1.6em;
      font-weight: 800;
      text-align: center;
    }
	.license-list__title span{position: relative;z-index: 1;}
    .license-list__title::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -20px;
      width: 50px;
      height: 40px;
      background: #fff;
      border-left: 3px solid #58b77c;
      border-bottom: 3px solid #58b77c;
      transform: translateX(-50%) skewY(-38deg);
    }

    .license-list__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 30px;
    }

    .license-list__item {
      padding-bottom: 18px;
      border-bottom: 1px solid #8bc882;
      font-size: 1.4em;
      font-weight: 800;
    }

    .license-merit {
      display: grid;
      grid-template-columns: 150px 1fr;
      gap: 30px;
      align-items: center;
      padding: 20px 40px;
      border: 3px solid #35a85a;
      border-radius: 28px;
      background: #fff;
    }

    .license-merit__illust {
      width: 130px;
      height: 130px;
		margin-top: -10px;
    }

    .license-merit__title {
      margin: 0 0 8px;
      font-size: 1.4em;
      font-weight: 800;
    }

    .license-merit__text {
      margin: 0;
      font-size: 1.0em;
      line-height: 1.75;
    }

    @media (max-width: 640px) {
      .license {
        padding: 36px 0px 56px;
      }

      .license__title {
        margin-bottom: 10px;
        padding: 5px 15px;
        font-size: 1.4em;
      }

      .license__lead {
        font-size: 1.2em;
      }

      .license__text {
        font-size: 0.84em;
        line-height: 1.6;
      }

      .license-list {
        margin: 40px 0 30px;
        padding: 62px 24px 30px;
        border-width: 2px;
        border-radius: 16px;
      }
		.license-list::after {
      content: "";
      position: absolute;
      right: -10px;
      bottom: -10px;
      width: 100%;
      height: 100%;
      background-image: radial-gradient(#8ccc89 25%, transparent 27%);
      background-size: 13px 13px;
      z-index: -1;
		border-radius: 15px;
		border: solid 1px #35a85a;
    }

      .license-list__title {
        top: -24px;
        width: 86%;
        min-height: 40px;
        border-width: 2px;
        font-size: 1.2em;
      }

      .license-list__title::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -10px;
      width: 30px;
      height: 20px;
      background: #fff;
      border-left: 2px solid #58b77c;
      border-bottom: 2px solid #58b77c;
      transform: translateX(-50%) skewY(-32deg);
    }

      .license-list__grid {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .license-list__item {
        font-size: 1.0em;
		line-height: 1em;
      }

      .license-merit {
		  display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 20px;
        border-width: 2px;
        border-radius: 18px;
      }

      .license-merit__illust {
        width: 82px;
        height: 82px;
		  float: left;
      }

      .license-merit__title {
        font-size:1.0em;
      }

      .license-merit__text {
		  clear: both;
		font-size: 0.74em;
        line-height: 1.4;
      }
    }
/*---------- 教育体制CSS ----------*/
    .training {
      padding: 48px 0px 64px;
		box-sizing: border-box;
    }

    .training__grid {
      width: 100%;
      margin: 2em auto 0;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 50px;
		box-sizing: border-box;
    }

    .training-card {
      text-align: center;	
		width: 100%;
    }

    .training-card__icon {
      width: 200px;
      height: 200px;
      margin: 0 auto 28px;
      object-fit: contain;
    }

    .training-card__title {
      margin: 0 0 10px;
      color: #009944;
      font-size: 1.2em;
      line-height: 1.35;
      font-weight: 800;
      white-space: nowrap;
    }

    .training-card__text {
      margin: 0;
      font-size: 1.0em;
      line-height: 1.6;
      font-weight: normal;
    }

    @media (max-width: 640px) {
      .training {
        padding: 20px 0px 30px;
      }

      .training__grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .training-card {
        display: grid;
        grid-template-columns: 80px 1fr;
        gap: 20px;
        align-items: start;
      }

      .training-card__icon {
        width: 80px;
        height: 80px;
        margin: 0;
      }

      .training-card__title {
        margin-bottom: 10px;
        font-size: 1.0em;
        white-space: normal;
		  text-align: left;
      }

      .training-card__text {
        font-size: 0.74em;
        line-height: 1.4;
      }
    }
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {





	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
 .pge_menu_wrap{
      width: 100%;
      margin: 0em auto;
      gap: 10px;}
    }

}
