@charset "UTF-8";
#company table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #05a76f;
  width: 100%;
}
#company table tr th, #company table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #b7b7b7;
  font-size: 20px;
  line-height: 1;
  padding: 20px 30px;
}
#company table tr th {
  width: 250px;
  background: #05a76f;
  border-bottom: 1px solid #fff;
}
#company .access iframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 450px;
  box-sizing: border-box;
  border: 3px solid #05a76f;
}
#company .greeting .con {
  background: url(img/company/greeting_bg.jpg) top left repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #05a76f;
  padding: 50px;
}
#company .greeting .con .over .box .txt01 {
  font-size: 30px;
  line-height: 1;
  width: 520px;
  height: 60px;
  background: #05a76f;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}
#company .greeting .con .over .box .txt02 {
  font-size: 25px;
  line-height: 1.5;
}
#company .greeting .con .over .box:nth-of-type(2) .txt01 {
  background: #005d3d;
}
#company .greeting .con .inner {
  margin: 40px auto;
}
#company .greeting .con .inner .img01 {
  margin-right: 50px;
}
#company .greeting .con .inner ul li {
  font-size: 16px;
  line-height: 1;
}
#company .greeting .con .inner ul li:nth-of-type(n + 2) {
  margin-top: 20px;
}
#company .greeting .con .inner ul:nth-of-type(2) {
  margin-top: 30px;
}
#company .greeting .con .text {
  font-size: 16px;
  line-height: 2;
}

#blog .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
#blog .item .over {
  margin-bottom: 15px;
  line-height: 1;
}
#blog .item .over .time {
  font-size: 16px;
}
#blog .item .over .tag {
  font-size: 14px;
  width: 60px;
  padding: 2px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8.5px;
  margin: 0 10px;
  background: #05a76f;
}
#blog .item .over .tag02 {
  background: #005d3d;
}
#blog .item .over h3 {
  font-size: 16px;
}
#blog .item .text {
  font-size: 14px;
  line-height: 1.7;
}
#blog .item:nth-of-type(1) {
  padding-top: 0;
}

#single_blog .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #05a76f;
  padding: 40px 50px;
}
#single_blog .box .over {
  margin-bottom: 20px;
}
#single_blog .box .over .time {
  font-size: 16px;
  line-height: 1;
}
#single_blog .box .over .tag {
  font-size: 14px;
  line-height: 1;
  background: #05a76f;
  padding: 2px 10px;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8.5px;
}
#single_blog .box h1 {
  font-size: 16px;
  line-height: 1.8;
}
#single_blog .box .text {
  font-size: 14px;
  line-height: 2;
  margin-top: 12px;
}

.navigation .nav_btn .btn {
  width: 150px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  border-radius: 25px;
}
.navigation .nav_btn .btn.next {
  background: #05a76f;
}
.navigation .nav_btn .btn.previous {
  background: #005d3d;
}
.navigation .nav_btn .btn:nth-of-type(2) {
  margin-left: 20px;
}
.navigation .nav_archive_btn {
  background: #1b1b1b;
  font-size: 16px;
  width: 265px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  border-radius: 25px;
}

.pagination_over {
  margin-bottom: 80px;
}

.pagination_under {
  margin-top: 80px;
}

#archives-voice .item {
  width: 366px;
  margin-right: 51px;
}
#archives-voice .item .img_box {
  position: relative;
  overflow: hidden;
  background: #fff;
}
#archives-voice .item .img_box .img {
  width: 100%;
  padding-top: 65%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#archives-voice .item h2 {
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
}
#archives-voice .item .txt_inner {
  margin-top: 20px;
  line-height: 1;
}
#archives-voice .item .txt_inner p span {
  margin-right: 20px;
}
#archives-voice .item .txt_inner .works_text01 {
  font-size: 18px;
}
#archives-voice .item .txt_inner .works_text02 {
  font-size: 18px;
  margin-left: 20px;
}
#archives-voice .item:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#archives-voice .item:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#archives-voice .item:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#archives-voice .item:nth-of-type(3n) {
  margin-right: 0;
}
#archives-voice .item:nth-of-type(n + 4) {
  margin-top: 51px;
}
#archives-voice .item:hover .img_box .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.6;
}

#single_voice .txt_inner {
  line-height: 1;
  margin-bottom: 20px;
}
#single_voice .txt_inner .works_text01 {
  font-size: 18px;
}
#single_voice .txt_inner .works_text01 span {
  margin-right: 15px;
}
#single_voice .txt_inner .works_text02 {
  font-size: 18px;
  margin-left: 15px;
}
#single_voice .txt_inner .works_text02 span {
  margin-right: 15px;
}
#single_voice h1 {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 60px;
}
#single_voice .box01 {
  font-size: 16px;
  line-height: 2;
  margin-top: 60px;
}

#contact .txt01 {
  font-size: 20px;
  line-height: 1.7;
  margin-left: 20px;
}
#contact .txt02 {
  font-size: 20px;
  line-height: 1;
  margin: 50px auto 20px;
}
#contact .tel {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 80px;
}
#contact .tel span {
  font-size: 60px;
}
#contact table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  z-index: 10;
}
#contact table th, #contact table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #b7b7b7;
  vertical-align: middle;
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
}
#contact table th {
  width: 350px;
  line-height: 1;
  background: #05a76f;
  color: #fff;
}
#contact table th p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#contact table th .essential {
  background: #fff;
  padding: 7px 0;
  font-size: 14px;
  color: #05a76f;
  font-weight: bold;
}
#contact table td input, #contact table td textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #eee;
  line-height: 1.7;
  border: none;
  width: 100%;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
}
#contact table td .wpcf7-list-item.first {
  margin-left: 0;
}
#contact table .select td input {
  width: auto;
}
#contact table .select td .wpcf7-list-item:nth-of-type(5) {
  margin-left: 0;
}
#contact .wpcf7 form .wpcf7-response-output, #contact .wpcf7 form.invalid .wpcf7-response-output, #contact .wpcf7 form.unaccepted .wpcf7-response-output, #contact .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #ff0000;
  font-size: 14px;
}
#contact .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin-top: 16px;
  color: #ff0000;
}
#contact .thanks {
  font-size: 16px;
  line-height: 2;
}
#contact div.wpcf7-mail-sent-ok, #contact .wpcf7-spinner {
  display: none !important;
}
#contact .btn_box {
  display: table;
  margin: 50px auto 0;
  position: relative;
  z-index: 10;
}
#contact .btn_box input {
  width: 400px;
  height: 70px;
  margin: 0 auto;
  display: block;
  border: none;
  background: #05a76f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  cursor: pointer;
  padding: 0;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#contact .btn_box::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(img/contact/arrow.svg) no-repeat;
  width: 13px;
  height: 13px;
}
#contact .privacy_box {
  margin-top: 50px;
}
#contact .privacy_box .privacy_txt01 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
#contact .privacy_box .privacy_con {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #eee;
  padding: 20px;
  overflow-y: scroll;
  width: 100%;
  height: 200px;
  font-size: 16px;
  line-height: 1.8;
}
#contact .privacy_box .privacy_con .privacy_text01 {
  font-weight: bold;
}
#contact .privacy_box .privacy_con .privacy_text01:nth-of-type(n + 2) {
  margin-top: 20px;
}
#contact .privacy_box .privacy_txt02 {
  font-size: 16px;
  line-height: 1;
  margin: 50px auto 20px;
}
#contact .privacy_box .consent_box {
  background: #05a76f;
  padding: 20px;
  line-height: 1;
}
#contact .privacy_box .consent_box .txt {
  font-size: 16px;
  background: #fff;
  display: table;
  padding: 5px 10px;
  margin-right: 20px;
  font-weight: bold;
}
#contact .privacy_box .consent_box input {
  margin: 0;
}
#contact .privacy_box .consent_box .wpcf7-list-item {
  margin: 0;
  font-size: 16px;
  color: #fff;
}
#contact .thanks {
  font-size: 16px;
  line-height: 2;
}

