/*
Theme Name: densofy 2026
*/

@charset "utf-8";

/*COMMON*/
html {
  -webkit-text-size-adjust: none;
  -webkit-print-color-adjust: exact;
}

body {
  width: 100%;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

body,
div,
span,
a,
p,
img,
ul,
li,
h1,
h2,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

div,
a,
p,
input,
textarea,
select {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
  outline: none;
}

a,
p {
  color: rgba(51, 50, 50, 1);
}

img {
  width: 100%;
  border-style: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
  vertical-align: bottom;
}

.kerning {
  font-feature-settings: "palt";
}

.ie .nokerning,
.edge .nokerning {
  font-feature-settings: normal;
}

.mac {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ja0 {
  font-family: "Noto Sans JP", "Roboto", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 400;
}

.ja1 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.en0 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.clear {
  clear: both;
  float: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  min-height: 0 !important;
}

.separate {
  clear: both;
  float: none !important;
  width: 100% !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.opa,
.scroll_element {
  opacity: 0;
}

.none {
  display: none !important;
}

.pc a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media (min-width: 769px) {
  .tb_disp {
    display: none !important;
  }

  .sp_disp {
    display: none !important;
  }

  .pc_disp {
    display: inline-block !important;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .pc_disp {
    display: none !important;
  }

  .sp_disp {
    display: none !important;
  }

  .tb_disp {
    display: inline-block !important;
  }
}

@media (max-width: 1000px) {
  .pc_disp {
    display: none !important;
  }

  .tb_disp {
    display: none !important;
  }

  .sp_disp {
    display: inline-block !important;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .pc_disp {
    display: none !important;
  }

  .tb_disp {
    display: none !important;
  }

  .sp_disp {
    display: inline-block !important;
  }
}

/*WRAP*/
.wrap {
  width: 100%;
  position: relative;
}

/*BUTTON*/
.color_button {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.color_button p {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.color_button_r {
  background: rgba(220, 0, 50, 1);
  border: 1px solid rgba(220, 0, 50, 1);
}

.color_button_r p {
  color: rgba(255, 255, 255, 1);
}

.pc .color_button_r:hover {
  background: rgba(220, 0, 50, 0);
}

.pc .color_button_r:hover p {
  color: rgba(220, 0, 50, 1);
}

/*LOADING*/
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

.loading_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
}

.loading_logo {
  width: 380px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -190px;
}

.loading_logo img {
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align: top;
}

.loading_logo > img:nth-child(1) {
  margin: 2px 20px 0 0;
}

.opening_bar {
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.opening_bar span {
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(220, 0, 50, 1);
}

@media (max-width: 1000px) {
  .loading_logo {
    width: 290px;
    height: 36px;
    margin: -18px 0 0 -145px;
  }

  .loading_logo > img:nth-child(1) {
    margin: 2px 10px 0 0;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .loading_logo {
    width: 290px;
    height: 36px;
    margin: -18px 0 0 -145px;
  }

  .loading_logo > img:nth-child(1) {
    margin: 2px 10px 0 0;
  }
}

/*HEADER*/
.header {
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: -90px 0 0 0;
  padding: 0 100px 0 100px;
  z-index: 100;
}

.header_fix,
.header_lower {
  position: fixed;
  top: 0 !important;
  margin: 0;
}

.header_lower {
  animation: none !important;
  position: fixed !important;
  top: 0 !important;
  margin: 0 !important;
}

.header_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
}

.header_inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.header_logo {
  width: 320px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -22px 0 0 0;
}

.header_logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0;
  line-height: 0;
}

.header_logo a img {
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align: middle;
}

.header_logo a > img:nth-child(1) {
  margin: 0 20px 0 0;
}

.header_logo a > img:nth-child(2) {
  height: 80%;
}

.header_button {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 10px;
}

.header_button_inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.header_button_inner > div {
  display: block;
  width: 34px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -17px;
}

.header_button_inner > div div {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.header_button_inner > div > div:nth-child(1) {
  margin: 0 0 0 0;
}

.header_button_inner > div > div:nth-child(2) {
  margin: 10px 0 0 0;
}

.header_button_inner > div > div:nth-child(3) {
  margin: 21px 0 0 0;
}

.header_button_inner > div > div span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.header_button_inner > div > div > span {
  background: rgba(255, 255, 255, 0);
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.header_button_inner > div > div span span {
  background: rgba(220, 0, 50, 1);
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.header_on .header_button_inner > div > div > span {
  background: rgba(255, 255, 255, 1);
}

.header_on .header_button_inner > div > div span span {
  background: rgba(220, 0, 50, 0);
}

.header_on .header_button_inner > div > div:nth-child(1) {
  margin: 10px 0 0 0;
  transform: rotate(-45deg);
}

.header_on .header_button_inner > div > div:nth-child(2) {
  opacity: 0;
}

.header_on .header_button_inner > div > div:nth-child(3) {
  margin: 10px 0 0 0;
  transform: rotate(45deg);
}

@media (max-width: 1400px) {
  .header {
    padding: 0 90px 0 90px;
  }
}

@media (max-width: 1300px) {
  .header {
    padding: 0 60px 0 60px;
  }
}

@media screen and (orientation: portrait) {
  .tb .header {
    top: 800px !important;
  }

  .tb .header_fix {
    top: 0 !important;
  }

  .tb .header_lower {
    top: 0 !important;
  }
}

@media (max-width: 1150px) {
  .header {
    height: 70px;
    top: 0 !important;
    margin: 0;
    padding: 0;
    position: fixed;
  }

  .header_logo {
    width: 250px;
    height: 30px;
    left: 21px;
    margin: -15px 0 0 0;
  }

  .header_logo a > img:nth-child(1) {
    margin: 2px 10px 0 0;
  }

  .header_fix {
    animation: none !important;
  }

  .header_button {
    display: block !important;
  }
}

@media (max-width: 1150px) and (orientation: landscape) {
  .header {
    height: 70px;
    top: 0 !important;
    margin: 0;
    padding: 0;
    position: fixed;
  }

  .header_logo {
    width: 250px;
    height: 30px;
    left: 21px;
    margin: -15px 0 0 0;
  }

  .header_logo a > img:nth-child(1) {
    margin: 2px 10px 0 0;
  }

  .header_fix {
    animation: none !important;
  }
}

/*FOOTER*/
.footer {
  width: 100%;
  margin: 25px 0 0 0;
}

.footer_inner {
  width: 100%;
  height: 200px;
  position: relative;
}

.footer_logo {
  width: 360px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 120px;
}

.footer_logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0;
  line-height: 0;
}

.footer_logo a img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 100%;
}

.footer_logo a > img:nth-child(1) {
  margin: 2px 20px 0 0;
}

.footer_logo a > img:nth-child(2) {
  height: 100%;
}

.footer_text {
  position: absolute;
  top: 80px;
  left: 120px;
}

.footer_text p {
  font-size: 14px;
  line-height: 14px;
}

.footer_text p a {
  display: inline-block;
  border-bottom: 1px solid rgba(51, 50, 50, 1);
}

.footer_copyright {
  position: absolute;
  top: 130px;
  left: 120px;
}

.footer_copyright p {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}

.footer_arrow {
  width: 60px;
  position: absolute;
  top: 0;
  right: 120px;
}

.footer_arrow a {
  display: block;
  width: 100%;
  text-align: center;
}

.footer_arrow a img {
  width: 30px;
}

.footer_arrow a p {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  color: rgba(220, 0, 50, 1);
  margin: 13px 0 0 0;
  white-space: nowrap;
}

.footer_button {
  width: 160px;
  position: absolute;
  top: 0;
  right: 225px;
}

.footer_button a {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid rgba(220, 0, 50, 1);
  border-radius: 18px;
  background-color: rgba(220, 0, 50, 0);
}

.footer_button a p {
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 1px;
  font-weight: 700;
  color: rgba(220, 0, 50, 1);
}

.footer_button a {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.footer_button a p {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.pc .footer_button a:hover {
  background-color: rgba(220, 0, 50, 1);
}

.pc .footer_button a:hover p {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 1400px) {
  .footer_logo {
    left: 90px;
  }

  .footer_text {
    left: 90px;
  }

  .footer_copyright {
    left: 90px;
  }

  .footer_arrow {
    right: 90px;
  }

  .footer_button {
    right: 195px;
  }
}

@media (max-width: 1300px) {
  .footer_logo {
    left: 60px;
  }

  .footer_text {
    left: 60px;
  }

  .footer_copyright {
    left: 60px;
  }

  .footer_arrow {
    right: 60px;
  }

  .footer_button {
    right: 165px;
  }
}

@media (max-width: 1000px) {
  .footer {
    margin: 0;
    padding: 0 0 40px 0;
  }

  .footer_inner {
    height: auto;
    padding: 0 7.5% 0 7.5%;
  }

  .footer_logo {
    width: 280px;
    height: auto;
    top: 0;
    left: 0;
    position: relative;
  }

  .footer_logo a img {
    display: block;
    width: 100%;
    height: auto;
  }

  .footer_logo a > img:nth-child(1) {
    width: 140px;
    margin: 0 0 15px 0;
  }

  .footer_text {
    top: 0;
    left: 0;
    position: relative;
    margin: 40px 0 0 0;
  }

  .footer_copyright {
    top: 0;
    left: 0;
    position: relative;
    margin: 20px 0 0 0;
  }

  .footer_arrow {
    right: 7.5%;
    top: 0;
    margin: 0 -10px 0 0;
  }

  .footer_arrow a p {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 20px;
  }

  .footer_button {
    width: 180px;
    right: 0;
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
  }

  .footer_button a {
    border-radius: 22px;
  }

  .footer_button a p {
    font-size: 14px;
    line-height: 42px;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .footer {
    margin: 0;
    padding: 0 0 40px 0;
  }

  .footer_inner {
    height: auto;
    padding: 0 7.5% 0 7.5%;
  }

  .footer_logo {
    width: 280px;
    height: auto;
    top: 0;
    left: 0;
    position: relative;
  }

  .footer_logo a img {
    display: block;
    width: 100%;
    height: auto;
  }

  .footer_logo a > img:nth-child(1) {
    width: 140px;
    margin: 0 0 15px 0;
  }

  .footer_text {
    top: 0;
    left: 0;
    position: relative;
    margin: 40px 0 0 0;
  }

  .footer_copyright {
    top: 0;
    left: 0;
    position: relative;
    margin: 20px 0 0 0;
  }

  .footer_arrow {
    right: 7.5%;
    top: 0;
    margin: 0 -10px 0 0;
  }

  .footer_arrow a p {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 20px;
  }

  .footer_button {
    width: 180px;
    right: 0;
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
  }

  .footer_button a {
    border-radius: 22px;
  }

  .footer_button a p {
    font-size: 14px;
    line-height: 42px;
  }
}

/*FIX*/
.fix {
  width: 0;
  height: 100%;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 100;
  transition-duration: 0.75s;
  animation-timing-function: ease-in-out;
}

.fix a {
  pointer-events: none;
}

.fix_fix {
  top: 0;
  opacity: 1;
}

.fix_fix a {
  pointer-events: auto;
}

.fix_inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.fix_arrow {
  width: 35px;
  position: absolute;
  bottom: 140px;
  right: 120px;
}

.fix_arrow a {
  display: block;
  width: 100%;
}

@media (max-width: 1400px) {
  .fix_arrow {
    right: 90px;
  }
}

@media (max-width: 1300px) {
  .fix_arrow {
    right: 60px;
  }
}

@media (max-width: 1000px) {
  .fix {
    right: 7.5%;
    z-index: 90;
  }

  .fix_arrow {
    width: 35px;
    bottom: 270px;
    right: 0;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .fix {
    right: 7.5%;
    z-index: 90;
  }

  .fix_arrow {
    width: 35px;
    bottom: 270px;
    right: 0;
  }
}

/*MENU*/
.menu {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: -90px 0 0 0;
  padding: 0 100px 0 620px;
  z-index: 100;
}

.menu_fix,
.menu_lower {
  position: fixed;
  top: 0 !important;
  margin: 0;
}

.menu_lower {
  animation: none !important;
  position: fixed !important;
  top: 0 !important;
  margin: 0 !important;
}

.menu_inner {
  width: 100%;
  height: 90px;
  position: relative;
}

.menu_block {
  width: 900px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}

.menu_block a {
  display: inline-block;
  width: 140px;
  height: 100%;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.menu_block a > div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -9px 0 0 0;
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.menu_block > a:nth-child(1) {
  width: 170px;
}

.menu_block > a:nth-child(5) {
  width: 170px;
}

.menu_block a > div p {
  color: rgba(220, 0, 50, 1);
}

.menu_block a > div > p:nth-child(1) {
  font-size: 14px;
  line-height: 14px;
  height: 0;
  font-weight: 700;
  position: relative;
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.menu_block a > div > p:nth-child(1) span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.menu_block a > div > p:nth-child(2) {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: rgba(51, 50, 50, 1);
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.menu_block a div div {
  width: 1px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -9px 0 0 0;
  background: rgba(51, 50, 50, 1);
}

.menu_button {
  width: 130px !important;
  margin: 0 0 0 30px;
  background: rgba(220, 0, 50, 1);
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.menu_button p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 50%;
  left: 0;
  margin: -9px 0 0 0;
}

.menu_block .sns_button {
  width: 45px;
}

.menu_block .sns_button img {
  width: auto;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}

.menu_block .sns_button > div {
  height: 18px;
}

.menu_block > .sns_button:nth-child(6) {
  width: 80px;
  padding: 0 10px 0 30px;
}

.menu_block > .sns_button:nth-child(6) img {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  margin: -4px 0 0 0;
  box-sizing: border-box;
}

.menu_block > .sns_button:nth-child(6)::before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: rgba(51, 50, 50, 1);
  position: absolute;
  top: 50%;
  left: 0;
  margin: -9px 0 0 0;
}

@media (min-width: 1151px) {
  .pc .menu_block a:hover > div > p:nth-child(1) {
    height: 14px;
  }

  .pc .menu_block a:hover > div > p:nth-child(1) span {
    top: 0;
    opacity: 1;
  }

  .pc .menu_block a:hover > div > p:nth-child(2) {
    font-size: 12px;
    line-height: 12px;
    margin: 6px 0 0 0;
    color: rgba(220, 0, 50, 1);
  }

  .pc .menu_block a:hover > div {
    margin: -16px 0 0 0;
  }

  .pc .menu_block .sns_button:hover > div {
    margin: -9px 0 0 0;
  }

  .pc .menu_button:hover {
    background: rgba(200, 0, 20, 1);
  }
}

@media (min-width: 1151px) {
  .menu {
    display: block !important;
  }
}

@media (max-width: 1400px) {
  .menu {
    padding: 0 90px 0 620px;
  }
}

@media (max-width: 1300px) {
  .menu {
    padding: 0 60px 0 620px;
  }
}

@media screen and (orientation: portrait) {
  .tb .menu {
    top: 800px !important;
  }

  .tb .menu_fix {
    top: 0 !important;
  }

  .tb .menu_lower {
    top: 0 !important;
  }
}

@media (max-width: 1150px) {
  .menu_fix {
    animation: none !important;
  }

  .menu {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 95;
    top: 0 !important;
  }

  .menu_inner {
    background: rgba(220, 0, 50, 0.975);
    height: 100%;
    position: relative;
  }

  .pc .menu_inner,
  .tb .menu_inner {
    overflow: hidden;
  }

  .sp .menu_inner {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .menu_block {
    width: 230px;
    height: auto;
    top: 70px;
    right: 30px;
    margin: 0;
    padding: 0 0 100px 0;
  }

  .menu_block a {
    display: block;
    width: 100% !important;
    margin: 35px 0 35px 0;
    height: auto;
    text-align: right;
  }

  .menu_block > a:nth-child(3) {
    display: block;
    margin: 35px 0 0 0;
  }

  .menu_block > a:nth-child(4) {
    display: block;
    margin: 15px 0 0 0;
  }

  .menu_block a > div {
    position: relative;
    top: 0;
    margin: 0;
  }

  .menu_block a > div p {
    color: rgba(255, 255, 255, 1) !important;
  }

  .menu_block a > div > p:nth-child(1) span {
    position: relative;
    top: 0;
    opacity: 1;
  }

  .menu_block a > div > p:nth-child(1) {
    font-size: 20px !important;
    line-height: 20px !important;
    height: auto;
    display: inline-block;
    width: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
  }

  .menu_block > a:nth-child(4) > div > p:nth-child(1) {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .menu_block a > div > p:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 14px !important;
    line-height: 14px !important;
    height: auto;
    margin: 10px 0 0 0;
  }

  .menu_block a div div {
    display: none;
  }

  .menu_button {
    width: 100% !important;
    background: rgba(255, 255, 255, 1);
    border-radius: 25px;
    margin: 25px 0 0 0 !important;
  }

  .menu_button p {
    font-size: 16px;
    line-height: 50px;
    color: rgba(220, 0, 50, 1);
    position: relative;
    top: 0;
    margin: 0;
  }

  .menu_logo {
    display: block !important;
    padding: 0 0 0 0;
    margin: 35px 0 0 0 !important;
  }

  .menu_slash {
    display: block !important;
    width: auto;
    height: 115%;
    position: fixed;
    top: 0;
    right: 100%;
    margin: 0 -150px 0 0;
  }

  .menu_slash_inner {
    width: auto;
    height: 100%;
    position: relative;
  }

  .menu_slash_img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .menu_slash_img0 {
    position: relative;
  }

  .menu_slash_img img {
    width: auto;
    height: 100%;
    opacity: 0.75;
  }

  .menu_block {
    opacity: 0;
  }

  .menu_button > p:nth-last-child(1) {
    display: block !important;
  }

  .menu_button > p:nth-last-child(2) {
    display: none !important;
  }

  .menu_block > a:nth-child(4) {
    display: block !important;
  }

  .menu_block > a:nth-child(6) {
    display: none !important;
  }

  .menu_block > a:nth-child(7) {
    display: none !important;
  }

  .menu_block > a:nth-child(8) {
    display: none !important;
  }

  .menu_block > a:nth-child(9) {
    display: block !important;
  }

  .menu_block > a:nth-child(10) {
    display: block !important;
  }

  .menu_block > a:nth-child(11) {
    display: block !important;
  }

  .menu_block a div p {
    position: relative;
  }

  .menu_block a div p img {
    display: block;
    width: auto;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -60px;
    margin: -4px 0 0 0;
  }
}

@media (max-width: 1150px) and (orientation: landscape) {
  .menu_fix {
    animation: none !important;
  }

  .menu {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 95;
    top: 0 !important;
  }

  .menu_inner {
    background: rgba(220, 0, 50, 0.975);
    height: 100%;
    position: relative;
  }

  .pc .menu_inner,
  .tb .menu_inner {
    overflow: hidden;
  }

  .sp .menu_inner {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .menu_block {
    width: 230px;
    height: auto;
    top: 70px;
    right: 30px;
    margin: 0;
    padding: 0 0 100px 0;
  }

  .menu_block a {
    display: block;
    width: 100% !important;
    margin: 35px 0 35px 0;
    height: auto;
    text-align: right;
  }

  .menu_block > a:nth-child(3) {
    display: block;
    margin: 35px 0 0 0;
  }

  .menu_block > a:nth-child(4) {
    display: block;
    margin: 15px 0 0 0;
  }

  .menu_block a > div {
    position: relative;
    top: 0;
    margin: 0;
  }

  .menu_block a > div p {
    color: rgba(255, 255, 255, 1) !important;
  }

  .menu_block a > div > p:nth-child(1) span {
    position: relative;
    top: 0;
    opacity: 1;
  }

  .menu_block a > div > p:nth-child(1) {
    font-size: 20px !important;
    line-height: 20px !important;
    height: auto;
    display: inline-block;
    width: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
  }

  .menu_block > a:nth-child(4) > div > p:nth-child(1) {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .menu_block a > div > p:nth-child(2) {
    display: block;
    width: 100%;
    font-size: 14px !important;
    line-height: 14px !important;
    height: auto;
    margin: 10px 0 0 0;
  }

  .menu_block a div div {
    display: none;
  }

  .menu_button {
    width: 100% !important;
    background: rgba(255, 255, 255, 1);
    border-radius: 25px;
    margin: 25px 0 0 0 !important;
  }

  .menu_button p {
    font-size: 16px;
    line-height: 50px;
    color: rgba(220, 0, 50, 1);
    position: relative;
    top: 0;
    margin: 0;
  }

  .menu_logo {
    display: block !important;
    padding: 0 0 0 0;
    margin: 35px 0 0 0 !important;
  }

  .menu_slash {
    display: block !important;
    width: auto;
    height: 115%;
    position: fixed;
    top: 0;
    right: 100%;
    margin: 0 -150px 0 0;
  }

  .menu_slash_inner {
    width: auto;
    height: 100%;
    position: relative;
  }

  .menu_slash_img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .menu_slash_img0 {
    position: relative;
  }

  .menu_slash_img img {
    width: auto;
    height: 100%;
    opacity: 0.75;
  }

  .menu_block {
    opacity: 0;
  }

  .menu_button > p:nth-last-child(1) {
    display: block !important;
  }

  .menu_button > p:nth-last-child(2) {
    display: none !important;
  }

  .menu_block > a:nth-child(4) {
    display: block !important;
  }

  .menu_block > a:nth-child(6) {
    display: none !important;
  }

  .menu_block > a:nth-child(7) {
    display: none !important;
  }

  .menu_block > a:nth-child(8) {
    display: none !important;
  }

  .menu_block > a:nth-child(9) {
    display: block !important;
  }

  .menu_block > a:nth-child(10) {
    display: block !important;
  }

  .menu_block > a:nth-child(11) {
    display: block !important;
  }

  .menu_block a div p {
    position: relative;
  }

  .menu_block a div p img {
    display: block;
    width: auto;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -60px;
    margin: -4px 0 0 0;
  }
}

@media (max-width: 1150px) and (min-height: 750px) {
  .menu_block {
    top: 50%;
    margin: -260px 0 0 0;
    padding: 0;
  }

  .menu_slash {
    height: 100%;
  }
}

@media (max-width: 1150px) and (orientation: landscape) and (min-height: 750px) {
  .menu_block {
    top: 50%;
    margin: -260px 0 0 0;
    padding: 0;
  }

  .menu_slash {
    height: 100%;
  }
}

/*CONTENTS*/
.contents {
  width: 100%;
}

.contents_inner {
  width: 100%;
}

.contents_main {
  width: 100%;
}

.contents_main_inner {
  width: 100%;
}

.contents_detail {
  width: 100%;
}

.contents_detail_inner {
  width: 100%;
}

.contents_block {
  width: 100%;
}

.contents_block_inner {
  width: 100%;
  padding: 100px 0 100px 0;
}

.size_s {
  width: 1000px !important;
  margin: 0 auto;
}

.contents_title {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 0 0 20px;
  position: relative;
}

.contents_title p {
  color: rgba(220, 0, 50, 1);
}

.contents_title > p:nth-child(1) {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.contents_title > p:nth-child(2) {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.contents_title span {
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(220, 0, 50, 1);
}

.contents_copy {
  width: 100%;
}

.contents_copy > p:nth-child(1) {
  font-size: 72px;
  line-height: 102px;
  font-weight: 900;
  color: rgba(220, 0, 50, 1);
}

.contents_copy > p:nth-child(2) {
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  margin: 20px 0 0 0;
}

.contents_img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contents_img div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1000px) {
  .size_s {
    width: 85% !important;
  }

  .contents_title {
    margin-bottom: 30px;
    padding: 0 0 0 15px;
  }

  .contents_title > p:nth-child(1) {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 10px 0;
  }

  .contents_title > p:nth-child(2) {
    font-size: 15px;
    line-height: 15px;
  }

  .contents_copy > p:nth-child(1) {
    font-size: 28px;
    line-height: 42px;
    white-space: nowrap;
  }

  .contents_copy > p:nth-child(2) {
    font-size: 15px;
    line-height: 30px;
    margin: 10px 0 0 0;
    text-align: justify;
  }

  .contents_block_inner {
    padding: 50px 0 50px 0;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .contents_main {
    min-height: 800px;
  }

  .size_s {
    width: 85% !important;
  }

  .contents_title {
    margin-bottom: 30px;
    padding: 0 0 0 15px;
  }

  .contents_title > p:nth-child(1) {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 10px 0;
  }

  .contents_title > p:nth-child(2) {
    font-size: 15px;
    line-height: 15px;
  }

  .contents_copy > p:nth-child(1) {
    font-size: 28px;
    line-height: 42px;
    white-space: nowrap;
  }

  .contents_copy > p:nth-child(2) {
    font-size: 15px;
    line-height: 30px;
    margin: 10px 0 0 0;
    text-align: justify;
  }

  .contents_block_inner {
    padding: 50px 0 50px 0;
  }
}

/*HOME*/
#home {
}

@media screen and (orientation: portrait) {
  .tb #home .contents_main {
    max-height: 800px;
  }
}

#home .contents_main_inner,
.main_slide,
.main_slide_inner,
.main_slide_img,
.main_slide_img div {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.main_slide_img,
.main_slide_img div {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main_slide_img0 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/main_img0.jpg);
}

.main_slide_img1 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/main_img1.jpg);
}

.main_slide_img2 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/main_img0.jpg);
}

.main_slide_img3 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/main_img1.jpg);
}

.slide_on {
  z-index: 10;
}

.slide_off {
  z-index: 9;
}

.main_slash {
  width: auto;
  height: 100%;
  z-index: 60;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 90px 0;
}

.main_slash_inner {
  width: auto;
  height: 100%;
  position: relative;
}

.main_slash_img0 {
  width: auto;
  height: 100%;
  position: relative;
}

.main_slash_img0 img {
  width: auto;
  height: 100%;
}

.main_slash_img1,
.main_slash_img2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ie .main_slash_img1,
.ie .main_slash_img2 {
  opacity: 1 !important;
  animation: none !important;
}

.main_slash_img img {
  opacity: 0.9;
}

.main_copy {
  z-index: 60;
  position: absolute;
  top: 50%;
  right: 120px;
  margin: -110px 0 0 0;
}

.main_copy p {
  color: rgba(220, 0, 50, 1);
}

.main_copy > p:nth-child(1) {
  font-size: 100px;
  line-height: 120px;
  font-weight: 900;
  margin: 0 0 15px 0;
}

.main_copy > p:nth-child(2) {
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
}

@media (max-width: 1400px) {
  .main_copy {
    right: 90px;
  }
}

@media (max-width: 1300px) {
  .main_copy {
    right: 60px;
  }
}

@media (max-width: 1150px) {
  .main_slash {
    padding: 0;
  }

  #home .contents_main_inner {
    padding: 70px 0 0 0;
  }

  .main_slide_img0 div {
    background-position: center top;
  }
}

@media (max-width: 1150px) and (orientation: landscape) {
  .main_slash {
    padding: 0;
  }

  #home .contents_main_inner {
    padding: 70px 0 0 0;
  }

  .main_slide_img0 div {
    background-position: center top;
  }
}

@media (max-width: 1000px) {
  #home .contents_main_inner {
    padding: 70px 0 0 0;
  }

  .main_visual {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .main_visual_inner {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .main_visual_img {
    width: 100%;
    height: 33.33333%;
    height: -webkit-calc(100%/3);
    height: calc(100% / 3);
    position: relative;
    overflow: hidden;
  }

  .main_visual_img1 {
    background: rgba(220, 0, 50, 1);
  }

  .main_slash {
    left: 30px;
    padding: 0 0 0 0;
  }

  .main_copy {
    right: 33%;
    margin: -72px -95px 0 0;
  }

  .main_copy p {
    color: rgba(255, 255, 255, 1);
  }

  .main_copy > p:nth-child(1) {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 5px 0;
  }

  .main_copy > p:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }

  .main_visual_img0 > div,
  .main_visual_img2 > div {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .main_visual_img0 div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/main_img0_sp.jpg);
  }

  .main_visual_img2 div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/main_img1_sp.jpg);
  }

  .main_slash_img1 img {
    opacity: 0.85;
  }

  .main_slash_img2 img {
    opacity: 0.75;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  #home .contents_main_inner {
    padding: 70px 0 0 0;
  }

  .main_visual {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .main_visual_inner {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .main_visual_img {
    width: 100%;
    height: 33.33333%;
    height: -webkit-calc(100%/3);
    height: calc(100% / 3);
    position: relative;
    overflow: hidden;
  }

  .main_visual_img1 {
    background: rgba(220, 0, 50, 1);
  }

  .main_slash {
    left: 30px;
    padding: 0 0 0 0;
  }

  .main_copy {
    right: 33%;
    margin: -72px -95px 0 0;
  }

  .main_copy p {
    color: rgba(255, 255, 255, 1);
  }

  .main_copy > p:nth-child(1) {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 5px 0;
  }

  .main_copy > p:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }

  .main_visual_img0 > div,
  .main_visual_img2 > div {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .main_visual_img0 div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/main_img0_sp.jpg);
  }

  .main_visual_img2 div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/main_img1_sp.jpg);
  }

  .main_slash_img1 img {
    opacity: 0.85;
  }

  .main_slash_img2 img {
    opacity: 0.75;
  }
}

/*HOME-INTRO*/
#intro {
}

#intro .contents_block_inner {
  padding: 125px 0 0 0;
  background: rgba(220, 0, 50, 1);
}

.intro_block {
  width: 100%;
}

.intro_block p {
  color: rgba(255, 255, 255, 1);
}

.intro_block_copy {
  width: 100%;
  text-align: center;
}

.intro_block_copy p {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

.intro_block_text {
  width: 65%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: justify;
}

.intro_block_text p {
  font-size: 17px;
  line-height: 35px;
}

.intro_block_catch {
  width: 100%;
  padding: 0 0 10px 0;
  text-align: center;
}

.intro_block_catch p {
  font-size: 58px;
  line-height: 58px;
  font-weight: 300;
  font-style: italic;
}

.intro_arrow {
  width: 100%;
  position: relative;
  top: -1px;
}

@media (max-width: 1000px) {
  #intro .contents_block_inner {
    padding: 60px 0 0 0;
  }

  .intro_block {
    padding: 0 0 35px 0;
  }

  .intro_block_text {
    width: 100%;
  }

  .intro_block_copy p {
    font-size: 28px;
    line-height: 44px;
  }

  .intro_block_text {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .intro_block_catch p {
    font-size: 44px;
    line-height: 54px;
  }

  .intro_block_text p {
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  #intro .contents_block_inner {
    padding: 60px 0 0 0;
  }

  .intro_block {
    padding: 0 0 35px 0;
  }

  .intro_block_text {
    width: 100%;
  }

  .intro_block_copy p {
    font-size: 28px;
    line-height: 44px;
  }

  .intro_block_text {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .intro_block_catch p {
    font-size: 44px;
    line-height: 54px;
  }

  .intro_block_text p {
    font-size: 15px;
    line-height: 30px;
  }
}

/*HOME-ABOUT*/
#about {
}

#about .contents_block_inner {
  padding: 100px 0 0 0;
}

.about_block {
  width: 100%;
  padding: 75px 0 75px 0;
}

.about_block1 {
  background: rgba(230, 230, 230, 1);
}

.about_block_inner {
  width: 100%;
  position: relative;
}

.about_block0 .about_block_left,
.about_block2 .about_block_left {
  width: 66%;
  position: relative;
}

.about_block1 .about_block_right {
  width: 66%;
  position: relative;
  left: 34%;
}

.about_block0 .about_block_right,
.about_block2 .about_block_right {
  display: table;
  width: 34%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 66%;
  padding: 0 0 0 50px;
}

.about_block1 .about_block_left {
  display: table;
  table-layout: fixed;
  width: 34%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 50px 0 0;
}

.about_block0 .about_block_right > div,
.about_block2 .about_block_right > div,
.about_block1 .about_block_left > div {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.about_block_title {
  width: 100%;
}

.about_block_title > p:nth-child(1) {
  font-size: 24px;
  line-height: 24px;
  color: rgba(220, 0, 50, 1);
}

.about_block_title > p:nth-child(2) {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin: 15px 0 15px 0;
}

.about_block_text {
  width: 100%;
  text-align: justify;
}

.about_block_text p {
  font-size: 14px;
  line-height: 28px;
}

.about_block0 .about_block_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/about_img0.jpg?2020);
}

