@charset "UTF-8";
/*
Theme Name: litation
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: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3vw;
  color: #333;
  line-height: 2;
  font-weight: 500;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.en {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  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;
}
.tate {
  writing-mode: vertical-rl; /* 通常 */
  -ms-writing-mode: tb-rl; /* IE */
}
/*=================================================
 * ボタン右矢印
 * ================================================= */
.btbox .btn-ar {
  position: relative;
  display: inline-block;
  min-width: 32vw;
  padding: 1vw 10vw 1vw 9vw;
  border-radius: 9999px;
  text-align: center;
  text-decoration: none;
  width: fit-content;
  min-width: unset;
  max-width: max-content;
  font-weight: bold;
}
.btbox .btn-ar::after {
  content: "";
  position: absolute;
  right: 2vw;
  top: 50%;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  transform: translateY(-50%);
  background: currentColor;
}
.btbox a {
  display: inline-block;
}
/*=================================================
 * 背景色
 * ================================================= */
.bg-tc {
  background-color: #f7f9fa;
}
.bg-n {
  background-color: #cacfd4;
}
.bg-a {
  background-color: #0cabd0;
}
.bg-wo {
  background-color: #5850b2;
}
.bg-v {
  background-color: #f09c39;
}
.bg-v2 {
  background-color: #fffaf4;
}
.bg-r {
  background-color: #429d8e;
}
.bg-c {
  background-color: #525252;
}
.bg-w {
  background-color: #fff;
}
/*=================================================
 * 色
 * ================================================= */
.tc {
  color: #633434;
}
.white {
  color: #fff;
}
.red {
  color: #a30000;
}
.gray {
  color: #888;
}
.tc a {
  color: #654f4f;
}
.white a {
  color: #fff;
}
.red a {
  color: #a30000;
}
.t-a {
  color: #0cabd0;
}
.t-wo {
  color: #5850b2;
}
.t-v {
  color: #f09c39;
}
.t-r {
  color: #429d8e;
}
.s-a {
  border: solid 2px #0cabd0;
}
.s-wo {
  border: solid 2px #5850b2;
}
.s-v {
  border: solid 2px #f09c39;
}
.s-r {
  border: solid 2px #429d8e;
}
.btbox .btn-ar.btn-tc {
  background: #fff;
  color: #333;
  padding: 1vw 5vw 1vw 5vw;
}
.btbox .btn-ar.btn-a {
  background: #fff;
  color: #0cabd0;
}
.btbox .btn-ar.btn-r {
  background: #fff;
  color: #429d8e;
}
.btbox .btn-ar.btn-v {
  background: #fff;
  color: #f09c39;
}
.btn-wo {
  background: #5850b2;
  color: #fff;
}
.btbox .btn-ar.btn-c {
  color: #fff;
  border: solid 2px #fff;
}
.btn-outline {
  border: 2px solid #fff;
  color: #fff;
}
/*=================================================
 * ボーダー
 * ================================================= */
.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 {
  padding: 1vw;
}
.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: 700 !important;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.f10 {
  font-size: 1vw;
}
.f12 {
  font-size: 1.1vw;
}
.f14 {
  font-size: 1.15vw;
}
.f16 {
  font-size: 1.2vw;
}
.f18 {
  font-size: 1.3vw;
}
.f20 {
  font-size: 1.5vw;
}
.f21 {
  font-size: 1.6vw;
}
.f22 {
  font-size: 1.7vw;
}
.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;
}
.f38 {
  font-size: 2.8vw;
}
.f40 {
  font-size: 3vw;
}
.f46 {
  font-size: 3.2vw;
  line-height: 1.8;
}
.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;
}
.f80 {
  font-size: 5.5vw;
  line-height: 1;
}
.f90 {
  font-size: 6.5vw;
  line-height: 1;
}
/*=================================================
 * header
 * ================================================= */
header {
  z-index: 9999;
  width: 100%;
}
header .wrap {
  width: 94%;
  margin: 0 auto;
}
header h1 {
  padding: 1vw 2vw;
}
header h1 img {
  width: 17vw;
  height: auto;
}
header .note {
  width: 9vw;
  margin: 1vw;
}
/*=================================================
 * nav
 * ================================================= */
nav {
  margin: 1.5vw 0 0 4vw;
  text-align: center;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
nav ul ul {
  display: block;
}
nav ul li {
  position: relative;
  padding: 0 1.5vw 0 0;
}
nav ul li ul li {
  padding: 0;
}
nav ul li a {
  display: block;
  text-decoration: none;
  transition: all 0.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 0.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;
  text-align: left;
}
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: #cacfd4;
}
/*=================================================
 * top
 * ================================================= */
