<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&amp;family=Roboto:wght@500;700&amp;family=Rubik:wght@500;700&amp;display=swap");

/**********************************************************************
                                TOP
***********************************************************************/
#top main {
  overflow-x: hidden;
}

@-webkit-keyframes loadLogo {
  0% {
    left: 0;
  }

  50% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@keyframes loadLogo {
  0% {
    left: 0;
  }

  50% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#mv {
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
}

#mv #logo_loader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
}

#mv #logo_loader.logo_none {
  display: none;
}

#mv #logo_loader .f_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  width: 48%;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

@media (max-width: 767px) {
  #mv #logo_loader .f_logo {
    width: 68%;
  }
}

#mv #logo_loader .f_logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-animation: loadLogo 1s;
  animation: loadLogo 1s;
  will-change: left;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#mv #logo_loader .f_logo img {
  width: 100%;
  height: auto;
}

#mv #logo_loader.open {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#mv video {
  width: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1680px) {
  #mv video {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  #mv video {
    height: 80.1vw;
  }
}

#mv .hidden_content.mv_show .mv_img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1680px) {
  #mv .hidden_content.mv_show .mv_img {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  #mv .hidden_content.mv_show .mv_img {
    display: none;
  }
}

#mv .hidden_content.mv_show .mv_img.sp-only1 {
  display: none;
}

@media (max-width: 767px) {
  #mv .hidden_content.mv_show .mv_img.sp-only1 {
    display: block;
  }
}

#mv .hidden_content.mv_show .video-btn {
  display: inline-block;
  position: absolute;
}

#mv .mv_img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

#mv .video-btn {
  position: absolute;
  cursor: pointer;
  z-index: 1001;
  display: none;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 767px) {
  #mv .video-btn {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
}

#top_introduction {
  padding: 0;
  overflow: hidden;
}

#top_introduction .text_content {
  background: #E60012;
  margin-bottom: 20px;
  z-index: -2;
  position: relative;
  padding: 80px 0 240px;
}

@media (max-width: 960px) {
  #top_introduction .text_content {
    padding: 80px 0 180px;
  }
}

@media (max-width: 767px) {
  #top_introduction .text_content {
    padding: 40px 0 100px;
  }
}

@media (max-width: 540px) {
  #top_introduction .text_content {
    padding: 20px 0 100px;
  }
}

#top_introduction .text_content::after {
  content: "";
  width: 110%;
  height: 280px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  border-radius: 100%;
}

@media (max-width: 960px) {
  #top_introduction .text_content::after {
    height: 200px;
  }
}

@media (max-width: 767px) {
  #top_introduction .text_content::after {
    height: 80px;
  }
}

#top_introduction .text_content .loop_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#top_introduction .text_content .loop_box p {
  min-width: 100vw;
}

#top_introduction .text_content .loop_box p:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
}

#top_introduction .text_content .loop_box p:last-child {
  -webkit-animation: loop2 50s linear infinite;
  animation: loop2 50s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

#top_introduction .text_content .name {
  color: #EA303E;
  font-size: 10vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
}

#top_introduction .text_content .writing_message {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translate(0, -110%);
  transform: translate(0, -110%);
}

@media (max-width: 960px) {
  #top_introduction .text_content .writing_message {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
}

@media (max-width: 767px) {
  #top_introduction .text_content .writing_message {
    max-width: 70%;
    -webkit-transform: translate(0, -60%);
    transform: translate(0, -60%);
  }
}

@media (max-width: 540px) {
  #top_introduction .text_content .writing_message {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

#top_introduction .text_content .text {
  margin-top: -80px;
}

@media (max-width: 767px) {
  #top_introduction .text_content .text {
    margin-top: -20px;
  }
}

@media (max-width: 540px) {
  #top_introduction .text_content .text {
    margin-top: 0;
  }
}

#top_introduction .text_content .text p {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 2.4;
}

@media (max-width: 767px) {
  #top_introduction .text_content .text p {
    font-size: 1.4rem;
  }
}

@media (max-width: 540px) {
  #top_introduction .text_content .text p {
    line-height: 2;
  }
}

#top_introduction .text_content .text p span {
  color: #E60012;
  background: #fff;
  display: inline-block;
  padding: 0 6px;
  margin: 0 4px;
  font-weight: bold;
  line-height: 1.6;
}

#top_business {
  padding: 0;
}

#top_business .top_section_title {
  margin-bottom: 0;
  margin-top: -40px;
}

@media (max-width: 767px) {
  #top_business .top_section_title {
    text-align: center;
  }
}

#top_business .top_section_title:before {
  content: "business";
}

@media (max-width: 767px) {
  #top_business .top_section_title:before {
    right: 0;
  }
}

#top_business .container {
  position: relative;
}

#top_business .business_area {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

@media (min-width: 768px) {
  #top_business .business_area:after {
    content: "";
    position: relative;
    z-index: 0;
    width: 100%;
    height: 200px;
    background: #36EDFF;
  }
}

#top_business .business_area .business_bg {
  width: 100%;
}

#top_business .business_area .business_bg img {
  width: 100%;
}

#top_business .business_area .business_part_list {
  opacity: 0;
  min-width: 300px;
  position: absolute;
  bottom: 0;
  right: 20px;
  background: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 100;
}

@media (max-width: 767px) {
  #top_business .business_area .business_part_list {
    display: none;
  }
}

#top_business .business_area .business_part_list.show {
  opacity: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#top_business .business_area .business_part_list a.business_title {
  position: relative;
  padding: 14px 14px 14px 20px;
  border-bottom: solid 2px #eee;
  background: #E60012;
  cursor: pointer;
}

#top_business .business_area .business_part_list a.business_title span {
  color: #fff;
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 40px;
}

#top_business .business_area .business_part_list a.business_title span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

#top_business .business_area .business_part_list a.business_title.tomiyohd_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_tomiyohd_hov.svg);
}

#top_business .business_area .business_part_list a.business_title.tomiyo_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_tomiyo_hov.svg);
}

#top_business .business_area .business_part_list a.business_title.plus_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_plus_hov.svg);
}

#top_business .business_area .business_part_list a.business_title.job_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_job_hov.svg);
}

#top_business .business_area .business_part_list a.business_title.support_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_support_hov.svg);
}

#top_business .business_area .business_part_list a.business_title.enbi_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_enbi_hov.svg);
}

#top_business .business_area .business_part_list .business_menu_content li a {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 14px 44px 14px 60px;
  border-bottom: solid 2px #eee;
  position: relative;
}

#top_business .business_area .business_part_list .business_menu_content li a:before,
#top_business .business_area .business_part_list .business_menu_content li a:after {
  content: "";
  width: 3px;
  height: 13px;
  display: inline-block;
  border-radius: 2px;
  background: #E60012;
  position: absolute;
  right: 24px;
  margin: auto;
}

#top_business .business_area .business_part_list .business_menu_content li a:before {
  top: calc(50% - 2px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#top_business .business_area .business_part_list .business_menu_content li a:after {
  bottom: calc(50% - 3px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#top_business .business_area .business_part figure {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#top_business .business_area .business_part figure:hover {
  -webkit-transform: translate(0, -16px);
  transform: translate(0, -16px);
}

#top_business .business_area .business_part.hover_float figure {
  -webkit-transform: translate(0, -16px);
  transform: translate(0, -16px);
}

#top_business .business_area .business_part.tomiyohd_part {
  position: absolute;
  top: 25%;
  left: 65%;
  width: 17%;
}

@media (max-width: 993px) {
  #top_business .business_area .business_part.tomiyohd_part {
    width: 28%;
    top: 25%;
    left: auto;
    right: 33%;
  }
}

#top_business .business_area .business_part.tomiyohd_part .business_part_list {
  left: 0;
  right: auto;
}

#top_business .business_area .business_part.tomiyo_part {
  position: absolute;
  top: 27.8%;
  left: 42%;
  width: 22%;
}

@media (max-width: 993px) {
  #top_business .business_area .business_part.tomiyo_part {
    width: 36%;
    top: 30%;
    left: 1%;
    right: auto;
  }
}

#top_business .business_area .business_part.tomiyo_part .business_part_list {
  left: 0;
  right: auto;
}

#top_business .business_area .business_part.plus_part {
  position: absolute;
  bottom: 6%;
  right: 19%;
  width: 24.6%;
}

@media (max-width: 993px) {
  #top_business .business_area .business_part.plus_part {
    width: 40%;
    bottom: 10%;
    left: 28%;
  }
}

#top_business .business_area .business_part.plus_part .business_part_list {
  bottom: auto;
  top: 100px;
}

#top_business .business_area .business_part.enbi_part {
  position: absolute;
  bottom: 13%;
  right: 1%;
  width: 18.6%;
}

@media (max-width: 993px) {
  #top_business .business_area .business_part.enbi_part {
    width: 32%;
    bottom: 25%;
    right: 4%;
  }
}

#top_business .business_area .business_part.enbi_part .business_part_list {
  bottom: auto;
  top: 180px;
}

#top_business .business_area .business_part.job_part {
  position: absolute;
  top: 6%;
  right: 3%;
  width: 23.8%;
}

@media (max-width: 993px) {
  #top_business .business_area .business_part.job_part {
    width: 43.7%;
    top: 5%;
    right: 9%;
  }
}

#top_business .business_area .business_part.support_part {
  position: absolute;
  /*bottom: 19.4%;*/
  top: 0%;
  right: 27%;
  width: 22.4%;
}

@media (max-width: 993px) {
  #top_business .business_area .business_part.support_part {
    width: 36%;
    top: 0%;
    left: 13%;
  }
}

#top_business .business_list_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

@media (max-width: 993px) {
  #top_business .business_list_wrapper {
    top: auto;
    bottom: -40px;
  }
}

#top_business .business_list_wrapper .business_list {
  position: absolute;
  max-width: 400px;
  width: 100%;
  top: 60px;
  left: 0;
  border: solid #E60012 4px;
  border-radius: 12px;
  background: #fff;
}

#top_business .business_list_wrapper li.business_list_item {
  position: relative;
}

#top_business .business_list_wrapper li.business_list_item a.business_title {
  position: relative;
  padding: 16px 78px 16px 20px;
  border-bottom: solid 2px #eee;
  cursor: pointer;
}

@media (min-width: 767px) and (max-width: 1366px) {
  #top_business .business_list_wrapper li.business_list_item a.business_title {
    padding: 14px 78px 14px 14px;
  }
}

#top_business .business_list_wrapper li.business_list_item a.business_title:before,
#top_business .business_list_wrapper li.business_list_item a.business_title:after {
  content: "";
  width: 3px;
  height: 13px;
  display: inline-block;
  border-radius: 2px;
  background: #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#top_business .business_list_wrapper li.business_list_item a.business_title:before {
  right: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#top_business .business_list_wrapper li.business_list_item a.business_title:after {
  right: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#top_business .business_list_wrapper li.business_list_item a.business_title span {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 40px;
}

@media (min-width: 767px) and (max-width: 1366px) {
  #top_business .business_list_wrapper li.business_list_item a.business_title span {
    font-size: 1.6rem;
  }
}

#top_business .business_list_wrapper li.business_list_item a.business_title span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

#top_business .business_list_wrapper li.business_list_item a.business_title.tomiyohd_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_tomiyohd.svg);
}

#top_business .business_list_wrapper li.business_list_item a.business_title.tomiyo_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_tomiyo.svg);
}

#top_business .business_list_wrapper li.business_list_item a.business_title.plus_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_plus.svg);
}

#top_business .business_list_wrapper li.business_list_item a.business_title.job_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_job.svg);
}

#top_business .business_list_wrapper li.business_list_item a.business_title.support_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_support.svg);
}

#top_business .business_list_wrapper li.business_list_item a.business_title.enbi_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_enbi.svg);
}

#top_business .business_list_wrapper li.business_list_item a.business_title.color_change {
  color: #fff;
  background: #E60012;
}

#top_business .business_list_wrapper li.business_list_item a.business_title.color_change:before,
#top_business .business_list_wrapper li.business_list_item a.business_title.color_change:after {
  background-color: #fff;
}

#top_business .business_list_wrapper li.business_list_item a.business_title.color_change.tomiyohd_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_tomiyohd_hov.svg);
}

#top_business .business_list_wrapper li.business_list_item a.business_title.color_change.tomiyo_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_tomiyo_hov.svg);
}

#top_business .business_list_wrapper li.business_list_item a.business_title.color_change.plus_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_plus_hov.svg);
}

#top_business .business_list_wrapper li.business_list_item a.business_title.color_change.job_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_job_hov.svg);
}

#top_business .business_list_wrapper li.business_list_item a.business_title.color_change.support_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_support_hov.svg);
}

#top_business .business_list_wrapper li.business_list_item a.business_title.color_change.enbi_icon span:before {
  background-image: url(/wp-content/uploads/top/icon_enbi_hov.svg);
}

#top_business .business_list_wrapper li.business_list_item a.business_title.tomiyohd_icon:before {
  right: 23px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 17px;
}

#top_business .business_list_wrapper li.business_list_item a.business_title.tomiyohd_icon:after {
  right: 23px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}

#top_business .business_list_wrapper li.business_list_item:last-child a {
  border-bottom: none;
}

#top_business .business_list_wrapper li.business_list_item:last-child li:last-child a {
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}

#top_business .business_list_wrapper li.business_list_item .business_menu_content {
  display: none;
}

#top_business .business_list_wrapper li.business_list_item .business_menu_content li a {
  background: #F6F6F6;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 16px 40px 16px 60px;
  border-bottom: solid 2px #eee;
  position: relative;
}

@media (min-width: 767px) and (max-width: 1366px) {
  #top_business .business_list_wrapper li.business_list_item .business_menu_content li a {
    font-size: 1.6rem;
    padding: 14px 78px 14px 52px;
  }
}

#top_business .business_list_wrapper li.business_list_item .business_menu_content li a:before,
#top_business .business_list_wrapper li.business_list_item .business_menu_content li a:after {
  content: "";
  width: 3px;
  height: 13px;
  display: inline-block;
  border-radius: 2px;
  background: #E60012;
  position: absolute;
  right: 24px;
  margin: auto;
}