.about_block1 .about_block_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/about_img1.jpg);
}

.about_block2 .about_block_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/about_img2.jpg?2019);
}

@media (max-width: 1000px) {
  #about .contents_block_inner {
    padding: 50px 0 0 0;
  }

  .about_block {
    padding: 45px 0 35px 0;
  }

  .about_block_left,
  .about_block_right {
    display: block;
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
  }

  .about_block_title > p:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
  }

  .about_block_title > p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 20px 0;
  }

  .about_block_text {
    margin: 20px 0 0 0;
  }

  .about_block_text p {
    font-size: 15px;
    line-height: 30px;
  }

  .about_block0 .about_block_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/about_img0_sp.jpg?2020);
  }

  .about_block1 .about_block_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/about_img1_sp.jpg);
  }

  .about_block2 .about_block_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/about_img2_sp.jpg?2019);
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  #about .contents_block_inner {
    padding: 50px 0 0 0;
  }

  .about_block {
    padding: 45px 0 35px 0;
  }

  .about_block_left,
  .about_block_right {
    display: block;
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
  }

  .about_block_title > p:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
  }

  .about_block_title > p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 20px 0;
  }

  .about_block_text {
    margin: 20px 0 0 0;
  }

  .about_block_text p {
    font-size: 15px;
    line-height: 30px;
  }

  .about_block0 .about_block_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/about_img0_sp.jpg);
  }

  .about_block1 .about_block_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/about_img1_sp.jpg);
  }

  .about_block2 .about_block_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/about_img2_sp.jpg);
  }
}

