@charset "UTF-8";
/*
Theme Name: recruit-corematerials
Theme URI:
Author:  
Author URI:
Description:
License:
License URI:
Tags:
*/
/* CSS Document */
/*=================================================
 *  リセット
 * ================================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  font-size: 100%;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-left: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
img {
  border: 0;
  vertical-align: bottom;
}
ul, ol {
  list-style: none;
}
table {
  border-spacing: 0;
  empty-cells: show;
}
p {
  margin: auto;
}
.wp-caption {
  width: 100% !important;
  height: auto;
}
/*=================================================
 * ロールオーバー
 * ================================================= */
a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
*:focus {
  outline: none;
}
/*=================================================
 * サイト全体
 * ================================================= */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3vw;
  color: #333;
  line-height: 2;
}
.mon {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mainWrap {
  width: 80vw;
  margin: 0 auto;
  position: relative;
}
.fullWrap {
  width: 100%;
}
.sp {
  display: none !important;
}
.flex {
  display: flex;
}
.flex-sb {
  display: flex;
  justify-content: space-between;
}
img {
  width: 100%;
  height: auto;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
a {
  text-decoration: none;
}
.shadow {
  box-shadow: 0 0.3vw 1vw 0 rgb(0 0 0 / 20%);
}
.t-shadow {
  text-shadow: 1px 2px 3px #0000004d;
}
.dotstyle {
  list-style: disc;
  margin-left: 1.5vw;
}
/*=================================================
 * ボタン右矢印
 * ================================================= */
.btn-ar p {
  padding: 1.2vw 3vw;
  width: 16vw;
  border-radius: 50px;
  margin: 0;
}
.btn-ar p:after {
  font-family: "Font Awesome 6 Free";
  content: '\f105';
  font-weight: 900;
  font-size: 1.8vw;
  position: absolute;
  top: 0.8vw;
  right: 2vw;
  font-style: normal;
}
/*=================================================
 * 背景色
 * ================================================= */
.bg-tc {
  background-color: #ED1B23;
}
.bg-gr {
  background-color: #EFEFEF;
}
.bg-pk {
  background-color: #FFF0F0;
}
.bg-w {
  background-color: #fff;
}
/*=================================================
 * 色
 * ================================================= */
.tc {
  color: #ED1B23;
}
.white {
  color: #fff;
}
.red {
  color: #A30000;
}
.tc a {
  color: #654F4F;
}
.white a {
  color: #fff;
}
.red a {
  color: #A30000
}
/*=================================================
 * ボーダー
 * ================================================= */
.bd-t {
  border-top: 1px solid #000;
}
.bd-b {
  border-bottom: 1px solid #000;
}
.bd-t-w {
  border-top: 1px solid #fff;
}
.bd-b-w {
  border-bottom: 1px solid #fff;
}
/*=================================================
 * パンくず
 * ================================================= */
.pankuzu {
  margin: 1vw 4vw 0 0;
}
.pankuzu a {
  text-decoration: underline;
}
.pankuzu ul {
  justify-content: right;
}
.pankuzu ul li:after {
  content: ">";
  margin: 0 1vw;
}
.pankuzu ul li:last-child:after {
  content: none;
}
.pankuzu li {
  font-size: 1vw;
  padding: 0 !important;
  display: flex;
}
/*=================================================
 * font
 * ================================================= */
.bold {
  font-weight: bold;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.f12 {
  font-size: 1vw;
}
.f14 {
  font-size: 1vw;
}
.f16 {
  font-size: 1.2vw;
}
.f18 {
  font-size: 1.3vw;
}
.f20 {
  font-size: 1.4vw;
}
.f21 {
  font-size: 1.5vw;
}
.f22 {
  font-size: 1.6vw;
}
.f24 {
  font-size: 1.8vw;
}
.f26 {
  font-size: 1.8vw;
}
.f30 {
  font-size: 2.2vw;
}
.f32 {
  font-size: 2.3vw;
}
.f34 {
  font-size: 2.5vw;
}
.f36 {
  font-size: 2.6vw;
}
.f40 {
  font-size: 2.8vw;
  line-height: 1.3;
}
.f46 {
  font-size: 2.8vw;
  line-height: 1.3;
}
.f48 {
  font-size: 3.4vw;
  line-height: 1.3;
}
.f50 {
  font-size: 3.8vw;
  line-height: 1;
}
.f60 {
  font-size: 4.4vw;
  line-height: 1;
}
.f70 {
  font-size: 5vw;
  line-height: 1;
}
.f90 {
  font-size: 6.5vw;
  line-height: 1;
}
/*=================================================
 * header
 * ================================================= */
header {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  height: 6vw;
}
header .wrap {
  width: 94%;
  margin: 0 auto;
}
header h1 {
  padding: 0.5vw 0 0 3vw;
}
header h1 img {
  width: 13vw;
  height: auto;
}
header .btn-g {
  margin-top: 2vw;
}
/*=================================================
 * nav
 * ================================================= */
nav {
  margin: 2vw 7vw 0 0;
  text-align: center;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
nav ul ul {
  display: block;
}
nav ul li {
  position: relative;
  padding: 0px 1.5vw;
}
nav ul li ul li {
  padding: 0px;
}
nav ul li a {
  display: block;
  text-decoration: none;
  transition: all .3s;
}
nav ul li li a {
  padding: 1vw 1.8vw;
}
nav ul li a:hover {
  color: #888;
}
nav li.has-child ul {
  position: absolute;
  left: -4.5vw;
  top: 3vw;
  z-index: 4;
  border: solid 1px #707070;
  width: 25vw;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
nav li.has-child:hover > ul, nav li.has-child ul li:hover > ul, nav li.has-child:active > ul, nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
nav li.has-child ul li a {
  color: #3f3a39;
  border-bottom: solid 1px rgba(63, 58, 57);
  background: #fff;
  opacity: 1;
}
nav li.has-child ul li:last-child a {
  border-bottom: none;
}
nav li.has-child ul li a:hover, nav li.has-child ul li a:active {
  background: #C5E8B6;
}
header .enbox {
  width: 6vw;
  height: 6vw;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 3.9;
  font-weight: bold;
  font-size: 1.5vw;
}
/*=================================================
 * top
 * ================================================= */
#top .b01 .lbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#top .b01 .rbox {
  margin-top: 1vw;
}
#top .b01 .nbox {
  margin-top: 3vw;
  display: flex;
  gap: 2vw;
  align-items: stretch;
}
#top .b01 .nbox .cell {
  width: 24vw;
  display: flex;
  flex-direction: column;
}
#top .b01 .nbox .cell .news-thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #fff;
}
#top .b01 .nbox .cell .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#top .b01 .nbox .cell .date {
  margin-top: 1vw;
  margin-bottom: 0;
}
#top .b01 .nbox .cell > *:last-child {
  margin-bottom: 0;
}
#top .b02 .img {
  width: 35vw;
}
#top .b02 .txtbox {
  width: 38vw;
}
#top .b02 .txtbox .txt {
  padding: 2vw 0;
}
#top .b02 .txtbox .btn-ar p {
  margin: unset;
  margin-right: 0;
  margin-left: auto;
}
#top .b03 .lead {
  margin-top: 2vw;
}
#top .b03 .box {
  margin-top: 3vw;
  flex-wrap: wrap;
}
#top .b03 .box .cell {
  width: 39vw;
  margin-bottom: 3vw;
}
#top .b03 .box .cell .cbox {
  border-radius: 2vw;
}
#top .b03 .box .cell .txtbox {
  width: 20vw;
  margin: 2vw;
  line-height: 1.7;
}
#top .b03 .fa-solid {
  margin-right: 0.5vw;
}
#top .b03 .box .cell .txt {
  margin-top: 1vw;
}
#top .b03 .box .cell .img {
  width: 17vw;
}
#top .b03 .btn-ar p {
  margin: unset;
  margin-right: 0;
  margin-left: auto;
}
#top .b04 .h2box {
  margin-bottom: 3vw;
}
#top .b04 .box {
  border: solid 2px #ed1b23;
  border-radius: 2vw;
  padding: 3vw;
  margin-bottom: 3vw;
}
#top .b04 .box .img {
  width: 30vw;
}
#top .b04 .box .txtbox {
  width: 40vw;
}
#top .b04 .btn-ar p {
  margin: unset;
  margin-right: 0;
  margin-left: auto;
}
#top .b05 .lbox {
  width: 40vw;
}
#top .b05 .lbox .txt {
  margin: 2vw 0;
}
#top .b05 .img {
  width: 34vw;
}
#top .b06 .box {
  margin-top: 3vw;
  flex-wrap: wrap;
}
#top .b06 .box .img {
  width: 39vw;
  margin-bottom: 2vw;
}
#top .b06 .btn-ar p {
  margin: unset;
  margin-right: 0;
  margin-left: auto;
}
/*=================================================
 * footer
 * ================================================= */