#top_business .business_list_wrapper li.business_list_item .business_menu_content li a:before {
  top: calc(50% - 2px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#top_business .business_list_wrapper li.business_list_item .business_menu_content li a:after {
  bottom: calc(50% - 3px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#top_business .business_list_wrapper.pc {
  display: block;
}

@media (max-width: 993px) {
  #top_business .business_list_wrapper.pc {
    display: none;
  }
}

#top_business .business_list_wrapper.sp {
  display: none;
  position: unset;
  background: #36EDFF;
  padding: 20px 0 60px;
}

@media (max-width: 993px) {
  #top_business .business_list_wrapper.sp {
    display: block;
  }
}

#top_business .business_list_wrapper.sp .business_list {
  position: unset;
  max-width: 80%;
  margin: 0 auto;
}

#top_business .business_list_wrapper.sp .business_list .business_title {
  padding: 14px 10px;
}

#top_business .business_list_wrapper.sp .business_list .business_title span {
  font-size: 1.4rem;
}

#top_business .business_list_wrapper.sp ul.business_menu_content li a {
  padding: 14px 50px;
  font-size: 1.4rem;
}

#top_company {
  background: -webkit-gradient(linear, left top, left bottom, from(#E60012), color-stop(50%, #E60012), color-stop(50%, #F6F6F6), to(#F6F6F6));
  background: -webkit-linear-gradient(top, #E60012 0%, #E60012 50%, #F6F6F6 50%, #F6F6F6 100%);
  background: linear-gradient(180deg, #E60012 0%, #E60012 50%, #F6F6F6 50%, #F6F6F6 100%);
}

#top_company .top_section_title {
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  #top_company .top_section_title {
    text-align: center;
    margin-bottom: 30px;
  }
}

#top_company .top_section_title:before {
  color: #EA303E;
  content: "company";
  right: 0;
  margin: auto;
}

#top_company .company_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  #top_company .company_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}

#top_company .company_list .company_list_item {
  width: 30%;
  height: 420px;
  overflow: hidden;
}

@media (max-width: 767px) {
  #top_company .company_list .company_list_item {
    width: 60%;
  }
}

@media (max-width: 540px) {
  #top_company .company_list .company_list_item {
    width: 100%;
    height: 400px;
    max-width: 320px;
  }
}

#top_company .company_list a {
  width: 100%;
  position: relative;
}

#top_company .company_list a h3 {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: left;
  position: relative;
  top: 20px;
  left: 24px;
  z-index: 999;
}

@media (max-width: 993px) {
  #top_company .company_list a h3 {
    font-size: 1.8rem;
    left: 25px;
    top: 20px;
    left: 16px;
  }
}

#top_company .company_list a h3:before {
  content: "";
  border-bottom: 1px solid #fff;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

#top_company .company_list a h3:after {
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  position: absolute;
  font-family: "Rubik", sans-serif;
  left: 0;
  bottom: -42px;
  line-height: 1.4;
}

@media (max-width: 1080px) {
  #top_company .company_list a h3:after {
    font-size: 1.6rem;
  }
}

#top_company .company_list a .detail_link {
  font-size: 1.6rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: #fff;
  font-weight: 500;
  z-index: 999;
  margin-right: 42px;
  line-height: 1;
}

#top_company .company_list a .detail_link:after {
  content: "";
  position: absolute;
  width: 31px;
  height: 5.5px;
  border-bottom: 2px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  left: 62px;
  bottom: 4px;
}

#top_company .company_list .bg {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
}

#top_company .company_list .bg figure {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: transparent(255 255 255 0.5);
  z-index: 1;
}

#top_company .company_list .bg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top_company .company_list .bg figure img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  overflow: hidden;
}

#top_company .company_list .about h3:after {
  content: "company";
}

#top_company .company_list .philosophy h3:after {
  content: "philosophy";
}

#top_company .company_list .message h3:after {
  content: "top message";
}

#top_company.dot_bg {
  z-index: 0;
}

#top_company.dot_bg:after {
  bottom: 0;
  left: 0;
  height: 341px;
  width: 50%;
}

#top_news {
  background: #F6F6F6;
  overflow: hidden;
}

#top_news .top_section_title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #top_news .top_section_title {
    text-align: center;
  }
}

#top_news .top_section_title:before {
  content: "news&amp;topics";
  color: #eee;
}

@media (max-width: 767px) {
  #top_news .top_section_title:before {
    right: 0;
  }
}

#top_news .lineup {
  position: relative;
  margin-bottom: 40px;
}

#top_news .lineup-carousel a {
  width: 336px;
  margin-right: 24px;
}

@media (max-width: 540px) {
  #top_news .lineup-carousel a {
    margin: 0 14px;
    width: 300px;
  }
}

#top_news .lineup-carousel a:hover {
  opacity: 0.7;
}

#top_news .lineup-carousel img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}

#top_news .slick-list {
  overflow: visible;
}

#top_news .slick-nav-arrows {
  position: absolute;
  top: -80px;
  right: 0%;
}

@media (max-width: 767px) {
  #top_news .slick-nav-arrows {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
  }
}

#top_news .slick-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 36px;
  height: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#top_news .slick-next {
  right: 0;
}

#top_news .slick-prev {
  left: -100px;
}

@media (max-width: 767px) {
  #top_news .slick-prev {
    left: 0;
  }
}

#top_news .slick-next:before,
#top_news .slick-prev:before {
  color: #000;
}

#top_news .detail_link {
  display: inline-block;
  position: relative;
  color: #E60012;
  font-size: 1.8rem;
  text-transform: uppercase;
  -webkit-transition: 0.1s all ease;
  transition: 0.1s all ease;
  line-height: 1;
  padding-right: 60px;
}

@media (max-width: 767px) {
  #top_news .detail_link {
    float: right;
  }
}

#top_news .detail_link:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

#top_news .detail_link:hover:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #000;
}

#top_news .detail_link:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 6px;
  border-bottom: 2px solid #E60012;
  border-right: 3px solid #E60012;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  left: 70px;
  bottom: 4px;
}

#top_news .detail_link:after:hover {
  opacity: 0.6;
}

#top_sustainability {
  padding-bottom: 0;
}

#top_sustainability .container {
  padding-bottom: 60px;
}

#top_sustainability .sec06_img {
  width: 100%;
  height: 100%;
}

#top_sustainability .top_section_title {
  text-align: center;
}

#top_sustainability .top_section_title:before {
  content: "sustainability";
  right: 0;
  margin: auto;
}

#top_sustainability .text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #top_sustainability .text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

@media (max-width: 556px) {
  #top_sustainability .text {
    font-size: 1.4rem;
  }
}

#top_sustainability .btn02 {
  width: 200px;
  height: 54px;
  text-transform: uppercase;
  margin: 0 auto;
}

@media (max-width: 556px) {
  #top_sustainability .btn02 {
    font-weight: bold;
  }
}

.ytube_modal {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

.ytube_modal iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ytube_modal a {
  /* lityを動かすためにiframeを覆う */
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#top_tvcm .top_section_title {
  padding-top: 0;
  text-align: center;
}

#top_tvcm .tv_new {
  width: 100%;
  height: 420px;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto 60px;
}

@media (max-width: 960px) {
  #top_tvcm .tv_new {
    height: 320px;
    margin-bottom: 40px;
  }
}

@media (max-width: 540px) {
  #top_tvcm .tv_new {
    height: 180px;
  }
}

#top_tvcm .youtube_wrap {
  width: 100%;
  height: 220px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 540px) {
  #top_tvcm .youtube_wrap {
    height: 180px;
  }
}

#top_tvcm .tv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#top_tvcm .tv .slick-next {
  right: -20px;
}

@media (max-width: 767px) {
  #top_tvcm .tv .slick-next {
    right: 1%;
  }
}

#top_tvcm .tv .slick-prev {
  left: -2%;
}

@media (max-width: 767px) {
  #top_tvcm .tv .slick-prev {
    left: -1%;
  }
}

#top_tvcm .tv .slick-list img {
  margin: 0 auto;
}

#top_recruit {
  padding-top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #E60012), to(#E60012));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #E60012 50%, #E60012 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #E60012 50%, #E60012 100%);
}

#top_recruit .cntainer_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top_recruit .bnr_recruit {
  max-width: 640px;
  width: 48%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15);
}

#top_recruit .bnr_recruit img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  #top_recruit .bnr_recruit {
    width: 100%;
    margin-bottom: 1em;
  }
}

.lity {
  z-index: 10000 !important;
}

/**********************************************************************
                                会社概要
**********************************************************************/
#about #title .about_bg {
  background-image: url(/wp-content/uploads/company/about/under_title_bg.jpg);
}

@media (max-width: 767px) {
  #about #title .about_bg {
    background-size: cover;
  }
}

#about #about .section_title {
  margin-bottom: 60px;
  font-size: 2.8rem;
}

@media (max-width: 767px) {
  #about #about .section_title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}

@media (max-width: 520px) {
  #about #about .section_title {
    font-size: 1.8rem;
  }
}

#about #about .about_table {
  border: none;
}

#about #about .about_table table {
  width: 100%;
}

#about #about .about_table tr {
  text-align: left;
}

#about #about .about_table tr th {
  font-weight: bold;
  width: 15%;
  padding: 30px;
  border-bottom: 1px solid #E60012;
}

@media (max-width: 767px) {
  #about #about .about_table tr th {
    padding-bottom: 20px;
    width: 30%;
  }
}

#about #about .about_table tr td {
  padding: 30px;
  border-bottom: 1px solid #CCCCCC;
}

@media (max-width: 767px) {
  #about #about .about_table tr td {
    padding: 20px;
  }
}

#about #about .about_group .pc-only1 {
  margin-top: 100px;
}

#about #about .about_group .sp-only1 {
  margin: 60px auto 0;
}

#about #access {
  padding-top: 0;
}

#about #access .access_content {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  #about #access .access_content {
    display: block;
    margin-bottom: 20px;
  }
}

#about #access .access_content .section_title {
  font-size: 2.8rem;
  text-align: left;
  width: 25%;
}

@media (max-width: 767px) {
  #about #access .access_content .section_title {
    width: 100%;
    font-size: 2.4rem;
    margin-bottom: 39px;
  }
}

@media (max-width: 520px) {
  #about #access .access_content .section_title {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  #about #access .access_content .access_txt {
    max-width: 100%;
  }
}

#about #access .access_content .access_txt dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  border-bottom: 1px solid #E60012;
  position: relative;
  width: 100%;
}

#about #access .access_content .access_txt dl:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #CCCCCC;
  width: 87%;
  bottom: -1px;
  left: 13%;
}

@media (max-width: 520px) {
  #about #access .access_content .access_txt dl:after {
    width: 70%;
    left: 30%;
  }
}

#about #access .access_content .access_txt dl dt {
  width: 15%;
  padding: 10px;
}

@media (max-width: 520px) {
  #about #access .access_content .access_txt dl dt {
    width: 30%;
    padding: 0 0 40px 0;
  }
}

#about #access .access_content .access_txt dl dd {
  padding: 10px;
  width: 85%;
}

@media (max-width: 520px) {
  #about #access .access_content .access_txt dl dd {
    width: 70%;
    padding: 0 0 20px 0;
  }
}

/**********************************************************************
                                事業紹介
***********************************************************************/
#business #title .business_bg {
  background-image: url(/wp-content/uploads/business/under_title_bg.jpg);
  background-position-x: 100%;
}

@media (max-width: 767px) {
  #business #title .business_bg {
    background-size: cover;
  }
}

#business #business_intro {
  position: relative;
}

#business #business_intro:after {
  content: "";
  background: url(/wp-content/uploads/business/logo_deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  max-width: 540px;
  width: 100%;
  height: 275px;
  top: 100px;
  right: 10%;
  display: inline-block;
  z-index: -1;
}

@media (max-width: 767px) {
  #business #business_intro:after {
    content: none;
  }
}

#business #business_intro .intro_text {
  width: 67%;
  display: inline-block;
  margin-bottom: 60px;
}

@media (max-width: 993px) {
  #business #business_intro .intro_text {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #business #business_intro .intro_text {
    margin-bottom: 40px;
  }
}

#business #business_intro .intro_text span {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  background: #E60012;
  padding: 4px 10px;
  margin-right: 4px;
  display: inline-block;
}

@media (max-width: 767px) {
  #business #business_intro .intro_text span {
    font-size: 1.8rem;
  }
}

#business #business_intro .intro_text h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #business #business_intro .intro_text h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

#business #business_intro .intro_text .text {
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 767px) {
  #business #business_intro .intro_text .text {
    font-size: 1.4rem;
  }
}

#business #business_intro .intro_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F6F6F6;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
}

@media (max-width: 767px) {
  #business #business_intro .intro_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  #business #business_intro .intro_content {
    width: 100%;
  }
}

#business #business_intro .intro_content .intro_one {
  padding: 24px 44px;
  width: 50%;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}

@media (max-width: 1080px) {
  #business #business_intro .intro_content .intro_one {
    width: 48%;
    padding: 24px 20px;
  }
}

@media (max-width: 767px) {
  #business #business_intro .intro_content .intro_one {
    width: 100%;
    padding: 24px 0;
  }
}

#business #business_intro .intro_content .intro_one:after {
  content: "";
  position: absolute;
  border-right: 1px solid #CCCCCC;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
}

@media (max-width: 767px) {
  #business #business_intro .intro_content .intro_one:after {
    content: none;
  }
}

#business #business_intro .intro_content .intro_one&gt;.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1080px) {
  #business #business_intro .intro_content .intro_one&gt;.flex {
    margin: 0 auto;
    width: 300px;
  }
}

@media (max-width: 767px) {
  #business #business_intro .intro_content .intro_one&gt;.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 270px;
  }
}

#business #business_intro .intro_content .intro_one:nth-child(2):after,
#business #business_intro .intro_content .intro_one:last-child:after {
  content: none;
}

#business #business_intro .intro_content .intro_one:nth-child(3),
#business #business_intro .intro_content .intro_one:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  #business #business_intro .intro_content .intro_one:nth-child(3) {
    border-bottom: 1px solid #CCCCCC;
  }
}

@media (max-width: 520px) {
  #business #business_intro .intro_content .text {
    text-align: left;
  }
}

#business #business_intro .intro_content .text .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  color: #1D1D1D;
}

@media (max-width: 520px) {
  #business #business_intro .intro_content .text .title {
    text-align: left;
  }
}