/*HOME-FLOW*/
#flow {
}

#flow .contents_block_inner {
  padding: 75px 0 100px 0;
  background: #f4f4f4;
}

.flow_block {
  width: 100%;
}

.flow_block_copy {
  width: 100%;
  text-align: center;
  background: rgba(220, 0, 50, 1);
}

.flow_block_copy p {
  font-size: 24px;
  line-height: 70px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.flow_block_title {
  width: 100%;
  text-align: center;
  margin: 50px 0 50px 0;
}

.flow_block_title > p:nth-child(1) {
  font-size: 72px;
  line-height: 72px;
  color: rgba(220, 0, 50, 1);
}

.flow_block_title > p:nth-child(2) {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin: 15px 0 0 0;
}

.flow_block_list {
  width: 30%;
  margin: 0 0 25px 0;
  float: left;
}

.flow_block_list6,
.flow_block_list7,
.flow_block_list8 {
  margin: 0;
}

.flow_block_list_title {
  width: 100%;
  padding: 0 0 0 20px;
  background: rgba(220, 0, 50, 1);
}

.flow_block_list_title p {
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.flow_block_list_img {
  width: 100%;
}

.flow_block_list_text {
  width: 100%;
  margin: 10px 0 0 0;
}

.flow_block_list_text p {
  font-size: 12px;
  line-height: 18px;
  min-height: 18px;
}

.flow_block_arrow {
  width: 5%;
  float: left;
  margin: 75px 0 0 0;
  padding: 15px 15px 15px 15px;
}

.flow_block > .flow_block_arrow:nth-last-child(3),
.flow_block > .flow_block_arrow:nth-last-child(5) {
  margin: -10px 0 0 0;
}

.flow_block_list0 .flow_block_list_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img0.jpg);
}

.flow_block_list1 .flow_block_list_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img1.jpg);
}

.flow_block_list2 .flow_block_list_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img2.jpg);
}

.flow_block_list3 .flow_block_list_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img3.jpg);
}

.flow_block_list4 .flow_block_list_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img4.jpg);
}

.flow_block_list5 .flow_block_list_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img5.jpg);
}

.flow_block_list6 .flow_block_list_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img6.jpg);
}

.flow_block_list7 .flow_block_list_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img7.jpg);
}

.flow_block_list8 .flow_block_list_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img8.jpg);
}

@media (max-width: 1000px) {
  #flow .contents_block_inner {
    padding: 0 0 25px 0;
  }

  .flow_block {
    width: 100% !important;
    padding: 100px 7.5% 0 7.5%;
    position: relative;
  }

  .flow_block_copy {
    position: absolute;
    top: 0;
    left: 0;
  }

  .flow_block_list {
    width: 47.5%;
    margin: 0 5% 15px 0;
  }

  .flow_block_list1,
  .flow_block_list3,
  .flow_block_list5,
  .flow_block_list7 {
    margin: 0 0 15px 0;
  }

  .flow_block_copy {
    padding: 20px 0 20px 0;
    text-align: center;
  }

  .flow_block_copy p {
    font-size: 18px;
    line-height: 30px;
  }

  .flow_block_title {
    margin: 30px 0 35px 0;
  }

  .flow_block_title > p:nth-child(1) {
    font-size: 34px;
    line-height: 34px;
  }

  .flow_block_title > p:nth-child(2) {
    font-size: 22px;
    line-height: 22px;
    margin: 10px 0 0 0;
  }

  .flow_block_list_title {
    padding: 12px 0 15px 15px;
  }

  .flow_block_list_title p {
    font-size: 18px;
    line-height: 18px;
  }

  .flow_block_list_title p span {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin: 8px 0 0 0;
  }

  .flow_block_list2 .flow_block_list_title p span,
  .flow_block_list3 .flow_block_list_title p span,
  .flow_block_list4 .flow_block_list_title p span {
    margin: 8px 0 0 -7px;
  }

  .flow_block_list_text {
    text-align: justify;
  }

  .flow_block_list_text p {
    min-height: auto;
  }

  .flow_block_list6,
  .flow_block_list7,
  .flow_block_list8 {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .flow_block_list0 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img0_sp.jpg);
  }

  .flow_block_list1 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img1_sp.jpg);
  }

  .flow_block_list2 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img2_sp.jpg);
  }

  .flow_block_list3 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img3_sp.jpg);
  }

  .flow_block_list4 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img4_sp.jpg);
  }

  .flow_block_list5 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img5_sp.jpg);
  }

  .flow_block_list6 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img6_sp.jpg);
  }

  .flow_block_list7 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img7_sp.jpg);
  }

  .flow_block_list8 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img8_sp.jpg);
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  #flow .contents_block_inner {
    padding: 0 0 25px 0;
  }

  .flow_block {
    width: 100% !important;
    padding: 100px 7.5% 0 7.5%;
    position: relative;
  }

  .flow_block_copy {
    position: absolute;
    top: 0;
    left: 0;
  }

  .flow_block_list {
    width: 47.5%;
    margin: 0 5% 15px 0;
  }

  .flow_block_list1,
  .flow_block_list3,
  .flow_block_list5,
  .flow_block_list7 {
    margin: 0 0 15px 0;
  }

  .flow_block_copy {
    padding: 20px 0 20px 0;
    text-align: center;
  }

  .flow_block_copy p {
    font-size: 18px;
    line-height: 30px;
  }

  .flow_block_title {
    margin: 30px 0 35px 0;
  }

  .flow_block_title > p:nth-child(1) {
    font-size: 34px;
    line-height: 34px;
  }

  .flow_block_title > p:nth-child(2) {
    font-size: 22px;
    line-height: 22px;
    margin: 10px 0 0 0;
  }

  .flow_block_list_title {
    padding: 12px 0 15px 15px;
  }

  .flow_block_list_title p {
    font-size: 18px;
    line-height: 18px;
  }

  .flow_block_list_title p span {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin: 8px 0 0 0;
  }

  .flow_block_list2 .flow_block_list_title p span,
  .flow_block_list3 .flow_block_list_title p span,
  .flow_block_list4 .flow_block_list_title p span {
    margin: 8px 0 0 -7px;
  }

  .flow_block_list_text {
    text-align: justify;
  }

  .flow_block_list_text p {
    min-height: auto;
  }

  .flow_block_list6,
  .flow_block_list7,
  .flow_block_list8 {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .flow_block_list0 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img0_sp.jpg);
  }

  .flow_block_list1 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img1_sp.jpg);
  }

  .flow_block_list2 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img2_new.jpg);
  }

  .flow_block_list3 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img3_new.jpg);
  }

  .flow_block_list4 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img4_new.jpg);
  }

  .flow_block_list5 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img5_sp.jpg?2019);
  }

  .flow_block_list6 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img6_sp.jpg);
  }

  .flow_block_list7 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img7_sp.jpg);
  }

  .flow_block_list8 .flow_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/flow_img8_sp.jpg);
  }
}