footer .bnrbox {
  margin-top: 2vw;
}
footer .bnrbox .cell {
  width: 46vw;
  margin: 0 auto;
  margin-bottom: 2vw;
}
footer .fbox {
  padding-top: 6vw;
}
footer .fbox .lbox {
  width: 30vw;
}
footer .fbox .flogo {
  width: 20vw;
}
footer .fbox .txt {
  margin-top: 3vw;
}
footer .fbox .rbox {
  width: 40vw;
  margin-bottom: 0;
  margin-top: auto;
}
footer .fmenu {
  border-top: solid 1px #fff;
  margin-top: 4vw;
  padding: 2vw 0;
}
/*=================================================
 * 私たちの社風
 * ================================================= */
#culture .b01 .box {
  margin-bottom: 5vw;
}
#culture .b01 .box .txtbox {
  width: 47vw;
}
#culture .b01 .box .img {
  width: 18vw;
  margin-right: 6vw;
}
#culture .b02 .box {
  margin-bottom: 5vw;
}
#culture .b02 .box .txtbox {
  margin-left: 12vw;
  width: 39vw;
}
#culture .b02 .box .img {
  width: 44vw;
}
#culture .b02 .box2 {
  margin-bottom: 5vw;
}
#culture .b02 .box2 .txtbox {
  margin-right: 12vw;
  width: 39vw;
}
#culture .b02 .box2 .img {
  width: 44vw;
}
#culture .b03 .box {
  margin-bottom: 5vw;
}
#culture .b03 .box .txtbox {
  margin-left: 12vw;
  width: 39vw;
}
#culture .b03 .box .img {
  width: 38vw;
  margin-right: 5vw;
  margin-top: 4vw;
}
/*=================================================
 * 仕事内容
 * ================================================= */
#works .b02 .box {
  margin-top: 3vw;
  flex-wrap: wrap;
}
#works .b02 .box .cell {
  width: 38vw;
  padding: 2vw;
  margin-bottom: 4vw;
  border-radius: 2vw;
}
#works .b02 .box .cell .icon {
  width: 7vw;
  margin: 0 auto;
}
#works .b02 .box .cell .txtbox {
  margin-top: 2vw;
}
#works .b02 .box .cell .txt {
  margin-top: 1vw;
}
#works .b03 .h2box {
  margin-bottom: 3vw;
}
#works .b03 .box {
  border: solid 2px #ed1b23;
  border-radius: 2vw;
  padding: 4vw;
  margin-bottom: 5vw;
}
#works .fa-solid {
  margin-right: 1vw;
}
#works .b03 .wrap {
  width: 53vw;
  margin: 0 auto;
  padding: 3vw 0;
}
#works .b03 .wrap .img {
  margin-bottom: 3vw;
}
#works .b03 .wrap .txt {
  margin-left: 3vw;
}
#works .b03 .wrap ul li {
  line-height: 1.6;
  list-style: disc;
  margin-bottom: 1vw;
}
#works .b03 .bwrap {
  border-top: dotted 3px #ed1b23;
  padding-top: 3vw;
}
#works .b03 .bwrap .sttl {
  text-align: center;
  margin-bottom: 3vw;
}
#works .b03 .bwrap .cell {
  width: 34vw;
  padding: 2vw 4vw;
  border-radius: 2vw;
}
#works .b03 .bwrap .cell .img {
  width: 8vw;
  margin: 0 auto;
  padding-bottom: 2vw;
}
/*=================================================
 * 働くポイント
 * ================================================= */
