@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-height: 110vh;
  color: #222;
  width: 100%;
}

.sp {
  display: none !important;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #222;
  transition: 0.3s;
  word-break: break-all;
}

.basein {
  width: 1600px;
  margin: auto;
}

p {
  line-height: 1.8;
}

.btn {
  padding: 2% 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn a {
  border: 1px solid black;
  min-width: 300px;
  background-color: #000;
  color: white;
  padding: 20px 30px;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.btn a:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064.95%206.36%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%220%205.86%2062.64%205.86%2050.76%20.46%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20%;
  padding-top: 10%;
  transition: 0.3s;
  position: relative;
  left: 0;
}
.btn a:hover {
  background-color: white;
  color: black;
}
.btn a:hover:after {
  left: 1.5%;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064.95%206.36%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23000%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%220%205.86%2062.64%205.86%2050.76%20.46%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.btn a.mail:before {
  content: "";
  width: 15%;
  padding-top: 15%;
  background-image: url("../img/mail_icon.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn a.mail:hover:before {
  background-image: url("../img/mail_icon_b.webp");
}
.btn.w a {
  border-color: white;
  color: black;
  background-color: white;
}
.btn.w a:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064.95%206.36%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23000%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%220%205.86%2062.64%205.86%2050.76%20.46%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.btn.w a:hover {
  color: white;
  background-color: black;
  border-color: white;
}
.btn.w a:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064.95%206.36%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%220%205.86%2062.64%205.86%2050.76%20.46%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media all and (max-width: 1600px) {
  .btn a {
    min-width: 20vw;
    padding: 1.5vw 2vw;
  }
}
@media all and (max-width: 540px) and (orientation: portrait) {
  .btn {
    padding: 8% 0;
  }
  .btn a {
    width: 60%;
    padding: 3vw 5vw;
  }
}

.fuwatto.js-target {
  transition: 0.3s;
  opacity: 0;
}
.fuwatto.js-target.js-active {
  -webkit-animation: fuwatto 0.3s linear 0s normal both;
          animation: fuwatto 0.3s linear 0s normal both;
}
.fuwatto.js-target.delay01 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fuwatto.js-target.delay02 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.rotate.js-target {
  transition: 0.3s;
  opacity: 0;
}
.rotate.js-target.js-active {
  -webkit-animation: rotate 0.3s linear 0s normal both;
          animation: rotate 0.3s linear 0s normal both;
}
.rotate.js-target.delay01 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.rotate.js-target.delay02 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.rotate-before.js-target {
  transition: 0.3s;
}
.rotate-before.js-target.js-active:before {
  -webkit-animation: rotate 0.3s linear 0s normal both;
          animation: rotate 0.3s linear 0s normal both;
}
.rotate-before.js-target.delay01 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.rotate-before.js-target.delay02 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.hamburger-menu {
  display: block;
  display: none;
  position: absolute;
  transition: all 0.5s;
  z-index: 100;
  right: 0;
  top: 0;
}
.hamburger-menu p {
  position: absolute;
  font-size: 60%;
  top: 0;
}
.hamburger-menu .menu-btn.on span {
  background-color: rgba(255, 255, 255, 0) !important; /*メニューオープン時は真ん中の線を透明にする*/
  box-shadow: none;
  width: 25px;
}
.hamburger-menu .menu-btn.on span::before {
  bottom: 0;
  transform: rotate(45deg);
  transition: all 0.5s;
  width: 25px;
}
.hamburger-menu .menu-btn.on span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: all 0.5s;
  width: 25px;
}
.hamburger-menu .menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  transition: all 0.5s;
}
.hamburger-menu .menu-btn span, .hamburger-menu .menu-btn span:before, .hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 0px;
  background-color: white;
  position: absolute;
  transition: all 0.5s;
}
.hamburger-menu .menu-btn span:before {
  bottom: 8px;
  right: 0;
}
.hamburger-menu .menu-btn span:after {
  top: 8px;
  right: 0;
}

.anchor {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
  height: 0;
  width: 100%;
}

header#header {
  color: white;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  z-index: 5;
  transition: 0.5s;
}
header#header.back {
  background-color: rgba(34, 34, 34, 0.5);
}
header#header.hide {
  top: -80px;
}
header#header a {
  color: white;
}
header#header .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
header#header .flex h1 {
  width: 25%;
  padding: 0;
  margin: 0;
  font-size: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header#header .flex h1 a {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
header#header .flex h1 a .logo {
  max-width: 60px;
  margin-right: 5px;
}
header#header .flex h1 a:hover {
  transform: scale(1.1);
}
header#header .flex .head_menu {
  width: 75%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
header#header .flex .head_menu nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
header#header .flex .head_menu nav ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
header#header .flex .head_menu nav ul.menu li {
  list-style: none;
  position: relative;
  padding: 0 10px;
}
header#header .flex .head_menu nav ul.menu li a {
  font-size: 80%;
  transition: 0.3s;
  display: block;
  text-shadow: 1px 1px 3px #777, -1px 1px 3px #777, 1px -1px 3px #777, -1px -1px 3px #777;
}
header#header .flex .head_menu nav ul.menu li a:hover {
  transform: scale(1.1);
}
header#header .flex .head_menu nav ul.menu .sub-menu {
  display: none;
}
header#header .flex .head_menu .tel_mail {
  display: flex;
  width: 400px;
  align-items: stretch;
  justify-content: flex-end;
}
header#header .flex .head_menu .tel_mail .tel_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #cccccc;
  color: #222;
  padding: 5px;
}
header#header .flex .head_menu .tel_mail .tel_block b {
  font-size: 130%;
  padding: 0 0 7px;
  border-bottom: 2px solid black;
  margin-bottom: 5px;
}
header#header .flex .head_menu .tel_mail .tel_block span {
  font-size: 70%;
}
header#header .flex .head_menu .tel_mail .mail {
  height: 100%;
  display: flex;
  width: 80px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background: black;
}
header#header .flex .head_menu .tel_mail .mail a {
  transition: 0.3s;
}
header#header .flex .head_menu .tel_mail .mail a:hover {
  transform: rotate(360deg);
}
header#header .btn {
  margin-left: 15px;
}
@media all and (max-width: 1200px) {
  header#header {
    height: 6vw;
  }
  header#header.hide {
    top: -6vw;
  }
  header#header .flex h1 a .logo {
    max-width: 4vw;
    margin-right: 1vw;
  }
  header#header .flex .head_menu .tel_mail {
    width: 25vw;
  }
  header#header .flex .head_menu .tel_mail .mail {
    width: 5vw;
    padding: 2% 5%;
  }
}

#mv {
  position: relative;
  overflow: hidden;
}
#mv .flex {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#mv .flex .catch {
  position: absolute;
  display: block;
  font-size: 100%;
  color: white;
  left: 5%;
  top: 20%;
}
#mv .flex .catch h2 {
  font-family: "Shippori Antique", sans-serif;
  text-align: left;
}
#mv .flex .catch h2 strong {
  display: block;
  line-height: 1.5;
  font-weight: normal;
  font-size: 180%;
}
#mv .flex .catch h3 {
  display: block;
  font-size: 100%;
  color: white;
  font-family: "Shippori Antique", sans-serif;
}
#mv .flex .catch h3 .catchs {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s;
}
#mv .flex .catch h3 .catchs strong {
  display: block;
  line-height: 2;
  font-weight: normal;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s;
  text-align: left;
  font-size: 130%;
}
#mv .flex .catch h3 .catchs.js-active, #mv .flex .catch h3 .catchs.js-active strong {
  transform: translate(0, 0);
}
#mv .flex .silhouette {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
#mv .flex .silhouette .mv_slick, #mv .flex .silhouette .slick-list, #mv .flex .silhouette .slick-track {
  height: 80vh;
}
#mv .flex .silhouette img {
  width: 100%;
  max-width: inherit;
  height: 100%;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
#mv .flex .silhouette .add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}
#mv .flex .invisibl {
  width: 50%;
  position: absolute;
  top: 15%;
  left: 5%;
}
#mv .flex .invisibl .catchs {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 4.5s;
}
#mv .flex .invisibl .catchs strong {
  display: block;
  line-height: 2;
  font-weight: normal;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 4.5s;
}
#mv .flex .invisibl .catchs.js-active, #mv .flex .invisibl .catchs.js-active strong {
  transform: translate(0, 0);
}
#mv .scroll {
  width: 30px;
  position: absolute;
  bottom: -5%;
  left: 1%;
}
#mv .scroll .instagram, #mv .scroll .facebook {
  margin-bottom: 5px;
  transition: 0.3s;
}
#mv .scroll .instagram:hover, #mv .scroll .facebook:hover {
  transform: rotate(360deg);
}
#mv .scroll .scroll_line {
  position: relative;
  height: 190px;
  padding-top: 5px;
}
#mv .scroll .scroll_line:before {
  content: "Scroll";
  position: absolute;
  left: 43%;
  top: 10%;
  transform: rotate(90deg);
  font-size: 10px;
  color: white;
}
#mv .scroll .scroll_line:after {
  content: "";
  height: 0;
  border-left: 1px solid white;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-animation: scroll_line_move 5s ease-in-out 0s alternate infinite;
          animation: scroll_line_move 5s ease-in-out 0s alternate infinite;
  box-shadow: 1px 1px 3px #888;
}
@-webkit-keyframes scroll_line_move {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes scroll_line_move {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@media all and (max-width: 1200px) {
  #mv .scroll {
    width: 3%;
  }
  #mv .scroll .scroll_line {
    height: 10vw;
  }
}

#top_news {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
#top_news h2 {
  padding: 0;
  margin: 0;
  width: 200px;
  font-size: 100%;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
#top_news h2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #002d8b;
  color: white;
}
#top_news .top_news_list {
  width: calc(100% - 200px);
  background-color: #f2f2f2;
}
#top_news .top_news_list a {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0.2rem 1rem;
  width: 100%;
}
#top_news .top_news_list a .date, #top_news .top_news_list a h3 {
  line-height: 1.5;
  font-size: 100%;
}
#top_news .top_news_list a .date {
  padding: 0.5rem 1rem;
  margin: 0;
}
#top_news .top_news_list a h3 {
  font-weight: normal;
  padding: 0.5rem 1rem;
  margin: 0;
}

#strengths_top {
  margin: auto;
}
#strengths_top .strengths_catch {
  position: relative;
  margin: auto;
  max-width: 1800px;
}
#strengths_top .strengths_catch h2 {
  background-image: url("../img/strengths.webp");
  width: 80%;
  padding: 5% 5% 10% 10%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
  bottom: -45px;
}
#strengths_top .strengths_catch .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  font-weight: bold;
  font-family: "Shippori Antique", sans-serif;
}
#strengths_top .supports_imges {
  background-color: #aab9d9;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
#strengths_top .supports_imges .blocks {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#strengths_top .supports_imges .blocks .block {
  border-left: 1px solid #222;
  width: 100%;
  max-width: 350px;
}
#strengths_top .supports_imges .blocks .block:last-child {
  border-right: 1px solid #222;
}
#strengths_top .supports_imges .blocks .block .image {
  padding: 5%;
}
#strengths_top .supports_imges .blocks .block .text {
  padding: 0 5% 5%;
}
#strengths_top .supports_imges .blocks .block .text p {
  font-size: 100%;
  line-height: 1.5;
  text-align: left;
}
#strengths_top .catch {
  padding: 8% 10%;
  background-image: url("../img/catch.webp");
  background-size: cover;
}
#strengths_top .catch h3 {
  color: white;
  font-family: "Shippori Antique", sans-serif;
  text-align: left;
  font-weight: normal;
  font-size: 150%;
}

#service_top {
  background: #00040D;
  background: linear-gradient(0deg, rgb(0, 4, 13) 0%, rgb(0, 44, 137) 100%);
  overflow: hidden;
  width: 100%;
}
#service_top .inner {
  margin-left: 5%;
  padding-top: 1%;
  width: 95%;
  padding-bottom: 2%;
  background-color: white;
}
#service_top h2.service_text {
  background-image: url("../img/service.webp");
  width: 50%;
  padding: 3% 2% 7% 5%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
  left: -3%;
}
#service_top .service_blocks {
  max-width: 1400px;
  margin-right: 1%;
  display: flex;
  justify-content: flex-end;
}
#service_top .service_blocks .block {
  width: 80%;
}
#service_top .service_blocks .block a {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-bottom: 1px solid #222;
  position: relative;
}
#service_top .service_blocks .block a:hover .text:after {
  transform: translateY(-50%) rotate(360deg);
}
#service_top .service_blocks .block a h3 {
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 50px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 30%;
}
#service_top .service_blocks .block a h3:before {
  content: "";
  width: 20px;
  padding-top: 20px;
  background-image: url("../img/icon01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#service_top .service_blocks .block a .text {
  width: 68%;
  position: relative;
}
#service_top .service_blocks .block a .text:after {
  content: "";
  width: 5%;
  padding-top: 5%;
  background-image: url("../img/arrow01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
#service_top .service_blocks .block a .text p {
  text-align: left;
  font-size: 90%;
  padding-right: 15%;
}
#service_top .btn {
  padding: 3% 0;
}
#service_top .images {
  display: flex;
  width: 75%;
  margin: auto 0 auto auto;
}

#company_top {
  background: #00040d;
  color: white;
  position: relative;
  padding: 5% 0;
}
#company_top h2.company_text {
  background-image: url("../img/company.webp");
  width: 50%;
  padding: 9.5% 9% 1% 5%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: right;
  position: absolute;
  right: 5%;
  top: 5%;
}
#company_top .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
#company_top .flex .image {
  width: 60%;
}
#company_top .flex .text {
  width: 40%;
  padding-left: 5%;
  text-align: left;
}
#company_top .flex .text h3 {
  font-family: "Shippori Antique", sans-serif;
  font-size: 90%;
  font-weight: normal;
  line-height: 2;
  padding-bottom: 15%;
}
#company_top .flex .text .btn {
  justify-content: flex-start;
}