/*HOME-WORKS*/
#works {
}

#works .contents_block_inner {
  padding: 100px 0 0 0;
}

.works_people {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

.works_people_inner {
  float: left;
}

.works_people_title {
  width: 100%;
  margin: 0 0 25px 0;
  text-align: center;
  background: rgba(199, 199, 199, 1);
}

.works_people_title p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.works_people_list {
  display: block;
  float: left;
  position: relative;
}

.works_people_list_category {
  width: 100%;
  text-align: center;
  background: rgba(220, 0, 50, 1);
  border-radius: 18px;
  margin: 0 0 15px 0;
  border: 1px solid rgba(220, 0, 50, 1);
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.works_people_list_category p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  position: relative;
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.works_people_list_category p span {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -6px 0 0 0;
}

.works_people_list_img {
  width: 100%;
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.pc .works_people_list:hover .works_people_list_img {
  transform: scale(0.975);
}

.pc .works_people_list:hover .works_people_list_category {
  background: rgba(220, 0, 50, 0);
}

.pc .works_people_list:hover .works_people_list_category p {
  color: rgba(220, 0, 50, 1);
}

.works_people_list_name {
  width: auto;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -24px 0 0 0;
}

.works_people_list_name p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-style: italic;
  color: rgba(220, 0, 50, 1);
}

.works_people > .works_people_inner:nth-child(1) {
  width: 60%;
  padding: 0 25px 0 0;
}

.works_people > .works_people_inner:nth-child(2) {
  width: 40%;
  padding: 0 0 0 25px;
}

.works_people > .works_people_inner:nth-child(1) .works_people_list {
  width: 27.5%;
}

.works_people > .works_people_inner:nth-child(2) .works_people_list {
  width: 43%;
}

.works_people > .works_people_inner:nth-child(1) > .works_people_list:nth-child(3) {
  margin: 0 8.75% 0 8.75%;
}

.works_people > .works_people_inner:nth-child(2) > .works_people_list:nth-child(2) {
  margin: 0 14% 0 0;
}

.works_block {
  width: 100%;
  margin-top: -90px;
  padding-top: 90px;
  position: relative;
}

.works_block_inner {
  width: 100%;
  padding: 75px 0 75px 0;
  position: relative;
}

.works_block_category {
  width: 100%;
  text-align: center;
  background: rgba(199, 199, 199, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.works_block_category p {
  font-size: 32px;
  line-height: 70px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.works_block_list {
  width: 100%;
}

.works_block_top {
  width: 100%;
  position: relative;
}

.works_block_bottom {
  width: 100%;
  padding: 75px 0 0 0;
}

.works_block_position {
  width: 160px;
  text-align: center;
  background: rgba(220, 0, 50, 1);
  border-radius: 20px;
  position: absolute;
  top: -15px;
  left: -15px;
}

.works_block_position p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.works_block_copy {
  width: 100%;
  margin: 40px 0 0 0;
}

.works_block_copy p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}

.works_block_name {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 0 25px;
}

.works_block_name > p:nth-child(1) {
  font-size: 14px;
  line-height: 14px;
}

.works_block_name > p:nth-child(2) {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin: 15px 0 15px 0;
}

.works_block_name > p:nth-child(3) {
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(220, 0, 50, 1);
}

.works_block_button {
  display: none;
  width: 100%;
  margin: 30px 0 0 0;
  text-align: center;
  position: relative;
}

.works_block_button p {
  font-size: 16px;
  line-height: 46px;
  font-weight: 700;
}

.works_block_button img {
  width: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -8px 0 0 0;
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.works_on .works_block_button img {
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.pc .works_block_button:hover > img:nth-child(2) {
  opacity: 0;
}

.pc .works_block_button:hover > img:nth-child(3) {
  opacity: 1;
}

.works_block_text {
  width: 100%;
  margin: -8px 0 0 0;
  text-align: justify;
}

.works_block_text p {
  font-size: 16px;
  line-height: 32px;
}

#people2 .works_block_copy {
  margin: 45px 0 0 0;
}

#people2 .works_block_name {
  margin: 40px 0 0 0;
}

.works_block_top .works_block_left {
  width: 50%;
  position: relative;
  padding: 0 25px 0 0;
}

.works_block_top .works_block_right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0 0 0 25px;
}

.works_block_bottom .works_block_left {
  width: 35%;
  float: left;
  padding: 0 25px 0 0;
}

.works_block_bottom .works_block_right {
  width: 65%;
  float: left;
  padding: 0 0 0 25px;
}

#people1 .works_block_inner,
#people4 .works_block_inner {
  background: rgba(230, 230, 230, 1);
}

#people0 .works_block_inner,
#people3 .works_block_inner {
  padding: 145px 0 75px 0;
}

#people0 .works_block_top .works_block_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/staff_img0_1.jpg);
}

#people0 .works_block_bottom .works_block_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/staff_img0_2.jpg);
}

#people1 .works_block_top .works_block_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/staff_img1_1.jpg);
}

#people1 .works_block_bottom .works_block_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/staff_img1_2.jpg);
}

#people2 .works_block_top .works_block_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/staff_img2_1.jpg);
}

#people2 .works_block_bottom .works_block_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/staff_img2_2.jpg);
}

#people3 .works_block_top .works_block_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/staff_img3_1.jpg?2019);
}

#people3 .works_block_bottom .works_block_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/staff_img3_2.jpg);
}

#people4 .works_block_top .works_block_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/staff_img4_1.jpg);
}

#people4 .works_block_bottom .works_block_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/staff_img4_2.jpg);
}

.works_people {
  z-index: 6;
}

#people0 {
  z-index: 5;
}

#people1 {
  z-index: 4;
}

#people2 {
  z-index: 3;
}

#people3 {
  z-index: 2;
}

#people4 {
  z-index: 1;
}

@media (max-width: 1000px) {
  #works .contents_block_inner {
    padding: 50px 0 0 0;
  }

  .works_text {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    display: block !important;
  }

  .works_text p {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    color: rgba(220, 0, 50, 1);
  }

  .works_people {
    margin-top: 0;
  }

  .works_people_inner {
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 25px !important;
    padding: 0 !important;
    padding-top: 40px !important;
    position: relative;
  }

  .works_people_title {
    text-align: left;
    background: rgba(199, 199, 199, 0);
    position: absolute;
    top: 0;
    left: 0;
  }

  .works_people_title p {
    display: inline-block;
    width: auto;
    padding: 0 10px 0 0;
    font-size: 16px;
    line-height: 16px;
    background: rgba(255, 255, 255, 1);
    color: rgba(51, 50, 50, 1);
    position: relative;
  }

  .works_people_title span {
    background: rgba(51, 50, 50, 1);
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .works_people > .works_people_inner:nth-child(1) > .works_people_list:nth-child(3) {
    margin: 0 5% 0 5%;
  }

  .works_people > .works_people_inner:nth-child(1) .works_people_list {
    width: 30%;
  }

  .works_people > .works_people_inner:nth-child(2) {
    padding: 40px 17% 0 17% !important;
  }

  .works_people > .works_people_inner:nth-child(2) .works_people_list {
    width: 46%;
  }

  .works_people > .works_people_inner:nth-child(2) > .works_people_list:nth-child(2) {
    margin: 0 8% 0 0;
  }

  .works_people_list {
    padding: 0 0 30px 0;
  }

  .works_people_list_category {
    border-radius: 15px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
  }

  .works_people_list_category p {
    font-size: 15px;
    line-height: 30px;
  }

  .works_people_list_name {
    margin: -25px 0 0 0;
  }

  .works_people_list_name p {
    font-size: 10px;
    line-height: 15px;
  }

  .works_people_list_category p {
    font-size: 12px;
    line-height: 30px;
  }

  .works_people_list_category p span {
    font-size: 10px;
    line-height: 10px;
    right: 10px;
    margin: -5px 0 0 0;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  #works .contents_block_inner {
    padding: 50px 0 0 0;
  }

  .works_text {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    display: block !important;
  }

  .works_text p {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    color: rgba(220, 0, 50, 1);
  }

  .works_people {
    margin-top: 0;
  }

  .works_people_inner {
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 25px !important;
    padding: 0 !important;
    padding-top: 40px !important;
    position: relative;
  }

  .works_people_title {
    text-align: left;
    background: rgba(199, 199, 199, 0);
    position: absolute;
    top: 0;
    left: 0;
  }

  .works_people_title p {
    display: inline-block;
    width: auto;
    padding: 0 10px 0 0;
    font-size: 16px;
    line-height: 16px;
    background: rgba(255, 255, 255, 1);
    color: rgba(51, 50, 50, 1);
    position: relative;
  }

  .works_people_title span {
    background: rgba(51, 50, 50, 1);
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .works_people > .works_people_inner:nth-child(1) > .works_people_list:nth-child(3) {
    margin: 0 5% 0 5%;
  }

  .works_people > .works_people_inner:nth-child(1) .works_people_list {
    width: 30%;
  }

  .works_people > .works_people_inner:nth-child(2) {
    padding: 40px 17% 0 17% !important;
  }

  .works_people > .works_people_inner:nth-child(2) .works_people_list {
    width: 46%;
  }

  .works_people > .works_people_inner:nth-child(2) > .works_people_list:nth-child(2) {
    margin: 0 8% 0 0;
  }

  .works_people_list {
    padding: 0 0 30px 0;
  }

  .works_people_list_category {
    border-radius: 15px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
  }

  .works_people_list_category p {
    font-size: 15px;
    line-height: 30px;
  }

  .works_people_list_name {
    margin: -25px 0 0 0;
  }

  .works_people_list_name p {
    font-size: 10px;
    line-height: 15px;
  }

  .works_people_list_category p {
    font-size: 12px;
    line-height: 30px;
  }

  .works_people_list_category p span {
    font-size: 10px;
    line-height: 10px;
    right: 10px;
    margin: -5px 0 0 0;
  }
}

/*HOME-WELLNESS*/
#wellness {
}

#wellness .contents_block_inner {
  padding: 100px 0 0 0;
}

.wellness_block {
  width: 100%;
  margin-top: 50px;
}

.wellness_block_list {
  width: 30%;
  margin: 0 5% 0 0;
  float: left;
}

.wellness_block > .wellness_block_list:nth-child(3) {
  margin: 0;
}

.wellness_block_list_img {
  width: 100%;
}

.wellness_block_list_title {
  width: 100%;
  text-align: center;
  margin: 25px 0 25px 0;
}

.wellness_block_list_title p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.wellness_block_list_text {
  width: 100%;
  text-align: justify;
}

.wellness_block_list_text p {
  font-size: 14px;
  line-height: 28px;
}

.wellness_block > .wellness_block_list:nth-child(1) .wellness_block_list_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/wellness_img0_new.jpg);
}

.wellness_block > .wellness_block_list:nth-child(2) .wellness_block_list_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/wellness_img1.jpg?2019);
}