#reason #reason01, #reason #reason02, #reason #reason03 {
  padding-top: 100px;
  margin-top: -100px;
}
#reason .box01 {
  background: url(img/reason/box01_bg.jpg) top left repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #f1f1f1;
  padding-top: 50px;
}
#reason .box01 h2 {
  font-size: 40px;
  line-height: 1;
  display: table;
  margin: 0 auto 50px;
  position: relative;
}
#reason .box01 h2 span {
  position: relative;
  display: block;
  z-index: 10;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}
#reason .box01 h2::after {
  content: "";
  position: absolute;
  background: #fffb00;
  width: calc(100% + 20px);
  height: 10px;
  bottom: -7px;
  left: -10px;
  margin: auto;
}
#reason .box01 ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px;
}
#reason .box01 ul li {
  font-size: 25px;
  line-height: 1;
}
#reason .box01 ul li img {
  margin-right: 10px;
}
#reason .box01 ul li:nth-of-type(n + 2) {
  margin-top: 30px;
}
#reason .box01 .under {
  margin-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(img/reason/box01_bg02.jpg) top left repeat;
  position: relative;
  padding: 40px 50px;
}
#reason .box01 .under p {
  font-size: 40px;
  line-height: 1.45;
  position: relative;
  z-index: 10;
  margin-top: 10px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
#reason .box01 .under .human {
  position: absolute;
  bottom: 0;
  right: 20px;
}
#reason .box02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(img/reason/box01_bg.jpg) top left repeat;
  border: 5px solid #f1f1f1;
  padding-bottom: 50px;
}
#reason .box02 h2 {
  padding: 40px 0;
  position: relative;
  background: #05a76f;
  font-size: 40px;
  line-height: 1.5;
}
#reason .box02 h2::before, #reason .box02 h2::after {
  content: "";
  position: absolute;
  background: #005d3d;
  top: 0;
  width: 255px;
  height: 100%;
}
#reason .box02 h2::before {
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 125px 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 125px 100%, 0 100%);
}
#reason .box02 h2::after {
  right: 0;
  -webkit-clip-path: polygon(125px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(125px 0, 100% 0, 100% 100%, 0 100%);
}
#reason .box02 .con {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px;
}
#reason .box02 .con .over {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 3px solid #05a76f;
  line-height: 1;
}
#reason .box02 .con .over .no {
  position: relative;
  background: #005d3d;
  padding: 15px 10px;
}
#reason .box02 .con .over .no span {
  position: relative;
  z-index: 20;
  font-size: 40px;
}
#reason .box02 .con .over .no::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #05a76f;
  z-index: 10;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
#reason .box02 .con .over h3 {
  font-size: 40px;
  margin-left: 15px;
}
#reason .box02 .con .inner .img {
  margin-right: 50px;
}
#reason .box02 .con .inner .text {
  font-size: 16px;
  line-height: 2.2;
}
#reason .box02 .contact_box {
  width: calc(100% - 100px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 5px solid #005d3d;
  border-top: none;
  margin: 80px auto 0;
}
#reason .box02 .contact_box h3 {
  background: #005d3d;
  padding: 30px 0;
  font-size: 25px;
  line-height: 1;
}
#reason .box02 .contact_box .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
  line-height: 1;
}
#reason .box02 .contact_box .inner .logo {
  margin-right: 50px;
}
#reason .box02 .contact_box .inner .txt01 {
  font-size: 20px;
}
#reason .box02 .contact_box .inner .tel {
  font-size: 40px;
  margin: 10px auto 15px;
}
#reason .box02 .contact_box .inner .tel span {
  font-size: 60px;
}
#reason .box02 .contact_box .inner .btn_inner .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 250px;
  height: 50px;
  background: #05a76f;
  font-size: 16px;
}
#reason .box02 .contact_box .inner .btn_inner .btn:nth-of-type(2) {
  background: #005d3d;
  margin-left: 20px;
}
#reason .box03 h2 {
  font-size: 30px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid #05a76f;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
