@charset "utf-8";


/*共通下層フッター　斜め背景*/
/*斜め背景*/
.diagonal_company_kaso {
  overflow: hidden;
  position: relative;
}
.diagonal_company_kaso:before {
  content: '';
  position: absolute;
  top: 18%;
  left: 0;
  width: 200vw;
  height: 113%;
  margin: -100px -13% 0;
  background: #f6f6f6;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  z-index: -1;
}
@media(min-width:2500px) {
.diagonal_company_kaso:before {
	width: 130%;
}
}
@media (max-width: 1199px) {
.diagonal_company_kaso:before {
	top: 40%;
}
}
@media (max-width: 1024px) {
.diagonal_company_kaso:before {
	top: 44%;
}
}
@media (max-width: 767px) {
.diagonal_company_kaso:before {
    top: 37%;
    margin: -75px -13% 0px;
}
}
@media (max-width: 425px) {
.diagonal_company_kaso:before {
    top: 40%;
}
}
@media (max-width: 375px) {
.diagonal_company_kaso:before {
    top: 48%;
}
}


/*///////////////// 事業案内///////////////// */
/*メイン画像*/
.main-kaso-bg1{
    background-image:url("../img/kaso/services/main-new.png");
    height: 540px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 991px){
.main-kaso-bg1{
    height: 450px;
}
}
@media screen and (max-width: 767px){
.main-kaso-bg1{
    margin-top: -170px;
}
}
@media screen and (max-width: 425px){
.main-kaso-bg1{
    height: 369px;
}
}

