/*----------------------------------------------------
      共通css
  ----------------------------------------------------*/

.corporate__inner dt {
text-align: left;
}

.corporate__inner dd {
text-align: left; 
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
  .slick-track {
    padding-bottom: 2rem;
  }

  .btn-web.a a, .btn-web.b a {
    width: 100%;
  }

  .btn-vert {
    display: flex;
  }

  .btn-parts {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

  .btn-vert .btn-web {
    margin: 0px 25px;
  }

  p.aimg img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }

  .btn-web.a a, .btn-web.b a {
    width: 110%;
    padding: 1.6rem 4.0rem;

    border-radius: 10px;
  }

  .btn-web.b a {
    background-color: #297de6;
    color: white;
  }

  .sticky_area {
    display: none;
  }

  .sticky_area {
    display: block;
    flex-wrap: wrap;
    background: #fff0;
    position: fixed;
    bottom: 14%;
    z-index: 2;
    padding: 5px 0;
    /*width: 97%;*/
    text-align: right;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    height: auto;
  }
  .sticky_area p.btn-web_fmax1 {
    width: 128px;
    background: black;
    position: relative;
    left: 93%;
    height: 128px;
    border-radius: 90px;
  }

  .sticky_area p.btn-web_fmax1 a {
    color: white;
    position: relative;
    top: 30%;
    left: 0%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;
  }
  .sticky_area p.btn-web_f1 {
    width: 400px;
    background: black;
    position: absolute;
    right: 50%;
    height: auto;
    margin-right: 20px;
    border-radius: 10px;
    margin-top: 6px;
    margin-bottom: 10px;
	      background-color: #FFC000;
    border: #bb9f09 3px solid;
    border-radius: 0px;
	  
  }

.sticky_area p.btn-web_f1 a {
    position: relative;
    top: 0;
    left: 0%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    line-height: 25px;
    height: 100%;
    padding: 10px;
    background: url(https://www.setsubikanri-taizen.com/wp/wp-content/uploads/black_arrow.png) right 25px center no-repeat;
    background-size: 25px auto;
    /* font-family: Yu Gothic; */
    color: #783b1e;
    font-size: 14px;
}
.sticky_area .btn-web_f2 {
    width: 400px;
    background: black;
    position: relative;
    display: block;
    left: 50%;
    height: auto;
    margin-left: 20px;
    margin-top: 6px;
    margin-bottom: 10px;
    background-color: #1062c9;
    color: white;
    border: #678ebf 3px solid;
}
  .sticky_area p.btn-web_f2 a {
    color: white;
    position: relative;
    top: 0;
    left: 0%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    line-height: 25px;
    height: 100%;
    padding: 10px;
	    background: url(https://www.setsubikanri-taizen.com/wp/wp-content/uploads/white_arrow.png) right 25px center no-repeat;
    background-size: 25px auto;
    /* font-family: Yu Gothic; */
    font-size: 14px;
  }

  .l-pagetop {
    bottom: 2px;
  }


  .sticky_area .btn-web_fmax2 {
    width: 128px;
    background: black;
    position: relative;
    left: 93%;
    height: 128px;
    border-radius: 90px;
    margin-top: 20px;
  }


  .sticky_area p.btn-web_fmax2 a {
    color: white;
    position: relative;
    top: 30%;
    left: 0%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;

  }
  #breadcrumb {
    margin: 10px auto;
  }
  .date-low {
    width: 1000px;
    margin: 0px auto 80px;
  }



}

@media screen and (min-width: 481px) {
  .innerBox-title-deco01 {
    color: #3d8ba1;
    border-left: 7px solid #3d8ba1;
  }

  .btn-web-consultation a {
    background: url(img/icon_window.svg) left 25px center no-repeat;
    background-size: 18px auto;
    background-color: #f4aa1b;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
    height: auto;
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    border-radius: 10px;
    border: solid 3px #000;
    cursor: pointer;
    text-decoration: none;
    padding: 1.6rem 4.5rem 1.6rem 4.5rem;
    margin: 0 auto 3rem;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }

  .btn-web-consultation a:hover {
    opacity: 0.7;
  }

  .those-who-applying {
    font-size: 16px;
    font-weight: bold;
  }

  .btn-web a {
    border-radius: 10px;
  }

  .l-header-area {
    min-width: 1250px;
  }

  .annotation {
    text-align: center;
    margin-top: -30px;
  }

  .center {
    text-align: center;
  }

  .orange {
    background-color: #f4aa1b;
    color: #000;
  }

  .blue {
    background-color: #297de6;
    color: white;
  }

  .txtblk {
    color: #000;
  }

  .btn-vert .btn-web {
    width: 33.3%;
  }

  .bigch {
    font-size: 20px;

  }

  .igyousyu {
    display: table;
    text-align: center;
    margin: 30px auto 0;
  }

  .igyousyu_ttl {
    text-align: center;
    margin: 4rem auto 4rem;
    font-size: 2rem;
    font-weight: 700;
  }

  .igyousyu_item {

    padding: 0;
    width: 330px;
    border: solid 3px #000;
    background: #fff;
    position: relative;
    float: left;
    height: 100%;
    min-height: 1px;
  }

  .igyousyu_item a {
    display: block;
    text-decoration: none;
    outline: none;
  }

  .igyousyu_item .tag {
    padding: 0.2rem 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
  }

  .igyousyu_item .boxTitle.quickly {
    color: #38bb7e;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    position: absolute;
    top: 0;
    text-align: left;
    height: 100%;
    padding: 0.5rem 1rem 0;
    letter-spacing: 3.8px;
    opacity: 1;
  }




  .igyousyu_item .tag.experienced {
    background: #f24d4d;
    color: #fff;
  }

  .igyousyu_item .tag.inexperienced {
    background: #38bb7e;
  }

  .igyousyu_item .boxTitle.activeduty {
    color: #38bb7e;
    text-align: right;
    width: 100%;
  }

  .igyousyu_item .btn {
    padding: 0 2.2rem 2px 0;
    font-size: 1.5rem;
    text-align: right;
    background: url(img/arrow01_black.svg) no-repeat right 0.5rem center / 14px auto;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #000;
    position: absolute;
    bottom: -30px;
  }

  .igyousyu_item:hover {
    opacity: 0.7;
  }

  .ttl+.chapter>li {
    list-style-type: decimal;
    font-size: 20px;
    font-weight: bold;
  }

  .contents-full li {
    position: static;
    padding: 0;
  }

  .chapter {
    padding: 2rem 1rem 2rem 4rem;
  }

  .chapter .chapter {
    margin: 2rem 1rem;
  }

  .chapter .chapter li {
    font-size: 15px;
    font-weight: normal;
  }

  .contents-right li::before, .contents-left li::before, .contents-full li::before {
    content: none;
  }

  a.btn_y {
    background-color: #FFC000;
    border: #bb9f09 3px solid;
    color: #783b1e;
    border-radius: 0px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
    font-weight: bold;
    margin: 30px 0px 15px 0px;
    background: url(https://www.setsubikanri-taizen.com/wp/wp-content/uploads/black_arrow.png) right 25px center no-repeat;
    background-size: 30px auto;
    /* font-family: Yu Gothic; */
  }

  a.btn_b {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
    font-weight: bold;
    margin: 30px 0px 15px 0px;
    background-color: #1062c9;
    border: #678ebf 3px solid;
    border-radius: 0px;
    background: url(https://www.setsubikanri-taizen.com/wp/wp-content/uploads/white_arrow.png) right 25px center no-repeat;
    background-size: 30px auto;
    /* font-family: Yu Gothic; */
  }

  .underline {
    text-decoration: underline;
  }

  .bold {
    font-weight: bold;
  }

  .senpai {
    color: #fff;
    background-color: #FFC000;
    border: #bb9f09 3px solid;
    border-radius: 0px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
    font-weight: bold;
    margin: 30px 0px 15px 0px;
    background-size: 30px auto;
    /* font-family: Yu Gothic; */
  }

  .mtint {
    margin-top: 50px
  }

  .jisseki {
    color: orange;
    font-weight: bold;

  }

  .kigyoumidashi {
    background-color: #e3eff2;
    display: table;
    padding: 4px 10px;
  }

  .mv_small {
    font-size: 10px;
  }

  .onlinemeeting_link a {
    max-width: 450px;
    line-height: 2.8;
    margin: 0 auto;
  }

  .yajirushi {
    float: left;
    margin: 0px 20px 0 0;
  }

  .yokuaru {
    height: 360px;
  }
 .yajirushimidashi {
    font-size: 20px;
    font-weight: bold;
  }
.sticky_area.sp {
    display: none;
}
/*2022.09.20*/
.sticky_area-custom .sticky_area .btn-web_f1:after {
    content: '';
    position: absolute;
	background: url(https://www.setsubikanri-taizen.com/wp/wp-content/uploads/icon-03-202209.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size:100%;
    z-index: 1;
	top: 23%;
	left:3%;
}
.sticky_area-custom .sticky_area .btn-web_f2:after {
    content: '';
    position: absolute;
	background: url(https://www.setsubikanri-taizen.com/wp/wp-content/uploads/icon-01-202209.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size:100%;
    z-index: 1;
	top: 20%;
	left:3%;
}	
.sticky_area-custom  .sticky_area p.btn-web_f1 a {
	background: url(https://www.setsubikanri-taizen.com/wp/wp-content/uploads/icon-07-202209.png) right 25px center no-repeat;
	background-size:3%;
	color:#fff;
}	
.sticky_area-custom  .sticky_area p.btn-web_f2 a {
	background: url(https://www.setsubikanri-taizen.com/wp/wp-content/uploads/icon-07-202209.png) right 25px center no-repeat;
	background-size:3%;
}	
.text-l{
	font-size:2rem;
	}	
	
	
	
}













/*----------------------------------------------------
      SPサイトcss
  ----------------------------------------------------*/

@media screen and (max-width: 480px) {
  .slick-track {
    padding-bottom: 3rem;
  }

  .btn-web.a a, .btn-web.b a {
    width: 100%;
    padding: 1.6rem 4.0rem;
    padding-left: 4.7rem;
    border-radius: 10px;
  }

  .btn-vert .btn-web {
    margin: 0px 11px;
  }
.sticky_area.pc {
    display: none;
}
span.underline_big {
    font-size: 1.52rem;
}
p.btn-web_f1 {
    position: relative;
}
p.btn-web_f1:before,
p.btn-web_f1:after {
    content: '';
    position: absolute;
    background: url(https://www.setsubikanri-taizen.com/wp/wp-content/uploads/denwa.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 42%;
    z-index: 1;
    top: 40%;
}
p.btn-web_f1:before {
    left: 8px;
}
p.btn-web_f1:after {
    right: -14px;
}
.sticky_area .btn-web_f1 a {
    margin: 0 auto;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 5px 10px 5px;
    border: 3px solid #4d2300;
    background: #d8d8d8;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
    background-size: 20px auto;
}
.sticky_area .btn-web_f2 a {
    margin: 0 auto;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 5px 10px 5px 0;
    border: 3px solid #3578ad;
    color: #fff;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
    background: url(https://www.setsubikanri-taizen.com/wp/wp-content/uploads/white_arrow.png) right 5px center no-repeat #0099cb;
    background-size: 20px auto;
}

  .sticky_area {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    position: sticky;
    position: -webkit-sticky;
    /*Safari用ベンダープレフィックス*/
    bottom: 0;
    z-index: 2;
    padding: 5px 0;
  }

  .sticky_area p {
    width: 50%;
    margin: 0 auto;
  }

  .sticky_area p a {
    width: 95%;
  }

  /*2021.01.12 END*/

  .sticky_area .btn-web_fmax1 a {
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    border: 3px solid #000;
    background: #297de6;
    color: #fff;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
  }

  .sticky_area .btn-web_fmax2 a {
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    border: 3px solid #000;
    background: #f4aa1b;
    color: #000;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
  }

  .btn-web_fmax1 a::after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    margin: auto;
    content: "";
  }

  .btn-web_fmax2 a::after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    margin: auto;
    content: "";
  }

  .innerBox-title-deco01 {
    color: #3d8ba1;
    border-left: 7px solid #3d8ba1;
  }

  .btn-web-consultation a {
    background-size: 15px auto;
    display: block;
    box-sizing: border-box;
    width: 82%;
    font-weight: bold;
    height: auto;
    position: relative;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    padding: 1.6rem 4.5rem;
    margin: 0 auto 2rem;
    background: url(img/icon_window.svg) left 25px center no-repeat;
    background-size: 15px auto;
    background-color: #f4aa1b;
    border: solid 3px #000;
    max-width: 450px;

  }

  .btn-web a {
    border-radius: 10px;
  }

  p.aimg img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  .indent-area {}

  .indent-area ol {
    margin: 0;
    padding: 1rem 0.5rem 1rem 3rem;
    background: #FFF;
    line-height: 2;
  }

  .indent-area li {
    margin: 0 0 10px 0;
  }

  .indent-area li a {
    display: block;
    font-size: 1.5rem;
    line-height: 1.9rem;
    padding: 0 10px 0px 0px;
  }

  .indent-area li a:before {
    content: none;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #635246;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    margin: 0 10px 0 -10px;
  }

  .annotation {
    text-align: center;
    margin-top: -15px;
  }

  .center {
    text-align: center;
  }


  .orange {
    background-color: #f4aa1b;
    color: #000;
  }

  .blue {
    background-color: #297de6;
    color: white;
  }

  .txtblk {
    color: #000;
  }

  .bigch {
    font-weight: bold;
  }

  .igyousyu {
    display: table;
    text-align: center;
    margin: 30px auto 0;
  }

  .igyousyu_ttl {
    text-align: center;
    margin: 4rem auto 4rem;
    font-size: 2rem;
    font-weight: 700;
  }

  .igyousyu_item {
    margin: 0 10px 30px;
    padding: 0;
    width: 330px;
    border: solid 3px #000;
    background: #fff;
    position: relative;

    height: 100%;
    min-height: 1px;
  }

  .igyousyu_item a {
    display: block;
    text-decoration: none;
    outline: none;
  }

  .igyousyu_item .tag {
    padding: 0.2rem 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
  }

  .igyousyu_item .boxTitle.quickly {
    color: #38bb7e;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    position: absolute;
    top: 0;
    text-align: left;
    height: 100%;
    padding: 0.5rem 1rem 0;
    letter-spacing: 3.8px;
    opacity: 1;
  }




  .igyousyu_item .tag.experienced {
    background: #f24d4d;
    color: #fff;
  }

  .igyousyu_item .tag.inexperienced {
    background: #38bb7e;
  }

  .igyousyu_item .boxTitle.activeduty {
    color: #38bb7e;
    text-align: right;
    width: 100%;
  }

  .igyousyu_item .btn {
    padding: 0 2.2rem 2px 0;
    font-size: 1.5rem;
    text-align: right;
    background: url(img/arrow01_black.svg) no-repeat right 0.5rem center / 14px auto;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #000;
    position: absolute;
    bottom: -30px;
  }

  .igyousyu_item:hover {
    opacity: 0.7;
  }

  .ttl+.chapter>li {
    list-style-type: decimal;
    font-size: 16px;
    font-weight: bold;
  }

  .contents-full li {
    position: static;
    padding: 0;
  }

  .chapter {
    padding: 2rem 1rem 2rem 4rem;
  }

  .chapter .chapter {
    margin: 2rem 1rem;
  }

  .chapter .chapter li {
    font-size: 14px;
    font-weight: normal;
  }

  .contents-right li::before, .contents-left li::before, .contents-full li::before {
    content: none;
  }

  a.btn_y {
    background-color: #FFC000;
    border: #bb9f09 3px solid;
    color: #783b1e;
    border-radius: 0px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
    font-weight: bold;
    margin: 30px 0px 15px 0px;
    background: url(https://www.setsubikanri-taizen.com/wp/wp-content/uploads/black_arrow.png) right 25px center no-repeat;
    background-size: 25px auto;
    /* font-family: Yu Gothic; */
  }

  a.btn_b {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
    font-weight: bold;
    margin: 30px 0px 15px 0px;
    background-color: #1062c9;
    border: #678ebf 3px solid;
    border-radius: 0px;
    background: url(https://www.setsubikanri-taizen.com/wp/wp-content/uploads/white_arrow.png) right 25px center no-repeat;
    background-size: 25px auto;
    font-family: Yu Gothic;
  }

  .underline {
    text-decoration: underline;
  }

  .bold {
    font-weight: bold;
  }

  .senpai {
    color: #fff;
    background-color: #FFC000;
    border: #bb9f09 3px solid;
    border-radius: 0px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
    margin: 30px 0px 15px 0px;
    background-size: 25px auto;
    /* font-family: Yu Gothic; */
  }

  .mtint {
    margin-top: 50px
  }

  .jisseki {
    color: orange;
    font-weight: bold;

  }

  .kigyoumidashi {
    background-color: #e3eff2;
    display: table;
    padding: 4px 10px;
  }

  .mv_small {
    font-size: 10px;
  }

  .onlinemeeting_link {
    width: 82%;
    margin: 0 auto;
  }

  .yajirushi {
    display: none;
  }
  .date-low {
    padding: 0 3%;
    font-size: 13px;
  }
/*2022.09.20*/

  .sticky_area-new {
    display: flex;
    display: -webkit-flex;
    background-color: rgba(0, 0, 0, 0.6);
    position: sticky;
    position: -webkit-sticky;
    /*Safari用ベンダープレフィックス*/
    bottom: 0;
    z-index: 2;
  }	
 .sticky_box {
    width: 50%;
    margin: 0 auto;
   text-align:center;
   font-size:13px;
   position: relative;
   font-weight:bold;
  } 
.sticky_box a{
  color:#fff;
  text-decoration: none;
  display:block;
  height:100%;
}	
.b01{
	background-color: #FFC000;
	border: #bb9f09 3px solid;
}
 .b01:before{
   content: '';
    position: absolute;
    background: url(https://www.setsubikanri-taizen.com/wp/wp-content/uploads/icon-03-202209.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 80%;
    z-index: 1;
    top: 35%;
    left: 3%;
 } 
.b01:after{
  content: '';
    position: absolute;
    background: url(https://www.setsubikanri-taizen.com/wp/wp-content/uploads/icon-07-202209.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 50%;
    z-index: 1;
    top: 40%;
    right: 0;
}

.b01 a{
  padding:10% 0;
}
  
.b02{
	background-color: #1062c9;
	border: #678ebf 3px solid;
}
 .b02 a{
  padding:3% ;
}

.b02:before{
   content: '';
    position: absolute;
    background: url(https://www.setsubikanri-taizen.com/wp/wp-content/uploads/icon-02-202209.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 80%;
    z-index: 1;
    top: 30%;
    left: 3%;
 } 
.b02:after{
  content: '';
    position: absolute;
    background: url(https://www.setsubikanri-taizen.com/wp/wp-content/uploads/icon-07-202209.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 50%;
    z-index: 1;
    top: 40%;
    right: 0;
}
		
	
	
	
    
}