#reason .box03 .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #05a76f;
  padding: 10px 50px 50px;
  position: relative;
  background: url(img/reason/box03_bg.jpg) top left repeat;
}
#reason .box03 .box .bg {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(img/reason/box01_bg02.jpg) top left repeat;
  width: 100%;
  height: 400px;
}
#reason .box03 .box .title_box {
  display: table;
  margin: 0 auto 50px;
  position: relative;
  z-index: 10;
}
#reason .box03 .box .title_box .txt01 {
  font-size: 26px;
  line-height: 1;
  background: #000;
  padding: 10px 25px;
  margin-left: auto;
  position: absolute;
  right: 7px;
  top: 40px;
  letter-spacing: 1px;
}
#reason .box03 .box .title_box .txt02 {
  line-height: 1;
  font-size: 50px;
}
#reason .box03 .box .title_box .txt02 .big01 {
  font-size: 200px;
}
#reason .box03 .box .title_box .txt02 .big02 {
  font-size: 80px;
}
#reason .box03 .box .title_box .txt02 .big03 {
  font-size: 100px;
}
#reason .box03 .box .con {
  background: url(img/reason/box03_con_bg.svg) top right no-repeat;
  background-color: #fff;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 10px solid #005d3d;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 10;
}
#reason .box03 .box .con .over {
  line-height: 1;
}
#reason .box03 .box .con .over .point {
  font-size: 25px;
}
#reason .box03 .box .con .over .no {
  font-size: 75px;
  margin-top: -5px;
}
#reason .box03 .box .con .over h3 {
  font-size: 50px;
  margin-left: 30px;
}
#reason .box03 .box .con .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
}
#reason .box03 .box .con .text01 {
  font-size: 25px;
  line-height: 1;
  margin-top: 40px;
}
#reason .box03 .box .con .text02 {
  display: table;
  background: #05a76f;
  font-size: 20px;
  line-height: 1;
  padding: 5px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  margin: 20px 0;
}
#reason .box03 .box .con .text03 {
  font-size: 20px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 7px;
}
#reason .box03 .box .con .text04 {
  font-size: 16px;
  line-height: 1.5;
}
#reason .box03 .box .con .item h4 {
  font-size: 20px;
  line-height: 1;
}
#reason .box03 .box .con .item .img {
  margin: 20px 0;
}
#reason .box03 .box .con .item01 {
  width: 465px;
}
#reason .box03 .box .con .item03 {
  margin-top: 50px;
}
#reason .box03 .box .con .add_txt01 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
#reason .box03 .box .con .add_txt02 {
  font-size: 16px;
  line-height: 1.8;
}
#reason .box03 .box .con .table {
  margin-top: 30px;
}
#reason .box03 .box .con:nth-of-type(n + 2) {
  margin-top: 50px;
}
#reason .box03 .txt03 {
  font-size: 25px;
  line-height: 1;
  margin-top: 50px;
}

#work-rule .box01 {
  background: #05a76f;
  padding: 80px 50px 20px;
}
#work-rule .box01 .box {
  background: url(img/work-rule/box01_bg.jpg) top left repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #f1f1f1;
  padding-bottom: 50px;
}
#work-rule .box01 .box h2 {
  font-size: 40px;
  line-height: 1;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #005d3d;
  margin-bottom: 50px;
}
#work-rule .box01 .box table {
  margin-left: 45px;
}
#work-rule .box01 .box table tr th, #work-rule .box01 .box table tr td {
  font-size: 18px;
  line-height: 1;
}
#work-rule .box01 .box table tr:nth-of-type(n + 2) th, #work-rule .box01 .box table tr:nth-of-type(n + 2) td {
  padding-top: 25px;
}
#work-rule .box01 .txt01 {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 20px;
}
#work-rule .box02 {
  background: url(img/work-rule/box01_bg.jpg) top left repeat;
  position: relative;
  padding: 100px 50px 45px;
  border: 2px solid #f1f1f1;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#work-rule .box02 .triangle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#work-rule .box02 .txt01 {
  font-size: 40px;
  line-height: 1.5;
  position: relative;
  z-index: 10;
}
#work-rule .box02 .human {
  position: absolute;
  top: 45px;
  right: 20px;
}
#work-rule .box02 .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  position: relative;
  width: 1100px;
  margin: 40px auto;
  padding-bottom: 50px;
  padding: 5px 5px 50px;
  z-index: 10;
}
#work-rule .box02 .box .over {
  background: #005d3d;
  padding: 15px 0;
  line-height: 1;
}
#work-rule .box02 .box .over p {
  font-size: 20px;
}
#work-rule .box02 .box .over h2 {
  font-size: 40px;
  margin-top: 7px;
}
#work-rule .box02 .box table {
  margin: 50px 0 0 40px;
}
#work-rule .box02 .box table tr th, #work-rule .box02 .box table tr td {
  font-size: 25px;
  line-height: 1;
}
#work-rule .box02 .box table tr:nth-of-type(n + 2) th, #work-rule .box02 .box table tr:nth-of-type(n + 2) td {
  padding-top: 30px;
}
#work-rule .box02 .txt02 {
  font-size: 40px;
  line-height: 1.5;
}
#work-rule .box03 h2 {
  font-size: 40px;
  line-height: 1.4;
  padding: 15px 0;
  background: #05a76f;
}
#work-rule .box03 .inner01 .img {
  margin-right: 50px;
}
#work-rule .box03 .inner01 .text {
  font-size: 16px;
  line-height: 2;
}
#work-rule .box03 .bnr {
  background: url(img/work-rule/box03_bnr_bg.jpg) top left repeat;
  position: relative;
  width: 100%;
  height: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
}
#work-rule .box03 .bnr .bdr {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 3px solid #fff;
  z-index: 10;
  position: absolute;
}
#work-rule .box03 .bnr .img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#work-rule .box03 .bnr .txt01 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 10px;
}
#work-rule .box03 .bnr .txt02 {
  font-size: 45px;
  line-height: 1.3;
}
#work-rule .box03 .con {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 5px solid #005d3d;
  padding: 50px;
  background: url(img/work-rule/box01_bg.jpg) top left repeat;
}
#work-rule .box03 .con h3 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#work-rule .box03 .con .text {
  font-size: 16px;
  line-height: 2;
}
#work-rule .box03 .con .img {
  margin-left: 50px;
}
#work-rule .box04 {
  background: url(img/work-rule/box04_bg.jpg) top left repeat;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#work-rule .box04 h2 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 50px;
}
#work-rule .box04 .con {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  background: url(img/work-rule/box01_bg.jpg) top left repeat;
  position: relative;
}
#work-rule .box04 .con .bg_icon {
  position: absolute;
  left: 0;
  top: 0;
}
#work-rule .box04 .con h3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 30px;
  line-height: 1;
  padding: 20px 0;
  background: #05a76f;
  position: relative;
  z-index: 10;
  margin-left: 50px;
  padding-left: 50px;
}
#work-rule .box04 .con .no {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 50px;
  top: 45px;
  z-index: 20;
  border-radius: 100%;
  background: #005d3d;
  width: 80px;
  height: 80px;
  line-height: 1;
}
#work-rule .box04 .con .no p:nth-of-type(1) {
  font-size: 20px;
}
#work-rule .box04 .con .no p:nth-of-type(2) {
  font-size: 40px;
}
#work-rule .box04 .con .inner {
  position: relative;
  z-index: 10;
  margin-top: 25px;
}
#work-rule .box04 .con .inner .img {
  margin-right: 50px;
}
#work-rule .box04 .con .inner .text {
  font-size: 16px;
  line-height: 2;
}
#work-rule .box04 .con:nth-of-type(n + 2) {
  margin-top: 50px;
}
#work-rule .l_bnr {
  background: #005d3d;
  position: relative;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
}
#work-rule .l_bnr p {
  font-size: 35px;
  line-height: 1.3;
  position: relative;
  z-index: 20;
}
#work-rule .l_bnr p .big01 {
  font-size: 60px;
}
#work-rule .l_bnr p .big02 {
  font-size: 40px;
}
#work-rule .l_bnr .human {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 10;
}
#work-rule .l_bnr .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #00462e;
  content: "";
  width: 560px;
  height: 170px;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