/*メイン画像のタイトル*/
/*枠*/
.main-kaso-bg1_box {
    position: absolute;
    margin-top: 205px;
    left: 21%;
}
@media screen and (max-width: 1440px){
.main-kaso-bg1_box {
    left: 13%;
}
}
@media screen and (max-width: 1199px){
.main-kaso-bg1_box {
    left: 13%;
}
}
@media screen and (max-width: 991px){
.main-kaso-bg1_box {
    margin-top: 170px;
}
}
@media screen and (max-width: 767px){
.main-kaso-bg1_box {
    left: 0%;
    position: static;
    padding-top: 29%;
}
}
@media screen and (max-width: 480px){
.main-kaso-bg1_box {
    padding-top: 38%;
}
}
@media screen and (max-width: 425px){
.main-kaso-bg1_box {
    padding-top: 35%;
}
}
@media screen and (max-width: 375px){
.main-kaso-bg1_box {
    padding-top: 40%;
}
}
@media screen and (max-width: 320px){
.main-kaso-bg1_box {
    padding-top: 47%;
}
}
/*メイン画像　アイコン*/
@media screen and (max-width: 767px){
img.title_icon {
    display: block;
    margin: auto;
}
}
/*1段目*/
.main-kaso-bg1_t1{
	font-size: 42px;
    letter-spacing: 0.2rem;
	color: #ef4125;
    font-family: 'myfont-Medium';
    margin-top: 15px;
}
@media screen and (max-width: 991px){
.main-kaso-bg1_t1{
    font-size: 35px;
    margin-bottom: 0.5rem;
}
}
@media screen and (max-width: 767px){
.main-kaso-bg1_t1{
    text-align: center;
    margin-top: 0px;
}
}
@media screen and (max-width: 375px){
.main-kaso-bg1_t1{
    font-size: 30px;
}
}
/*2段目*/
.main-kaso-bg1_t2{
    font-size: 20px;
    letter-spacing: 0.2rem;
    margin-top: 15px;
    font-family: 'myfont-Bold';
    color: #fff;
    margin-top: -5px;
}
@media screen and (max-width: 991px){
.main-kaso-bg1_t2{
    font-size: 17px;
}
}
@media screen and (max-width: 767px){
.main-kaso-bg1_t2{
    text-align: center;
}
}
/*//斜め背景　グレー　右側//*/
.diagonal_services {
  overflow: hidden;
  position: relative;
}
.diagonal_services:before {
  content: '';
  position: absolute;
  top: 2%;
  left: 0;
  width: 200vw;
  height: 90%;
  margin: -500px -9% 0;
  background: #f6f6f6;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  z-index: -1;
}
@media(min-width:2500px) {
.diagonal_services:before {
    width: 130%;
}
}
@media (max-width: 1440px) {
.diagonal_services:before {
    margin: -477px -13% 0;
}
}
@media (max-width: 1199px) {
.diagonal_services:before {
    margin: -410px -13% 0;
}
}
@media (max-width: 1024px) {
.diagonal_services:before {
    top:6%;
}
}
@media (max-width: 991px) {
.diagonal_services:before {
    top: 22%;
}
}
@media (max-width: 767px) {
.diagonal_services:before {
    top: 20%;
    height: 66%;
}
}
@media (max-width: 425px) {
.diagonal_services:before {
    top: 20%;
    margin: -445px -33% 0;
    height: 75%;
}
}
@media (max-width: 375px) {
.diagonal_services:before {
    height: 79%;
}
}
@media (max-width: 320px) {
.diagonal_services:before {
    height: 84%;
}
}
/*コンテンツ１*/
img.services_img{
    filter: drop-shadow(-2px 4px 5px rgba(0, 0, 0, 0.2));
    padding-top: 90px;
}
@media (max-width:480px){
img.services_img{
    padding-top: 40px;
}
}
@media (max-width:767px){
img.services_img.services_img-sp {
    padding-top: 30px;
}
}
p.services_t1 {
    text-align: center;
    font-size: 19px;
    margin-top: 60px;
}
@media (max-width:991px){
p.services_t1 {
    font-size: 16px;
    margin-top: 30px;
}
}
@media (max-width:767px){
p.services_t1 {
    text-align: left;
    font-size: 13px;
}
}
/*コンテンツ2*/
img.services_leaf {
    width: 100%;
    margin: auto;
    height: auto;
    display: block;
}
.services_con2_box{
    padding-top: 160px;
}
@media (max-width:1024px){
.services_con2_box{
    padding-top: 200px;
}
}
@media (max-width:991px){
.services_con2_box{
    padding-top: 80px;
}
}
@media (max-width:767px){
.services_con2_box{
    padding-top: 80px;
}
}
@media (max-width:425px){
.services_con2_box{
    padding-top:50px;
}
}
/*左側*/
img.services_leaf {
}
@media (max-width:991px){
img.services_leaf {
    padding-top: 40px;
}
}
@media (max-width:767px){
img.services_leaf {
    padding-top: 15px;
}
}
img.online_leaf_on {
    padding-top: 80px;
    width: 53px;
}
@media (max-width:991px){
img.online_leaf_on {
    padding-top: 40px;
}
}
@media (max-width:767px){
img.online_leaf_on {
    width: 10%;
}
}
/*右側*/
.services_con2_t1_box{
	mix-blend-mode: multiply;
/*	background-color: #60b0e2;*/
    background-color: rgb(96 176 226 / 80%);
    position: relative;
    margin: 35px 0px 0px -85px;
}
@media (max-width:1199px){
.services_con2_t1_box{
	margin: 35px 0px 0px -60px;
}
}
@media (max-width:991px){
.services_con2_t1_box{
    margin: 60px 0px 0px -60px;
}
}
@media (max-width:767px){
.services_con2_t1_box{
    margin: 30px 0px 0px 0px;
    width: 100%;
}
}
p.services_con2_t1 {
    color: #fff;
    font-size: 28px;
    text-align: left;
	padding: 5px 10px 5px 90px;
	font-family: 'myfont-Bold';
    letter-spacing: 0.08rem;
}
@media (max-width:1199px){
p.services_con2_t1 {
    font-size: 25px;
    padding: 5px 10px 5px 70px;
}
}
@media (max-width:991px){
p.services_con2_t1 {
	font-size: 22px;
}
}
@media (max-width:767px){
p.services_con2_t1 {
    padding: 5px 15px;
	text-align: center;
}
}
@media (max-width:480px){
p.services_con2_t1 {
    font-size: 20px;
}
}
p.services_con2_t2 {
    font-size: 18px;
    margin: 30px 0px 0px 10px;
	line-height: 2.0rem;
}
@media (max-width:1199px){
p.services_con2_t2 {
    margin: 30px 0px 0px 10px;
    font-size: 16px;
}
}
@media (max-width:991px){
p.services_con2_t2 {
    font-size: 13px;
    line-height: 1.6rem;
}
}
@media (max-width:767px){
p.services_con2_t2 {
    font-size: 13px;
    line-height: 1.4rem;
    margin: 0px;
}
}
p.services_con2_t2_l {
    font-size: 18px;
    margin: 30px 0px 0px 60px;
    line-height: 2.0rem;
}
@media (max-width:1199px){
p.services_con2_t2_l {
    font-size: 16px;
}
}
@media (max-width:991px){
p.services_con2_t2_l {
    font-size: 13px;
    line-height: 1.6rem;
}
}
@media (max-width:767px){
p.services_con2_t2_l {
    font-size: 13px;
    line-height: 1.4rem;
    margin: 15px 0px 0px 0px;
}
}
/*コンテンツ3*/
.services_con_bg {
    background-color: #f6f6f6;
    margin-top: 90px;
}
@media (max-width:425px){
.services_con_bg {
    margin-top: 50px;
}
}
/*コンテンツ　タイトル*/
p.services_con3_t1 {
    font-size: 27px;
    text-align: center;
	padding-top: 70px;
    font-family: 'myfont-Bold';
    letter-spacing: 0.2rem;
}
@media (max-width:425px){
p.services_con3_t1 {
	font-size: 22px;
    padding-top: 50px;
}
}
.blue{
    color: #60b0e2;
}
.cservices_con3_width {
    width: 1120px;
    display: block;
    margin: auto;
}
@media (max-width: 1024px){
.cservices_con3_width {
    width: 100%;
}
}
/*///スライダー///*/
/* swiper4
--------------------------------------*/
.swiper-custom-parent{
  margin: 60px auto 100px;/*///左右中央寄せ///*/
/*//矢印の外側までの幅///*/
/*  width:1200px;*/
  position: relative;
}
@media (max-width: 1300px){
.swiper-custom-parent{
    width: 900px;
}
}
@media (max-width: 1199px){
.swiper-custom-parent{
	margin: 30px auto 0px;
	width: 700px;
}
}
@media (max-width: 991px){
.swiper-custom-parent{
    width: 550px;
}
}
@media (max-width: 767px){
.swiper-custom-parent{
    width: 348px;
 	margin: 25px auto;
}
}
@media (max-width: 320px){
.swiper-custom-parent{
    width: 319px;
}
}
.swiper-container.swiper-con444{
	width: 100%!important;/*///画像が入る幅///*/
    height: 400px;
}
@media (max-width: 1199px){
.swiper-container.swiper-con444{
    height: 350px;
}
}
@media (max-width: 1024px){
.swiper-container.swiper-con444{
    height: 350px;
}
}
@media (max-width: 991px){
.swiper-container.swiper-con444{
    height: 330px;
}
}
@media (max-width: 767px){
.swiper-container.swiper-con444{
    height: 420px;
}
}
@media (max-width: 375px){
.swiper-container.swiper-con444{
    height: 450px;
}
}
@media (max-width: 320px){
.swiper-container.swiper-con444{
    height: 400px;
}
}
/*画像表示を4枚　見切れるので調整*/
.swiper-wrapper {
    margin-left: -12%;
}
@media (max-width: 1199px){
.swiper-wrapper {
    margin-left: 1%;
}
}
@media (max-width: 991px){
.swiper-wrapper {
    margin-left: 2%;
}
}
.swiper-pagination2{
		text-align: center;
}
.btn01_wrap_02.btn01_wrap_02-a{
	margin-top: 25px;
}
@media (max-width: 1300px){
img.slide_con4img {
    width: 90%;
    height: auto;
}
}
@media (max-width: 1024px){
img.slide_con4img {
    width: 95%;
    height: auto;
}
}
@media (max-width: 991px){
img.slide_con4img {
    width: 90%;
    height: auto;
}
}
@media (max-width: 767px){
img.slide_con4img {
    width: 97%;
}
}
@media (max-width: 320px){
img.slide_con4img {
    width: 96%;
}
}
/*青　スライド右側のボタン*/
.swiper-button-prev.prev_blue {
	left: calc(30% - 420px);
	background-image: url("../img/kaso/services/prev_blue.png")!important;
}
.swiper-button-next.next_blue {
	right: calc(30% - 420px);
	background-image: url("../img/kaso/services/next_blue.png")!important;
}
/*緑 スライド右側のボタン*/
.swiper-button-prev.prev_green {
	left: calc(30% - 420px);
	background-image: url("../img/kaso/services/prev_green.png")!important;
}
.swiper-button-next.next_green {
	right: calc(30% - 420px);
	background-image: url("../img/kaso/services/next_green.png")!important;
}
/*オレンジ スライド右側のボタン*/
.swiper-button-prev.prev_orange {
	left: calc(30% - 420px);
	background-image: url("../img/kaso/services/prev_orange.png")!important;
}
.swiper-button-next.next_orange {
	right: calc(30% - 420px);
	background-image: url("../img/kaso/services/next_orange.png")!important;
}
/*3種類のレスポンシブ*/
/*戻る　←*/
@media (max-width: 1300px){
.swiper-button-prev.prev_blue,.swiper-button-prev.prev_green,.swiper-button-prev.prev_orange {
	left: calc(38% - 420px);
}
}
@media (max-width: 1199px){
.swiper-button-prev.prev_blue,.swiper-button-prev.prev_green,.swiper-button-prev.prev_orange {
    left: calc(50% - 420px);
}
}
@media (max-width: 991px){
.swiper-button-prev.prev_blue,.swiper-button-prev.prev_green,.swiper-button-prev.prev_orange {
    left: calc(70% - 420px);
}
}
@media (max-width: 767px){
.swiper-button-prev.prev_blue,.swiper-button-prev.prev_green,.swiper-button-prev.prev_orange {
    display: none;
}
}
/*進む　→*/
@media (max-width: 1300px){
.swiper-button-next.next_blue,.swiper-button-next.next_green,.swiper-button-next.next_orange {
	right: calc(38% - 420px);
}
}
@media (max-width: 1199px){
.swiper-button-next.next_blue,.swiper-button-next.next_green,.swiper-button-next.next_orange {
    right: calc(50% - 420px);
}
}
@media (max-width: 991px){
.swiper-button-next.next_blue,.swiper-button-next.next_green,.swiper-button-next.next_orange {
    right: calc(70% - 420px);
}
}
@media (max-width: 767px){
.swiper-button-next.next_blue,.swiper-button-next.next_green,.swiper-button-next.next_orange {
    display: none;
}
}
/*ページネーションの位置（中央寄せ）*/
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: -70px!important;
    left: 0;
    width: 100%;
    height: 45px;
}
@media (max-width: 1199px){
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: -10px!important;
}
}
@media (max-width: 375px){
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: -5px!important;
}
}
/*ページネーションドットの隙間*/
span.swiper-pagination-bullet {
    margin: 0 4px;
}
/*画像下のテキスト*/
p.con6_t1 {
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
    line-height: 1.5rem;
}
@media (max-width: 1300px){
p.con6_t1 {
    width: 90%;
}
}
@media (max-width: 1199px){
p.con6_t1 {
    font-size: 13px;
}
}
@media (max-width: 991px){
p.con6_t1 {
    width: 88%;
}
}
/*緑*/
/*右側*/
.services_con2_t1_box_green{
	mix-blend-mode: multiply;
    background-color: rgb(134 185 61 / 70%);
    position: relative;
    margin-top: 35px;
    width: 600px;
    z-index: 30;
    margin-left: 15px;
}
@media (max-width: 991px){
.services_con2_t1_box_green{
    margin: 65px 0px 0px 0px;
    width: 450px;
}
}
@media (max-width: 767px){
.services_con2_t1_box_green{
    margin: 0px;
	width: 100%;
}
}
.green{
	color: #86b93d;
}
p.services_con2_t1_l {
    color: #fff;
    font-size: 28px;
    text-align: left;
	padding: 5px 10px 5px 50px;
	font-family: 'myfont-Bold';
    letter-spacing: 0.08rem;
}
@media (max-width:1199px){
p.services_con2_t1_l {
    font-size: 22px;
}
}
@media (max-width:767px){
p.services_con2_t1_l {
    padding: 5px 15px;
    text-align: center;
}
}
@media (max-width:480px){
p.services_con2_t1_l {
    font-size: 20px;
}
}
/*オレンジ*/
/*右側*/
.services_con2_t1_box_orange{
	mix-blend-mode: multiply;
    background-color: rgb(212 132 79 / 70%);
    position: relative;
    margin: 35px 0px 0px -85px;
}
@media (max-width: 991px){
.services_con2_t1_box_orange{
	margin: 65px 0px 0px -85px;
}
}
@media (max-width:767px){
.services_con2_t1_box_orange{
    width: 100%;
}
}
@media (max-width: 576px){
.services_con2_t1_box_orange{
    margin: 0px;
}
}
.orange{
	color: #d4844f;
}
/*コンテンツ４*/
.services_con4_box {
    margin-top: 120px;
}
@media screen and (max-width: 991px){
.services_con4_box {
    margin-top: 40px;
}
}
@media screen and (max-width: 767px){
.services_con4_box {
    margin-top: 70px;
}
}
@media screen and (max-width: 425px){
.services_con4_box {
    margin-top: 50px;
}
}
.kaso-mr-btm {
    padding-bottom: 100px;
}
@media screen and (max-width: 1024px){
.kaso-mr-btm {
    padding-bottom: 50px;
}
}
@media screen and (max-width: 991px){
.kaso-mr-btm {
    padding-bottom: 0px;
}
}
@media screen and (max-width: 767px){
.kaso-mr-btm {
    padding-bottom: 50px;
}
}
@media screen and (max-width: 375px){
.kaso-mr-btm {
    padding-bottom: 30px;
}
}
/*///////////////// 採用情報///////////////// */
/*メイン画像*/
.main-kaso-bg2{
    background-image:url("../img/kaso/recruit/main.png");
    height: 540px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 991px){
.main-kaso-bg2{
    height: 450px;
}
}
@media screen and (max-width: 767px){
.main-kaso-bg2{
    margin-top: -170px;
}
}
@media screen and (max-width: 425px){
.main-kaso-bg2{
    height: 369px;
}
}
/*未来をつくり、未来を支える*/
img.recruit_moji {
    display: block;
    margin: auto;
    margin-top: 120px;
}
@media screen and (max-width: 991px){
img.recruit_moji {
    margin-top: 80px;
}
}
img.recruit_moji-sp {
    width: 80%;
    margin: auto;
    margin-top: 50px;
}
@media screen and (max-width: 767px){
img.recruit_moji-sp {
    width: 65%;
}
}
p.con1-t1_recruit {
    font-size: 19px;
    text-align: center;
    margin-top: 30;
    margin-top: 50px;
    line-height: 2.5rem;
}
@media screen and (max-width: 1024px){
p.con1-t1_recruit {
    font-size: 16px;
    line-height: 2.0rem;
}
}
@media screen and (max-width: 991px){
p.con1-t1_recruit {
    font-size: 16px;
}
}
@media screen and (max-width: 767px){
p.con1-t1_recruit {
    font-size: 13px;
    line-height: 2rem;
    margin-top: 30px;
}
}
@media screen and (max-width: 375px){
p.con1-t1_recruit {
    font-size: 13px;
}
}
@media screen and (max-width: 320px){
p.con1-t1_recruit {
    font-size: 11px;
    line-height: 1.4rem;
}
}
.sub_title_tt{
  position: relative;
  display: inline-block;
  font-size: 24px;
  height: 50px;
  line-height: 70px;
  font-family: 'myfont-Bold';
  padding-top: 40px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px){
.sub_title_tt{
    font-size: 22px;
}
}
.sub_title_tt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 44px;
  margin: auto;
  background-color: #ef4125;
}
.recruit_title_box{
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 50px;
}
.recruit_title_box_1{
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 180px;
}
@media screen and (max-width: 1199px){
.recruit_title_box_1{
    margin-top: 120px;
}
}
@media screen and (max-width: 991px){
.recruit_title_box_1{
    margin-top: 100px;
}
}
@media screen and (max-width: 480px){
.recruit_title_box_1{
    margin-top: 50px;
}
}
/*斜め背景*/
.recruit_2 {
  overflow: hidden;
  position: relative;
}
.recruit_2:before {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 200vw;
  height: 82%;
  margin: -500px -13% 0;
  background: #f6f6f6;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  z-index: -1;
}
@media(min-width:2500px) {
.recruit_2:before {
    width: 130%;
}
}
@media (max-width: 1440px) {
.recruit_2:before {
    margin: -440px -13% 0;
}
}
@media (max-width: 1199px) {
.recruit_2:before {
    margin: -433px -25% 0;
}
}
@media (max-width: 1024px) {
.recruit_2:before {
    margin: -430px -25% 0;
}
}
@media (max-width: 991px) {
.recruit_2:before {
    margin: -310px -25% 0;
    height: 81%;
}
}
@media (max-width: 767px) {
.recruit_2:before {
    top: 14%;
    height: 86%;
	margin: -285px -45% 0;
}
}
@media (max-width: 480px) {
.recruit_2:before {
    top: 14.5%;
}
}
@media (max-width: 425px) {
.recruit_2:before {
    top: 15.5%;
    height: 88%;
}
}
@media (max-width: 375px) {
.recruit_2:before {
    margin: -290px -65% 0;
    width: 245vw;
}
}
@media (max-width: 360px) {
.recruit_2:before {
    top: 20.5%;
    height: 88%;
    width: 260vw;
    margin: -455px -64% 0;
}
}
@media (max-width: 320px) {
.recruit_2:before {
    margin: -495px -64% 0;
    height: 89%;
}
}
/*rmタブ切り替え*/
/*ラジオボタン非表示*/
input#tabs_rm_a,input#tabs_rm_b{
    display: none;
}
/*テーブルの外枠*/
table.hutu_price.hutu_price_recruit {
    border: solid 1px #2f7c66;
    width: 90%;
    display: block;
    margin: auto;
    color: #545454;
  font-family: 'myfont-Regular';
}
@media (max-width: 991px){
table.hutu_price.hutu_price_recruit {
	font-size: 13px;
}
}
@media (max-width: 767px){
table.hutu_price.hutu_price_recruit {
    width: 100%;
    display: inline-table;
}
}
table.hutu_price.hutu_price_recruit tbody {
    width: 100%;
}
.tabs_rm {
    padding-bottom: 40px;
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
}
@media (max-width: 767px){
.tabs_rm {
    padding-bottom: 0px;
}
}
@media (max-width: 425px){
.tabs_rm {
	margin-top: 25px;
}
}
/*タブのスタイル*/
.tab_item_rm{
	background-color: #fff;
	color: #fff;
	text-align: center;
	transition: all 0.2s ease;
	padding: 20px 30px;
	margin-bottom: 0rem;
	font-size: 18px;
	width: 49%;
  filter: drop-shadow(-1px 0px 9px rgba(238, 233, 234, 0.9));
}
@media (max-width: 1024px){
.tab_item_rm{
    font-size: 20px;
}
}
@media screen and (max-width: 991px){
.tab_item_rm {
    padding: 10px 20px;
}
}
@media screen and (max-width: 767px){
.tab_item_rm {
    line-height: 1.5rem;
    font-size: 16px;
    width: 47%;
}
}
@media screen and (max-width: 425px){
.tab_item_rm {
    width: 46.5%;
}
}
@media screen and (max-width: 375px){
.tab_item_rm {
    padding: 10px 0px;
}
}
.tab_item_rm:hover {
  opacity: 0.75;
}
.tab_item_rm_yg {
	background-color: #d3d3d3;
}
.tab_item_rm_g {
	background-color: #d3d3d3;
    margin-left: 15px;
  filter: drop-shadow(-1px 0px 9px rgba(238, 233, 234, 0.9));
}
@media screen and (max-width:1199px){
.tab_item_rm_g {
    margin-left: 28px;
	width: 47.5%;
}
}
@media screen and (max-width:991px){
.tab_item_rm_g {
    margin-left: 20px;
}
}
@media screen and (max-width:767px){
.tab_item_rm_g {
    margin-left: 13px;
    font-size: 16px;
    line-height: 1.5rem;
}
}
@media screen and (max-width:480px){
.tab_item_rm_g {
    margin-left: 4.5%;
}
}
@media screen and (max-width:375px){
.tab_item_rm_g {
    margin-left: 3.5%;
}
}
@media screen and (max-width:320px){
.tab_item_rm_g {
    margin-left: 4%;
}
}
/*ラジオボタンを全て消す*/
input[name="tab_item_rm"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content_history {
  display: none;
    padding: 40px 0px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#tabs_rm_a:checked ~ #tabs_rm_a_content,
#tabs_rm_b:checked ~ #tabs_rm_b_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs_rm input:checked + .tab_item_rm_yg {
  background-color: #fff;
  color: #2f7c66;
  filter: drop-shadow(-1px 0px 9px rgba(238, 233, 234, 0.9));
}
@media screen and (max-width: 767px){
.tabs_rm input:checked + .tab_item_rm_yg {
    font-size: 16px;
    width: 47%;
}
}
.tabs_rm input:checked + .tab_item_rm_g {
  background-color: #fff;
  color: #2f7c66;
}
@media screen and (max-width: 767px){
.tabs_rm input:checked + .tab_item_rm_g {
    line-height: 1.5rem;
}
}
/*タブ切り替えの中身のスタイル*/
.tab_content_rm_ab {
  display: none;
  padding: 40px 0px 40px;
	clear: both;
  overflow: hidden;
  background-color: #fff;
    filter: drop-shadow(0px 5px 5px rgba(238, 233, 234, 0.9));
}
@media screen and (max-width: 767px){
.tab_content_rm_ab {
    padding: 20px 10px 20px;
}
}
th.tab-recruit {
    background-color: #d2e8e2;
	border-bottom: solid 1px #2f7c66;
    padding: 15px 20px;
    text-align: center;
    border-right: solid 1px #2f7c66;
    width: 14%;
}
@media screen and (max-width: 991px){
th.tab-recruit {
    width: 20%;
    padding: 10px;
}
}
@media screen and (max-width: 767px){
th.tab-recruit {
    width: 100%;
    display: block;
    border-right: transparent;
}
}
table.hutu_price.hutu_price_recruit td {
	border-bottom: solid 1px #2f7c66;
    padding: 15px 30px;
    width: 55%;
}
@media screen and (max-width: 991px){
table.hutu_price.hutu_price_recruit td {
    padding: 10px;
}
}
@media screen and (max-width: 767px){
table.hutu_price.hutu_price_recruit td {
    width: 100%;
    display: block;
}
}
p.re_tab_title1_a,p.re_tab_title1_b {
  font-size: 20px;
  font-family: 'myfont-Medium';
}
@media screen and (max-width: 991px){
p.re_tab_title1_a,p.re_tab_title1_b {
    font-size: 16px;
}
}
p.re_tab_title1_a{
    padding: 1px 9px;
	border-left: 4px solid #adadad;
}
p.re_tab_title1_b{
    padding: 1px 9px;
	border-left: 4px solid #93cf30;
    margin-left: 25px;
}
@media screen and (max-width: 767px){
p.re_tab_title1_b{
    margin-left: 0px;
}
}
.re_tab_title1_a_box_a {
    float: left;
    width: 51%;
}
@media screen and (max-width: 767px){
.re_tab_title1_a_box_a {
    float: unset;
    width: 100%;
}
}
.re_tab_title1_a_box_b {
    float:right;
    width: 49%;
}
@media screen and (max-width: 991px){
.re_tab_title1_a_box_b {
    margin-left: -20px;
}
}
@media screen and (max-width: 767px){
.re_tab_title1_a_box_b {
    float: unset;
    width: 100%;
    margin-left: 0px;
}
}
.tab-recruit_red{
	color: #d84242;
}
p.recruit-con2_t {
    font-size: 14px;
    margin-top: 50px;
    line-height: 2.0rem;
}
@media screen and (max-width: 767px){
p.recruit-con2_t {
    text-align: left;
}
}
/*お電話での応募はこちら*/
p.recruit-con2_t1 {
    font-size: 14px;
    margin-top: 25px;
	text-align: center;
}
/*電話*/
.tel-icon_box {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    color: #ef4125;
}
a.tel-icon_box_t {
    color: #ef4125;
    font-size: 42px;
    font-family: 'myfont-Bold';
    letter-spacing: 0.08rem;
}
@media screen and (max-width:767px){
a.tel-icon_box_t {
	font-size: 25px;
}
}

img.tel-icon {
    margin-right: 15px;
}
@media screen and (max-width:480px){
img.tel-icon {
	width: 39px;
    height: 38px;
}
}
p.recruit-con2_t2 {
    font-size: 14px;
    margin-top: 10px;
	text-align: center;
}
table.contact-box.font_Noto-r tr{
    border-bottom: solid 1px #e7e7e7;
}
table.contact-box.font_Noto-r tr.no-line-mail{
    border-bottom: solid 1px #fff;
}

/*///////////////// 会社概要///////////////// */
/*メイン画像*/
.main-kaso-bg3{
    background-image:url("../img/kaso/company/main.png");
    height: 540px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 991px){
.main-kaso-bg3{
    height: 450px;
}
}
@media screen and (max-width: 767px){
.main-kaso-bg3{
    margin-top: -170px;
}
}
@media screen and (max-width: 425px){
.main-kaso-bg3{
    height: 369px;
}
}
.sub_title_tt_g{
  position: relative;
  display: inline-block;
  font-size: 24px;
  height: 50px;
  line-height: 70px;
  font-family: 'myfont-Bold';
  padding-top: 40px;
  letter-spacing: 0.05rem;
}
.sub_title_tt_g::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 44px;
  margin: auto;
  background-color: #2f7c66;
}
.green{
	color: #2f7c66;
}
.recruit_title_box_company{
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 150px;
}
@media screen and (max-width: 991px){
.recruit_title_box_company{
    margin-top: 100px;
}
}
@media screen and (max-width:480px){
.recruit_title_box_company{
    margin-top: 50px;
}
}
.company_box{
	width: 100%;
    margin-top: 50px;
}
@media screen and (max-width: 767px){
.company_box{
	margin-top: 25px;
}
}
table tr.company-line {
    border-bottom: solid 1px #515b7a;
}
table tr.company-line_a {
    border-top: solid 1px #515b7a;
    border-bottom: solid 1px #515b7a;
}
th.company_table-l{
    width: 37%;
	font-size: 20px;
    text-align: left;
    vertical-align: top;
    padding: 30px 0px 0px 80px;
}
@media (max-width: 1440px){
th.company_table-l{
    width: 34%;
    font-size: 16px;
}
}
@media (max-width: 991px){
th.company_table-l{
	font-size: 13px;
    width: 30%;
    padding: 15px 0 0 50px;
}
}
@media (max-width: 767px){
th.company_table-l{
	padding: 10px;
    width: 100%;
    display: block;
}
}
td.call_table-r-company{
	padding: 30px 10px;
    font-size: 18px;
    width: 100%;
    text-align: left;
}
@media (max-width: 1440px){
td.call_table-r-company{
	padding: 30px 0px 30px 30px;
}
}
@media (max-width: 1199px){
td.call_table-r-company{
	font-size: 16px;
}
}
@media (max-width: 991px){
td.call_table-r-company{
	font-size: 13px;
	padding: 15px 0px 15px 0px;
}
}
@media (max-width: 767px){
td.call_table-r-company{
    padding: 0 0 15px 10px;
	width: 100%;
    display: block;
}
}
/*アクセス*/
.map-box {
    margin-top: 80px;
}
@media (max-width: 991px){
.map-box {
    margin-top: 50px;
}
}
@media (max-width:480px){
.map-box {
    margin-top: 25px;
}
}
.map-t{
	font-size: 15px;
	text-align: center;
	margin-top: 50px;
	line-height: 2.0rem;
}
@media (max-width: 991px){
.map-t{
    margin-top: 25px;
}
}
@media (max-width: 767px){
.map-t{
    font-size: 13px;
    line-height: 1.6rem;
}
}

