@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
  font-size: 62.5%;
}

body {
  font-size: 3.6vw;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 100%;
}

object {
  pointer-events: none;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
.c_phoneArea > div:nth-child(2) {
  margin-top: 10px;
}
.c_phoneArea > div:nth-child(2) a {
  font-size: 23px;
}
/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */

.tit02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 35px;
}

.tit02 b {
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}

.tit02 span {
  color: #8c8c8c;
  font-size: 3.6vw;
  display: block;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */

.nav_wrp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  display: none;
}

.nav_wrp.changed {
  display: block;
}

.nav_site {
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 240px;
  height: 100%;
  padding: 100px 30px 50px;
  position: fixed;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 1;
}

.nav_site.active {
  opacity: 1;
  top: 0;
  right: 0;
}

/* =======================================
	★ページャー
========================================== */

.pager {
  width: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}

.wp-pagenavi {
  clear: both;
  font-size: 14px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block !important;
  width: 35px;
  height: 35px;
  line-height: 2.6;
  border: none;
  transition: ease-out 0.5s;
  color: #7e6d55 !important;
  font-size: 14px;
  margin: 5px;
  vertical-align: top;
  padding: 0px !important;
  background-color: #fff;
  border-radius: 50% !important;
  background-image: none !important;
}

.wp-pagenavi span.extend {
  border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
  color: #fff !important;
  background-color: #7e6d55;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}

#contact .popup-inner {
  padding: 40px 20px;
}
/* ---------------------------------------------------------------------------
  ★header footer
--------------------------------------------------------------------------- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* position: sticky; */
  top: 0;
  z-index: 9999;
  border-top: none;
}

.header,
.header01 > ul {
  display: none;
}

.header01 {
  padding: 0;
  margin-top: 0px;
  padding-left: 5%;
  font-size: 14px;
}

.header01 h1.logo {
  width: 12em;
}
.nav a {
  border-right: none;
  color: #1c1c1c;
  font-weight: bold;
}

/* アコーディオンメニュー */
.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
  cursor: pointer;
  padding: 10px 20px;
  position: relative;
  color: #fefefe;
  border-bottom: 2px solid #fefefe;
}

.accordion-title:after {
  position: relative;
  display: block;
  content: "";
  right: -11px;
  top: 0.9em;
  width: 1.5em;
  height: 1.5em;
  transform: rotate(-90deg);
  transition: all 0.4s ease-in-out;
  background: url(../img/arrow03.svg) no-repeat center left;
}

.accordion-title.open:after {
  transform: rotate(90deg);
  top: 0.9em;
}

.dropdown-menu li a {
  color: #3c3c3c;
  font-size: 14px;
}

header > .nav > nav > div.center.mT40 .f24 {
  font-size: 6.6vw !important;
}

nav {
  position: fixed;
  right: -320px;
  /* これで隠れる */
  top: 0;
  height: 100vh;
  color: #fefefe;
  transition: all 0.6s;
  z-index: 999999;
  overflow-y: auto;
  background: #fefefe;
  width: 320px;
  display: block !important;
}

nav .dropdown-menu {
  background: #fff;
  padding: 0 6%;
}

nav .dropdown-menu.con {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

nav .nav_01 > li > a {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #f6f4eb;
  padding: 0.8em 0em 0.8em 0em;
  font-weight: normal;
  color: #353535;
  cursor: pointer;
  display: block;
  font-weight: bold;
  background: #fff;
  display: block;
  background-size: 16px;
  font-size: 15px;
}
.accordion-title {
  padding: 0 !important;
  width: 3em;
  height: 3.5em;
  position: absolute;
  top: 0;
  right: 0;
}

nav .dropdown-menu .accordion-title,
nav .dropdown-menu .dropdown-menu li {
  padding: 0.8em 0.8em 0.8em 2.25em;
  border-bottom: 1px solid #dde4e1;
}

nav .dropdown-menu .dropdown-menu li {
  padding: 0.3em 0.3em 0.3em 4.25em;
  border-bottom: none;
}

nav .dropdown-menu .dropdown-menu li a {
  color: #fefefe;
}

nav .btn01 a {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

nav .center a {
  color: #3c3c3c;
}

.dropdown-menu li {
  /* padding: 5px 20px; */
  /* border-bottom: 1px solid #949292; */
}

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 100;
  background: url(../img/btn01_bg.jpg) no-repeat center / cover;
  position: fixed;
  border-radius: 0 0 0 1.5em;
}

.hamburger__line {
  position: absolute;
  left: 18px;
  width: 24px;
  height: 2px;
  background-color: #fefefe;
  transition: all 0.6s;
  border-radius: 50em;
}

.hamburger__line--1 {
  top: 21px;
}

.hamburger__line--2 {
  top: 28px;
}

.hamburger__line--3 {
  top: 35px;
}

.black-bg01 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #e7f2501f;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open nav {
  right: 0;
}