#business #business_intro .intro_content .text p {
  color: #E60012;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

#business #business_intro .intro_content .text p .red {
  color: #E60012;
  font-size: 4rem;
  font-weight: 900;
  margin-right: 4px;
}

#business #business_intro .now_info {
  margin-top: 10px;
  margin-left: auto;
}

@media (max-width: 767px) {
  #business #business_intro .now_info {
    width: 80%;
    margin-right: 65px;
  }
}

@media (max-width: 520px) {
  #business #business_intro .now_info {
    width: 100%;
  }
}

#business #business_intro .now_info&gt;p {
  font-size: 1.4rem;
  text-align: right;
}

#business #business_list {
  background: #F6F6F6;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  #business #business_list {
    padding: 100px 0 60px;
    margin-bottom: 60px;
  }
}

#business #business_list .section_title {
  position: relative;
  margin-bottom: 60px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  #business #business_list .section_title {
    margin-bottom: 40px;
    padding-top: 25px;
  }
}

#business #business_list .section_title:before {
  content: "business";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}

#business #business_list .business_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

#business #business_list .business_box:after {
  content: "";
  display: block;
  width: 710px;
}

@media (max-width: 993px) {
  #business #business_list .business_box:after {
    width: 340px;
  }
}

#business #business_list .business_box li {
  background: #fff;
  border-radius: 10px;
  max-width: 340px;
  width: 100%;
}

#business #business_list .business_box li a:hover {
  opacity: 0.7;
}

#business #business_list .business_box li img {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}

#business #business_list .business_box li dd {
  background: #E60012;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  border-radius: 0 0 10px 10px;
  position: relative;
}

#business #business_list .business_box li dd:after {
  content: "";
  position: absolute;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  right: 20px;
  bottom: 20px;
}

#business .group_company {
  margin-bottom: 70px;
}

#business .group_company a {
  width: 100%;
  height: 100%;
}

/**********************************************************************
                            事業紹介下増ページ(共通)
***********************************************************************/
#title.job {
  height: 427px;
}

@media (max-width: 993px) {
  #title.job {
    height: unset;
    margin-bottom: 60px;
  }
}

#title.job .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 30px;
}

@media (max-width: 993px) {
  #title.job .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#title.job .container {
  position: relative;
}

#title.job .job_bg {
  position: absolute;
  width: 568px;
  top: 0;
  right: 0;
  -webkit-transform: translate(16%, 0);
  transform: translate(16%, 0);
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 993px) {
  #title.job .job_bg {
    width: 72%;
    position: unset;
    -webkit-transform: none;
    transform: none;
    margin: 40px 0 0 auto;
  }
}

@media (max-width: 767px) {
  #title.job .job_bg {
    width: 100%;
    position: unset;
    -webkit-transform: none;
    transform: none;
    margin: 20px auto 0;
  }
}

#title.job .job_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#title.job:before {
  z-index: -10;
}

@media (max-width: 993px) {
  #title.job:before {
    content: none;
  }
}

#title.job .job_title {
  width: 100%;
}

#title.job .job_title .page_sub_title {
  padding-top: 60px;
}

@media (max-width: 767px) {
  #title.job .job_title .page_sub_title {
    padding-top: 40px;
  }
}

#title.job .job_title .page_sub_title&gt;h1 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #E60012;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  line-height: 1.5;
  padding-top: 34px;
}

@media (max-width: 767px) {
  #title.job .job_title .page_sub_title&gt;h1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

#title.job .job_title .page_sub_title&gt;h1:before {
  content: "business";
  position: absolute;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  color: #E60012;
  font-size: 2.4rem;
  font-weight: bold;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  #title.job .job_title .page_sub_title&gt;h1:before {
    font-size: 1.8rem;
  }
}

@media (max-width: 520px) {
  #title.job .job_title .page_sub_title&gt;h1:before {
    font-size: 1.4rem;
  }
}

#title.job .job_title .page_sub_title&gt;p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  width: 51%;
}

@media (max-width: 993px) {
  #title.job .job_title .page_sub_title&gt;p {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #title.job .job_title .page_sub_title&gt;p {
    font-size: 1.4rem;
  }
}

#title.job #job_service {
  padding-top: 0;
}

#job_company_info {
  background: #F6F6F6;
}

#job_company_info .container&gt;.company .company_top {
  position: relative;
  border-bottom: 1px solid #E60012;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_top {
    margin-bottom: 46px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: none;
    margin-bottom: 20px;
  }
}

#job_company_info .container&gt;.company .company_top:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #CCCCCC;
  width: 78%;
  bottom: -1px;
  right: 0;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_top:after {
    content: none;
  }
}

#job_company_info .container&gt;.company .company_name {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_name {
    width: 100%;
    margin-bottom: 10px;
  }
}

#job_company_info .container&gt;.company .company_name&gt;p {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: bold;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_name&gt;p {
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
}

#job_company_info .container&gt;.company .company_name&gt;h2 {
  font-size: 3.2rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_name&gt;h2 {
    font-size: 2.4rem;
    border-bottom: 1px solid #E60012;
    padding-bottom: 10px;
    position: relative;
  }
}

@media (max-width: 520px) {
  #job_company_info .container&gt;.company .company_name&gt;h2 {
    font-weight: 2rem;
  }
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_name&gt;h2:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #CCCCCC;
    width: 78%;
    bottom: -1px;
    right: 0;
  }
}

#job_company_info .container&gt;.company .go_company {
  display: inline-block;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .go_company {
    margin-bottom: 0;
    margin-left: auto;
  }
}

#job_company_info .container&gt;.company .go_company&gt;a {
  font-size: 1.6rem;
  color: #E60012;
  position: relative;
  display: inline-block;
  padding-right: 40px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .go_company&gt;a {
    padding-right: 50px;
  }
}

#job_company_info .container&gt;.company .go_company&gt;a:hover {
  color: #333333;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#job_company_info .container&gt;.company .go_company&gt;a:after {
  content: "";
  position: absolute;
  width: 31px;
  height: 5px;
  border-bottom: 2px solid #E60012;
  border-right: 2px solid #E60012;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  top: 10px;
  right: 0;
  -webkit-transition: 0.1s all ease;
  transition: 0.1s all ease;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .go_company&gt;a:after {
    right: 10px;
  }
}

#job_company_info .container&gt;.company .go_company a:hover:after {
  border-color: #333333;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#job_company_info .container&gt;.company .company_under .under01 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_under .under01 {
    gap: 20px;
    margin-bottom: 20px;
  }
}

#job_company_info .container&gt;.company .company_under .company_logo {
  width: 50%;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_under .company_logo {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 520px) {
  #job_company_info .container&gt;.company .company_under .company_logo {
    padding: 0;
    height: 197px;
  }
}

#job_company_info .container&gt;.company .company_under .company_logo&gt;img {
  width: 100%;
  margin: auto;
  max-width: 250px;
}

@media (max-width: 520px) {
  #job_company_info .container&gt;.company .company_under .company_logo&gt;img {
    max-width: 158px;
  }
}

#job_company_info .container&gt;.company .company_under .service {
  width: 50%;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_under .service {
    width: 100%;
  }
}

#job_company_info .container&gt;.company .company_under .service&gt;dl {
  background: #fff;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 20px;
}

#job_company_info .container&gt;.company .company_under .service&gt;dl:last-child {
  margin-bottom: 0;
}

#job_company_info .container&gt;.company .company_under .service&gt;dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  padding-bottom: 8px;
  margin-bottom: 14px;
  border-bottom: 1px solid #CCCCCC;
}

#job_company_info .container&gt;.company .company_under .service&gt;dl dd {
  font-size: 1.6rem;
  text-align: left;
  padding-bottom: 8px;
}

#job_company_info .container&gt;.company .company_under .service&gt;dl dd:last-child {
  padding-bottom: 0;
}

#job_company_info .container&gt;.company .company_under .service&gt;dl dd a {
  color: #E60012;
  position: relative;
  display: inline-block;
  padding-right: 23px;
}

#job_company_info .container&gt;.company .company_under .service&gt;dl dd a:hover {
  opacity: 0.7;
}

#job_company_info .container&gt;.company .company_under .service&gt;dl dd a:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/common/open_icon_hover.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  right: 0;
  top: 5px;
}

#job_company_info .container&gt;.company .company_under .under02 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_under .under02 {
    gap: 20px;
  }
}

#job_company_info .container&gt;.company .company_under .now_info {
  margin-top: 10px;
}

#job_company_info .container&gt;.company .company_under .now_info&gt;p {
  font-size: 1.4rem;
  text-align: right;
}

#job_company_info .container&gt;.company .company_under .introduce {
  background: #fff;
  border-radius: 10px;
  padding: 25px 0;
  width: 33.3333333333%;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_under .introduce {
    width: 100%;
  }
}

#job_company_info .container&gt;.company .company_under .introduce_inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_under .introduce_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 260px;
  }
}

#job_company_info .container&gt;.company .company_under .introduce_inner&gt;img {
  margin: 0 auto 10px;
  max-width: 153px;
  width: 100%;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_under .introduce_inner&gt;img {
    margin: 0;
    max-width: 104px;
  }
}

#job_company_info .container&gt;.company .company_under .introduce_inner&gt;.text {
  text-align: center;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_under .introduce_inner&gt;.text {
    text-align: left;
  }
}

#job_company_info .container&gt;.company .company_under .introduce_inner&gt;.text&gt;p:first-child {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_under .introduce_inner&gt;.text&gt;p:first-child {
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: left;
  }
}

#job_company_info .container&gt;.company .company_under .introduce_inner&gt;.text&gt;.roboto {
  font-size: 5.7rem;
  color: #E60012;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_under .introduce_inner&gt;.text&gt;.roboto {
    font-size: 4rem;
    text-align: left;
    margin-bottom: 8px;
  }
}

#job_company_info .container&gt;.company .company_under .introduce_inner&gt;.text&gt;.roboto&gt;span {
  font-size: 2.2rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  margin-left: 4px;
}

@media (max-width: 767px) {
  #job_company_info .container&gt;.company .company_under .introduce_inner&gt;.text&gt;.roboto&gt;span {
    font-size: 1.6rem;
  }
}

#job_introduce&gt;.container {
  background: #F6F6F6;
  padding: 60px 20px 80px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  #job_introduce&gt;.container {
    padding: 30px 20px 50px;
  }
}

#job_introduce .job_intro_title {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #job_introduce .job_intro_title {
    margin-bottom: 20px;
  }
}

#job_introduce .job_intro_title&gt;img {
  max-width: 296px;
  width: 100%;
  margin: 0 auto 15px;
}

@media (max-width: 767px) {
  #job_introduce .job_intro_title&gt;img {
    margin-bottom: 20px;
    max-width: 216px;
  }
}

#job_introduce .job_intro_title&gt;h3 {
  color: #E60012;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  #job_introduce .job_intro_title&gt;h3 {
    font-size: 2.6rem;
  }
}

@media (max-width: 520px) {
  #job_introduce .job_intro_title&gt;h3 {
    font-size: 2rem;
  }
}

#job_introduce .job_intro_text&gt;p {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
  line-height: 2;
}

@media (max-width: 767px) {
  #job_introduce .job_intro_text&gt;p {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 20px;
  }
}

#job_introduce .job_intro_text&gt;figure {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

#job_introduce .job_intro_text&gt;figure&gt;img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#job_service .job_service_info {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
}

@media (max-width: 767px) {
  #job_service .job_service_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#job_service .job_service_content {
  background: #F6F6F6;
  padding: 20px 24px;
  border-radius: 10px;
  width: 48%;
}

@media (max-width: 767px) {
  #job_service .job_service_content {
    width: 100%;
  }
}

#job_service .job_service_content&gt;dt {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 8px;
  margin-bottom: 14px;
  text-align: left;
}

@media (max-width: 520px) {
  #job_service .job_service_content&gt;dt {
    font-size: 1.4rem;
  }
}

#job_service .job_service_content&gt;dd {
  font-size: 1.6rem;
  text-align: left;
  padding-bottom: 8px;
}

@media (max-width: 520px) {
  #job_service .job_service_content&gt;dd {
    font-size: 1.4rem;
  }
}

#job_service .job_service_content&gt;dd:last-child {
  padding-bottom: 0;
}

#job_service .job_site&gt;dd a {
  color: #E60012;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding-right: 23px;
}

#job_service .job_site&gt;dd a:hover {
  opacity: 0.7;
}

#job_service .job_site&gt;dd a:after {
  content: "";
  background: url(/wp-content/uploads/common/open_icon_hover.svg) no-repeat;
  position: absolute;
  background-size: contain;
  width: 16px;
  height: 16px;
  right: 0;
  top: 5px;
}

#job_introduce_slider {
  padding-top: 0;
}

#job_introduce_slider .job_slider {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#job_introduce_slider .job_slider&gt;.slick-prev {
  left: 9%;
}

@media (max-width: 767px) {
  #job_introduce_slider .job_slider&gt;.slick-prev {
    left: unset;
    right: calc(50% + 150px);
  }
}

#job_introduce_slider .job_slider&gt;.slick-next {
  right: 9%;
}

@media (max-width: 767px) {
  #job_introduce_slider .job_slider&gt;.slick-next {
    right: unset;
    left: calc(50% + 150px);
  }
}

#job_introduce_slider .job_slider_one {
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  max-width: 340px !important;
  width: 100%;
  margin: 0 15px !important;
}

@media (max-width: 520px) {
  #job_introduce_slider .job_slider_one {
    max-width: 335px !important;
  }
}

#job_introduce_slider .job_slider_one:hover {
  opacity: 0.7;
}

#job_introduce_slider .job_slider_one&gt;img {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}

#job_introduce_slider .job_slider_one&gt;h4 {
  background: #E60012;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-radius: 0 0 10px 10px;
  padding: 12px 0;
}

#job_introduce_slider .job_slider_one&gt;h4:after {
  content: "";
  position: absolute;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 8px;
  height: 8px;
  right: 20px;
  bottom: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#job_about .container&gt;.section_title {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  #job_about .container&gt;.section_title {
    margin-bottom: 40px;
    padding-top: 25px;
  }
}

#job_about .container&gt;.section_title:before {
  content: "about";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}