/*///////////////// お問い合わせ///////////////// */
/*メイン画像*/
.main-kaso-bg8{
    background-image:url("../img/kaso/contact/main.png");
	height: 540px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 991px){
.main-kaso-bg8{
    height: 450px;
}
}
@media screen and (max-width: 767px){
.main-kaso-bg8{
    margin-top: -170px;
}
}
@media screen and (max-width: 425px){
.main-kaso-bg8{
    height: 369px;
}
}
/*//斜め背景　グレー　右側//*/
.diagonal_contact {
  overflow: hidden;
  position: relative;
}
.diagonal_contact:before {
  content: '';
  position: absolute;
  top: 2%;
  left: 0;
  width: 200vw;
  height: 106%;
  margin: -500px -9% 0;
  background: #f6f6f6;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  z-index: -1;
}
@media(min-width:2500px) {
.diagonal_contact:before {
	width: 130%;
}
}
@media (max-width: 1440px) {
.diagonal_contact:before {
	margin: -477px -13% 0;
}
}
@media (max-width: 1199px) {
.diagonal_contact:before {
	margin: -410px -13% 0;
}
}
@media (max-width: 1024px) {
.diagonal_contact:before {
	top:6%;
}
}
@media (max-width: 991px) {
.diagonal_contact:before {
	top: 22%;
    height: 95%;
}
}
@media (max-width: 767px) {
.diagonal_contact:before {
	top: 20%;
    height: 97%;
}
}
@media (max-width: 425px) {
.diagonal_contact:before {
	top: 20%;
    margin: -445px -33% 0;
    height: 102%;
}
}
@media (max-width: 375px) {
.diagonal_contact:before {
	height: 103%;
}
}
@media (max-width: 320px) {
.diagonal_contact:before {
	height: 84%;
}
}
/*※すべて必須項目*/
p.contact_orange_t {
    text-align: center;
    color: #d5442c;
    font-size: 15px;
    margin-top: 30px;
    letter-spacing: 0.05rem;
}
@media (max-width: 360px) {
p.contact_orange_t {
    margin-top: 10px;
}
}