#recruit_top {
  position: relative;
  padding-top: 8%;
  background: #00040d;
}
#recruit_top .recruit_text {
  position: absolute;
  left: 50%;
  top: -3%;
  width: 30%;
  transform: translateX(-50%);
}
#recruit_top .recruit_text h2 {
  background-image: url("../img/recruit.webp");
  width: 100%;
  padding: 30% 10% 0;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
}
#recruit_top .text {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
}
#recruit_top .text h3 {
  color: white;
  font-size: 280%;
  margin-bottom: 10%;
}

#contact_top {
  background-color: #002d8b;
  padding: 2% 5%;
}
#contact_top .contact_base {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 1400px;
}
@media all and (max-width: 1600px) {
  #contact_top .contact_base {
    min-width: auto;
    width: 100%;
  }
}
#contact_top .contact_base .title {
  width: 60%;
}
#contact_top .contact_base .title h2 {
  background-image: url("../img/contact.webp");
  width: 100%;
  padding: 1% 2% 16% 20%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  color: white;
}
#contact_top .contact_base .contact_link {
  width: 35%;
}
#contact_top .contact_base .contact_link .tel {
  display: flex;
  flex-direction: column;
}
#contact_top .contact_base .contact_link .tel b {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 250%;
  color: white;
  border-bottom: 2px solid white;
  padding-bottom: 3%;
}
#contact_top .contact_base .contact_link .tel b:before {
  content: "";
  width: 8%;
  padding-top: 8%;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2047.59%2076.54%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M21.23%2C1.75C20.05.67%2C17.95-.11%2C16.34.01c-1.64.12-8.53%2C2.96-10.25%2C3.83C.41%2C6.75-.29%2C16.51.08%2C22.13c1.06%2C15.79%2C9.18%2C35.6%2C19.97%2C47.09%2C3.37%2C3.58%2C9.47%2C8.45%2C14.74%2C7.08%2C2.12-.55%2C7.11-2.61%2C9.12-3.63%2C3.32-1.68%2C4.36-5.03%2C3.26-8.45-1.06-3.3-3.17-8.44-4.69-11.57-1.19-2.45-3.7-4.46-6.63-3.93-3.08.56-3.28%2C2.46-5.51%2C3.48-5.85%2C2.67-10-4.26-12.09-8.47-2.57-5.18-7.03-17.96%2C2.01-19.48.62-.1%2C1.47.09%2C2.11.02%2C2.05-.21%2C3.71-1.09%2C4.73-2.93.44-.79.87-2.06.88-2.96.02-2.55-2.82-8.68-3.94-11.31-.68-1.6-1.54-4.14-2.82-5.31Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
#contact_top .contact_base .contact_link .tel span {
  color: white;
  padding: 3% 0;
}

footer {
  position: relative;
}
footer .flex_footer {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
footer .flex_footer .left_footer {
  width: 60%;
}
footer .flex_footer .right_footer {
  width: 35%;
}
footer .logo {
  padding: 3%;
  text-align: left;
}
footer .logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer .logo a .icon {
  max-width: 60px;
  margin-right: 5px;
}
footer .logo h2 {
  font-size: 100%;
}
footer .address_block {
  padding: 2%;
}
footer .address_block .flex {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
footer .address_block .flex address {
  margin-right: 5%;
  font-style: normal;
  text-align: left;
  font-size: 80%;
  line-height: 1.2;
}
footer .address_block .flex address a {
  text-decoration: underline !important;
  color: blue;
}
footer .menu_block {
  padding: 5%;
  display: flex;
}
footer .menu_block .left, footer .menu_block .right {
  width: 100%;
  font-size: 80%;
  display: flex;
  flex-direction: column;
}
footer .menu_block .left a, footer .menu_block .right a {
  display: block;
  text-align: left;
  padding: 5%;
}
footer .menu_block .left .sns, footer .menu_block .right .sns {
  display: flex;
}
footer .menu_block .left .sns a, footer .menu_block .right .sns a {
  max-width: 40px;
  padding: 0 2%;
}
footer .copyright {
  background-color: black;
  color: white;
  font-size: 80%;
  padding: 1%;
}
footer .copyright a {
  color: white;
}

.googlemap {
  width: 100%;
  height: 400px;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
}

.fixed_catalog {
  max-width: 600px;
  width: 40%;
  position: fixed;
  bottom: 0px;
  height: 3rem;
  right: 0;
  transition: 0.3s;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  z-index: 20;
}
.fixed_catalog a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3% 5%;
}
.fixed_catalog a:hover {
  transform: scale(1.1);
  z-index: 2;
}
.fixed_catalog .catalog {
  background-color: #002d8b;
  position: relative;
  color: white;
}
.fixed_catalog .catalog:after {
  content: "";
  width: 30px;
  padding-top: 30px;
  margin-left: 5px;
  display: inline-block;
  background-image: url("../img/file.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.fixed_catalog .order {
  background-color: black;
  position: relative;
  color: white;
}
.fixed_catalog .order:after {
  content: "";
  width: 30px;
  padding-top: 30px;
  margin-left: 5px;
  display: inline-block;
  background-image: url("../img/pdf.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#totop {
  position: fixed;
  width: 4rem;
  height: 4rem;
  bottom: -4rem;
  transition: 0.3s;
  right: 0px;
  z-index: 100;
}
#totop.show {
  opacity: 1;
  bottom: 3rem;
}
#totop.bottom {
  position: absolute;
  right: 0;
  top: 0;
  bottom: inherit;
}
#totop.bottom:before {
  border-color: white;
}
#totop.bottom:after {
  background-color: white;
}
@-webkit-keyframes totop_line {
  0% {
    width: 0;
  }
  30% {
    width: 0;
  }
  70% {
    width: 100px;
  }
  100% {
    width: 100px;
  }
}
@keyframes totop_line {
  0% {
    width: 0;
  }
  30% {
    width: 0;
  }
  70% {
    width: 100px;
  }
  100% {
    width: 100px;
  }
}
@-webkit-keyframes totop_mark {
  0% {
    width: 0px;
    height: 0px;
    right: 105%;
  }
  30% {
    width: 0px;
    height: 0px;
    right: 105%;
  }
  70% {
    width: 5px;
    height: 5px;
    right: calc(105% + 100px);
  }
  100% {
    width: 5px;
    height: 5px;
    right: calc(105% + 100px);
  }
}
@keyframes totop_mark {
  0% {
    width: 0px;
    height: 0px;
    right: 105%;
  }
  30% {
    width: 0px;
    height: 0px;
    right: 105%;
  }
  70% {
    width: 5px;
    height: 5px;
    right: calc(105% + 100px);
  }
  100% {
    width: 5px;
    height: 5px;
    right: calc(105% + 100px);
  }
}

#page2nd header#header {
  background: white;
}
#page2nd header#header a {
  color: #222;
  text-shadow: none;
}
#page2nd header#header .btn a {
  color: white;
}
#page2nd header#header .hamburger-menu .menu-btn span, #page2nd header#header .hamburger-menu .menu-btn span:before, #page2nd header#header .hamburger-menu .menu-btn span:after {
  background-color: #222;
}
#page2nd #subpage {
  padding-top: 80px;
}
@media all and (max-width: 1200px) {
  #page2nd #subpage {
    padding-top: 6vw;
  }
}
#page2nd .default_page {
  max-width: 1600px;
  padding: 2rem;
  text-align: left;
  margin: auto;
  box-sizing: border-box;
  max-width: 960px;
}

.pankuzu {
  padding: 1% 3%;
  overflow-x: auto;
}
.pankuzu ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.pankuzu ul li {
  list-style: none;
  font-size: 80%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pankuzu ul li:after {
  content: "";
  width: 10px;
  height: 1px;
  margin: 0 5px;
  display: block;
  background-color: #222;
}
.pankuzu ul li:last-child:after {
  display: none;
}
.pankuzu ul li a {
  transition: 0.3s;
  word-break: keep-all;
}
.pankuzu ul li a:hover {
  transform: scale(1.1);
}

.pankuzu_w .pankuzu {
  color: white;
}
.pankuzu_w .pankuzu ul li:after {
  background-color: white;
}
.pankuzu_w .pankuzu a {
  color: white;
}

.form {
  padding: 5% 0;
}
@media all and (max-width: 1600px) {
  .form {
    padding: 5%;
  }
}
.form a {
  text-decoration: underline;
  color: #002d8b;
}
.form p {
  text-align: left;
  line-height: 1.5;
  min-height: 1rem;
}
.form dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #C4C4C4;
}
.form dl dt, .form dl dd {
  padding: 0;
  margin: 0;
}
.form dl dt {
  width: 23%;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 30px;
}
.form dl dt.hissu:before {
  content: "※";
  color: red;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form dl dd {
  width: 75%;
}
.form .form_block {
  padding: 5%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.form .form_block select,
.form .form_block input[type=date],
.form .form_block input[type=url],
.form .form_block input[type=text],
.form .form_block input[type=tel],
.form .form_block input[type=email],
.form .form_block textarea {
  padding: 10px 20px;
  width: 100%;
  background-color: #eee;
  border-radius: 3px;
  border: none;
}
.form .form_block select:active, .form .form_block select:focus,
.form .form_block input[type=date]:active,
.form .form_block input[type=date]:focus,
.form .form_block input[type=url]:active,
.form .form_block input[type=url]:focus,
.form .form_block input[type=text]:active,
.form .form_block input[type=text]:focus,
.form .form_block input[type=tel]:active,
.form .form_block input[type=tel]:focus,
.form .form_block input[type=email]:active,
.form .form_block input[type=email]:focus,
.form .form_block textarea:active,
.form .form_block textarea:focus {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.form .form_block .select_block {
  position: relative;
}
.form .form_block .select_block:before {
  content: "";
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background-color: #002d8b;
  pointer-events: none;
  z-index: 2;
}
.form .form_block .select_block:after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  position: absolute;
  right: 18px;
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(-45deg);
  z-index: 3;
  pointer-events: none;
}
.form .form_block .select_block select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding-right: 50px;
}
.form .form_block ol li, .form .form_block ul li {
  text-align: left;
}
.form .form_block .wpcf7-radio input {
  display: none;
}
.form .form_block .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.form .form_block .wpcf7-radio label .wpcf7-list-item-label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.form .form_block .wpcf7-radio label .wpcf7-list-item-label::before, .form .form_block .wpcf7-radio label .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
}
.form .form_block .wpcf7-radio label .wpcf7-list-item-label::before {
  background-color: #eee;
  border-radius: 2px;
  border: 1px solid #eee;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
.form .form_block .wpcf7-radio label .wpcf7-list-item-label::after {
  border-bottom: 4px solid #333;
  border-left: 4px solid #333;
  opacity: 0;
  height: 6px;
  width: 12px;
  transform: rotate(-45deg);
  top: 3px;
  left: 9px;
}
@media all and (max-width: 1600px) {
  .form .form_block .wpcf7-radio label .wpcf7-list-item-label:before {
    width: 1.3vw;
    height: 1.3vw;
  }
  .form .form_block .wpcf7-radio label .wpcf7-list-item-label:after {
    height: 0.5vw;
    width: 1.3vw;
    top: -0.1vw;
    left: 0.5vw;
  }
}
.form .form_block .btn {
  display: inline-block;
  margin: auto;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  width: 80%;
}
.form .form_block .btn:after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
.form .form_block .btn:hover input[type=submit],
.form .form_block .btn:hover input[type=button] {
  background-color: white;
  color: #002d8b;
}
.form .form_block .btn:hover input[type=submit],
.form .form_block .btn:hover input[type=button] {
  color: #2d2d2d;
  background-color: white;
}
.form .form_block .btn:hover:after {
  border-color: #2d2d2d;
}
.form .form_block .btn input[type=submit],
.form .form_block .btn input[type=button] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  cursor: pointer;
  color: white;
  border: 1px solid #002d8b;
  background-color: #002d8b;
  padding: 10px 30px 10px 30px;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  min-width: 300px;
  width: 100%;
}
.form .form_block .btn input[type=submit]:disabled,
.form .form_block .btn input[type=button]:disabled {
  border-color: #c4c4c4;
  background-color: #c4c4c4;
}
.form .form_block .btn .wpcf7-spinner {
  display: none;
}
.form .form_block.send .wp-block-heading {
  margin-bottom: 5%;
}

.wpcf7 form.invalid .wpcf7-response-output {
  position: fixed;
  z-index: 105;
  width: 80%;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%) !important;
  background: white;
  padding: 2vw;
  word-break: auto-phrase;
}

.news_title h1, .news_title .h2 {
  background-image: url("../img/news_text.webp");
  background-position: center;
  width: 50%;
  max-width: 400px;
  margin: 3% auto;
  padding: 6% 0% 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  letter-spacing: 0.2rem;
  font-size: 150%;
  margin-bottom: 10%;
}
.news_title h2 {
  margin-bottom: 0;
}

.news_list {
  max-width: 980px;
  margin: auto;
}
.news_list .block {
  width: 100%;
}
.news_list .block a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.news_list .block a .date, .news_list .block a h3 {
  padding: 0;
  margin: 0;
  font-size: 100%;
  text-align: left;
}
.news_list .block a .date {
  width: 20%;
}
.news_list .block a h3 {
  width: 78%;
}

.white_inner {
  margin-left: 3%;
  background: white;
  padding: 5% 3% 5% 0;
  color: black;
  margin-bottom: 5%;
}