#job_about .container .job_about_title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #job_about .container .job_about_title {
    margin-bottom: 40px;
  }
}

#job_about .container .job_about_title&gt;.section_title {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  #job_about .container .job_about_title&gt;.section_title {
    padding-top: 25px;
  }
}

#job_about .container .job_about_title&gt;.section_title:before {
  content: "about";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}

#job_about .container .job_about_title&gt;p {
  text-align: center;
}

@media (max-width: 767px) {
  #job_about .container .job_about_title&gt;p {
    text-align: left;
  }
}

#job_about .job_about_one {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}

@media (max-width: 993px) {
  #job_about .job_about_one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  #job_about .job_about_one {
    margin-bottom: 20px;
  }
}

#job_about .job_about_one&gt;figure {
  width: 45%;
}

@media (max-width: 993px) {
  #job_about .job_about_one&gt;figure {
    width: 80%;
  }
}

@media (max-width: 520px) {
  #job_about .job_about_one&gt;figure {
    width: 100%;
  }
}

#job_about .job_about_one&gt;figure&gt;img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 16px 16px 0;
}

@media (max-width: 993px) {
  #job_about .job_about_one&gt;figure&gt;img {
    border-radius: 0 0 16px 16px;
  }
}

#job_about .job_about_one:last-child {
  margin-bottom: 0;
}

#job_about .about_one_text {
  background: #F6F6F6;
  width: 55%;
  border-radius: 16px 0 0 16px;
  padding: 80px 40px;
}

@media (max-width: 993px) {
  #job_about .about_one_text {
    width: 80%;
    border-radius: 16px 16px 0 0;
  }
}

@media (max-width: 767px) {
  #job_about .about_one_text {
    padding: 30px 20px;
  }
}

@media (max-width: 520px) {
  #job_about .about_one_text {
    width: 100%;
  }
}

#job_about .about_one_text&gt;h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #E60012;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #job_about .about_one_text&gt;h3 {
    font-size: 1.8rem;
  }
}

#job_about .about_one_text&gt;p {
  text-align: left;
}

#job_result {
  background: #F6F6F6;
}

#job_result .container&gt;.section_title {
  margin-bottom: 60px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  #job_result .container&gt;.section_title {
    margin-bottom: 40px;
    padding-top: 25px;
  }
}

#job_result .container&gt;.section_title:before {
  content: "result";
  right: 0;
  left: 0;
  top: 0;
}

#job_result .job_result_content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 767px) {
  #job_result .job_result_content ul {
    gap: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 540px) {
  #job_result .job_result_content ul {
    gap: auto;
  }
}

#job_result .job_result_content ul li.result_one {
  position: relative;
  width: calc(33.33333% - 20px);
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: auto;
}

@media (max-width: 767px) {
  #job_result .job_result_content ul li.result_one {
    width: calc(50% - 10px);
  }
}

@media (max-width: 540px) {
  #job_result .job_result_content ul li.result_one {
    width: 100%;
  }
}

#job_result .job_result_content ul li.result_one:after {
  content: "";
  position: absolute;
  background: #1D1D1D;
  width: 100%;
  height: 22%;
  border-radius: 0 0 10px 10px;
  opacity: 0.16;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

#job_result .job_result_content ul li.result_one&gt;img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#job_result .job_result_content ul li.result_one&gt;span {
  position: absolute;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  bottom: 14px;
  left: 24px;
  z-index: 1;
}

#job_result .job_result_content ul li.result_one.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#job_result .more_button_open {
  background: #E60012;
  border: 2px solid #E60012;
  width: 200px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  margin: 60px auto 0;
  position: relative;
  cursor: pointer;
}

#job_result .more_button_open:before,
#job_result .more_button_open:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #fff;
  right: 30px;
  top: 23px;
}

#job_result .more_button_open:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#job_result .more_button_open&gt;span {
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  padding-right: 10px;
}

#job_result .more_button_open:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #fff;
}

#job_result .more_button_open:hover:before,
#job_result .more_button_open:hover:after {
  background: #E60012;
}

#job_result .more_button_open:hover&gt;span {
  color: #E60012;
}

#job_result .more_button_close {
  background: #fff;
  border: 2px solid #E60012;
  margin: 30px auto 0;
  width: 200px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

#job_result .more_button_close:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #E60012;
  right: 30px;
  top: 22px;
}

#job_result .more_button_close&gt;span {
  font-size: 1.6rem;
  color: #E60012;
  text-transform: uppercase;
  cursor: pointer;
  padding-right: 10px;
}

#job_result .more_button_close:hover {
  background: #E60012;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#job_result .more_button_close:hover:after {
  background: #fff;
}

#job_result .more_button_close:hover&gt;span {
  color: #fff;
}

/**********************************************************************
                    労働者派遣事業・有料職業紹介事業(staffing)    
***********************************************************************/
@media (max-width: 767px) {
  #staffing #job_company_info .under02 .introduce_inner {
    width: 270px !important;
  }
}

#job_merit .container&gt;.section_title {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  #job_merit .container&gt;.section_title {
    margin-bottom: 40px;
    padding-top: 25px;
  }
}

#job_merit .container&gt;.section_title:before {
  content: "merit";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}

#job_merit .merit&gt;.gray_bg {
  position: relative;
}

#job_merit .merit&gt;.gray_bg:before {
  content: "";
  background: #F6F6F6;
  width: 100vw;
  height: 100%;
  position: absolute;
  margin-left: calc(50% - 50vw);
  top: 0;
  right: 18%;
  border-radius: 0 16px 16px 0;
  z-index: -1;
}

@media (max-width: 767px) {
  #job_merit .merit&gt;.gray_bg:before {
    margin: 0 calc(50% - 50vw);
    right: 0;
    border-radius: 0;
    height: 68%;
  }
}

#job_merit .merit .merit_content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 60px 0 90px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #job_merit .merit .merit_content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    padding: 30px 0 0;
    margin-bottom: 40px;
  }
}

#job_merit .merit .merit_content&gt;figure {
  width: 44%;
}

@media (max-width: 767px) {
  #job_merit .merit .merit_content&gt;figure {
    width: 100%;
  }
}

#job_merit .merit .merit_content&gt;figure&gt;img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  #job_merit .merit .merit_content&gt;figure&gt;img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

#job_merit .merit .merit_text {
  width: 56%;
}

@media (max-width: 767px) {
  #job_merit .merit .merit_text {
    width: 100%;
  }
}

#job_merit .merit .merit_text&gt;.en {
  font-size: 6.4rem;
  color: #E60012;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 767px) {
  #job_merit .merit .merit_text&gt;.en {
    font-size: 5.4rem;
  }
}

#job_merit .merit .merit_text&gt;h3 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #job_merit .merit .merit_text&gt;h3 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

#job_merit .merit .merit_text&gt;p {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  #job_merit .merit .merit_text&gt;p {
    font-size: 1.4rem;
  }
}

#job_merit .merit .merit01&gt;figure {
  max-width: 348px;
  height: 317px;
}

@media (max-width: 767px) {
  #job_merit .merit .merit01&gt;figure {
    max-width: 335px;
  }
}

@media (max-width: 767px) {
  #job_merit .merit .merit02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#job_merit .merit .merit02:before {
  margin-left: unset;
  margin-right: calc(50% - 50vw);
  right: unset;
  left: 18%;
  border-radius: 16px 0 0 16px;
}

@media (max-width: 767px) {
  #job_merit .merit .merit02:before {
    margin: 0 calc(50% - 50vw);
    left: 0;
    border-radius: 0;
    height: 68%;
  }
}

#job_merit .merit .merit02&gt;figure {
  max-width: 394px;
  height: 212px;
}

@media (max-width: 767px) {
  #job_merit .merit .merit02&gt;figure {
    max-width: 335px;
  }
}

#job_merit .merit .merit03 {
  margin-bottom: 0;
}

#job_merit .merit .merit03&gt;figure {
  max-width: 321px;
  height: 226px;
}

@media (max-width: 767px) {
  #job_merit .merit .merit03&gt;figure {
    max-width: 240px;
  }
}

#job_point {
  background: #E60012;
  padding: 60px 0 100px;
}

@media (max-width: 767px) {
  #job_point {
    padding: 40px 0 60px;
  }
}

#job_point&gt;.container h2 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 50px 0 54px;
  position: relative;
  z-index: 1;
}

@media (max-width: 993px) {
  #job_point&gt;.container h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  #job_point&gt;.container h2 {
    font-size: 2.8rem;
    margin: 35px 0 40px;
  }
}

@media (max-width: 520px) {
  #job_point&gt;.container h2 {
    font-size: 2rem;
  }
}

#job_point&gt;.container h2:before {
  content: "point";
  position: absolute;
  text-transform: uppercase;
  font-size: 12.2rem;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  color: #EA303E;
  line-height: 1;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
}

@media (max-width: 767px) {
  #job_point&gt;.container h2:before {
    font-size: 10rem;
    bottom: 35px;
  }
}

@media (max-width: 520px) {
  #job_point&gt;.container h2:before {
    font-size: 8rem;
    bottom: 30px;
  }
}

#job_point .job_point_info {
  text-align: center;
}

#job_point .job_point_info&gt;span {
  background: #fff;
  color: #E60012;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 10px 50px;
  border-radius: 131px;
  position: relative;
  display: inline-block;
  margin-bottom: 47px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  #job_point .job_point_info&gt;span {
    display: none;
  }
}

#job_point .job_point_info&gt;span:after {
  content: "";
  position: absolute;
  border-right: 17px solid transparent;
  border-top: 22px solid #fff;
  border-left: 17px solid transparent;
  width: 0;
  right: 0;
  left: 0;
  bottom: -16px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #job_point .job_point_info&gt;span:after {
    content: none;
  }
}

#job_point .point_content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 993px) {
  #job_point .point_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  #job_point .point_content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#job_point .point_content&gt;.point {
  border-right: 10px;
  width: 33.3333333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 993px) {
  #job_point .point_content&gt;.point {
    width: 47%;
  }
}

@media (max-width: 767px) {
  #job_point .point_content&gt;.point {
    width: 70%;
  }
}

@media (max-width: 520px) {
  #job_point .point_content&gt;.point {
    width: 96%;
  }
}

#job_point .point_content&gt;.point&gt;figure {
  width: 100%;
  height: 215px;
}

#job_point .point_content&gt;.point&gt;figure&gt;img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

#job_point .point_content&gt;.point&gt;.point_text {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#job_point .point_content&gt;.point&gt;.point_text&gt;h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #E60012;
  margin-bottom: 12px;
  text-align: center;
}

@media (max-width: 767px) {
  #job_point .point_content&gt;.point&gt;.point_text&gt;h3 {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}

#job_point .point_content&gt;.point&gt;.point_text&gt;p {
  font-size: 1.6rem;
  text-align: left;
}

@media (max-width: 767px) {
  #job_point .point_content&gt;.point&gt;.point_text&gt;p {
    font-size: 1.4rem;
  }
}

#job_point .point_content&gt;.point&gt;.point_text&gt;p&gt;span {
  color: #E60012;
}

#job_branch {
  padding: 0;
}

/**********************************************************************
                    保育コンサルティング事業(consulting)
***********************************************************************/
#consulting .company_logo&gt;img {
  max-width: 370px !important;
}

@media (max-width: 520px) {
  #consulting .company_logo&gt;img {
    max-width: 220px !important;
  }
}

@media (max-width: 767px) {
  #consulting #job_company_info .under02 .introduce_inner {
    width: 270px !important;
  }
}

@media (max-width: 993px) {

  #consulting #job_about .job_about_one:nth-child(2) .about_one_text,
  #consulting #job_about .job_about_one:last-child .about_one_text {
    padding-bottom: 0;
  }
}

/**********************************************************************
                    保育ICT事業(ict)
***********************************************************************/
#ict .company_logo&gt;img {
  max-width: 370px !important;
}

@media (max-width: 520px) {
  #ict .company_logo&gt;img {
    max-width: 220px !important;
  }
}

@media (max-width: 767px) {
  #ict .container&gt;.company .company_under .introduce_inner {
    width: 270px !important;
  }
}

@media (max-width: 993px) {
  #ict .container&gt;.company .company_under .introduce_inner&gt;.text&gt;p:first-child {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  #ict .container&gt;.company .company_under .introduce_inner&gt;.text&gt;p:first-child {
    margin-bottom: 10px;
  }
}

@media (max-width: 993px) {
  #ict .container&gt;.company .company_under .introduce_inner&gt;.text&gt;.roboto {
    font-size: 4rem;
  }
}

@media (max-width: 993px) {
  #ict .container&gt;.company .company_under .introduce_inner&gt;.text&gt;.roboto&gt;span {
    font-size: 1.6rem;
  }
}

#ict #job_about {
  padding-bottom: 0;
}

#ict #job_about .about_gray_bg {
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 993px) {
  #ict #job_about .about_gray_bg {
    margin-bottom: 40px;
  }
}

#ict #job_about .about_gray_bg:after {
  content: "";
  background: #F6F6F6;
  width: 100vw;
  height: 100%;
  position: absolute;
  margin-right: calc(50% - 50vw);
  top: 0;
  left: 30%;
  border-radius: 16px 0 0 16px;
  z-index: -1;
}

@media (max-width: 993px) {
  #ict #job_about .about_gray_bg:after {
    margin: 0 calc(50% - 50vw);
    left: 0;
    border-radius: 0;
    height: 68%;
  }
}

@media (max-width: 767px) {
  #ict #job_about .about_gray_bg:after {
    content: none;
  }
}

#ict #job_about .about_gray_bg&gt;.flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 60px;
  padding: 60px 0;
}

@media (max-width: 993px) {
  #ict #job_about .about_gray_bg&gt;.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }
}

#ict #job_about .about_gray_bg&gt;.flex&gt;img {
  max-width: 392px;
  width: 100%;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

#ict #job_about .about_gray_bg .about_gray_text&gt;p {
  margin-bottom: 24px;
  text-align: left;
}

@media (max-width: 767px) {
  #ict #job_about .about_gray_bg .about_gray_text&gt;p {
    margin-bottom: 16px;
  }
}

#ict #job_about .about_gray_bg .about_gray_text&gt;p:last-child {
  margin-bottom: 0;
}

#ict #job_about .about_gray_bg .about_gray_text&gt;p span {
  font-weight: bold;
}