.nav-open nav > div {
  /* right: 0; */
  flex-flow: column-reverse;
  justify-content: flex-end;
  display: flex;
}

.nav-open .black-bg01 {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

.accordion-box {
  position: relative;
}

.accordion-close {
  display: none;
  padding-left: 0.8em;
  padding-bottom: 0.8em;
  padding-top: 0.3em;
  border-bottom: 1px solid #dde4e1;
}

.nav li:nth-child(1) a {
  border-left: none !important;
}

.accordion-close li a {
  padding: 6px 0 0px;
  font-weight: 500;
  color: #006fbd;
}

nav .dropdown-menu {
  background: #ffffff;
  padding: 2px 9% 12px;
  text-align: left;
  /* display: flex; */
  border-bottom: 1px solid #f6f4eb;
}

nav .dropdown-menu > p {
  color: #ffffff;
  text-align: center;
  padding: 0.3em 0 0.1em;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: linear-gradient(to right, #f9bd00, #f2e400);
  width: calc(100% + 13%);
  transform: translate(-6%, 0px);
  margin-bottom: 10px;
}

nav .dropdown-menu a {
  padding: 0 0 4px;
  font-weight: 500;
}

nav .dropdown-menu li:nth-child(odd) {
  /* width: 9.5em; */
}

nav .dropdown-menu li:nth-child(2n) {
  /* width: 11em; */
}
nav .dropdown-menu .h_btn a {
  margin: 9px auto 0;
  text-align: center;
  width: 155px;
}
nav .dropdown-menu p span {
  background: url(../img/mv_icon01.svg) no-repeat center left / 1.4em;
  padding-left: 1.75em;
  color: #0c0419;
}
nav .telArea {
  width: 90%;
  margin: auto;
}

nav .telArea a {
  padding-bottom: 10px;
}

nav .tel {
  font-size: 3.2rem;
  color: #1c1c1c;
  font-weight: 500;
  width: 237px;
  margin: 0 auto 7px;
}

nav .h_btn {
  padding: 0;
}

nav .h_btn > a {
  color: #fff !important;
  background: url(../img/h_contact.svg) no-repeat left 2em center/1.3em,
    linear-gradient(to right, #120060, #0339e5) !important;
  /* border-radius: 1.5em; */
  width: 231px;
  /* padding: 7px 5px 5px 2em; */
  /* font-weight: 500 !important; */
  margin: auto;
}

.c_prevArea {
  font-size: 12px;
  gap: 7%;
}

/* .c_prevArea li a {
  margin: 0px 3px;
} */

.c_table_01 th,
.c_table_01 td {
  display: block;
}

.c_table_01 th {
  font-weight: bold;
}
.c_table_01 td {
  margin-bottom: 14px;
}
.footer01 {
  color: #fff;
  text-align: center;
  background-size: cover;
  position: relative;
  z-index: 1000;
}

.footer01 .h2Tit {
  color: #fff;
  font-weight: 400;
}

.footer01 ul a,
#contact01 ul a {
  text-align: center;
  border: 1px solid #9f877233;
  display: block;
  border-radius: 50em;
  margin-bottom: 11px;
  padding: 12px 0px 11px;
}

.footer01 ul li:nth-child(1) a,
#contact01 ul li:nth-child(1) a {
}

.footer01 ul li:nth-child(2) a {
}

.footer01 ul li:nth-child(3) a {
}

.footer01 ul li:nth-child(1) .f29,
#contact01 ul li:nth-child(1) .f29 {
  font-size: 25px !important;
}