#subsidy .box01 {
  background: url(img/subsidy/box01_bg.jpg) top left repeat;
  border: 5px solid #05a76f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 50px;
  position: relative;
}
#subsidy .box01 h2 {
  font-size: 40px;
  line-height: 1.5;
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
}
#subsidy .box01 .text {
  font-size: 20px;
  line-height: 2;
  position: relative;
  z-index: 10;
  width: 680px;
}
#subsidy .box01 .icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#subsidy .box02 .title {
  font-size: 40px;
  line-height: 1;
}
#subsidy .box02 .title::before, #subsidy .box02 .title::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #05a76f;
  height: 5px;
}
#subsidy .box02 .title::before {
  margin-right: 50px;
}
#subsidy .box02 .title::after {
  margin-left: 50px;
}
#subsidy .box02 .inner .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#subsidy .box02 .inner .item .txt01 {
  font-size: 25px;
  line-height: 1;
}
#subsidy .box02 .inner .item .icon {
  margin: 20px auto 15px;
}
#subsidy .box02 .inner .item .txt02 {
  font-size: 25px;
  line-height: 1.3;
}
#subsidy .box02 .inner .item:nth-of-type(2) {
  margin: 0 105px;
}
#subsidy .box02 .under {
  background: url(img/subsidy/box02_bg.jpg) center center repeat;
  padding: 40px 50px 30px;
  position: relative;
}
#subsidy .box02 .under p:nth-of-type(1) {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
}
#subsidy .box02 .under p:nth-of-type(2) {
  font-size: 50px;
  line-height: 1.4;
}
#subsidy .box02 .under .human {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 10;
}
#subsidy .box02 .under::after {
  content: "";
  position: absolute;
  background: #005d3d;
  width: 290px;
  height: 100%;
  right: 50px;
  bottom: 0;
  -webkit-clip-path: polygon(90px 0, 100% 0, 200px 100%, 0 100%);
          clip-path: polygon(90px 0, 100% 0, 200px 100%, 0 100%);
}
#subsidy .box03 {
  background: #05a76f;
  padding-top: 100px;
  position: relative;
}
#subsidy .box03 h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
}
#subsidy .box03 .inner {
  background: #005d3d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
}
#subsidy .box03 .inner .img {
  margin-right: 50px;
}
#subsidy .box03 .inner .text {
  font-size: 16px;
  line-height: 2.5;
}
#subsidy .box04 {
  background: url(img/subsidy/box04_bg.jpg) top center repeat;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#subsidy .box04 h2 {
  margin-top: -85px;
}
#subsidy .box04 .con {
  background: url(img/subsidy/box04_bg02.jpg) top left repeat;
}
#subsidy .box04 .con .over {
  background: #005d3d;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#subsidy .box04 .con .over .point {
  font-size: 30px;
  line-height: 1;
  margin-right: 20px;
}
#subsidy .box04 .con .over h3 {
  font-size: 30px;
  line-height: 1;
}
#subsidy .box04 .con .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
}
#subsidy .box04 .con .inner .img {
  margin-right: 40px;
}
#subsidy .box04 .con .inner .text {
  font-size: 16px;
  line-height: 2;
}
#subsidy .l_bnr {
  position: relative;
  background: #005d3d;
  padding: 45px 50px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#subsidy .l_bnr .txt01 {
  font-size: 40px;
}
#subsidy .l_bnr .txt01 span {
  font-size: 60px;
}
#subsidy .l_bnr .txt02 {
  font-size: 35px;
  margin-top: 15px;
}
#subsidy .l_bnr .human {
  position: absolute;
  right: 80px;
  bottom: 0;
}

#acting .box01 {
  background: url(img/acting/box01_bg.jpg) top left repeat;
  padding-bottom: 50px;
}
#acting .box01 h2 {
  background: #05a76f;
  padding: 15px 0;
  font-size: 40px;
  line-height: 1.3;
}
#acting .box01 .con {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px;
}
#acting .box01 .con .over .no {
  font-size: 30px;
  line-height: 1;
  padding: 10px 15px;
  background: #05a76f;
  position: relative;
}
#acting .box01 .con .over .no span {
  position: relative;
  z-index: 10;
}
#acting .box01 .con .over .no::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #005d3d;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
#acting .box01 .con .over h3 {
  font-size: 30px;
  line-height: 1;
  margin-left: 20px;
}
#acting .box01 .con .inner {
  margin-top: 20px;
}
#acting .box01 .con .inner .img {
  margin-right: 50px;
}
#acting .box01 .con .inner .text {
  font-size: 16px;
  line-height: 2.2;
}
#acting .box01 .txt01 {
  font-size: 50px;
  line-height: 1;
  margin-top: 50px;
}
#acting .box01_under {
  background: #005d3d;
  padding: 40px 50px 50px;
  position: relative;
}
#acting .box01_under .txt01 {
  font-size: 30px;
  line-height: 1.5;
}
#acting .box01_under .txt02 {
  font-size: 60px;
  line-height: 1;
  margin-top: 10px;
}
#acting .box01_under .human {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 10;
}
#acting .box01_under::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 560px;
  height: 170px;
  background: #00462e;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