/**********************************************************************
                    広告代行事業(adv)
***********************************************************************/
#adv .container&gt;.company .company_under .introduce {
  width: 50% !important;
}

@media (max-width: 767px) {
  #adv .container&gt;.company .company_under .introduce {
    width: 100% !important;
  }
}

#adv #job_about {
  padding-bottom: 0;
}

/**********************************************************************
                    不動産・寮管理事業(dome)
***********************************************************************/
#dome #job_company_info .company_under .under01 .service {
  width: 100%;
}

#dome #job_company_info .company_under .under02 .introduce {
  width: 50%;
}

@media (max-width: 767px) {
  #dome #job_company_info .company_under .under02 .introduce {
    width: 100%;
  }
}

#dome #job_service .job_service_content {
  width: 100%;
}

#job_dome,
#job_tenant {
  padding-bottom: 0;
}

#job_dome .container .job_dome_title,
#job_tenant .container .job_dome_title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {

  #job_dome .container .job_dome_title,
  #job_tenant .container .job_dome_title {
    margin-bottom: 40px;
  }
}

#job_dome .container .job_dome_title&gt;.section_title,
#job_tenant .container .job_dome_title&gt;.section_title {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 30px;
}

@media (max-width: 767px) {

  #job_dome .container .job_dome_title&gt;.section_title,
  #job_tenant .container .job_dome_title&gt;.section_title {
    padding-top: 25px;
  }
}

#job_dome .container .job_dome_title&gt;.section_title:before,
#job_tenant .container .job_dome_title&gt;.section_title:before {
  content: "dome";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}

#job_dome .container .job_dome_title&gt;p,
#job_tenant .container .job_dome_title&gt;p {
  text-align: center;
}

@media (max-width: 767px) {

  #job_dome .container .job_dome_title&gt;p,
  #job_tenant .container .job_dome_title&gt;p {
    text-align: left;
  }
}

#job_dome .job_dome_content,
#job_tenant .job_dome_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 767px) {

  #job_dome .job_dome_content,
  #job_tenant .job_dome_content {
    gap: 40px;
  }
}

#job_dome .job_dome_content:after,
#job_tenant .job_dome_content:after {
  content: "";
  display: block;
  width: 710px;
}

@media (max-width: 993px) {

  #job_dome .job_dome_content:after,
  #job_tenant .job_dome_content:after {
    content: none;
  }
}

#job_dome .dome_one,
#job_tenant .dome_one {
  max-width: 340px;
  width: 100%;
}

@media (max-width: 520px) {

  #job_dome .dome_one,
  #job_tenant .dome_one {
    max-width: 335px;
  }
}

#job_dome .dome_one .dome_img,
#job_tenant .dome_one .dome_img {
  position: relative;
  margin-bottom: 37px;
}

#job_dome .dome_one .dome_img&gt;figure,
#job_tenant .dome_one .dome_img&gt;figure {
  width: 100%;
  border-radius: 10px;
}

#job_dome .dome_one .dome_img&gt;figure&gt;img,
#job_tenant .dome_one .dome_img&gt;figure&gt;img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

#job_dome .dome_one .dome_img&gt;h3,
#job_tenant .dome_one .dome_img&gt;h3 {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #E60012;
  padding: 7px 10px;
}

#job_dome .dome_one .dome_text,
#job_tenant .dome_one .dome_text {
  width: 100%;
}

#job_dome .dome_one .dome_text&gt;tr,
#job_tenant .dome_one .dome_text&gt;tr {
  border-bottom: 1px solid #CCCCCC;
}

#job_dome .dome_one .dome_text&gt;tr:first-child&gt;th,
#job_dome .dome_one .dome_text&gt;tr:first-child td,
#job_tenant .dome_one .dome_text&gt;tr:first-child&gt;th,
#job_tenant .dome_one .dome_text&gt;tr:first-child td {
  padding-top: 0;
}

#job_dome .dome_one .dome_text th,
#job_dome .dome_one .dome_text td,
#job_tenant .dome_one .dome_text th,
#job_tenant .dome_one .dome_text td {
  font-size: 1.6rem;
  padding: 8px 0;
  text-align: left;
  line-height: 1.6;
}

@media (max-width: 767px) {

  #job_dome .dome_one .dome_text th,
  #job_dome .dome_one .dome_text td,
  #job_tenant .dome_one .dome_text th,
  #job_tenant .dome_one .dome_text td {
    font-size: 1.4rem;
  }
}

#job_dome .dome_one .dome_text th,
#job_tenant .dome_one .dome_text th {
  width: 15%;
}

#job_dome .dome_one .dome_text td,
#job_tenant .dome_one .dome_text td {
  width: 85%;
}

#job_tenant {
  padding: 112px 0 100px;
}

@media (max-width: 767px) {
  #job_tenant {
    padding: 60px 0;
  }
}

#job_tenant .container .job_dome_title&gt;.section_title {
  padding-top: 30px;
}

@media (max-width: 767px) {
  #job_tenant .container .job_dome_title&gt;.section_title {
    padding-top: 25px;
  }
}

#job_tenant .container .job_dome_title&gt;.section_title:before {
  content: "tenant";
  top: 0;
  left: 0;
  right: 0;
}

#job_gallery {
  background: #F6F6F6;
}

#job_gallery .container&gt;.section_title {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  #job_gallery .container&gt;.section_title {
    margin-bottom: 40px;
    padding-top: 25px;
  }
}

#job_gallery .container&gt;.section_title:before {
  content: "gallery";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}

#job_gallery .gallery_slider .slick-track {
  left: -280px;
}

@media (max-width: 1200px) {
  #job_gallery .gallery_slider .slick-track {
    left: 0;
  }
}

#job_gallery .gallery_slider .slick-prev,
#job_gallery .gallery_slider .slick-next {
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {

  #job_gallery .gallery_slider .slick-prev,
  #job_gallery .gallery_slider .slick-next {
    width: 36px;
    height: 36px;
  }
}

#job_gallery .gallery_slider .slick-prev:before,
#job_gallery .gallery_slider .slick-prev:after,
#job_gallery .gallery_slider .slick-next:before,
#job_gallery .gallery_slider .slick-next:after {
  width: 4px;
  height: 18px;
}

@media (max-width: 767px) {

  #job_gallery .gallery_slider .slick-prev:before,
  #job_gallery .gallery_slider .slick-prev:after,
  #job_gallery .gallery_slider .slick-next:before,
  #job_gallery .gallery_slider .slick-next:after {
    width: 3px;
    height: 12px;
  }
}

#job_gallery .gallery_slider .slick-prev:before,
#job_gallery .gallery_slider .slick-next:before {
  top: 16px;
}

@media (max-width: 767px) {

  #job_gallery .gallery_slider .slick-prev:before,
  #job_gallery .gallery_slider .slick-next:before {
    top: 9px;
  }
}

#job_gallery .gallery_slider .slick-prev:after,
#job_gallery .gallery_slider .slick-next:after {
  top: 27px;
}

@media (max-width: 767px) {

  #job_gallery .gallery_slider .slick-prev:after,
  #job_gallery .gallery_slider .slick-next:after {
    top: 16px;
  }
}

#job_gallery .gallery_slider .slick-next {
  right: unset;
  left: calc(50% + 500px);
}

@media (max-width: 1200px) {
  #job_gallery .gallery_slider .slick-next {
    left: calc(50% + 230px);
  }
}

@media (max-width: 767px) {
  #job_gallery .gallery_slider .slick-next {
    left: calc(50% + 190px);
  }
}

@media (max-width: 520px) {
  #job_gallery .gallery_slider .slick-next {
    left: calc(50% + 145px);
  }
}

#job_gallery .gallery_slider .slick-next:before,
#job_gallery .gallery_slider .slick-next:after {
  right: 26px;
}

@media (max-width: 767px) {

  #job_gallery .gallery_slider .slick-next:before,
  #job_gallery .gallery_slider .slick-next:after {
    right: 15px;
  }
}

#job_gallery .gallery_slider .slick-prev {
  left: unset;
  right: calc(50% + 500px);
}

@media (max-width: 1200px) {
  #job_gallery .gallery_slider .slick-prev {
    right: calc(50% + 230px);
  }
}

@media (max-width: 767px) {
  #job_gallery .gallery_slider .slick-prev {
    right: calc(50% + 190px);
  }
}

@media (max-width: 520px) {
  #job_gallery .gallery_slider .slick-prev {
    right: calc(50% + 145px);
  }
}

#job_gallery .gallery_slider .slick-prev:before,
#job_gallery .gallery_slider .slick-prev:after {
  left: 26px;
}

@media (max-width: 767px) {

  #job_gallery .gallery_slider .slick-prev:before,
  #job_gallery .gallery_slider .slick-prev:after {
    left: 15px;
  }
}

#job_gallery .gallery_one {
  position: relative;
  margin: 0 20px;
  max-width: 520px;
  width: 100%;
}

@media (max-width: 767px) {
  #job_gallery .gallery_one {
    max-width: 420px;
  }
}

@media (max-width: 520px) {
  #job_gallery .gallery_one {
    max-width: 335px;
  }
}

#job_gallery .gallery_one:after {
  content: "";
  position: absolute;
  background: #1D1D1D;
  width: 100%;
  height: 17%;
  border-radius: 0 0 10px 10px;
  opacity: 0.16;
  bottom: 34px;
  right: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 520px) {
  #job_gallery .gallery_one:after {
    bottom: 24px;
  }
}

#job_gallery .gallery_one&gt;figure {
  width: 100%;
}

#job_gallery .gallery_one&gt;figure&gt;img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

#job_gallery .gallery_one&gt;span {
  position: relative;
  left: 30px;
  bottom: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}

@media (max-width: 520px) {
  #job_gallery .gallery_one&gt;span {
    font-size: 1.4rem;
    left: 18px;
    bottom: 30px;
  }
}

/**********************************************************************
                    保育事業(hoiku)
***********************************************************************/
#hoiku .company_logo&gt;img {
  max-width: 152px !important;
}

@media (max-width: 520px) {
  #hoiku .company_logo&gt;img {
    max-width: 110px !important;
  }
}

#hoiku #job_about {
  padding-bottom: 0;
}

#hoiku #job_about .hoiku_about_content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
}

@media (max-width: 993px) {
  #hoiku #job_about .hoiku_about_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}

#hoiku #job_about .hoiku_about_content&gt;.hoiku_about_text {
  width: 47%;
}

@media (max-width: 993px) {
  #hoiku #job_about .hoiku_about_content&gt;.hoiku_about_text {
    width: 100%;
  }
}

#hoiku #job_about .hoiku_about_content&gt;.hoiku_about_text&gt;p {
  display: block;
  margin-bottom: 30px;
  line-height: 2;
}

#hoiku #job_about .hoiku_about_content&gt;.hoiku_about_text&gt;p:last-child {
  margin-bottom: 0;
}

#hoiku #job_about .hoiku_about_content img {
  max-width: 486px;
  width: 100%;
  margin: 0 auto;
}

#hoiku #job_about .hoiku_about_one {
  position: relative;
  padding: 50px 80px;
  margin-bottom: 60px;
}

@media (max-width: 993px) {
  #hoiku #job_about .hoiku_about_one {
    padding: 40px 16px;
    margin-bottom: 40px;
  }
}

#hoiku #job_about .hoiku_about_one:before {
  content: "";
  position: absolute;
  background: #F6F6F6;
  border-radius: 16px;
  width: 86%;
  height: 80%;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 993px) {
  #hoiku #job_about .hoiku_about_one:before {
    width: 100%;
    height: 100%;
  }
}

#hoiku #job_about .hoiku_about_one:last-child {
  margin-bottom: 0;
}

#hoiku #job_about .hoiku_text {
  margin-bottom: 40px;
  width: 86%;
}

@media (max-width: 993px) {
  #hoiku #job_about .hoiku_text {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #hoiku #job_about .hoiku_text {
    margin-bottom: 20px;
  }
}

#hoiku #job_about .hoiku_text&gt;h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #E60012;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 993px) {
  #hoiku #job_about .hoiku_text&gt;h3 {
    font-size: 2rem;
    text-align: center;
  }
}

#hoiku #job_about .hoiku_text&gt;p {
  font-weight: bold;
  text-align: left;
  line-height: 2;
}

#hoiku #job_about .hoiku_img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 993px) {
  #hoiku #job_about .hoiku_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#hoiku #job_about .hoiku_img&gt;figure {
  max-width: 327px;
  width: 100%;
}

#hoiku #job_about .hoiku_img&gt;figure&gt;img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/**********************************************************************
                    治験募集支援事業(chiken)
***********************************************************************/
#chiken #job_company_info .company_under .under02 .introduce {
  width: 50%;
}

@media (max-width: 767px) {
  #chiken #job_company_info .company_under .under02 .introduce {
    width: 100%;
  }
}

#chiken #job_about {
  padding-bottom: 0;
}

/**********************************************************************
                                企業情報
***********************************************************************/
#company #title .company_bg {
  background-image: url(/wp-content/uploads/company/under_title_bg.jpg);
  background-position-x: 80%;
}

@media (max-width: 767px) {
  #company #title .company_bg {
    background-size: cover;
  }
}

#company #company .info_boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  gap: 30px;
}

@media (max-width: 767px) {
  #company #company .info_boxes {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}

#company #company .info_boxes .info_box {
  max-width: 525px;
  width: 100%;
}

@media (max-width: 520px) {
  #company #company .info_boxes .info_box {
    max-width: 335px;
  }
}

#company #company .info_boxes .info_box figure {
  height: 240px;
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 520px) {
  #company #company .info_boxes .info_box figure {
    height: 180px;
  }
}

#company #company .info_boxes .info_box figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#company #company .info_boxes .info_box figure img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#company #company .info_boxes .info_box:hover {
  opacity: 1;
}

#company #company .info_boxes .box_title {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  margin: 20px 0 8px;
}

@media (max-width: 767px) {
  #company #company .info_boxes .box_title {
    margin: 12px 0 4px;
    font-size: 1.8rem;
  }
}

#company #company .info_boxes span {
  font-size: 1.5rem;
  color: #E60012;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #company #company .info_boxes span {
    font-size: 1.4rem;
  }
}

#company #company .info_boxes img {
  border-radius: 10px;
}

