@charset "utf-8";

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
html {
  font-size: 10px;
  /*font-size: 0.5208333vw;*/
}
body {
  background: #fff;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  /* font-feature-settings: "palt"; */
  /* font-family: "游明朝", "Yu Mincho","Hiragino Mincho Pro", serif; */
  /* font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif; */
  /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",sans-serif;*/
  /*font-family: "Noto Sans JP", sans-serif;*/
  font-family: ryo-gothic-plusn, sans-serif;
  color: #505050;
  }
/* -------

【重要】
上記bodyに対するfont-familyの記述は必要なものだけ使用し、
使わない分は忘れずに削除すること。

----*/

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.main_green {
  color: var(--main-color);
}

/*PC用*/
@media print,screen  {
  .pc { display: block !important }
  .sp { display: none !important }
  .h_menu, #sp_global_nav { display: none; }

  
	.bd_hv .title {
		position: relative;
		display: inline-block;
		transition: .7s;
	}
  
	.bd_hv .title::before {
		content: '';
		height: 1px;
		position: absolute;
		width: 100%;
		background-color: var(--main-color);
		transition: .6s;
		left: 0;
		bottom: 0;
		transform: scaleX(0);
		transform-origin: left center;
	}
  /*  Header
  -------------------*/
  #header {
    position: fixed;
    left: 0;
    right: 0;
    margin: 28px auto 0;
    padding: 10px 10px 10px 30px;
    width: 1770px;
    max-width: 95%;
    background: #FFF;
    border-radius: 180px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.18));
    z-index: 9999;
  }
  #header .flex {
    align-items: center;
  }
  #header .logo {
    width: 295px;
  }
  #header .hd_navi {
    justify-content: right;
  }
  #header .hd_navi ul {
    margin-right: 30px;
    gap: 0 30px;
  }
  #header .hd_navi ul li a {
    font-size: 1.8rem;
    font-weight: 700;
  }
  #header .hd_recruit {
    margin-right: 10px;
  }
  #header .hd_recruit a.c-button {
    padding: 12px 18px;
    width: 16.4rem;
    border-radius: 180px;
    border: 1px solid var(--main-color);
    background: var(--main-color);
  }
  #header .hd_recruit a.c-button span {
    margin-left: 20px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  #header .hd_contact .c-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 1px solid #DFF2E4;
    background: #DFF2E4;
  }
  #header .hd_recruit a.c-button::before {
    background-color: #FFF;
  }
  #header .hd_contact a.c-button::before {
    background: var(--main-color);
  }
  #header .hd_contact a svg { 
    position: relative;
    fill: var(--main-color);
  }
  .globalMenuSp {
    display: none;
  }

  .cta_area {
    position: relative;
    top: -303px;
    padding: 76px 0 86px;
    border-radius: 20px;
    background: var(--main-color);
    z-index: 1000;
    color: #fff;
  }
  .cta_area::before,
  .cta_area::after {
    content: '';
    position: absolute;
  }
  .cta_area::before {
    bottom: 90px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 210px;
    background-color: #fff;
  }
  .cta_area::after {
    left: 5.7rem;
    bottom: -1.8rem;
    width: 26.3rem;
    height: 18.6rem;
    background: url(../../images/src/common/miraibouya.png) no-repeat left bottom / 100%;
  }
  .cta_area.recruit_cta::after {
    display: none;
  }
  .cta_area .ttl_h2 {
    color: #fff;
    font-size: 96px;
    font-weight: 700;
  }
  .cta_area .ttl_jp {
    margin-bottom: 70px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
  }
  .cta_area .flex {
    padding: 0 9% 0 17%;
  }
  .cta_area .left_col {
    width: 42rem;
  }
  .cta_area .right_col {
    width: 53.6rem;
  }
  .cta_area h3 {
    font-size: 3.8rem;
    font-weight: 700;
  }
  .cta_area .txt {
    margin: 20px 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.7;
  }
  .cta_area .left_col .txt {
    margin-bottom: 20px;
  }
  .cta_area .cta_btn {
    margin: 0 auto;
    width: 28rem;
  }
  .cta_area .cta_btn a {
    border: 2px solid #fff;
    border-radius: 180px;
    padding: 18px 0;
    width: 100%;
    text-align: center;
  }
  .cta_area .cta_btn a::before {
    background: #fff;
  }
  .cta_area .cta_btn a span {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
  }
  .cta_area .cta_btn .c-button-icon {
    left: -4rem;
  }
  .cta_area .cta_btn .c-button-icon::before {
    width: 50px;
    height: 50px;
  }
  .cta_area .cta_btn .c-button-icon svg {
    top: 3px;
    left: 12px;
  }
  .cta_area .tel {
    margin-top: 5%;
    text-align: center;
  }

  .cta_area .tel a {
    color: #fff;
    font-size: 7rem;
    font-weight: 700;
  }
  .cta_area .tel a i {
    margin-right: -7px;
  }

  
  .cta_area.job_cta .flex {
    padding: 0 15rem;
  }

  .cta_area.job_cta .left_col,
  .cta_area.job_cta .right_col {
    width: 53.6rem;
  }
  .cta_area.job_cta .left_col h3 {
    margin-bottom: 6rem;
  }
  .cta_area.job_cta .tel {
    margin-top: 0;
  }
  .cta_area.job_cta .txt {
    margin: 0;
  }
  .cta_area.job_cta .cta_btn {
    width: 41rem;
  }
  .cta_area.job_cta .cta_btn a {
    padding: 2.3rem 0;
    border: none;
    box-shadow: 0 0 0 2px #fff inset;
  }
  .cta_area.job_cta .cta_btn .c-button-icon {
    left: -32%;
  }
  .cta_area.job_cta .cta_btn .c-button-icon::before {
    top: 0;
  }


  /* Footer
  -------------------*/
  #footer {
    position: relative;
    margin-top: 293px;
    padding: 0 0 103px;
    background: #fff;
    z-index: 999;
  }
  #footer .pagetop {
    position: fixed;
    right: 3rem;
    bottom: 10rem;
    z-index: 9999;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 360ms ease, transform 360ms ease;
    pointer-events: none;
  }
  #footer .pagetop.pc.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  #footer .ft_flex {
    margin-top: -240px;
  }
  #footer .ft_flex .left_col {
    width: 356px;
  }
  #footer .ft_flex .left_col .ft_address {
    margin: 24px 0 76px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.88;
  }
  #footer .ft_flex #copyright {
    color: #ACACAC;
    font-size: 1.9rem;
    font-weight: 400;
  }
  #footer .ft_flex .right_col {
    margin-top: 3.75px;
    gap: 0 70px;
  }
  #footer .ft_flex .right_col ul li {
    margin-bottom: 30px;
  }
  #footer .ft_flex .right_col ul li a {
    position: relative;
    padding-left: 30px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
  }
  #footer .ft_flex .right_col ul li a::before {
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19.5px;
    height: 19.5px;
    border-radius: 50%;
    background: var(--main-color);
  }
  #footer .ft_flex .right_col ul li.sub {
    margin-left: 30px;
    margin-bottom: 1rem;
  }
  #footer .ft_flex .right_col ul li.sub.fst {
    margin-top: -1.8rem;
  }
  #footer .ft_flex .right_col ul li.bordertop1 {
    margin-top: 2.5rem;
  }
  #footer .ft_flex .right_col ul li.sub a {
    font-size: 1.6rem;
  }
  #footer .ft_flex .right_col ul li.sub a::before {
    border-radius: 0;
    width: 16px;
    height: 2px;
  }


  #footer .cta_area.recruit_cta {
    padding-bottom: 7rem;
  }
  #footer .cta_area.recruit_cta::before {
    display: none;
  }
  
  #footer .cta_area.recruit_cta .rec_text {
    position: absolute;
    left: 41%;
    top: -2.5rem;
    transform: translateX(-50%);
    width: 43.4rem;
  }
  #footer .recruit_cta .ttl_jp {
    margin-bottom: 3rem;
  }
  #footer .cta_area.recruit_cta .txt {
    margin-bottom: 5.7rem;
    line-height: 2.2;
    text-align: center;
  }
  #footer .recruit_cta .btn_flex {
    justify-content: center;
    gap: 0 3rem;
  }
  #footer .recruit_cta .btn_flex .btn .c-button {
    width: 300px;
    padding: 21px;
    border-radius: 50px;
    box-shadow: 0 0 0 2px #fff inset;
  }
  #footer .recruit_cta .btn_flex .btn span {
    padding-left: 65px;
  }
  #footer .recruit_cta .btn_flex .whitebtn span {
    letter-spacing: 0.1em;
  }
  #footer .recruit_cta .hito01,
  #footer .recruit_cta .hito02 {
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  #footer .recruit_cta .hito01 {
    left: 15.5%;
    width: 47.7rem;
  }
  #footer .recruit_cta .hito02 {
    right: 5.75%;
    width: 38.6rem;
  }

}