#acting .box02 {
  background: url(img/acting/box02_bg.jpg) top left repeat;
  padding: 40px 50px 50px;
  position: relative;
}
#acting .box02 h2 {
  font-size: 50px;
  line-height: 1.4;
  position: relative;
  z-index: 10;
}
#acting .box02 .icon {
  position: absolute;
  right: 50px;
  top: 30px;
}
#acting .box02 .con {
  background: url(img/acting/box01_bg.jpg) top left repeat;
  padding: 50px;
}
#acting .box02 .con .over {
  background: #05a76f;
  width: 100%;
  height: 110px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 50px;
}
#acting .box02 .con .over .point {
  font-size: 30px;
  line-height: 1;
  position: relative;
  z-index: 10;
}
#acting .box02 .con .over h3 {
  font-size: 30px;
  line-height: 1.3;
  position: relative;
  z-index: 10;
  margin-left: 70px;
}
#acting .box02 .con .over::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 167px 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 167px 0, 100% 100%, 0 100%);
  background: #005d3d;
}
#acting .box02 .con .txt01 {
  font-size: 30px;
  line-height: 1.3;
}
#acting .box02 .con .txt02 {
  font-size: 30px;
  line-height: 2;
}
#acting .box02 .con .txt02 span {
  font-size: 60px;
  line-height: 1;
}
#acting .box02 .con .img01 {
  margin: 40px auto;
}
#acting .box02 .con .arrow {
  margin: 20px auto 30px;
}
#acting .box02 .con .txt03 {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}
#acting .box02 .con .inner .img {
  margin-right: 50px;
}
#acting .box02 .con .inner .text {
  font-size: 16px;
  line-height: 2;
}
#acting .box02 .con01 {
  margin-top: 40px;
}
#acting .box02 .box02_bnr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#acting .box02 .box02_bnr .bnr_txt01 {
  background: #00462e;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#acting .box02 .box02_bnr .under {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #00462e;
  border-top: none;
  background: #fff;
  padding: 40px 45px;
  line-height: 1;
}
#acting .box02 .box02_bnr .under .bnr_txt02 {
  font-size: 25px;
}
#acting .box02 .box02_bnr .under .bnr_txt02:nth-of-type(2) {
  margin-top: 20px;
}
#acting .box02 .box02_bnr .under .bnr_txt03 {
  font-size: 50px;
  margin-top: 30px;
}
#acting .box02 .box02_bnr .icon {
  position: absolute;
  right: 0;
  top: 0;
}
#acting .l_bnr {
  width: 100%;
  position: relative;
  background: #005d3d;
  height: 200px;
  font-size: 40px;
  line-height: 1.5;
}
#acting .l_bnr p {
  position: relative;
  z-index: 10;
}
#acting .l_bnr::before, #acting .l_bnr::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 85%;
  width: 50%;
  background: #00462e;
}
#acting .l_bnr::before {
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  left: 0;
}
#acting .l_bnr::after {
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  right: 0;
}

#labor-management .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#labor-management .main .bdr {
  content: "";
  position: absolute;
  display: block;
  z-index: 10;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #05a76f;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#labor-management .main .txt_box {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 20;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 30px;
  width: 980px;
}
#labor-management .main .txt_box .txt01 {
  position: absolute;
  left: 20px;
  top: -25px;
  font-size: 30px;
  line-height: 1;
  background: #05a76f;
  padding: 10px 20px;
}
#labor-management .main .txt_box .txt02 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}
#labor-management .main .txt_box .txt03 {
  font-size: 16px;
  line-height: 2;
}
#labor-management .box01 {
  background: #05a76f;
  position: relative;
  width: 100%;
  height: 278px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
}
#labor-management .box01 .bg_icon {
  position: absolute;
  right: 0;
  top: 0;
  background: #005d3d;
  width: 360px;
  height: 100%;
  -webkit-clip-path: polygon(180px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(180px 0, 100% 0, 100% 100%, 0 100%);
}
#labor-management .box01 p {
  font-size: 50px;
  position: relative;
  z-index: 20;
  line-height: 1.5;
}
#labor-management .box01 .human {
  position: absolute;
  z-index: 10;
  bottom: -80px;
  right: 50px;
}
#labor-management .img01 {
  margin-right: 50px;
}
#labor-management .box02 {
  background: url(img/labor-management/box02_bg.jpg) top left repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #05a76f;
  padding-bottom: 50px;
  border-top: none;
}
#labor-management .box02 h2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #05a76f;
  width: 100%;
  height: 155px;
  font-size: 40px;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#labor-management .box02 h2 span {
  position: relative;
  z-index: 10;
}
#labor-management .box02 h2 img {
  position: absolute;
  left: 20px;
  bottom: 0;
}
#labor-management .box02 .inner01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px;
}
#labor-management .box02 .inner01 p {
  font-size: 16px;
  line-height: 2.2;
}
#labor-management .box02 .con .merit {
  font-size: 40px;
  line-height: 1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
#labor-management .box02 .con h3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid #05a76f;
  padding-bottom: 30px;
  line-height: 1;
  font-size: 30px;
  margin: 20px auto 30px;
  width: calc(100% - 100px);
}
#labor-management .box02 .con .inner02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px;
}
#labor-management .box02 .con .inner02 p {
  font-size: 16px;
  line-height: 2;
}
#labor-management .box03 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(img/labor-management/box02_bg.jpg) top left repeat;
  border: 5px solid #05a76f;
}
#labor-management .box03 .over {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #05a76f;
  position: relative;
  width: 100%;
  height: 278px;
  padding-left: 50px;
}
#labor-management .box03 .over p {
  font-size: 50px;
  line-height: 1.6;
  position: relative;
  z-index: 20;
}
#labor-management .box03 .over .human {
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 10;
}
#labor-management .box03 .over .bg_icon {
  position: absolute;
  right: 0;
  top: 0;
  background: #005d3d;
  width: 360px;
  height: 100%;
  -webkit-clip-path: polygon(180px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(180px 0, 100% 0, 100% 100%, 0 100%);
}
#labor-management .box03 h2 {
  font-size: 40px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  margin-top: 50px;
  background: #05a76f;
  border-radius: 29.5px;
  padding: 8px 60px 11px;
}
#labor-management .box03 h2 span {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  display: block;
}
#labor-management .box03 .icon_inner {
  margin-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px;
}
#labor-management .box03 .icon_inner .bnr {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#labor-management .box03 .icon_inner .bnr:nth-of-type(2) {
  margin: 0 50px;
}
#labor-management .box03 .icon_inner .bnr:nth-of-type(4) {
  margin-right: 50px;
}
#labor-management .box03 .icon_inner .bnr:nth-of-type(n + 4) {
  margin-top: 50px;
}
#labor-management .box03 .under {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(img/labor-management/box03_under_bg.jpg) center center repeat;
  position: relative;
  width: 100%;
  height: 200px;
}
#labor-management .box03 .under p {
  font-size: 35px;
  line-height: 1.2;
  position: relative;
  z-index: 10;
}
#labor-management .box03 .under p span {
  font-size: 60px;
}
#labor-management .box03 .under .icon01 {
  position: absolute;
  left: 35px;
  top: -20px;
}
#labor-management .box03 .under .icon02 {
  position: absolute;
  bottom: 0;
  right: 0;
}

#personnel-evaluation-institution .main {
  position: relative;
}
#personnel-evaluation-institution .main p {
  font-size: 50px;
  line-height: 1;
  position: absolute;
  left: 50px;
}
#personnel-evaluation-institution .main p span {
  display: table;
  background: #05a76f;
  padding: 10px;
}
#personnel-evaluation-institution .main p span:nth-of-type(2) {
  margin-top: 20px;
}
#personnel-evaluation-institution .bg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(img/personnel-evaluation-institution/bg.jpg) top left repeat;
  border: 5px solid #f1f1f1;
  position: relative;
}
#personnel-evaluation-institution .bg .bg_icon {
  position: absolute;
  right: 0;
  top: 0;
}
#personnel-evaluation-institution .box01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  position: relative;
  z-index: 10;
}
#personnel-evaluation-institution .box01 h2 {
  font-size: 40px;
  line-height: 1;
  position: relative;
  display: table;
  margin-bottom: 50px;
}
#personnel-evaluation-institution .box01 h2 span {
  position: relative;
  z-index: 10;
  display: block;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
