@charset "UTF-8";
/*
Theme Name: recruit-okashigoten
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: #88347D;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
*:focus {
  outline: none;
}
/*=================================================
 * サイト全体
 * ================================================= */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2vw;
  color: #88347D;
  line-height: 1.5;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.15em;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mon {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.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;
}
@keyframes arrow-move09 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  48% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.block {
  margin-bottom: 9vw;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.block.show {
  opacity: 1;
  transform: translateY(0);
}
/*=================================================
 * ボタン右矢印
 * ================================================= */
.btn-ar {
  margin: 0 auto;
  width: fit-content;
}
.btn-ar p {
  padding: 0.5vw 0;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.25em;
}
/*=================================================
 * 背景色
 * ================================================= */
.bg-tc {
  background-color: #88347D;
}
.bg-be {
  background-color: #F8EFF7;
}
.bg-w {
  background-color: #fff;
}
/*=================================================
 * 色
 * ================================================= */
.tc {
  color: #88347D;
}
.white {
  color: #fff;
}
.red {
  color: #A30000
}
.tc a {
  color: #88347D;
}
.white a {
  color: #fff;
}
.red a {
  color: #A30000
}
/*=================================================
 * ボーダー
 * ================================================= */
.bd-t {
  border-top: 3px solid #88347D;
}
.bd-b {
  border-bottom: 3px solid #88347D;
}
.bd-t-w {
  border-top: 3px solid #fff;
}
.bd-b-w {
  border-bottom: 3px solid #fff;
}
/*=================================================
 * パンくず
 * ================================================= */
.pankuzu {
  margin: 1vw 0 9vw;
  padding: 1vw;
}
.pankuzu a {
  text-decoration: underline;
}
.pankuzu ul {
  justify-content: right;
  margin-right: 3vw;
}
.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: 1.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;
}
.f28 {
  font-size: 2vw;
}
.f30 {
  font-size: 2.2vw;
}
.f32 {
  font-size: 2.3vw;
}
.f34 {
  font-size: 2.5vw;
}
.f36 {
  font-size: 2.6vw;
}
.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: #fff;
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  font-weight: bold;
  height: 6vw;
}
header .wrap {
  width: 94%;
  margin: 0 auto;
}
header h1 {
  padding-top: 0.5vw;
  padding-left: 3vw;
}
header h1 img {
  width: 11vw;
  height: auto;
}
header .btn-g {
  margin-top: 2vw;
}
.entry-bt {
	width: 15vw;
  bottom: 4vw;
  right: 4vw;
  z-index: 99999;
  position: fixed;
}
/*=================================================
 * nav
 * ================================================= */
nav {
  margin: 2.5vw 2vw 0 5vw;
  text-align: center;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 1.3vw;
}
nav ul ul {
  display: block;
}
nav ul li {
  position: relative;
  padding: 0px 1vw;
}
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: 0.98vw 1.961vw;
}
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;
}
/*=================================================
 * top
 * ================================================= */
#firstview .fv-top {
  position: relative;
}
#firstview .fv-top .slide {
  position: relative;
  display: block;
  width: 94%;
  margin: 0 auto;
  padding: 0;
  z-index: 0;
  margin-top: 7vw;
  margin-bottom: 3vw;
}
#firstview .fv-top .slide img {
  border-radius: 0 0 0 10vw;
}
#firstview .fv-top .catch {
  bottom: 6vw;
  right: 0;
  z-index: 2;
  padding: 1vw 7vw;
  background: rgba(255, 255, 255, 0.9);
}
#top .icon {
  margin: 2vw 0;
}
#top .block01 .ttl {
  margin-bottom: 3vw;
}
#top .block01 .txt {
  line-height: 2.4;
  margin-bottom: 3vw;
}
#top .mttl {
  margin-top: 1vw;
}
#top .block02 .box {
  margin: 4vw 0;
}
#top .block02 .block, #top .block04 .block {
  padding: 0;
}
#top .block02 .box .cell {
  width: 31%;
}
#top .block02 .box .cell .txt {
  margin-top: 1vw;
  font-weight: bold;
}
#top .block03 .stxt {
  margin: 3vw 0 4vw;
  line-height: 2;
}
#top .block03 .box {
  border-radius: 2vw;
  width: 72%;
  margin: 0 auto;
  margin-bottom: 3vw;
}
#top .block03 .box .cell {
  padding: 3vw 3vw 3vw 5vw;
}
#top .block03 .box .cell .txtbox {
  width: 24vw;
}
#top .block03 .box .cell .ttl {
  width: fit-content;
  margin: 1vw 0 2vw;
}
#top .block03 .box .cell .img {
  width: 21vw;
}
#top .block04 .box {
  margin: 4vw 0;
}
#top .block04 .box .cell {
  width: 31%;
  border: solid 3px #88347D;
  border-radius: 2vw;
  padding: 2.5vw;
}
#top .block04 .box .cell .ttl {
  width: fit-content;
  padding: 0.5vw 4vw;
  border-radius: 4vw;
  margin: 0 auto;
}
#top .block04 .box .cell .sttl {
  width: fit-content;
  margin: 0 auto;
  margin-top: 1vw;
}
#top .block04 .box .cell .img {
  margin: 0 auto;
  text-align: center;
  margin-top: 1vw;
}
#top .block04 .box .cell img {
  width: auto;
  height: 11vw;
}
#top .block04 .box .cell .txt {
  margin-top: 1vw;
}
#top .block05 .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
#top .block05 .img {
  width: 25vw;
  margin: 3vw 0 5vw;
}
/*=================================================
 * footer
 * ================================================= */