@media screen and (max-width:1560px) {
  #footer .recruit_cta .hito01 {
    left: 12%;
  }
  #footer .recruit_cta .hito02 {
    right: 4%;
  }
  .cta_area.job_cta .flex {
    padding: 0 5rem;
  }
  .cta_area.job_cta .left_col,
  .cta_area.job_cta .right_col {
    width: 45%;
  }
  .cta_area.job_cta .tel a {
    font-size: 6.8rem;
  }
}
@media screen and (max-width:1440px) {
  html {
    font-size: 0.694vw;
  }
  .cta_area .flex {
    padding: 0 6% 0 13%;
  }
  .cta_area::after {
    left: 0;
    width: 17%;
  }
  #footer .recruit_cta .hito01 {
    left: 5%;
  }
  #footer .recruit_cta .hito02 {
    right: 0;
  } 
}

@media screen and (max-width:1380px) {
  html {
    font-size: 0.725vw;
  }
  .cta_area .flex {
    padding: 0 5% 0 10%;
  }
}

/*小さめ画面 */
@media screen and (max-width:1280px) {
  html {
    font-size: 0.781vw;
  }
  #footer .ft_flex {
    justify-content: left;
    gap: 0 40px;
  }
  #footer .ft_flex .right_col {
    gap: 0 35px;
  }
  #footer .recruit_cta .hito01 {
    left: 0;
  }
  #footer .recruit_cta .hito02 {
    right: -2%;
  } 
  .cta_area.job_cta h3 {
    font-size: 3.4rem;
  }
  .cta_area.job_cta .tel a {
    font-size: 6rem;
  }
}
@media screen and (max-width:1200px) {
  #header .logo {
    width: 190px;
  }
  #header .logo img {
    vertical-align: middle;
  }
  #header .hd_navi ul {
    gap: 0 clamp(0.625rem, -0.772rem + 2.7vw, 1.25rem);
  }
  #header .hd_recruit a.c-button {
    padding: 0.5rem;
  }
  #header .hd_recruit a.c-button span {
    font-size: 16px;
  }
  #header .hd_contact .c-button {
    width: 50px;
    height: 50px;
  }
  #header .hd_contact .c-button svg {
    width: 21px;
  }
  .globalMenuSp {
    display: none;
  }
}