#personnel-evaluation-institution .box01 h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  background: #fef500;
  width: 100%;
  height: 10px;
}
#personnel-evaluation-institution .box01 ul {
  position: relative;
}
#personnel-evaluation-institution .box01 ul li {
  font-size: 25px;
  line-height: 1;
}
#personnel-evaluation-institution .box01 ul li:nth-of-type(n + 2) {
  margin-top: 20px;
}
#personnel-evaluation-institution .box01 ul::after {
  content: "";
  position: absolute;
  background: url(img/personnel-evaluation-institution/box01_human.svg) no-repeat;
  width: 297px;
  height: 263px;
  right: 90px;
  bottom: -50px;
}
#personnel-evaluation-institution .box01 .con h3 {
  font-size: 25px;
  line-height: 1.4;
  padding: 15px 0;
  background: #05a76f;
}
#personnel-evaluation-institution .box01 .con .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#personnel-evaluation-institution .box01 .con .inner .img {
  margin-right: 50px;
}
#personnel-evaluation-institution .box01 .con .inner p {
  font-size: 16px;
  line-height: 2.2;
}
#personnel-evaluation-institution .box02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px 50px;
  position: relative;
  z-index: 10;
}
#personnel-evaluation-institution .box02 h2 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 25px;
}
#personnel-evaluation-institution .box02 ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-left: 10px solid #005d3d;
  padding: 30px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#personnel-evaluation-institution .box02 ul li {
  font-size: 18px;
  line-height: 1.7;
}
#personnel-evaluation-institution .box02 ul li:nth-of-type(n + 2) {
  margin-top: 20px;
}
#personnel-evaluation-institution .bnr {
  background: url(img/personnel-evaluation-institution/bnr_bg.jpg) top left repeat;
  width: 100%;
  height: 200px;
  position: relative;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#personnel-evaluation-institution .bnr p {
  font-size: 35px;
  line-height: 1.3;
  position: relative;
  z-index: 10;
}
#personnel-evaluation-institution .bnr p span {
  font-size: 60px;
}
#personnel-evaluation-institution .bnr .icon {
  position: absolute;
  right: 0;
  top: 0;
}
#personnel-evaluation-institution .box03 .main02 {
  position: relative;
}
#personnel-evaluation-institution .box03 .main02 h2 {
  font-size: 40px;
  line-height: 1.45;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 50px;
  z-index: 20;
}
#personnel-evaluation-institution .box03 .main02 h2 span {
  font-size: 70px;
}
#personnel-evaluation-institution .box03 .main02 .icon {
  position: absolute;
  background: #05a76f;
  width: 500px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 135px 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 135px 100%, 0 100%);
}
#personnel-evaluation-institution .box03 .bg {
  padding: 50px;
}
#personnel-evaluation-institution .box03 .con01 h3 {
  position: relative;
}
#personnel-evaluation-institution .box03 .con01 h3 p {
  background: #05a76f;
  display: table;
  padding: 10px 35px 10px 10px;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
  font-size: 40px;
  line-height: 1;
}
#personnel-evaluation-institution .box03 .con01 h3::after {
  background: #05a76f;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 5px;
  content: "";
  display: block;
  margin-left: -20px;
}
#personnel-evaluation-institution .box03 .con01 .area01 .txt01 {
  font-size: 20px;
  line-height: 1.8;
  margin: 50px auto 20px;
}
#personnel-evaluation-institution .box03 .con01 .area01 .txt02 {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 50px;
}
#personnel-evaluation-institution .box03 .con01 .area01 .inner01 {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #05a76f;
  padding: 40px 45px;
}
#personnel-evaluation-institution .box03 .con01 .area01 .inner01 .item {
  width: 300px;
}
#personnel-evaluation-institution .box03 .con01 .area01 .inner01 .item .over .no {
  font-size: 60px;
  line-height: 1;
  color: #05a76f;
  margin-right: 5px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