.fv-top .catch {
  top: 17vw;
  left: 11vw;
  letter-spacing: 0.1em;
}
#top .b01 {
  padding: 3vw 0;
}
#top .b01 h2 {
  width: 5vw;
  letter-spacing: 0.2em;
}
#top .b01 .nbox {
  width: 48vw;
  border-top: solid 1px #cacfd4;
}
#top .b01 .nbox ul {
  width: 100%;
}
.bd-btm {
  border-bottom: solid 1px #cacfd4;
}
#top .b01 .nbox .cat {
  margin-left: 2vw;
}
#top .b01 .btbox {
  display: flex;
  align-items: flex-end;
}
#top .b02 .txt {
  width: 56vw;
  margin: 3vw 0;
}
#top .b02 .tate {
  font-size: 7vw;
  right: 0;
  top: 9vw;
  color: #cacfd4;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#top .num {
  width: 7vw;
  height: 7vw;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1vw;
}
#top .b03 h2 {
  justify-content: flex-start;
  align-items: center;
  line-height: 1.3;
}
#top .b03,
#top .b05 {
  border-radius: 5vw 5vw 0 0;
}
#top .b03 .box {
  margin-bottom: 5vw;
  border-bottom: solid 1px #fff;
  padding-bottom: 5vw;
}
#top .b03 .txtbox {
  width: 41vw;
}
#top .b03 .txt {
  margin: 2vw 0;
}
#top .b03 .img {
  width: 36vw;
  margin-top: 3vw;
}
#top .b03 .img img {
  border-radius: 1vw;
}
#top .b03 .facbox {
  width: 60vw;
  margin: 0 auto;
  border-radius: 10vw;
}
#top .b03 .facbox a {
  display: block;
  width: 100%;
}
#top .b03 .facbtn .factxt {
  display: block;
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: 1vw 9vw;
  box-sizing: border-box;
  text-align: center;
}
#top .b04 .ttl {
  line-height: 1.5;
  margin: 3vw 0;
}
#top .b04 .txtbox {
  width: 46vw;
}
#top .b04 .txtbox .txt {
  margin-bottom: 3vw;
}
#top .b04 .img {
  width: 32vw;
}
#top .b04 .img img {
  border-radius: 2vw;
}
#top .b05 .txtbox {
  width: 40vw;
}
#top .b05 .txtbox .txt {
  margin-bottom: 3vw;
}
#top .b05 .img {
  width: 36vw;
  border-radius: 1vw;
}
#top .b05 .img img {
  border-radius: 1vw;
}
#top .b05 .box2 {
  margin: 3vw 0;
}
#top .b05 .cell {
  width: 25vw;
  padding-right: 2vw;
  border-right: solid 1px #fff;
}
#top .b05 .cell .ttlbox {
  justify-content: flex-start;
  align-items: center;
  line-height: 1.6;
  margin-bottom: 2vw;
}
#top .b05 .cell .ico {
  width: 7vw;
  margin-right: 1vw;
}
#top .b05 .btbox {
  display: flex;
  justify-content: flex-end;
}
#top .b06 {
  border-radius: 5vw 5vw 0 0;
  margin-top: 5vw;
}
#top .b06 .box .txt {
  margin: 3vw 0;
}
#top .b06 .box2 .cell {
  width: 26vw;
  border-radius: 6vw 0 6vw 0;
  padding: 2vw 1.5vw;
}
#top .b06 .box2 .cell .ttlbox {
  text-align: center;
  margin: 2vw 0 0;
  line-height: 2.5;
}
#top .b06 .box2 .cell .txt {
  color: #333;
  line-height: 1.6;
  margin-top: 1vw;
}
#top .b06 .btbox {
  display: flex;
  justify-content: flex-end;
  margin-top: 5vw;
}
/*=================================================
 * footer
 * ================================================= */
footer .f01 {
  margin: 2vw 0;
}
footer .fbox {
  padding: 6vw 0 0;
}
footer .fbox .flogo {
  width: 25vw;
}
footer .fbox .add {
  margin: 2vw 0;
}
footer .fbox .fbtn {
  justify-content: flex-start;
}
footer .fbox .note {
  width: 12vw;
}
footer .fbox .pdf {
  background: #cacfd4;
  display: flex;
  align-items: center;
  width: 18vw;
  margin-left: 3vw;
  justify-content: center;
}
footer .fbox .pdf a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1.2vw 5vw;
  box-sizing: border-box;
}
footer .fbox .pdf a i {
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
}
/*=================================================
 * page共通
 * ================================================= */
.fv-btm {
  padding: 6vw 0 0;
  margin-bottom: 5vw;
}
.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);
}
.number {
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1vw;
}
.numbox {
  justify-content: flex-start;
  align-items: center;
  line-height: 1.3;
}
.profileArea {
  text-align: left;
  position: relative;
}
.profileArea > .in {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 50px 0 80px;
}
.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: 130px;
  padding-left: 30px;
}
.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;
}
/*=================================================
 * news
 * ================================================= */