.single_inner {
  margin-left: 3%;
  padding: 5% 3% 5% 0;
  margin-bottom: 5%;
}

.single .inner {
  max-width: 960px;
  padding: 0 2rem;
  margin: auto;
}
.single .single_title {
  font-size: 200%;
}
.single .date {
  margin-bottom: 2rem;
}
.single .single_block {
  text-align: left;
  padding: 2rem 0;
}
.single .btn.b02 a {
  border: 1px solid white;
  min-width: 350px;
}

.blue_back {
  overflow-x: hidden;
  background: #002C89;
  background: linear-gradient(0deg, rgb(0, 0, 0) 50%, rgb(0, 44, 137) 100%);
  padding-top: 20%;
  padding: 5%;
  color: white;
}
.blue_back.no_padding_left_right {
  padding-left: 0;
  padding-right: 0;
}
.blue_back.no_padding {
  padding: 0;
}

/* pc end */
/*#####################################################################
 *
 * tab base in
 *
 #####################################################################*/
@media all and (max-width: 1700px) {
  .basein_block .block,
.basein {
    width: 98%;
    margin: 0 1%;
  }
  .basein_block .block.w100,
.basein.w100 {
    width: 100%;
    margin: 0;
  }
  .customize-support #header.fixhead {
    top: 0;
  }
  .anchor {
    margin-top: -10vw;
    padding-top: 10vw;
  }
  .single .btn.b02 a {
    max-width: 320px;
  }
}
@media all and (max-width: 1200px) {
  .white_inner {
    padding: 5% 3% 5% 5%;
  }
}
@media all and (max-width: 1024px) {
  html {
    font-size: 1.3vw;
  }
}
/*#####################################################################
*
 * tab 767px in
 *
#####################################################################*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*#####################################################################
*
 * sp 540px in
 *
#####################################################################*/
@media all and (max-width: 540px) and (orientation: portrait) {
  .sp_nolink > a {
    pointer-events: none;
  }
  .sp {
    display: inline-block !important;
  }
  .sp.block {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sptcenter {
    text-align: center;
  }
  .sp_left {
    text-align: left !important;
  }
  p {
    text-align: initial;
  }
  body {
    overflow-x: hidden;
    font-size: 3.8vw;
  }
  body.fix_top {
    padding-top: 15vw;
  }
  img {
    max-width: 100%;
  }
  .basein {
    width: 90%;
    margin: 0 5%;
  }
  .basein.w100 {
    width: 100%;
    margin: 0;
  }
  .googlemap {
    width: 100%;
    height: 30vh;
  }
  html {
    font-size: 3.8vw;
  }
  .hamburger-menu {
    display: flex;
    top: 5%;
  }
  .hamburger-menu .menu-btn {
    height: 15vw;
    width: 15vw;
    margin-top: 1%;
    margin-right: 2%;
  }
  .hamburger-menu .menu-btn.on span:before, .hamburger-menu .menu-btn.on span:after {
    background-color: #002d8b !important;
  }
  .anchor {
    margin-top: -15vw;
    padding-top: 15vw;
  }
  header#header {
    z-index: 100;
    height: 15vw;
    background: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6) 100%);
  }
  header#header.hide {
    top: -15vw;
  }
  header#header.back {
    background: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6) 100%);
  }
  header#header .flex h1 {
    width: 80%;
    padding: 0 5%;
  }
  header#header .flex h1 a .logo {
    max-width: 10vw;
  }
  header#header .flex .head_menu {
    position: fixed;
    top: 0;
    left: 100vw;
    opacity: 0;
    width: 100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: white;
    color: #222;
    transition: 0.5s;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 5%;
    padding-top: 15vw;
  }
  header#header .flex .head_menu.on {
    left: 0;
    opacity: 1;
  }
  header#header .flex .head_menu nav {
    justify-content: center;
    width: 80%;
  }
  header#header .flex .head_menu nav > div {
    width: 100%;
  }
  header#header .flex .head_menu nav ul.menu {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  header#header .flex .head_menu nav ul.menu li[class*=has-children]:after {
    position: absolute;
    top: 3vw;
    left: 6vw;
    width: 3vw;
    padding-top: 2vw;
  }
  header#header .flex .head_menu nav ul.menu li a {
    width: 100%;
    display: block;
    white-space: wrap;
    padding: 4vw 0 !important;
    text-align: left;
    text-shadow: none;
    color: #222;
    font-size: 180%;
  }
  header#header .flex .head_menu nav ul.menu ul.sub-menu {
    display: block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    padding-left: 10vw;
    width: auto;
    margin-bottom: 4vw;
  }
  header#header .flex .head_menu nav ul.menu ul.sub-menu li {
    padding: 0;
    position: relative;
  }
  header#header .flex .head_menu nav ul.menu ul.sub-menu li:after {
    content: "";
    position: absolute;
    left: -7vw;
    width: 3vw;
    height: 2px;
    display: block;
    background-color: #002d8b;
    top: 50%;
    transform: translateY(-50%);
  }
  header#header .flex .head_menu nav ul.menu ul.sub-menu li a {
    white-space: wrap;
    margin-bottom: 0;
    word-break: auto-phrase;
    font-size: 150%;
  }
  header#header .flex .head_menu .tel_mail {
    display: none;
  }
  header#header .flex .head_menu .mail_link {
    padding: 0 10px;
    width: 80%;
  }
  header#header .flex .head_menu .mail_link .btn {
    justify-content: flex-start;
    margin: auto;
  }
  header#header .flex .head_menu .mail_link .btn a {
    width: auto;
    min-width: 40vw;
    padding: 5% 10%;
    text-align: center;
    font-size: 150%;
    background-color: #002d8b;
    justify-content: center;
    border: none;
  }
  header#header .flex .head_menu .mail_link .btn a:after {
    display: none;
  }
  header#header .flex .head_menu .mail_link .sp_bottom_menu {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  header#header .flex .head_menu .mail_link .sp_bottom_menu li {
    list-style: none;
    position: relative;
  }
  header#header .flex .head_menu .mail_link .sp_bottom_menu li a {
    width: 100%;
    display: block;
    white-space: wrap;
    padding: 2vw 0 !important;
    text-align: left;
    text-shadow: none;
    color: #222;
    font-size: 130%;
  }
  #mv .flex .catch {
    top: 15%;
  }
  #mv .flex .catch h2 strong {
    font-size: 160%;
  }
  #mv .flex .catch h3 {
    text-align: left;
  }
  #mv .flex .invisibl {
    width: 90%;
  }
  #mv .flex h2 .catchs strong {
    font-size: 200%;
  }
  #mv .flex h2 span p {
    text-align: center;
  }
  #mv .scroll {
    width: 7vw;
    left: 3%;
  }
  #mv .scroll .scroll_line {
    height: 20vw;
  }
  #top_news h2 {
    width: 20vw;
    letter-spacing: 0;
  }
  #top_news .top_news_list {
    width: 80vw;
  }
  #top_news .top_news_list a {
    padding: 0.5rem;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #top_news .top_news_list a .date {
    font-size: 80%;
  }
  #top_news .top_news_list a .date, #top_news .top_news_list a h3 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  #strengths_top .strengths_catch h2 {
    width: 100%;
    bottom: 0;
    font-size: 110%;
    padding: 6% 5% 15% 10%;
  }
  #strengths_top .strengths_catch .text {
    position: inherit;
    left: 0;
    top: 0;
    width: 100%;
  }
  #strengths_top .strengths_catch .text p {
    margin: 0;
  }
  #strengths_top .supports_imges .basein {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #strengths_top .supports_imges .blocks {
    flex-direction: column;
  }
  #strengths_top .supports_imges .blocks .block {
    max-width: 100%;
    border-left: none;
    border-bottom: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5%;
    position: relative;
  }
  #strengths_top .supports_imges .blocks .block:last-child {
    border: none;
  }
  #strengths_top .supports_imges .blocks .block .image, #strengths_top .supports_imges .blocks .block .text {
    width: 50%;
    padding: 0;
    margin: 0;
  }
  #strengths_top .supports_imges .blocks .block .image {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5%;
  }
  #strengths_top .supports_imges .blocks .block .text p {
    font-size: 100%;
  }
  #strengths_top .supports_imges .blocks .block.block01 {
    justify-content: flex-end;
  }
  #strengths_top .supports_imges .blocks .block.block02 {
    padding: 30% 5% 10%;
    justify-content: flex-start;
  }
  #strengths_top .supports_imges .blocks .block.block02 .image {
    left: 50%;
  }
  #strengths_top .supports_imges .blocks .block.block03 {
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 20%;
  }
  #strengths_top .supports_imges .blocks .block.block03 .image {
    top: -25%;
  }
  #strengths_top .catch {
    background-image: url("../img/catch_sp.webp");
    padding: 15% 10%;
  }
  #strengths_top .catch h3 {
    font-size: 120%;
  }
  #service_top {
    padding-top: 5%;
  }
  #service_top .inner {
    margin-left: 0;
    width: 100%;
  }
  #service_top h2.service_text {
    left: 5%;
    width: 70%;
    font-size: 100%;
    padding: 5% 5% 10% 12%;
  }
  #service_top .service_blocks {
    width: 80%;
    margin: auto;
  }
  #service_top .service_blocks .block {
    width: 100%;
  }
  #service_top .service_blocks .block a {
    flex-direction: column;
    padding: 5% 0;
  }
  #service_top .service_blocks .block a h3, #service_top .service_blocks .block a .text {
    width: 100%;
  }
  #service_top .service_blocks .block a .text p {
    font-size: 100%;
    padding-right: 15%;
    word-break: auto-phrase;
    line-height: 1.2;
    margin-top: 2%;
  }
  #service_top .service_blocks .block a .text:after {
    width: 10%;
    padding-top: 10%;
  }
  #service_top .btn {
    padding: 8% 0;
  }
  #service_top .images {
    display: none;
  }
  #company_top h2.company_text {
    position: relative;
    right: -5%;
    width: 90%;
    padding: 7.5% 9% 8% 5%;
    text-align: center;
  }
  #company_top .flex {
    align-items: center;
    flex-direction: column;
  }
  #company_top .flex .image, #company_top .flex .text {
    width: 90%;
    margin: auto;
  }
  #company_top .flex .text h3 {
    display: none;
  }
  #company_top .flex .text .btn {
    justify-content: center;
  }
  #recruit_top {
    padding-top: 18%;
    padding-bottom: 30%;
    background: #000000;
  }
  #recruit_top .recruit_text {
    top: 0;
    width: 70%;
  }
  #recruit_top .recruit_text h2 {
    background-image: url("../img/recruit_sp.webp");
    padding: 20% 10% 0;
  }
  #recruit_top .text {
    width: 100%;
    bottom: 0;
  }
  #recruit_top .text h3 {
    margin: 0;
    font-size: 220%;
    line-height: 1.2;
    letter-spacing: 0.8vw;
  }
  #recruit_top .text .btn {
    padding: 5% 0;
  }
  #recruit_top .text .btn a {
    border-color: white;
    color: black;
    background-color: white;
  }
  #recruit_top .text .btn a:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064.95%206.36%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23000%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%220%205.86%2062.64%205.86%2050.76%20.46%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #recruit_top .text .btn a:hover {
    color: white;
    background-color: black;
    border-color: white;
  }
  #recruit_top .text .btn a:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064.95%206.36%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%220%205.86%2062.64%205.86%2050.76%20.46%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #contact_top {
    background-color: #aaaaaa;
  }
  #contact_top .contact_base {
    flex-direction: column;
  }
  #contact_top .contact_base .title {
    width: 100%;
  }
  #contact_top .contact_base .title h2 {
    font-size: 110%;
    width: 80%;
    padding: 5% 0% 10% 13%;
    color: #222;
  }
  #contact_top .contact_base .contact_link {
    width: 100%;
  }
  #contact_top .contact_base .contact_link .tel b {
    color: #222;
    border-color: #222;
    font-size: 250%;
    align-items: flex-end;
  }
  #contact_top .contact_base .contact_link .tel b:before {
    width: 10%;
    padding-top: 12%;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2047.59%2076.54%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23000%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M21.23%2C1.75C20.05.67%2C17.95-.11%2C16.34.01c-1.64.12-8.53%2C2.96-10.25%2C3.83C.41%2C6.75-.29%2C16.51.08%2C22.13c1.06%2C15.79%2C9.18%2C35.6%2C19.97%2C47.09%2C3.37%2C3.58%2C9.47%2C8.45%2C14.74%2C7.08%2C2.12-.55%2C7.11-2.61%2C9.12-3.63%2C3.32-1.68%2C4.36-5.03%2C3.26-8.45-1.06-3.3-3.17-8.44-4.69-11.57-1.19-2.45-3.7-4.46-6.63-3.93-3.08.56-3.28%2C2.46-5.51%2C3.48-5.85%2C2.67-10-4.26-12.09-8.47-2.57-5.18-7.03-17.96%2C2.01-19.48.62-.1%2C1.47.09%2C2.11.02%2C2.05-.21%2C3.71-1.09%2C4.73-2.93.44-.79.87-2.06.88-2.96.02-2.55-2.82-8.68-3.94-11.31-.68-1.6-1.54-4.14-2.82-5.31Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #contact_top .contact_base .contact_link .tel span {
    color: #222;
    font-weight: bold;
  }
  #contact_top .contact_base .contact_link .btn {
    padding-top: 3%;
  }
  footer {
    padding: 0;
    margin-bottom: 15vw;
  }
  footer .logo {
    padding: 20% 10% 5%;
  }
  footer .logo a {
    font-weight: bold;
    font-size: 130%;
  }
  footer .logo a .icon {
    max-width: 10vw;
  }
  footer .logo h2 {
    padding-top: 5%;
    font-size: 110%;
  }
  footer .flex_footer {
    flex-direction: column;
  }
  footer .flex_footer .left_footer, footer .flex_footer .right_footer {
    width: 100%;
  }
  footer .address_block {
    padding: 0 5% 5% 10%;
  }
  footer .address_block .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .address_block .flex address {
    margin: 5% 0;
    font-size: 90%;
    line-height: 1.5;
  }
  footer .menu_block {
    padding: 0 5% 5%;
  }
  footer .menu_block .left, footer .menu_block .right {
    font-size: 100%;
  }
  footer .menu_block .left a, footer .menu_block .right a {
    padding: 5% 3%;
    font-weight: bold;
  }
  footer .menu_block .right .sns {
    padding: 5% 0;
  }
  .fixed_catalog {
    width: 100%;
    max-width: inherit;
    height: 4rem;
  }
  .fixed_catalog .catalog, .fixed_catalog .order {
    width: 100%;
  }
  .fixed_catalog .catalog:after, .fixed_catalog .order:after {
    width: 7vw;
    padding-top: 7vw;
  }
  #totop {
    bottom: -15vw;
  }
  #totop.show {
    bottom: 15vw;
  }
  #page2nd #subpage {
    padding-top: 15vw;
  }
  .form {
    padding: 5% 0;
  }
  .form dl {
    margin-bottom: 3%;
  }
  .form dl dt, .form dl dd {
    width: 100%;
  }
  .form dl dt.hissu {
    padding-right: 0;
    padding-left: 5vw;
  }
  .form dl dt.hissu::before {
    right: inherit;
    left: 0;
  }
  .form dl p {
    margin: 0;
  }
  .form .form_block {
    padding: 5%;
  }
  .form .form_block .wpcf7-radio label .wpcf7-list-item-label:before {
    width: 3.8vw;
    height: 3.8vw;
  }
  .form .form_block .wpcf7-radio label .wpcf7-list-item-label:after {
    height: 1.5vw;
    width: 3vw;
    top: 0vw;
    left: 2vw;
  }
  .form .form_block select,