table.contact-box_a {
    width: 100%;
    margin: auto;
    margin-top: 50px;
    border: solid transparent;
    text-align: left;
}
@media screen and (max-width: 991px){
table.contact-box_a {
    width: 90%;
}
}
@media screen and (max-width: 767px){
table.contact-box_a {
    width: 100%;
}
}
@media screen and (max-width: 360px){
table.contact-box_a {
    margin-top: 25px;
}
}

.contact-box_a th {
    color: #000;
	font-size: 20px;
    padding: 30px 10px 30px 80px;
	width: 34%;
    vertical-align: top;
	line-height: 1.0rem!important;
}
@media screen and (max-width: 1199px){
.contact-box_a th {
	font-size: 16px;
    width: 30%;
}
}
@media screen and (max-width: 991px){
.contact-box_a th {
	width: 33%;
    font-size: 14px;
    padding: 30px 10px 30px 30px;
}
}
@media screen and (max-width: 767px){
.contact-box_a th {
	font-size: 13px;
    width: 100%!important;
    display: block!important;
    padding: 15px 0px;
}
}
@media screen and (max-width: 767px){
.contact-box_a td {
    display: block;
    width: 100%!important;
    margin: 0px auto;
    padding: 0px 20px;
}
}
.contact-box_a td {
    padding: 30px;
}
@media screen and (max-width: 991px){
.contact-box_a td {
	padding: 10px 20px 10px 30px;
}
}
@media screen and (max-width: 767px){
.contact-box_a td {
    padding: 5px 0px 15px 0px;
}
}
table.contact-box_a.font_Noto-r tr{
    border-bottom: solid 1px #e7e7e7;
}
input.contact-btn_a {
    background-color: #2f7c66;
	border: solid 1px #2f7c66;
    color: #fff;
    padding: 10px 20px;
	width: 292px;
    margin: 30px 0 30px;
}
@media screen and (max-width: 767px){
input.contact-btn_a {
    font-size: 13px;
    padding: 10px 10px;
    width: 200px;
    margin: 25px 0 30px;
}
}
@media screen and (max-width: 320px){
input.contact-btn_a {
    font-size: 13px;
    padding: 10px 5px;
}
}