#news {
  margin-bottom: 10vw;
}
#news a {
  text-decoration: underline;
}
#news .postWrap {
  border-top: solid 1px #888;
  width: 56vw;
}
#news .mainWrap .txtbox {
  padding: 1vw;
  border-bottom: solid 1px #888;
}
#news .mainWrap .timebox {
  justify-content: flex-start;
}
#news .mainWrap .time {
  margin-right: 2vw;
}
#news .post-categories {
  display: flex;
}
#news .post-categories li {
  margin-left: 1vw;
}
#news .mainWrap .category ul li {
  border: solid 1px #888;
  padding: 0 1vw;
  width: fit-content;
}
#news .mainWrap .category a {
  text-decoration: none;
}
#news .cat-ttl {
  margin-bottom: 3vw;
}
#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 h4 {
  padding: 0.5vw;
}
#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;
}
/*=================================================
 * about
 * ================================================= */
#about .b00 {
  margin-bottom: 5vw;
}
#about .b00 .txt {
  width: 69vw;
  margin-bottom: 3vw;
}
#about .b00 .mokuji {
  padding: 2vw;
  width: 47vw;
}
#about .b00 .mokuji .ttl {
  margin-bottom: 1vw;
  position: relative;
  display: inline-block;
}
#about .b00 .mokuji .ttl::after {
  content: "▼";
  position: absolute;
  right: -2.5vw;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6vw;
  pointer-events: none;
}
#about .b00 .mokuji ul li {
  border-bottom: solid 1px #888;
  padding: 1vw 0;
}
#about .b00 .mokuji ul li a {
  text-decoration: underline;
}
#about .b01 {
  margin-bottom: 5vw;
}
#about .b01 .txtbox {
  width: 33vw;
}
#about .b01 .img {
  width: 46vw;
}
#about .b02 .box-s {
  margin: 3vw 0;
}
#about .b02 .txtbox-s {
  width: 25vw;
}
#about .b02 .img-s {
  width: 46vw;
}
#about .b02 .box {
  margin: 3vw 0 0;
}
#about .b02 .txtbox {
  width: 50vw;
  margin-bottom: 5vw;
}
#about .b02 .img {
  align-items: flex-end;
  width: 21vw;
  display: flex;
  margin-bottom: 5vw;
}
#about .b02 .btbox {
  margin-top: 3vw;
  display: flex;
  justify-content: flex-end;
}
#about .b02 .list {
  margin: 2vw 0;
  padding: 2vw 3vw;
}
#about .b02 .list ul li {
  list-style: none;
  position: relative;
  padding-left: 1em;
  margin-bottom: 1vw;
  margin-right: 1vw;
}
#about .b02 .list ul li::before {
  content: "●";
  position: absolute;
  left: -1vw;
  color: #0cabd0;
}
#about .b03 .box-s {
  margin: 3vw 0 8vw;
}
#about .b03 .txtbox-s {
  width: 43vw;
}
#about .b03 .img-s {
  width: 35vw;
}
#about .b03 .prof {
  background: #fff;
  width: 30vw;
  border-radius: 1vw;
  top: 10vw;
  right: 27vw;
  padding: 2vw;
}
#about .b03 .box {
  margin: 3vw 0 0;
}
#about .b03 .txtbox {
  width: 50vw;
  margin-bottom: 5vw;
}
#about .b03 .txtbox .txt {
  margin-top: 2vw;
}
#about .b03 .img {
  width: 21vw;
  margin-bottom: 5vw;
}
#about .b03 .end {
  padding: 2vw 6vw;
  margin-top: 5vw;
}
#about .b03 .end .txt {
  width: 49vw;
}
#about .b03 .end .img {
  right: 2vw;
  top: -2vw;
}
/*=================================================
 * facilities
 * ================================================= */
#fac {
  padding: 1vw 0 10vw;
}
#fac .block {
  padding: 0;
}
#fac .mainWrap {
  width: 80vw;
}
#fac .fac-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.5vw;
  margin-top: 5vw;
}
#fac .fac-group h4 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5vw;
  margin-bottom: 3vw;
  padding-bottom: 0.8vw;
  border-bottom: 0.15vw solid currentColor;
}
#fac .fac-group h4::before {
  content: "";
  display: block;
  width: 6vw;
  height: 6vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