.form .form_block input[type=date],
.form .form_block input[type=tel],
.form .form_block input[type=url],
.form .form_block input[type=text],
.form .form_block input[type=email],
.form .form_block textarea {
    padding: 2vw;
    margin: 1% 0;
  }
  .form .form_block .wpcf7-form-control-wrap,
.form .form_block .wpcf7-form-control {
    width: 100%;
    display: block;
  }
  .form .form_block .wpcf7-list-item {
    margin: 5%;
    width: 100%;
    display: block;
  }
  .form .form_block .wpcf7-list-item input[type=checkbox] {
    margin-right: 5%;
  }
  .form .form_block .btn input[type=submit],
.form .form_block .btn input[type=button] {
    min-width: auto;
  }
  .form .form_block .select_block:before {
    width: 10vw;
  }
  .form .form_block .select_block:after {
    content: "";
    width: 3vw;
    height: 3vw;
    right: 3vw;
    top: calc(50% - 0.5vw);
  }
  .form .form_block .select_block select {
    padding-right: 10vw;
  }
  .single .single_title {
    margin: 5% 0;
    text-align: left;
    word-break: auto-phrase;
  }
  .single .single_block {
    padding: 0;
  }
  .single .btn.b02 a {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
  }
  .single .inner {
    padding: 0;
  }
  .news_title h1, .news_title .h2 {
    padding: 6% 0% 0% 0%;
  }
  .news_list .block a {
    flex-direction: column;
  }
  .news_list .block a .date, .news_list .block a h3 {
    width: 100%;
  }
  .news_list .block a h3 {
    font-size: 110%;
  }
  .single_inner,
.white_inner {
    margin: 1rem;
    padding: 1rem;
  }
}
/*****page navigation******************************************************/
.navigation.pagination {
  padding: 5% 0;
}

.navigation.post {
  position: relative;
}

.navigation.post .nav-links {
  text-align: center;
}

.navigation.post .nav-links a {
  text-decoration: none;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  width: 40px;
  height: 40px;
}
.page-numbers a, .page-numbers span {
  font-size: 130%;
  padding: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
}
.page-numbers a.current, .page-numbers span.current {
  color: white;
  position: relative;
  background-color: black;
}
.page-numbers a:hover, .page-numbers span:hover {
  color: white;
  position: relative;
  background-color: black;
}
.page-numbers .prev, .page-numbers .next {
  background-color: none;
  padding: 0 5px;
  font-size: 100%;
  font-weight: normal;
}
.page-numbers .prev img {
  transform: scaleX(-1);
}

.navigation.post .nav-links a:hover {
  color: #999;
}

.navigation.post .nav-links a[rel=prev] {
  position: absolute;
  left: 0;
}

.navigation.post .nav-links a[rel=next] {
  position: absolute;
  right: 0;
}

@media all and (max-width: 1600px) {
  .page-numbers li {
    width: 3vw;
    height: 3vw;
  }
  .page-numbers li a.current, .page-numbers li span.current {
    border: none;
  }
  .page-numbers li a.current:after, .page-numbers li span.current:after {
    display: none;
  }
}
@media all and (max-width: 540px) and (orientation: portrait) {
  .page-numbers li {
    width: 10vw;
    height: 10vw;
  }
  .page-numbers li a, .page-numbers li span {
    padding: 1vw;
  }
  .page-numbers li .prev, .page-numbers li .next {
    padding: 1vw;
    font-size: 70%;
  }
}
/***********************************************************/
.def_font {
  font-family: "Courier New", Courier, monospace;
}

.cursor {
  pointer-events: none;
}
.cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 1000;
}
.cursor__ball circle {
  fill: #f7f8fa;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.end {
  clear: both;
  font-size: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.clear {
  display: block;
  clear: both;
  height: 2px;
}

.cleared {
  display: block;
  clear: both;
}

.align_l, .t_left {
  text-align: left !important;
}

.align_r, .t_right {
  text-align: right !important;
}

.align_c, .t_center {
  text-align: center !important;
}

.bold, .bold * {
  font-weight: bold !important;
}

.nolink {
  pointer-events: none;
}
.nolink:after {
  display: none !important;
}

.mb5 {
  margin-bottom: 5% !important;
}

.mb8 {
  margin-bottom: 8% !important;
}

/* display */
.none {
  display: none !important;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inlineblock {
  display: inline-block;
}

.ime_act {
  ime-mode: active;
}

.ime_dis {
  ime-mode: disabled;
}

.ime_inact {
  ime-mode: inactive;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.tips {
  font-size: 70%;
}

.clearfix {
  display: block;
}

html > body .clearfix {
  display: block\9 ;
}

@-webkit-keyframes opacityfadein {
  100% {
    opacity: 1;
  }
}
@keyframes opacityfadein {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    opacity: 0;
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fuwatto {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fuwatto {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes mvbackmove {
  0% {
    background-size: 100% 100%;
  }
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes mvbackmove {
  0% {
    background-size: 100% 100%;
  }
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200vw 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200vw 0;
  }
}
@-webkit-keyframes popanime {
  from {
    bottom: -100px; /* 親要素外に配置させて見えなくしておく */
  }
  to {
    bottom: 0px; /* 下から0pxに指定 */
  }
}
@keyframes popanime {
  from {
    bottom: -100px; /* 親要素外に配置させて見えなくしておく */
  }
  to {
    bottom: 0px; /* 下から0pxに指定 */
  }
}
/*
* ContactForm7にてメール送信後にメッセージをアニメーションさせる
*/
/* 送信後、表示指定していないものは全部消す */
.wpcf7 form.sent > *:not(.tt-show) {
  display: none;
}

/* 送信結果表示、最初は消す */
.wpcf7 form .wpcf7-response-output {
  transform: translateY(50px);
  opacity: 0;
  padding: 1rem;
  line-height: 1.4;
  border-radius: 5px;
  margin: 1rem auto;
  color: black;
}

/* 送信結果表示、送信後は出す */
.wpcf7 form .wpcf7-response-output.tt-show,
.wpcf7 form.invalid .wpcf7-response-output {
  display: block;
  transform: translateY(0px);
  transition: all 0.5s ease-out;
  opacity: 1;
  color: black;
}

.lp-page #lp-section {
  position: relative;
}
.lp-page #lp-section .pankuzu {
  position: absolute;
  left: 0;
  top: 0;
}
.lp-page #lp-section .lp_width {
  margin: auto;
  max-width: 1200px;
}
.lp-page #lp-section .slide_blocks .images {
  position: relative;
  overflow: hidden;
}
.lp-page #lp-section .slide_blocks .images .image {
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  opacity: 0;
  transition: 0.3s;
  height: 100%;
}
.lp-page #lp-section .slide_blocks .images .image.active {
  left: 0;
  position: relative;
  opacity: 1;
}
.lp-page #lp-section .q_list {
  cursor: pointer;
}
.lp-page #lp-section .q_list .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2% 0;
  padding-right: 10%;
  border-bottom: 1px solid white;
  margin: 0;
  position: relative;
}
.lp-page #lp-section .q_list .question:after {
  content: "";
  width: 5%;
  padding-top: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url("../img/plus.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.lp-page #lp-section .q_list .answer {
  height: 1px;
  width: 100%;
  display: none;
  transition: 0.3s;
  text-align: left;
  line-height: 1.5;
  padding: 0 5% 5%;
}
.lp-page #lp-section .q_list.on .question {
  border-bottom: none;
}
.lp-page #lp-section .q_list.on .question:after {
  background-image: url("../img/muinus.webp");
}
.lp-page #lp-section .q_list.on .answer {
  height: inherit;
  display: block;
  border-bottom: 1px solid white;
}
.lp-page #lp-section .question_block h2.title {
  background-image: url("../img/faq.webp");
  width: 80%;
  max-width: 300px;
  padding: 6% 0% 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  letter-spacing: 0.2rem;
  margin: auto;
  font-size: 150%;
  margin-bottom: 5%;
}
.lp-page #lp-section .question_area h2.title {
  background-image: url("../img/faq.webp");
  width: 80%;
  max-width: 300px;
  padding: 6% 0% 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  letter-spacing: 0.2rem;
  margin: auto;
  font-size: 150%;
  margin-bottom: 5%;
}
.lp-page #lp-section .question_area .question_block {
  max-width: 760px;
  margin: auto;
}
@media all and (max-width: 780px) {
  .lp-page #lp-section .question_area .question_block {
    max-width: 80%;
  }
}
.lp-page #lp-section .works_block h2.title {
  background-image: url("../img/works.webp");
  width: 80%;
  max-width: 350px;
  padding: 0% 0% 6% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  letter-spacing: 0.2rem;
  margin: auto;
  font-size: 150%;
  margin-bottom: 5%;
}
.lp-page #lp-section .works_block .work_outer {
  overflow: hidden;
  padding: 2% 0;
}
.lp-page #lp-section .works_block .work_outer .works_slide {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.lp-page #lp-section .works_block .work_outer .works_slide .slick-track {
  display: flex;
  align-items: stretch;
}
.lp-page #lp-section .works_block .work_outer .works_slide .works_list {
  border-left: 1px solid white;
  padding: 2rem 4rem;
  height: auto;
}
.lp-page #lp-section .works_block .work_outer .works_slide .works_list .text {
  text-align: left;
  padding: 2%;
}
.lp-page #lp-section .works_block .work_outer .works_slide .works_list .image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-page #lp-section .page-title {
  text-align: left;
  padding: 5% 0;
  letter-spacing: 0.2rem;
}
.lp-page #lp-section .page_links {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 5%;
  gap: 3%;
}
.lp-page #lp-section .page_links a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2% 0%;
  width: 25%;
  background-color: white;
  border: 1px solid white;
}
.lp-page #lp-section .page_links a:after {
  content: " ▼ ";
}
.lp-page #lp-section .page_links a:hover {
  background-color: #002d8b;
  color: white;
}
.lp-page #lp-section .catalog_link {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.lp-page #lp-section .catalog_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3% 5%;
}
.lp-page #lp-section .catalog_link a:hover {
  transform: scale(1.1);
  z-index: 2;
}
.lp-page #lp-section .catalog_link .catalog {
  background-color: #002d8b;
  position: relative;
  color: white;
}
.lp-page #lp-section .catalog_link .catalog:after {
  content: "";
  width: 30px;
  padding-top: 30px;
  margin-left: 5px;
  display: inline-block;
  background-image: url("../img/file.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lp-page #lp-section .catalog_link .order {
  background-color: #808080;
  position: relative;
  color: white;
}
.lp-page #lp-section .catalog_link .order:after {
  content: "";
  width: 30px;
  padding-top: 30px;
  margin-left: 5px;
  display: inline-block;
  background-image: url("../img/pdf.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lp-page #lp-section .service_links {
  padding: 5rem 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 3rem;
}
.lp-page #lp-section .service_links a {
  display: flex;
  min-height: 7rem;
  min-width: 15rem;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 200%;
  position: relative;
}
.lp-page #lp-section .service_links a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.3s;
}
.lp-page #lp-section .service_links a:hover:after {
  background-color: rgba(255, 255, 255, 0.2);
}
.lp-page #lp-section .service_links a.light {
  background-image: url("../img/service_link01.webp");
  background-size: cover;
  background-position: center;
}
.lp-page #lp-section .service_links a.heavy {
  background-image: url("../img/service_link02.webp");
  background-size: cover;
  background-position: center;
}
.lp-page #lp-section .service_links a.steel {
  background-image: url("../img/service_link03.webp");
  background-size: cover;
  background-position: center;
}
.lp-page #lp-section .page_company .greeting {
  max-width: 1200px;
  margin: auto;
}
.lp-page #lp-section .page_company .greeting h3 {
  font-family: "Shippori Antique", sans-serif;
  padding: 5% 0;
  line-height: 1.8;
  font-weight: normal;
  letter-spacing: 0.2rem;
  font-size: 160%;
}
.lp-page #lp-section .page_company .greeting p {
  margin-top: 0;
}
.lp-page #lp-section .page_company .greeting .president {
  padding: 3% 0;
}
.lp-page #lp-section .page_company .philosophy {
  max-width: 1200px;
  margin: auto;
}
.lp-page #lp-section .page_company .philosophy h3 {
  background-image: url("../img/company/philosophy.webp");
  width: 40%;
  padding: 6% 10% 2% 10%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  letter-spacing: 0.2rem;
  margin: auto;
  font-size: 150%;
}
.lp-page #lp-section .page_company .philosophy .rinen_block {
  padding: 5% 0;
}
.lp-page #lp-section .page_company .philosophy .rinen_block .wp-block-column {
  background-color: white;
  color: #222;
}
.lp-page #lp-section .page_company .philosophy .rinen_block .wp-block-column h4 {
  padding: 0% 0;
  margin: 4rem 0;
  font-size: 400%;
}
.lp-page #lp-section .page_company .manageiment {
  padding: 5%;
  max-width: 1200px;
  margin: auto;
}
.lp-page #lp-section .page_company .manageiment h3 {
  background-image: url("../img/company/management policy.webp");
  width: 80%;
  padding: 8% 10% 0% 10%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  letter-spacing: 0.2rem;
  margin: auto;
  font-size: 150%;
}
.lp-page #lp-section .page_company .manageiment .manegiment_list {
  display: flex;
  width: 100%;
  margin: auto;
  padding: 5% 0;
  flex-wrap: wrap;
}
.lp-page #lp-section .page_company .manageiment .manegiment_list li {
  font-size: 200%;
  width: 45%;
  padding: 2%;
  margin-left: 5%;
  text-align: left;
}
.lp-page #lp-section .page_company .profile {
  padding: 5% 0;
  max-width: 1200px;
  margin: auto;
}
.lp-page #lp-section .page_company .profile h3 {
  background-image: url("../img/company/profile.webp");
  width: 25%;
  padding: 6% 0% 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  letter-spacing: 0.2rem;
  margin: auto;
  font-size: 150%;
}
.lp-page #lp-section .page_company .profile .profile_block {
  padding: 5%;
}
.lp-page #lp-section .page_company .profile .profile_block .profile_data {
  padding: 4% 0;
  border-top: 1px solid #222;
  text-align: left;
}
.lp-page #lp-section .page_company .profile .profile_block .profile_data h4, .lp-page #lp-section .page_company .profile .profile_block .profile_data p {
  padding: 0;
  margin: 0;
}
.lp-page #lp-section .page_company .profile .profile_block .profile_data h4 {
  padding-bottom: 1%;
}
.lp-page #lp-section .page_company .profile .profile_block .wp-block-column .profile_data:last-child {
  border-bottom: 1px solid #222;
}
.lp-page #lp-section .page_company .company_maps {
  padding: 0 5% 5%;
  max-width: 1200px;
  margin: auto;
  text-align: left;
}
.lp-page #lp-section .page_company .company_maps .sp_column h4 {
  padding-top: 5%;
  font-size: 130%;
}
.lp-page #lp-section .page_company .machinery {
  padding: 5%;
  background-color: black;
  color: white;
}
.lp-page #lp-section .page_company .machinery .base_machine {
  padding: 0 5%;
  max-width: 1200px;
  margin: auto;
}
.lp-page #lp-section .page_company .machinery .base_machine .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  display: none;
}
.lp-page #lp-section .page_company .machinery h3 {
  background-image: url("../img/company/machinery_facilities.webp");
  width: 80%;
  padding: 6% 0% 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  letter-spacing: 0.2rem;
  margin: auto;
  font-size: 150%;
  margin-bottom: 5%;
}
.lp-page #lp-section .page_company .machinery h4 {
  text-align: left;
  font-size: 130%;
}
.lp-page #lp-section .page_company .machinery .wp-block-gallery {
  margin-bottom: 10%;
  align-items: flex-start !important;
}
.lp-page #lp-section .page_company .machinery .wp-block-gallery .wp-element-caption {
  position: relative;
  text-align: left;
  padding: 1rem 0;
  overflow: inherit;
  font-size: 90%;
}
.lp-page #lp-section .page_company .shisetsu .shisetsu_flex {
  margin-bottom: 0;
  padding-bottom: 0;
}
.lp-page #lp-section .page_company .shisetsu .shisetsu_flex figure {
  margin-bottom: 0;
}
.lp-page #lp-section .page_company .shisetsu .shisetsu_text {
  font-size: 90%;
  text-align: left;
}
.lp-page #lp-section .page_company .qualification {
  max-width: 1200px;
  padding: 5% 5% 10%;
  margin: auto;
}
.lp-page #lp-section .page_company .qualification h3 {
  letter-spacing: 0.2rem;
  padding: 5% 0;
  font-size: 160%;
}
.lp-page #lp-section .page_company .qualification .qualification_list {
  text-align: left;
}
.lp-page #lp-section .page_company .qualification .qualification_list .wp-block-columns {
  margin: 0;
}
.lp-page #lp-section .page_company .qualification .qualification_list p {
  margin: 0;
}
.lp-page #lp-section .page_company .qualification .btn a {
  border-radius: 0;
}
.lp-page #lp-section .page_service .service_width {
  max-width: 1200px;
  margin: auto;
}
.lp-page #lp-section .page_service h2.title {
  background-image: url("../img/service/service.webp");
  width: 52%;
  max-width: 600px;
  margin: 3% 0;
  padding: 0 10% 10% 10%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  letter-spacing: 0.2rem;
  font-size: 150%;
  margin-bottom: 5%;
}
.lp-page #lp-section .page_service .service_block {
  padding: 5% 0;
}
.lp-page #lp-section .page_service .service_block .text {
  text-align: left;
}
.lp-page #lp-section .page_service .service_block .text h3 {
  font-size: 200%;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