#company #company .info_boxes:last-child {
  margin-bottom: 0;
}

/**********************************************************************
                                お問い合わせ
**********************************************************************/
#contact #title .contact_bg,
#confirmation #title .contact_bg,
#thanks #title .contact_bg {
  background-image: url(/wp-content/uploads/contact/under_title_bg.jpg);
  background-position: right 90%;
}

@media (max-width: 767px) {

  #contact #title .contact_bg,
  #confirmation #title .contact_bg,
  #thanks #title .contact_bg {
    background-size: cover;
  }
}

#contact {
  padding-bottom: 0;
}

#contact .contact_text {
  margin-bottom: 40px;
  text-align: center;
}

#contact .contact_text h2 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #contact .contact_text h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

#contact .contact_form div dt {
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 1.6rem;
}

#contact .contact_form div .req {
  background: #E60012;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
  width: 46px;
  height: 23px;
  margin-left: 14px;
}

#contact .contact_form div dd {
  text-align: left;
  margin-bottom: 24px;
  font-weight: 500;
}

#contact .contact_form div input[type=text],
#contact .contact_form div input[type=email],
#contact .contact_form div input[type=tel],
#contact .contact_form div textarea {
  width: 100%;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 5px;
  padding: 12px 16px;
  font-size: 1.6rem;
}

#contact .contact_form div textarea {
  resize: none;
  height: 240px;
}

#contact .contact_form div ::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #CECECE;
}

#contact .contact_form div ::-moz-placeholder {
  font-size: 1.6rem;
  color: #CECECE;
}

#contact .contact_form div :-ms-input-placeholder {
  font-size: 1.6rem;
  color: #CECECE;
}

#contact .contact_form div ::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #CECECE;
}

#contact .contact_form div ::placeholder {
  font-size: 1.6rem;
  color: #CECECE;
}

#contact .contact_form .agree {
  text-align: center;
  margin: 40px 0;
}

@media (max-width: 767px) {
  #contact .contact_form .agree {
    margin: 30px 0;
  }
}

#contact .contact_form .agree a {
  display: inline-block;
  height: 30px;
}

#contact .contact_form .agree .wpcf7-form-control-wrap {
  margin-right: 0px;
  background: none;
  opacity: 1;
  top: 2px;
}

#contact .contact_form .agree .wpcf7-form-control-wrap a {
  color: #E60012;
}

#contact .contact_form .agree .wpcf7-list-item {
  position: relative;
}

#contact .contact_form .agree .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  left: -20px;
  top: 7px;
  display: inline-block;
  cursor: pointer;
  visibility: hidden;
}

#contact .contact_form .agree .wpcf7-list-item label {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

#contact .contact_form .agree .wpcf7-list-item label:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 14px;
  margin-top: -8px;
  width: 17px;
  height: 17px;
  left: -24px;
  border: 1px #aaa solid;
  background-color: #fff;
}

@media (max-width: 767px) {
  #contact .contact_form .agree .wpcf7-list-item label:before {
    top: 9px;
  }
}

#contact .contact_form .agree .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label:after {
  opacity: 1;
}

#contact .contact_form .agree .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  margin-bottom: 10px;
}

#contact .contact_form .agree .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  opacity: 0;
  top: 56%;
  margin-top: -5px;
  width: 9px;
  height: 3.5px;
  left: -20px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  z-index: 9999;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (max-width: 767px) {
  #contact .contact_form .agree .wpcf7-list-item .wpcf7-list-item-label:after {
    margin-top: -7px;
  }
}

#contact .contact_form .agree p br {
  display: none;
}

@media (max-width: 767px) {
  #contact .contact_form .agree p .sp-only1 {
    display: block;
  }
}

#contact .contact_form .agree .wpcf7-not-valid {
  position: relative;
  top: 35px;
}

#contact .contact_form .agree .agree_text {
  font-size: 1.4rem;
}

#contact .contact_form .agree .agree_text a {
  color: #E60012;
  position: relative;
  font-weight: bold;
  margin: 0 8px 0 5px;
  padding-right: 10px;
  display: inline-block;
}

#contact .contact_form .agree .agree_text a:before {
  content: url(https://tomiyo.source.co.jp/wp-content/uploads/common/open_icon_hover.svg);
  position: absolute;
  width: 9px;
  height: 9px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  top: 0;
  right: 0;
}

#contact .contact_form .agree .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  bottom: 50px;
  left: 25%;
}

#contact .contact_form .agree .wpcf7-form-control-wrap .wpcf7-not-valid-tip:before {
  border-bottom: none;
  border-top: 6px solid #E60012;
  top: 30px;
}

#contact .contact_form .submit {
  cursor: pointer;
  display: block;
  text-align: center;
  max-width: 240px;
  width: 100%;
  height: 60px;
  border: none;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  background: #E60012;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#contact .contact_form .submit:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #FFFFFF;
  border: 1px solid #E60012;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  color: #E60012;
}

#contact .contact_form .submit:hover:before {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  color: #E60012;
}

#contact .contact_form .submit .wpcf7-spinner {
  display: none;
}

#contact .contact_form .submit .wpcf7-form-control {
  cursor: pointer;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  width: 100%;
  height: 100%;
  background: none;
}

#contact .contact_form .submit .wpcf7-form-control.hover {
  color: #E60012;
}

#contact .contact_form .submit span {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

#contact .confirmation .contact_form div {
  margin-bottom: 24px;
}

#contact .confirmation .contact_form div dt p {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px;
}

#contact .confirmation .contact_form div dd {
  border-bottom: 2px solid #CCCCCC;
}

#contact .confirmation .contact_form div dd p {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 500;
  padding-bottom: 10px;
}

#contact .confirmation .contact_form .confirm_btn {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 767px) {
  #contact .confirmation .contact_form .confirm_btn {
    margin-top: 30px;
  }
}

#contact .confirmation .contact_form .confirm_btn .submit {
  margin: 0;
}

#contact .confirmation .contact_form .confirm_btn .previous {
  cursor: pointer;
  display: block;
  text-align: center;
  max-width: 240px;
  width: 100%;
  height: 60px;
  border: none;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #E60012;
  border: 1px solid #E60012;
}

#contact .confirmation .contact_form .confirm_btn .previous:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #E60012;
  border: none;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  color: #fff;
}

#contact .confirmation .contact_form .confirm_btn .previous:hover:before {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  color: #fff;
}

#contact .confirmation .contact_form .confirm_btn .previous .wpcf7-previous {
  background: none;
  color: #E60012;
  -webkit-transition: 0.1s all ease;
  transition: 0.1s all ease;
  font-weight: bold;
  font-size: 1.6rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

#contact .confirmation .contact_form .confirm_btn .previous .wpcf7-previous.pre-hover {
  color: #fff;
  background: none;
  border: none;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

#contact .confirmation .confirm {
  margin-top: 60px;
}

#contact .confirmation .wpcf7-form p {
  font-size: 2rem;
  text-align: center;
}

@media (max-width: 767) {
  #contact .confirmation .wpcf7-form p {
    font-size: 1.6rem;
  }
}

#contact .thanks .contact_text {
  margin-bottom: 60px;
}

#contact .thanks .thanks_bt {
  max-width: 240px;
  width: 100%;
  text-align: center;
  padding: 18px 0;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
}

#contact .wpcf7-not-valid-tip {
  font-size: 1.2rem;
  background: #E60012;
  color: #fff;
  font-weight: bold;
  max-width: 190px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 10px;
  position: relative;
}

#contact .wpcf7-not-valid-tip:before {
  content: "";
  position: absolute;
  left: 77px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-bottom: 6px solid #E60012;
  top: -10px;
}

#call {
  padding: 100px 0 70px;
}

@media (max-width: 767px) {
  #call {
    margin-top: 0;
    padding: 60px 0 0;
  }
}

#call .call_boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  #call .call_boxes {
    display: block;
    margin-bottom: 20px;
  }
}

#call .call_boxes .js-accordion-title_sp:after {
  top: 37%;
  right: 20px;
}

#call .call_boxes .js-accordion-title_sp.open:after {
  top: 46%;
}

#call .call_boxes a span {
  color: #E60012;
  font-weight: bold;
  text-align: center;
  font-size: 3.2rem;
  position: relative;
  padding-left: 16px;
}

#call .call_boxes a span:before {
  content: url(/wp-content/uploads/contact/icon_tel_red.svg);
  position: absolute;
  left: -6%;
  top: -2px;
}

@media (max-width: 767px) {
  #call .call_boxes a span:before {
    left: -8%;
    top: -2px;
  }
}

#call .call_boxes span {
  font-size: 1.4rem;
  margin: 8px 0 0 0;
}

#call .call_boxes .call_txt {
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  #call .call_boxes .call_txt {
    border: 2px solid #eee;
    border-top: none;
    margin-top: 0;
    padding: 16px 0 28px;
  }
}

#call .call_box {
  border: 2px solid #eee;
  max-width: 390px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  #call .call_box {
    max-width: none;
    border: none;
  }
}

#call .call_box p {
  background: #F6F6F6;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  padding: 12px;
}

@media (max-width: 767px) {
  #call .call_box p {
    margin-bottom: 0;
  }
}

#call .call_box .date {
  font-size: 1.4rem;
  font-weight: 500;
  background: none;
  padding: 0;
  margin-top: 8px;
  color: #1D1D1D;
}

#call .box01 {
  margin-right: 20px;
}

#call .section_title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #call .section_title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 520px) {
  #call .section_title {
    font-size: 1.8rem;
  }
}

/**********************************************************************
                        グループ会社 &amp; detail
**********************************************************************/
#group,
#tomiyojob,
#tomiyo,
#support,
#enbi,
#tomiyoplus {
  /*共通*/
}

#group #title .group_bg,
#tomiyojob #title .group_bg,
#tomiyo #title .group_bg,
#support #title .group_bg,
#enbi #title .group_bg,
#tomiyoplus #title .group_bg {
  background-image: url(/wp-content/uploads/company/group/under_title_bg.jpg);
  background-position-x: 40%;
}

@media (max-width: 767px) {

  #group #title .group_bg,
  #tomiyojob #title .group_bg,
  #tomiyo #title .group_bg,
  #support #title .group_bg,
  #enbi #title .group_bg,
  #tomiyoplus #title .group_bg {
    background-size: cover;
  }
}

#group .group_title,
#tomiyojob .group_title,
#tomiyo .group_title,
#support .group_title,
#enbi .group_title,
#tomiyoplus .group_title {
  background: #F6F6F6;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  padding: 14px 20px;
}

@media (max-width: 767px) {

  #group .group_title,
  #tomiyojob .group_title,
  #tomiyo .group_title,
  #support .group_title,
  #enbi .group_title,
  #tomiyoplus .group_title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

#group tr,
#tomiyojob tr,
#tomiyo tr,
#support tr,
#enbi tr,
#tomiyoplus tr {
  border-bottom: 1px solid #CCCCCC;
}

#group th,
#group td,
#tomiyojob th,
#tomiyojob td,
#tomiyo th,
#tomiyo td,
#support th,
#support td,
#enbi th,
#enbi td,
#tomiyoplus th,
#tomiyoplus td {
  font-size: 1.6rem;
  text-align: left;
}

@media (max-width: 767px) {

  #group th,
  #group td,
  #tomiyojob th,
  #tomiyojob td,
  #tomiyo th,
  #tomiyo td,
  #support th,
  #support td,
  #enbi th,
  #enbi td,
  #tomiyoplus th,
  #tomiyoplus td {
    font-size: 1.4rem;
  }
}

#group th a,
#group td a,
#tomiyojob th a,
#tomiyojob td a,
#tomiyo th a,
#tomiyo td a,
#support th a,
#support td a,
#enbi th a,
#enbi td a,
#tomiyoplus th a,
#tomiyoplus td a {
  color: #E60012;
}

#group .site_url a,
#tomiyojob .site_url a,
#tomiyo .site_url a,
#support .site_url a,
#enbi .site_url a,
#tomiyoplus .site_url a {
  position: relative;
  display: inline-block;
}

#group .site_url a:after,
#tomiyojob .site_url a:after,
#tomiyo .site_url a:after,
#support .site_url a:after,
#enbi .site_url a:after,
#tomiyoplus .site_url a:after {
  content: "";
  background: url(https://tomiyo.source.co.jp/wp-content/uploads/common/open_icon_hover.svg);
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  right: -23px;
}

@media (max-width: 767px) {

  #group .site_url a:after,
  #tomiyojob .site_url a:after,
  #tomiyo .site_url a:after,
  #support .site_url a:after,
  #enbi .site_url a:after,
  #tomiyoplus .site_url a:after {
    top: 4px;
  }
}

#group #group figure,
#group #detail figure,
#tomiyojob #group figure,
#tomiyojob #detail figure,
#tomiyo #group figure,
#tomiyo #detail figure,
#support #group figure,
#support #detail figure,
#enbi #group figure,
#enbi #detail figure,
#tomiyoplus #group figure,
#tomiyoplus #detail figure {
  max-width: 320px;
  width: 100%;
  height: 200px;
  border: 1px solid #CCCCCC;
}

@media (max-width: 767px) {

  #group #group figure,
  #group #detail figure,
  #tomiyojob #group figure,
  #tomiyojob #detail figure,
  #tomiyo #group figure,
  #tomiyo #detail figure,
  #support #group figure,
  #support #detail figure,
  #enbi #group figure,
  #enbi #detail figure,
  #tomiyoplus #group figure,
  #tomiyoplus #detail figure {
    margin: 0 auto;
    max-width: 335px;
    width: 100%;
    height: 176px;
  }
}

#group #group img,
#group #detail img,
#tomiyojob #group img,
#tomiyojob #detail img,
#tomiyo #group img,
#tomiyo #detail img,
#support #group img,
#support #detail img,
#enbi #group img,
#enbi #detail img,
#tomiyoplus #group img,
#tomiyoplus #detail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#group #group .group_box,
#tomiyojob #group .group_box,
#tomiyo #group .group_box,
#support #group .group_box,
#enbi #group .group_box,
#tomiyoplus #group .group_box {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
}