#point .b01 .box, #point .b01 .box2 {
  margin-bottom: 8vw;
}
#point .b01 .box .txtbox {
  margin-left: 12vw;
  width: 39vw;
}
#point .b01 .box .img {
  width: 44vw;
}
#point .b01 .box .txt {
  margin-top: 2vw;
}
#point .b01 .box2 .txtbox {
  margin-right: 12vw;
  width: 39vw;
}
#point .b01 .box2 .img {
  width: 44vw;
}
#point .b01 .box2 .txt {
  margin-top: 2vw;
}
/*=================================================
 * 働く人たち
 * ================================================= */
#people .b02 {
  padding: 5vw 0;
}
#people .b02 .box {
  border-radius: 2vw;
  padding: 4vw;
  margin-bottom: 5vw;
}
#people .b02 .ttlbox {
  line-height: 1.4;
  border-bottom: solid 1px #000;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
}
#people .b02 .box .wrap .txtbox {
  width: 47vw;
}
#people .b02 .box .wrap .img {
  width: 21vw;
}
#people .b02 .box .wrap .txtbox ul {
  margin-left: 2vw;
}
#people .b02 .box .wrap .txtbox ul li {
  line-height: 1.6;
  list-style: disc;
  margin-bottom: 1vw;
}
#people .b02 .box .wrap .happy {
  margin-top: 2vw;
}
#people .b02 .box .lead {
  width: 60vw;
  margin: 0 auto;
  padding-bottom: 2vw;
}
#people .b02 .onebox .mttl {
  margin: 2vw 0;
}
#people .b02 .onebox .img {
  width: 45vw;
  margin: 0 auto;
}
#people .b02 .onebox .box {
  flex-wrap: wrap;
}
#people .b02 .onebox .box .cell {
  width: 15vw;
  border: solid 1px #ed1b23;
  padding: 2vw 1vw;
  border-radius: 1.5vw;
  text-align: center;
}
#people .b02 .onebox .box .cell .img {
  width: 5vw;
}
#people .b02 .onebox .itembox .img {
  width: 22vw;
}
#people .b02 .pbox .img {
  width: 35vw;
  margin: 0 auto;
  padding-bottom: 3vw;
}
#people .b02 .sttl {
  width: fit-content;
}
#people .b02 .profile {
  width: 45vw;
  margin-right: 7vw;
}
#people .b02 .profile ul {
  margin-left: 2vw;
}
#people .b02 .profile ul li {
  line-height: 1.8;
  list-style: disc;
  margin-bottom: 2vw;
}
#people .b02 .mbox {
  border: solid 1px #ed1b23;
  padding: 2vw;
  border-radius: 2vw;
  margin-top: 3vw;
}
#people .b02 .mbox .img {
  width: 9vw;
  margin-left: 3vw;
  padding-top: 5vw;
}
#people .b02 .mbox .txtbox {
  width: 52vw;
}
/*=================================================
 * number
 * ================================================= */
#number .b01 .box {
  flex-wrap: wrap;
}
#number .b01 .box .img {
  width: 38vw;
  margin-bottom: 3vw;
}
/*=================================================
 * page共通
 * ================================================= */
.block {
  padding: 5vw 0;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.block.show {
  opacity: 1;
  transform: translateY(0);
}
/*=================================================
 * firstview
 * ================================================= */
#firstview {
  margin-top: 7vw;
  margin-bottom: 4vw;
}
#firstview .catch {
  margin: 0 auto;
  text-align: center;
  padding: 3vw 0;
}
#firstview .mv {
  width: 100%;
  height: fit-content;
}
#firstview .fv-top .box {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0.8vw;
  width: 50vw;
  text-align: center;
  padding: 4vw;
}
#firstview .h2-box {
  bottom: 0;
  padding: 1vw 10vw 1vw 4vw;
  border-radius: 0 7vw 0 2vw;
  width: fit-content;
}
#firstview .h2-box .sub {
  width: fit-content;
}
#firstview .news-bg {
  background-image: url("img/news/topimg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 94vw;
  border-radius: 2vw;
  height: 29vw;
  background-position: center;
  margin: 0 auto;
}
#firstview .culture-bg {
  background-image: url("img/culture/topimg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 94vw;
  border-radius: 2vw;
  height: 29vw;
  background-position: center;
  margin: 0 auto;
}
#firstview .works-bg {
  background-image: url("img/works/topimg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 94vw;
  border-radius: 2vw;
  height: 29vw;
  background-position: center;
  margin: 0 auto;
}
#firstview .point-bg {
  background-image: url("img/point/topimg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 94vw;
  border-radius: 2vw;
  height: 29vw;
  background-position: center;
  margin: 0 auto;
}
#firstview .people-bg {
  background-image: url("img/people/topimg_n.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 94vw;
  border-radius: 2vw;
  height: 29vw;
  background-position: center;
  margin: 0 auto;
}
#firstview .number-bg {
  background-image: url("img/number/topimg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 94vw;
  border-radius: 2vw;
  height: 29vw;
  background-position: center;
  margin: 0 auto;
}
#firstview .recruit-bg {
  background-image: url("img/recruit/topimg_re.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 94vw;
  border-radius: 2vw;
  height: 29vw;
  background-position: center;
  margin: 0 auto;
}
#firstview .entry-bg {
  background-image: url("img/entry/topimg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 94vw;
  border-radius: 2vw;
  height: 29vw;
  background-position: center;
  margin: 0 auto;
}
/*=================================================
 * news
 * ================================================= */