.wellness_block > .wellness_block_list:nth-child(3) .wellness_block_list_img div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/wellness_img2.jpg);
}

.picto_block {
  width: 100%;
  margin: 75px 0 0 0;
}

.picto_block_title {
  width: 100%;
  text-align: center;
  background: rgba(220, 0, 50, 1);
}

.picto_block_title p {
  font-size: 24px;
  line-height: 60px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.picto_block_movie {
  margin: 20px auto;
  position: relative;
}

.picto_block_movie img {
  position: relative;
}

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

.picto_block_area {
  width: 100%;
  padding: 50px 0 50px 0;
}

.picto_block > .picto_block_area:nth-child(3),
.picto_block > .picto_block_area:nth-child(5) {
  background: rgba(244, 244, 244, 1);
}

.picto_block_inner {
  width: 100%;
}

.picto_block_list {
  width: 30%;
  margin: 0 5% 0 0;
  float: left;
}

.picto_block_inner > .picto_block_list:nth-child(3) {
  margin: 0;
}

.picto_block_list_title {
  width: 100%;
  margin: 0 0 25px 0;
  text-align: center;
  border: 1px solid rgba(220, 0, 50, 1);
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
}

.picto_block_list_title p {
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  color: rgba(220, 0, 50, 1);
}

.picto_block_list_img {
  width: 100%;
}

.picto_block_list1 .picto_block_list_title,
.picto_block_list3 .picto_block_list_title,
.picto_block_list5 .picto_block_list_title,
.picto_block_list7 .picto_block_list_title,
.picto_block_list9 .picto_block_list_title,
.picto_block_list11 .picto_block_list_title {
  background: rgba(220, 0, 50, 1);
}

.picto_block_list1 .picto_block_list_title p,
.picto_block_list3 .picto_block_list_title p,
.picto_block_list5 .picto_block_list_title p,
.picto_block_list7 .picto_block_list_title p,
.picto_block_list9 .picto_block_list_title p,
.picto_block_list11 .picto_block_list_title p {
  color: rgba(255, 255, 255, 1);
}

.scene_block {
  width: 100%;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.scene_area {
  width: 100% !important;
  height: 350px !important;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.scene_area ul {
  display: block;
  width: 6300px !important;
  height: 350px !important;
}

.scene_block_list {
  display: block;
  width: 350px !important;
  height: 350px !important;
  float: left;
}

.scene_block_list div div {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.pc .scene_block_list:hover div div {
  transform: scale(1.05);
}

#scene_img0 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img0.jpg);
}

#scene_img1 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img1.jpg);
}

#scene_img2 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img2.jpg);
}

#scene_img3 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img3.jpg);
}

#scene_img4 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img4.jpg);
}

#scene_img5 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img5.jpg);
}

#scene_img6 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img6.jpg);
}

#scene_img7 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img7.jpg);
}

#scene_img8 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img8.jpg);
}

#scene_img9 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img9.jpg);
}

#scene_img10 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img10.jpg);
}

#scene_img11 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img11.jpg);
}

#scene_img12 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img12.jpg);
}

#scene_img13 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img13.jpg);
}

#scene_img14 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img14.jpg);
}

#scene_img15 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img15.jpg);
}

#scene_img16 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img16.jpg);
}

#scene_img17 div div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img17.jpg);
}

@media (max-width: 1000px) {
  #wellness .contents_block_inner {
    padding: 20px 0 0 0;
  }

  .wellness_block {
    margin-top: 0;
  }

  .wellness_block_list_title {
    margin: 25px 0 20px 0;
  }

  .wellness_block_list_text p {
    font-size: 15px;
    line-height: 30px;
  }

  .wellness_block_list {
    width: 100%;
    margin: 30px 0 0 0 !important;
    float: none;
  }

  .scene_area {
    height: 150px !important;
  }

  .scene_area ul {
    width: 4200px !important;
    height: 150px !important;
  }

  .scene_block_list {
    width: 150px !important;
    height: 150px !important;
  }

  .picto_block {
    margin: 50px 0 0 0;
  }

  .picto_block_title p {
    font-size: 20px;
    line-height: 50px;
  }

  .picto_block_list {
    width: 47.5%;
    margin: 0 5% 0 0;
  }

  .picto_block_inner > .picto_block_list:nth-child(2) {
    margin: 0;
  }

  .picto_block > .picto_block_area:nth-child(7),
  .picto_block > .picto_block_area:nth-child(9),
  .picto_block > .picto_block_area:nth-child(11) {
    background: rgba(244, 244, 244, 1);
  }

  .picto_block_area {
    padding: 20px 0 20px 0;
  }

  .scene_block {
    margin: 0 0 0 0;
  }

  .picto_block_list_title {
    margin: 0 0 10px 0;
    border-radius: 15px;
  }

  .picto_block_list_title p {
    font-size: 12px;
    line-height: 30px;
  }

  .picto_block_list3 .picto_block_list_title p,
  .picto_block_list7 .picto_block_list_title p {
    color: rgba(220, 0, 50, 1);
  }

  .picto_block_list3 .picto_block_list_title,
  .picto_block_list7 .picto_block_list_title {
    background: rgba(255, 255, 255, 1);
  }

  .picto_block_list2 .picto_block_list_title p,
  .picto_block_list6 .picto_block_list_title p {
    color: rgba(255, 255, 255, 1);
  }

  .picto_block_list2 .picto_block_list_title,
  .picto_block_list6 .picto_block_list_title {
    background: rgba(220, 0, 50, 1);
  }

  .picto_block {
    margin-top: -50px;
    padding-top: 100px;
  }

  .picto_block_title {
    margin-bottom: 15px;
  }

  .wellness_block > .wellness_block_list:nth-child(1) .wellness_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/wellness_img0_new.jpg);
  }

  .wellness_block > .wellness_block_list:nth-child(2) .wellness_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/wellness_img1_sp.jpg?2019);
  }

  .wellness_block > .wellness_block_list:nth-child(3) .wellness_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/wellness_img2.jpg);
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  #wellness .contents_block_inner {
    padding: 20px 0 0 0;
  }

  .wellness_block {
    margin-top: 0;
  }

  .wellness_block_list_title {
    margin: 25px 0 20px 0;
  }

  .wellness_block_list_text p {
    font-size: 15px;
    line-height: 30px;
  }

  .wellness_block_list {
    width: 100%;
    margin: 30px 0 0 0 !important;
    float: none;
  }

  .scene_area {
    height: 150px !important;
  }

  .scene_area ul {
    width: 3000px !important;
    height: 150px !important;
  }

  .scene_block_list {
    width: 150px !important;
    height: 150px !important;
  }

  .picto_block {
    margin: 50px 0 0 0;
  }

  .picto_block_title p {
    font-size: 20px;
    line-height: 50px;
  }

  .picto_block_list {
    width: 47.5%;
    margin: 0 5% 0 0;
  }

  .picto_block_inner > .picto_block_list:nth-child(2) {
    margin: 0;
  }

  .picto_block > .picto_block_area:nth-child(7),
  .picto_block > .picto_block_area:nth-child(9),
  .picto_block > .picto_block_area:nth-child(11) {
    background: rgba(244, 244, 244, 1);
  }

  .picto_block_area {
    padding: 20px 0 20px 0;
  }

  .scene_block {
    margin: 0 0 0 0;
  }

  .picto_block_list_title {
    margin: 0 0 10px 0;
    border-radius: 15px;
  }

  .picto_block_list_title p {
    font-size: 12px;
    line-height: 30px;
  }

  .picto_block_list3 .picto_block_list_title p,
  .picto_block_list7 .picto_block_list_title p {
    color: rgba(220, 0, 50, 1);
  }

  .picto_block_list3 .picto_block_list_title,
  .picto_block_list7 .picto_block_list_title {
    background: rgba(255, 255, 255, 1);
  }

  .picto_block_list2 .picto_block_list_title p,
  .picto_block_list6 .picto_block_list_title p {
    color: rgba(255, 255, 255, 1);
  }

  .picto_block_list2 .picto_block_list_title,
  .picto_block_list6 .picto_block_list_title {
    background: rgba(220, 0, 50, 1);
  }

  .picto_block {
    margin-top: -50px;
    padding-top: 100px;
  }

  .picto_block_title {
    margin-bottom: 15px;
  }

  .wellness_block > .wellness_block_list:nth-child(1) .wellness_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/wellness_img0_new.jpg);
  }

  .wellness_block > .wellness_block_list:nth-child(2) .wellness_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/wellness_img1_sp.jpg);
  }

  .wellness_block > .wellness_block_list:nth-child(3) .wellness_block_list_img div {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/wellness_img2.jpg);
  }
}

/*HOME-DATA*/
#data {
}

.data_block {
  width: 100%;
  margin-top: 100px;
}

.data_block0 {
  margin-top: 75px;
}

.data_block_inner {
  width: 100%;
}

.data_block_title {
  width: 100%;
}

.data_block_title p {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.data_block_list {
  width: 100%;
  font-size: 0;
  line-height: 0;
  margin: 15px 0 0 0;
}

.data_block_list p {
  position: relative;
  font-size: 16px;
  line-height: 32px;
  border-bottom: 1px solid rgba(230, 230, 230, 1);
  padding: 20px 0 15px 0;
  vertical-align: middle;
}

.data_block_list > p:nth-child(1) {
  width: 10%;
  height: 100%;
  margin: 0 5% 0 0;
  text-align: center;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}

.data_block_list > p:nth-child(1) > span {
  display: table;
  width: 100%;
  height: 100%;
}

.data_block_list > p:nth-child(1) span span {
  display: table-cell;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.data_block_list > p:nth-child(2) {
  width: 85%;
  left: 15%;
}

.entry_button {
  width: 100%;
  margin-top: 75px;
}

.entry_button_inner {
  width: 75%;
}

.entry_button_inner a {
  display: block;
  width: 47.5%;
  margin: 0 5% 0 0;
  float: left;
  text-align: center;
  border-radius: 35px;
}

.entry_button_inner > a:nth-child(2) {
  margin: 0;
}

.entry_button_inner a p {
  font-size: 22px;
  line-height: 68px;
  font-weight: 900;
}

@media (max-width: 1000px) {
  .data_block_list {
    border-top: 1px solid rgba(230, 230, 230, 1);
  }

  .data_block_list p {
    display: block;
    border-bottom: none;
    padding: 0;
    vertical-align: top;
  }

  .data_block_list > p:nth-child(1) {
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .data_block_list > p:nth-child(2) {
    width: 100%;
  }

  .entry_button_inner a {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
    float: none;
    border-radius: 35px;
  }

  .data_block {
    margin-top: 50px;
  }

  .data_block0 {
    margin-top: 50px;
  }

  .data_block_title {
    margin: 0 0 15px 0;
  }

  .data_block_title p {
    font-size: 20px;
    line-height: 20px;
  }

  .data_block_list p {
    font-size: 15px;
    line-height: 30px;
  }

  .data_block_list {
    margin: 0;
    padding: 15px 0 15px 0;
  }

  .data_block_list > p:nth-child(1) {
    padding: 0 !important;
  }

  .entry_button_inner {
    width: 100%;
  }

  .entry_button {
    margin-top: 25px;
  }

  .entry_button_inner a p {
    font-size: 20px;
  }

  .data_block_list > p:nth-child(1) {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }

  .data_block_list > p:nth-child(2) {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }

  .data_block_list > p:nth-child(1) span {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .data_block_list {
    border-top: 1px solid rgba(230, 230, 230, 1);
  }

  .data_block_list p {
    display: block;
    border-bottom: none;
    padding: 0;
    vertical-align: top;
  }

  .data_block_list > p:nth-child(1) {
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .data_block_list > p:nth-child(2) {
    width: 100%;
  }

  .entry_button_inner a {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
    float: none;
    border-radius: 35px;
  }

  .data_block {
    margin-top: 50px;
  }

  .data_block0 {
    margin-top: 50px;
  }

  .data_block_title {
    margin: 0 0 15px 0;
  }

  .data_block_title p {
    font-size: 20px;
    line-height: 20px;
  }

  .data_block_list p {
    font-size: 15px;
    line-height: 30px;
  }

  .data_block_list {
    margin: 0;
    padding: 15px 0 15px 0;
  }

  .data_block_list > p:nth-child(1) {
    padding: 0 !important;
  }

  .entry_button_inner {
    width: 100%;
  }

  .entry_button {
    margin-top: 25px;
  }

  .entry_button_inner a p {
    font-size: 20px;
  }

  .data_block_list > p:nth-child(1) {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }

  .data_block_list > p:nth-child(2) {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }

  .data_block_list > p:nth-child(1) span {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
  }
}

/*POPUP*/
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.975);
  z-index: 200;
}

.popup_inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.popup_block {
  position: absolute;
  top: 50%;
  left: 50%;
}

.popup_scene {
  width: 500px;
  height: 500px;
  margin: -250px 0 0 -250px;
}

.popup_scene_img {
  width: 100%;
  height: 100%;
  position: relative;
}

.popup_scene_img div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.popup_scene_on {
  opacity: 1;
}

.popup_scene_off {
  opacity: 0;
}

.popup_scene_img .scene_img0 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img0.jpg);
}

.popup_scene_img .scene_img1 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img1_new.jpg);
}