@media (max-width: 767px) {

  #group #group .group_box,
  #tomiyojob #group .group_box,
  #tomiyo #group .group_box,
  #support #group .group_box,
  #enbi #group .group_box,
  #tomiyoplus #group .group_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#group #group .group_box:last-child,
#tomiyojob #group .group_box:last-child,
#tomiyo #group .group_box:last-child,
#support #group .group_box:last-child,
#enbi #group .group_box:last-child,
#tomiyoplus #group .group_box:last-child {
  margin-bottom: 0;
}

#group #group .group_content,
#tomiyojob #group .group_content,
#tomiyo #group .group_content,
#support #group .group_content,
#enbi #group .group_content,
#tomiyoplus #group .group_content {
  width: 100%;
}

#group #group .group_content .group_text,
#tomiyojob #group .group_content .group_text,
#tomiyo #group .group_content .group_text,
#support #group .group_content .group_text,
#enbi #group .group_content .group_text,
#tomiyoplus #group .group_content .group_text {
  line-height: 1.8;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}

#group #group .group_content .group_text tr,
#tomiyojob #group .group_content .group_text tr,
#tomiyo #group .group_content .group_text tr,
#support #group .group_content .group_text tr,
#enbi #group .group_content .group_text tr,
#tomiyoplus #group .group_content .group_text tr {
  border-bottom: 1px solid #CCCCCC;
}

#group #group .group_content .group_text th,
#group #group .group_content .group_text td,
#tomiyojob #group .group_content .group_text th,
#tomiyojob #group .group_content .group_text td,
#tomiyo #group .group_content .group_text th,
#tomiyo #group .group_content .group_text td,
#support #group .group_content .group_text th,
#support #group .group_content .group_text td,
#enbi #group .group_content .group_text th,
#enbi #group .group_content .group_text td,
#tomiyoplus #group .group_content .group_text th,
#tomiyoplus #group .group_content .group_text td {
  padding: 20px 0;
}

#group #group .group_content .group_text td,
#tomiyojob #group .group_content .group_text td,
#tomiyo #group .group_content .group_text td,
#support #group .group_content .group_text td,
#enbi #group .group_content .group_text td,
#tomiyoplus #group .group_content .group_text td {
  width: 80%;
}

@media (max-width: 767px) {

  #group #group .group_content .group_text td,
  #tomiyojob #group .group_content .group_text td,
  #tomiyo #group .group_content .group_text td,
  #support #group .group_content .group_text td,
  #enbi #group .group_content .group_text td,
  #tomiyoplus #group .group_content .group_text td {
    width: 70%;
  }
}

#group #group .group_content .group_text tr:last-child,
#tomiyojob #group .group_content .group_text tr:last-child,
#tomiyo #group .group_content .group_text tr:last-child,
#support #group .group_content .group_text tr:last-child,
#enbi #group .group_content .group_text tr:last-child,
#tomiyoplus #group .group_content .group_text tr:last-child {
  border-bottom: none;
}

#group #group .group_content .group_text .group_detail,
#tomiyojob #group .group_content .group_text .group_detail,
#tomiyo #group .group_content .group_text .group_detail,
#support #group .group_content .group_text .group_detail,
#enbi #group .group_content .group_text .group_detail,
#tomiyoplus #group .group_content .group_text .group_detail {
  max-width: 240px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E60012;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

#group #group .group_content .group_text .group_detail:hover,
#tomiyojob #group .group_content .group_text .group_detail:hover,
#tomiyo #group .group_content .group_text .group_detail:hover,
#support #group .group_content .group_text .group_detail:hover,
#enbi #group .group_content .group_text .group_detail:hover,
#tomiyoplus #group .group_content .group_text .group_detail:hover {
  color: #fff;
}

@media (max-width: 767px) {

  #group #group .group_content .group_text .group_detail,
  #tomiyojob #group .group_content .group_text .group_detail,
  #tomiyo #group .group_content .group_text .group_detail,
  #support #group .group_content .group_text .group_detail,
  #enbi #group .group_content .group_text .group_detail,
  #tomiyoplus #group .group_content .group_text .group_detail {
    margin: 20px auto 0;
  }
}

#detail {
  padding: 100px 0 0;
}

#detail .detail_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 100px;
}

#detail .detail_content {
  width: 100%;
}

#detail .detail_text {
  width: 100%;
}

#detail .detail_text tr {
  border-bottom: 1px solid #CCCCCC;
}

#detail th,
#detail td {
  padding: 20px 0;
}

#detail th {
  width: 25%;
}

@media (max-width: 520px) {
  #detail th {
    width: 37%;
  }
}

#detail .group_top {
  margin-top: 60px;
  display: block;
  text-align: right;
  padding-right: 40px;
}

@media (max-width: 767px) {
  #detail .group_top {
    text-align: center;
    margin-top: 40px;
  }
}

#detail .group_top a {
  color: #E60012;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#detail .group_top a:hover {
  color: #333333;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#detail .group_top a:after {
  content: "";
  position: absolute;
  width: 31px;
  height: 5px;
  border-bottom: 2px solid #E60012;
  border-right: 2px solid #E60012;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  top: 10px;
  right: -35px;
  -webkit-transition: 0.1s all ease;
  transition: 0.1s all ease;
}

#detail .group_top a:hover::after {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#detail .compliance a {
  color: #E60012;
  display: inline-block;
  position: relative;
}

#detail .compliance a:after {
  content: "";
  background: url(https://tomiyo.source.co.jp/wp-content/uploads/common/open_icon_hover.svg);
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  right: -23px;
}

@media (max-width: 767px) {
  #detail .compliance a:after {
    top: 4px;
  }
}

#detail .detail_group .group_title {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #detail .detail_group .group_title {
    margin-bottom: 40px;
  }
}

#detail .detail_group .branch_one .branch_info th,
#detail .detail_group .branch_one .branch_info td {
  padding-top: 0 !important;
  padding-bottom: 14px !important;
}

#detail .detail_group .branch_info tr,
#detail .detail_group .branch_info th,
#detail .detail_group .branch_info td {
  border: none;
}

/**********************************************************************
                                沿革
**********************************************************************/
#history #title .history_bg {
  background-image: url(/wp-content/uploads/company/history/under_title_bg.jpg);
}

@media (max-width: 767px) {
  #history #title .history_bg {
    background-position-y: -12px;
    background-size: cover;
  }
}

@media (max-width: 556px) {
  #history #title .history_bg {
    background-position-y: 0;
  }
}

#history .section_title {
  font-size: 2.8rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  #history .section_title {
    font-size: 2.2rem;
  }
}

@media (max-width: 520px) {
  #history .section_title {
    font-size: 1.8rem;
  }
}

#history #history .history_title {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  #history #history .history_title {
    margin-bottom: 40px;
  }
}

#history #history .history_title span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #history #history .history_title span {
    font-size: 1.4rem;
  }
}

#history #history .history_content .history_table {
  text-align: left;
  line-height: 1.8;
  width: 96%;
  position: relative;
  margin: 0 0 0 auto;
}

#history #history .history_content .history_table:before {
  content: "";
  border: 1px solid #E60012;
  position: absolute;
  height: 99.5%;
  left: -30px;
  top: 16px;
}

@media (max-width: 767px) {
  #history #history .history_content .history_table {
    width: 90%;
  }
}

#history #history .history_content .history_table tr {
  border-bottom: 1px solid #CCCCCC;
}

#history #history .history_content .history_table th {
  color: #E60012;
  font-size: 2rem;
  font-weight: bold;
  padding: 24px 0;
  position: relative;
  width: 32%;
}

#history #history .history_content .history_table th:before {
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  background: #E60012;
  top: 32px;
  left: -39px;
}

@media (max-width: 767px) {
  #history #history .history_content .history_table th:before {
    width: 15px;
    height: 15px;
    top: 34px;
    left: -37px;
  }
}

@media (max-width: 520px) {
  #history #history .history_content .history_table th:before {
    width: 10px;
    height: 10px;
    top: 36px;
    left: -34px;
  }
}

@media (max-width: 767px) {
  #history #history .history_content .history_table th {
    font-size: 1.8rem;
  }
}

#history #history .history_content .history_table tr:first-child th {
  padding-top: 0;
}

#history #history .history_content .history_table tr:first-child th:before {
  top: 8px;
}

@media (max-width: 767px) {
  #history #history .history_content .history_table tr:first-child th:before {
    top: 11px;
  }
}

@media (max-width: 520px) {
  #history #history .history_content .history_table tr:first-child th:before {
    top: 14px;
  }
}

#history #history .history_content .history_table .year {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  #history #history .history_content .history_table .year {
    display: block;
    text-indent: -10px;
  }
}

#history #history .history_content .history_table td {
  font-size: 1.6rem;
}

#history #history .history_content .history_table td dd {
  margin-bottom: 24px;
  position: relative;
}

#history #history .history_content .history_table td dd:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background: #CCCCCC;
  top: 14px;
  left: -20px;
}

@media (max-width: 520px) {
  #history #history .history_content .history_table td dd:before {
    left: -13px;
  }
}

@media (max-width: 767px) {
  #history #history .history_content .history_table td dd {
    font-size: 1.4rem;
  }
}

/**********************************************************************
                                代表メッセージ
***********************************************************************/
#message #title .message_bg {
  background-image: url(/wp-content/uploads/message/under_title_bg.jpg);
  background-position: right 30%;
  background-position-x: 20%;
}

@media (max-width: 767px) {
  #message #title .message_bg {
    background-size: cover;
    background-position-x: 50%;
  }
}

#message #message-content {
  margin: 180px 0 150px;
  padding: 80px 0;
}

@media (max-width: 767px) {
  #message #message-content {
    padding: 60px 0;
    margin: 0;
  }
}

#message #message-content h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #message #message-content h2 {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}

#message #message-content h2&gt;span {
  color: #E60012;
}

#message #message-content .mes_text {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #message #message-content .mes_text {
    margin-bottom: 40px;
  }
}

#message #message-content .mes_text&gt;p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #message #message-content .mes_text&gt;p {
    font-size: 1.4rem;
  }
}

#message #message-content .mes_text&gt;p:last-child {
  margin-bottom: 0;
}

#message #message-content .top_name {
  text-align: right;
}

#message #message-content .top_name&gt;span {
  font-size: 1.8rem;
  display: inline-block;
}

@media (max-width: 767px) {
  #message #message-content .top_name&gt;span {
    font-size: 1.4rem;
  }
}

#message #message-content .top_name&gt;span:first-child {
  margin-right: 12px;
}

#message #message-content.gray_bg {
  position: relative;
}

#message #message-content.gray_bg:before {
  content: "";
  background: #F6F6F6;
  width: 100vw;
  height: 100%;
  position: absolute;
  margin-left: calc(50% - 50vw);
  top: 0;
  right: 18%;
  border-radius: 0 16px 16px 0;
  z-index: -1;
}

@media (max-width: 767px) {
  #message #message-content.gray_bg:before {
    content: none;
  }
}

/**********************************************************************
                                news
***********************************************************************/
#news #title .news_bg {
  background-image: url(/wp-content/uploads/news/under_title_bg.jpg);
  background-position-x: 100%;
}

@media (max-width: 767px) {
  #news #title .news_bg {
    background-size: cover;
  }
}

#news #news .category {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 767px) {
  #news #news .category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 16px;
  }
}

#news #news .category&gt;p {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

#news #news .category&gt;p:before {
  content: "category";
  position: absolute;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  color: #E60012;
  font-family: "Rubik", sans-serif;
  top: -17px;
  left: 0;
}

#news #news .category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
}

#news #news .category li {
  background: #fff;
  border: 1px solid #E60012;
  border-radius: 30px;
}

#news #news .category li a {
  padding: 6px 30px;
  color: #E60012;
  font-size: 1.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

#news #news .category .current-cat {
  background: #E60012;
  border-color: #E60012;
}

#news #news .category .current-cat a {
  color: #fff;
}

@media (max-width: 767px) {
  #news .pager {
    margin-bottom: 60px;
  }
}

/**********************************************************************
                                detail
***********************************************************************/
#news-detail {
  padding: 150px 0;
}

@media (max-width: 767px) {
  #news-detail {
    padding: 100px 0;
  }
}

#news-detail .container {
  max-width: 860px;
}

@media (max-width: 860px) {
  #news-detail .container {
    width: 94%;
  }
}

#news-detail .newsList .btn {
  max-width: 240px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}

#news-detail .newsList .news_title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  position: relative;
  margin-bottom: 40px;
  display: block;
}

@media (max-width: 767px) {
  #news-detail .newsList .news_title {
    font-size: 1.8rem;
    padding-left: 14px;
  }
}

#news-detail .detail_title_box {
  margin-bottom: 40px;
}

#news-detail .detail_title {
  border-bottom: 1px solid #E60012;
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 767px) {
  #news-detail .detail_title {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}

#news-detail .detail_title:after {
  content: "";
  border-bottom: 1px solid #CCCCCC;
  width: 85%;
  position: absolute;
  bottom: -1px;
  right: 0;
}

#news-detail .detail_title span {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  #news-detail .detail_title span {
    font-size: 2rem;
  }
}

#news-detail .detail_content {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #news-detail .detail_content {
    margin-bottom: 40px;
  }
}

#news-detail .detail_content img {
  max-width: 860px;
  width: 100%;
  height: 565px;
  margin: 0 auto 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  #news-detail .detail_content img {
    max-width: 335px;
    height: 220px;
    margin: 0 auto 20px;
  }
}

#news-detail .detail_content p {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #news-detail .detail_content p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

#news-detail .detail_content p:last-child {
  margin-bottom: 0;
}

#news-detail.bread {
  padding: 0;
}

@media (max-width: 767px) {
  #news-detail.bread ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #news-detail.bread li {
    display: inline-block;
    padding: 0;
    position: unset;
  }

  #news-detail.bread li:after {
    content: none;
  }

  #news-detail.bread li&gt;a {
    position: relative;
    display: inline-block;
    padding-right: 25px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  #news-detail.bread li&gt;a {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  #news-detail.bread li&gt;a:after {
    content: "";
    position: absolute;
    border-top: 1px solid #1D1D1D;
    border-right: 1px solid #1D1D1D;
    height: 5px;
    width: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
  }
}

@media (max-width: 767px) {
  #news-detail.bread li:last-child&gt;a::after {
    content: none;
  }
}

