@charset "UTF-8";
/* Scss Document マスター */
html {
  font-size: 62.5%;
}

@media all and (max-width: 768px) {
  html.is-fixed,
html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.fadeout::after {
  opacity: 1;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

html, body {
  height: 100%;
}

a {
  word-break: break-all;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.js-fadein {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.js-fadein.in {
  opacity: 1;
}

p {
  font-size: 1.5rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  text-align: justify;
}
p a {
  text-decoration: underline;
}
p strong {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #EFE72F));
  background: linear-gradient(transparent 70%, #EFE72F 0%);
}

.panel li a {
  text-decoration: underline;
}

figure > img {
  width: 100%;
  border-radius: 6px;
}

.annotation {
  font-size: 1.3rem;
  text-align: right;
}

.notice {
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #D50000;
}

.pc-hide {
  display: none;
}

.sp-hide {
  display: block;
}

/******　余白（margin） ******/
/*なるべく、UIパーツそのものにmarginは指定しない。時と場合、配置する画面やコンテナなどによって余白幅が変わることがあるため*/
.margin-spacing-1_top {
  margin-top: 8px !important;
}

.margin-spacing-2_top {
  margin-top: 16px !important;
}

.margin-spacing-3_top {
  margin-top: 24px !important;
}

.margin-spacing-4_top {
  margin-top: 32px !important;
}

.margin-spacing-5_top {
  margin-top: 40px !important;
}

.margin-spacing-6_top {
  margin-top: 48px !important;
}

.margin-spacing-7_top {
  margin-top: 56px !important;
}

.margin-spacing-8_top {
  margin-top: 64px !important;
}

.margin-spacing-9_top {
  margin-top: 72px !important;
}

.margin-spacing-10_top {
  margin-top: 80px !important;
}

.margin-spacing-1_bottom {
  margin-bottom: 8px !important;
}

.margin-spacing-2_bottom {
  margin-bottom: 16px !important;
}

.margin-spacing-3_bottom {
  margin-bottom: 24px !important;
}

.margin-spacing-4_bottom {
  margin-bottom: 32px !important;
}

.margin-spacing-5_bottom {
  margin-bottom: 40px !important;
}

.margin-spacing-6_bottom {
  margin-bottom: 48px !important;
}

.margin-spacing-7_bottom {
  margin-bottom: 56px !important;
}

.margin-spacing-8_bottom {
  margin-bottom: 64px !important;
}

.margin-spacing-9_bottom {
  margin-bottom: 72px !important;
}

.margin-spacing-10_bottom {
  margin-bottom: 80px !important;
}

.margin-spacing-1_right {
  margin-right: 8px !important;
}

.margin-spacing-2_right {
  margin-right: 16px !important;
}

.margin-spacing-3_right {
  margin-right: 24px !important;
}

.margin-spacing-4_right {
  margin-right: 32px !important;
}

.margin-spacing-5_right {
  margin-right: 40px !important;
}

.margin-spacing-6_right {
  margin-right: 48px !important;
}

.margin-spacing-7_right {
  margin-right: 56px !important;
}

.margin-spacing-8_right {
  margin-right: 64px !important;
}

.margin-spacing-9_right {
  margin-right: 72px !important;
}

.margin-spacing-10_right {
  margin-right: 80px !important;
}

.margin-spacing-1_left {
  margin-left: 8px !important;
}

.margin-spacing-2_left {
  margin-left: 16px !important;
}

.margin-spacing-3_left {
  margin-left: 24px !important;
}

.margin-spacing-4_left {
  margin-left: 32px !important;
}

.margin-spacing-5_left {
  margin-left: 40px !important;
}

.margin-spacing-6_left {
  margin-left: 48px !important;
}

.margin-spacing-7_left {
  margin-left: 56px !important;
}

.margin-spacing-8_left {
  margin-left: 64px !important;
}

.margin-spacing-9_left {
  margin-left: 72px !important;
}

.margin-spacing-10_left {
  margin-left: 80px !important;
}

/******　スマホ縦 ******/
@media screen and (max-width: 480px) {
  html {
    /*overflow: auto;*/
  }
  .pc-hide {
    display: block;
  }
  .sp-hide {
    display: none;
  }
}
.l-header {
  width: 90%;
  height: 78px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header .header-logo_croco {
  z-index: 9999;
}
.l-header .header-logo_croco a {
  display: block;
  width: 160px;
  height: 30px;
  background-image: url("/assets/img/logo/logo-croco.svg");
  background-repeat: no-repeat;
}
.l-header .header-logo_croco a > img {
  width: 100%;
}
.l-header .header-logo_croco.white a {
  background-image: url("/assets/img/logo/logo-croco-w.svg");
}
.l-header .list_header {
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .list_header .list_header-item {
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.l-header .list_header .list_header-item .icon_contact {
  width: 32px;
  height: auto;
}
.l-header .list_header .list_header-item > a {
  display: block;
  width: 100%;
  padding: 0 20px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header .list_header .list_header-item > a:hover {
  color: #B1D941;
}
.l-header .list_header .list_header-item > a.active {
  position: relative;
}
.l-header .list_header .list_header-item > a.active::after {
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #333333;
  border-radius: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -12px;
}
.l-header .list_header .list_header-item:last-child > a {
  padding: 0 0 0 20px;
}
.l-header .list_header .list_header-item:last-child > a.active::after {
  padding: 0;
  right: 0;
  left: auto;
}
.l-header .dropdown-menu {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  height: auto;
  margin: 0 auto;
  position: fixed;
  top: 78px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #333333;
  border-radius: 6px;
  padding: 40px;
}
.l-header .dropdown-menu.is-show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header .dropdown-menu .dropdown-menu_title-column {
  width: 300px;
  border-right: #75736B 1px solid;
  margin: 0 40px 0 0;
}
.l-header .dropdown-menu .dropdown-menu_title-column .dropdown-menu_title {
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}
.l-header .dropdown-menu .dropdown-menu_title-column .dropdown-menu_title > .dropdown-menu_subtitle {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  color: #AFAB9D;
  letter-spacing: 0.1em;
  display: block;
  margin: 8px 0;
}
.l-header .dropdown-menu .dropdown-menu_list-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-header .dropdown-menu .dropdown-menu_list {
  color: #FFFFFF;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header .dropdown-menu .dropdown-menu_list .dropdown-menu_list-item {
  margin: 0 40px 24px 0;
  padding: 0 0 0 24px;
  background-image: url("/assets/img/icon_text-link-w.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
.l-header .dropdown-menu .dropdown-menu_list .dropdown-menu_list-item > a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header .dropdown-menu .dropdown-menu_list .dropdown-menu_list-item > a:hover {
  color: #B1D941;
}
.l-header .gnav_sp {
  display: none;
}
.l-header .btn_contact {
  display: none;
}
.l-header .btn_contact > a {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 72px;
}

/******　ハンバーガーメニュー ******/
.btn_hamburger {
  position: relative;
  width: 40px;
  height: 32px;
  cursor: pointer;
  display: none;
  z-index: 9999;
}
.btn_hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #333333;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn_hamburger span:nth-of-type(1) {
  top: 0;
}
.btn_hamburger span:nth-of-type(2) {
  top: 14px;
}
.btn_hamburger span:nth-of-type(3) {
  bottom: 0;
}
.btn_hamburger.active span {
  background-color: #FFFFFF;
}

.btn_hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
          transform: translateY(14px) rotate(-45deg);
}

.btn_hamburger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn05-bar02 0.8s forwards;
          animation: active-btn05-bar02 0.8s forwards;
}

@-webkit-keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
.btn_hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
          transform: translateY(-14px) rotate(45deg);
}

/******　タブレット縦 ******/
@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    padding: 0 24px;
  }
  .l-header .btn_contact > a {
    right: 80px;
  }
  .gnav_pc {
    display: none;
  }
  .gnav_sp {
    display: none;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #333333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
  }
  .gnav_sp .gnav_sp_list {
    width: 90%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    font-size: 2rem;
    font-family: bio-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.2em;
  }
  .gnav_sp .gnav_sp_list.show {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  .gnav_sp .gnav_sp_list .gnav_sp_list-item {
    margin: 0;
    letter-spacing: 0.1em;
  }
  .gnav_sp .gnav_sp_list .gnav_sp_list-item:last-child > a {
    border-bottom: none;
  }
  .gnav_sp .gnav_sp_list .gnav_sp_list-item a {
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: auto;
    padding: 24px 0;
    border-bottom: #75736B 1px solid;
  }
  .gnav_sp .gnav_sp_list .gnav_sp_list-item a > span {
    display: block;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    color: #AFAB9D;
    margin: 8px 0 0;
  }
  .gnav_sp .gnav_sp_sublist {
    width: 90%;
    margin: 40px auto 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gnav_sp .gnav_sp_sublist.show {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  .gnav_sp .gnav_sp_sublist .gnav_sp_sublist-item {
    margin: 0 40px 0 0;
  }
  .gnav_sp .gnav_sp_sublist .gnav_sp_sublist-item a {
    font-size: 1.3rem;
    color: #FFFFFF;
  }
  .gnav_sp .copyright {
    font-size: 1.3rem;
    text-align: center;
    color: #AFAB9D;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  .btn_hamburger {
    display: block;
  }
  .l-header .btn_contact {
    display: block;
  }
  .l-header .btn_contact > a {
    display: block;
  }
}
/******　スマホ縦 ******/
@media screen and (max-width: 480px) {
  .l-header {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-header .header-logo_croco a {
    width: 120px;
    height: 22px;
  }
  .l-header .header-logo_croco.white a {
    background-image: url("/assets/img/logo/logo-croco-w.svg");
  }
  .l-header .btn_contact {
    display: block;
  }
  .l-header .btn_contact > a {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 24px;
    right: 70px;
  }
  .l-header .gnav_sp .gnav_sp_inner {
    height: 75vh;
    overflow-y: auto;
  }
  .l-header .gnav_sp .gnav_sp_inner .gnav_sp_list.show {
    opacity: 1;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  .l-header .gnav_sp .gnav_sp_inner .gnav_sp_list .gnav_sp_list-item a {
    padding: 12px 0;
  }
  .l-header .gnav_sp .gnav_sp_inner .gnav_sp_list .gnav_sp_list-item a > span {
    margin: 2px 0 0;
  }
  .l-header .gnav_sp .gnav_sp_inner .gnav_sp_sublist {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 0;
  }
  .l-header .gnav_sp .gnav_sp_inner .gnav_sp_sublist .gnav_sp_sublist-item {
    margin: 0 24px 8px 0;
  }
  .l-header .gnav_sp .gnav_sp_inner .gnav_sp_sublist .gnav_sp_sublist-item a {
    font-size: 1.2rem;
    color: #FFFFFF;
  }
  .l-header .gnav_sp .gnav_sp_inner .copyright {
    font-size: 1.3rem;
    text-align: center;
    color: #AFAB9D;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  /******　ハンバーガーメニュー ******/
  .btn_hamburger {
    width: 32px;
    height: 24px;
  }
  .btn_hamburger span:nth-of-type(1) {
    top: 0;
  }
  .btn_hamburger span:nth-of-type(2) {
    top: 10px;
  }
  .btn_hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  .btn_hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
}
.l-footer {
  width: 100%;
  height: auto;
  background-color: #333333;
  position: relative;
  z-index: 9998;
}
.l-footer .l-footer_inner {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer .l-footer_inner .l-footer_company-column {
  width: 30%;
  height: auto;
}
.l-footer .l-footer_inner .l-footer_company-column .footer-logo_croco {
  width: 160px;
  height: auto;
  margin: 0 0 24px;
}
.l-footer .l-footer_inner .l-footer_company-column .footer-logo_croco a > img {
  width: 100%;
}
.l-footer .l-footer_inner .l-footer_company-column .footer-company_name {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #AFAB9D;
  margin: 0 0 8px;
}
.l-footer .l-footer_inner .l-footer_company-column .footer-company_info {
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #AFAB9D;
  margin: 0 0 8px;
}
.l-footer .l-footer_inner .l-footer_company-column .footer-sns {
  width: 24px;
  height: 24px;
}
.l-footer .l-footer_inner .l-footer_company-column .footer-sns a > img {
  width: 100%;
}
.l-footer .l-footer_inner .l-footer_company-column .footer-banner {
  width: 100%;
  height: auto;
  margin: 16px 0 0;
}
.l-footer .l-footer_inner .l-footer_company-column .footer-banner > a > img {
  width: 100%;
}
.l-footer .l-footer_inner .l-footer_company-column .footer-banner .footer-banner_text {
  font-size: 1rem;
  color: #AFAB9D;
  margin: 8px 0 0;
  line-height: 1.4em;
}
.l-footer .l-footer_inner .l-footer_nav-column {
  width: 65%;
  height: auto;
}
.l-footer .l-footer_inner .l-footer_nav-column .l-footer_nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: #75736B 1px solid;
}
.l-footer .l-footer_inner .l-footer_nav-column .l-footer_nav-container .l-footer_nav-box {
  width: 30%;
}
.l-footer .l-footer_inner .l-footer_nav-column .l-footer_nav-container .l-footer_nav-box .l-footer_nav_list .l-footer_nav_list-item {
  font-size: 1.5rem;
  color: #FFFFFF;
  margin: 0 0 16px;
}
.l-footer .l-footer_inner .l-footer_nav-column .l-footer_nav-container .l-footer_nav-box .l-footer_nav_list .l-footer_nav_list-item > a:hover {
  text-decoration: underline;
}
.l-footer .l-footer_inner .l-footer_nav-column .l-footer_nav-container .l-footer_nav-box .l-footer_nav_list .l-footer_nav_list-item .l-footer_nav_sublist {
  margin: 0 0 32px;
  padding: 0 0 0 16px;
}
.l-footer .l-footer_inner .l-footer_nav-column .l-footer_nav-container .l-footer_nav-box .l-footer_nav_list .l-footer_nav_list-item .l-footer_nav_sublist .l-footer_nav_sublist-item {
  font-size: 1.3rem;
  color: #E0DCCF;
  margin: 16px 0;
}
.l-footer .l-footer_inner .l-footer_nav-column .l-footer_nav-container .l-footer_nav-box .l-footer_nav_list .l-footer_nav_list-item .l-footer_nav_sublist .l-footer_nav_sublist-item > a:hover {
  text-decoration: underline;
}
.l-footer .l-footer_inner .l-footer_nav-column .l-footer_nav02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 32px 0 0;
}
.l-footer .l-footer_inner .l-footer_nav-column .l-footer_nav02_list .l-footer_nav02_list-item {
  font-size: 1.3rem;
  color: #E0DCCF;
  margin: 0 40px 0 0;
}
.l-footer .l-footer_inner .l-footer_nav-column .l-footer_nav02_list .l-footer_nav02_list-item > a:hover {
  text-decoration: underline;
}
.l-footer .l-footer_inner .l-footer_nav-column .l-footer_copyright {
  text-align: right;
  font-size: 1.3rem;
  color: #AFAB9D;
  margin: 80px 0 0;
}

.cookie_container {
  display: none;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.cookie_container .cookie_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cookie_container .cookie_inner .cookie_txt {
  width: 80%;
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #FFFFFF;
  letter-spacing: 0.1em;
}
.cookie_container .cookie_inner .cookie_txt > a {
  text-decoration: underline;
}
.cookie_container .cookie_inner .cookie_agree {
  width: 10%;
  font-size: 1.3rem;
  color: #000000;
  text-align: center;
  background-color: #EFE72F;
  padding: 8px 40px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cookie_container .cookie_inner .cookie_agree:hover {
  color: #FFFFFF;
  background-color: #B1D941;
}
.cookie_container.show {
  display: block;
}

/******　タブレット縦 ******/
@media screen and (max-width: 768px) {
  .l-footer .l-footer_inner {
    padding: 40px 0;
    display: block;
  }
  .l-footer .l-footer_inner .l-footer_company-column {
    width: 100%;
    margin: 0 0 40px;
  }
  .l-footer .l-footer_inner .l-footer_nav-column {
    width: 100%;
    height: auto;
  }
  .l-footer .l-footer_inner .l-footer_nav-column .l-footer_nav-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer .l-footer_inner .l-footer_nav-column .l-footer_copyright {
    margin: 40px 0 0;
  }
  .cookie_container .cookie_inner .cookie_txt {
    width: 80%;
  }
  .cookie_container .cookie_inner .cookie_agree {
    width: 15%;
  }
}
/******　スマホ縦 ******/
@media screen and (max-width: 480px) {
  .l-footer .l-footer_inner {
    padding: 40px 0;
    display: block;
  }
  .l-footer .l-footer_inner .l-footer_company-column {
    width: 100%;
    margin: 0 0 24px;
  }
  .l-footer .l-footer_inner .l-footer_company-column .footer-logo_croco {
    width: 120px;
  }
  .l-footer .l-footer_inner .l-footer_nav-column {
    width: 100%;
    height: auto;
  }
  .l-footer .l-footer_inner .l-footer_nav-column .l-footer_nav-container {
    display: none;
  }
  .l-footer .l-footer_inner .l-footer_nav-column .l-footer_nav02_list {
    display: block;
    padding: 0;
  }
  .l-footer .l-footer_inner .l-footer_nav-column .l-footer_nav02_list .l-footer_nav02_list-item {
    font-size: 1.2rem;
    margin: 0;
  }
  .l-footer .l-footer_inner .l-footer_nav-column .l-footer_nav02_list .l-footer_nav02_list-item > a {
    display: block;
    padding: 8px 8px 8px 0;
  }
  .l-footer .l-footer_inner .l-footer_nav-column .l-footer_copyright {
    font-size: 1.2rem;
    margin: 24px 0 0;
  }
  .cookie_container .cookie_inner {
    padding: 24px;
    display: block;
  }
  .cookie_container .cookie_inner .cookie_txt {
    width: 100%;
  }
  .cookie_container .cookie_inner .cookie_agree {
    width: 100%;
    margin: 16px 0 0;
    padding: 16px 0;
  }
}
/******　ボタン（共通）　******/
.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
.button[disabled] {
  opacity: 0.3;
  cursor: default;
}
.button[disabled]::before {
  display: none;
}

/******　button-primary ******/
.button.button-primary {
  width: auto;
  height: auto;
  border-radius: 100vh;
  background-color: #333333;
  padding: 16px 64px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 2.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url("/assets/img/icon_arrow-w.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
}
.button.button-primary.js-button:hover {
  background-color: #B1D941;
  background-image: url("/assets/img/icon_arrow-w.svg");
  background-position: right center;
  border-color: #B1D941;
  color: #FFFFFF;
}

/******　button-secondary ******/
.button.button-secondary {
  width: auto;
  height: auto;
  border: #333333 3px solid;
  border-radius: 100vh;
  padding: 4px 24px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #333333;
  line-height: 2.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url("/assets/img/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 16px;
  background-color: #FFFFFF;
}
.button.button-secondary.js-button:hover {
  background-color: #B1D941;
  background-image: url("/assets/img/icon_arrow-w.svg");
  background-position: right center;
  border-color: #B1D941;
  color: #FFFFFF;
}
.button.button-secondary.button-back {
  background-image: url("/assets/img/icon_arrow-back.svg");
  background-position: left 4px center;
}
.button.button-secondary.button-back.js-button:hover {
  background-image: url("/assets/img/icon_arrow-back-w.svg");
  background-position: left center;
}
.button.button-secondary.outerlink {
  padding: 4px 40px;
  background-image: none;
}
.button.button-secondary.outerlink.js-button:hover {
  background-image: none;
}
.button.button-secondary.outerlink::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/assets/img/icon_outer-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/******　button-tertiary ******/
.button.button-tertiary {
  width: auto;
  height: auto;
  border: #FFFFFF 3px solid;
  border-radius: 100vh;
  padding: 4px 24px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #333333;
  line-height: 2.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url("/assets/img/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 16px;
  background-color: #FFFFFF;
}
.button.button-tertiary.js-button:hover {
  background-color: #B1D941;
  background-image: url("/assets/img/icon_arrow-w.svg");
  background-position: right center;
  border-color: #B1D941;
  color: #FFFFFF;
}
.button.button-tertiary.in-page_links {
  width: 100%;
  padding: 4px 24px 8px 24px;
  background-image: url("/assets/img/icon_arrow-inpage.svg");
  background-position: bottom center;
}
.button.button-tertiary.in-page_links.js-button:hover {
  background-color: #333333;
  background-image: url("/assets/img/icon_arrow-inpage-w.svg");
  background-position: bottom center;
  border-color: #333333;
}

/******　banner-supporttools ******/
.banner-supporttools {
  width: 30%;
  height: auto;
  margin: 0 0 40px;
  position: relative;
}
.banner-supporttools .banner-supporttools_txt {
  font-size: 1.3rem;
  line-height: 1.5em;
}
.banner-supporttools > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 120px;
  background-color: #FFFFFF;
  text-align: center;
  margin: 0 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.banner-supporttools > a::before {
  display: block;
  content: "";
  width: 100%;
  height: 120px;
  border: #E0DCCF 1px solid;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.banner-supporttools > a > img {
  width: 70%;
}
.banner-supporttools > a:hover::before {
  border: #B1D941 4px solid;
}
.banner-supporttools::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/assets/img/icon_outer-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  right: 8px;
}

/******　banner-case_study ******/
.banner-case_study {
  width: 100%;
  height: auto;
  margin: 0 0 16px;
}
.banner-case_study > a {
  display: block;
  width: 100%;
  padding: 24px;
  background-image: url("/assets/img/icon_arrow.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: #E0DCCF;
  border-radius: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.banner-case_study > a:hover {
  background-image: url("/assets/img/icon_arrow-w.svg");
  background-color: #B1D941;
  background-position: right 8px center;
}
.banner-case_study > a:hover .case_sutudy_container .case_sutudy_txt .case_sutudy_title, .banner-case_study > a:hover .case_sutudy_container .case_sutudy_txt .case_sutudy_client {
  color: #FFFFFF;
}
.banner-case_study > a .case_sutudy_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-case_study > a .case_sutudy_container .case_sutudy_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 24px;
}
.banner-case_study > a .case_sutudy_container .case_sutudy_txt .case_sutudy_title {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5em;
}

/******　banner-joblist ******/
.banner-joblist {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0 0 16px;
}
.banner-joblist:hover > a {
  background-color: #B1D941;
  background-image: url("/assets/img/icon_arrow-w.svg");
  background-position: right 8px center;
  color: #FFFFFF;
}
.banner-joblist > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  background-color: #FFFFFF;
  background-image: url("/assets/img/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  border-radius: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/******　ボタン（modal-close）　******/
.btn_close_modal {
  width: 48px;
  height: 48px;
  position: absolute;
  top: -24px;
  right: -24px;
  background-color: #FFFFFF;
  border-radius: 24px;
  background-image: url("/assets/img/icon_close.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  border: #333333 4px solid;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.btn_close_modal:hover {
  background-image: url("/assets/img/icon_close-w.svg");
  background-color: #B1D941;
  border: #B1D941 4px solid;
}

/******　ボタンのレイアウト　中央揃え ******/
.button_wrap-center {
  text-align: center;
  margin: 40px 0;
}
.button_wrap-center .button {
  margin: 0 16px;
}

/******　ボタンのレイアウト　左揃え ******/
.button_wrap-left {
  text-align: left;
  margin: 40px 0;
}
.button_wrap-left .button {
  margin: 0 16px 0 0;
}

/******　ボタンのレイアウト　中央揃え02 ******/
.button_wrap-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 40px;
}
.button_wrap-flex-center .button_wrap {
  width: 40%;
  height: auto;
  margin: 0 40px;
}
.button_wrap-flex-center .button_wrap > .button {
  width: 100%;
}

/******　タブレット横 ******/
@media screen and (max-width: 1024px) {
  /******　ボタンのレイアウト　左揃え ******/
  .button_wrap-left .button {
    margin: 0 16px 16px 0;
  }
}
/******　タブレット縦 ******/
@media screen and (max-width: 768px) {
  /******　button-primary ******/
  .button.button-primary {
    padding: 16px 24px;
    font-size: 1.5rem;
  }
  .banner-supporttools > a {
    height: 100px;
  }
  .banner-supporttools > a::before {
    height: 100px;
  }
  /******　ボタンのレイアウト　中央揃え02 ******/
  .button_wrap-flex-center .button_wrap {
    width: 50%;
    margin: 0;
    padding: 0 16px;
  }
  .button_wrap-flex-center .button_wrap > .button {
    width: 100%;
  }
}
/******　スマホ縦 ******/
@media screen and (max-width: 480px) {
  /******　ボタン（共通）　******/
  .button {
    width: 100% !important;
  }
  /******　button-primary ******/
  .button.button-primary {
    padding: 12px 24px;
    font-size: 1.5rem;
  }
  .banner-supporttools {
    width: 48%;
  }
  .banner-supporttools > a {
    height: 80px;
  }
  .banner-supporttools > a::before {
    height: 80px;
  }
  .banner-supporttools > a > img {
    width: 80%;
  }
  .banner-supporttools::after {
    width: 16px;
    height: 16px;
  }
  /******　ボタンのレイアウト　中央揃え ******/
  .button_wrap-center {
    margin: 40px 0;
  }
  .button_wrap-center .button {
    margin: 0 0 16px;
    width: 100%;
  }
  /******　ボタンのレイアウト　中央揃え02 ******/
  .button_wrap-flex-center {
    display: block;
    margin: 0;
  }
  .button_wrap-flex-center .button_wrap {
    width: 100%;
    margin: 40px 0;
  }
  /******　ボタン（modal-close）　******/
  .btn_close_modal {
    width: 40px;
    height: 40px;
    top: -16px;
    right: -16px;
  }
  /******　banner-case_study ******/
  .banner-case_study > a {
    padding: 16px;
    background-position: right 8px center;
  }
  .banner-case_study > a .case_sutudy_container {
    display: block;
  }
  .banner-case_study > a .case_sutudy_container .case_sutudy_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 8px 0 0;
  }
  .banner-case_study > a .case_sutudy_container .case_sutudy_txt .case_sutudy_title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 4px;
  }
  .banner-case_study > a .case_sutudy_container .case_sutudy_txt .case_sutudy_client {
    font-size: 1.3rem;
  }
}
/******　スマホ縦　02 ******/
.panel {
  position: relative;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  z-index: 9998;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  border-radius: 16px;
}

.panel.panel-service {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.panel.panel-pickup {
  width: 70%;
  height: auto;
  border-radius: 8px;
  padding: 16px 24px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-300%);
          transform: translateY(-300%);
}
.panel.panel-pickup .news_list .news_list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border: none;
  padding: 0;
}
.panel.panel-pickup .news_list .news_list-item > a {
  margin: 0 0 0 16px;
  padding: 0;
}
.panel.panel-pickup .news_list .news_list-item .date {
  margin: 0 16px 0 0;
}

.panel.panel-contact {
  padding: 40px 80px;
}

.panel.panel-faq {
  margin: 0 0 40px;
  padding: 40px 80px;
  position: relative;
  cursor: pointer;
}
.panel.panel-faq .faq_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel.panel-faq .faq_container.q {
  position: relative;
}
.panel.panel-faq .faq_container.q::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("/assets/img/icon_plus.svg");
  background-size: cover;
  position: absolute;
  top: 0;
  right: -56px;
}
.panel.panel-faq .faq_container.q.minus::after {
  background-image: url("/assets/img/icon_minus.svg");
}
.panel.panel-faq .faq_container.a {
  display: none;
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: #E0DCCF 1px solid;
}
.panel.panel-faq .faq_container.a.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel.panel-faq .faq_container .faq_icon {
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 1.5em;
  border-radius: 16px;
  margin: 0 24px 0 0;
}
.panel.panel-faq .faq_container .faq_icon.q {
  background-color: #E0DCCF;
}
.panel.panel-faq .faq_container .faq_icon.a {
  background-color: #EFE72F;
}
.panel.panel-faq .faq_container .faq_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  line-height: 1.5em;
}
.panel.panel-faq .faq_container .faq_txt.q {
  font-weight: bold;
}
.panel.panel-faq::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: #FFFFFF 3px solid;
  border-radius: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.panel.panel-faq:hover::before {
  border: #B1D941 3px solid;
}

.panel.panel-index {
  width: 100%;
  padding: 0;
}
.panel.panel-index .panel-index_thumb {
  width: 100%;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.panel.panel-index .panel-index_thumb > img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.panel.panel-index .panel-index_thumb > img.download {
  width: 90%;
  height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px 16px 0 0;
}
.panel.panel-index .panel-index_txt {
  padding: 40px;
  position: relative;
}
.panel.panel-index .panel-index_txt .panel-index_heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.panel.panel-index .panel-index_txt .panel-index_heading_container .panel-index_heading-number {
  width: 40px;
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: #AFAB9D;
  padding: 2px 0 0;
}
.panel.panel-index .panel-index_txt .panel-index_heading_container .panel-index_heading .heading-04 {
  font-size: 2.5rem;
}
.panel.panel-index .panel-index_txt .panel-index_heading_container .panel-index_heading .heading-04 .heading-04_subtitle {
  font-size: 1.5rem;
}

/******　タブレット横 ******/
@media screen and (max-width: 1024px) {
  .panel.panel-pickup {
    width: 90%;
    height: auto;
    top: 110%;
  }
  .panel.panel-pickup .news_list .news_list-item {
    font-size: 1.3rem;
  }
  .panel.panel-contact {
    padding: 40px;
  }
}
/******　タブレット縦 ******/
@media screen and (max-width: 768px) {
  .panel.panel-pickup {
    top: 110%;
  }
  .panel.panel-index .panel-index_txt {
    padding: 24px;
  }
}
/******　スマホ縦 ******/
@media screen and (max-width: 480px) {
  .panel {
    padding: 16px;
    border-radius: 6px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .panel.panel-pickup {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
    top: 650px;
  }
  .panel.panel-pickup .news_list {
    white-space: normal;
    text-overflow: clip;
  }
  .panel.panel-pickup .news_list .news_list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .panel.panel-pickup .news_list .news_list-item > a {
    margin: 8px 0 0;
    line-height: 1.5em;
  }
  .panel.panel-service {
    display: block;
  }
  .panel.panel-contact {
    padding: 16px;
  }
  .panel.panel-faq {
    margin: 0 0 40px;
    padding: 8px;
  }
  .panel.panel-faq .faq_container.q {
    position: relative;
    padding: 0 0 24px;
  }
  .panel.panel-faq .faq_container.q::after {
    width: 16px;
    height: 16px;
    background-image: url("/assets/img/icon_arrow-down.svg");
    top: initial;
    bottom: 0;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .panel.panel-faq .faq_container.q.minus::after {
    background-image: url("/assets/img/icon_arrow-up.svg");
  }
  .panel.panel-faq .faq_container.a {
    margin: 0;
    padding: 16px 0 0;
    border-top: none;
  }
  .panel.panel-faq .faq_container .faq_icon {
    margin: 0 16px 0 0;
  }
  .panel.panel-index .panel-index_txt {
    padding: 16px;
  }
  .panel.panel-index .panel-index_txt .clienet_name .label {
    display: block;
    margin: 0 0 8px;
  }
  .panel.panel-index .panel-index_txt .service_category {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: right;
    margin: 0 0 16px;
  }
  .panel.panel-index .panel-index_txt .service_category > span {
    font-weight: normal;
    color: #AFAB9D;
  }
}
/******　スマホ縦　02 ******/
/******　ニュースリスト　******/
.news_list .news_list-item {
  font-size: 1.5rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: #AFAB9D 1px dotted;
}
.news_list .news_list-item:last-child {
  border: none;
}
.news_list .news_list-item .date {
  color: #AFAB9D;
  line-height: 1.5em;
  display: block;
  width: 8%;
  height: 24px;
  margin: 0 32px 0 0;
}
.news_list .news_list-item .label-category01 {
  display: block;
  width: 10%;
  margin: 0 32px 0 0;
}
.news_list .news_list-item > a {
  display: block;
  width: 82%;
  line-height: 1.5em;
  padding: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news_list .news_list-item > a:hover {
  color: #B1D941;
}

/******　取引先企業リスト　******/
.client_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.client_list .client_list-item {
  width: 15%;
  height: auto;
  padding: 16px;
}
.client_list .client_list-item a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.client_list .client_list-item a > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80px;
}

/******　パンくずリスト　******/
.breadcrumb_wrap {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 88px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.breadcrumb_wrap .breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb_wrap .breadcrumb_list .breadcrumb_list-item {
  font-size: 1.3rem;
  color: #AFAB9D;
  margin: 0 16px 0 0;
  padding: 0 24px 0 0;
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.breadcrumb_wrap .breadcrumb_list .breadcrumb_list-item::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 16px;
  background-image: url("/assets/img/icon_arrow-breadcrumb.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.breadcrumb_wrap .breadcrumb_list .breadcrumb_list-item:last-child::after {
  background: none;
}
.breadcrumb_wrap .breadcrumb_list .breadcrumb_list-item > a {
  display: block;
  color: #333333;
}
.breadcrumb_wrap .breadcrumb_list .breadcrumb_list-item > a.breadcrumb_list-item-home {
  padding: 0 0 0 16px;
}
.breadcrumb_wrap .breadcrumb_list .breadcrumb_list-item > a.breadcrumb_list-item-home::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("/assets/img/icon_home.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

/******　番号リスト01　******/
.ordered_list01 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0;
}
.ordered_list01 .ordered_list01-item {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 40px 24px 0;
}
.ordered_list01 .ordered_list01-item::before {
  counter-increment: item;
  content: counter(item) ".";
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #AFAB9D;
  margin: 0 16px 0 0;
}

/******　番号リスト02　******/
.ordered_list02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin: 40px 0;
  padding: 0 0 0 40px;
}
.ordered_list02 .ordered_list02-item {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
  text-indent: -1.5rem;
  padding: 0 0 0 1.5rem;
}
.ordered_list02 .ordered_list02-item::before {
  counter-increment: item;
  content: counter(item) ".";
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #AFAB9D;
  margin: 0;
}

/******　箇条書きリスト01　******/
.unordered_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0;
}
.unordered_list .unordered_list-item {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 40px 24px 0;
  padding: 0 0 0 24px;
  background-image: url("/assets/img/icon_check.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
}

/******　箇条書きリスト02　******/
.unordered_list02 .unordered_list02-item {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 40px 24px 0;
  padding: 0 0 0 24px;
  background-image: url("/assets/img/icon_check.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 16px;
}
.unordered_list02 .unordered_list02-item .unordered_list02-lead {
  font-size: 1.3rem;
  font-weight: normal;
}

/******　箇条書きリスト03　******/
.unordered_list03 {
  list-style-type: disc;
  margin: 16px 0;
  padding: 0 0 0 40px;
}
.unordered_list03 .unordered_list03-item {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
  padding: 0 0 0 16px;
}

/******　スライダー ******/
.slider {
  width: 100%;
}
.slider .slider-item > img {
  width: 100%;
}

/******　矢印リスト01　******/
.arrow_list01 .arrow_list01-item {
  font-size: 1.5rem;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 16px;
}
.arrow_list01 .arrow_list01-item > a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}
.arrow_list01 .arrow_list01-item > a:hover {
  text-decoration: underline;
}
.arrow_list01 .arrow_list01-item::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background-image: url("/assets/img/icon_text-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.arrow_list01 .arrow_list01-item > ul {
  width: 100%;
  height: auto;
  margin: 8px 0;
  padding: 0 0 0 16px;
}
.arrow_list01 .arrow_list01-item > ul > li {
  margin: 0 0 8px;
}
.arrow_list01 .arrow_list01-item > ul > li > a {
  padding: 0 0 0 16px;
  background-image: url("/assets/img/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.arrow_list01 .arrow_list01-item > ul > li > a:hover {
  text-decoration: underline;
}

/******　タブレット横 ******/
@media screen and (max-width: 1024px) {
  /******　ニュースリスト　******/
  .news_list .news_list-item .date {
    width: 12%;
  }
  .news_list .news_list-item .label-category01 {
    width: 17%;
  }
  .news_list .news_list-item > a {
    width: 71%;
  }
}
/******　タブレット縦 ******/
@media screen and (max-width: 768px) {
  .breadcrumb_wrap .breadcrumb_list .breadcrumb_list-item {
    max-width: 40%;
  }
}
/******　スマホ縦 ******/
@media screen and (max-width: 480px) {
  /******　取引先企業リスト　******/
  .client_list .client_list-item {
    width: 30%;
  }
  .client_list .client_list-item.client_list-empty {
    display: none;
  }
  /******　ニュースリスト　******/
  .news_list .news_list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_list .news_list-item:first-child {
    padding: 0 0 24px;
  }
  .news_list .news_list-item .date {
    color: #AFAB9D;
    line-height: 1.5em;
    margin: 0 16px 0 0;
    display: block;
    width: auto;
    height: 24px;
  }
  .news_list .news_list-item .label-category01 {
    width: auto;
  }
  .news_list .news_list-item > a {
    display: block;
    width: 100%;
    margin: 16px 0 0;
  }
  /******　パンくずリスト　******/
  .breadcrumb_wrap {
    width: 92%;
    padding: 8px;
    border-radius: 0;
    overflow-x: auto;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumb_wrap .breadcrumb_list .breadcrumb_list-item {
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }
  /******　番号リスト02　******/
  .ordered_list02 {
    padding: 0;
  }
  /******　箇条書きリスト02　******/
  .unordered_list02 .unordered_list02-item {
    margin: 0 0 16px;
  }
}
/******　スマホ縦　02 ******/
.heading-01_container {
  width: 90%;
  max-width: 1200px;
  height: 320px;
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.heading-01_container .heading-01_wrap {
  width: 48%;
}
.heading-01_container .heading-01_wrap .heading-01 {
  width: 100%;
  height: auto;
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  letter-spacing: 0.2em;
  color: #333333;
}
.heading-01_container .heading-01_wrap .heading-01 .heading-01_subtitle {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  color: #75736B;
  letter-spacing: 0.1em;
  display: block;
  margin: 8px 0;
}
.heading-01_container .heading-01_wrap .heading-01_lead {
  width: 90%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  display: block;
  margin: 16px 0 0;
}
.heading-01_container .heading-01_ill {
  width: 52%;
}
.heading-01_container .heading-01_ill > img {
  width: 100%;
}

.heading-02_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.heading-02_wrap .heading-02 {
  width: 25%;
  height: auto;
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.2em;
  color: #333333;
  border-right: #AFAB9D 1px solid;
}
.heading-02_wrap .heading-02 .heading-02_subtitle {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  color: #75736B;
  letter-spacing: 0.1em;
  display: block;
  margin: 8px 0;
}
.heading-02_wrap .heading-02_lead {
  width: 75%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  display: block;
  padding: 0 0 0 48px;
}

.heading-03 {
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
}
.heading-03 .heading-03_subtitle {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  color: #75736B;
  letter-spacing: 0.1em;
  display: block;
  margin: 4px 0;
}

.heading-03_lead {
  font-size: 1.5rem;
  text-align: center;
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.heading-04 {
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.3rem;
  letter-spacing: 0.1em;
}
.heading-04 .heading-04_subtitle {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #75736B;
  letter-spacing: 0.1em;
  display: block;
}

.heading-05 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  text-align: center;
}

.heading-06_wrap {
  margin: 120px 0 0;
  padding: 40px 0;
}
.heading-06_wrap .heading-06 {
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
}
.heading-06_wrap .heading-06 .heading-06_subtitle {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: #75736B;
  letter-spacing: 0.1em;
  display: block;
  margin: 4px 0;
}

.heading-07 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.heading-07 .heading-07_subtitle {
  display: block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 2rem;
  font-weight: bold;
}

.heading-08 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 40px 0 16px;
  padding: 16px 0;
  border-bottom: #E0DCCF 1px solid;
}
.heading-08:first-child {
  margin: 0 0 16px;
}
.heading-08 .heading-08-number {
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  color: #AFAB9D;
  margin: 0 16px 0 0;
}

.heading-09 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.5em;
  letter-spacing: 0.1wm;
  margin: 0 0 16px;
}

.heading-10 {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1wm;
  margin: 16px 0;
}

.heading-11 {
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 24px;
}
.heading-11 .heading-11_subtitle {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  color: #75736B;
  letter-spacing: 0.1em;
  display: block;
  margin: 4px 0;
}

.heading-12 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5em;
  margin: 0 0 16px;
}

.heading-13 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  color: #75736B;
  line-height: 1.5em;
}

.heading-14 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.5em;
  background-color: #E0DCCF;
  border-radius: 6px;
  padding: 8px 16px;
}

/******　タブレット横 ******/
@media screen and (max-width: 1024px) {
  .heading-01_container {
    height: 240px;
  }
}
/******　タブレット縦 ******/
@media screen and (max-width: 768px) {
  .heading-01_container {
    top: 80px;
  }
  .heading-01_container .heading-01_wrap {
    width: 55%;
  }
  .heading-01_container .heading-01_wrap .heading-01_lead {
    width: 100%;
    font-size: 1.5rem;
  }
  .heading-01_container .heading-01_ill {
    width: 45%;
  }
  .heading-01_container .heading-01_ill > img {
    width: 100%;
  }
  .heading-02_wrap .heading-02 {
    width: 40%;
  }
  .heading-02_wrap .heading-02_lead {
    width: 60%;
  }
  .heading-03_lead {
    width: 90%;
  }
  .heading-06_wrap .heading-06 {
    margin: 0;
  }
}
/******　スマホ縦 ******/
@media screen and (max-width: 480px) {
  .heading-01_container {
    display: block;
    top: 120px;
  }
  .heading-01_container .heading-01_wrap {
    width: 100%;
  }
  .heading-01_container .heading-01_wrap .heading-01 {
    font-size: 5rem;
  }
  .heading-01_container .heading-01_wrap .heading-01 .heading-01_subtitle {
    font-size: 2rem;
  }
  .heading-01_container .heading-01_wrap .heading-01_lead {
    width: 100%;
    font-size: 1.5rem;
  }
  .heading-01_container .heading-01_ill {
    width: 90%;
    margin: 16px auto 0;
  }
  .heading-02_wrap {
    display: block;
  }
  .heading-02_wrap .heading-02 {
    width: 100%;
    border-right: none;
  }
  .heading-02_wrap .heading-02_lead {
    width: 100%;
    margin: 16px 0 0;
    padding: 0;
  }
  .heading-03 {
    margin: 0 0 24px;
  }
  .heading-03_lead {
    width: 100%;
    text-align: left;
  }
  .heading-06_wrap {
    padding: 24px 0;
  }
  .heading-06_wrap .heading-06 {
    font-size: 4rem;
    line-height: 1em;
  }
  .heading-06_wrap .heading-06 .heading-06_subtitle {
    font-size: 1.5rem;
  }
  .heading-07 {
    font-size: 2rem;
    margin: 0 0 16px;
  }
  .heading-08 {
    font-size: 1.5rem;
  }
}
/******　スマホ縦　02 ******/
.label {
  display: inline-block;
  width: auto;
  height: 24px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 1em;
  color: #333333;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 4px;
}

.label.label-category01 {
  background-color: #E0DCCF;
}

.label.label-category02 {
  background-color: #FFFFFF;
}

.label.label-seminar-open {
  background-color: #EFE72F;
}

.label.label-seminar-close {
  color: #FFFFFF;
  background-color: #75736B;
}

.label.label-interviewee {
  color: #FFFFFF;
  background-color: #333333;
  line-height: 1em;
  margin: 0 16px 0 0;
}

/******　タブレット横 ******/
/******　タブレット縦 ******/
/******　スマホ縦 ******/
/******　スマホ縦　02 ******/
.tab-menu {
  margin: 0 0 16px;
}
.tab-menu .tab-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-menu .tab-menu-list .tab-menu-list-item {
  font-size: 1.5rem;
  margin: 0 16px 0 0;
}
.tab-menu .tab-menu-list .tab-menu-list-item.is-active > a {
  background-color: #333333;
  color: #FFFFFF;
  cursor: default;
}
.tab-menu .tab-menu-list .tab-menu-list-item.is-active > a:hover {
  background-color: #333333;
}
.tab-menu .tab-menu-list .tab-menu-list-item > a {
  display: block;
  width: 100%;
  padding: 8px 24px;
  text-decoration: none;
  border-radius: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tab-menu .tab-menu-list .tab-menu-list-item > a:hover {
  background-color: #B1D941;
  color: #FFFFFF;
}
.tab-menu .tab-menu-list .tab-menu-list-item > a.disabled {
  pointer-events: none;
}

.tab_contents {
  display: none;
}
.tab_contents.active {
  display: block;
}

/******　タブレット横 ******/
/******　タブレット縦 ******/
/******　スマホ縦 ******/
@media screen and (max-width: 480px) {
  .tab-menu .tab-menu-list {
    display: none;
  }
}
/******　スマホ縦　02 ******/
/******　ページネーション　******/
.pagination {
  padding: 30px 0;
}
.pagination ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px;
  color: #222;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 4px;
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
  text-decoration: none;
  background-color: #FFFFFF;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pagination a.first {
  margin: 0 8px 0 0;
  background-image: url("/assets/img/icon_arrow-first.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  border-radius: 6px;
}
.pagination a.first:hover {
  background-image: url("/assets/img/icon_arrow-first-w.svg");
}
.pagination a.last {
  margin: 0 0 0 8px;
  background-image: url("/assets/img/icon_arrow-last.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  border-radius: 3px;
}
.pagination a.last:hover {
  background-image: url("/assets/img/icon_arrow-last-w.svg");
}
.pagination a.prev {
  margin: 0 4px 0 0;
  background-image: url("/assets/img/icon_arrow-prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  border-radius: 3px;
}
.pagination a.prev:hover {
  background-image: url("/assets/img/icon_arrow-prev-w.svg");
}
.pagination a.next {
  margin: 0 0 0 4px;
  background-image: url("/assets/img/icon_arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  border-radius: 3px;
}
.pagination a.next:hover {
  background-image: url("/assets/img/icon_arrow-next-w.svg");
}
.pagination a.ellipsis {
  margin: 0 4px 0 4px;
  background-image: url("/assets/img/icon_ellipsis.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  border-radius: 3px;
  cursor: default;
}
.pagination a.ellipsis:hover {
  background-color: #FFFFFF;
}
.pagination a.is-active {
  background-color: #333333;
  border-radius: 3px;
  color: #FFFFFF;
}
.pagination a:hover {
  color: #FFFFFF;
  background-color: #B1D941;
}

/******　スマホ縦 ******/
/******　モーダル　******/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.modal .modal__bg {
  background-color: #333333;
  opacity: 0.9;
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal .modal__content {
  background: #FFFFFF;
  left: 50%;
  padding: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  border-radius: 6px;
}
.modal .modal__content .modal__content_inner {
  max-height: 500px;
  overflow: auto;
}

/******　タブレット横 ******/
/******　タブレット縦 ******/
/******　スマホ縦 ******/
@media screen and (max-width: 480px) {
  .modal .modal__content {
    padding: 24px;
  }
}
/******　セレクトボックス　******/
.select_wrap {
  margin: 16px 0;
  position: relative;
}

select {
  width: auto;
  min-width: 240px;
  height: 48px;
  padding: 8px 16px;
  border: #AFAB9D 2px solid;
  border-radius: 6px;
  background-color: transparent;
  font-size: 1.5rem;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-image: url("/assets/img/icon_arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 16px;
}
select:hover {
  border-color: #B1D941;
}

/******　タブレット横 ******/
/******　タブレット縦 ******/
/******　スマホ縦 ******/
@media screen and (max-width: 480px) {
  /******　セレクトボックス　******/
  select {
    width: 100%;
  }
}
/******　スマホ縦　02 ******/
.normal {
  width: 100%;
  height: auto;
  border: #AFAB9D 1px solid;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: separate;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.normal > tbody > tr > th {
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 16px;
  background-color: #75736B;
}
.normal > tbody > tr > td {
  font-size: 1.5rem;
  line-height: 1.5em;
  padding: 16px;
  border-top: #AFAB9D 1px solid;
}

.noborder {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.noborder > tbody > tr > th {
  font-size: 1.5rem;
  font-weight: normal;
  color: #75736B;
  width: 30%;
  padding: 8px 0;
}
.noborder > tbody > tr > td {
  font-size: 1.5rem;
  line-height: 1.5em;
  width: 70%;
  padding: 8px 0;
}

.border {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.border > tbody > tr {
  border-bottom: #AFAB9D 1px solid;
}
.border > tbody > tr > th {
  font-size: 1.5rem;
  font-weight: normal;
  color: #75736B;
  width: 20%;
  padding: 24px 0;
}
.border > tbody > tr > td {
  font-size: 1.5rem;
  line-height: 1.5em;
  width: 80%;
  padding: 24px 0;
}
.border > tbody > tr:last-child {
  border-bottom: none;
}

.job-description {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.job-description > tbody > tr {
  border-bottom: #AFAB9D 1px solid;
}
.job-description > tbody > tr > th {
  font-size: 2rem;
  font-weight: normal;
  color: #75736B;
  width: 25%;
  padding: 40px 0;
}
.job-description > tbody > tr > td {
  font-size: 1.5rem;
  line-height: 1.5em;
  width: 75%;
  padding: 40px 0;
}
.job-description > tbody > tr > td p {
  margin: 0 0 16px;
}
.job-description > tbody > tr > td .job-name {
  font-weight: bold;
  margin: 0 0 0 16px;
}
.job-description > tbody > tr:last-child {
  border-bottom: none;
}

/******　タブレット横 ******/
/******　タブレット縦 ******/
/******　スマホ縦 ******/
@media screen and (max-width: 480px) {
  .noborder > tbody > tr > th {
    display: block;
    width: 100%;
    border-bottom: #AFAB9D 1px solid;
  }
  .noborder > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .border > tbody > tr > th {
    display: block;
    width: 100%;
    padding: 24px 0 8px;
  }
  .border > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 0 0 24px;
  }
  .job-description > tbody > tr > th {
    display: block;
    width: 100%;
    padding: 40px 0 0;
  }
  .job-description > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 8px 0 40px;
  }
}
/******　スマホ縦　02 ******/
.column_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.column_container .column-02 {
  width: 48%;
  height: auto;
  margin: 0 0 40px;
}
.column_container .column-02.align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.column_container .column-03 {
  width: 32%;
  height: auto;
  margin: 0 0 24px;
}
.column_container .column-03.align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.column_container .column-03 > .panel-index > .panel-index_txt {
  padding: 24px;
}
.column_container .column-04 {
  width: 22%;
  height: auto;
  margin: 0 0 24px;
}
.column_container .column-04.align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content_box01 {
  width: 100%;
  height: auto;
  padding: 24px;
  border: #E0DCCF 1px solid;
  border-radius: 6px;
}
.content_box01.content_box01-empty {
  border: none;
}
.content_box01 > .heading-08, .content_box01 .heading-10 {
  margin-top: 0;
}

.content_box02 {
  width: 100%;
  height: auto;
  padding: 24px;
  border: #75736B 2px solid;
  border-radius: 6px;
  background-color: #F9F8F4;
}
.content_box02 .service_category {
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
}

.content_box03 {
  width: 100%;
  height: auto;
  padding: 24px;
  border-radius: 6px;
  background-color: #E0DCCF;
}
.content_box03 p {
  margin: 0 !important;
}

.content_box04 {
  width: 100%;
  height: auto;
  padding: 24px;
  background-color: #FFFFFF;
  border: #E0DCCF 1px solid;
  border-radius: 6px;
  position: relative;
}
.content_box04 > .number_box {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #75736B;
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.billboard {
  width: 100%;
  height: calc(100vh - 78px);
  border-bottom: #F9F8F4 60px solid;
}
.billboard .billboard_inner {
  width: 100%;
  max-width: 1200px;
  height: calc(100vh - 78px);
  margin: 0 auto;
}
.billboard .billboard_inner .billboard_txt-container {
  position: relative;
  z-index: 9998;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
.billboard .billboard_inner .billboard_txt-container .billboard_txt-copy {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  letter-spacing: 0.1em;
  color: #333333;
  opacity: 0;
}
.billboard .billboard_inner .billboard_txt-container .billboard_txt-copy > span {
  opacity: 0;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.billboard .billboard_inner .billboard_txt-container .billboard_txt-lead {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
  line-height: 2em;
  letter-spacing: 0.05em;
  margin: 32px 0;
}
.billboard .billboard_inner .billboard_txt-container .billboard_txt-lead > strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #EFE72F));
  background: linear-gradient(transparent 60%, #EFE72F 0%);
}
.billboard .billboard_inner .billboard_scroll {
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  color: #333333;
  letter-spacing: 0.2em;
  width: 120px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 9998;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.billboard .billboard_inner .billboard_scroll::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #333333;
  margin: 0 0 0 70px;
}
.billboard .billboard_inner .billboard_image {
  width: 70%;
  height: calc(100vh - 78px);
  background-image: url("/assets/img/ill_main.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 80px 0 0 80px;
  position: absolute;
  top: 78px;
  right: 0;
  z-index: 9997;
}

.contents_container {
  width: 100%;
  height: auto;
  background-color: #F9F8F4;
}
.contents_container.bg_w {
  background-color: #FFFFFF;
}
.contents_container.bg_g {
  background-color: #AFAB9D;
}
.contents_container .contents_inner {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 160px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents_container .contents_inner02 {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents_container .contents_inner03 {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 160px 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents_container .contents_inner04 {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents_container .contents_inner04 .contents_nav {
  width: 20%;
  height: auto;
}
.contents_container .contents_inner04 .contents_nav .localnav_list {
  width: 100%;
  height: auto;
}
.contents_container .contents_inner04 .contents_nav .localnav_list .localnav_list-item {
  margin: 0 0 40px;
}
.contents_container .contents_inner04 .contents_nav .localnav_list .localnav_list-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents_container .contents_inner04 .contents_nav .localnav_list .localnav_list-item > a .localnav_list-item-number {
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #E0DCCF;
  margin: 0 16px 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contents_container .contents_inner04 .contents_nav .localnav_list .localnav_list-item > a .localnav_list-item-title {
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #AFAB9D;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contents_container .contents_inner04 .contents_nav .localnav_list .localnav_list-item > a .localnav_list-item-title .localnav_list-item-subtitle {
  display: block;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  color: #AFAB9D;
  letter-spacing: 0;
  padding: 4px 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contents_container .contents_inner04 .contents_nav .localnav_list .localnav_list-item > a.active .localnav_list-item-number, .contents_container .contents_inner04 .contents_nav .localnav_list .localnav_list-item > a:hover .localnav_list-item-number {
  color: #AFAB9D;
}
.contents_container .contents_inner04 .contents_nav .localnav_list .localnav_list-item > a.active .localnav_list-item-title, .contents_container .contents_inner04 .contents_nav .localnav_list .localnav_list-item > a:hover .localnav_list-item-title {
  color: #333333;
}
.contents_container .contents_inner04 .contents_nav .localnav_list .localnav_list-item > a.active .localnav_list-item-title .localnav_list-item-subtitle, .contents_container .contents_inner04 .contents_nav .localnav_list .localnav_list-item > a:hover .localnav_list-item-title .localnav_list-item-subtitle {
  color: #75736B;
}
.contents_container .contents_inner04 .contents_main {
  width: 75%;
  height: auto;
}
.contents_container .contents_inner04 .contents_main .contents_main-inner {
  margin: 0 0 80px;
  position: relative;
}
.contents_container .contents_inner04 .contents_main .contents_main-inner .billboard_txt-copy {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  letter-spacing: 0.1em;
  color: #333333;
  opacity: 0;
}
.contents_container .contents_inner04 .contents_main .contents_main-inner .billboard_txt-copy > span {
  opacity: 0;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.contents_container .contents_inner04 .contents_main .contents_main-inner .billboard_txt-lead {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
  line-height: 2em;
  letter-spacing: 0.05em;
  margin: 32px 0;
}
.contents_container .contents_inner04 .contents_main .contents_main-inner .billboard_txt-lead > strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #EFE72F));
  background: linear-gradient(transparent 60%, #EFE72F 0%);
}
.contents_container .contents_inner04 .contents_main .contents_main-inner > p {
  margin: 0 0 40px;
}

.heading-01_container + .contents_container {
  margin: 400px 0 0;
}

.service_column {
  width: 50%;
  height: auto;
}
.service_column .service_illust {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service_column .service_illust.service_illust-marketing {
  background-image: url("/assets/img/ill_marketing.png");
  border-radius: 16px 0 0 0;
}
.service_column .service_illust.service_illust-writing {
  background-image: url("/assets/img/ill_writing.png");
  border-radius: 0 16px 0 0;
}
.service_column .service_illust.service_illust-platform {
  background-image: url("/assets/img/ill_platform.png");
  border-radius: 16px 0 0 0;
}
.service_column .service_illust.service_illust-supporttools {
  background-image: url("/assets/img/ill_supporttools.png");
  border-radius: 0 16px 0 0;
}
.service_column .service_txt {
  width: 100%;
  height: auto;
  padding: 40px;
}

.supporttools_container {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recruit_container {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.recruit_container .recruit_column {
  width: 50%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #FFFFFF;
}
.recruit_container .recruit_column .recruit_pic {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.recruit_container .recruit_column .recruit_pic.recruit_pic-recruit {
  background-image: url("/assets/img/pic_bg-recruit.jpg");
}
.recruit_container .recruit_column .recruit_pic.recruit_pic-entry {
  background-image: url("/assets/img/pic_bg-entry.jpg");
}
.recruit_container .recruit_column .recruit_txt {
  width: 90%;
  height: auto;
  background-color: #FFFFFF;
  margin: -80px 0 0;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit_container .recruit_column .recruit_txt .recruit_txt-wrap {
  width: 70%;
}
.recruit_container .recruit_column .recruit_pic-recruit + .recruit_txt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 0 40px 0 0;
}
.recruit_container .recruit_column .recruit_pic-entry + .recruit_txt {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 40px 0 0 0;
  position: absolute;
  right: 0;
}

.seminar_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.seminar_container .seminar_box {
  width: 30%;
  height: auto;
  margin: 0 0 40px;
}
.seminar_container .seminar_box a {
  display: block;
  width: 100%;
}
.seminar_container .seminar_box a .seminar_pic {
  width: 100%;
  height: auto;
  position: relative;
}
.seminar_container .seminar_box a .seminar_pic::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.seminar_container .seminar_box a .seminar_pic .image-wrap > img {
  width: 100%;
  border-radius: 6px;
}
.seminar_container .seminar_box a .seminar_title {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5em;
  margin: 8px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.seminar_container .seminar_box a:hover .seminar_pic::before {
  border: #B1D941 4px solid;
  border-radius: 8px;
}
.seminar_container .seminar_box a:hover .seminar_pic > img {
  border-radius: 8px;
}
.seminar_container .seminar_box a:hover .seminar_title {
  color: #B1D941;
}
.seminar_container .seminar_box a .seminar_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
}
.seminar_container .seminar_box a .seminar_info .seminar_info-date {
  margin: 0 8px 0 0;
}

.contact_container {
  position: relative;
  margin: 160px 0 0;
}
.contact_container::before {
  display: block;
  content: "";
  width: 120%;
  height: 700px;
  background-color: #E0DCCF;
  border-radius: 80px 0 0 0;
  position: absolute;
  top: -80px;
  right: -50%;
  z-index: 999;
}

.contact_msg {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  margin: 0 0 40px;
}

.contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_wrap .contact_box {
  width: 30%;
  height: auto;
}
.contact_wrap .contact_box .contact_icon {
  width: 40%;
  margin: 0 auto 16px;
  padding: 24px;
  text-align: center;
  border: #AFAB9D 4px solid;
  border-radius: 50%;
}
.contact_wrap .contact_box .contact_icon > img {
  width: 100%;
}
.contact_wrap .contact_box .contact_title {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
.contact_wrap .contact_box .contact_phone_number {
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.contact_wrap .contact_box .contact_time {
  font-size: 1.5rem;
  text-align: center;
}

.news_detail-area h2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 40px 0 16px;
  padding: 16px 0;
  border-bottom: #E0DCCF 1px solid;
}
.news_detail-area h2:first-child {
  margin: 0 0 16px;
}
.news_detail-area h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.5em;
  background-color: #E0DCCF;
  border-radius: 6px;
  padding: 8px 16px;
}
.news_detail-area h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.5em;
}
.news_detail-area ul {
  margin: 32px 0;
}
.news_detail-area ul li {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 40px 16px 0;
  padding: 0 0 0 24px;
  background-image: url("/assets/img/icon_check.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 16px;
}
.news_detail-area p {
  margin: 24px 0 0;
  letter-spacing: 0.1em;
}

.information_detail-area .information_detail-pic {
  width: 100%;
  height: auto;
  border: #AFAB9D 1px solid;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  margin: 0 0 40px;
}
.information_detail-area .information_detail-pic > img {
  width: 100%;
}
.information_detail-area p {
  margin: 24px 0 0;
  letter-spacing: 0.1em;
}

.service_title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service_title-container .service_title-icon {
  width: 120px;
  height: 120px;
  margin: 0 16px 0 0;
  background-size: cover;
  background-position: center;
  border-radius: 60px;
}
.service_title-container .service_title-icon.service_title-icon-marketing {
  background-image: url("/assets/img/ill_marketing.png");
}
.service_title-container .service_title-icon.service_title-icon-writing {
  background-image: url("/assets/img/ill_writing.png");
}
.service_title-container .service_title-icon.service_title-icon-platform {
  background-image: url("/assets/img/ill_platform.png");
}
.service_title-container .service_title-icon.service_title-icon-supporttools {
  background-image: url("/assets/img/ill_supporttools.png");
}
.service_title-container .service_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service_icon {
  width: 40%;
  height: auto;
  margin: 0 auto;
}
.service_icon > img {
  width: 100%;
}

.service_logo {
  width: 80%;
  height: auto;
  margin: 0 auto 8px;
}
.service_logo > img {
  width: 100%;
}

.service_introduction_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 80px;
}
.service_introduction_container .service-introduction-icon {
  width: 180px;
  height: 180px;
  margin: 0 80px 0 0;
  background-color: #FFFFFF;
  border-radius: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service_introduction_container .service-introduction-icon > img {
  width: 70%;
}
.service_introduction_container .service-introduction-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service_introduction_container02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service_introduction_container02 .service-introduction-icon02 {
  width: 100px;
  height: 100px;
  margin: 0 40px 0 0;
  background-color: #FFFFFF;
  border-radius: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service_introduction_container02 .service-introduction-icon02 > img {
  width: 100%;
}
.service_introduction_container02 .service-introduction-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ill_box {
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-color: #F9F8F4;
  border-radius: 6px;
  text-align: center;
}
.ill_box > img {
  width: 80%;
}

.ill_box02 {
  width: 100%;
  height: auto;
  padding: 40px 0;
  text-align: center;
}
.ill_box02 > img {
  width: 40%;
}

.in-page_links-number {
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  color: #AFAB9D;
  text-align: center;
}

.service_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 0;
}
.service_content .service_content-ill {
  width: 30%;
  height: auto;
}
.service_content .service_content-ill > img {
  width: 100%;
  border-radius: 6px;
}
.service_content .service_content-txt {
  width: 65%;
  height: auto;
}

.clienet_name {
  font-size: 1.5rem;
  margin: 16px 0;
}
.clienet_name .label {
  margin: 0 16px 0 0;
}

.service_category {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: right;
  margin: 0 0 16px;
}
.service_category > span {
  font-weight: normal;
  color: #75736B;
}

.client-info_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.client-info_container .client-txt {
  width: 60%;
  height: auto;
}
.client-info_container .client-logo {
  width: 30%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.client-info_container .client-logo > img {
  width: 100%;
}
.client-info_container .interviewee-pic {
  width: 200px;
  margin: 0 24px 0 0;
}
.client-info_container .interviewee-pic > img {
  width: 100%;
  border-radius: 6px;
}
.client-info_container .interviewee-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.client-info_container .interviewee-txt > p {
  font-size: 1.5rem;
  margin: 0;
}

.score {
  font-size: 2rem;
  text-align: center;
  color: #75736B;
  margin: 0;
}
.score > span {
  font-size: 6rem;
  font-weight: bold;
  color: #333333;
}

.interviewer {
  font-weight: bold;
}

.gmap {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.signature-wrap .signature-officer {
  font-size: 1.3rem;
  margin: 0 0 0 !important;
}
.signature-wrap .signature {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
.signature-wrap .signature > span {
  font-family: bio-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  display: block;
  margin: -16px 0 0;
}

.pic_officer {
  width: 100%;
  height: auto;
}
.pic_officer > img {
  width: 100%;
  border-radius: 6px;
}

.info_officer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px 0 0;
}
.info_officer-wrap .signature-wrap {
  width: 25%;
  height: auto;
}
.info_officer-wrap .info_officer-txt {
  width: 72%;
  height: auto;
  font-size: 1.5rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.introduction-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduction-icon > img {
  width: 70%;
}

.step_arrow {
  width: 5%;
  height: auto;
  margin: 40px auto;
}
.step_arrow > img {
  width: 100%;
}

.step_arrow02 {
  width: 10%;
  height: auto;
  margin: 16px auto;
}
.step_arrow02 > img {
  width: 100%;
}

.bg_pic-company01 {
  margin: 0 0 160px;
}
.bg_pic-company01::after {
  content: "";
  display: block;
  width: 800px;
  height: 320px;
  background-image: url("/assets/img/recruit/pic_casual_visit.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  border-radius: 12px;
  position: absolute;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.icon_thanks {
  width: 20%;
  height: auto;
  margin: 0 auto 40px;
}
.icon_thanks > img {
  width: 100%;
}

/******　ノートPC ******/
@media screen and (max-width: 1366px) {
  .billboard .billboard_inner {
    width: 80%;
  }
  .billboard .billboard_inner .billboard_image {
    width: 75%;
    height: calc(100vh - 78px);
    background-image: url("/assets/img/ill_main.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 80px 0 0 80px;
    position: absolute;
    top: 78px;
    right: 0;
    z-index: 9997;
  }
}
/******　タブレット横 ******/
@media screen and (max-width: 1024px) {
  .billboard {
    height: 700px;
  }
  .billboard .billboard_inner {
    width: 100%;
    height: 700px;
    position: relative;
  }
  .billboard .billboard_inner .billboard_txt-container {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 0 0 40px;
  }
  .billboard .billboard_inner .billboard_scroll {
    display: none;
  }
  .billboard .billboard_inner .billboard_image {
    width: 85%;
    height: 650px;
  }
  .recruit_container .recruit_column .recruit_pic {
    height: 300px;
  }
  .recruit_container .recruit_column .recruit_txt .recruit_txt-wrap {
    width: 100%;
  }
  .heading-01_container + .contents_container {
    margin: 320px 0 0;
  }
  .contents_container {
    overflow: hidden;
  }
  .contents_container .contents_inner {
    padding: 80px 0;
  }
  .contents_container .contents_inner02 {
    padding: 40px 0;
  }
  .contents_container .contents_inner03 {
    padding: 80px 0 40px;
  }
  .contact_container {
    margin: 80px 0 0;
  }
  .contact_container::before {
    top: -50px;
  }
  .contact_wrap .contact_box {
    width: 32%;
  }
  .bg_pic-company01 {
    margin: 0 0 80px;
  }
  .bg_pic-company01::after {
    -webkit-transform: translate(70%, 0);
            transform: translate(70%, 0);
  }
}
/******　タブレット縦 ******/
@media screen and (max-width: 768px) {
  .column_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .column_container .column-03 {
    width: 48%;
    margin: 0 0 24px;
  }
  .billboard {
    height: 650px;
  }
  .billboard .billboard_inner {
    height: 650px;
  }
  .billboard .billboard_inner .billboard_txt-container {
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
  }
  .billboard .billboard_inner .billboard_image {
    width: 80%;
    height: 550px;
  }
  .service_column .service_txt {
    padding: 24px;
  }
  .recruit_container .recruit_column .recruit_txt {
    width: 100%;
    display: block;
  }
  .recruit_container .recruit_column .recruit_pic-recruit + .recruit_txt {
    border-radius: 0;
  }
  .recruit_container .recruit_column .recruit_pic-entry + .recruit_txt {
    border-radius: 0;
  }
  .seminar_container .seminar_box a .seminar_info {
    display: block;
  }
  .seminar_container .seminar_box a .seminar_info .seminar_info-date {
    margin: 0;
  }
  .seminar_container .seminar_box a .seminar_info .label {
    display: block;
    width: 50%;
    margin: 8px 0 0;
  }
  .contact_wrap .contact_box .contact_icon {
    width: 50%;
  }
  .contact_wrap .contact_box .contact_title {
    font-size: 1.5rem;
  }
  .contact_wrap .contact_box .contact_phone_number {
    font-size: 2rem;
  }
  .heading-01_container + .contents_container {
    margin: 360px 0 0;
  }
  .contents_container .contents_inner {
    padding: 40px 0;
  }
  .contents_container .contents_inner02 {
    padding: 40px 0;
  }
  .contents_container .contents_inner04 {
    display: block;
    padding: 40px 0;
  }
  .contents_container .contents_inner04 .contents_nav {
    width: 100%;
  }
  .contents_container .contents_inner04 .contents_nav .localnav_list {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 80px;
  }
  .contents_container .contents_inner04 .contents_nav .localnav_list .localnav_list-item {
    margin: 0;
  }
  .contents_container .contents_inner04 .contents_main {
    width: 100%;
  }
  .contents_container .contents_inner04 .contents_main .contents_main-inner {
    margin: 0 0 80px;
  }
  .content_box01 {
    padding: 16px;
  }
  .content_box02 {
    padding: 16px;
  }
  .bg_pic-company01::after {
    -webkit-transform: translate(55%, 0);
            transform: translate(55%, 0);
  }
}
/******　スマホ縦 ******/
@media screen and (max-width: 480px) {
  .contents_container {
    overflow: visible;
  }
  .contents_container .contents_inner {
    width: 92%;
    padding: 24px 0;
  }
  .contents_container .contents_inner02 {
    width: 92%;
    padding: 24px 0;
  }
  .contents_container .contents_inner03 {
    width: 92%;
    padding: 24px 0;
  }
  .contents_container .contents_inner04 .contents_nav .localnav_list {
    margin: 0 0 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents_container .contents_inner04 .contents_nav .localnav_list .localnav_list-item {
    width: 50%;
    margin: 0 0 16px;
  }
  .contents_container .contents_inner04 .contents_main .contents_main-inner {
    margin: 0 0 80px;
  }
  .contents_container .contents_inner04 .contents_main .contents_main-inner .billboard_txt-copy {
    font-size: 3.7rem;
  }
  .contents_container .contents_inner04 .contents_main .contents_main-inner .billboard_txt-lead {
    font-size: 1.5rem;
    margin: 16px 0;
  }
  .contents_container .contents_inner04 .contents_main .contents_main-inner .billboard_txt-lead + .button {
    margin: 0 auto;
    display: block;
  }
  .contents_container .column-04 {
    width: 100%;
    height: auto;
    margin: 0 0 24px;
  }
  .column_container .column-02, .column_container .column-03 {
    width: 100%;
  }
  .column_container .column-02 .news_detail-pic {
    margin: 0;
  }
  .billboard {
    height: 800px;
  }
  .billboard .billboard_inner {
    height: 800px;
  }
  .billboard .billboard_inner .billboard_txt-container {
    width: 92%;
    margin: 0 auto;
    padding: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .billboard .billboard_inner .billboard_txt-container .billboard_txt-copy {
    font-size: 3.7rem;
  }
  .billboard .billboard_inner .billboard_txt-container .billboard_txt-lead {
    font-size: 1.5rem;
    margin: 16px 0;
  }
  .billboard .billboard_inner .billboard_txt-container .billboard_txt-lead + .button {
    margin: 0 auto;
    display: block;
  }
  .billboard .billboard_inner .billboard_image {
    width: 96%;
    height: 280px;
    border-radius: 40px 0 0 40px;
    right: 0;
  }
  .service_column {
    width: 100%;
  }
  .service_column .service_illust.service_illust-marketing {
    border-radius: 6px 6px 0 0;
  }
  .service_column .service_illust.service_illust-writing {
    border-radius: 0;
  }
  .service_column .service_illust.service_illust-platform {
    border-radius: 6px 6px 0 0;
  }
  .service_column .service_illust.service_illust-supporttools {
    border-radius: 0;
  }
  .service_column .service_txt {
    padding: 16px 16px 40px;
  }
  .recruit_container {
    display: block;
    overflow: visible;
  }
  .recruit_container .recruit_column {
    width: 100%;
  }
  .recruit_container .recruit_column .recruit_txt {
    position: relative;
    padding: 16px;
  }
  .recruit_container .recruit_column .recruit_pic-entry + .recruit_txt {
    position: relative;
  }
  .seminar_container {
    display: block;
  }
  .seminar_container .seminar_box {
    width: 100%;
    margin: 0 0 40px;
  }
  .seminar_container .seminar_box a .seminar_info {
    display: block;
  }
  .seminar_container .seminar_box a .seminar_info .seminar_info-date {
    margin: 0;
  }
  .seminar_container .seminar_box a .seminar_info .label {
    display: block;
    width: 50%;
    margin: 8px 0 0;
  }
  .contact_msg {
    font-size: 2rem;
  }
  .contact_container {
    margin: 40px 0;
  }
  .contact_container::before {
    display: none;
  }
  .contact_wrap {
    display: block;
  }
  .contact_wrap .contact_box {
    width: 100%;
    margin: 0 0 40px;
  }
  .contact_wrap .contact_box:nth-child(2) {
    margin: 0;
  }
  .contact_wrap .contact_box .contact_icon {
    width: 30%;
    margin: 0 auto 8px;
  }
  .contact_wrap .contact_box .contact_title {
    font-size: 1.5rem;
  }
  .contact_wrap .contact_box .contact_phone_number {
    font-size: 2rem;
  }
  .heading-01_container + .contents_container {
    margin: 420px 0 0;
    padding: 40px 0 0;
  }
  .service_title-container {
    display: block;
  }
  .service_title-container .service_title-icon {
    width: 100%;
    border-radius: 6px;
    margin: 0 0 8px;
  }
  .service_title-container .service_title-icon.service_title-icon-marketing {
    background-image: url("/assets/img/ill_marketing.png");
  }
  .service_title-container .service_title-icon.service_title-icon-writing {
    background-image: url("/assets/img/ill_writing.png");
  }
  .service_title-container .service_title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .service_icon {
    width: 30%;
  }
  .content_box01 {
    margin: 0 0 16px;
  }
  .content_box01.content_box01-empty {
    display: none;
  }
  .service_introduction_container {
    display: block;
    margin: 0 0 80px;
  }
  .service_introduction_container .service-introduction-icon {
    width: 180px;
    height: 180px;
    margin: 0 auto 16px;
    background-color: #FFFFFF;
    border-radius: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service_introduction_container .service-introduction-icon > img {
    width: 70%;
  }
  .service_introduction_container .service-introduction-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .service_content {
    display: block;
  }
  .service_content .service_content-ill {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .service_content .service_content-txt {
    width: 100%;
  }
  .client-info_container {
    display: block;
  }
  .client-info_container .interviewee-pic {
    margin: 0 auto 8px;
  }
  .client-info_container .interviewee-txt > .heading-13 {
    text-align: center;
  }
  .client-info_container .client-txt {
    width: 100%;
  }
  .client-info_container .client-logo {
    width: 100%;
  }
  .gmap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .info_officer-wrap {
    display: block;
  }
  .info_officer-wrap .signature-wrap {
    width: 100%;
  }
  .info_officer-wrap .signature-wrap .signature {
    margin: 0;
  }
  .info_officer-wrap .info_officer-txt {
    width: 100%;
  }
  .bg_pic-company01::after {
    display: none;
  }
  .ill_box02 > img {
    width: 90%;
  }
  .information_detail-area p {
    letter-spacing: 0.05em;
  }
  .news_detail-area h2 {
    font-size: 1.8rem;
  }
  .news_detail-area p {
    letter-spacing: 0.05em;
  }
}
/*@import "layout/_gnav";

@import "module/_heading";
@import "module/_list";
@import "module/_table";
@import "tool/_mixin";*/