.popup_scene_img .scene_img2 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img2.jpg);
}

.popup_scene_img .scene_img3 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img3.jpg);
}

.popup_scene_img .scene_img4 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img4.jpg);
}

.popup_scene_img .scene_img5 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img5_new.jpg);
}

.popup_scene_img .scene_img6 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img6.jpg);
}

.popup_scene_img .scene_img7 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img7.jpg);
}

.popup_scene_img .scene_img8 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img8_new.jpg);
}

.popup_scene_img .scene_img9 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img9_new.jpg);
}

.popup_scene_img .scene_img10 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img10_new.jpg);
}

.popup_scene_img .scene_img11 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img11.jpg);
}

.popup_scene_img .scene_img12 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img12.jpg);
}

.popup_scene_img .scene_img13 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img13_new.jpg);
}

.popup_scene_img .scene_img14 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img14.jpg);
}

.popup_scene_img .scene_img15 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img15.jpg);
}

.popup_scene_img .scene_img16 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img16.jpg);
}

.popup_scene_img .scene_img17 div {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/scene_img17.jpg);
}

.popup_scene_arrow {
  display: block;
  width: 90px;
  background: rgba(220, 0, 50, 1);
  position: absolute;
  top: 50%;
  margin: -45px 0 0 0;
}

.popup_scene_arrow_l {
  left: -90px;
}

.popup_scene_arrow_r {
  right: -90px;
}

.popup_close {
  display: block;
  width: 78px;
  height: 78px;
  position: absolute;
  top: 60px;
  right: 60px;
  transform: scale(0.5) translate3d(0, 0, 0);
}

.popup_close > div {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  background: rgba(220, 0, 50, 1);
}

.popup_close > div > div {
  width: 50%;
  height: 2px;
  margin: -1px 0 0 0;
  position: absolute;
  top: 50%;
  left: 25%;
  overflow: hidden;
}

.popup_close > div > div span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 1);
}

.popup_close > div > div:nth-child(1) {
  transform: rotate(45deg) translate3d(0, 0, 0);
}

.popup_close > div > div:nth-child(2) {
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.popup_close > div > div:nth-child(1) span {
  left: -100%;
}

.popup_close > div > div:nth-child(2) span {
  left: 100%;
}

.popup_off .popup_close {
  transform: scale(1) translate3d(0, 0, 0);
  opacity: 1;
}

@media (max-width: 1000px) {
  .popup_close {
    width: 70px;
    height: 70px;
    top: 30px;
    right: 30px;
  }

  .popup_scene {
    width: 310px;
    height: 310px;
    margin: -155px 0 0 -155px;
  }

  .popup_scene_arrow {
    width: 70px;
    top: 100%;
    margin: -35px 0 0 0;
  }

  .popup_scene_arrow_l {
    left: 0;
  }

  .popup_scene_arrow_r {
    right: 0;
  }

  .popup_interview {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    position: relative;
  }

  .sp .popup_interview {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .popup_interview_list {
    width: 100%;
    padding: 50px 7.5% 0 7.5%;
    position: relative;
    top: 0;
    left: 0;
  }

  .popup_interview_header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .popup_interview_category {
    width: 100%;
    padding: 0 0 0 7.5%;
    background: rgba(199, 199, 199, 1);
  }

  .popup_interview_category p {
    font-size: 20px;
    line-height: 60px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
  }

  .popup_interview_img {
    width: 100%;
    position: relative;
  }

  .popup_interview_position {
    width: 150px;
    text-align: center;
    background: rgba(220, 0, 50, 1);
    border-radius: 18px;
    position: absolute;
    top: -10px;
    left: -10px;
  }

  .popup_interview_position p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
  }

  .popup_interview_copy {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .popup_interview_copy p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
  }

  .popup_interview_name {
    width: 100%;
    margin: 20px 0 35px 0;
  }

  .popup_interview_name > p:nth-child(1) {
    font-size: 14px;
    line-height: 14px;
  }

  .popup_interview_name > p:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin: 10px 0 5px 0;
  }

  .popup_interview_name > p:nth-child(3) {
    font-size: 14px;
    line-height: 22px;
  }

  .popup_interview_text {
    width: 100%;
    margin: 25px 0 0 0;
    text-align: justify;
  }

  .popup_interview_text p {
    font-size: 15px;
    line-height: 30px;
  }

  .popup_interview_footer {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(199, 199, 199, 1);
  }

  .popup_interview_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 7.5%;
    margin: -15px 0 0 0;
  }

  .popup_interview_close a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .popup_interview_close a div {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 5px;
    position: relative;
  }

  .popup_interview_close a div span {
    display: block;
    width: 70%;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    left: 15%;
  }

  .popup_interview_close a div > span:nth-child(1) {
    transform: rotate(-45deg);
  }

  .popup_interview_close a div > span:nth-child(2) {
    transform: rotate(45deg);
  }

  .popup_interview_close a p {
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 40px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
  }

  .popup_interview_footer .popup_interview_close {
    width: 90px;
  }

  .popup_interview_footer .popup_interview_close a {
    width: 30px;
    height: 30px;
  }

  .popup_interview_on {
    position: relative;
  }

  .popup_interview_arrow {
    width: 100%;
    height: 47px;
    position: relative;
    margin: 30px 0 0 0;
  }

  .popup_interview_arrow a {
    display: block;
    width: 140px;
    position: absolute;
    top: 0;
  }

  .popup_interview_arrow > a:nth-child(1) {
    left: 0;
  }

  .popup_interview_arrow > a:nth-child(2) {
    right: 0;
  }

  .popup_interview_arrow a p {
    position: absolute;
    top: 50%;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
  }

  .popup_interview_arrow a > p:nth-child(2) {
    font-size: 12px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.75);
    margin: -18px 0 0 0;
  }

  .popup_interview_arrow a > p:nth-child(3) {
    font-size: 16px;
    line-height: 16px;
  }

  .popup_interview_arrow > a:nth-child(1) > p:nth-child(2) {
    left: 40px;
  }

  .popup_interview_arrow > a:nth-child(1) > p:nth-child(3) {
    left: 40px;
  }

  .popup_interview_arrow > a:nth-child(2) > p:nth-child(2) {
    left: 20px;
  }

  .popup_interview_arrow > a:nth-child(2) > p:nth-child(3) {
    left: 20px;
  }

  .popup_interview_pager {
    width: 100%;
    margin: 35px 0 0 0;
    text-align: center;
  }

  .popup_interview_pager div {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(220, 0, 50, 1);
    border: 1px solid rgba(220, 0, 50, 1);
    border-radius: 50%;
    margin: 0 6px 0 6px;
  }

  .pager_on {
    background: rgba(255, 255, 255, 1) !important;
  }

  .popup_interview_on {
    z-index: 10;
  }

  .popup_interview_off {
    z-index: 9;
  }

  #interview_top {
    margin-top: -50px;
    padding-top: 50px;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .popup_close {
    width: 70px;
    height: 70px;
    top: 30px;
    right: 30px;
  }

  .popup_scene {
    width: 310px;
    height: 310px;
    margin: -155px 0 0 -155px;
  }

  .popup_scene_arrow {
    width: 70px;
    top: 100%;
    margin: -35px 0 0 0;
  }

  .popup_scene_arrow_l {
    left: 0;
  }

  .popup_scene_arrow_r {
    right: 0;
  }

  .popup_interview {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    position: relative;
  }

  .sp .popup_interview {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .popup_interview_list {
    width: 100%;
    padding: 50px 7.5% 0 7.5%;
    position: relative;
    top: 0;
    left: 0;
  }

  .popup_interview_header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .popup_interview_category {
    width: 100%;
    padding: 0 0 0 7.5%;
    background: rgba(199, 199, 199, 1);
  }

  .popup_interview_category p {
    font-size: 20px;
    line-height: 60px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
  }

  .popup_interview_img {
    width: 100%;
    position: relative;
  }

  .popup_interview_position {
    width: 150px;
    text-align: center;
    background: rgba(220, 0, 50, 1);
    border-radius: 18px;
    position: absolute;
    top: -10px;
    left: -10px;
  }

  .popup_interview_position p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
  }

  .popup_interview_copy {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .popup_interview_copy p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
  }

  .popup_interview_name {
    width: 100%;
    margin: 20px 0 35px 0;
  }

  .popup_interview_name > p:nth-child(1) {
    font-size: 14px;
    line-height: 14px;
  }

  .popup_interview_name > p:nth-child(2) {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin: 10px 0 5px 0;
  }

  .popup_interview_name > p:nth-child(3) {
    font-size: 14px;
    line-height: 22px;
  }

  .popup_interview_text {
    width: 100%;
    margin: 25px 0 0 0;
    text-align: justify;
  }

  .popup_interview_text p {
    font-size: 15px;
    line-height: 30px;
  }

  .popup_interview_footer {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(199, 199, 199, 1);
  }

  .popup_interview_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 7.5%;
    margin: -15px 0 0 0;
  }

  .popup_interview_close a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .popup_interview_close a div {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 5px;
    position: relative;
  }

  .popup_interview_close a div span {
    display: block;
    width: 70%;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    left: 15%;
  }

  .popup_interview_close a div > span:nth-child(1) {
    transform: rotate(-45deg);
  }

  .popup_interview_close a div > span:nth-child(2) {
    transform: rotate(45deg);
  }

  .popup_interview_close a p {
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 40px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
  }

  .popup_interview_footer .popup_interview_close {
    width: 90px;
  }

  .popup_interview_footer .popup_interview_close a {
    width: 30px;
    height: 30px;
  }

  .popup_interview_on {
    position: relative;
  }

  .popup_interview_arrow {
    width: 100%;
    height: 47px;
    position: relative;
    margin: 30px 0 0 0;
  }

  .popup_interview_arrow a {
    display: block;
    width: 140px;
    position: absolute;
    top: 0;
  }

  .popup_interview_arrow > a:nth-child(1) {
    left: 0;
  }

  .popup_interview_arrow > a:nth-child(2) {
    right: 0;
  }

  .popup_interview_arrow a p {
    position: absolute;
    top: 50%;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
  }

  .popup_interview_arrow a > p:nth-child(2) {
    font-size: 12px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.75);
    margin: -18px 0 0 0;
  }

  .popup_interview_arrow a > p:nth-child(3) {
    font-size: 16px;
    line-height: 16px;
  }

  .popup_interview_arrow > a:nth-child(1) > p:nth-child(2) {
    left: 40px;
  }

  .popup_interview_arrow > a:nth-child(1) > p:nth-child(3) {
    left: 40px;
  }

  .popup_interview_arrow > a:nth-child(2) > p:nth-child(2) {
    left: 20px;
  }

  .popup_interview_arrow > a:nth-child(2) > p:nth-child(3) {
    left: 20px;
  }

  .popup_interview_pager {
    width: 100%;
    margin: 35px 0 0 0;
    text-align: center;
  }

  .popup_interview_pager div {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(220, 0, 50, 1);
    border: 1px solid rgba(220, 0, 50, 1);
    border-radius: 50%;
    margin: 0 6px 0 6px;
  }

  .pager_on {
    background: rgba(255, 255, 255, 1) !important;
  }

  .popup_interview_on {
    z-index: 10;
  }

  .popup_interview_off {
    z-index: 9;
  }

  #interview_top {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.menu_block a {
  width: 130px;
}

.menu_block > a:nth-child(1) {
  width: 160px;
}

.menu_block > a:nth-child(5) {
  width: 160px;
}

.menu_button {
  width: 120px !important;
}

.instagram_link {
  width: 80px !important;
  background-color: rgba(245, 245, 245, 1);
}

.instagram_link img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}

.instagram_link > img:nth-last-child(1) {
  opacity: 0;
}

.instagram_link > img:nth-last-child(2) {
  opacity: 1;
}