.footer01 ul li .f29,
#contact01 ul li .f29 {
  height: initial;
  line-height: 72%;
}

.footer02 .f_nav {
  display: none;
}

.sp_column01 {
  display: block;
}

.sp_column01 > * {
  width: 100% !important;
  float: inherit !important;
  margin-right: 0 !important;
}
.img_r img {
  margin-bottom: 10px;
}
.popup-inner {
  padding: 30px 20px;
  width: 90%;
}

.mv h2 {
  font-size: 2rem;
}

.mv .mv_txt p {
  font-size: 1.4rem;
  text-align: left;
  margin-left: 0;
}

.mv .mv_txt {
  top: 36vw;
  bottom: inherit;
  left: 0;
  right: 0;
}

.mv .mv_news {
  margin-left: 5%;
  display: block;
  bottom: calc(-3.5em - 11px);
}

.mv .mv_news p:nth-child(2) {
  position: absolute;
  top: 15px;
  left: 5.5em;
}

.home01 {
  padding-top: 3% !important;
  padding-left: 0;
}

.home01 ul {
  display: block;
}

.home01 li {
  width: 90%;
  margin: auto;
}

.home01 li:not(:last-child):before {
  right: 0;
  left: 0;
  margin: auto;
  top: initial;
  bottom: -53px;
  width: 34px;
  height: 34px;
}

.home01 li:not(:last-child) {
  margin-bottom: 66px;
}

.home01 li img {
  width: 73%;
}

.btn01_LL {
  min-width: 250px;
}

.home03 > div {
  padding: 0;
  display: block;
}

.home03 h2 {
  text-align: left;
  width: 100%;
  margin: 0;
  padding-right: 46px;
}

.home03 h2:before {
  top: 0;
  right: -45px;
}

.home04 ul {
  display: block;
}

.home04 li {
  width: 100%;
  margin-bottom: 10px;
}

.footer02 {
  text-align: center;
  padding: 30px 0 10px;
}

.nav .nav_02 > li > a {
}

.nav_02 > li:nth-child(1) {
  position: absolute;
  width: 100%;
  bottom: -33px;
}

.nav_02 {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}

.nav_02 > li:nth-child(1) img {
  filter: brightness(0.2);
  width: 150px;
  margin: auto;
}

.nav .nav_02 > li:nth-child(2) > a {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  /* border-bottom: 1px solid #dde4e1; */
  padding: 0.8em 0.8em 0.8em 0.8em;
  color: #353535;
  cursor: pointer;
  display: block;
  font-weight: bold;
  background: #fff;
  display: block;
  background-size: 16px;
  font-size: 15px;
  border-radius: 0;
}

.nav .nav_02 > li:nth-child(3) > a {
  color: #fff;
  border-radius: 50em;
  margin: auto;
  display: block;
  width: 130px;
  margin-top: 17px;
}

#strength .home01 {
  padding-top: 13% !important;
}

#strength .home01 li:not(:last-child):before {
}

#esg .u_tit .sdgsBox {
  margin-bottom: 8%;
}

#esg h2.c_tit02.mB40 {
  margin-bottom: 4.5% !important;
}

.anchorlinkBox {
  flex-wrap: wrap;
}

.bg_blue.inner_1100 {
  padding: 20px 20px;
}
#voice01 > div {
  padding-bottom: 0% !important;
}

#support02 .u_01,
#support02 .u_03 {
  display: block;
}

#support02 .u_01 li,
#support02 .u_03 li {
  width: 100%;
  margin-bottom: 10px;
}

#voice .anchorlinkBox li,
#support .anchorlinkBox li {
  margin: 0 6px;
}
.bg_w {
  background: #fff;
  border-radius: 1em;
  padding: 20px 20px;
}

.header01 h1 img {
  width: 84px;
}

.mv {
  padding-top: 23px;
  height: 120vw;
  max-height: initial;
}

.mv:before {
  height: 54vw;
  width: 79%;
}

.mv .mv_txt ul {
  width: 79vw;
  gap: 5px;
}

.mv .mv_txt ul li {
  width: 33%;
}

a.mv_btn {
  width: 90%;
}