/*タブレット */
@media screen and (max-width:1180px) {
  html {
    font-size: 0.847vw;
  }
  #header .hd_recruit .c-button-icon::before {
    top: 0;
  }
  #header .hd_recruit a.c-button span {
    margin-left: 3rem;
  }
  .cta_area::before {
    display: none;
  }
  .cta_area::after {
    right: 0;
    margin: auto;
    width: 20%;
  }
  .cta_area .flex {
    display: block;
    padding: 0;
  }
  
  .cta_area .left_col,
  .cta_area .right_col {
    margin: 0 auto;
    width: 84%;
  }
  .cta_area .left_col {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #fff;
  }
  .cta_area .right_col {
    padding-bottom: 5rem;
  }
  .cta_area .tel {
    margin-top: 2%;
  }
  .cta_area .cta_btn {
    margin: 0 auto;
  }
  .cta_area h3 {
    font-size: 38px;
  }
  .cta_area .tel a {
    font-size: 71px;
  }
  #footer .recruit_cta .btn_flex {
    display: flex;
  }
  #footer .recruit_cta .btn_flex .btn .c-button {
    width: 27rem;
  }

  #footer .ft_flex .left_col {
    width: 320px;
  }
  #footer .ft_flex .right_col {
    gap: 0 35px;
  }
  #footer .ft_flex .right_col ul li {
    margin-bottom: 15px;
  }
  #footer .ft_flex .right_col ul li.sub {
    margin-left: 30px;
    margin-bottom: 10px;
  }
  #footer .ft_flex .right_col ul li a {
    font-size: 16px;
  }
  #footer .ft_flex .right_col ul li.sub a {
    font-size: 14px;
  }
}