table.contact-box {
    width: 100%;
    margin: auto;
    margin-top: 50px;
    background-color: #fff;
    filter: drop-shadow(0px 0px 5px rgba(238, 233, 234, 0.9));
    border: solid transparent;
    text-align: left;
}
@media screen and (max-width: 991px){
table.contact-box {
    width: 90%;
}
}
@media screen and (max-width: 767px){
table.contact-box {
    width: 100%;
}
}
.contact-box th {
    color: #000;
	font-size: 20px;
    padding: 30px 10px 30px 80px;
	width: 34%;
    vertical-align: top;
    line-height: 1.4rem!important;
}
@media screen and (max-width: 1199px){
.contact-box th {
	font-size: 16px;
    width: 30%;
}
}
@media screen and (max-width: 991px){
.contact-box th {
	width: 33%;
    font-size: 14px;
    padding: 30px 10px 30px 30px;
}
}
@media screen and (max-width: 767px){
.contact-box th {
	font-size: 13px;
    width: 100%!important;
    display: block!important;
    padding: 15px;
}
}
.contact-box th span.textarea_small{
	line-height: 1.0rem!important;
	font-size: 13px!important;
}
@media screen and (max-width: 767px){
.contact-box td {
    display: block;
    width: 100%!important;
    margin: 0px auto;
    padding: 0px 20px;
}
}
.contact-box td {
    padding: 30px;
}
@media screen and (max-width: 991px){
.contact-box td {
	padding: 10px 20px 10px 30px;
}
}
@media screen and (max-width: 767px){
.contact-box td {
    padding: 5px 15px 15px;
}
}
input.short {
    width: 50%;
    border: solid 1px #d3d3d3;
    height: 50px;
	background-color: #e0e0e0;
}
@media screen and (max-width: 1199px){
input.short {
	height: 40px;
}
}
@media screen and (max-width: 991px){
input.short {
	height: 35px;
}
}
@media screen and (max-width: 767px){
input.short {
    width: 100%;
}
}
input.middle {
    width: 90%;
    border: solid 1px #d3d3d3;
    background-color: #e0e0e0;
    height: 50px;
}
@media screen and (max-width: 1199px){
input.middle {
	height: 40px;
}
}
@media screen and (max-width: 767px){
input.middle {
    width: 100%;
}
}
select {
    height: 50px;
}
textarea.textarea {
    width: 90%;
	height: 150px;
    border: solid 1px #d3d3d3;
    background-color: #e0e0e0;
}
@media screen and (max-width: 767px){
textarea.textarea {
    width: 100%;
}
}
input.contact-btn {
    background-color: #0d5c60;
	border: solid 1px #0d5c60;
    color: #fff;
    padding: 10px 20px;
	width: 292px;
    margin: 30px 0 30px;
}
@media screen and (max-width: 767px){
input.contact-btn {
    font-size: 13px;
    padding: 10px 10px;
    width: 200px;
    margin: 0px 0 30px;
}
}
@media screen and (max-width: 320px){
input.contact-btn {
    font-size: 13px;
    padding: 10px 5px;
}
}
.contact_btm {
    margin-top: -50px;
}
@media screen and (max-width: 991px){
.contact_btm {
    margin-top: 0px;

}
}
.contact_tel_bg{
    background-image:url("../img/kaso/contact/img2.png");
	height: 181px;
	padding: 50px;
    margin-bottom: 100px;
}
@media screen and (max-width: 991px){
.contact_tel_bg{
	padding: 20px;
	width: 90%;
    display: block;
    margin: auto;
    margin-bottom: 50px;
}
}
@media screen and (max-width: 767px){
.contact_tel_bg{
	width: 100%;
    height: 155px;
}
}
@media screen and (max-width:320px){
.contact_tel_bg{
    padding: 20px 0px;
}
}
.dcontact_tel_r{
	border: solid 1px #fff;
	padding: 20px;
	font-size: 30px;
	text-align: center;
    letter-spacing: 0.08rem;
}
@media screen and (max-width: 991px){
.dcontact_tel_r{
	padding: 10px;
    font-size: 20px;
	width: 50%;
    margin: auto;
	margin-top: 10px;
}
}
@media screen and (max-width: 425px){
.dcontact_tel_r{
    font-size: 17px;
	width: 90%;
    margin: auto;
    margin-top: 10px;
}
}
.dcontact_tel_r a{
	color: #fff;
}
.contact_tel_l {
    display: flex;
    align-items: center;
    font-size: 36px;
    letter-spacing: 0.08rem;
    padding-top: 4%;
}
@media (max-width: 991px){
.contact_tel_l {
    font-size: 30px;
    margin-left: 16%;
}
}
@media (max-width:767px){
.contact_tel_l {
    margin-left: 0%;
    font-size: 18px;
}
}
@media (max-width:360px){
.contact_tel_l {
    font-size: 16px;
}
}
.contact_tel_l:before {
    margin-left: 45px;
	border-top: 2px solid #0d5c60;
    content: "";
    width: 1em;
}
@media (max-width: 991px){
.contact_tel_l:before {
    margin-left: 40px;
}
}
@media (max-width: 767px){
.contact_tel_l:before {
    margin-left: 28px;
}
}
@media (max-width: 375px){
.contact_tel_l:before {
    margin-left: 12px;
}
}
@media (max-width: 320px){
.contact_tel_l:before {
	margin-left: 0px;
    width: 0em;
}
}
p.contact_tel_ldd span {
    font-size: 18px;
}
@media (max-width: 1199px){
p.contact_tel_ldd span {
    font-size: 13px;
}
}
p.contact_tel_ldd {
    margin-bottom: 0rem;
}
/*/////////////////プライバシーポリシー///////////////// */
/*メイン画像*/
.main-kaso-bg9{
    background-image:url("../img/kaso/privacy/main.png");
	height: 540px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 991px){
.main-kaso-bg9{
    height: 450px;
}
}
@media screen and (max-width: 767px){
.main-kaso-bg9{
    margin-top: -170px;
}
}
@media screen and (max-width: 425px){
.main-kaso-bg9{
    height: 369px;
}
}
.privacy_box {
    background-color: #fff;
    margin: 100px 0px 100px;
}
@media screen and (max-width: 425px){
.privacy_box {
    margin: 50px 0px 0px;
}
}
p.privacy_t1 {
    font-size: 24px;
}
@media screen and (max-width: 1199px){
p.privacy_t1 {
    font-size: 20px;
}
}
@media screen and (max-width: 767px){
p.privacy_t1 {
    font-size: 17px;
}
}
p.privacy_t2{
    line-height: 2.0rem;
    margin-bottom: 50px;
}
@media screen and (max-width: 1199px){
p.privacy_t{
	font-size: 15px;
    line-height: 1.6rem;
}
}
@media screen and (max-width: 1024px){
p.privacy_t{
    margin-bottom: 30px;
}
}
@media screen and (max-width: 991px){
p.privacy_t{
	font-size: 13px;
    line-height: 1.6rem;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 425px){
p.privacy_t2 {
    font-size: 13px;
}
}
ul.privacy_ul {
    margin-left: 30px;
}
@media screen and (max-width: 767px){
ul.privacy_ul {
    margin-left: 0px;
}
}
li.privacy_t3 {
    font-size: 18px;
    margin-bottom: 1rem;
}
@media screen and (max-width: 1024px){
li.privacy_t3 {
	font-size: 15px;
    line-height: 1.6rem;
}
}
@media screen and (max-width: 991px){
li.privacy_t3 {
    margin-bottom: 0.5rem;
}
}
li.privacy_t4 {
    padding-bottom: 50px;
}
@media screen and (max-width: 1024px){
li.privacy_t4 {
    font-size: 13px;
    line-height: 1.6rem;
    padding-bottom: 30px;
}
}
li.privacy_ul_t {
    line-height: 2.0rem;
    padding-bottom: 50px;
}
p.privacy_t2 {
    line-height: 2.0rem;
}
@media screen and (max-width: 991px){
p.privacy_t2 {
	font-size: 13px;
    line-height: 1.6rem;
}
}
li.privacy_ul_t2 {
    padding-bottom: 50px;
}
@media screen and (max-width: 1024px){
li.privacy_ul_t2 {
	font-size: 15px;
}
}
li.privacy_ul_t_s {
    padding-bottom: 50px;
}
/*確認ページ*/
.kakunin_mt {
    margin: 50px auto 50px;
}
@media screen and (max-width: 991px){
.kakunin_mt {
    margin: 50px auto;
}
}
@media screen and (max-width: 767px){
.kakunin_mt {
    margin: 50px auto 20px;
}
}
/*サンクスページ*/
.thanks_mt{
    margin: 50px auto 50px;
}
@media screen and (max-width: 991px){
.thanks_mt{
    margin: 50px auto;
}
}
@media screen and (max-width: 767px){
.thanks_mt{
    margin: 50px auto 20px;
}
}