#fac .fac-group .kaigo::before {
  background-image: url(img/about/fac/kttl.svg);
}
#fac .fac-group .home::before {
  background-image: url(img/about/fac/httl.svg);
}
#fac .fac-list {
  display: grid;
  gap: 2vw;
}
#fac .fac-item {
  padding: 2vw 2.4vw 2.2vw;
  border: 0.08vw solid #d8d8d8;
  border-radius: 0.5vw;
  box-shadow: 0 0.25vw 0.8vw rgba(0, 0, 0, 0.12);
}
#fac .fac-item h5 {
  position: relative;
  display: block;
  margin-bottom: 1vw;
  padding-left: 4.5vw;
}
#fac .fac-item h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1vw;
  width: 3.5vw;
  height: 3.5vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#fac .fac-item h5.kaigo5::before {
  background-image: url(img/about/fac/kpin.svg);
}
#fac .fac-item h5.home5::before {
  background-image: url(img/about/fac/hpin.svg);
}
#fac .fac-item h5 span {
  display: inline;
  margin-left: 0.8vw;
  font-size: 70%;
}
@media screen and (max-width: 768px) {
  #fac {
    padding: 0 0 16vw;
  }
  #fac .mainWrap {
    width: 86vw;
  }
  #fac .fac-box {
    grid-template-columns: 1fr;
    gap: 10vw;
    margin-top: 8vw;
  }
  #fac .fac-group h4 {
    gap: 3vw;
    margin-bottom: 5vw;
    padding-bottom: 2vw;
  }
  #fac .fac-group h4::before {
    width: 10vw;
    height: 10vw;
  }
  #fac .fac-list {
    gap: 5vw;
  }
  #fac .fac-item {
    padding: 5vw;
    border-radius: 1.5vw;
    box-shadow: 0 0.8vw 2vw rgba(0, 0, 0, 0.12);
  }
  #fac .fac-item h5 {
    margin-bottom: 3vw;
    padding-left: 7.5vw;
  }
  #fac .fac-item h5::before {
    width: 5.5vw;
    height: 5.5vw;
    top: 1.5vw;
  }
  #fac .fac-item h5 span {
    display: block;
    margin-left: 0;
    margin-top: 1vw;
    font-size: 75%;
  }
  #fac .fac-item p {
    margin: 1.5vw 0 0;
    padding-left: 6vw;
  }
}
/*=================================================
 * works
 * ================================================= */
#works .b00,
#works .b01 {
  margin-bottom: 5vw;
}
#works .b01 .txt {
  width: 47vw;
  margin-top: 2vw;
}
#works .b01 .img {
  width: 25vw;
}
#works .b01 .graph {
  border-radius: 1vw 1vw 0 0;
  padding: 5vw 2vw 0;
  margin-top: 5vw;
}
#works .b01 .graph > .box {
  gap: 2vw;
  align-items: stretch;
}
#works .b01 .graph h2 {
  top: -2.5vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2vw;
}
#works .b01 .graph > .box > .cell {
  width: 37vw;
  display: flex;
  flex-direction: column;
}
#works .b01 .graph > .box > .cell > .sbox {
  height: 100%;
  flex: 1;
  justify-content: flex-start;
}
#works .b01 .graph .box .cell > .box {
  height: 100%;
}
#works .b01 .graph .box .sbox {
  flex-direction: column;
  border-radius: 1vw;
  padding: 3vw 2vw;
  margin-top: 2vw;
}
#works .b01 .graph .box .sbox h4 {
  line-height: 1.5;
}
#works .b01 .graph .box .sbox .img {
  width: fit-content;
  margin: 0 auto;
  padding: 3vw 0;
}
#works .b01 .graph .box .sbox .sttl::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  background: #5850b2;
  border-radius: 50%;
  flex: 0 0 0.7em;
  margin-right: 0.5em;
  margin-top: 0.7em;
}
#works .b01 .graph .box .sbox .sttl {
  display: flex;
  align-items: flex-start;
  text-indent: 0;
  padding-left: 0;
}
#works .b01 .graph .txt {
  width: 100%;
}
#works .b01 .graph .arrow {
  width: fit-content;
  margin: 0 auto;
  padding: 3vw 0;
}
#works .b01 .endtxt {
  border-radius: 0 0 1vw 1vw;
  padding: 0.5vw;
}
#works .b02 .box {
  margin-bottom: 5vw;
}
#works .b02 .box .txtbox {
  width: 50vw;
}
#works .b02 .box .txt {
  margin-top: 3vw;
}
#works .b02 .box .img {
  width: 20vw;
  margin-top: 10vw;
}
#works .b02 .list {
  margin: 2vw 0;
  padding: 2vw 3vw;
}
#works .b02 .list ul li {
  list-style: none;
  position: relative;
  padding-left: 1em;
  margin-bottom: 1vw;
  margin-right: 1vw;
}
#works .b02 .list ul li::before {
  content: "●";
  position: absolute;
  left: -1vw;
  color: #5850b2;
}
/*=================================================
 * values
 * ================================================= */