footer .f-slider {
  margin: 7vw 0;
}
footer .f-bnr {
  width: 96%;
  margin: 0 auto;
}
footer .f-bnr .cell {
  width: 49%;
  margin-bottom: 7vw;
}
footer .flogo {
  width: 18vw;
  margin: 0 auto;
  padding: 4vw 0;
}
footer .fbox .txt {
  line-height: 2;
  margin-bottom: 4vw;
}
footer .fbox .link {
  width: 38vw;
  margin: 0 auto;
  padding-bottom: 4vw;
}
footer .fbox .copy {
  padding-bottom: 1vw;
}
/*=================================================
 * page共通
 * ================================================= */
h2 {
  font-weight: 600;
  letter-spacing: 0.2em;
  width: fit-content;
  margin: 0 auto;
}
#firstview .fv-btm {
  margin-top: 7vw;
}
#firstview .fv-btm .h2-box {
  margin-top: 16vw;
  margin-left: 3vw;
}
#firstview h2 {
  font-weight: 600;
  letter-spacing: 0.2em;
  border-bottom: solid 6px #88347D;
  width: fit-content;
  margin: 0 auto;
}
#firstview .fv-btm .h2-box .sttl {
  margin-top: 1vw;
  letter-spacing: 0.2em;
}
#firstview .fv-btm .bgbox .img {
  width: 65%;
  margin-right: 2vw;
}
.block {
  padding: 7vw 0;
}
.fa-solid {
  font-size: 2.8vw;
}
/*=================================================
 * STORY
 * ================================================= */
#story .block02 .block {
  padding: 0;
}
#story .block02 h2 {
  margin-bottom: 5vw;
}
#story .block02 .box {
  border: solid 3px #88347D;
  border-radius: 1.5vw;
  width: 68%;
  margin: 0 auto;
  padding: 3vw 5vw;
  line-height: 1.8;
  margin-bottom: 5vw;
  background: #fff;
}
#story .block02 .linebar {
  border-right: solid 5px #88347D;
  height: 250vw;
  margin: 0 auto;
  text-align: center;
  width: 50%;
  z-index: -99999;
}
#story .block02 .box .ttl {
  padding-bottom: 1vw;
}
#story .block02 .box .ttl2 {
  margin-top: 5vw;
}
#story .block02 .box .txt {
  padding-top: 1vw;
}
#story .block02 .box2 {
  border-radius: 1.5vw;
  width: 68%;
  margin: 0 auto;
  padding: 3vw 5vw;
  line-height: 1.8;
  margin-bottom: 5vw;
}
#story .block03 .img {
  width: 64%;
  margin: 0 auto;
  padding-top: 4vw;
}
/*=================================================
 * why
 * ================================================= */
#why .block01 {
  padding: 0;
}
#why .block01 .box {
  border: solid 3px #88347D;
  border-radius: 1.5vw;
  padding: 3vw;
  margin-bottom: 5vw;
}
#why .block01 .box .img {
  width: 25vw;
}
#why .block01 .box .txt {
  width: 40vw;
  margin-top: 1vw;
}
#why .block01 .box .ttl {
  padding: 1vw 0;
}
/*=================================================
 * works
 * ================================================= */