.pc .instagram_link {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.pc .instagram_link img {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.pc .instagram_link:hover {
  background-color: rgba(50, 50, 50, 1);
}

.pc .instagram_link:hover > img:nth-last-child(1) {
  opacity: 1;
}

.pc .instagram_link:hover > img:nth-last-child(2) {
  opacity: 0;
}

.instagram_link p {
  display: none;
}

.instagram_button {
  width: 750px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 50px;
  text-align: center;
}

.instagram_button a {
  display: block;
  width: 100%;
  border-radius: 50px;
  position: relative;
  background-color: rgba(220, 0, 50, 1);
  border: 1px solid rgba(220, 0, 50, 1);
}

.instagram_button a img {
  width: 30px;
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
}

.instagram_button a > img:nth-child(1),
.instagram_button a > img:nth-child(3) {
  left: 50px;
}

.instagram_button a > img:nth-child(2),
.instagram_button a > img:nth-child(4) {
  right: 50px;
}

.instagram_button a > img:nth-child(3),
.instagram_button a > img:nth-child(4) {
  opacity: 0;
}

.instagram_button a p {
  width: 100%;
  font-size: 30px;
  line-height: 98px;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
}

.instagram_button a br {
  display: none;
}

.pc .instagram_button a {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.pc .instagram_button a p {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.pc .instagram_button a img {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.pc .instagram_button a:hover {
  background-color: rgba(220, 0, 50, 0);
}

.pc .instagram_button a:hover p {
  color: rgba(220, 0, 50, 1);
}

.pc .instagram_button a:hover > img:nth-child(1),
.pc .instagram_button a:hover > img:nth-child(2) {
  opacity: 0;
}

.pc .instagram_button a:hover > img:nth-child(3),
.pc .instagram_button a:hover > img:nth-child(4) {
  opacity: 1;
}

@media (max-width: 1150px) {
  .menu_block {
    width: 230px;
  }

  .instagram_link {
    width: 100% !important;
    background-color: transparent !important;
    font-size: 0;
    line-height: 0;
  }

  .instagram_link img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
  }

  .instagram_link > img:nth-last-child(1) {
    display: inline-block;
    opacity: 1 !important;
  }

  .instagram_link > img:nth-last-child(2) {
    display: none;
  }

  .instagram_link p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    font-weight: normal;
    margin: 0 10px 0 0;
  }

  .instagram_button {
    width: 85%;
    margin-top: 100px;
  }

  .instagram_button a {
    border-radius: 15px;
    padding: 70px 0 25px 0;
  }

  .instagram_button a img {
    width: 30px;
    top: 30px;
    left: 50% !important;
    margin: 0 0 0 -15px;
  }

  .instagram_button a > img:nth-child(2),
  .instagram_button a > img:nth-child(4) {
    display: none;
  }

  .instagram_button a p {
    font-size: 20px;
    line-height: 34px;
  }

  .instagram_button a br {
    display: inline-block;
  }
}

@media (max-width: 1150px) and (orientation: landscape) {
  .menu_block {
    width: 230px;
  }

  .instagram_link {
    width: 100% !important;
    background-color: transparent !important;
    font-size: 0;
    line-height: 0;
  }

  .instagram_link img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
  }

  .instagram_link > img:nth-last-child(1) {
    display: inline-block;
    opacity: 1 !important;
  }

  .instagram_link > img:nth-last-child(2) {
    display: none;
  }

  .instagram_link p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    font-weight: normal;
    margin: 0 10px 0 0;
  }

  .instagram_button {
    width: 85%;
    margin-top: 100px;
  }

  .instagram_button a {
    border-radius: 15px;
    padding: 70px 0 25px 0;
  }

  .instagram_button a img {
    width: 30px;
    top: 30px;
    left: 50% !important;
    margin: 0 0 0 -15px;
  }

  .instagram_button a > img:nth-child(2),
  .instagram_button a > img:nth-child(4) {
    display: none;
  }

  .instagram_button a p {
    font-size: 20px;
    line-height: 34px;
  }

  .instagram_button a br {
    display: inline-block;
  }
}

.intro_button {
  max-width: 1440px;
  margin: 0 auto;
  padding: 150px 120px 0 120px;
  margin-top: -50px;
  font-size: 0;
  line-height: 0;
}

.intro_button_list {
  display: inline-block;
  width: calc((100% - 60px) / 2);
}

.intro_button_list > div {
  width: 100%;
  margin: 0 0 40px 0;
  font-size: 0;
  line-height: 0;
}

.intro_button_list > div img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin: 0 10px 0 0;
}

.intro_button_list > div p {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 700;
  color: rgba(220, 0, 50, 1);
}

.intro_button_list > a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.intro_button_list > a div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.intro_button_list > a > div:nth-last-child(2) {
  position: relative;
}

.intro_button_list > a > div:nth-last-child(1) {
  background-color: rgba(220, 0, 50, 0.9);
}

.intro_button_list > a > div:nth-last-child(1) p {
  color: rgba(255, 255, 255, 1);
}

.intro_button_list > a > div:nth-last-child(1) > p:nth-child(1) {
  font-size: 32px;
  line-height: 52px;
  letter-spacing: 1px;
  font-weight: 700;
  position: absolute;
  top: 50px;
  left: 50px;
}

.intro_button_list > a > div:nth-last-child(1) > p:nth-child(2) {
  width: 140px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 700;
  position: absolute;
  bottom: 50px;
  right: 50px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 1);
}

.intro_button > .intro_button_list:nth-child(1),
.intro_button > .intro_button_list:nth-child(3) {
  margin-right: 60px;
}

.intro_button > .intro_button_list:nth-child(3),
.intro_button > .intro_button_list:nth-child(4) {
  margin-top: 60px;
}

.intro_button > .intro_button_list:nth-child(1) > a > div:nth-last-child(2) {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/intro_img0.jpg?2022);
}

.intro_button > .intro_button_list:nth-child(2) > a > div:nth-last-child(2) {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/intro_img1.jpg?2022);
}

.intro_button > .intro_button_list:nth-child(3) > a > div:nth-last-child(2) {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/intro_img2.jpg?2022);
}

.intro_button > .intro_button_list:nth-child(4) > a > div:nth-last-child(2) {
  background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/intro_img3.jpg?2022);
}

.intro_button_list > a > div:nth-last-child(1) {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
  opacity: 0;
}

.intro_button_list > a > div:nth-last-child(1) > p:nth-child(1) {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
  transform: translateX(-15px) translateY(-15px);
  opacity: 0;
}

.intro_button_list > a > div:nth-last-child(1) > p:nth-child(2) {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
  transform: translateX(15px) translateY(15px);
  opacity: 0;
}

.pc .intro_button_list > a:hover > div:nth-last-child(1) {
  opacity: 1;
}

.pc .intro_button_list > a:hover > div:nth-last-child(1) > p:nth-child(1) {
  transform: translateX(0px) translateY(0px);
  opacity: 1;
}

.pc .intro_button_list > a:hover > div:nth-last-child(1) > p:nth-child(2) {
  transform: translateX(0px) translateY(0px);
  opacity: 1;
}

.intro_movie {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 100px;
}

.intro_movie > div:nth-child(1) {
  width: 100%;
  margin: 0 0 40px 0;
}

.intro_movie > div:nth-child(1) img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin: 0 10px 0 0;
}

.intro_movie > div:nth-child(1) p {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 700;
  color: rgba(220, 0, 50, 1);
}

.intro_movie > div:nth-child(2) {
  width: 100%;
  position: relative;
}

.intro_movie > div:nth-child(2) img {
  position: relative;
}

.intro_movie > div:nth-child(2) iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1400px) {
  .intro_button {
    padding: 120px 90px 0 90px;
  }
}

@media (max-width: 1300px) {
  .intro_button {
    padding: 120px 60px 0 60px;
  }
}

@media (max-width: 1150px) {
  .intro_button_list > a > div:nth-last-child(1) > p:nth-child(1) {
    top: 30px;
    left: 30px;
  }

  .intro_button_list > a > div:nth-last-child(1) > p:nth-child(2) {
    bottom: 30px;
    right: 30px;
  }
}

@media (max-width: 1150px) and (orientation: landscape) {
  .intro_button_list > a > div:nth-last-child(1) > p:nth-child(1) {
    top: 30px;
    left: 30px;
  }

  .intro_button_list > a > div:nth-last-child(1) > p:nth-child(2) {
    bottom: 30px;
    right: 30px;
  }
}

@media (max-width: 1000px) {
  .intro_button {
    width: 100%;
    margin-top: -30px;
    padding: 90px 30px 0 30px;
  }

  .intro_button > .intro_button_list:nth-child(1),
  .intro_button > .intro_button_list:nth-child(3) {
    margin-right: 0;
  }

  .intro_button > .intro_button_list:nth-child(3),
  .intro_button > .intro_button_list:nth-child(4) {
    margin-top: 0;
  }

  .intro_button_list {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
  }

  .intro_button_list > div {
    margin: 0 0 25px 0;
  }

  .intro_button_list > div p {
    font-size: 20px;
    line-height: 20px;
  }

  .intro_button_list > a > div:nth-last-child(1) {
    padding: 20px 30px 30px 30px;
    position: relative;
    opacity: 1;
  }

  .intro_button_list > a > div:nth-last-child(1) > p:nth-child(1) {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0) translateY(0);
    opacity: 1;
  }

  .intro_button_list > a > div:nth-last-child(1) > p:nth-child(2) {
    width: 100px;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    bottom: 0;
    right: 100px;
    border-radius: 15px;
    transform: translateX(0) translateY(0);
    opacity: 1;
    margin: 20px 0 0 100%;
  }

  .intro_button > .intro_button_list:nth-child(1) > a > div:nth-last-child(2) {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/intro_img0_sp.jpg?2022);
  }

  .intro_button > .intro_button_list:nth-child(2) > a > div:nth-last-child(2) {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/intro_img1_sp.jpg?2022);
  }

  .intro_button > .intro_button_list:nth-child(3) > a > div:nth-last-child(2) {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/intro_img2_sp.jpg?2022);
  }

  .intro_button > .intro_button_list:nth-child(4) > a > div:nth-last-child(2) {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/intro_img3_sp.jpg?2022);
  }

  .intro_movie {
    margin-top: 80px;
    margin-bottom: 60px;
    max-width: calc(100% - 60px);
  }

  .intro_movie > div:nth-child(1) {
    margin: 0 0 25px 0;
  }

  .intro_movie > div:nth-child(1) p {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .intro_button {
    width: 100%;
    margin-top: -30px;
    padding: 90px 30px 0 30px;
  }

  .intro_button > .intro_button_list:nth-child(1),
  .intro_button > .intro_button_list:nth-child(3) {
    margin-right: 0;
  }

  .intro_button > .intro_button_list:nth-child(3),
  .intro_button > .intro_button_list:nth-child(4) {
    margin-top: 0;
  }

  .intro_button_list {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
  }

  .intro_button_list > div {
    margin: 0 0 25px 0;
  }

  .intro_button_list > div p {
    font-size: 20px;
    line-height: 20px;
  }

  .intro_button_list > a > div:nth-last-child(1) {
    padding: 20px 30px 30px 30px;
    position: relative;
    opacity: 1;
  }

  .intro_button_list > a > div:nth-last-child(1) > p:nth-child(1) {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0) translateY(0);
    opacity: 1;
  }

  .intro_button_list > a > div:nth-last-child(1) > p:nth-child(2) {
    width: 100px;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    bottom: 0;
    right: 100px;
    border-radius: 15px;
    transform: translateX(0) translateY(0);
    opacity: 1;
    margin: 20px 0 0 100%;
  }

  .intro_button > .intro_button_list:nth-child(1) > a > div:nth-last-child(2) {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/intro_img0_sp.jpg?2022);
  }

  .intro_button > .intro_button_list:nth-child(2) > a > div:nth-last-child(2) {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/intro_img1_sp.jpg?2022);
  }

  .intro_button > .intro_button_list:nth-child(3) > a > div:nth-last-child(2) {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/intro_img2_sp.jpg?2022);
  }

  .intro_button > .intro_button_list:nth-child(4) > a > div:nth-last-child(2) {
    background-image: url(//www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/intro_img3_sp.jpg?2022);
  }

  .intro_movie {
    margin-top: 80px;
    margin-bottom: 60px;
    max-width: calc(100% - 60px);
  }

  .intro_movie > div:nth-child(1) {
    margin: 0 0 25px 0;
  }

  .intro_movie > div:nth-child(1) p {
    font-size: 20px;
    line-height: 20px;
  }
}

.outro {
  width: 100%;
  background-color: #f4f4f4;
  margin: 0 0 100px 0;
  padding: 100px 0 100px 0;
}