#val .b01 .lead {
  margin: 3vw 0 5vw 8vw;
}
#val .b01 .mttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
}
#val .b01 .mttl::before,
#val .b01 .mttl::after {
  content: "";
  width: 4vw;
  height: 4vw;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#val .b01 .mttl::before {
  background-image: url("img/values/left.svg");
}
#val .b01 .mttl::after {
  background-image: url("img/values/right.svg");
}
#val .b01 .wrap01 {
  background: #f8e2c7;
  padding: 2vw;
  margin-top: 3vw;
  z-index: 1;
  border-radius: 1vw;
}
#val .b01 .box .sttl {
  width: fit-content;
  padding: 0.5vw 5vw;
  border-radius: 10vw;
  margin: 0 auto;
}
#val .b01 .line {
  width: 76vw;
  top: 4vw;
  z-index: -1;
}
#val .b01 .box .flex-sb {
  margin: 3vw 0;
}
#val .b01 .box .cell {
  width: 35vw;
  padding: 2vw;
  border-radius: 1vw;
}
#val .circle {
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1vw;
}
#val .b01 .box .cell .ssttl {
  justify-content: flex-start;
  padding: 0 2vw;
  border-bottom: solid 2px #f09c39;
  margin: 0 auto;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  line-height: 1.2;
  align-items: center;
}
#val .b01 .box .cell .stxt {
  width: fit-content;
  margin: 0 auto;
}
#val .b01 .box .cell .img {
  width: 14vw;
  margin: 0 auto;
  padding: 3vw 0 0;
}
#val .b01 .box2 .cell {
  width: 24.5vw;
  padding: 2vw 1vw;
  border-radius: 1vw;
}
#val .b02 .box {
  margin: 3vw 0;
}
#val .b02 .box .txt {
  width: 48vw;
  margin-top: 2vw;
}
#val .b02 .box .img {
  width: 30vw;
}
#val .b02 .box .img img {
  border-radius: 2vw;
}
#val .b02 .wrap {
  padding: 2vw 4vw;
}
#val .b02 .lead {
  align-items: center;
  padding: 1vw;
  line-height: 1.6;
  margin-bottom: 3vw;
}
#val .b02 .wrap .box {
  padding: 2vw 1vw;
}
#val .b02 .sbox {
  margin-top: 2vw;
}
#val .b02 .sbox > .img {
  width: 6vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#val .b02 .sbox > .img img {
  display: block;
  width: 100%;
}
#val .b02 .sbox > .txt {
  width: 54vw;
  margin: 0;
}
#val .b03 .box {
  margin: 2vw 0;
}
#val .b03 .box .img {
  width: 11vw;
  margin-right: 15vw;
}
#val .b03 .box2 {
  margin-bottom: 3vw;
}
#val .b03 .box2 .ttl {
  border: solid 3px #f09c39;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3vw;
  border-radius: 1vw;
}
#val .b03 .box2 .txtbox {
  width: 62vw;
}
#val .b03 .box2 .list ul {
  padding-left: 1.5em;
}
#val .b03 .box2 .list ul li {
  list-style: disc;
  line-height: 1.8;
}
#val .b03 .box2 .list ul li::marker {
  color: #f09c39;
}
#val .b03 .txtfull {
  margin-bottom: 5vw;
}
#val .b03 .box4 {
  margin-top: 3vw;
}
#val .b03 .box4 .txt {
  width: 47vw;
}
#val .b03 .box4 .img {
  width: 31vw;
}
#val .b03 .box4 .img img {
  border-radius: 2vw;
}
/*=================================================
 * recruit
 * ================================================= */
