@charset "UTF-8";
/**
 * 共通スタイル
 */
/* ==========================================================================
   section
   ========================================================================== */
/* ==========================================================================
   title
   ========================================================================== */
@font-face {
  font-family: 'Josefin Sans';
  src: url('/common/font/JosefinSans-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Josefin Sans';
  src: url('/common/font/JosefinSans-Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('/common/font/NotoSansJP-Black.otf') format('opentype');
  font-weight: 900;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/common/font/NotoSansJP-Bold.otf') format('opentype');
  font-weight: bold;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/common/font/NotoSansJP-Regular.otf') format('opentype');
  font-weight: 400;
}


iframe {
 max-width: 100%; !important;
}

   .full-h1 {
  margin-bottom: 12px;
  text-align: center; }
  .full-h1 img {
    height: 46px;
    width: 442px; }

.sttl01 {
  background: url(images/sttl01.gif) no-repeat left center;
  background-size: 6px 27px;
  border-bottom: 1px solid #dedede;
  color: #4a4a4a;
  font-size: 150%;
  letter-spacing: .15em;
  margin-bottom: 21px;
  margin-top: 55px;
  padding: 4px 0 4px 26px; }

.sttl02 {
  background: url(images/sttl02.gif) no-repeat left top;
  border-bottom: 1px solid #dedede;
  color: #01a152;
  font-size: 114.2857142857%;
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: 55px;
  padding-bottom: 11px;
  padding-top: 11px; }

@media screen and (max-width: 767px) {
  .pc{
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp{
    display: none;
  }
}
.c-btn-box{
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-btn-box{
    display: block;
    text-align: center;
  }
}
.c-btn01{
  position: relative;
  justify-content: space-between;
  padding: 11px 33px 11px 22px ;
  border: none;
  color: #fff;
  background: transparent linear-gradient(253deg, var(--unnamed-color-18a251) 0%, #70BE89 100%) 0% 0% no-repeat padding-box;background: transparent linear-gradient(253deg, #18A251 0%, #70BE89 100%) 0% 0% no-repeat padding-box;
  border-radius: 19px;
  vertical-align: middle;
  font-size: 13px;
  letter-spacing: 0.06em;
  cursor: pointer;
  line-height: 1;
  }
.c-btn01::after{
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 12px;
  width: 5px;
  height: 9px;
  transform: translateY(-50%);
  background-image: url(/images/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.c-btn02{
  text-align: center;
  position: relative;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 18px 114px 22px 114px ;
  border: none;
  color: #fff;
  background-color: #064E20;
  cursor: pointer;
}
.c-btn02::after{
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 12px;
  width: 5px;
  height: 9px;
  transform: translateY(-50%);
  background-image: url(/images/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-btn02{
    padding: 18px 0 22px 0 ;
    width: 90%;
  }
}


.c-btn03{
  position: relative;
  background-color: #004E20;
  color: #fff;
  border-radius: 3px;
  border: none;
  width: 275px;
  padding: 10px 0 12px 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-btn03{
    width: 100%;
  }
}
.c-btn03.p_business-btn{
  text-align: left;
  padding-left: 46px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.57;
}
.c-btn03.p_business-btn:before{
  font-size : 34px;
  color: #18A251;
  bottom: auto;
  top: 14px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-btn03.p_business-btn{
    letter-spacing: 0;
    padding-left: 50px;
  }
}
.c-btn03::before{
  position: absolute;
  bottom: -6px;
  left: 10px;
  font-family: "BarlowCondensed";
  font-weight: 600;
  font-style: italic;
  font-size: 80px;
  display: block;
  opacity: 0.1;
  line-height: 1;
}
.c-btn03.num01::before{
  content: "01";
}
.c-btn03.num02::before{
  content: "02";
}
.c-btn03.num03::before{
  content: "03";
}
.c-btn03::after{
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-image: url(/images/white-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;

}

.slick-dots button{
      margin: 0 5px;
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #fff;
      text-indent: -9999px;
      border: none;
      padding: 0;
      box-sizing: initial;
      cursor: pointer;
    }
   


  .slick-arrow{
    position: absolute;
    width: 23px;
    height: 46px;
    content: '';
    display: block;
    top:0;
    bottom: 0;
    margin: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;

  }
 
 .slick-dots{
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: none;
  }
    .slick-dots .button{
      margin: 0 5px;
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #fff;
      text-indent: -9999px;
    }
  .slick-active button{
      background: #18A251;
      border: solid 2px #fff;
    }
  
  .slick-dots > li:first-child:last-child {
    display: none;
  }

.c-side-bar-warp{
  position: relative;
  margin: 0 auto;
  width: 1080px;
}
.c-side-bar{
  position: absolute;
  right: 0;
  top: 0;
  width: 175px;
  /*top:65px;*/
  /*right: 10%;*/
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-side-bar-warp{
    display: none;
  }
  .c-side-bar {
    display: none;
  }

  .side-nav__txt {
    color: #4A4A4A;
    font-size: 13px;
    line-height: 1.45;
    vertical-align: middle;
  }
}

.c-recruit-white-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: transparent linear-gradient(135deg, #02679F 0%, #85BE70 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 767px) {
  .c-recruit-white-arrow{
    width: 38px;
    height: 38px;
  }
}

.c-recruit-white-arrow::before {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  background-image: url(/recruit/images/recruit-white-arrow.svg);
  background-repeat: no-repeat;
}


.c-contents-inner{
  width: 1140px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-contents-inner{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .c-contents-wrapper{
    min-width: inherit;
  }
}

@media screen and (min-width: 768px) {
  .c-contents-min-width{
    min-width: 1080px;
  }
}


@media screen and (max-width: 767px) {
  .full-h1 img {
    height: 30px;
    width: 288px; }

  .sttl01 {
    background-size: 4px 17px;
    font-size: 114.2857142857%;
    margin: 0 0 10px 16px;
    padding-left: 13px; }

  .sp-pdg .sttl01 {
    margin-left: 0;
    margin-bottom: 16px; }

  .sttl02 {
    background-size: 100% 3px; } }
/* ==========================================================================
   button
   ========================================================================== */
@media screen and (max-width: 767px) {
  .btn-back {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 1.0;
    margin: 16px 16px 0;
    clear: both; }
    .btn-back a {
      display: block;
      padding-bottom: 12px;
      padding-top: 12px; }
      .btn-back a:before {
        background: url(images/icon_arrow03.png) no-repeat left top;
        background-size: 11px 11px;
        content: '';
        display: inline-block;
        height: 11px;
        margin-right: 10px;
        width: 11px; } }
/* ==========================================================================
   table
   ========================================================================== */
.tbl01 {
  text-align: left;
  width: 863px; }
  .tbl01 tr {
    border-bottom: 1px solid #dedede;
    font-size: 100%; }
  .tbl01 th {
    padding: 13px 25px 13px 0; }
  .tbl01 td {
    padding: 13px 0 13px 0; }

@media screen and (max-width: 767px) {
  .tbl01 {
    width: 100%; }
    .tbl01 th, .tbl01 td {
      width: 100%;
      display: block; }
    .tbl01 th {
      padding: 12px 0 0px 0; }
    .tbl01 td {
      padding: 0 0 12px 0; } }

.tbl02 {

  text-align: left;
  width: 863px; }
  .tbl02 tr {
	  border-right: 1px solid #dedede;
	  border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
    font-size: 100%; }
  .tbl02 th {
 	  border-right: 1px solid #dedede;
    padding: 8px 25px 8px 0; 
	background-color:lightgray;}
  .tbl02 td {
 	  border-right: 1px solid #dedede;
   padding: 13px 4px 13px 4px; }
   td.seido { width: 260px; }
   td.gaiyou { width: 603px; }

  .tbl02 caption {
    text-align: left; }

@media screen and (max-width: 767px) {
  .tbl02 {
    width: 100%; }
	.tbl02 th ,
	.tbl02 td {
      width: 100%;
      display: block; }
    .tbl02 th {
      padding: 12px 0 0px 0; }
    .tbl02 td {
      padding: 0 0 12px 0; } }

.tbl03 {

  text-align: left;
  width: 500px; }
  .tbl03 tr {
	  border-right: 1px solid #dedede;
	  border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
    font-size: 100%; }
  .tbl03 th {
 	  border-right: 1px solid #dedede;
    padding: 8px 25px 8px 25px; 
	background-color:lightgray;}
  .tbl03 td {
	  border-right: 1px solid #dedede;
   padding: 13px 4px 13px 4px; }
  .tbl03 caption {
    text-align: left; }
@media screen and (max-width: 767px) {
  .tbl03 {
	  width: 100%; }}

/*
@media screen and (max-width: 767px) {
  .tbl03 {
    width: 100%; }
    .tbl03 th, .tbl03 td {
      width: 100%;
      display: block; }
    .tbl03 th {
      padding: 12px 0 0px 0; }
    .tbl03 td {
      padding: 0 0 12px 0; } }
*/

.tbl04 {

  text-align: left;
  width: 410px; }
  .tbl04 tr {
	  border-right: 1px solid #dedede;
	  border-left: 1px solid #dedede;
	  border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
    font-size: 100%; }
  .tbl04 th {
 	  border-right: 1px solid #dedede;
    padding: 8px 5px 8px 5px; 
	background-color:lightgray;}
  .tbl04 td {
	  border-right: 1px solid #dedede;
   padding: 13px 4px 13px 4px; }
  .tbl04 caption {
    text-align: left; }
@media screen and (max-width: 767px) {
  .tbl04 {
	  width: 100%; }}

/*
@media screen and (max-width: 767px) {
  .tbl04 {
    width: 100%; }
    .tbl04 th, .tbl04 td {
      width: 100%;
      display: block; }
    .tbl04 th {
      padding: 12px 0 0px 0; }
    .tbl04 td {
      padding: 0 0 12px 0; } }
*/

.tbl05 {

  text-align: left;
  width: 500px; }
  .tbl05 tr {
	  border-right: 1px solid #dedede;
	  border-left: 1px solid #dedede;
	  border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
    font-size: 100%; }
  .tbl05 th {
 	  border-right: 1px solid #dedede;
    padding: 8px 5px 8px 5px; 
	background-color:lightgray;}
  .tbl05 td {
	  border-right: 1px solid #dedede;
   padding: 13px 4px 13px 4px; }
  .tbl05 caption {
    caption-side: bottom;
    text-align: right; }
@media screen and (max-width: 767px) {
  .tbl05 {
	  width: 100%; }}

/*
@media screen and (max-width: 767px) {
  .tbl05 {
    width: 100%; }
    .tbl05 th, .tbl05 td {
      width: 100%;
      display: block; }
    .tbl05 th {
      padding: 12px 0 0px 0; }
    .tbl05 td {
      padding: 0 0 12px 0; } }
*/