#news a {
  text-decoration: none;
}
#news .mainWrap {
  margin: 0 auto 10vw;
}
#news .postWrap .post {
  width: 55vw;
}
#news .mainWrap .post .box {
  padding: 1.5vw 0;
  width: 100%;
}
#news .mainWrap .post .box .date {
  width: 7vw;
}
#news .mainWrap .post .box .title {
  width: 48vw;
}
#news .mainWrap .post .box .arrow {
  width: 2vw;
  line-height: 1;
  margin: auto 0 auto 2vw;
}
#news .postWrap {
  justify-content: space-between;
}
#news .postWrap .nbox .cell {
  padding: 2vw;
}
#news .postWrap .nbox .cell .news-thumb {
  width: 20vw;
}
#news .postWrap .nbox .cell .rbox {
  width: 28vw;
}
#news .sidebar .block {
  margin-bottom: 4vw;
}
.sidebar {
  width: 18vw;
}
.sidebar .blue {
  padding-bottom: 1vw;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.sidebar .bold {
  font-size: 1.6vw;
  margin-right: 1vw;
}
.sidebar ul {
  padding: 1vw 0;
}
.sidebar .block2 select {
  padding: 1vw;
  width: 100%;
}
.pager {
  justify-content: center;
  margin: 3vw auto;
  width: fit-content;
}
#news .single .left {
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
#news .content img {
  margin: 2vw 0;
  width: auto;
  height: auto;
}
#news .entry {
  margin: 2vw 0 4vw;
}
#news .entry a {
  border-bottom: 1px solid #333;
}
#news .single_pager {
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
}
/*=================================================
 * エントリーフォーム
 * ================================================= */
#entry .block01 {
  padding-bottom: 5vw;
  margin-top: 10vw;
}
#entry table {
  border: solid 1px #343429;
  background-color: #fff;
  color: #333;
}
#entry table th {
  border-right: dotted 1px #b3b3b3;
  border-bottom: dotted 1px #bdbdbd;
  text-align: left;
  font-weight: normal;
  width: 20%;
  padding: 20px 10px 20px 10px;
  vertical-align: top;
}
#entry table td {
  padding: 20px 10px 20px 10px;
  vertical-align: top;
  border-bottom: dotted 1px #b3b3b3;
  line-height: 37px;
}
#entry input[type="text"] {
  padding: 10px;
  appearance: none;
  background: #E6E6E6;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}
#entry input[type="email"] {
  padding: 10px;
  appearance: none;
  background: #E6E6E6;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}
#entry ul li {
  padding-bottom: 20px;
}
#entry .td3 .address input {
  padding: 10px;
  appearance: none;
  background: #E6E6E6;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  width: 150px;
}
#entry .subtitle {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 20px;
}
#entry .kiyaku {
  width: 60%;
  height: 250px;
  overflow-y: scroll;
  font-size: 14px;
  border: solid 1px #666;
  margin: 0 auto;
}
#entry .doui {
  text-align: center;
  padding: 50px 0;
}
#entry .btform .send {
  width: 100%;
  border-radius: 5vw;
}
#entry .btform input {
  width: fit-content;
  border: none;
  margin: 0 auto;
  display: block;
  padding: 1vw 5vw;
  border-radius: 5vw;
}
#entry .btform .back input {
  background-color: #888;
  color: #fff;
  font-weight: bold;
  font-size: 1.4vw;
  margin-bottom: 2vw;
  padding: 1vw 0;
  width: 25vw;
}
#entry .btform .send input {
  color: #fff;
  font-weight: bold;
  font-size: 1.4vw;
  display: block;
  background-color: #FD6B02;
  padding: 1vw 0;
  width: 25vw;
}
#entry textarea {
  width: 80%;
}
.mw_wp_form_preview .bt {
  width: 400px;
  margin: 0 auto;
}
#not404 {
  padding: 200px;
}
#entry {
  margin: 0 auto;
}
#entry .text {
  text-align: center;
  padding: 100px;
}
#entry .finish h3 {
  text-align: center;
  font-size: 2vw;
}
#entry .finish .text {
  padding: 4vw 0 0;
}
.rec-finish {
  text-align: center;
  font-size: 18px;
}
#entry .btform {
  width: 35vw;
  margin: 5vw auto 10vw;
}
#entry input {
  transition-property: opacity;
  transition-duration: 0.5s;
}
#entry input[type="submit"]:hover {
  opacity: 0.7;
}
/*=================================================
 * 募集要項
 * ================================================= */
#recruit .jobinfo {
  width: 60vw;
  margin: 2vw auto;
}
#recruit .sub {
  border: 1px solid #333;
  width: fit-content;
  padding: 0.5vw 2vw;
  height: fit-content;
  margin-top: 0.5vw;
}
.profileArea {
  text-align: left;
  position: relative;
}
.profileArea > .in {
  max-width: 60vw;
  width: 100%;
  margin: auto;
  padding: 3vw 0;
}
.profileArea > .in .content {
  display: table;
  width: 100%;
}
.profileArea > .in .content .tr {
  display: table-row;
}
.profileArea > .in .content .tr .tit, .profileArea > .in .content .tr .cap {
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #707070;
  padding: 16px 0;
}
.profileArea > .in .content .tr .tit {
  text-align: left;
  width: 14vw;
  padding-left: 30px;
  font-weight: bold;
}
bold {
  font-weight: bold;
}
.profileArea > .in .content .tr .tit.type01 {
  letter-spacing: 2rem;
}
.profileArea > .in .content .tr .tit.type03 {
  letter-spacing: 0.5rem;
}
.profileArea > .in .content .tr .tit.type04 {
  letter-spacing: 0rem;
}
.profileArea > .in .content .tr .tit.type05 {
  letter-spacing: 0rem;
}
.profileArea > .in .content .tr .cap {
  padding-left: 44px;
  padding-right: 10px;
}
.profileArea > .in .content .tr:last-child .tit, .profileArea > .in .content .tr:last-child .cap {
  border-bottom: 1px solid #707070;
}
#recruit .wrap {
  margin: 0 auto;
  padding: 0 20px;
}
#recruit .block01 {
  padding-bottom: 5vw;
}
#recruit .block01 .cap a {
  text-decoration: revert;
}
#recruit .btn-wrap {
  width: fit-content;
  margin: 0 auto 4vw;
}
#recruit .block01 .conWrap {
  margin-bottom: 3vw;
}
#recruit .btn-long {
  width: 32vw;
  padding: 0.8vw;
}
#recruit .toggle_title .f30 {
  width: fit-content;
}
/*=================================================
 * アコーディオン
 * ================================================= */