#rec .b00 .txt {
  margin-bottom: 3vw;
}
#rec .kwrap {
  display: flex;
  justify-content: space-between;
  gap: 2vw;
  margin-bottom: 3vw;
}
#rec .kwrap .kbox {
  width: 37vw;
  border-radius: 1vw;
  padding: 1.5vw;
}
#rec .kwrap .kbox > .flex-sb {
  align-items: flex-start;
  justify-content: space-between;
}
#rec .kwrap .kbox .imgbox {
  width: 7vw;
  flex-shrink: 0;
}
#rec .kwrap .kbox .imgbox .tag {
  width: 100%;
  margin: 0 auto;
  padding: 0.4vw 0;
  border-radius: 10vw;
  text-align: center;
}
#rec .kwrap .kbox .imgbox .img {
  width: 7vw;
  margin: 1vw auto 0;
}
#rec .kwrap .kbox .txtbox {
  width: 25vw !important;
}
#rec .kwrap .kbox .txtbox .kttl {
  margin-bottom: 1.2vw;
  line-height: 1.6;
}
#rec .kwrap .kbox .txtbox .list {
  width: fit-content;
}
#rec .kwrap .kbox .txtbox .list div {
  display: grid;
  grid-template-columns: 10vw auto;
  gap: 2vw;
  align-items: center;
}
#rec .kwrap .kbox .txtbox .list dt::before {
  content: "・";
}
#rec .kwrap .kbox .txtbox .list dd {
  margin: 0;
  text-align: right;
  white-space: nowrap;
}
#rec .kwrap .kbox .txtbox > .flex-sb {
  align-items: center;
  justify-content: flex-start;
  gap: 2vw;
  margin-top: 1.5vw;
}
#rec .kwrap .kbox .txtbox .rei {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 8vw;
  padding: 0.4vw 1.8vw;
  border-radius: 10vw;
  line-height: 1.2;
}
#rec .kwrap .kbox .txtbox .price {
  line-height: 1;
  white-space: nowrap;
}
#rec .kwrap .kbox .txtbox .price span {
  margin-left: 0.3vw;
}
@media screen and (max-width: 768px) {
  #rec .kwrap {
    display: block;
  }
  #rec .kwrap .kbox {
    width: 100%;
    padding: 5vw 3vw;
    margin-bottom: 5vw;
    border-radius: 2vw;
  }
  #rec .kwrap .kbox > .flex-sb {
    display: block;
  }
  #rec .kwrap .kbox .imgbox {
    width: 100%;
  }
  #rec .kwrap .kbox .imgbox .tag {
    padding: 2vw 0;
  }
  #rec .kwrap .kbox .imgbox .img {
    width: 28vw;
    margin: 4vw auto 0;
  }
  #rec .kwrap .kbox .txtbox {
    width: 100% !important;
    padding-top: 5vw;
    text-align: center;
  }
  #rec .kwrap .kbox .txtbox .kttl {
    margin-bottom: 4vw;
  }
  #rec .kwrap .kbox .txtbox .list {
    margin: 0 auto;
  }
  #rec .kwrap .kbox .txtbox .list div {
    grid-template-columns: 32vw 28vw;
    gap: 2vw;
  }
  #rec .kwrap .kbox .txtbox .list dt {
    text-align: left;
  }
  #rec .kwrap .kbox .txtbox > .flex-sb {
    display: block;
    margin-top: 5vw;
  }
  #rec .kwrap .kbox .txtbox .rei {
    width: fit-content;
    min-width: 28vw;
    margin: 0 auto 4vw;
    padding: 2vw 4vw;
  }
  #rec .kwrap .kbox .txtbox .price {
    text-align: center;
    font-size: 10vw;
  }
}
#rec .b00 h2::before {
  content: "●";
  display: inline-block;
  color: #429d8e;
  margin-right: 0.5em;
}
#rec .b00 .box {
  border-radius: 1vw;
  margin-top: 3vw;
  padding: 2vw;
}
#rec .b00 .box .img {
  width: 10vw;
  margin-left: 2vw;
  margin-top: 1vw;
}
#rec .b00 .box .txtbox {
  width: 58vw;
}
#rec .b00 .box .sttl::before {
  content: "●";
  display: inline-block;
  color: #429d8e;
  margin-right: 0.5em;
}
#rec .b00 .box .img2 {
  width: 7vw;
  right: -3vw;
  bottom: 8vw;
}
#rec .b00 .box .list {
  margin-bottom: 2vw;
}
#rec .b00 .box .img-b {
  width: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1vw;
}
#rec .b00 .box .txtbox-b {
  width: 65vw;
}
#rec .b00 .notebox {
  margin: 5vw;
}
#rec .b00 .note {
  width: 20vw;
}
#rec .b00 .notebox .txt {
  margin: 0;
  display: flex;
  align-items: center;
}
/*=================================================
 * お問い合わせ
 * ================================================= */