@media screen and (max-width:980px) {
  
  .cta_area::after {
    width: 24%;
    height: 17%;
  }
  #footer .ft_flex .left_col {
    order: 2;
    width: 100%;
    text-align: center;
  }
  #footer .ft_flex .right_col {
    order: 1;
    margin: 0 auto 4rem;
  }
  #footer .ft_flex .left_col .ft_address {
    font-size: 2rem;
  }
  .cta_area .tel {
    margin-top: 0;
  }
  .cta_area .cta_btn {
    width: 33rem;
  }
}
/*SP用*/
@media screen and (max-width:828px) {
  .pc { display: none !important }
  .sp { display: block !important }
  img { max-width: 100%; height: auto; width: auto; }
  body { min-width: auto !important; overflow: inherit !important; }
  div, p, dd, dl, dt, th, td, span, li { box-sizing: border-box; }


  html {
    font-size: 1.208vw;
  }
  /*  Header
  -------------------*/
  #header {
    margin: 3.382vw auto 0;
    padding: 1.812vw 1.812vw 1.812vw 4.831vw;
    width: 90.3381%;
    max-width: initial;
    transition: 0.5s;
  }
  #header .flex {
    align-items: center;
  }
  #header .logo {
    width: 48.309vw;
  }
  #header .logo img {
    vertical-align: middle;
  }
  #header .hd_navi {
    display: none;
  }
  .hamburger {
    position: relative;
    width: 9.662vw;
    height: 9.662vw;
    border-radius: 50%;
    background: var(--main-color);
  }
  .hamburger span {
    position: absolute;
    width: 4.589vw;
    height: 0.483vw;
    background: #fff;
    left: 2.536vw;
    transition: .7s;
  }
  .hamburger span:nth-of-type(1) {
    top: 3.019vw;
  }
  .hamburger span:nth-of-type(2) {
    top: calc(3.019vw + 1.57vw);
  }
  .hamburger span:nth-of-type(3) {
    top: calc(3.019vw + 3.14vw );
  }
  .hamburger.active span:nth-of-type(1) {
    top: 2vw;
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .hamburger.active span:nth-of-type(3) {
    top: 2vw;
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg)
  }
  .hamburger.active span:nth-of-type(2) {
    display: none;
  }
  .globalMenuSp {
    position: fixed;
    top: 0;
    padding: 28.744vw 4.831vw 12.56vw;
    width: 100%;
    height: 100svh;
    background: #DFF2E4;
    z-index: 1000;
    overflow-y: scroll;
    display: block;
    transform: translateY(-100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    pointer-events: none; /* 非表示時のクリックを防止 */
  }
  .globalMenuSp.active {
    transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .globalMenuSp li {
    border-bottom: 1px solid var(--bdr-color);
  }
  .globalMenuSp ul {
    border-top: 1px solid var(--bdr-color);
    border-bottom: 1px solid var(--bdr-color);
  }
  .globalMenuSp li a {
    display: block;
    position: relative;
    padding: 3.986vw 0 3.986vw 8.454vw;
    font-size: 3.865vw;
    font-weight: 700;
    line-height: 1;
  }
  .globalMenuSp li a::before {
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5.556vw;
    height: 5.556vw;
    background: url(../../images/src/common/arrow_green01.svg) no-repeat left center / 100%;
  }
  
  .globalMenuSp li.sub {
    margin-left: 8.454vw;
    border-bottom: 0;
  }
  .globalMenuSp li.border0,
  #footer li.border0 {
    border: 0;
  }
  .globalMenuSp li.bordertop1,
  #footer li.bordertop1 {
    border-top: 1px solid var(--bdr-color);
  }
  .globalMenuSp li a {
    padding-left: 7.729vw;
    font-size: 3.865vw;
  }
  .globalMenuSp li.sub a {
    padding-left: 7.729vw;
    font-size: 3.14vw;
  }
  .globalMenuSp li.sub a::before {
    width: 4.831vw;
    height: 4.831vw;
  }



  .cta_area {
    top: -3.246vw;
    padding: 11.232vw 7.246vw 13.889vw;
    border-radius: 2.415vw;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
  }
  #top .cta_area {
    top: -8vw;
  }
  .cta_area::after {
    width: 44.565vw;
    left: 14.831vw;
    height: 31.401vw;
  }
  .cta_area .ttl_h2 {
    margin-bottom: 2.174vw;
    font-size: 14.493vw;
  }
  .cta_area .ttl_jp {
    margin-bottom: 6.077vw;
    font-size: 5.556vw;
  }
  .cta_area .flex {
    padding: 0;
  }
  .cta_area .left_col,
  .cta_area .right_col,
  .cta_area.job_cta .left_col,
  .cta_area.job_cta .right_col {
    width: 100%;
  }
  .cta_area .left_col {
    margin-bottom: 9.179vw;
    padding-bottom: 9.179vw;
  }
  .cta_area .right_col {
    padding-bottom: 12vw;
  }
  .cta_area h3 {
    font-size: 5.797vw;
  }
  .cta_area .txt {
    margin: 6.522vw 0;
    font-size: 3.623vw;
    line-height: 1.6;
  }
  .cta_area .left_col .txt {
    margin-bottom: 7.246vw;
  }
  .cta_area .cta_btn {
    margin: 0 auto;
    width: 50.966vw;
  }
  .cta_area .cta_btn a,
  .cta_area.job_cta .cta_btn a {
    border-radius: 21.739vw;
    padding: 3.623vw 0;
    width: 50.966vw;
  }
  .cta_area .cta_btn a span {
    font-size: 3.865vw;
  }
  .cta_area .cta_btn .c-button-icon {
    left: -7vw;
  }
  .cta_area .cta_btn .c-button-icon::before {
    width: 8.937vw;
    height: 8.937vw;
  }
  .cta_area .cta_btn .c-button-icon svg {
    top: 0;
    left: 2.5vw;
    width: 3.623vw;
    height: 3.261vw;
  }
  .cta_area .tel {
    margin-top: 0;
    margin-left: -3vw;
    white-space: nowrap;
  }

  .cta_area .tel a {
    font-size: 10.628vw;
  }
  .cta_area .tel a i {
    margin-right: -0.845vw;
  }
  .cta_area .tel a i svg {
    width: 9.039vw;
    height: 9.039vw;
  }
  .cta_area.job_cta .flex {
    padding: 0;
  }
  .cta_area.job_cta .cta_btn a {
    padding: 4vw 0;
  }
  .cta_area.job_cta .cta_btn .c-button-icon {
    left: -13vw;
  }
  .cta_area.job_cta .cta_btn .c-button-icon::before {
    top: -3px;
  }
  .cta_area.job_cta h3 {
    font-size: 5.797vw;
  }
  .cta_area.job_cta .txt {
    margin: 3.522vw 0;
  }




  /* Footer
  -------------------*/
  #footer {
    padding: 0 0 22.947vw;
    margin-top: 0;
  }
  #footer .ft_flex {
    margin-top: 9.662vw;
  }
  #footer .ft_flex .left_col {
    width: 100%;
  }
  #footer .ft_flex .left_col .logo {
    margin: 0 auto;
    width: 53.502vw;
  }
  #footer .ft_flex .left_col .ft_address {
    margin: 4.348vw 0 9.843vw;
    font-size: 3.623vw;
    line-height: 1.8;
    text-align: center;
  }
  #footer .ft_flex #copyright {
    margin: 0 auto;
    order: 3;
    font-size: 3.623vw;
    text-align: center;
  }
  #footer .ft_flex .right_col {
    margin: 0 0 12.077vw 0;
    width: 100%;
    display: block;
  }
  #footer .ft_flex .right_col ul:first-of-type {
    border-top: 1px solid var(--bdr-color);
  }
  #footer .ft_flex .right_col ul:last-of-type {
    padding-bottom: 3.623vw;
    border-bottom: 1px solid var(--bdr-color);
  }
  #footer .ft_flex .right_col ul li {
    margin-bottom: 0;
    border-bottom: 1px solid var(--bdr-color);
  }
  #footer .ft_flex .right_col ul li.border0 {
    margin-bottom: 0;
    border-bottom: 0;
  }
  #footer .ft_flex .right_col ul li.bordertop1 {
    margin-top: 3.623vw;
  }
  #footer .ft_flex .right_col ul li a {
    display: block;
    padding: 5.314vw 0 5.314vw 8.454vw;
    font-size: 3.865vw;
    line-height: 1;
  }
  #footer .ft_flex .right_col ul li a::before {
    width: 5.556vw;
    height: 5.556vw;
    background: url(../../images/src/common/arrow_green01.svg) no-repeat left center / 100%;
  }
  #footer .ft_flex .right_col ul li.sub {
    margin-left: 8.454vw;
    margin-bottom: 0;
    border-bottom: 0;
  }
  #footer .ft_flex .right_col ul li.sub a {
    padding: 2.691vw 0 2.691vw 7.729vw;
    font-size: 3.14vw;
  }
  #footer .ft_flex .right_col ul li.sub a::before {
    border-radius: 0;
    width: 4.831vw;
    height: 4.831vw;
  }

  #footer .ft_sticky {
    position: fixed;
    bottom: -16vw;
    padding: 3.382vw 3.623vw;
    width: 100%;
    border-radius: 4.831vw 4.831vw 0 0;
    background: #DFF1E4;
    z-index: 1000;
    transition: bottom 0.4s ease;
  }
  #footer .ft_sticky.show {
    bottom: 0;
  }
  #footer .ft_sticky .flex {
    align-items: center;
  }
  #footer .ft_sticky .flex p {
    width: 14.734vw;
  }
  #footer .ft_sticky .flex .btn {
    width: 36.232vw;
  }
  #footer .ft_sticky .flex .btn a {
    padding: 0;
  }

  #footer .cta_area.recruit_cta {
    top: -51vw;
    padding: 11.232vw 4.831vw 42.343vw;
    margin-bottom: -50vw;
  }
  
  #footer .cta_area.recruit_cta .rec_text {
    left: 4.71vw;
    top: 1.932vw;
    transform: none;
    width: 42.995vw;
  }

  #footer .cta_area.recruit_cta .txt {
    margin-bottom: 6.763vw;
    line-height: 1.93;
    text-align: left;
  }
  #footer .recruit_cta .btn_flex {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  #footer .recruit_cta .btn_flex .btn .c-button {
    padding: 2.899vw;
    width: 38.647vw;
    border-radius: 21.739vw;
  }
  
  #footer .recruit_cta .btn .c-button-icon::before {
    top: -1.2vw;
  }
  #footer .recruit_cta .btn_flex .btn span {
    padding-left: 7.077vw;
  }
  #footer .recruit_cta .hito01 {
    left: 0;
    width: 52.053vw;
  }
  #footer .recruit_cta .hito02 {
    right: 0;
    width: 53.019vw;
  }


}