#personnel-evaluation-institution .box03 .con01 .area01 .inner01 .item .over h4 {
  font-size: 20px;
  line-height: 1.2;
}
#personnel-evaluation-institution .box03 .con01 .area01 .inner01 .item .text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
#personnel-evaluation-institution .box03 .con01 .area02 {
  margin-top: 50px;
}
#personnel-evaluation-institution .box03 .con01 .area02 .inner02 {
  margin: 50px auto 40px;
}
#personnel-evaluation-institution .box03 .con01 .area02 .inner02 .item .txt01 {
  font-size: 20px;
  line-height: 1;
  min-width: 160px;
}
#personnel-evaluation-institution .box03 .con01 .area02 .inner02 .item .bar {
  min-width: 445px;
  background: #05a76f;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #05a76f;
}
#personnel-evaluation-institution .box03 .con01 .area02 .inner02 .item .bar .txt02 {
  font-size: 20px;
  line-height: 1;
  background: #fff;
  min-width: 125px;
  height: 100%;
}
#personnel-evaluation-institution .box03 .con01 .area02 .inner02 .item .bar .txt03 {
  width: 100%;
  font-size: 20px;
}
#personnel-evaluation-institution .box03 .con01 .area02 .inner02 .item .txt04 {
  font-size: 20px;
  line-height: 1;
}
#personnel-evaluation-institution .box03 .con01 .area02 .inner02 .item .arrow {
  font-size: 30px;
  line-height: 1;
  text-align: left;
  margin: 10px 0;
  padding-left: 55px;
}
#personnel-evaluation-institution .box03 .con01 .area02 .inner02 .item.item02 {
  margin-top: 30px;
}
#personnel-evaluation-institution .box03 .con01 .area02 .txt05 {
  font-size: 16px;
  line-height: 2;
}
#personnel-evaluation-institution .box03 .con02 {
  margin-top: 50px;
}
#personnel-evaluation-institution .box03 .con02 h3 {
  position: relative;
}
#personnel-evaluation-institution .box03 .con02 h3 p {
  background: #05a76f;
  display: table;
  padding: 10px 35px 10px 10px;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
  font-size: 40px;
  line-height: 1;
}
#personnel-evaluation-institution .box03 .con02 h3::after {
  background: #05a76f;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 5px;
  content: "";
  display: block;
  margin-left: -20px;
}
#personnel-evaluation-institution .box03 .con02 .txt01 {
  font-size: 25px;
  margin: 20px auto;
}
#personnel-evaluation-institution .box03 .con02 .txt01 span {
  font-size: 75px;
  margin-left: 10px;
}
#personnel-evaluation-institution .box03 .con02 .txt02 {
  font-size: 30px;
}
#personnel-evaluation-institution .box03 .con02 .bnr01 {
  background: url(img/personnel-evaluation-institution/box03_bnr_bg.jpg) center center repeat;
  padding: 25px 0;
  line-height: 1;
  margin-top: 20px;
}
#personnel-evaluation-institution .box03 .con02 .bnr01 p:nth-of-type(1) {
  font-size: 20px;
}
#personnel-evaluation-institution .box03 .con02 .bnr01 p:nth-of-type(2) {
  font-size: 50px;
  margin-top: 15px;
}
#personnel-evaluation-institution .box03 .con02 table {
  width: 100%;
  margin-top: 50px;
}
#personnel-evaluation-institution .box03 .con02 table tr th, #personnel-evaluation-institution .box03 .con02 table tr td {
  font-size: 16px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  background: #fff;
}
#personnel-evaluation-institution .box03 .con02 table tr td {
  width: 122.8571428571px;
}
#personnel-evaluation-institution .box03 .con02 table tr:nth-of-type(1) th {
  border: none;
  background: none;
}
#personnel-evaluation-institution .box03 .con02 table tr:nth-of-type(1) td {
  background: #05a76f;
}
#personnel-evaluation-institution .box03 .con02 table.table01 tr:nth-of-type(1) th {
  text-align: right;
}
#personnel-evaluation-institution .box03 .con02 .txt03 {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 40px;
}
#personnel-evaluation-institution .box03 .con02 .bnr02 {
  margin-top: 40px;
  background: url(img/personnel-evaluation-institution/box03_bnr_bg.jpg) center center repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  position: relative;
  line-height: 1;
}
#personnel-evaluation-institution .box03 .con02 .bnr02 .human {
  position: absolute;
  right: 50px;
  bottom: 0;
}
#personnel-evaluation-institution .box03 .con02 .bnr02 p:nth-of-type(1) {
  font-size: 20px;
}
#personnel-evaluation-institution .box03 .con02 .bnr02 p:nth-of-type(1) span {
  font-size: 40px;
}
#personnel-evaluation-institution .box03 .con02 .bnr02 p:nth-of-type(2) {
  font-size: 30px;
  margin: 30px 0 20px;
}
#personnel-evaluation-institution .box03 .con02 .bnr02 p:nth-of-type(2) span {
  font-size: 50px;
}
#personnel-evaluation-institution .box03 .con02 .bnr02 p:nth-of-type(3) {
  font-size: 30px;
}
#personnel-evaluation-institution .box03 .con02 .txt04 {
  font-size: 25px;
  line-height: 1;
  margin-top: 40px;
}
#personnel-evaluation-institution .box03 .con03 {
  margin-top: 50px;
}
#personnel-evaluation-institution .box03 .con03 h3 {
  position: relative;
  margin-bottom: 50px;
}
#personnel-evaluation-institution .box03 .con03 h3 p {
  background: #05a76f;
  display: table;
  padding: 10px 35px 10px 10px;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
  font-size: 40px;
  line-height: 1;
}
#personnel-evaluation-institution .box03 .con03 h3::after {
  background: #05a76f;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 5px;
  content: "";
  display: block;
  margin-left: -20px;
}
#personnel-evaluation-institution .box03 .con03 .txt01 {
  font-size: 25px;
  line-height: 1.8;
  margin: 40px 0;
}
#personnel-evaluation-institution .box03 .con03 .bnr01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(img/personnel-evaluation-institution/box03_con03_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 40px 50px;
  border: 3px solid #05a76f;
}
#personnel-evaluation-institution .box03 .con03 .table01 {
  width: 100%;
}
#personnel-evaluation-institution .box03 .con03 .table01 tr th, #personnel-evaluation-institution .box03 .con03 .table01 tr td {
  font-size: 16px;
  line-height: 2.2;
}
#personnel-evaluation-institution .box03 .con03 .txt02 {
  font-size: 30px;
  line-height: 1;
  margin: 50px 0 20px;
}
#personnel-evaluation-institution .box03 .con03 .txt02::after {
  content: "";
  display: block;
  background: #ff0000;
  height: 3px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
}
#personnel-evaluation-institution .box03 .con03 .table02 tr th, #personnel-evaluation-institution .box03 .con03 .table02 tr td {
  font-size: 16px;
  line-height: 2.2;
}
#personnel-evaluation-institution .box03 .con03 .txt03 {
  font-size: 16px;
  line-height: 2.2;
}
#personnel-evaluation-institution .box03 .con04 .img {
  margin-top: 50px;
}