.lp-page #lp-section .page_service .service_block .text .btn {
  justify-content: flex-end;
}
.lp-page #lp-section .page_service .service_block .text .btn a {
  background-color: inherit;
  border: none;
  justify-content: flex-end;
}
.lp-page #lp-section .page_service .service_block .text .btn a:after {
  background-image: url("../img/service/arrow_service.webp");
  padding-top: 20%;
  margin-left: 5%;
}
.lp-page #lp-section .page_service .service_block .text .btn a:hover {
  color: white;
}
.lp-page #lp-section .page_service .service_block .text .btn a:hover:after {
  transform: rotate(360deg);
  left: 0;
}
.lp-page #lp-section .page_heavy-materials .service_title h2,
.lp-page #lp-section .page_light-materials .service_title h2,
.lp-page #lp-section .page_steel-stock .service_title h2 {
  font-weight: normal;
  font-size: 200%;
  letter-spacing: 0.2rem;
  margin: 0;
  text-align: left;
  padding: 5% 0;
}
.lp-page #lp-section .page_heavy-materials .service_title p,
.lp-page #lp-section .page_light-materials .service_title p,
.lp-page #lp-section .page_steel-stock .service_title p {
  text-align: left;
  font-size: 90%;
  word-break: auto-phrase;
}
.lp-page #lp-section .page_heavy-materials h3.title,
.lp-page #lp-section .page_light-materials h3.title,
.lp-page #lp-section .page_steel-stock h3.title {
  background-image: url("../img/service/strengths.webp");
  width: 80%;
  padding: 5% 5% 10% 10%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
  bottom: -45px;
}
.lp-page #lp-section .page_heavy-materials .strength_block,
.lp-page #lp-section .page_light-materials .strength_block,
.lp-page #lp-section .page_steel-stock .strength_block {
  margin-bottom: 5%;
}
.lp-page #lp-section .page_heavy-materials .strength_block .image,
.lp-page #lp-section .page_light-materials .strength_block .image,
.lp-page #lp-section .page_steel-stock .strength_block .image {
  width: 100%;
  position: relative;
}
.lp-page #lp-section .page_heavy-materials .strength_block .image img,
.lp-page #lp-section .page_light-materials .strength_block .image img,
.lp-page #lp-section .page_steel-stock .strength_block .image img {
  width: 130%;
  left: -30%;
  top: 0;
  position: relative;
  max-width: 130%;
}
.lp-page #lp-section .page_heavy-materials .strength_block .text,
.lp-page #lp-section .page_light-materials .strength_block .text,
.lp-page #lp-section .page_steel-stock .strength_block .text {
  text-align: left;
}
.lp-page #lp-section .page_heavy-materials .strength_block .text .text_block,
.lp-page #lp-section .page_light-materials .strength_block .text .text_block,
.lp-page #lp-section .page_steel-stock .strength_block .text .text_block {
  margin-bottom: 5%;
}
.lp-page #lp-section .page_heavy-materials .strength_block .text .text_block:last-child,
.lp-page #lp-section .page_light-materials .strength_block .text .text_block:last-child,
.lp-page #lp-section .page_steel-stock .strength_block .text .text_block:last-child {
  margin-bottom: 0;
}
.lp-page #lp-section .page_heavy-materials .strength_block .text .text_block h4,
.lp-page #lp-section .page_light-materials .strength_block .text .text_block h4,
.lp-page #lp-section .page_steel-stock .strength_block .text .text_block h4 {
  font-size: 150%;
  font-weight: normal;
  border-bottom: 1px solid white;
  margin: 3% 0;
  padding: 5% 0;
  letter-spacing: 0.2rem;
}
.lp-page #lp-section .page_heavy-materials .strength_block.block02,
.lp-page #lp-section .page_light-materials .strength_block.block02,
.lp-page #lp-section .page_steel-stock .strength_block.block02 {
  flex-direction: row-reverse;
}
.lp-page #lp-section .page_heavy-materials .strength_block.block02 .image img,
.lp-page #lp-section .page_light-materials .strength_block.block02 .image img,
.lp-page #lp-section .page_steel-stock .strength_block.block02 .image img {
  left: 0;
}
.lp-page #lp-section .page_heavy-materials .steel_block .sub_title,
.lp-page #lp-section .page_light-materials .steel_block .sub_title,
.lp-page #lp-section .page_steel-stock .steel_block .sub_title {
  font-size: 150%;
  letter-spacing: 0.2rem;
  padding: 2%;
}
.lp-page #lp-section .page_heavy-materials .steel_block .catch,
.lp-page #lp-section .page_light-materials .steel_block .catch,
.lp-page #lp-section .page_steel-stock .steel_block .catch {
  text-align: center;
  padding: 0 0 5%;
}
.lp-page #lp-section .page_heavy-materials .carport .carport_text_block,
.lp-page #lp-section .page_light-materials .carport .carport_text_block,
.lp-page #lp-section .page_steel-stock .carport .carport_text_block {
  color: white;
  text-align: left;
  background-color: #002d8b;
  position: relative;
  padding: 3% 2%;
  margin: 0 0 3%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.lp-page #lp-section .page_heavy-materials .carport .carport_text_block:before,
.lp-page #lp-section .page_light-materials .carport .carport_text_block:before,
.lp-page #lp-section .page_steel-stock .carport .carport_text_block:before {
  content: "";
  width: 7%;
  padding-top: 7%;
  margin-right: 3%;
  background-image: url("../img/mark_circle.webp");
  background-size: cover;
}
.lp-page #lp-section .page_heavy-materials .carport .carport_text_block strong,
.lp-page #lp-section .page_light-materials .carport .carport_text_block strong,
.lp-page #lp-section .page_steel-stock .carport .carport_text_block strong {
  color: yellow;
}
.lp-page #lp-section .page_heavy-materials .totan .text,
.lp-page #lp-section .page_light-materials .totan .text,
.lp-page #lp-section .page_steel-stock .totan .text {
  text-align: left;
}
.lp-page #lp-section .page_heavy-materials .totan .text .flex_bottom,
.lp-page #lp-section .page_light-materials .totan .text .flex_bottom,
.lp-page #lp-section .page_steel-stock .totan .text .flex_bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.lp-page #lp-section .page_heavy-materials .totan .text .totan_image_colors .totan_images,
.lp-page #lp-section .page_light-materials .totan .text .totan_image_colors .totan_images,
.lp-page #lp-section .page_steel-stock .totan .text .totan_image_colors .totan_images {
  display: flex;
}
.lp-page #lp-section .page_heavy-materials .totan .text .totan_image_colors .totan_images img,
.lp-page #lp-section .page_light-materials .totan .text .totan_image_colors .totan_images img,
.lp-page #lp-section .page_steel-stock .totan .text .totan_image_colors .totan_images img {
  width: 50%;
  max-width: 50%;
}
.lp-page #lp-section .page_heavy-materials .totan .text .totan_image_colors .totan_colors,
.lp-page #lp-section .page_light-materials .totan .text .totan_image_colors .totan_colors,
.lp-page #lp-section .page_steel-stock .totan .text .totan_image_colors .totan_colors {
  background-color: white;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.lp-page #lp-section .page_heavy-materials .totan .text .totan_image_colors .totan_colors img,