.toggle_title {
  position: relative;
  padding: 1vw;
  border: 1px solid #000;
  cursor: pointer;
}
.toggle_title p {
  margin: 0 2vw 0 3vw;
}
.toggle_title:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.toggle_ans {
  margin: 0;
  padding: 1vw 0 5vw;
  display: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
/*プラス*/
.plus {
  position: absolute;
  right: 3vw;
  top: 0;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
}
.plus:before, .plus:after {
  display: block;
  content: "";
  background-color: #6b3906;
  position: absolute;
  width: 15px;
  height: 1px;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  transition: 0.5s;
}
.plus:before {
  width: 1px;
  height: 15px;
}
/*アコーディオンが開いたらプラスをマイナスにする*/
.toggle_title.selected .plus:before {
  transform: translate(50%, 50%) rotate(90deg);
}
/*=================================================
 * お問い合わせ
 * ================================================= */
.mw_wp_form_complete {
  margin: 5vw auto 10vw !important;
  width: 55vw !important;
}
#contact .fieldwrap {
  width: 50vw;
  margin: 5vw auto 10vw;
}
#contact .fieldwrap .message {
  font-weight: bold;
  margin-bottom: 3vw;
}
#contact .fieldwrap .field {
  margin-bottom: 2vw;
}
#contact input[type="text"], #contact input[type="email"] {
  width: 100%;
  padding: 1vw;
}
#contact .tel input[type="text"] {
  padding: 1vw;
  width: 15.7vw;
}
#contact select {
  padding: 1vw;
  width: 100%;
}
#contact textarea {
  width: 100%;
  height: 20vw;
  padding: 1vw;
}
#contact .check {
  margin-right: 3vw;
}
#contact .fieldwrap .bd-b {
  padding-bottom: 3vw;
}
#contact .fieldwrap .title2 {
  margin: 0 2vw 2vw 0;
  width: 12vw;
}
#contact .fieldwrap .title3 {
  margin: 3vw 0 1vw;
}
#contact .btbox {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}
#contact input[type="submit"] {
  width: 300px;
  padding: 1vw;
  border: 1px solid #707070;
  background-color: unset;
  font-size: 18px;
  margin: 0 auto;
  cursor: pointer;
}
#contact input[type="submit"]:hover {
  background-color: #F0F0F0 !important;
}
.mw_wp_form_complete {
  margin: 0 auto 15vw;
  width: 40vw;
  line-height: 2;
}
/*=================================================
 * レスポンシブ
 * ================================================= */
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  body {
    font-size: 3.6vw;
    line-height: 2;
  }
  a:hover {
    opacity: none;
    filter: none;
  }
  .mainWrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .flex-sb {
    display: block;
  }
  .spmenu {
    width: 90vw;
    height: auto;
    transition: all 0.2s;
    position: absolute;
    top: 15vw;
    right: 0;
    z-index: 0;
    background-color: #fff;
    color: #000;
    padding: 5vw;
    font-size: 4vw;
    opacity: 0;
    visibility: hidden;
  }
  .spmenu a {
    color: #000;
    text-decoration: none;
  }
  .spmenu.open {
    opacity: 1;
    z-index: 1001;
    visibility: unset;
  }
  .menublock {
    padding: 10px 0;
    border-bottom: dashed 1px #A0A0A0;
    position: relative;
  }
  .menublock .inner {
    display: none;
  }
  .menublock span {
    display: block;
    border-bottom: dotted 1px #A0A0A0;
    padding: 10px;
  }
  .menublock .inner span:last-child {
    border: none;
    padding-bottom: 0;
  }
  .menu_bt i {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .menu_bt .fa-chevron-up {
    display: none;
  }
  .menu_bt.active .fa-chevron-up {
    display: block;
  }
  .menu_bt.active .fa-chevron-down {
    display: none;
  }
  .menublock.no_inner i {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .inner span i {
    margin-right: 10px;
  }
  .spmenuWrap button {
    display: block;
    border: none;
    padding: 1vw 3vw;
    width: 15vw;
    height: 15vw;
    color: #000;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
    text-align: center;
    outline: none;
    font-size: 1.6vw;
    background-color: #fff;
  }
  /*   iphone対策（送信ボタン・セレクトボックス）   */
  input[type="submit"] {
    -webkit-appearance: none;
    color: #333;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #000;
  }
  /*   ハンバーガーボタン3本線   */
  .spmenuWrap button span.bar {
    display: block;
    height: 0.8vw;
    background-color: #000;
    margin: 2vw 0;
    transition: all 0.2s;
    transform-origin: 0 0;
  }
  .spmenuWrap button .close {
    letter-spacing: 0.08em;
    display: none;
  }
  .spmenuWrap button .menu {
    display: block;
  }
  /*  メニューアクティブ時  */
  .spmenuWrap button.active span.bar {
    width: 11vw;
  }
  .spmenuWrap button.active .bar1 {
    transform: rotate(30deg);
  }
  .spmenuWrap button.active .bar2 {
    opacity: 0;
  }
  .spmenuWrap button.active .bar3 {
    transform: rotate(-30deg);
  }
  .spmenuWrap button.active .menu {
    display: none;
  }
  .spmenuWrap button.active .close {
    display: block;
  }
  .spmenuWrap .flexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .spmenuWrap .flexbox .sns {
    margin-top: 5vw;
  }
  .spmenuWrap .flexbox img {
    width: 13vw;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 15vw;
  }
  header nav {
    display: none;
  }
  header h1 {
    padding: 2vw 0 0 5vw;
  }
  header h1 img {
    width: 32vw;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #000;
  }
  /*404エラーページ*/
  #p404 h2 {
    font-size: 5.5vw;
    margin-bottom: 7vw;
  }
  #p404 .mainWrap {
    margin: 0 auto 20vw;
  }
  /*パンくず*/
  .pankuzu {
    margin: 1vw 0 0 3vw;
  }
  .pankuzu ul {
    justify-content: left;
    margin-left: 3vw;
  }
  .pankuzu li {
    font-size: 3vw;
  }
  /*フォントサイズ*/
  .f12 {
    font-size: 3vw;
  }
  .f14 {
    font-size: 3vw;
  }
  .f18 {
    font-size: 3.7vw;
  }
  .f20 {
    font-size: 4vw;
  }
  .f22 {
    font-size: 5vw;
  }
  .f24 {
    font-size: 4.2vw;
  }
  .f26 {
    font-size: 4.5vw;
  }
  .f30 {
    font-size: 4.5vw;
  }
  .f32 {
    font-size: 4.5vw;
  }
  .f34 {
    font-size: 4.5vw;
  }
  .f40 {
    font-size: 5.3vw;
  }
  .f46 {
    font-size: 5.5vw;
    line-height: 1.3;
  }
  .f48 {
    font-size: 6vw;
    line-height: 1.3;
  }
  .f50 {
    font-size: 9vw;
    line-height: 1.2;
  }
  .f70 {
    font-size: 10vw;
  }
  /*=================================================
 * レスポンシブ｜ボタン
 * ================================================= */
  .btn-ar {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
  }
  .btn-ar p {
    padding: 3vw 7vw;
    width: 30vw;
    margin-left: auto;
  }
  .btn-ar p:after {
    font-size: 4.5vw;
    top: 2vw;
    right: 5vw;
  }
  /*　firstview　　*/
  #firstview .catch {
    padding: 3vw 0 5vw;
  }
  #firstview {
    margin-top: 17vw;
    margin-bottom: 20vw;
  }
  #firstview .movie {
    margin-bottom: 30vw;
    height: 58vw;
  }
  #firstview .mv {
    width: 100%;
    height: 58vw;
  }
  #firstview .fv-top .box {
    width: 100%;
    padding: 2vw;
    bottom: -17vw;
  }
  #firstview .news-bg, #firstview .works-bg, #firstview .culture-bg, #firstview .number-bg, #firstview .people-bg, #firstview .point-bg, #firstview .recruit-bg, #firstview .entry-bg {
    height: 45vw;
  }
  #firstview .culture-bg .f50 {
    font-size: 8vw !important;
  }
  #firstview .h2-box {
    bottom: 0;
  }
  /*TOP*/
  #firstview {
    margin-top: 20vw;
    margin-bottom: 0;
  }
  #firstview .slide img {
    width: 90%;
    margin: 0 auto;
  }
  .block {
    padding: 10vw 0;
  }
  #top .b01 .nbox {
    margin: 8vw 0;
    display: block;
  }
  #top .b01 .nbox .cell {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 8vw;
  }
  #top .b01 .nbox .cell .news-thumb {
    overflow: hidden;
    width: 38vw;
  }
	#top .b01 .nbox .cell .n-wrap {
		width: 48vw;
	}
  #top .b01 .nbox .cell .spbox {
    width: 53vw;
  }
  #top .b02 .img {
    width: 100%;
  }
  #top .b02 .txtbox {
    width: 100%;
    margin-top: 5vw;
  }
  #top .b02 .txtbox .txt {
    padding: 5vw 0;
  }
  #top .b03 .box .cell {
    width: 100%;
    margin-bottom: 6vw;
  }
  #top .b03 .box .cell .cbox {
    display: flex;
    justify-content: space-between;
  }
  #top .b03 .box .cell .txtbox {
    width: 45vw;
    margin: 4vw;
    line-height: 1.7;
  }
  #top .b03 .box .cell .img {
    width: 37vw;
  }
  #top .b03 .box .cell .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #top .b04 .box {
    border-radius: 5vw;
    padding: 5vw;
    margin-bottom: 6vw;
  }
  #top .b04 .box .img {
    width: 100%;
  }
  #top .b04 .box .txtbox {
    width: 100%;
    margin-top: 3vw;
  }
  #top .b05 .lbox {
    width: 100%;
  }
  #top .b05 .img {
    width: 100%;
    margin-top: 7vw;
  }
  #top .b06 .box .img {
    width: 100%;
    margin-bottom: 6vw;
  }
  footer {
    margin-bottom: 15vw;
  }
  footer .bnrbox .cell {
    width: 94vw;
    margin: 0 auto;
    margin-bottom: 7vw;
  }
  footer .fbox .lbox {
    width: 100%;
  }
  footer .fbox .txt {
    margin-top: 6vw;
  }
  footer .fbox {
    padding-top: 10vw;
  }
  footer .fbox .flogo {
    width: 51vw;
  }
  footer .fbox .rbox {
    width: 100%;
    margin-bottom: 6vw;
    margin-top: 6vw;
  }
  /*=================================================
 * 私たちの社風
 * ================================================= */
  #culture .b01 .box .txtbox {
    width: 100%;
  }
  #culture .b01 .box .img {
    width: 60vw;
    margin: 0 auto;
    padding: 10vw 0;
  }
  #culture .b01 .box {
    margin-bottom: 5vw;
  }
  #culture .b02, #culture .b03 {
    width: 90vw;
    margin: 0 auto;
  }
  #culture .b02 .box {
    margin-bottom: 0;
  }
  #culture .b02 .box .txtbox {
    margin-left: 0;
    width: 100%;
  }
  #culture .b02 .box .txtbox .txt {
    margin: 5vw 0;
  }
  #culture .b02 .box .img {
    width: 100%;
  }
  #culture .b02 .box2 {
    margin-bottom: 5vw;
    display: flex;
    flex-direction: column;
  }
  #culture .b02 .box2 .txtbox {
    margin-right: 0;
    width: 100%;
    order: 1;
  }
  #culture .b02 .box2 .txtbox .txt {
    margin-bottom: 5vw;
  }
  #culture .b02 .box2 .img {
    width: 100%;
    order: 2;
  }
  #culture .b03 .box {
    margin-bottom: 5vw;
  }
  #culture .b03 .box .txtbox {
    margin-left: 0;
    width: 100%;
  }
  #culture .b03 .box .img {
    width: 100%;
    margin-right: 5vw;
    margin-top: 4vw;
  }
  /*=================================================
 * 仕事内容
 * ================================================= */
  #works .b02 .box {
    margin-top: 6vw;
    flex-wrap: wrap;
  }
  #works .b02 .box .cell {
    width: 100%;
    padding: 6vw;
    margin-bottom: 6vw;
    border-radius: 2vw;
  }
  #works .b02 .box .cell .icon {
    width: 20vw;
    margin: 0 auto;
  }
  #works .b02 .box .cell .txtbox {
    margin-top: 2vw;
  }
  #works .b02 .box .cell .txt {
    margin-top: 1vw;
  }
  #works .b03 .h2box {
    margin-bottom: 6vw;
  }
  #works .b03 .box {
    border: solid 2px #ed1b23;
    border-radius: 2vw;
    padding: 4vw;
    margin-bottom: 5vw;
  }
  #works .fa-solid {
    margin-right: 1vw;
  }
  #works .b03 .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 6vw 0;
  }
  #works .b03 .wrap .img {
    margin-bottom: 6vw;
  }
  #works .b03 .wrap .txt {
    margin-left: 3vw;
  }
  #works .b03 .wrap ul li {
    line-height: 1.6;
    list-style: disc;
    margin-bottom: 4vw;
  }
  #works .b03 .bwrap {
    border-top: dotted 3px #ed1b23;
    padding-top: 3vw;
  }
  #works .b03 .bwrap .sttl {
    text-align: center;
    margin-bottom: 3vw;
  }
  #works .b03 .bwrap .cell {
    width: 100%;
    padding: 6vw 4vw;
    border-radius: 2vw;
    margin-bottom: 6vw;
  }
  #works .b03 .bwrap .cell .img {
    width: 20vw;
    margin: 0 auto;
    padding-bottom: 2vw;
  }
  /*=================================================
 * 働くポイント
 * ================================================= */
  #point .b01 .box, #point .b01 .box2 {
    margin-bottom: 8vw;
  }
  #point .b01 .box .txtbox {
    width: 86vw;
    margin: 0 auto;
    padding-bottom: 8vw;
  }
  #point .b01 .box .img {
    width: 85vw;
    margin-right: 0;
    margin-left: auto;
  }
  #point .b01 .box .txt {
    margin-top: 2vw;
  }
  #point .b01 .box2 {
    display: flex;
    flex-direction: column;
  }
  #point .b01 .box2 .txtbox {
    width: 86vw;
    margin: 0 auto;
    padding-bottom: 8vw;
    order: 1;
  }
  #point .b01 .box2 .img {
    width: 85vw;
    order: 2;
  }
  #point .b01 .box2 .txt {
    margin-top: 2vw;
  }
  /*=================================================
 * 働く人たち
 * ================================================= */
  #people .b02 {
    padding: 10vw 0;
  }
  #people .b02 .box {
    border-radius: 2vw;
    padding: 7vw;
    margin-bottom: 8vw;
  }
  #people .b02 .ttlbox {
    line-height: 1.4;
    border-bottom: solid 1px #000;
    margin-bottom: 6vw;
    padding-bottom: 2vw;
  }
  #people .b02 .box .wrap .txtbox {
    width: 100%;
  }
  #people .b02 .box .wrap .img {
    width: 100%;
  }
  #people .b02 .box .wrap .txtbox ul {
    margin-left: 2vw;
  }
  #people .b02 .box .wrap .txtbox ul li {
    line-height: 1.6;
    list-style: disc;
    margin-bottom: 6vw;
  }
  #people .b02 .box .wrap .happy {
    margin-top: 5vw;
  }
  #people .b02 .box .lead {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2vw;
  }
  #people .b02 .onebox .mttl {
    margin: 2vw 0;
  }
  #people .b02 .onebox .img {
    width: 100%;
    margin: 0 auto;
  }
  #people .b02 .onebox .box {
    flex-wrap: wrap;
    padding: 7vw;
    margin-bottom: 0;
  }
  #people .b02 .onebox .box .cell {
    width: 100%;
    margin-bottom: 6vw;
    padding: 5vw 0;
  }
  #people .b02 .onebox .box .cell .img {
    width: 10vw;
  }
  #people .b02 .onebox .box .cell .txt {
    font-size: 3.5vw;
  }
  #people .b02 .onebox .itembox .img {
    width: 60vw;
    margin-bottom: 5vw;
  }
  #people .b02 .pbox .img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 3vw;
  }
  #people .b02 .sttl {
    width: 100%;
  }
  #people .b02 .ttlbox .ttl {
    font-size: 6vw;
  }
  #people .b02 .profile {
    width: 100%;
    margin-right: 7vw;
  }
  #people .b02 .profile ul {
    margin-left: 2vw;
  }
  #people .b02 .profile ul li {
    line-height: 1.8;
    list-style: disc;
    margin-bottom: 2vw;
  }
  #people .b02 .mbox {
    border: solid 1px #ed1b23;
    padding: 7vw;
    border-radius: 2vw;
    margin-top: 3vw;
  }
  #people .b02 .mbox .ttlbox .ttl {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  #people .b02 .mbox .ttlbox {
    margin-bottom: 3vw;
  }
  #people .b02 .mbox .img {
    width: 20vw;
    padding-top: 5vw;
    margin: 0 auto;
    padding-bottom: 5vw;
  }
  #people .b02 .mbox .txtbox {
    width: 100%;
  }
  /*=================================================
 * number
 * ================================================= */
  #number .b01 .box {
    flex-wrap: wrap;
  }
  #number .b01 .box .img {
    width: 100%;
    margin-bottom: 8vw;
  }
  /*お知らせページ*/
  #news .postWrap .post {
    width: 100%;
    margin: 10vw 0;
  }
  #news .postWrap {
    display: block;
  }
  #news .postWrap .nbox .cell {
    padding: 6vw 0;
    display: flex;
  }
  #news .postWrap .nbox .cell .news-thumb {
    width: 30vw;
  }
  #news .postWrap .nbox .cell .rbox {
    width: 53vw;
  }
  #news .mainWrap .post .box {
    display: block;
    padding: 3vw 0;
  }
  #news .mainWrap .post .box .date {
    width: fit-content;
  }
  #news .mainWrap .post .box .title {
    width: 100%;
  }
  #news .sidebar .block {
    margin-bottom: 10vw;
  }
  .sidebar {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .sidebar .block {
    margin-bottom: 10vw;
  }
  .sidebar .bold {
    padding-bottom: 3vw;
    font-size: 5vw;
  }
  .sidebar ul {
    padding: 3vw 0;
  }
  .sidebar .block2 select {
    padding: 3vw;
    margin-top: 2vw;
  }
  /*お問い合わせページ*/
  #contact .fieldwrap {
    width: 100%;
  }
  #contact input[type="text"], #contact input[type="email"] {
    padding: 3vw;
  }
  #contact textarea {
    padding: 3vw;
    height: 50vw;
  }
  #contact .fieldwrap .bdr-b {
    padding-bottom: 10vw;
  }
  #contact .fieldwrap .field {
    margin-bottom: 5vw;
  }
  #contact .fieldwrap .flex {
    display: block;
  }
  #contact .fieldwrap .message {
    margin-bottom: 5vw;
  }
  #contact .fieldwrap .policy {
    margin: 2vw 0 5vw 7vw;
  }
  #contact .btbox {
    width: 100%;
    margin: 10vw auto;
    display: block;
  }
  #contact input[type="submit"] {
    width: 100%;
    padding: 4vw;
    font-size: 16px;
    margin-bottom: 7vw;
  }
  #contact input[type="submit"]:hover {
    background-color: unset;
  }
  .mw_wp_form_complete {
    width: 80% !important;
    margin: 30vw auto 14vw !important;
  }
  /*エントリーシート*/
  #entry {
    width: 100%;
  }
  #entry table {
    width: 100%;
    margin-top: 20px;
    border: solid 1px #B3B3B3;
    margin-left: 0;
    font-size: 14px;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }
  #entry input {
    font-size: 14px !important;
    padding: 10px 5px !important;
  }
  #form .td1 input[type="text"], #form .td2 input[type="text"], #form .td4 input[type="text"] {
    width: 25%;
    margin: 0;
  }
  #entry .td4, .form .td5 {
    padding: 10px;
  }
  #entry input[type="text"] {
    width: 100%;
  }
  #entry .td5 input[type="email"] {
    width: 100%;
    display: grid;
  }
  #entry textarea {
    width: 100%;
  }
  #entry table .post {
    display: grid;
    line-height: 20px;
  }
  #entry table .post span {
    margin-left: 0;
  }
  #entry table th {
    width: 28%;
  }
  #entry .kiyaku {
    width: 100%;
  }
  #entry .btform {
    width: 100%;
  }
  #entry .btform input {
    width: 80%;
    height: 13vw;
  }
  #entry .finish h3 {
    text-align: center;
    font-size: 5vw;
  }
  #entry .finish .text {
    width: 90%;
    margin: 0 auto;
  }
  #entry .tel-input {
    width: 16vw !important;
  }
  #entry .btform .send {
    width: 100%;
    margin-top: 10vw;
  }
  #entry .btform .back input {
    width: 100%;
  }
  #entry .btform .send input {
    width: 100%;
  }
  /*　募集要項　　*/
  #recruit .mainWrap {
    width: 90vw;
  }
  #recruit .block01 .jobinfo {
    padding: 20px;
    width: 90vw;
  }
  #recruit .block01 .conWrap {
    margin-bottom: 8vw;
  }
  #recruit .toggle_title .f30 {
    font-size: 4.5vw;
    width: 80%;
  }
  #recruit .sub {
    font-size: 3.5vw;
    padding: 0 3vw;
    margin: 2vw 2vw 0 3vw;
  }
  #recruit .area {
    flex-wrap: wrap;
    display: flex;
    width: 90vw;
    margin: 5vw auto;
  }
  .profileArea > .in .content {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #recruit .block01 .jobinfo .title {
    font-size: 4.5vw;
  }
  #recruit .block01 .sttl {
    color: #2B8F3C;
    font-weight: bold;
    margin: 3vw 0 2vw;
    font-size: 4vw;
  }
  #recruit .block02 {
    padding-bottom: 5vw;
    padding-top: 10vw;
    width: 90%;
  }
  #recruit .block02 .ttl {
    font-size: 6vw;
  }
  #recruit .block02 .sttl {
    color: #2B8F3C;
    font-weight: bold;
    margin: 3vw 0 2vw;
    font-size: 4vw;
  }
  #recruit .att {
    margin: 0 auto 0 3.2vw;
    width: fit-content;
  }
  .toggle_title {
    padding: 4vw 0;
  }
  .toggle_title .flex-sb {
    display: block;
  }
  #recruit .jobinfo {
    width: 90%;
  }
  #recruit .btn-long {
    width: 90%;
    height: 15vw;
  }
  .profileArea > .in {
    max-width: 80vw;
  }
  .profileArea > .in .content .tr .tit {
    padding: 4vw 0;
    width: 28vw;
  }
  .profileArea > .in .content .tr .cap {
    padding: 4vw 0;
  }
  .profileArea > .in .content .tr .tit.type01 {
    letter-spacing: 0;
  }
  .profileArea > .in .content .tr .tit.type03 {
    letter-spacing: 0.1rem;
  }
  #recruit .profileArea > .in {
    padding: 20px 0;
    max-width: 80vw;
  }
  #recruit .btn-wrap {
    width: 100%;
  }
  #recruit .btn-long {
    width: 90%;
    margin: 0 auto;
    line-height: 3;
  }
  #sp-fixed-menu {
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    z-index: 99;
    text-align: center;
    padding: 3vw 0;
  }
  #sp-fixed-menu .fa-solid, .fas {
    margin-left: 2vw;
    font-size: 5vw;
  }
}