#recruitment .main {
  background: url(img/recruitment/main_bg.jpg) top left repeat;
  position: relative;
}
#recruitment .main .txt_box {
  line-height: 1;
  position: absolute;
  left: 50px;
  z-index: 20;
}
#recruitment .main .txt_box p:nth-of-type(1) {
  display: table;
  background: #005d3d;
  font-size: 20px;
  padding: 5px 10px;
}
#recruitment .main .txt_box p:nth-of-type(2) {
  font-size: 50px;
  margin: 15px 0 20px;
}
#recruitment .main .txt_box p:nth-of-type(3) {
  font-size: 18px;
}
#recruitment .main .bdr {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  z-index: 10;
  border: 1px solid #fff;
}
#recruitment .box01 {
  background: url(img/recruitment/box01_bg.jpg) top left repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #f7f5fa;
}
#recruitment .box01 .txt01 {
  font-size: 25px;
  line-height: 1;
  background: #05a76f;
  padding: 30px 0;
}
#recruitment .box01 .txt01 span {
  font-size: 40px;
}
#recruitment .box01 .inner {
  position: relative;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px auto 50px;
}
#recruitment .box01 .inner .txt02 {
  font-size: 30px;
  line-height: 1;
}
#recruitment .box01 .inner .txt02 p:nth-of-type(n + 2) {
  margin-top: 20px;
}
#recruitment .box01 .inner .txt02 .big {
  font-size: 50px;
}
#recruitment .box01 .inner .txt02 .paint {
  position: relative;
}
#recruitment .box01 .inner .txt02 .paint span {
  position: relative;
  z-index: 10;
}
#recruitment .box01 .inner .txt02 .paint::after {
  content: "";
  background: #fef500;
  width: 100%;
  height: 10px;
  left: 0;
  right: 0;
  bottom: 5px;
  position: absolute;
}
#recruitment .box01 .inner .human {
  position: absolute;
  left: 50px;
  bottom: -50px;
}
#recruitment .box01 .under {
  background: #005d3d;
  padding: 30px 0 25px;
  position: relative;
}
#recruitment .box01 .under .icon02 {
  position: absolute;
  left: 60px;
  top: -25px;
}
#recruitment .box01 .under .txt03 {
  font-size: 35px;
  line-height: 1;
}
#recruitment .box01 .under .txt04 {
  font-size: 40px;
  margin-top: 15px;
  line-height: 1;
}
#recruitment .box01 .under .txt04 span {
  font-size: 60px;
}
#recruitment .box02 {
  background: url(img/recruitment/box01_bg.jpg) top left repeat;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 70px;
  border: 5px solid #f7f5fa;
}
#recruitment .box02 .min {
  font-size: 20px;
  padding: 5px 50px;
  display: table;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1;
  background: #005d3d;
}
#recruitment .box02 h2 {
  font-size: 60px;
  line-height: 1;
  background: #05a76f;
  padding: 35px 0 20px;
}
#recruitment .box02 .con01 {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #f0f1f1;
  width: calc(100% - 100px);
  margin: 50px auto 0;
}
#recruitment .box02 .con01 h3 {
  font-size: 30px;
  line-height: 1;
  background: #005d3d;
  padding: 35px 0;
}
#recruitment .box02 .con01 ul {
  padding: 50px;
}
#recruitment .box02 .con01 ul li {
  font-size: 25px;
  line-height: 1;
}
#recruitment .box02 .con01 ul li:nth-of-type(n + 2) {
  margin-top: 20px;
}
#recruitment .box02 .text {
  font-size: 25px;
  line-height: 1.5;
  margin-top: 30px;
}
#recruitment .box02 .text span {
  font-size: 50px;
}
#recruitment .box02 .con02 {
  background: url(img/recruitment/box03_bg02.jpg) center bottom no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #f0f1f1;
  width: calc(100% - 100px);
  margin: 50px auto 0;
  padding-bottom: 40px;
}
#recruitment .box02 .con02 h3 {
  font-size: 30px;
  line-height: 1;
  background: #005d3d;
  padding: 35px 0;
  margin-bottom: 50px;
}
#recruitment .box02 .con02 .txt01 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 40px;
}
#recruitment .box02 .con02 .inner .item {
  position: relative;
}
#recruitment .box02 .con02 .inner .item .txt02 {
  font-size: 25px;
  line-height: 1.3;
  margin-top: 20px;
}
#recruitment .box02 .con02 .inner .item .icon01 {
  position: absolute;
  top: 50px;
  left: -70px;
}
#recruitment .box02 .con02 .inner .item .icon02 {
  position: absolute;
  top: 50px;
  right: -70px;
}
#recruitment .box02 .con02 .inner .item:nth-of-type(2) {
  margin: 0 110px 0 140px;
}
#recruitment .bnr01 {
  background: #005d3d;
  font-size: 35px;
  line-height: 1.5;
  position: relative;
  height: 200px;
  padding-left: 50px;
}
#recruitment .bnr01 p {
  position: relative;
  z-index: 30;
}
#recruitment .bnr01 span {
  font-size: 50px;
}
#recruitment .bnr01 .icon {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 10;
}
#recruitment .bnr01::after {
  content: "";
  position: absolute;
  background: #00462e;
  right: 0;
  bottom: 0;
  width: 555px;
  height: 170px;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
#recruitment .box03 {
  background: url(img/recruitment/box01_bg.jpg) top left repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  border-bottom: 5px solid #005d3d;
}
#recruitment .box03 .txt01 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#recruitment .box03 .text {
  font-size: 16px;
  line-height: 2.2;
}
#recruitment .box03 .img {
  margin-left: 50px;
}
#recruitment .box04 {
  background: url(img/recruitment/box04_bg.jpg) top left repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 150px 50px 50px;
  position: relative;
}
#recruitment .box04 h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: auto;
}
#recruitment .box04 .item {
  background: url(img/recruitment/box01_bg.jpg) top left repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
}
#recruitment .box04 .item .over {
  background: #05a76f;
}
#recruitment .box04 .item .over .no {
  font-size: 60px;
  line-height: 1;
  width: 120px;
  height: 120px;
  background: #005d3d;
  margin-right: 20px;
}
#recruitment .box04 .item .over h3 {
  font-size: 30px;
  line-height: 1.4;
}
#recruitment .box04 .item .inner {
  margin-top: 30px;
}
#recruitment .box04 .item .inner .img01 {
  margin-right: 40px;
}
#recruitment .box04 .item .inner p {
  font-size: 16px;
  line-height: 2.2;
}
#recruitment .box04 .item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#recruitment .bnr02 {
  background: url(img/recruitment/bnr02_bg.jpg) top left repeat;
  width: 100%;
  height: 200px;
  position: relative;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#recruitment .bnr02 p {
  font-size: 35px;
  line-height: 1.4;
  position: relative;
  z-index: 10;
}
#recruitment .bnr02 p span {
  font-size: 55px;
}
#recruitment .bnr02 .img {
  position: absolute;
  right: 0;
  bottom: 0;
}

#privacy_policy .txt01 {
  font-size: 16px;
  line-height: 2;
  margin-top: 50px;
}
#privacy_policy .day {
  font-size: 14px;
  text-align: right;
}
#privacy_policy .txt02 {
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
}
#privacy_policy .txt03 {
  font-size: 16px;
  line-height: 1;
  margin-top: 40px;
  text-align: right;
}
#privacy_policy .title {
  font-size: 20px;
  line-height: 1;
  margin-top: 40px;
}
#privacy_policy .box01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #000;
  padding: 50px;
  margin: 50px auto 0;
  display: table;
}
#privacy_policy .box01 p:nth-of-type(1) {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}
#privacy_policy .box01 p:nth-of-type(2) {
  font-size: 16px;
  line-height: 2;
  display: table;
  margin: 0 auto;
}
#privacy_policy .table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  border-top: none;
}
#privacy_policy .table .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #000;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 20px;
}
#privacy_policy .table .item .l_item {
  border-right: 1px solid #000;
  width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 50px;
}
#privacy_policy .table .item p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
}
#privacy_policy .table .item01 {
  padding: 15px 20px;
}

#sitemap .inner a {
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 366px;
  margin-right: 50px;
  box-sizing: border-box;
  padding-left: 20px;
  border-left: 5px solid #05a76f;
}
#sitemap .inner a:nth-of-type(3n) {
  margin-right: 0;
}
#sitemap .inner a:nth-of-type(n + 4) {
  margin-top: 50px;
}