.mv .mv_txt h2 {
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 15%;
}

.btn01,
.btn01_LL {
  width: 100%;
  min-width: fit-content;
}

.home02 .u_01 {
  display: block;
}

.home02 .u_01 li {
  width: 100%;
  margin-bottom: 10%;
}

.bg_gra:before {
  background-size: 152%;
  height: 18vw;
  top: -17vw;
}

.home02 .u_02 {
  display: block;
}

.home02 .u_02 li {
  margin-bottom: 10px;
}

#home .bg_gra {
  padding-bottom: 10% !important;
}

.home03 {
  position: relative;
  top: 0;
}

#home .bg_yellow02 {
  padding: 0;
}

.bg_pink_left:before {
  width: 100%;
  border-radius: 0;
}

.home03 > div ul {
  width: 100%;
  margin-top: 20px;
}

.home04 > div {
  display: block;
}

.home04 {
  position: relative;
  padding-bottom: 30% !important;
}

.home04 .btn01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18%;
  width: fit-content;
  margin: auto;
}

.home04 .home04_list li a {
  padding: 0;
  display: block;
}

.home04 .home04_list li a div {
  padding: 10px;
  padding-right: 44px;
  line-height: 140%;
}

.home04 .home04_list {
  width: 100%;
}

.f_logo > p {
  margin: auto;
}

dropdown-toggle-box > a {
}

li.dropdown-toggle-box > a {
  border-bottom: 1px solid #f6f4eb;
  border-bottom: 1px solid #f6f4eb;
  border: none !important;
  padding-bottom: 0 !important;
  padding-left: 1em !important;
}

ul.nav_01 {
  display: flex;
  flex-wrap: wrap;
}

ul.nav_01 > li:nth-child(1),
ul.nav_01 > li:nth-child(2) {
  width: 100%;
}

ul.nav_01 > li:nth-child(n + 3) {
  width: 31%;
}

nav.nav > a {
  width: 130px;
  border-radius: 50em;
  height: auto;
  padding: 6px;
  padding-left: 31px;
  margin: -100px 0 0;
  position: relative;
  z-index: 3;
  text-align: center;
  left: 53%;
  font-size: 1.4rem;
  background: url(../img/mail.svg) no-repeat center left 14px,
    url(../img/header_bg.png) no-repeat center;
  background-size: 1.2em, cover;
}

.nav_02 > li:nth-child(1) {
  display: none;
}

.nav_02 > li:nth-child(2) {
  width: 60%;
  margin-inline: auto;
}

.nav_02 > li:nth-child(3) {
  /* position: absolute; */
  /* top: 17%; */
  width: 50%;
  left: 16px;
}

ul.nav_01 > li:nth-child(3) {
}

ul.nav_01 > li:nth-child(3),
ul.nav_01 > li:nth-child(6) {
  width: 38%;
}

ul.nav_01 > li:nth-child(3) a,
ul.nav_01 > li:nth-child(6) a {
  padding-left: 1em;
}

ul.nav_01 > li:nth-child(1) .dropdown-menu {
  display: flex;
  padding-right: 0;
}

ul.nav_01 > li:nth-child(1) .dropdown-menu a {
  margin-right: 16px;
}
.mv_inpage {
  padding-top: 88px;
}

.mv_inpage .inner_1200 {
  padding-top: 25px;
}

#company04 .u_01 > div:last-child {
  margin-left: 0;
  width: 52% !important;
  margin: auto !important;
}

#company04 .u_01 .sp_column01 {
  display: block;
  margin-bottom: 20px;
}

#esg02 .u_01 {
  width: 100%;
}

#service02 .u_01 {
  display: block;
}

#service02 .u_01 img {
  width: 50%;
  margin: 20px auto 0;
}

.c_check {
  padding: 15px 10px;
  border-radius: 1.5em;
  margin-bottom: 69px;
}

.c_check:before {
  width: 60px;
  height: 60px;
  bottom: -50px;
}

.c_faq_box_01 .sToggle dl dt {
  padding: 5px 33px 5px 32px;
  font-size: 100%;
}

.c_faq_box_01 .sToggle dl dt::before {
  left: 14px;
}

.c_faq_box_01 .sToggle dl dt::after {
  width: 20px;
  height: 20px;
}