.lp-page #lp-section .page_light-materials .totan .text .totan_image_colors .totan_colors img,
.lp-page #lp-section .page_steel-stock .totan .text .totan_image_colors .totan_colors img {
  width: 25%;
  max-width: 25%;
}
.lp-page #lp-section .page_heavy-materials .yane .text,
.lp-page #lp-section .page_light-materials .yane .text,
.lp-page #lp-section .page_steel-stock .yane .text {
  text-align: left;
}
.lp-page #lp-section .page_reqruitements .inner {
  max-width: 1200px;
  margin: auto;
}
.lp-page #lp-section .page_reqruitements .reqruitements_title h2 {
  background-image: url("../img/reqruitements/reqruitements_text.webp");
  width: 50%;
  max-width: 500px;
  margin: 3% auto;
  padding: 5% 10% 0% 10%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  letter-spacing: 0.2rem;
  font-size: 150%;
  margin-bottom: 10%;
}
.lp-page #lp-section .page_reqruitements .page_links {
  flex-wrap: wrap;
}
.lp-page #lp-section .page_reqruitements .page_links a {
  width: auto;
  padding: 2%;
  margin-bottom: 2%;
}
.lp-page #lp-section .page_reqruitements .reqruitements_block {
  padding-bottom: 5rem;
}
.lp-page #lp-section .page_reqruitements .reqruitements_block h3 {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  font-weight: normal;
}
.lp-page #lp-section .page_reqruitements .reqruitements_block h3 strong {
  font-weight: normal;
  font-size: 180%;
}
.lp-page #lp-section .page_reqruitements .reqruitements_block .reqruitements_data {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}
.lp-page #lp-section .page_reqruitements .reqruitements_block .reqruitements_data .left, .lp-page #lp-section .page_reqruitements .reqruitements_block .reqruitements_data .right {
  width: 100%;
}
.lp-page #lp-section .page_reqruitements .reqruitements_block .reqruitements_data .left .data_block:last-child, .lp-page #lp-section .page_reqruitements .reqruitements_block .reqruitements_data .right .data_block:last-child {
  border-bottom: 1px solid white;
}
.lp-page #lp-section .page_reqruitements .reqruitements_block .reqruitements_data .data_block {
  border-top: 1px solid white;
  padding: 1rem 0;
  text-align: left;
  width: 100%;
}
.lp-page #lp-section .page_reqruitements .reqruitements_block .reqruitements_data .data_block h4 {
  padding: 0;
  margin: 0 0 0.5rem;
}
.lp-page #lp-section .page_reqruitements .reqruitements_block .reqruitements_data .data_block p {
  font-size: 80%;
  margin: 0 0 1rem;
}
.lp-page #lp-section .page_reqruitements .reqruitements_block .oubo {
  width: 100%;
  padding: 2rem;
  background-color: white;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
.lp-page #lp-section .page_reqruitements .reqruitements_block .oubo h4 {
  font-size: 200%;
  font-weight: normal;
  color: #718bbf;
  width: 25%;
  margin: 0 0 2rem;
  padding: 0;
  text-align: center;
}
.lp-page #lp-section .page_reqruitements .reqruitements_block .oubo .text {
  width: 74%;
}
.lp-page #lp-section .page_reqruitements .reqruitements_block .oubo .text p {
  color: black;
  line-height: 1.4;
  margin: 0;
}
.lp-page #lp-section .page_reqruitements .reqruitements_block .no_job {
  padding: 1rem;
  text-align: left;
}
.lp-page #lp-section .page_reqruitements .recruit_btn a {
  background-color: #1c4498;
  border: 2px solid #1c4498;
  max-width: 1000px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 0;
  min-height: 6rem;
  font-weight: 900;
  font-size: 120%;
  letter-spacing: 0.2rem;
}
@media all and (max-width: 1100px) {
  .lp-page #lp-section .page_reqruitements .recruit_btn a {
    max-width: 90%;
  }
}
.lp-page #lp-section .page_reqruitements .recruit_btn a:hover {
  background-color: white;
  color: #1c4498;
}
.lp-page #lp-section .page_reqruitements .recruit_foot_mv {
  margin: 0 !important;
}
.lp-page #lp-section .page_contact .contact_tels dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.lp-page #lp-section .page_contact .contact_tels dl dt {
  width: 20%;
  text-align: left;
}
.lp-page #lp-section .page_contact .contact_tels dl dd {
  text-align: left;
  width: 60%;
  margin: 0;
}

/* pc end */
/*#####################################################################
 *
 * tab base in
 *
 #####################################################################*/
/*#####################################################################
*
 * tab 767px in
 *
#####################################################################*/
/*#####################################################################
*
 * sp 540px in
 *
#####################################################################*/
@media all and (max-width: 540px) and (orientation: portrait) {
  .lp-page #lp-section .catalog_link {
    justify-content: center;
    padding: 2rem 0;
  }
  .lp-page #lp-section .service_links {
    padding: 5rem 1rem;
    flex-direction: column;
    align-items: center;
  }
  .lp-page #lp-section .service_links a {
    max-width: 60%;
  }
  .lp-page #lp-section .works_block h2.title {
    width: 60%;
    padding: 0% 0% 15% 0%;
  }
  .lp-page #lp-section .works_block .work_outer .works_slide .slick-prev {
    left: 7%;
    z-index: 5;
  }
  .lp-page #lp-section .works_block .work_outer .works_slide .slick-prev:before {
    content: "";
    display: block;
    width: 1.5rem;
    transform: rotate(180deg);
    padding-top: 1.5rem;
    background-image: url("../img/work_arrow.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .lp-page #lp-section .works_block .work_outer .works_slide .slick-next {
    right: 7%;
  }
  .lp-page #lp-section .works_block .work_outer .works_slide .slick-next:before {
    content: "";
    display: block;
    width: 1.5rem;
    padding-top: 1.5rem;
    background-image: url("../img/work_arrow.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .lp-page #lp-section .works_block .work_outer .works_slide .works_list .image img {
    height: 45vw;
  }
  .lp-page #lp-section .question_area h2.title {
    width: 50%;
    padding-top: 25%;
  }
  .lp-page #lp-section .question_area .question_block {
    padding: 1rem;
    max-width: 100%;
  }
  .lp-page #lp-section .page_company .page_links {
    flex-direction: column;
  }
  .lp-page #lp-section .page_company .page_links a {
    width: 100%;
    padding: 5%;
    margin-bottom: 3%;
  }
  .lp-page #lp-section .page_company .greeting h3 {
    font-size: 120%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .lp-page #lp-section .page_company .greeting .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .lp-page #lp-section .page_company .greeting .wp-block-columns .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
  }
  .lp-page #lp-section .page_company .greeting .wp-block-columns .wp-block-column img {
    position: relative;
    left: -12%;
  }
  .lp-page #lp-section .page_company .philosophy h3 {
    width: 80%;
    padding: 12% 10% 2% 10%;
    font-size: 120%;
  }
  .lp-page #lp-section .page_company .philosophy .rinen_block {
    flex-wrap: wrap !important;
  }
  .lp-page #lp-section .page_company .philosophy .rinen_block .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
    padding: 5% 0;
  }
  .lp-page #lp-section .page_company .philosophy .rinen_block .wp-block-column h4 {
    margin: 1% 0;
  }
  .lp-page #lp-section .page_company .manageiment h3 {
    background-image: url("../img/company/management_policy_sp.webp");
    padding: 20% 0 0 0;
  }
  .lp-page #lp-section .page_company .manageiment .manegiment_list li {
    width: 100%;
    font-size: 130%;
  }
  .lp-page #lp-section .page_company .profile {
    padding: 10% 0 0;
  }
  .lp-page #lp-section .page_company .profile h3 {
    width: 45%;
    padding-top: 10%;
  }
  .lp-page #lp-section .page_company .profile .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .lp-page #lp-section .page_company .profile .wp-block-columns .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
  }
  .lp-page #lp-section .page_company .profile .profile_block {
    padding-bottom: 0;
    gap: 0;
  }
  .lp-page #lp-section .page_company .profile .profile_block .wp-block-column:last-child {
    border-bottom: 1px solid #222;
  }
  .lp-page #lp-section .page_company .profile .profile_block .wp-block-column .profile_data h4 {
    letter-spacing: 0.1rem;
    padding-bottom: 0.5rem;
  }
  .lp-page #lp-section .page_company .profile .profile_block .wp-block-column .profile_data p {
    line-height: 1.3;
  }
  .lp-page #lp-section .page_company .profile .profile_block .wp-block-column .profile_data:last-child {
    border-bottom: none;
  }
  .lp-page #lp-section .page_company .company_maps {
    padding: 0 5% 5%;
    margin: auto;
    text-align: left;
  }
  .lp-page #lp-section .page_company .company_maps .sp_column .wp-block-group__inner-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .lp-page #lp-section .page_company .company_maps .sp_column h4 {
    font-size: 120%;
    padding-top: 0%;
  }
  .lp-page #lp-section .page_company .company_maps .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 0;
  }
  .lp-page #lp-section .page_company .company_maps .wp-block-columns .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
  }
  .lp-page #lp-section .page_company .machinery {
    padding: 10% 5%;
  }
  .lp-page #lp-section .page_company .machinery h3 {
    background-image: url("../img/company/machinery_facilities_sp.webp");
    padding: 22% 0% 0% 0%;
  }
  .lp-page #lp-section .page_company .machinery h4 {
    text-align: left;
  }
  .lp-page #lp-section .page_company .machinery .wp-block-gallery {
    margin-bottom: 10%;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .lp-page #lp-section .page_company .machinery .wp-block-gallery .wp-block-image {
    width: 100%;
  }
  .lp-page #lp-section .page_company .shisetsu .shisetsu_flex {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .lp-page #lp-section .page_company .shisetsu .shisetsu_flex.wp-block-columns {
    flex-wrap: wrap !important;
    gap: 1rem;
  }
  .lp-page #lp-section .page_company .shisetsu .shisetsu_flex.wp-block-columns > .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
  }
  .lp-page #lp-section .page_company .shisetsu .shisetsu_flex figure {
    margin-bottom: 0;
  }
  .lp-page #lp-section .page_company .qualification .qualification_list.wp-block-columns {
    flex-wrap: wrap !important;
    gap: 0;
  }
  .lp-page #lp-section .page_company .qualification .qualification_list.wp-block-columns > .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
  }
  .lp-page #lp-section .page_company .qualification .qualification_list.wp-block-columns > .wp-block-column .wp-block-columns .wp-block-column {
    justify-content: space-between;
  }
  .lp-page #lp-section .page_company .qualification .qualification_list.wp-block-columns > .wp-block-column .wp-block-columns .wp-block-column:first-child {
    flex-basis: 80% !important;
  }
  .lp-page #lp-section .page_company .qualification .qualification_list.wp-block-columns > .wp-block-column .wp-block-columns .wp-block-column:last-child {
    flex-basis: 18% !important;
  }
  .lp-page #lp-section .page_company .qualification .btn .wp-block-button {
    width: 100%;
  }
  .lp-page #lp-section .page_service h2.title {
    width: 60%;
    padding: 10%;
    margin: 10% auto 0;
    font-size: 120%;
  }
  .lp-page #lp-section .page_service .service_block.wp-block-columns {
    flex-wrap: wrap !important;
  }
  .lp-page #lp-section .page_service .service_block.wp-block-columns .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
  }
  .lp-page #lp-section .page_service .service_block .image {
    position: relative;
  }
  .lp-page #lp-section .page_service .service_block .image img {
    position: relative;
    margin-left: -25%;
    max-width: 90%;
  }
  .lp-page #lp-section .page_service .service_block .text h3 {
    margin: 0;
  }
  .lp-page #lp-section .page_service .service_block .text .btn a {
    padding: 3vw 0;
  }
  .lp-page #lp-section .page_links {
    flex-direction: column;
    padding-bottom: 3rem;
  }
  .lp-page #lp-section .page_links a {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 1rem;
  }
  .lp-page #lp-section .page_heavy-materials .service_title,
.lp-page #lp-section .page_light-materials .service_title,
.lp-page #lp-section .page_steel-stock .service_title {
    padding-top: 1rem;
    flex-wrap: wrap !important;
    gap: 0;
  }
  .lp-page #lp-section .page_heavy-materials .service_title > .wp-block-column,
.lp-page #lp-section .page_light-materials .service_title > .wp-block-column,
.lp-page #lp-section .page_steel-stock .service_title > .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
  }
  .lp-page #lp-section .page_heavy-materials .service_title h2,
.lp-page #lp-section .page_light-materials .service_title h2,
.lp-page #lp-section .page_steel-stock .service_title h2 {
    padding: 1rem 0 0;
    margin-bottom: 0;
  }
  .lp-page #lp-section .page_heavy-materials h3.title,
.lp-page #lp-section .page_light-materials h3.title,
.lp-page #lp-section .page_steel-stock h3.title {
    bottom: 0;
    width: 100%;
  }
  .lp-page #lp-section .page_heavy-materials .strength_block,
.lp-page #lp-section .page_light-materials .strength_block,
.lp-page #lp-section .page_steel-stock .strength_block {
    padding-top: 1rem;
    flex-wrap: wrap !important;
    gap: 0;
    padding-bottom: 3rem;
  }
  .lp-page #lp-section .page_heavy-materials .strength_block > .wp-block-column,
.lp-page #lp-section .page_light-materials .strength_block > .wp-block-column,
.lp-page #lp-section .page_steel-stock .strength_block > .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
  }
  .lp-page #lp-section .page_heavy-materials .strength_block .image img,
.lp-page #lp-section .page_light-materials .strength_block .image img,
.lp-page #lp-section .page_steel-stock .strength_block .image img {
    width: 100%;
    left: -10%;
  }
  .lp-page #lp-section .page_heavy-materials .strength_block.block02 .image img,