#works .block02 {
  padding: 0;
}
#works .block02 .abox {
  margin-bottom: 5vw;
}
#works .block02 .acell {
  flex-direction: column;
  align-items: center;
  border: solid 3px #88347D;
  border-radius: 1.5vw;
  padding: 1.5vw 5vw;
  width: 25vw;
}
#works .block02 .alink {
  text-align: center;
}
#works .block02 .cell {
  border-radius: 1.5vw;
  padding: 3vw 15vw;
  margin-bottom: 5vw;
}
#works .block02 .cell .ttl {
  width: fit-content;
  margin: 0 auto;
}
#works .block02 .cell .sttl {
  margin: 2vw 0 4vw;
}
#works .block02 .cell .mttl {
  margin: 3vw 0 1vw;
}
#works .block02 .cell .txt {
  margin-bottom: 5vw;
  line-height: 1.8;
}
/*=================================================
 * PEOPLE
 * ================================================= */
#people .block01 .box {
  border: solid 3px #88347D;
  border-radius: 1.5vw;
  padding: 3vw 5vw;
  margin-bottom: 5vw;
}
#people .block01 .box .img {
  padding: 6vw 0 0 1vw;
}
#people .block01 .box .img img {
  height: 15vw;
  width: auto;
}
#people .block01 .box .txtbox {
  width: 50vw
}
#people .block01 .box .ttlbox {
  justify-content: flex-start;
  align-items: center;
}
#people .block01 .box .sbox {
  border-radius: 4vw;
  padding: 0.5vw 3vw;
  margin-right: 2vw;
}
#people .block01 .box .ttl {
  padding: 1.5vw 0;
  margin-bottom: 1.5vw;
}
#people .block01 .box .txt {
  line-height: 1.8;
}
/*=================================================
 * number
 * ================================================= */