/* pcのみのhoverアクションはここ */
@media (hover: hover) and (pointer: fine) {
	
	a.bd_hv:hover .title {
		color: var(--main-color);
	}
	a.bd_hv:hover .title::before {
		transform: scaleX(1);
	}
  #header .hd_navi ul li a:hover {
    color: var(--main-color);
  }
  #header .hd_recruit a:hover span {
    margin-left: -15px;
    color: var(--main-color);
  }
  #header .hd_contact a:hover svg,
  .cta_area .cta_btn a:hover svg { 
    fill: #fff;
  }
  #header .hd_recruit a.c-button:hover .c-button-icon {
    left: 79%;
  }
  .cta_area .cta_btn a:hover span {
    color: var(--main-color);
    margin-left: -4rem;
  }
  .cta_area .cta_btn .c-button:hover .c-button-icon {
    left: calc(100% - 14.8rem);
  }
  #footer .ft_flex .right_col ul li a:hover {
    color: var(--main-color);
  }
  .cta_area.job_cta .cta_btn .c-button:hover .c-button-icon {
    left: calc(100% - 23.8rem);
  }
  #footer .recruit_cta .btn_flex .btn .c-button:hover .c-button-icon {
    left: 79%;
  }
}
  
 /*IE11用に以下のコードも追加*/
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
}



/* 印刷用 */
@media print {
  body { zoom: 0.6; -webkit-print-color-adjust: exact; }
}

/* 印刷用 IE10以上 */
@media print and (-ms-high-contrast:none) {
  @page { size: A4; margin: 12.7mm 9.7mm; }
  body { zoom: 1.8; width: 1200px; transform: scale(0.5); transform-origin: 0 0; }
}