.lp-page #lp-section .page_light-materials .strength_block.block02 .image img,
.lp-page #lp-section .page_steel-stock .strength_block.block02 .image img {
    width: 100%;
    right: -10%;
    left: inherit;
  }
  .lp-page #lp-section .page_heavy-materials .steel_block.yane .wp-block-columns, .lp-page #lp-section .page_heavy-materials .steel_block.totan .wp-block-columns, .lp-page #lp-section .page_heavy-materials .steel_block.carport .wp-block-columns,
.lp-page #lp-section .page_heavy-materials .steel_block .slide_blocks,
.lp-page #lp-section .page_light-materials .steel_block.yane .wp-block-columns,
.lp-page #lp-section .page_light-materials .steel_block.totan .wp-block-columns,
.lp-page #lp-section .page_light-materials .steel_block.carport .wp-block-columns,
.lp-page #lp-section .page_light-materials .steel_block .slide_blocks,
.lp-page #lp-section .page_steel-stock .steel_block.yane .wp-block-columns,
.lp-page #lp-section .page_steel-stock .steel_block.totan .wp-block-columns,
.lp-page #lp-section .page_steel-stock .steel_block.carport .wp-block-columns,
.lp-page #lp-section .page_steel-stock .steel_block .slide_blocks {
    padding-top: 1rem;
    flex-wrap: wrap !important;
    gap: 0;
    padding-bottom: 3rem;
  }
  .lp-page #lp-section .page_heavy-materials .steel_block.yane .wp-block-columns > .wp-block-column, .lp-page #lp-section .page_heavy-materials .steel_block.totan .wp-block-columns > .wp-block-column, .lp-page #lp-section .page_heavy-materials .steel_block.carport .wp-block-columns > .wp-block-column,
.lp-page #lp-section .page_heavy-materials .steel_block .slide_blocks > .wp-block-column,
.lp-page #lp-section .page_light-materials .steel_block.yane .wp-block-columns > .wp-block-column,
.lp-page #lp-section .page_light-materials .steel_block.totan .wp-block-columns > .wp-block-column,
.lp-page #lp-section .page_light-materials .steel_block.carport .wp-block-columns > .wp-block-column,
.lp-page #lp-section .page_light-materials .steel_block .slide_blocks > .wp-block-column,
.lp-page #lp-section .page_steel-stock .steel_block.yane .wp-block-columns > .wp-block-column,
.lp-page #lp-section .page_steel-stock .steel_block.totan .wp-block-columns > .wp-block-column,
.lp-page #lp-section .page_steel-stock .steel_block.carport .wp-block-columns > .wp-block-column,
.lp-page #lp-section .page_steel-stock .steel_block .slide_blocks > .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
  }
  .lp-page #lp-section .page_heavy-materials .carport .carport_text_block,
.lp-page #lp-section .page_light-materials .carport .carport_text_block,
.lp-page #lp-section .page_steel-stock .carport .carport_text_block {
    margin: 0 2% 3%;
  }
  .lp-page #lp-section .page_heavy-materials .totan .text .totan_image_colors .totan_colors,
.lp-page #lp-section .page_light-materials .totan .text .totan_image_colors .totan_colors,
.lp-page #lp-section .page_steel-stock .totan .text .totan_image_colors .totan_colors {
    flex-wrap: wrap;
    justify-content: center;
  }
  .lp-page #lp-section .page_heavy-materials .totan .text .totan_image_colors .totan_colors img,