.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;
  }
  html,
  body {
    width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !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: #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;
  }
  .menublock .inner p {
    margin: 3vw 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;
    appearance: none;
    border: none;
    background: none;
    color: #333;
    cursor: pointer;
  }
  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;
    width: 100%;
    z-index: 9999;
    background: #fff;
  }
  header nav {
    display: none;
  }
  header h1 {
    padding: 3vw 2vw;
  }
  header h1 img {
    width: 43vw;
  }
  header .note {
    width: 25vw;
    margin: 5vw 0 0 0;
  }
  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: 5vw auto 14vw 0;
  }
  .pankuzu ul {
    justify-content: left;
    margin-left: 3vw;
  }
  .pankuzu li {
    font-size: 3vw;
  }
  /*=================================================
 * レスポンシブ｜ボタン
 * ================================================= */
  .btn-ar {
    width: 100%;
  }
  .btn-ar p {
    padding: 3vw 7vw;
    width: 100%;
  }
  .btn-ar p:after {
    font-size: 4.5vw;
    top: 2vw;
    right: 5vw;
  }
  /*フォントサイズ*/
  .f12 {
    font-size: 3vw;
  }
  .f14 {
    font-size: 3.5vw;
  }
  .f16 {
    font-size: 3.6vw;
  }
  .f18 {
    font-size: 3.8vw;
  }
  .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;
  }
  .f36 {
    font-size: 4.7vw;
  }
  .f38 {
    font-size: 5vw;
  }
  .f40 {
    font-size: 5.2vw;
  }
  .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;
  }
  .f60 {
    font-size: 9.5vw;
    line-height: 1.2;
  }
  .f70 {
    font-size: 10vw;
  }
  .f80 {
    font-size: 11vw;
  }
  .f98 {
    font-size: 12vw;
  }
  /*TOP*/
  .block {
    padding: 10vw 0;
  }
  .flex-sb {
    display: block;
  }
  .fv-top {
    height: 100vh;
    height: 100dvh;
    background-image: url("img/topimg_sp.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .fv-top .catch {
    top: 74vw;
    left: 8vw;
    letter-spacing: 0.1em;
    font-size: 7vw;
    line-height: 2;
  }
  #top .b01 {
    padding: 8vw 0;
  }
  #top .b01 h2 {
    width: auto;
    writing-mode: horizontal-tb !important;
    text-orientation: initial;
    height: auto;
  }
  #top .b01 .nbox {
    width: 100%;
  }
  #top .b01 .btbox {
    justify-content: flex-end;
  }
  .btbox .btn-ar.btn-tc {
    background: #fff;
    color: #333;
    padding: 3vw 20vw 3vw 18vw;
    margin: 5vw 0 3vw;
  }
  #top .b02 .txt {
    width: 82%;
    margin: 5vw 0;
  }
  #top .b02 .tate {
    font-size: 13vw;
    right: -5vw;
  }
  #top .b03 .txtbox {
    width: 100%;
  }
  #top .b03 .btbox,
  #top .b04 .btbox {
    display: flex;
    justify-content: flex-end;
  }
  #top .b03 h2 {
    display: flex;
    justify-content: flex-start;
  }
  #top .num {
    width: 12vw;
    height: 12vw;
    margin-right: 3vw;
  }
  #top .b03 .txt {
    margin: 5vw 0;
  }
  .btbox .btn-ar {
    padding: 3vw 20vw 3vw 18vw;
  }
  .btbox .btn-ar::after {
    right: 4vw;
    width: 3vw;
    height: 3vw;
  }
  #top .b03 .img {
    width: 100%;
    margin-top: 5vw;
  }
  #top .b03 .facbox {
    width: 70vw;
  }
  #top .b03 .facbtn .factxt {
    width: 100%;
    padding: 3vw 8vw;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10vw;
  }
  #top .b04 .txtbox,
  #top .b04 .img,
  #top .b05 .txtbox,
  #top .b05 .img {
    width: 100%;
  }
  #top .b05 .txtbox .txt {
    margin: 5vw 0;
  }
  #top .b05 .cell {
    width: 100%;
    padding-right: 0;
    border-bottom: solid 1px #fff;
    padding: 5vw;
    border-right: none;
  }
  #top .b05 .cell .ttlbox {
    display: flex;
    justify-content: flex-start;
  }
  #top .b05 .cell .ico {
    width: 15vw;
    margin-right: 4vw;
  }
  #top .b05 .btbox {
    margin-top: 8vw;
  }
  #top .b06 {
    margin-top: 10vw;
  }
  #top .b06 .box2 .cell {
    width: 100%;
    border-radius: 10vw 0 10vw 0;
    padding: 5vw 8vw;
    margin-bottom: 10vw;
  }
  /*footer*/
  footer .f01 {
    text-align: center;
  }
  footer .f01 .btbox .btn-ar {
    padding: 3vw 14vw 3vw 12vw;
    margin: 5vw 0 0 0;
  }
  footer .fbox {
    padding: 10vw 0 0;
  }
  footer .fbox .flogo {
    width: 46vw;
  }
  footer .fbox .add {
    margin: 8vw 0;
  }
  footer .fbox .note {
    width: 30vw;
    margin-bottom: 5vw;
  }
  footer .fbox .pdf {
    width: 50vw;
    margin-left: 0;
    padding: 2vw 0;
  }
  footer .copy {
    margin-top: 5vw;
    text-align: center;
  }
  /*ページ共通*/
  .fv-btm {
    padding: 23vw 0 0;
    margin-bottom: 5vw;
  }
  /*about*/
  #about .b00 .txt {
    width: 100%;
    margin-bottom: 8vw;
  }
  #about .b00 .mokuji {
    padding: 6vw;
    width: 100%;
  }
  #about .b01 {
    margin: 10vw 0;
  }
  #about .b01 .txtbox,
  #about .b01 .img,
  #about .b02 .txtbox-s,
  #about .b02 .img-s,
  #about .b02 .txtbox,
  #about .b03 .txtbox-s,
  #about .b03 .txtbox,
  #about .b03 .img-s {
    width: 100%;
  }
  #about .b02 .img,
  #about .b03 .img {
    width: 40vw;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .numbox {
    display: flex;
    justify-content: flex-start;
  }
  .number {
    width: 12vw;
    height: 12vw;
    margin-right: 3vw;
  }
  #about .txt {
    margin: 5vw 0;
  }
  #about .b02 .txtbox-s {
    margin: 5vw 0;
  }
  #about .b02 .box-s {
    margin-bottom: 10vw;
  }
  #about .b03 .prof {
    background: #fff;
    width: 100%;
    border-radius: 1vw;
    padding: 3vw 5vw;
    position: unset;
    margin-top: 5vw;
  }
  #about .b03 .end {
    padding: 6vw 6vw 30vw 6vw;
  }
  #about .b03 .end .f22 {
    font-size: 4.5vw;
  }
  #about .b03 .end .txt {
    width: 100%;
  }
  #about .b03 .end .img {
    right: 2vw;
    top: 60vw;
  }
  #about .b00 .mokuji .ttl::after {
    right: -6.5vw;
    font-size: 4.5vw;
  }
  /*works*/
  #works .txt {
    margin: 5vw 0;
  }
  #works .b01 {
    margin-top: 10vw;
  }
  #works .b01 .txt {
    width: 100%;
  }
  #works .b01 .graph > .box > .cell,
  #works .b02 .box .txtbox {
    width: 100%;
  }
  #works .b01 .img,
  #works .b02 .box .img {
    width: 40vw;
    margin: 0 auto;
    padding: 5vw 0;
  }
  #works .b01 .graph {
    padding: 7vw 4vw 0;
    margin-top: 5vw;
  }
  #works .b01 .graph h2 {
    top: -5vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 5vw;
    width: 60vw;
  }
  #works .b01 .graph .box .sbox {
    flex-direction: column;
    border-radius: 1vw;
    padding: 6vw;
    margin-top: 2vw;
  }
  #works .b01 .graph .box .sbox .img {
    width: 30vw;
    margin: 0 auto;
    padding: 6vw 0;
  }
  #works .b01 .endtxt {
    padding: 5vw;
  }
  /*values*/
  #val .b01 .ttl {
    width: 80%;
  }
  #val .b01 .wrap01 {
    padding: 6vw 4vw;
    margin-top: 6vw;
    border-radius: 3vw;
  }
  #val .b01 .line {
    width: 91%;
    top: 10vw;
    z-index: -1;
  }
  #val .b01 .box .cell {
    width: 100%;
    padding: 5vw;
    border-radius: 3vw;
    margin-bottom: 5vw;
  }
  #val .b01 .box .cell .ssttl {
    padding: 0 3vw;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
    line-height: 1.3;
    display: flex;
  }
  #val .circle {
    width: 8vw;
    height: 8vw;
    margin-right: 3vw;
  }
  #val .b01 .box .cell .img {
    width: 28vw;
    padding: 3vw 0 0;
  }
  #val .b02 .box .txt {
    width: 100%;
    margin-top: 5vw;
  }
  #val .b02 .box .img {
    width: 80%;
    margin-right: 0;
    margin: 0 auto;
    padding: 3vw 0 0;
  }
  #val .b02 .wrap {
    padding: 6vw;
  }
  #val .b02 .lead {
    text-align: center;
  }
  #val .b02 .lead .img {
    width: 12vw;
    margin: 0 auto;
    margin-bottom: 3vw;
  }
  #val .b02 .wrap .box {
    padding: 6vw;
  }
  #val .b02 .wrap .box .numbox {
    display: block;
  }
  #val .b02 .wrap .box .ttl {
    width: 100%;
    margin-top: 2vw;
  }
  #val .b02 .sbox .img {
    width: 20vw;
    margin-right: 0;
    margin: 0 auto;
    padding: 5vw 0;
  }
  #val .b03 .box .img {
    width: 40%;
    margin-right: 0;
    margin: 0 auto;
    padding: 5vw 0;
  }
  #val .b03 .box2 .txtbox {
    width: 100%;
    margin-top: 5vw;
  }
  #val .b03 .box2 .txtbox .list {
    margin: 5vw 0;
  }
  #val .b03 .box4 .txt {
    width: 100%;
  }
  #val .b03 .box4 .img {
    width: 100%;
    margin: 0 auto;
    padding: 5vw 0;
  }
  /*recruit*/
  #rec .b00 .box {
    border-radius: 3vw;
    margin-top: 5vw;
    padding: 6vw;
  }
  #rec .b00 .box .txtbox {
    width: 100%;
  }
  #rec .b00 .txt {
    margin-top: 5vw;
  }
  #rec .b00 .box .img-b {
    width: 18vw;
    margin: 0 auto;
    padding-bottom: 3vw;
  }
  #rec .b00 .box .txtbox-b {
    width: 100%;
    text-align: center;
  }
  #rec .b00 .notebox {
    margin: 10vw 0;
  }
  #rec .b00 .note {
    width: 38vw;
    margin: 0 auto;
    padding-bottom: 4vw;
  }
  /*お知らせページ*/
  #news .postWrap {
    width: 100%;
  }
  #news .postWrap .post {
    width: 100%;
  }
  #news .postWrap {
    display: block;
  }
  #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;
  }
}