#number .block01 .wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}
#number .block01 .wrap .img {
  width: 25vw;
  margin-bottom: 2.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: #88347D;
  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: 12vw;
  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;
  color: #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 #88347D;
  background-color: unset;
  font-size: 18px;
  margin: 0 auto;
  cursor: pointer;
}
#contact input[type="submit"]:hover {
  background-color: #88347D !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;
  }
  .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: #88347D;
    text-decoration: none;
  }
  .spmenu.open {
    opacity: 1;
    z-index: 1001;
    visibility: unset;
  }
  .menublock {
    padding: 10px 0;
    border-bottom: dashed 1px #88347D;
    position: relative;
  }
  .menublock .inner {
    display: none;
  }
  .menublock span {
    display: block;
    border-bottom: dotted 1px #88347D;
    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: #88347D;
    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: #88347D;
  }
  /*   ハンバーガーボタン3本線   */
  .spmenuWrap button span.bar {
    display: block;
    height: 0.8vw;
    background-color: #88347D;
    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: 3vw 2vw;
  }
  header h1 img {
    width: 25vw;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #88347D;
  }
  /*404エラーページ*/
  #p404 h2 {
    font-size: 5.5vw;
    margin-bottom: 7vw;
  }
  #p404 .mainWrap {
    margin: 0 auto 20vw;
  }
  /*パンくず*/
  .pankuzu {
    margin: 0 auto 10vw 0;
  }
  .pankuzu ul {
    justify-content: left;
    margin-left: 3vw;
  }
  .pankuzu li {
    font-size: 3vw;
  }
  /*フォントサイズ*/
  .f12 {
    font-size: 2.5vw;
  }
  .f14 {
    font-size: 3.5vw;
  }
  .f16 {
    font-size: 3.6vw;
  }
  .f18 {
    font-size: 3.7vw;
  }
  .f20 {
    font-size: 4vw;
  }
  .f22 {
    font-size: 5vw;
  }
  .f24 {
    font-size: 4.2vw;
  }
  .f26 {
    font-size: 4.5vw;
  }
  .f28 {
    font-size: 4.5vw;
  }
  .f30 {
    font-size: 4.5vw;
  }
  .f32 {
    font-size: 4.5vw;
  }
  .f34 {
    font-size: 4.5vw;
  }
  .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: 100%;
  }
  .btn-ar p {
    padding: 1vw 7vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
  .btn-ar p:after {
    font-size: 4.5vw;
    top: 2vw;
    right: 5vw;
  }
  /*TOP*/
  #firstview .fv-top .slide {
    margin-top: 16vw;
    margin-bottom: 11vw;
  }
  #firstview .fv-top .catch1 {
    bottom: 50vw;
    left: 3vw;
    padding: 2vw 6vw;
  }
  #firstview .fv-top .catch2 {
    bottom: 36vw;
    left: 3vw;
    padding: 2vw 3vw;
  }
  .fa-solid {
    font-size: 7vw;
  }
  .block {
    padding: 10vw 0;
  }
  .flex-sb {
    display: block;
  }
  #top .block02 .box .cell {
    width: 60vw;
    margin: 0 auto;
    margin-bottom: 5vw;
    line-height: 1.5;
  }
  #top .block02 .block, #top .block04 .block {
    padding: 12vw 0;
  }
  #top .block03 .stxt {
    margin: 6vw 0 7vw;
    line-height: 2;
  }
  #top .block03 .box .cell {
    padding: 5vw;
    margin-bottom: 5vw;
  }
  #top .block03 .box .cell .txtbox {
    width: 100%;
  }
  #top .block03 .box .cell .ttl {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 3vw;
  }
  #top .block03 .box .cell .txt {
    line-height: 1.5;
    margin-bottom: 3vw;
  }
  #top .block03 .box .cell .img {
    width: 100%;
  }
  #top .block04 .box .cell {
    width: 70vw;
    border: solid 3px #88347D;
    border-radius: 2vw;
    padding: 5vw;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
  #top .block04 .box .cell .img {
    margin-top: 5vw;
    margin-bottom: 2vw;
  }
  #top .block04 .box .cell img {
    width: auto;
    height: 18vw;
  }
  #top .block04 .box .cell .txt {
    line-height: 1.6;
  }
  #top .block05 .flex {
    display: block;
  }
  #top .block05 .img {
    width: 70vw;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
  .entry-bt {
    width: 30vw;
  }
  /*footer*/
  footer .f-bnr .cell {
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 7vw;
  }
  footer .flogo {
    width: 35vw;
    padding: 10vw 0;
  }
  footer .fbox .link {
    width: 85vw;
  }
  footer .fbox {
    padding-bottom: 25vw;
  }
  /*ページ共通*/
  #firstview .fv-btm .h2-box {
    margin-top: 18vw;
    margin-left: unset;
  }
  #firstview .fv-btm .h2-box .sttl {
    margin-top: 3vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  #firstview .fv-btm .bgbox .img {
    width: 93vw;
    margin: 0 auto;
    padding: 5vw 0 0;
  }
  /*ストーリー*/
  #story .block02 .box {
    border-radius: 4vw;
    width: 100%;
    padding: 5vw;
  }
  #story .block02 .block {
    padding: 15vw 0;
  }
  #story .block02 .box2 {
    border-radius: 4vw;
    width: 100%;
    padding: 5vw;
  }
  #story .block03 .img {
    width: 90%;
  }
  #story .block02 .linebar {
    height: 900vw;
  }
  /* WHY */
  #why .block01 .box {
    border-radius: 4vw;
  }
  #why .block01 .box .img {
    width: 100%;
    margin-bottom: 3vw;
  }
  #why .block01 .box .txt {
    width: 100%;
    margin-top: 3vw;
  }
  /*works*/
  #works .block02 {
    padding: 10vw 0 0;
  }
  #works .block02 .abox {
    margin-bottom: 10vw;
  }
  #works .block02 .acell {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
  #works .block02 .cell {
    border-radius: 4vw;
    padding: 5vw;
    margin-bottom: 10vw;
  }
  #works .block02 .cell .mttl {
    margin: 5vw 0 3vw;
  }
  #works .block02 .cell .txt {
    margin-bottom: 10vw;
  }
  /*people*/
  #people .block01 .box {
    border-radius: 4vw;
    padding: 5vw;
    margin-bottom: 10vw;
  }
  #people .block01 .box .txtbox {
    width: 100%;
    margin-top: 5vw;
  }
  #people .block01 .box .img {
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #people .block01 .box .img img {
    height: 30vw;
    width: auto;
  }
  #people .block01 .box .name {
    margin-left: 3vw;
    margin-top: 1vw;
  }
  #people .block01 .box .ttl {
    padding: 1.5vw 0;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 1.5vw;
  }
  #people .block01 .box .txt {
    width: 94%;
    margin: 0 auto;
  }
  /*number*/
  #number .block01 .wrap .img {
    width: 70vw;
    margin: auto;
    margin-bottom: 7vw;
  }
  /*エントリーシート*/
  #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;
  }
}