/**********************************************************************
                                企業理念
***********************************************************************/
#philosophy #title .philosophy_bg {
  background-image: url(/wp-content/uploads/philosophy/under_title_bg.jpg);
  background-position-x: 100%;
}

@media (max-width: 767px) {
  #philosophy #title .philosophy_bg {
    background-position-y: -15px;
    background-size: cover;
  }
}

#philosophy #philosophy-content {
  padding: 160px 0 70px;
}

@media (max-width: 767px) {
  #philosophy #philosophy-content {
    padding: 87px 0 0;
  }
}

#philosophy #philosophy-content .philo_intro {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 114px 25px 100px;
  position: relative;
  margin-bottom: 110px;
}

@media (max-width: 520px) {
  #philosophy #philosophy-content .philo_intro {
    padding: 94px 16px 80px;
    margin-bottom: 120px;
  }
}

#philosophy #philosophy-content .philo_intro:before,
#philosophy #philosophy-content .philo_intro:after {
  content: "";
  position: absolute;
  width: 100%;
}

#philosophy #philosophy-content .philo_intro:before {
  background: url(/wp-content/uploads/philosophy/philosophy_deco01.png) no-repeat;
  background-size: contain;
  max-width: 348px;
  height: 175px;
  left: -35px;
  top: -40px;
}

@media (max-width: 1200px) {
  #philosophy #philosophy-content .philo_intro:before {
    max-width: 308px;
    height: 135px;
    left: 0;
    top: -20px;
  }
}

@media (max-width: 993px) {
  #philosophy #philosophy-content .philo_intro:before {
    max-width: 258px;
    height: 125px;
    top: -30px;
  }
}

@media (max-width: 520px) {
  #philosophy #philosophy-content .philo_intro:before {
    max-width: 178px;
    height: 90px;
  }
}

#philosophy #philosophy-content .philo_intro:after {
  background: url(/wp-content/uploads/philosophy/philosophy_deco02.png) no-repeat;
  background-size: contain;
  max-width: 301px;
  height: 291px;
  right: -60px;
  bottom: -70px;
}

@media (max-width: 1200px) {
  #philosophy #philosophy-content .philo_intro:after {
    max-width: 231px;
    height: 221px;
    right: 0;
  }
}

@media (max-width: 993px) {
  #philosophy #philosophy-content .philo_intro:after {
    max-width: 191px;
    height: 181px;
  }
}

@media (max-width: 520px) {
  #philosophy #philosophy-content .philo_intro:after {
    max-width: 130px;
    height: 126px;
  }
}

#philosophy #philosophy-content .philo_intro&gt;h2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #E60012;
  margin-bottom: 55px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  #philosophy #philosophy-content .philo_intro&gt;h2 {
    font-size: 2rem;
    margin-bottom: 21px;
  }
}

#philosophy #philosophy-content .philo_intro&gt;h2:before {
  content: "concept";
  position: absolute;
  font-size: 10rem;
  font-family: "Rubik", sans-serif;
  color: #fff;
  text-transform: uppercase;
  bottom: -60px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  line-height: 2.2;
}

@media (max-width: 767px) {
  #philosophy #philosophy-content .philo_intro&gt;h2:before {
    font-size: 5.4rem;
    bottom: -30px;
  }
}

#philosophy #philosophy-content .philo_intro&gt;p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}

@media (max-width: 767px) {
  #philosophy #philosophy-content .philo_intro&gt;p {
    font-size: 1.4rem;
    text-align: left;
  }
}

#philosophy #philosophy-content .philo_intro&gt;p&gt;span {
  color: #fff;
  background: #E60012;
  padding: 1px 10px;
  margin-right: 3px;
}

#philosophy #philosophy-content .philo {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #philosophy #philosophy-content .philo {
    margin-bottom: 40px;
  }
}

#philosophy #philosophy-content .philo .philo_one {
  padding: 50px 0;
  border-bottom: 1px solid #CCCCCC;
}

@media (max-width: 767px) {
  #philosophy #philosophy-content .philo .philo_one {
    padding: 40px 0;
  }
}

#philosophy #philosophy-content .philo .philo_one:first-child {
  padding-top: 0;
}

#philosophy #philosophy-content .philo .philo_title {
  margin-bottom: 20px;
}

#philosophy #philosophy-content .philo .philo_title&gt;.en {
  font-size: 6.4rem;
  color: #E60012;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 767px) {
  #philosophy #philosophy-content .philo .philo_title&gt;.en {
    font-size: 4.2rem;
    margin-right: 10px;
  }
}

@media (max-width: 520px) {
  #philosophy #philosophy-content .philo .philo_title&gt;.en {
    font-size: 3.6rem;
  }
}

#philosophy #philosophy-content .philo .philo_title&gt;h3 {
  font-size: 1.8rem;
  color: #E60012;
  font-weight: bold;
  display: inline-block;
}

@media (max-width: 767px) {
  #philosophy #philosophy-content .philo .philo_title&gt;h3 {
    font-size: 1.6rem;
  }
}

#philosophy #philosophy-content .philo .philo_text&gt;p {
  font-size: 1.8rem;
  line-height: 2;
}

@media (max-width: 767px) {
  #philosophy #philosophy-content .philo .philo_text&gt;p {
    font-size: 1.4rem;
  }
}

#philosophy #philosophy-content .philo_sub&gt;figure {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 60px;
}

@media (max-width: 767px) {
  #philosophy #philosophy-content .philo_sub&gt;figure {
    margin-bottom: 20px;
  }
}

@media (max-width: 520px) {
  #philosophy #philosophy-content .philo_sub&gt;figure {
    max-width: 234px;
    height: 220px;
  }
}

#philosophy #philosophy-content .philo_sub&gt;figure&gt;img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#philosophy #philosophy-content .philo_sub .philo_sub_text&gt;p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.2;
}

@media (max-width: 767px) {
  #philosophy #philosophy-content .philo_sub .philo_sub_text&gt;p {
    font-size: 1.4rem;
    text-align: left;
  }
}

#philosophy #philosophy-content .philo_sub .philo_sub_text&gt;p&gt;span {
  color: #E60012;
  font-weight: bold;
}

/**********************************************************************
                            プライバシーポリシー
**********************************************************************/
#policy .section_title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  text-align: left;
}

@media (max-width: 767px) {
  #policy .section_title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 520px) {
  #policy .section_title {
    font-size: 1.8rem;
  }
}

#policy .policy_info .policy_box {
  margin-bottom: 40px;
}

#policy .policy_info .policy_box .box_title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
  line-height: 1.8;
}

#policy .policy_info .policy_box .box_txt {
  line-height: 1.8;
}

#policy .policy_info .policy_box .box_txt p {
  margin-bottom: 40px;
}

#policy .policy_info .policy_box .box_txt .number {
  list-style-type: decimal;
  padding-left: 20px;
  margin-top: 40px;
}

#policy .policy_info .policy_box .box_txt .number li {
  margin-bottom: 10px;
  padding-left: 10px;
  list-style: unset;
}

#policy .policy_info .policy_box .box_txt .number:last-child {
  margin-bottom: 0px;
}

#policy .policy_info .policy_box .box_txt span {
  padding-left: 20px;
}

#policy .policy_info .policy_box .box_txt .policy_goole {
  text-transform: capitalize;
  color: #E60012;
  margin-top: 10px;
  position: relative;
}

#policy .policy_info .policy_box .box_txt .policy_goole:after {
  content: url(https://tomiyo.source.co.jp/wp-content/uploads/common/open_icon_hover.svg);
  position: absolute;
  top: 2px;
}

#policy .policy_info .policy_box .box_txt:last-child p {
  margin-bottom: 0;
}

#policy .policy_info .policy_box:last-child {
  margin-bottom: 0;
}

#policy .cookie {
  margin-top: 60px;
}

/**********************************************************************
                                サステナビリティ
**********************************************************************/
#sustainability #title .sustain_bg {
  background-image: url(/wp-content/uploads/sustainability/under_title_bg.jpg);
  background-position-x: 30%;
}

@media (max-width: 767px) {
  #sustainability #title .sustain_bg {
    background-size: cover;
  }
}

#sustainability .section_title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  margin: 38px 0 40px;
}

@media (max-width: 767px) {
  #sustainability .section_title {
    font-size: 2.4rem;
  }
}

#sustainability .section_title:before {
  position: absolute;
  color: #E60012;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.4rem;
  top: -38px;
}

@media (max-width: 767px) {
  #sustainability .section_title:before {
    font-size: 1.8rem;
  }
}

#sustainability #policy {
  padding-bottom: 0;
}

#sustainability #policy .section_title {
  text-align: left;
}

@media (max-width: 767px) {
  #sustainability #policy .section_title {
    margin-bottom: 20px;
  }
}

#sustainability #policy .section_title:before {
  content: "policy";
}

#sustainability #policy .container {
  padding: 100px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
}

@media (max-width: 993px) {
  #sustainability #policy .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
    gap: 0;
  }
}

@media (max-width: 767px) {
  #sustainability #policy .container {
    padding: 60px 0 0;
  }
}

#sustainability #policy .container img {
  max-width: 290px;
  width: 100%;
  height: 100%;
}

@media (max-width: 993px) {
  #sustainability #policy .container img {
    margin-top: 40px;
  }
}

#sustainability #policy .gray_bg {
  position: relative;
}

#sustainability #policy .gray_bg:before {
  content: "";
  background: #F6F6F6;
  width: 100vw;
  height: 100%;
  position: absolute;
  margin-left: calc(50% - 50vw);
  top: 0;
  right: 18%;
  border-radius: 0 16px 16px 0;
  z-index: -1;
}

@media (max-width: 767px) {
  #sustainability #policy .gray_bg:before {
    margin: 0 calc(50% - 50vw);
    right: 0;
    border-radius: 0;
    height: 68%;
  }
}

#sustainability #policy p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 2;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  #sustainability #policy p {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
}

#sustainability #policy p:last-child {
  margin-bottom: 0;
}

#sustainability #initiative .section_title {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  #sustainability #initiative .section_title {
    margin-bottom: 40px;
  }
}

#sustainability #initiative .section_title:before {
  content: "initiative";
  left: 0;
  right: 0;
}

#sustainability #initiative .init_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
}

@media (max-width: 993px) {
  #sustainability #initiative .init_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  #sustainability #initiative .init_box {
    margin-bottom: 60px;
  }
}

#sustainability #initiative .init_box figure {
  max-width: 520px;
  width: 100%;
  height: 380px;
}

@media (max-width: 767px) {
  #sustainability #initiative .init_box figure {
    max-width: 335px;
    height: 250px;
  }
}

#sustainability #initiative .init_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

#sustainability #initiative .init_box .num {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #sustainability #initiative .init_box .num {
    margin-bottom: 30px;
  }
}

#sustainability #initiative .init_box .num span {
  color: #E60012;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  bottom: -2px;
}

@media (max-width: 767px) {
  #sustainability #initiative .init_box .num span {
    margin-right: 12px;
    font-size: 4rem;
  }
}

@media (max-width: 520px) {
  #sustainability #initiative .init_box .num span {
    font-size: 3.5rem;
  }
}

#sustainability #initiative .init_box .num p {
  font-size: 2.8rem;
  font-weight: bold;
  color: #E60012;
  text-align: left;
  display: inline-block;
  line-height: 1.6;
}

@media (max-width: 767px) {
  #sustainability #initiative .init_box .num p {
    font-size: 2.2rem;
  }
}

@media (max-width: 520px) {
  #sustainability #initiative .init_box .num p {
    font-size: 1.8rem;
  }
}

#sustainability #initiative .init_box .red_box {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #E60012;
  border-radius: 20px;
  padding: 5px 20px;
}

@media (max-width: 767px) {
  #sustainability #initiative .init_box .red_box {
    font-size: 1.4rem;
    padding: 5px 16px;
  }
}

#sustainability #initiative .init_box .content_title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #sustainability #initiative .init_box .content_title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

#sustainability #initiative .init_box p {
  font-size: 1.6rem;
  text-align: left;
}

@media (max-width: 767px) {
  #sustainability #initiative .init_box p {
    font-size: 1.4rem;
  }
}

#sustainability #initiative .init_box:last-child {
  margin-bottom: 0;
}

@media (max-width: 993px) {
  #sustainability #initiative .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#sustainability #activity {
  overflow: hidden;
  padding: 0;
}

#sustainability #activity .section_title {
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #sustainability #activity .section_title {
    margin-bottom: 20px;
  }
}

#sustainability #activity .section_title:before {
  content: "activity";
}

#sustainability #activity .gray_bg {
  padding: 80px 0 120px;
  margin-bottom: 100px;
  position: relative;
}

@media (max-width: 767px) {
  #sustainability #activity .gray_bg {
    padding: 60px 0 80px;
  }
}

#sustainability #activity .gray_bg:before {
  content: "";
  background: #F6F6F6;
  width: 100vw;
  height: 100%;
  position: absolute;
  margin-right: calc(50% - 50vw);
  top: 0;
  left: 18%;
  border-radius: 16px 0 0 16px;
  z-index: -1;
}

@media (max-width: 767px) {
  #sustainability #activity .gray_bg:before {
    margin: 0 calc(50% - 50vw);
    left: 0;
    border-radius: 0;
  }
}

#sustainability #activity .lineup {
  position: relative;
}

#sustainability #activity .lineup-carousel a {
  width: 336px;
  margin-right: 24px;
}

@media (max-width: 540px) {
  #sustainability #activity .lineup-carousel a {
    margin: 0 14px;
    width: 300px;
  }
}

#sustainability #activity .lineup-carousel a:hover {
  opacity: 0.7;
}

#sustainability #activity .lineup-carousel img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}

#sustainability #activity .slick-list {
  overflow: visible;
}

#sustainability #activity .slick-nav-arrows {
  position: absolute;
  top: -80px;
  right: 0%;
}

@media (max-width: 767px) {
  #sustainability #activity .slick-nav-arrows {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
  }
}

#sustainability #activity .slick-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 36px;
  height: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sustainability #activity .slick-next {
  right: 0;
}

#sustainability #activity .slick-prev {
  left: -100px;
}

@media (max-width: 767px) {
  #sustainability #activity .slick-prev {
    left: 0;
  }
}

#sustainability #activity .slick-next:before,
#sustainability #activity .slick-prev:before {
  color: #000;
}</pre></body></html>