#serviceList li {
  width: 100%;
}

#serviceList a {
  padding-left: 5em;
}

.c_price {
  overflow-x: scroll;
}

.mv_inpage .fE {
  font-size: 37px;
}

.bg_yellow02 {
  background-size: 350%;
}

#reason02 .u_01 li {
  width: 86px;
  height: 86px;
  font-size: 100%;
}

#reason02 .u_01 {
  gap: 4px;
}

.border_b {
  padding-bottom: 10%;
  margin-bottom: 10%;
}

#reason .border_b {
  padding-top: 0% !important;
}

#reason03 {
  padding-top: 10%;
}

#reason05 .pT80 {
  padding-top: 0% !important;
}

#reason06 {
  padding-top: 8%;
}

.c_flowBox > li {
  padding: 29px 15px 20px;
}

ul.nav_01 > li:nth-child(n + 3) a {
  border: none;
  padding-bottom: 0px;
  padding-top: 11px;
}

#HRAdvisor02 .c_table_02 table {
  margin-inline: auto;
}

#HRAdvisor02 .c_table_02 thead th:nth-of-type(2) {
  text-align: right;
  padding-right: 2em;
}

#rules01 .u_01 {
  margin: 4% auto 0;
  width: 100%;
}

#recruit02 .cl33 {
  display: flex;
  flex-direction: column;
}

#recruit02 .cl33 li:nth-of-type(1) {
  order: 1;
  margin-bottom: 15%;
}
#recruit02 .cl33 li:nth-of-type(2) {
  order: 2;
  margin-bottom: 15%;
}
#recruit02 .cl33 li:nth-of-type(3) {
  order: 3;
  margin-bottom: 15%;
}
#recruit02 .cl33 li:nth-of-type(4) {
  order: 6;
  padding: 0 0 0 10%;
}
#recruit02 .cl33 li:nth-of-type(5) {
  order: 5;
}
#recruit02 .cl33 li:nth-of-type(6) {
  order: 4;
  margin-bottom: 15%;
}

#recruit02 .cl33 li:nth-child(1):before,
#recruit02 .cl33 li:nth-child(2):before {
  right: 40%;
  top: 118%;
  transform: translate(-50%, -50%) rotate(90deg);
}
#recruit02 .cl33 li:nth-child(5):before {
  right: 40%;
  top: -108%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
#recruit02 .cl33 li:nth-child(3):before {
  bottom: -17%;
}
#recruit02 .cl33 li:nth-child(4):before {
  margin: unset;
  left: -9%;
  width: 18%;
  height: 50%;
}

#recruit02 table {
  min-width: 500px;
}
#recruit02 .c_price_last_11em th {
  width: auto;
}
#recruit02 .c_price_last_11em th.th_b {
  width: 9em !important;
}
#case .anchorlinkBox {
  width: 100%;
}

.c_prevArea li a {
  margin: 0px;
  width: fit-content;
  padding: 3% 12%;
  white-space: nowrap;
}
#rules02 table,
#procedure02 table {
  width: 550px;
}

#rules02 table td:last-child {
  width: 10em;
}

.rules02_03 table,
.rules02_03 table {
  width: 657px !important;
}
.rules02_04 th:nth-child(1),
.rules02_04 td:nth-child(1) {
  width: auto !important;
}
.rules02_04 th:nth-child(2),
.rules02_04 td:nth-child(2) {
  width: 8em !important;
}

ul.nav_01 > li.u_01 {
  width: 51%;
}
.moreDetail.active02 p {
  display: none;
}
.home02 .u_01 li a,
.c_box01 li a {
  height: auto;
  padding-top: 10px;
}
.c_check li {
  font-size: 100%;
}

.c_price th,
.c_price td {
  padding: 5px;
}

.recruit02_txt01 {
  width: 350px;
  padding: 5px 0;
  transform: translate(-2px, 0px);
}

.recruit02_txt02 {
  width: 238px;
  padding: 5px 0;
  transform: translate(-2px, 0px);
}
.h2Tit,
.h2Tit_s,
.h2Tit_ss,
.h2Tit_l,
.h2Tit_border {
  font-size: 1.9rem;
}