.lp-page #lp-section .page_light-materials .totan .text .totan_image_colors .totan_colors img,
.lp-page #lp-section .page_steel-stock .totan .text .totan_image_colors .totan_colors img {
    max-width: 50%;
    width: 50%;
    padding: 1rem;
  }
  .lp-page #lp-section .page_reqruitements .reqruitements_title h2 {
    width: 80%;
    padding: 8% 0% 0;
    margin: 10% auto 10%;
  }
  .lp-page #lp-section .page_reqruitements .page_links a {
    padding: 5% 0;
  }
  .lp-page #lp-section .page_reqruitements .reqruitements_block h3 {
    flex-direction: column;
    text-align: left;
    font-size: 100%;
  }
  .lp-page #lp-section .page_reqruitements .reqruitements_block h3 strong {
    font-size: 150%;
    margin-bottom: 1rem;
  }
  .lp-page #lp-section .page_reqruitements .reqruitements_block .reqruitements_data {
    padding: 0;
    flex-direction: column;
    gap: 0;
    margin-bottom: 3rem;
  }
  .lp-page #lp-section .page_reqruitements .reqruitements_block .reqruitements_data .left .data_block:last-child {
    border-bottom: none;
  }
  .lp-page #lp-section .page_reqruitements .reqruitements_block .reqruitements_data .data_block {
    padding: 1rem 0;
  }
  .lp-page #lp-section .page_reqruitements .reqruitements_block .reqruitements_data .data_block p {
    margin: 0;
    font-size: 100%;
    line-height: 1.4;
  }
  .lp-page #lp-section .page_reqruitements .reqruitements_block .oubo {
    padding: 1rem;
    flex-direction: column;
  }
  .lp-page #lp-section .page_reqruitements .reqruitements_block .oubo h4, .lp-page #lp-section .page_reqruitements .reqruitements_block .oubo .text {
    width: 100%;
    text-align: left;
  }
  .lp-page #lp-section .page_reqruitements .reqruitements_block .oubo h4 {
    margin-bottom: 0.5rem;
  }
  .lp-page #lp-section .page_contact .contact_tels dl dt {
    width: 40%;
  }
  .lp-page #lp-section .page_contact .contact_tels dl dd {
    width: 50%;
  }
}
.page_recruit {
  /* pc end */
  /*#####################################################################
   *
   * tab base in
   *
   #####################################################################*/
  /*#####################################################################
  *
   * tab 767px in
   *
  #####################################################################*/
  /*#####################################################################
  *
   * sp 540px in
   *
  #####################################################################*/
}
.page_recruit .basein {
  width: 1200px;
  margin: auto;
}
.page_recruit .blue_back {
  padding-bottom: 0 !important;
}
.page_recruit .recruit_title {
  top: 0;
  width: 40%;
  max-width: 400px;
  margin: auto;
}
.page_recruit .recruit_title h2 {
  background-image: url("../img/recruit/recruit_title.webp");
  padding: 20% 10% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  letter-spacing: 0.2rem;
}
.page_recruit .recruit_mv {
  position: relative;
  padding-bottom: 4rem;
}
.page_recruit .recruit_mv .image {
  position: relative;
}
.page_recruit .recruit_mv .catch {
  position: absolute;
  bottom: -1rem;
  width: 100%;
  text-align: center;
}
.page_recruit .recruit_mv .catch img {
  max-width: 80%;
  margin: auto;
}
.page_recruit .recruit_top_catch {
  padding: 5rem 2rem;
}
.page_recruit .recruit_top_catch .text {
  text-align: left;
}
.page_recruit .recruit_blocks {
  padding: 0 0 5rem;
}
.page_recruit .recruit_blocks .recruit_block_title {
  text-align: left;
}
.page_recruit .recruit_blocks .recruit_block_title h3 {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.page_recruit .recruit_job_images {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.page_recruit .recruit_job_images .image {
  width: 30%;
  margin: 1.5%;
  padding: 1.5%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page_recruit .recruit_job_images strong {
  font-size: 120%;
  padding: 0.5rem;
  color: black;
}
.page_recruit .num_blocks {
  margin-top: 2rem;
  background-color: white;
  padding: 0rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  color: black;
}
.page_recruit .num_blocks .left, .page_recruit .num_blocks .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_recruit .num_blocks .right {
  flex-wrap: wrap;
}
.page_recruit .num_blocks .right .block {
  width: 50%;
  height: 50%;
}
.page_recruit .num_blocks .right .block .num_data strong {
  font-size: 4rem;
}
.page_recruit .num_blocks .right .block .num_data span {
  padding: 0 0.5rem 0.5rem 0.5rem;
  font-size: 150%;
  font-weight: bold;
}
.page_recruit .num_blocks .right .block.block02 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.page_recruit .num_blocks .right .block.block03 {
  border-bottom: 1px solid #ccc;
}
.page_recruit .num_blocks .right .block.block04 {
  border-right: 1px solid #ccc;
}
.page_recruit .num_blocks .right .block.block04 p:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../img/recruit/kinniku.webp");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.page_recruit .num_blocks .block {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page_recruit .num_blocks .block h4 {
  font-size: 130%;
}
.page_recruit .num_blocks .block.block01 {
  border-right: 1px solid #ccc;
}
.page_recruit .num_blocks .block .num_data {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.page_recruit .num_blocks .block .num_data:before {
  content: "";
  width: 0%;
  height: 40%;
  background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.5) 50%); /* マーカーを引く */
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  transition-delay: 0.3s;
  /* インライン属性を指定する */
  display: inline;
}
.page_recruit .num_blocks .block .num_data.js-active:before {
  width: 100%;
}
.page_recruit .num_blocks .block .num_data span {
  padding: 0 1rem 1rem 1rem;
  font-size: 150%;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.page_recruit .num_blocks .block .num_data strong {
  font-size: 8rem;
  color: #002d8b;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  letter-spacing: -0.2rem;
  position: relative;
  z-index: 2;
}
.page_recruit .fukurikousei {
  padding: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
}
.page_recruit .fukurikousei .block {
  width: calc(50% - 0.5rem);
  background-color: white;
  color: black;
}
.page_recruit .fukurikousei .block .text_block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 1rem 2rem;
  flex-wrap: wrap;
}
.page_recruit .fukurikousei .block .text_block .text {
  text-align: left;
  width: 73%;
}
.page_recruit .fukurikousei .block .text_block .text p {
  font-size: 90%;
  line-height: 1.5;
  word-break: auto-phrase;
}
.page_recruit .fukurikousei .block .text_block .icon {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_recruit .fukurikousei .block.block05 {
  width: 100%;
}
.page_recruit .fukurikousei .block.block05 .text_block {
  padding-bottom: 0;
}
.page_recruit .fukurikousei .block.block05 .text_block .icon {
  justify-content: flex-end;
}
.page_recruit .fukurikousei .block.block05 .example {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0rem 2rem 2rem;
}
.page_recruit .fukurikousei .block.block05 .example > span {
  width: 10%;
  padding-top: 5%;
}
.page_recruit .fukurikousei .block.block05 .example .step_blocks {
  width: 90%;
  padding-left: 2rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page_recruit .fukurikousei .block.block05 .example .step_blocks .step {
  width: 30%;
  background-color: #eeeeee;
  padding: 2rem 0rem;
  position: relative;
}
.page_recruit .fukurikousei .block.block05 .example .step_blocks .step:after {
  content: "";
  width: 10%;
  padding-top: 18%;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ccc;
  display: block;
  position: absolute;
  right: -13%;
  top: 50%;
  transform: translateY(-50%);
}
.page_recruit .fukurikousei .block.block05 .example .step_blocks .step:last-child:after {
  display: none;
}
.page_recruit .fukurikousei .block.block05 .example .step_blocks .step .catch {
  padding: 1rem 0;
  font-size: 90%;
  letter-spacing: 0;
}
.page_recruit .fukurikousei .block.block05 .example .step_blocks .step .catch b {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 180%;
}
.page_recruit .fukurikousei .block.block05 .example .step_blocks .step strong {
  font-size: 120%;
}
.page_recruit .voices {
  width: 100%;
  padding-top: 60%;
  position: relative;
  margin-top: 2rem;
}
.page_recruit .voices .block {
  background-color: white;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  width: 30%;
  border-radius: 5px;
  position: absolute;
  margin-bottom: 5%;
  -webkit-animation: fuwafuwa-move 3s ease-in-out infinite alternate;
          animation: fuwafuwa-move 3s ease-in-out infinite alternate;
}
.page_recruit .voices .block:after {
  content: "";
  position: absolute;
  background-color: white;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  padding-top: 5%;
  width: 8%;
  right: inherit;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 1px);
}
.page_recruit .voices .block.block01 {
  left: 0;
  top: 0;
}
.page_recruit .voices .block.block02 {
  left: 35%;
  top: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.page_recruit .voices .block.block03 {
  left: 70%;
  top: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.page_recruit .voices .block.block04 {
  left: 20%;
  top: 20%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.page_recruit .voices .block.block05 {
  left: 60%;
  top: 20%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.page_recruit .voices .block.block06 {
  left: 0;
  top: 40%;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.page_recruit .voices .block.block07 {
  left: 35%;
  top: 40%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.page_recruit .voices .block.block08 {
  left: 70%;
  top: 40%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.page_recruit .voices .block.block09 {
  left: 60%;
  top: 60%;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.page_recruit .voices .block.block10 {
  left: 15%;
  top: 53%;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  background-color: inherit;
}
.page_recruit .voices .block.block10::after {
  display: none;
}
.page_recruit .interview_block {
  padding: 2rem 0;
}
.page_recruit .interview_block .interview {
  display: none;
}
.page_recruit .interview_block .interview.view, .page_recruit .interview_block .interview:first-child {
  display: block;
}
.page_recruit .interview_block .interview .interview_head {
  border: 1px solid #ccc;
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 20rem;
}
.page_recruit .interview_block .interview .interview_head .head_img {
  width: 67%;
  background-size: cover;
}
.page_recruit .interview_block .interview .interview_head .head_text {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000717;
  background: linear-gradient(90deg, rgb(0, 7, 23) 0%, rgb(0, 44, 137) 100%);
}
.page_recruit .interview_block .interview .interview_head .head_text .names {
  text-align: left;
  line-height: 1.8;
}
.page_recruit .interview_block .interview .interview_head .head_text .names .job_type {
  font-size: 120%;
}
.page_recruit .interview_block .interview .interview_head .head_text .names .name {
  font-size: 200%;
  font-weight: bold;
}
.page_recruit .interview_block .interview .interview_head .head_text .names .name .age {
  font-size: 40%;
  font-weight: normal;
}
.page_recruit .interview_block .interview .interview_main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem;
  border: 1px solid #ccc;
  border-top: none;
}
.page_recruit .interview_block .interview .interview_main .interview_text {
  width: 60%;
}
.page_recruit .interview_block .interview .interview_main .interview_text .question_data {
  text-align: left;
  margin-bottom: 3rem;
}
.page_recruit .interview_block .interview .interview_main .interview_text .question_data h3 {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.page_recruit .interview_block .interview .interview_main .interview_text .question_data h3:before {
  content: "";
  width: 1rem;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page_recruit .interview_block .interview .interview_main .interview_img {
  width: 38%;
  text-align: right;
}
.page_recruit .interview_block .link_tab {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.page_recruit .interview_block .link_tab span {
  cursor: pointer;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  background-color: white;
  color: black;
  transition: 0.3s;
}
.page_recruit .interview_block .link_tab span.on, .page_recruit .interview_block .link_tab span:hover {
  background-color: #555555;
  color: white;
}
.page_recruit .recruit_btn a {
  background-color: #1c4498;
  border: 2px solid #1c4498;
  max-width: 1000px;
  border-radius: 0;
  min-height: 6rem;
  font-weight: 900;
  font-size: 120%;
  letter-spacing: 0.2rem;
}
@media all and (max-width: 1100px) {
  .page_recruit .recruit_btn a {
    max-width: 90%;
  }
}
.page_recruit .recruit_btn a:hover {
  background-color: white;
  color: #1c4498;
}
.page_recruit .recruit_foot_mv {
  margin: 0 !important;
}
@media all and (max-width: 1250px) {
  .page_recruit .basein {
    width: 98%;
    padding: 0 1%;
  }
  .page_recruit .recruit_top_catch {
    padding: 5rem 0;
  }
  .page_recruit .recruit_top_catch .text p {
    font-size: 120%;
  }
}
@media all and (max-width: 540px) and (orientation: portrait) {
  .page_recruit .recruit_title {
    width: 60%;
  }
  .page_recruit .recruit_title h2 {
    background-image: url("../img/recruit/recruit_title.webp");
    padding: 20% 10% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    letter-spacing: 0.2rem;
  }
  .page_recruit .recruit_mv {
    padding-bottom: 1rem;
  }
  .page_recruit .recruit_top_catch {
    padding: 3rem 0;
  }
  .page_recruit .recruit_top_catch.wp-block-columns {
    flex-wrap: wrap !important;
    gap: 1rem;
  }
  .page_recruit .recruit_top_catch.wp-block-columns > .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
    padding: 0 1rem;
  }
  .page_recruit .recruit_blocks {
    padding: 0 0 1rem;
  }
  .page_recruit .recruit_blocks .recruit_block_title {
    text-align: center;
  }
  .page_recruit .recruit_blocks .recruit_block_title h3 {
    font-size: 170%;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .page_recruit .recruit_blocks .recruit_block_title h3.shain_title {
    margin-top: 4rem;
    margin-bottom: 0rem;
  }
  .page_recruit .recruit_blocks .recruit_block_title p {
    text-align: center;
  }
  .page_recruit .recruit_job_images .image {
    width: 97%;
    margin: 1% 6% 3%;
    padding: 6% 6% 3%;
  }
  .page_recruit .num_blocks {
    flex-direction: column;
    margin: 0 6% 6%;
    background-color: inherit;
  }
  .page_recruit .num_blocks .block {
    background-color: white;
    border-color: black;
  }
  .page_recruit .num_blocks .left, .page_recruit .num_blocks .right {
    width: 100%;
  }
  .page_recruit .num_blocks .left .block p, .page_recruit .num_blocks .right .block p {
    font-size: 90%;
    min-height: 8vw;
  }
  .page_recruit .num_blocks .left .block {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .page_recruit .num_blocks .right {
    align-items: stretch;
  }
  .page_recruit .num_blocks .right .block.block04 p:after {
    display: none;
  }
  .page_recruit .fukurikousei {
    margin: 0 6% 6%;
    padding-top: 0;
  }
  .page_recruit .fukurikousei .block {
    width: 100%;
  }
  .page_recruit .fukurikousei .block .text_block .text {
    width: 80%;
  }
  .page_recruit .fukurikousei .block .text_block .text h4 {
    margin: 0.5rem 0;
    font-size: 130%;
  }
  .page_recruit .fukurikousei .block .text_block .text p {
    line-height: 1.2;
    font-size: 100%;
    word-break: auto-phrase;
  }
  .page_recruit .fukurikousei .block .text_block .icon {
    width: 18%;
  }
  .page_recruit .fukurikousei .block.block05 .example {
    flex-direction: column;
  }
  .page_recruit .fukurikousei .block.block05 .example > span {
    width: 100%;
    text-align: left;
    font-size: 100%;
  }
  .page_recruit .fukurikousei .block.block05 .example .step_blocks {
    flex-direction: column;
    padding: 1rem;
    width: 100%;
  }
  .page_recruit .fukurikousei .block.block05 .example .step_blocks .step {
    margin: 1rem 0;
    width: 100%;
  }
  .page_recruit .fukurikousei .block.block05 .example .step_blocks .step .catch {
    font-size: 100%;
    padding-bottom: 0;
  }
  .page_recruit .fukurikousei .block.block05 .example .step_blocks .step .catch b {
    vertical-align: middle;
    font-size: 250%;
    display: inline-block;
    padding: 0 0.2rem;
  }
  .page_recruit .fukurikousei .block.block05 .example .step_blocks .step strong {
    font-size: 140%;
    font-weight: 900;
  }
  .page_recruit .fukurikousei .block.block05 .example .step_blocks .step:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    padding-top: 10%;
    width: 15%;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    top: inherit;
    bottom: -20%;
  }
  .page_recruit .voices {
    padding-top: 45rem;
    width: 88%;
    margin-left: 6%;
  }
  .page_recruit .voices .block {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    width: 60%;
    font-size: 90%;
  }
  .page_recruit .voices .block.block01 {
    z-index: 10;
  }
  .page_recruit .voices .block.block02 {
    left: 40%;
    top: 8%;
    z-index: 9;
  }
  .page_recruit .voices .block.block03 {
    left: 0%;
    top: 16%;
    z-index: 8;
  }
  .page_recruit .voices .block.block04 {
    left: 40%;
    top: 24%;
    z-index: 7;
  }
  .page_recruit .voices .block.block05 {
    left: 0%;
    top: 32%;
    z-index: 6;
  }
  .page_recruit .voices .block.block06 {
    left: 40%;
    top: 40%;
    z-index: 5;
  }
  .page_recruit .voices .block.block07 {
    left: 0%;
    top: 48%;
    z-index: 4;
  }
  .page_recruit .voices .block.block08 {
    left: 40%;
    top: 56%;
    z-index: 3;
  }
  .page_recruit .voices .block.block09 {
    left: 0%;
    top: 64%;
    z-index: 2;
  }
  .page_recruit .voices .block.block10 {
    left: 40%;
    top: 72%;
    z-index: 1;
  }
  .page_recruit .interview_block {
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .page_recruit .interview_block .link_tab {
    gap: 0.5rem;
  }
  .page_recruit .interview_block .link_tab span {
    width: 100%;
    min-height: 3rem;
  }
  .page_recruit .interview_block .interview_flex {
    padding: 2rem 0;
    padding-bottom: 7rem;
  }
  .page_recruit .interview_block .interview {
    border: 1px solid #ccc;
  }
  .page_recruit .interview_block .interview .interview_head {
    display: block;
    border: none;
    min-height: inherit;
    position: relative;
  }
  .page_recruit .interview_block .interview .interview_head .head_img {
    width: 100%;
    height: 13rem;
    background-position: center;
  }
  .page_recruit .interview_block .interview .interview_head .head_text {
    width: 90%;
    justify-content: flex-end;
    padding: 0 2rem;
    position: absolute;
    bottom: -10%;
    left: -2%;
  }
  .page_recruit .interview_block .interview .interview_head .head_text .names {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    padding: 0.5rem 0;
    line-height: 1;
  }
  .page_recruit .interview_block .interview .interview_head .head_text .names .job_type {
    font-size: 90%;
    padding-top: 0.5rem;
  }
  .page_recruit .interview_block .interview .interview_head .head_text .names .name {
    font-size: 180%;
  }
  .page_recruit .interview_block .interview .interview_head .head_text .names .name .age {
    line-height: 1.6;
  }
  .page_recruit .interview_block .interview .interview_main {
    flex-direction: column;
    position: relative;
    border: none;
  }
  .page_recruit .interview_block .interview .interview_main .interview_text {
    width: 100%;
    padding: 1rem;
    padding-bottom: 9rem;
  }
  .page_recruit .interview_block .interview .interview_main .interview_img {
    position: absolute;
    left: 2%;
    top: 80%;
    width: 60%;
    height: 15rem;
  }
  .page_recruit .interview_block .interview .interview_main .interview_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .page_recruit .recruit_btn a {
    max-width: 100%;
  }
}
@-webkit-keyframes fuwafuwa-move {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes fuwafuwa-move {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.page_contact {
  /* pc end */
  /*#####################################################################
   *
   * tab base in
   *
   #####################################################################*/
  /*#####################################################################
  *
   * tab 767px in
   *
  #####################################################################*/
  /*#####################################################################
  *
   * sp 540px in
   *
  #####################################################################*/
}
.page_contact .basein {
  width: 1200px;
  margin: auto;
}
.page_contact .inner {
  max-width: 800px;
  margin: auto;
}
.page_contact .blue_back {
  padding-bottom: 0 !important;
}
.page_contact .blue_back a {
  color: white;
  text-decoration: underline;
}
.page_contact .contact_title {
  top: 0;
  width: 40%;
  max-width: 320px;
  margin: auto;
}
.page_contact .contact_title h2 {
  background-image: url("../img/contact/contact_text.webp");
  padding: 30% 10% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  letter-spacing: 0.2rem;
}
.page_contact .contact_text {
  padding: 2rem 0;
  font-size: 90%;
}
.page_contact .contact_text h3 {
  background-color: #718bbf;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 150%;
  letter-spacing: 0.1rem;
}
.page_contact .contact_text p {
  text-align: left;
}
.page_contact .form_attention h3 {
  font-size: 150%;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid #718bbf;
  padding-bottom: 0.5rem;
}
.page_contact .form_attention p {
  text-align: left;
}
.page_contact .form_attention ol {
  list-style: none;
  counter-reset: item-counter;
  padding-left: 2em;
}
.page_contact .form_attention ol li {
  line-height: 1.8;
  counter-increment: item-counter;
  position: relative;
}
.page_contact .form_attention ol li:before {
  content: "( " counter(item-counter) " )";
  position: absolute;
  left: -2em; /* olに設定したpaddingの分だけ左に戻す */
  top: 0;
}
.page_contact .form_block {
  margin: 2rem auto 10rem;
  padding: 2rem;
  background-color: white;
  border-radius: 10px;
  color: #333;
}
.page_contact .form_block .cform {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page_contact .form_block .cform.hissu > p > span {
  font-weight: bold;
}
.page_contact .form_block .cform.hissu > p > span:after {
  margin-left: 0.3rem;
  content: "※必須";
  font-size: 70%;
  color: #cc6633;
}
.page_contact .form_block .cform > p {
  width: 30%;
  text-align: left;
}
.page_contact .form_block .cform > div {
  width: 65%;
  text-align: left;
}
.page_contact .form_block .cform > div input[type=text] {
  width: 40%;
  max-width: 320px;
}
.page_contact .form_block .cform > div input[type=tel],
.page_contact .form_block .cform > div input[type=email] {
  width: 70%;
}
.page_contact .form_block .cform > div .wpcf7-quiz-label {
  display: block;
  font-size: 80%;
  margin-bottom: 0.2rem;
}
.page_contact .form_block .wpcf7-submit {
  background-color: #1c4498;
  border: 2px solid #1c4498;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 0.8rem;
  min-width: 40%;
  font-size: 120%;
  transition: 0.3s;
}
.page_contact .form_block .wpcf7-submit:hover {
  color: #1c4498;
  background-color: white;
}
@media all and (max-width: 1250px) {
  .page_contact .basein {
    width: 98%;
    padding: 0 1%;
  }
}
@media all and (max-width: 540px) and (orientation: portrait) {
  .page_contact .contact_title {
    width: 60%;
  }
  .page_contact .contact_title h2 {
    background-image: url("../img/contact/contact_title.webp");
    padding: 20% 10% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    letter-spacing: 0.2rem;
  }
  .page_contact .form_block {
    border-radius: 0;
    width: 112%;
    margin-left: -6%;
    margin-bottom: 0;
    padding: 2rem 3rem;
  }
  .page_contact .form_block .cform {
    padding-bottom: 1rem;
  }
  .page_contact .form_block .cform > p,
.page_contact .form_block .cform > div {
    width: 100%;
  }
  .page_contact .form_block .cform > p input[type=text],
.page_contact .form_block .cform > p input[type=tel],
.page_contact .form_block .cform > p input[type=email],
.page_contact .form_block .cform > div input[type=text],
.page_contact .form_block .cform > div input[type=tel],
.page_contact .form_block .cform > div input[type=email] {
    width: 100%;
  }
  .page_contact .form_block .cform p, .page_contact .form_block .cform div {
    padding: 0;
    margin: 0;
  }
  .page_contact .form_block .wpcf7-submit {
    min-width: inherit;
    width: 100%;
  }
}
@keyframes fuwafuwa-move {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*# sourceMappingURL=default.css.map */