.outro_inner {
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.outro_list {
  display: inline-block;
  width: 260px;
  margin: 0 30px 0 30px;
}

.outro_list img {
  display: block;
  width: 75px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.outro_inner > .outro_list:nth-child(1) img {
  width: 120px;
  margin-bottom: 65px;
}

.outro_list a {
  display: block;
  width: 100%;
  padding: 5px 0 5px 0;
  border-radius: 33px;
}

.outro_list a p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.outro_inner > .outro_list:nth-child(1) a {
  background-color: #232f76;
}

.outro_inner > .outro_list:nth-child(2) a {
  background-color: #d0006d;
}

.outro_inner > .outro_list:nth-child(3) a {
  background-color: #06c755;
}

.outro_list a {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.pc .outro_inner > .outro_list:nth-child(1) a:hover {
  background-color: #1b245c;
}

.pc .outro_inner > .outro_list:nth-child(2) a:hover {
  background-color: #b50044;
}

.pc .outro_inner > .outro_list:nth-child(3) a:hover {
  background-color: #05a830;
}

@media (max-width: 1150px) {
  .outro_inner {
    padding: 0px 30px 0 30px;
  }

  .outro_list {
    width: calc(100% / 3);
    margin: 0;
    padding: 0px 30px 0 30px;
  }
}

@media (max-width: 1150px) and (orientation: landscape) {
  .outro_inner {
    padding: 0px 30px 0 30px;
  }

  .outro_list {
    width: calc(100% / 3);
    margin: 0;
    padding: 0px 30px 0 30px;
  }
}

@media (max-width: 1000px) {
  .outro {
    background-color: #ffffff;
    margin: 0 0 75px 0;
    padding: 0;
  }

  .outro_list {
    display: block;
    width: 100%;
    margin: 30px 0 30px 0;
    padding: 0;
    text-align: center;
  }

  .outro_list a {
    padding: 15px 30px 15px 30px;
    border-radius: 41px;
  }

  .outro_list a img {
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    margin-bottom: 0;
    margin: 0 15px 0 0;
  }

  .outro_list a p {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .outro_inner > .outro_list:nth-child(1) a {
    background-color: #ffffff;
  }

  .outro_inner > .outro_list:nth-child(2) a {
    background-color: #ffffff;
  }

  .outro_inner > .outro_list:nth-child(3) a {
    background-color: #ffffff;
  }

  .outro_inner > .outro_list:nth-child(1) a {
    border: 2px solid #232f76;
  }

  .outro_inner > .outro_list:nth-child(2) a {
    border: 2px solid #d0006d;
  }

  .outro_inner > .outro_list:nth-child(3) a {
    border: 2px solid #06c755;
  }

  .outro_inner > .outro_list:nth-child(1) a p {
    color: #232f76;
  }

  .outro_inner > .outro_list:nth-child(2) a p {
    color: #d0006d;
  }

  .outro_inner > .outro_list:nth-child(3) a p {
    color: #06c755;
  }

  .pc .outro_inner > .outro_list:nth-child(1) a:hover {
    background-color: #ffffff;
  }

  .pc .outro_inner > .outro_list:nth-child(2) a:hover {
    background-color: #ffffff;
  }

  .pc .outro_inner > .outro_list:nth-child(3) a:hover {
    background-color: #ffffff;
  }

  .outro_inner > .outro_list:nth-child(1) img {
    width: 44px;
    margin-bottom: 0;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .outro {
    background-color: #ffffff;
    margin: 0 0 75px 0;
    padding: 0;
  }

  .outro_list {
    display: block;
    width: 100%;
    margin: 30px 0 30px 0;
    padding: 0;
    text-align: center;
  }

  .outro_list a {
    padding: 15px 30px 15px 30px;
    border-radius: 41px;
  }

  .outro_list a img {
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    margin-bottom: 0;
    margin: 0 15px 0 0;
  }

  .outro_list a p {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .outro_inner > .outro_list:nth-child(1) a {
    background-color: #ffffff;
  }

  .outro_inner > .outro_list:nth-child(2) a {
    background-color: #ffffff;
  }

  .outro_inner > .outro_list:nth-child(3) a {
    background-color: #ffffff;
  }

  .outro_inner > .outro_list:nth-child(1) a {
    border: 2px solid #232f76;
  }

  .outro_inner > .outro_list:nth-child(2) a {
    border: 2px solid #d0006d;
  }

  .outro_inner > .outro_list:nth-child(3) a {
    border: 2px solid #06c755;
  }

  .outro_inner > .outro_list:nth-child(1) a p {
    color: #232f76;
  }

  .outro_inner > .outro_list:nth-child(2) a p {
    color: #d0006d;
  }

  .outro_inner > .outro_list:nth-child(3) a p {
    color: #06c755;
  }

  .pc .outro_inner > .outro_list:nth-child(1) a:hover {
    background-color: #ffffff;
  }

  .pc .outro_inner > .outro_list:nth-child(2) a:hover {
    background-color: #ffffff;
  }

  .pc .outro_inner > .outro_list:nth-child(3) a:hover {
    background-color: #ffffff;
  }

  .outro_inner > .outro_list:nth-child(1) img {
    width: 44px;
    margin-bottom: 0;
  }
}

#lower {
  padding: 120px 0 0 0;
}

.back {
  width: 100%;
  padding: 100px 0 100px 0;
}

.back_inner {
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.back_button {
  display: inline-block;
  width: 280px;
}

.back_button a {
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 0;
  background-color: #dc0032;
}

.back_button a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 64px;
  letter-spacing: 1px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.back_button a img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin: 0 0 0 10px;
}

.back_button a {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.pc .back_button a:hover {
  background-color: #c6001a;
}

@media (max-width: 1000px) {
  .back {
    padding: 75px 0 45px 0;
  }

  .back_inner {
    padding: 0px 30px 0 30px;
  }

  .back_button {
    width: 100%;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .back {
    padding: 75px 0 45px 0;
  }

  .back_inner {
    padding: 0px 30px 0 30px;
  }

  .back_button {
    width: 100%;
  }
}

/*BLOG*/
#blog {
}

#blog .contents_block_inner {
  padding: 100px 0 50px 0;
}

.blog_block {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px 0 120px;
}

.blog_title {
  width: 100%;
  font-size: 0;
  line-height: 0;
  margin: 0 0 50px 0;
}

.blog_title img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin: 0 10px 0 0;
}

.blog_title p {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 700;
  color: rgba(220, 0, 50, 1);
}

.blog_area {
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.blog_list {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 100px) / 3);
  margin: 0 0 0 50px;
}

.blog_area > .blog_list:nth-child(1) {
  margin: 0;
}

.blog_list a {
  display: block;
  width: 100%;
}

.blog_img {
  width: 100%;
  margin: 0 0 25px 0;
  overflow: hidden;
}

.blog_text {
  width: 100%;
}

.blog_text > p:nth-child(1) {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0 0 20px 0;
  max-height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.blog_text > p:nth-child(2) {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 700;
  color: rgba(220, 0, 50, 1);
}

.blog_button {
  width: 200px;
  margin: 0 auto;
  margin-top: 50px;
}

.blog_button a {
  display: block;
  width: 100%;
  padding: 0 0 2px 0;
  background-color: #dc0032;
  text-align: center;
  border-radius: 25px;
}

.blog_button a p {
  font-size: 18px;
  line-height: 48px;
  font-weight: 700;
  color: #ffffff;
}

.pc .blog_img img {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.pc .blog_list a:hover .blog_img img {
  transform: scale(1.05);
}

.pc .blog_button a {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.pc .blog_button a:hover {
  background-color: #c6001a;
}

.bx-wrapper {
  display: none;
}

@media (max-width: 1000px) {
  #blog .contents_block_inner {
    padding: 25px 0 50px 0;
  }

  .blog_block {
    max-width: 100%;
    padding: 0;
  }

  .blog_title {
    margin: 0 0 30px 0;
    padding: 0 30px 0 30px;
  }

  .blog_title p {
    font-size: 20px;
    line-height: 20px;
  }

  .bx-wrapper,
  .bx-viewport {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
  }

  .bx-pager {
    display: none;
  }

  .blog_area {
    width: 500% !important;
  }

  .blog_list {
    width: 20% !important;
    margin: 0;
    padding: 0 30px 0 30px;
  }

  .blog_text > p:nth-child(1) {
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 15px 0;
    max-height: 64px;
  }

  .blog_text > p:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
  }

  .blog_button {
    width: 180px;
    margin-top: 40px;
  }

  .blog_button a {
    border-radius: 22px;
  }

  .blog_button a p {
    font-size: 16px;
    line-height: 42px;
  }

  .bx-controls {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    pointer-events: none;
  }

  .bx-controls-direction {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .bx-prev,
  .bx-next {
    width: 44px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin: -40px 0 0 0;
    font-size: 0;
    line-height: 0;
    background-color: #dc0032;
    user-select: auto;
    pointer-events: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 25px;
    background-image: url(http://www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/blog_arrow1.svg);
  }

  .bx-prev {
    left: 0;
    transform: rotate(180deg);
  }

  .bx-next {
    right: 0;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  #blog .contents_block_inner {
    padding: 25px 0 50px 0;
  }

  .blog_block {
    max-width: 100%;
    padding: 0;
  }

  .blog_title {
    margin: 0 0 30px 0;
    padding: 0 30px 0 30px;
  }

  .blog_title p {
    font-size: 20px;
    line-height: 20px;
  }

  .bx-wrapper,
  .bx-viewport {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
  }

  .bx-pager {
    display: none;
  }

  .blog_area {
    width: 500% !important;
  }

  .blog_list {
    width: 20% !important;
    margin: 0;
    padding: 0 30px 0 30px;
  }

  .blog_text > p:nth-child(1) {
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 15px 0;
    max-height: 64px;
  }

  .blog_text > p:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
  }

  .blog_button {
    width: 180px;
    margin-top: 40px;
  }

  .blog_button a {
    border-radius: 22px;
  }

  .blog_button a p {
    font-size: 16px;
    line-height: 42px;
  }

  .bx-controls {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    pointer-events: none;
  }

  .bx-controls-direction {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .bx-prev,
  .bx-next {
    width: 44px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin: -40px 0 0 0;
    font-size: 0;
    line-height: 0;
    background-color: #dc0032;
    user-select: auto;
    pointer-events: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 25px;
    background-image: url(http://www.denso-fy-recruit.com/wp-content/themes/densofy_2026/img/blog_arrow1.svg);
  }

  .bx-prev {
    left: 0;
    transform: rotate(180deg);
  }

  .bx-next {
    right: 0;
  }
}

/*BUTTON*/
.button_group {
  width: 100%;
  margin: 0 0 60px 0;
  text-align: center;
}

.button_group a {
  display: inline-block;
  vertical-align: middle;
  width: 340px;
  margin: 0 20px 0 20px;
  font-size: 20px;
  line-height: 70px;
  font-weight: 700;
  color: #ffffff;
  background-color: #dc0032;
}

.button_group > a:nth-child(1) {
  display: block;
  width: 480px;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  font-size: 24px;
  line-height: 48px;
  color: #dc0032;
  background-color: #ffffff;
  border: 3px solid #dc0032;
}

.button_group > a:nth-child(1) span {
  display: block;
  width: 100%;
  padding: 8px 50px 8px 0;
  position: relative;
  box-sizing: border-box;
}

.button_group > a:nth-child(1) img {
  width: 36px;
  position: absolute;
  top: calc(50% - 22px);
  right: 50px;
}

.button_group > a:nth-child(1) span > img:nth-last-child(1) {
  opacity: 0;
}

.button_group a {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.button_group a img {
  transition-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.pc .button_group a:hover {
  background-color: #c6001a;
}

.pc .button_group > a:nth-child(1):hover {
  color: #ffffff;
  border: 3px solid #c6001a;
}

.pc .button_group > a:nth-child(1):hover span > img:nth-last-child(2) {
  opacity: 0;
}

.pc .button_group > a:nth-child(1):hover span > img:nth-last-child(1) {
  opacity: 1;
}

@media (max-width: 1000px) {
  .button_group {
    padding: 0 30px 0 30px;
    margin: 0 0 75px 0;
  }

  .button_group a {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
  }

  .button_group > a:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .button_group > a:nth-child(1) span {
    width: 190px;
    margin: 0 auto;
    padding: 19px 0 19px 0;
    text-align: left;
  }

  .button_group > a:nth-child(1) img {
    width: 45px;
    top: calc(50% - 27px);
    right: 0;
  }

  .button_group > a:nth-child(2),
  .button_group > a:nth-child(3) {
    padding: 15px 0 15px 0;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .button_group {
    padding: 0 30px 0 30px;
    margin: 0 0 75px 0;
  }

  .button_group a {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
  }

  .button_group > a:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .button_group > a:nth-child(1) span {
    width: 190px;
    margin: 0 auto;
    padding: 19px 0 19px 0;
    text-align: left;
  }

  .button_group > a:nth-child(1) img {
    width: 45px;
    top: calc(50% - 27px);
    right: 0;
  }

  .button_group > a:nth-child(2),
  .button_group > a:nth-child(3) {
    padding: 15px 0 15px 0;
  }
}

/*MEDIA*/
.media_group {
  width: 100%;
  margin: 0 0 100px 0;
  text-align: center;
}

.media_group a {
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  margin: 0 10px 0 10px;
}

.media_group_title {
  width: 100%;
  margin: 0 0 35px 0;
  text-align: center;
}

.media_group_title > p:nth-child(1) {
  font-size: 24px;
  line-height: 24px;
  color: #dc0032;
}

.media_group_title > p:nth-child(2) {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin: 10px 0 0 0;
}

@media (max-width: 1000px) {
  .media_group_title {
    margin: 0 0 30px 0;
  }

  .media_group {
    padding: 0 30px 0 30px;
    margin: 0 0 75px 0;
  }

  .media_group a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .media_group_title {
    margin: 0 0 30px 0;
  }

  .media_group {
    padding: 0 30px 0 30px;
    margin: 0 0 75px 0;
  }

  .media_group a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
