/*
Theme Name: Quanmatic
Theme URI: https://quanmatic.com/
Description: Quanmatic
Version: 1.0
Author: Quanmatic
Author URI: https://quanmatic.com/
*/

@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  background-position: center center;
  box-sizing: border-box;
  outline: none;
}

html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-size: 62.5%;
}

@media screen and (max-width: 1340px) {
  html {
    font-size: 56.25%;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 68.75%;
  }
}

body {
  position: relative;
  font-family: 'Outfit', 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  color: #403d35;
  font-size: 1.8rem;
  line-height: 1.75;
  margin: auto;
  text-align: left;
  letter-spacing: 0.04em;
  background: #f9f6f4;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page-template-page-english {
  font-size: 1.6em;
  letter-spacing: 0.01em;
}

li {
  list-style: none;
}

/*基本パーツ*/

p {
  text-align: justify;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

body.page-template-page-english p {
  text-align: left;
}

body.page-template-page-english .home_service_bottom p {
  text-align: right;
}

body.page-template-page-english .home_service_bottom .jos_area p {
  text-align: center;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.ph_round {
  border-radius: 10px;
}

*::selection {
  background: #403d35;
  color: #fff;
}

h1,
h2,
h3,
h4,
.toggle,
.copyright,
.a1 {
  line-height: 1.5;
  font-size: 100%;
  font-weight: 500;
  letter-spacing: 0.08em;
}

body.page-template-page-english h1,
body.page-template-page-english h2,
body.page-template-page-english h3,
body.page-template-page-english h4 {
  letter-spacing: 0.02em;
}

table {
  border-collapse: collapse;
}

.sp_only {
  display: none !important;
}

.pc_only {
  display: block !important;
}

/*リンク*/

a {
  text-decoration: none;
  color: #403d35;
  transition: 0.2s ease-in-out;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #2f732e;
}

a.child:hover {
  color: inherit;
}

a img {
  transition: 0.6s ease-in-out;
}

a:hover img {
}

p a {
  text-decoration: underline;
}

.btn {
  border: 2px solid #2f732e;
  background: #2f732e;
  display: inline-block;
  width: 170px;
  padding: 15px 20px;
  padding: 6px 0;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: 0.6s cubic-bezier(0.7, -0.01, 0.31, 0.85);
  text-decoration: none;
}

.btn span {
  position: relative;
  z-index: 10;
}

.btn:hover {
  color: #2f732e;
}

.btn:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -105%;
  top: 0;
  background: #fff;
  border: 2px solid #fff;
  transition: 0.3s ease-in-out;
  transition: 0.6s cubic-bezier(0.7, -0.01, 0.31, 0.85);
}

.btn:hover:before {
  left: 0;
}

.btn_container {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.arrow {
  padding: 0 28px 0 0;
  background: url(images/common/arrow_right.svg) no-repeat;
  background-size: 10px auto;
  background-position: right 6px center;
}

.blank {
  padding: 0 28px 0 0;
  background: url(images/common/icon_blank.svg) no-repeat;
  background-size: 12px auto;
  background-position: right 6px center;
}

.home_info .btn {
  /*
	border-color: #fff;
	color: #fff;
*/
}

/*文字詰め*/

.kern01 {
  letter-spacing: 0.1em;
}

.kern02 {
  letter-spacing: 0.2em;
}

.kern03 {
  letter-spacing: 0.3em;
}

.kern04 {
  letter-spacing: 0.4em;
}

.kern05 {
  letter-spacing: 0.5em;
}

.kern-005 {
  letter-spacing: -0.05em;
}

.kern-01 {
  letter-spacing: -0.1em;
}

.kern-02 {
  letter-spacing: -0.2em;
}

.kern-03 {
  letter-spacing: -0.3em;
}

.kern-04 {
  letter-spacing: -0.4em;
}

.kern-05 {
  letter-spacing: -0.5em;
}

/*Google map*/

.gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.st_simple {
  font-size: 4rem;
  margin: 120px 0 40px 0;
}

.st_simple:first-child {
  margin-top: 0;
}

.sst_simple {
  font-size: 3.2rem;
  margin: 100px 0 30px 0;
}

.sst_simple:first-child {
  margin-top: 0;
}

.ssst_simple {
  font-size: 2.4rem;
  margin: 60px 0 30px 0;
}

.ssst_simple:first-child {
  margin-top: 10px;
}

/*--------------------------------------

	header

--------------------------------------*/

header {
  width: 100%;
}

header .logo {
  width: 172px;
  position: fixed;
  left: 50px;
  top: 50px;
  z-index: 200;
  transition: 0.6s ease-in-out;
  z-index: 210;
}

header.move .logo {
  left: 20px;
  top: 20px;
}

header #menu {
  width: 100%;
  padding: 1px;
}

header .navi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

header .navi ul {
  text-align: center;
  line-height: 1;
  padding: 50px 20px;
  transition: 0.6s ease-in-out;
  display: flex;
  justify-content: center;
}

header.move .navi ul {
  padding-top: 20px;
}

header .navi ul li {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 10px;
}

header .navi ul li a {
  position: relative;
}

.home header .navi ul li.navi_home a {
  color: #2f732e;
}

.home header .navi ul li.navi_home a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #2f732e;
}

.navi_solution {
  position: relative;
}

.navi_solution_sub {
  position: absolute;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.5s ease;
}

.is-active .navi_solution_sub {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.move .navi_solution_sub {
  opacity: 0;
}

header .navi .navi_solution_sub li {
  padding: 8px 0px;
  margin: 0;
  white-space: nowrap;
}

.is-active .navi_solution_toggle {
  text-decoration: none;
  color: #2f732e;
}

.move .is-active .navi_solution_toggle {
  color: inherit;
}

header .btn_contact a {
  display: flex;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #2f732e;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
}

header .btn_contact a img {
  width: 18px;
  transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 2);
}

header .btn_contact a:hover {
  background: #1c591b;
}

header .btn_contact a:hover img {
  transform: scale(1.15);
}

header .lang {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  background: #fff;
  border: 1px solid #e8e8e6;
  padding: 2px;
  border-radius: 30px;
  position: fixed;
  top: 15px;
  right: 130px;
  z-index: 200;
}

header .lang a {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 30px;
}

header .lang a.current {
  background: #2f732e;
  color: #fff;
}

header.header_en .lang {
  right: 15px;
}

/*--------------------------------------

	footer

--------------------------------------*/

footer {
  background: #fff;
  padding: 5.95vw;
  position: relative;
}

footer .sitemap {
  display: flex;
  font-size: 1.6rem;
  padding: 0 3.63vw 3.63vw;
}

footer .sitemap ul {
  margin: 0 60px 0 0;
}

footer .sitemap ul .sub {
  text-indent: 1em;
}

footer .sitemap ul li a {
  display: block;
  padding: 2px 0;
}

footer .bottom {
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-end;
  flex-direction: row-reverse;
}

footer .bottom .logo {
  width: 197px;
}

footer .bottom p {
  font-size: 1.2rem;
  line-height: 1;
}

footer .bottom p a {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #dadad8;
  text-decoration: none;
}

.pagetop {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  position: absolute;
  right: 20px;
  bottom: 30px;
  padding-top: 80px;
}

.pagetop span {
  height: 60px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0.8em;
  background: #dadad8;
  overflow: hidden;
}

.pagetop span:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #403d35;
  animation: pagetop 2s infinite;
}

@keyframes pagetop {
  0% {
    height: 100%;
    top: 0;
  }
  20% {
    height: 0;
    top: 0;
  }
  25% {
    height: 0;
    top: 100%;
  }
  30% {
    height: 100%;
    top: 100%;
  }
  50% {
    height: 100%;
    top: 0;
  }
}

/*--------------------------------------

	Flex

--------------------------------------*/

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.flex_end {
  align-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
}

.flex_center {
  align-content: center;
  align-items: center;
  align-self: center;
}

.img_list .child {
  margin-bottom: 60px;
}

.img_list li .img {
  margin: 0 0 10px 0;
}

.img_list li .text {
  padding: 10px;
}

.img_list_3::after {
  content: '';
  display: block;
  width: 29.6%;
}

.img_list_4::before {
  content: '';
  display: block;
  width: 20.8%;
  order: 1;
}
.img_list_4::after {
  content: '';
  display: block;
  width: 20.8%;
}

/*--------------------------------------

	Wide / layout

--------------------------------------*/

.section {
  margin-bottom: 140px;
}

.wide_standard {
  width: 100%;
  padding-left: 9.6%;
  padding-right: 9.6%;
  margin: 0 auto;
  max-width: 1680px;
}

.wide_thin {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1680px) {
  .wide_standard {
    padding-left: 140px;
    padding-right: 140px;
  }
}

.wide_1_1 {
  width: 100%;
}

.wide_1_4 {
  width: 20.8%;
}

.wide_1_4_w {
  width: 26.3%;
}

.wide_3_4 {
  width: 73.6%;
}

.wide_3_4_w {
  width: 79.1%;
}

.wide_1_3 {
  width: 29.6%;
}

.wide_1_3_w {
  width: 35.5%;
}

.wide_2_3 {
  width: 64.5%;
}

.wide_2_3_w {
  width: 71%;
}

.wide_1_2 {
  width: 46.6%;
}

.wide_1_2_w {
  width: 53.6%;
}

/*----------------------------------------------------

	loading

----------------------------------------------------*/

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;

  z-index: 130;
  pointer-events: none;
  overflow: hidden;
}

.loading.hide {
  display: none;
}

.loading div.cover01 {
  width: 100%;

  height: 60%;
  height: 100%;
  /* 	height: 100%; */
  position: fixed;
  left: 0;
  top: 0;

  z-index: 60;
  /* 	transform: rotate(10deg); */
  transition: 1.2s cubic-bezier(0.7, -0.01, 0.31, 0.85);

  /* 	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1); */
  /* 	transition: transform 2.0s cubic-bezier(.52,-0.01,.19,.83); */
}

.loading div.cover01.hide {
  height: 0;
  /* 	opacity: 0; */
  /* 	transform: rotate(-20deg); */
}

.load_inner {
  background: #f1ece8;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.load_anime {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;

  transition: 0.9s cubic-bezier(0.36, 0, 0.66, -0.56);
}

.load_anime.hide {
  /* 	margin-top: -55px; */
  transform: scale(0.8);
  opacity: 0;
}

.loading img {
  width: 30px;
  opacity: 1;
  animation: loadspin 0.8s linear infinite;
}

.loading .load_anime02 img {
  opacity: 0.7;
  animation: loadspin 1s linear infinite;
}

@keyframes loadspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------

	kv

--------------------------------------*/

.key .typo {
  width: 74.3vw;
  position: absolute;
  top: 13.3vw;
  left: 50%;
  margin-left: -37.15vw;
  z-index: 140;
}

.key .typo .line {
  display: flex;
  margin: 0 auto 1.06vw auto;
  overflow: hidden;
}

.key .typo .line01 {
  height: 15.5vw;
}

.key .typo .line02 {
  height: 14.67vw;
}

.key .typo .line .chara {
  display: inline-block;
  transform: translateY(12vw) translateZ(0);
  /* 	opacity: 0; */
  opacity: 0;
  transition: 1.2s cubic-bezier(0.52, -0.01, 0.19, 0.83);
  transform: 1.2s cubic-bezier(0.7, -0.01, 0.31, 0.85);
}

.key .typo .line .chara.show {
  opacity: 1;
  transform: translateY(0) translate3d(0px, 0px, 0px);
}

.key .typo .line01 .chara01 {
  width: 24.2%;
}

.key .typo .line01 .chara02 {
  width: 10.49%;
  margin-left: -3.06%;
}

.key .typo .line01 .chara03 {
  width: 14.41%;
}

.key .typo .line01 .chara04 {
  width: 14.14%;
}

.key .typo .line01 .chara05 {
  width: 11.38%;
}

.key .typo .line01 .chara06 {
  width: 12.34%;
}

.key .typo .line01 .chara07 {
  width: 15.53%;
}

.key .typo .line02 .chara01 {
  width: 19.95%;
}

.key .typo .line02 .chara02 {
  width: 9.34%;
}

.key .typo .line02 .chara03 {
  width: 14.44%;
}

.key .typo .line02 .chara04 {
  width: 13.07%;
}

.key .typo .line02 .chara05 {
  width: 6.4%;
}

.key .typo .line02 .chara06 {
  width: 11.03%;
}

.key .typo .line02 .chara07 {
  width: 12.81%;
}

.key .typo .line02 .chara08 {
  width: 11.81%;
}

/*ビジュアル*/

.visual_area {
  padding: 0 80px;
  width: 100%;
  height: 120vh;
  margin-top: 38.75vw;
  transition: 0.8s ease-in-out;
}

.home.show .visual_area {
  padding: 0 0;
}

.visual_inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 80px;
  position: relative;
  transition: 0.8s ease-in-out;
}

.home.show .visual_inner {
  border-radius: 0;
}

.visual {
  width: 100vw;
  height: 120%;
  margin-left: -80px;
  background: url(images/home/visual.jpg) no-repeat center center;
  background-size: 100% auto;
  /*
	transform: scale(89.41%);
*/
  transition: 0.8s ease-in-out;
}

.home.show .visual {
  margin-left: 0;
  background-size: 105% auto;
}

.visual .obj {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateY(-80px);
  opacity: 0.8;
}

.circle {
  display: block;
  width: 2.64vw;
  height: 2.64vw;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50vw;
  top: 50%;
  opacity: 0;
  transform: scale(0.1);
  transition: 0.8s cubic-bezier(0.68, -0.6, 0.32, 2);
}

.circle.circle_show {
  opacity: 1;
  transform: scale(1);
}

.circle.circle_anime {
  animation: circle_anime 3s infinite;
}

@keyframes circle_anime {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
  18% {
    transform: scale(1);
  }
  28% {
    transform: scale(1.2);
  }
  35% {
    transform: scale(1);
  }
  38% {
    transform: scale(1);
  }
}

.circle span {
  display: block;
  width: 0.39vw;
  height: 0.39vw;
  background: #c9604c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.195vw 0 0 -0.195vw;
}

.circle01 {
  margin-top: -25.45vw;
  margin-left: -34.42vw;
}

.circle02 {
  margin-top: -19.81vw;
  margin-left: -25.25vw;
}

.circle03 {
  margin-top: -12.81vw;
  margin-left: -47.25vw;
}

.circle04 {
  margin-top: -1.81vw;
  margin-left: -8.55vw;
}

.circle05 {
  margin-top: -8.5vw;
  margin-left: -0.5vw;
}

.circle06 {
  margin-top: -10.5vw;
  margin-left: 23vw;
}

.circle07 {
  margin-top: -0.81vw;
  margin-left: 36.42vw;
}

.circle08 {
  margin-top: 9.81vw;
  margin-left: 44.42vw;
}

.laser {
  display: block;
  width: 1px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50vw;
  top: 50%;
  transform-origin: left top;
  transition: 0.9s ease-in-out;
}

.laser01 {
  transform: rotate(-45.2deg);
  margin-top: -11.81vw;
  margin-left: -45.85vw;
}

.laser02 {
  transform: rotate(34.4deg);
  margin-top: -24.5vw;
  margin-left: -33.25vw;
}

.laser03 {
  transform: rotate(161.7deg);
  margin-top: -18.5vw;
  margin-left: -24.25vw;
}

.laser04 {
  transform: rotate(5.1deg);
  margin-top: -11.5vw;
  margin-left: -46.25vw;
}

.laser05 {
  transform: rotate(-155.2deg);
  margin-top: -7vw;
  margin-left: 1.25vw;
}

.laser06 {
  transform: rotate(-27.8deg);
  margin-top: -11.4vw;
  margin-left: -46.25vw;
}

.laser07 {
  transform: rotate(-22.8deg);
  margin-top: -18.4vw;
  margin-left: -24.25vw;
}

.laser08 {
  transform: rotate(-32.8deg);
  margin-top: -18.4vw;
  margin-left: -24.25vw;
}

.laser09 {
  transform: rotate(47.2deg);
  margin-top: -18.5vw;
  margin-left: -24.25vw;
}

.laser10 {
  transform: rotate(-39.8deg);
  margin-top: -0.5vw;
  margin-left: -7.25vw;
}

.laser11 {
  transform: rotate(-5.6deg);
  margin-top: -7.2vw;
  margin-left: 1vw;
}

.laser12 {
  transform: rotate(164.6deg);
  margin-top: -9vw;
  margin-left: 24vw;
}

.laser13 {
  transform: rotate(1.5deg);
  margin-top: -0.5vw;
  margin-left: -8vw;
}

.laser14 {
  transform: rotate(37.5deg);
  margin-top: -10vw;
  margin-left: 23.5vw;
}

.laser15 {
  transform: rotate(43deg);
  margin-top: -9.5vw;
  margin-left: 24vw;
}

.laser16 {
  transform: rotate(154.3deg);
  margin-top: 0.5vw;
  margin-left: 38vw;
}

.laser17 {
  transform: rotate(122.7deg);
  margin-top: 0.5vw;
  margin-left: 38vw;
}

.laser18 {
  transform: rotate(122.7deg);
  margin-top: 11vw;
  margin-left: 46vw;
}

.laser19 {
  transform: rotate(154deg);
  margin-top: 11vw;
  margin-left: 46vw;
}

.laser_show01 .laser01 {
  width: 17.84vw;
}

.laser_show01 .laser02 {
  width: 11.04vw;
}

.laser_show01 .laser03 {
  width: 22.54vw;
}

.laser_show01 .laser04 {
  width: 47.54vw;
}

.laser_show01 .laser05 {
  width: 27.54vw;
}

.laser_show02 .laser06 {
  width: 70.54vw;
}

.laser_show02 .laser07 {
  width: 70.54vw;
}

.laser_show02 .laser08 {
  width: 70.54vw;
}

.laser_show02 .laser09 {
  width: 24.4vw;
}

.laser_show02 .laser10 {
  width: 11vw;
}

.laser_show02 .laser11 {
  width: 23.5vw;
}

.laser_show02 .laser12 {
  width: 33vw;
}

.laser_show03 .laser13 {
  width: 44.5vw;
}

.laser_show03 .laser14 {
  width: 16.5vw;
}

.laser_show03 .laser15 {
  width: 30vw;
}

.laser_show03 .laser16 {
  width: 150vw;
}

.laser_show03 .laser17 {
  width: 150vw;
}

.laser_show03 .laser18 {
  width: 150vw;
}

.laser_show03 .laser19 {
  width: 150vw;
}

.visual .copy {
  position: absolute;
  left: 9.6vw;
  bottom: 7.6vw;
  z-index: 10;
}

.copy_sub {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 46px;
  position: relative;
  line-height: 1;
}

.copy_sub:before {
  content: '';
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background: #2f732e;
  position: absolute;
  left: -1.2em;
  top: 0.2em;
}

.visual .copy .line {
  display: inline-block;
  font-size: 5rem;
  line-height: 1;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 28px;
}

.visual .copy .line:after {
  content: '';
  display: block;

  height: 2px;
  background: #403d35;
  position: absolute;
  left: 0;
  bottom: 0;
}

.keycopy .copy_sub {
  opacity: 0;
  transition: 0.6s ease-in-out;
}

.keycopy.show .copy_sub {
  opacity: 1;
}

.keycopy .line {
  overflow: hidden;
}

.keycopy .line span {
  display: inline-block;
  transition: transform 1s cubic-bezier(0.52, -0.01, 0.19, 0.83);
  transform: translateY(2em);
}

.keycopy.show .line span.show {
  transform: translateY(0);
  min-width: 0.25em;
}

.keycopy .line:after {
  transition: 0.8s ease-in-out;
  width: 0;
}

.keycopy.show .line:after {
  width: 100%;
}

/*--------------------------------------

	home service

--------------------------------------*/

/*

.ball_area_b {
	display: block;
	width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 10;
}
*/

/*
.ball_area,.ball_area_b {

	animation: ballareaanime 12.0s  infinite;
}

@keyframes ballareaanime {
	0% {transform: translateX(0)}
	30% {transform: translateX(-40px)}
	70% {transform: translateX(80px)}
	100% {transform: translateX(0)}

}
*/

.visual_area .ball,
.home_service .ball {
  display: block;
  width: 100px;
  aspect-ratio: 1 / 1;
  background: url(images/home/ball.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.ball {
  transform: translateY(120px) scale(0.4);
  opacity: 0;
  transition: 1.8s cubic-bezier(0.52, -0.01, 0.19, 0.83);
}

.ball.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ball.anime {
  animation: ballanime 8s infinite;
}

@keyframes ballanime {
  0% {
    transform: translateY(0) scale(1);
  }
  25% {
    transform: translateY(40px) scale(0.9);
  }
  50% {
    transform: translateY(0) scale(1);
  }
  75% {
    transform: translateY(40px) scale(0.9);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

.home_service .ball.sp_only {
  display: none;
}

.home_service .ball01 {
  width: 12.36vw;
  top: 17.19vw;
  left: 28.43vw;
}

.home_service .ball02 {
  width: 4.36vw;
  top: 28.43vw;
  left: 11.24vw;
}

.home_service .ball03 {
  width: 4.36vw;
  top: 40.34vw;
  left: 56.28vw;
}

.home_service .ball04 {
  width: 20.1vw;
  top: 40.34vw;
  left: 84.29vw;
}

.home_service .ball05 {
  width: 8.86vw;
  top: 61.5vw;
  left: 61.5vw;
}

.home_service .ball06 {
  width: 12.36vw;
  top: 67.19vw;
  left: 32.4vw;
}

.home_service .ball07 {
  width: 4.36vw;
  top: 78.7vw;
  left: 56.87vw;
}

.home_service .ball08 {
  width: 8.36vw;
  top: 90.14vw;
  left: 42.98vw;
}

.home_service .ball09 {
  width: 23.54vw;
  top: 89.56vw;
  left: 85.31vw;
}

.visual_area .ball10 {
  width: 29.29vw;
  top: auto;
  bottom: -67.9vw;
  left: -3.96vw;
}

.home_service_top {
  margin-bottom: 240px;
  margin-bottom: 15.83vw;
  position: relative;
  z-index: 100;
}

.home_service {
  position: relative;
  padding-top: 180px;
  padding-top: 11.9vw;
  padding-bottom: 130px;
  padding-bottom: 8.59vw;
  margin-bottom: 120px;
  width: 100%;
  overflow: hidden;
}

.home_service .typo {
  width: 61.9vw;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 120px;
  margin-bottom: 7.9vw;
}

.home_service .typo .line {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto 1.06vw auto;
  overflow: hidden;
}

.home_service .typo .line01 {
  height: 10.97vw;
}

.home_service .typo .line02 {
  height: 10.97vw;
}

.home_service .typo .line .chara {
  display: inline-block;
  transform: translateY(16vw) translateZ(0);
  /* 	opacity: 0; */
  opacity: 0;
  transition: 1.2s cubic-bezier(0.52, -0.01, 0.19, 0.83);
}

.home_service .typo .line .chara.show {
  opacity: 1;
  transform: translateY(0) translate3d(0px, 0px, 0px);
}

.home_service .typo .line01 .chara01 {
  width: 18.8%;
}

.home_service .typo .line01 .chara02 {
  width: 14.52%;
}

.home_service .typo .line01 .chara03 {
  width: 11.64%;
}

.home_service .typo .line02 .chara01 {
  width: 11.21%;
}

.home_service .typo .line02 .chara02 {
  width: 13.56%;
}

.home_service .typo .line02 .chara03 {
  width: 14.42%;
}

.home_service .typo .line02 .chara04 {
  width: 15.91%;
  margin-left: -2.18%;
}

.home_service .typo .line02 .chara05 {
  width: 7.15%;
}

.home_service .typo .line02 .chara06 {
  width: 15.06%;
}

.home_service .typo .line02 .chara07 {
  width: 12.39%;
}

.home_service .typo .line02 .chara08 {
  width: 9.18%;
}

.home_service_top ul li:before {
  content: '';
  display: block;
  width: 72px;
  height: 68px;
  background: no-repeat center center;
  background-size: 100% auto;
  margin: 0 0 20px 0;
}

.home_service_top ul li:nth-child(1):before {
  background-image: url(images/common/no01.svg);
}

.home_service_top ul li:nth-child(2):before {
  background-image: url(images/common/no02.svg);
}

.home_service_top ul li:nth-child(3):before {
  background-image: url(images/common/no03.svg);
}

.home_service_top ul li:nth-child(4):before {
  background-image: url(images/common/no04.svg);
}

.home_service_top ul li:nth-child(5):before {
  background-image: url(images/common/no05.svg);
}

.home_service_top ul li:nth-child(6):before {
  background-image: url(images/common/no06.svg);
}

.home_service_top ul li .sst {
  font-size: 3.2rem;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  margin: 0 0 20px 0;
}

.home_service_top ul li p {
  font-size: 1.6rem;
}

.home_service_bottom {
  position: relative;
  z-index: 100;
}

.home_service_bottom .copy {
  margin-bottom: 90px;
  margin-bottom: 5.95vw;
}

.home_service_bottom .copy .st {
  text-align: right;
  margin-bottom: 40px;
  margin-bottom: 2.6vw;
}

.home_service_bottom .copy_sub {
  display: inline-block;
}

.home_service_bottom .copy .line {
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
  padding-bottom: 6px;
  position: relative;
  margin-bottom: 22px;
}

.home_service_bottom .copy .line:after {
  content: '';
  display: block;

  height: 2px;
  background: #403d35;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home_service_bottom p {
  text-align: right;
}

.home_service_bottom {
}

.home_service_bottom:before {
  content: '';
  display: block;

  padding: 21.5% 21.5%;

  background: url(images/home/bloch.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: -4.64%;
  bottom: 320px;
  z-index: 10;

  transform: translateY(120px) scale(0.4);
  opacity: 0;
  transition: 1.8s cubic-bezier(0.52, -0.01, 0.19, 0.83);
}

.home_service_bottom.show:before {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.home_service_bottom.anime:before {
  animation: blochanime 8s infinite;
}

@keyframes blochanime {
  0% {
    transform: translateY(0) scale(1);
  }
  25% {
    transform: translateY(40px) scale(0.9);
  }
  50% {
    transform: translateY(0) scale(1);
  }
  75% {
    transform: translateY(40px) scale(0.9);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

/*list info*/

.list_info li {
  margin: 0 0 50px 0;
  padding: 0 0 30px 0;
  position: relative;
}

.list_info li:after {
  content: '';
  display: block;
  width: 70.38%;
  height: 1px;
  background: #d6d4d0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.info_title .sub {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
}

.page_title .info_title .sub {
  margin-bottom: 30px;
}

.cate {
  display: inline-block;
  line-height: 1;
  background: #2f732e;
  border-radius: 20px;
  text-align: center;
  padding: 2px 6px;
  color: #fff;
  min-width: 136px;
  letter-spacing: 0.02em;
}

.cate a,
.cate a:hover {
  color: #fff;
}

.list_info .cate {
  font-size: 1.3rem;
  min-width: 96px;
  margin: 0 10px 0 0;
  padding: 2px 6px;
}

.page_title .cate {
  font-size: 1.6rem;
  margin-right: 10px;
}

.list_info .info_title .sub .date {
  font-size: 1.4rem;
}

.page_title .info_title .st,
.page_title .info_title .sst {
  font-size: 3.2rem;
}

.list_info .info_title .st {
  font-size: 2.4rem;
  margin: 0 0 10px 0;
}

.list_info .info_title .sst {
  font-size: 2rem;
  margin: 0 0 40px 0;
}

.info_title p {
  margin: 0 0 30px 0;
  font-size: 1.6rem;
}

.info_title .sub_data {
  font-size: 1.3rem;
  margin-top: -16px;
  margin-bottom: 40px;
}

.info_title .link {
  font-size: 1.6rem;
}

.info_title .link a {
  margin: 0 20px 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.info_title .link a:hover {
  color: #403d35;
}

.info_title .link a:before,
.list_content .link a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: -100%;
  bottom: 0;
  background: #403d35;
  transition: 0.6s cubic-bezier(0.7, -0.01, 0.31, 0.85);
}

.info_title .link a:hover:before,
.list_content .link a:hover:before {
  left: 0;
}

.home_info {
  background: #403d35;
  padding-bottom: 200px;
}

/*Education, Product, Case Studies*/

.list_content {
  margin-bottom: 10vw;
}

.list_content:after {
  content: '';
  display: block;
  width: 29.6%;
}

.list_content li {
  margin-bottom: 60px;
}

.list_content li .img {
  border-radius: 10px;
  background: #fff;
  margin-bottom: 10px;
  transition: 0.6s ease-in-out;
}

.list_content li .img_logo {
  padding: 0 3vw;
  height: 13.66vw;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.list_content li a:hover .img {
  filter: brightness(80%);
}

.list_content li .text {
  padding: 20px;
}

.list_content li .sst {
  font-size: 2.2rem;
  margin-bottom: 15px;
  position: relative;
}

.list_content li p {
  font-size: 1.6rem;
}

.post-type-archive-product .list_content li .sst.arrow {
  background-position: right 6px bottom;
}

.post-type-archive-product .list_content li .sst {
  font-size: 1.8rem;
}

.post-type-archive-case .list_content li .img_logo {
  padding: 0;
  height: auto;
  width: 100%;
  aspect-ratio: 5/4;
}
.post-type-archive-case .list_content li .img_logo img {
  width: 68%;
  height: auto;
  object-fit: contain;
}

.post-type-archive-case .list_content::after {
  display: none;
}

.single-case .info_title {
  text-align: center;
}

/*innovation*/

.home_innovation {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 180px;
}

.home_innovation:before {
  content: '';
  display: block;
  width: 100%;
  height: 16.66vw;
  background: #f9f6f4;
  position: absolute;
  left: 0;
  top: 0;
}

.home_innovation .title {
  position: relative;
  z-index: 10;
  width: 31vw;
  text-align: center;
}

.home_innovation .title img.pc_only {
  width: 38%;
  display: block;
  margin: 3.571vw auto 0 auto;
}

.home_innovation .list_info {
  position: relative;
  z-index: 10;
  width: 67vw;
  background: #f2eeeb;
  border-radius: 0 60px 60px 0;
  padding: 7.27vw 16.53vw 9.25vw 9.65vw;
}

.home_innovation .btn_area {
  width: 100%;
  text-align: right;
  margin-top: -60px;
  padding: 0 9.65vw;
  position: relative;
  z-index: 10;
}

/*News*/

.home_news {
  display: flex;
  padding: 0 9.65vw;
}

.home_news .list_info {
  width: 47.9vw;
}

.home_news .title img {
  width: 4.82vw;
}

.home_news .btn_area {
  text-align: right;
  align-self: flex-end;
}

.home_news .list_info {
  margin-top: 50px;
}

.home_news .info_title .date,
.home_news .info_title .st,
.home_news .info_title .sst,
.home_news .info_title p,
.home_news .info_title .link,
.backnumber .info_title .date,
.backnumber .info_title .st,
.backnumber .info_title .sst,
.backnumber .info_title p,
.backnumber .info_title .link {
  filter: brightness(1000%);
}

.home_news .cate,
.backnumber .cate,
.home_news .cate a,
.home_news .cate a:hover,
.backnumber .cate a,
.backnumber .cate a:hover {
  background: #fff;
  color: #403d35;
}

.backnumber .title {
  font-size: 3.2rem;
}

.backnumber .btn_area {
  margin-top: -100px;
}

.news_cat_nav a {
  font-size: 1.6rem;
  white-space: nowrap;
}

.container {
  position: relative;
  margin-bottom: 40px;
}

.swiper-slide {
  width: auto;
  padding: 20px;
}

.slider-navigation {
  position: absolute;
  inset: auto;
  bottom: 0;
  left: -30px;
  right: -30px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 20px;
  height: 20px;
  color: black;
}

.is_active {
  color: #ffffff;
  background-color: #2f732e;
  padding: 4px 12px;
  border-radius: 7px;
}

.is_active:hover {
  color: #ffffff;
}

/*--------------------------------------

	jos slider

--------------------------------------*/

.jos_area {
  position: relative;
  padding-left: 8vw;
}

.jos {
  overflow: hidden;
  /* 	overflow: scroll; */
  width: 100%;
  position: relative;
}

.jos_out {
  position: relative;
}

.jos_in {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s ease-in-out;
}

.jos_ui {
  position: absolute;
  left: 8vw;
  bottom: -100px;
  z-index: 9999;
}

/*あしらい*/

.jos_child {
  background: #fff;
  padding: 70px 87px 40px 87px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-radius: 10px;
}

.jos_child a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.jos_child .img {
  padding: 0 40px;
}

.home_service_bottom .jos p {
  text-align: center;
}

.jos_ui span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #403d35 center center no-repeat;
  background-size: 12px auto;
  border-radius: 50%;
}

.jos_ui span.left {
  margin-right: 10px;
  background-image: url(images/common/arrow_left_white.svg);
}

.jos_ui span.right {
  background-image: url(images/common/arrow_right_white.svg);
}

/*--------------------------------------

	下層ページ

--------------------------------------*/

.page_title {
  width: 89.41vw;
  margin: 140px auto 80px auto;
  border-radius: 80px;
}

.page_title_post {
  background-color: #f2eeeb;
  padding: 100px 14.1%;
}

.page_title_cattop .img {
  display: block;
  width: 100%;
  padding-top: 18%;
  background: url(images/common/header.jpg) no-repeat center -120px;
  background-size: cover;
  position: relative;
  text-align: center;
  border-radius: 60px;
}

.page_title_cattop .title {
  width: 59.17%;
  margin: -84px auto 0 auto;
  position: relative;
  z-index: 10;
}

.page_title_cattop .title_text {
  text-align: center;
  margin-top: -1em;
  position: relative;
  z-index: 10;
  white-space: nowrap;
  letter-spacing: -0.03em;
  font-size: clamp(30px, 6.5vw, 100px);
}

.page_title_cattop .logo {
  width: 47.88%;
  margin: -90px auto 0 auto;
  padding: 0 8.22%;
  background: #f9f6f4;
  position: relative;
  z-index: 20;
  border-radius: 80px 80px 0 0;
}

.page_title_cattop .copy {
  font-size: 3.2rem;
  text-align: center;
}

.page_title_cattop .copy_margin {
  margin-top: 6vw;
}

.bg_black {
  background: #403d35;
}

.bg_black .title,
.bg_black p,
.bg_black .sub_data {
  color: #fff;
}

/*table*/

.post_body table,
.table_standard {
  width: 100%;
}

.post_body table th,
.post_body table td,
.table_standard tr th,
.table_standard tr td {
  border-bottom: 1px solid #d6d4d0;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 20px 10px 10px 0;
  vertical-align: top;
  font-size: 1.6rem;
  min-width: 8em;
}

.post_body table th,
.table_standard tr th {
  width: 20%;
  font-weight: 500;
  border-bottom: 1px solid #2f732e;
  color: #2f732e;
}

.page-template-page-careers .ssst_simple {
  padding-top: 8vw;
}

.page-template-page-careers .ssst_simple:nth-child(2) {
  padding-top: 0;
  margin-top: 0;
}

.post_body p a,
.post_body h2 a,
.post_body h3 a,
.post_body h4 a,
.post_body li a {
  text-decoration: underline;
  overflow-wrap: break-word;
}

/*list*/

.post_body ul {
  margin-bottom: 50px;
}

.post_body ul,
.list_standard {
  padding: 0 0 0 1em;
}

.post_body ul ul {
  padding-bottom: 0;
  margin-bottom: 0;
}

.post_body ul li,
.list_standard li {
  position: relative;
}

.post_body ul li:before,
.list_standard li:before {
  content: '・';
  position: absolute;
  left: -1em;
}

.list_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_box li {
  background: #fff;
  border-radius: 10px;
  width: 48.5%;
  padding: 3vw 20px;
  text-align: center;
  margin-bottom: 1vw;
  font-size: 1.6rem;
}

/*member*/

.member_list .title {
  font-size: 3.2rem;
  margin-bottom: 30px;
}

.member_list .name_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: baseline;
}

.member_list .en {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.member_list .sholder {
  font-size: 1.8rem;
  color: #2f732e;
  display: block;
  letter-spacing: 0.04em;
}

.cxo_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8vh 2vw;
  align-items: flex-start;
  margin-bottom: 120px;
}

.cxo_list li {
  width: 100%;
  align-content: flex-end;
}

.cxo_list li .img {
  width: 100%;
  align-self: flex-end;
}

.cxo_list li .img img {
  border-radius: 10px;
}

.cxo_list li .text {
  padding-top: 30px;
}

.other_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px 20px;
  padding-top: 80px;
  margin: 60px 80px 90px;
  border-top: 1px solid #d6d4d0;
}

.other_list .text {
  margin-left: 60px;
}

.backnumber {
  padding-top: 120px;
  padding-bottom: 160px;
}

.entry {
  background: #fff;
  border-radius: 10px;
  padding: 5vw 20px;
  text-align: center;
  margin-bottom: 1vw;
  font-size: 1.6rem;
}

.entry p {
  text-align: center;
}

/*--------------------------------------

	投稿コンテンツ

--------------------------------------*/

.post_body p {
  margin: 0 0 50px 0;
  line-height: 2;
}

.post_body h2 {
  font-size: 2.4rem;
  border-top: 2px solid #2f732e;
  padding: 80px 0 70px 0;
  margin: 100px 0 60px 0;
  position: relative;
  text-align: center;
}

.post_body h2:first-child {
  margin-top: 0;
}

.post_body h2:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #d6d4d0;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}

.post_body h3 {
  font-size: 2.2rem;
  margin: 80px 0 30px 0;
  position: relative;
}

.post_body h3:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #2f732e;
  position: absolute;
  left: -40px;
  top: 0.6em;
}

.post_body figure {
  width: 100%;
  padding: 0 50px;
  margin: 0 0 50px 0;
}

.post_body figure img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

.post_body figure.wp-block-table {
  padding: 20px 0;
}

.post_body figcaption {
  text-align: center;
  font-size: 75%;
}

.post_body blockquote {
  margin-bottom: 50px;
  padding-left: 30px;
  border-left: 2px solid #403d35;
}

.post_body blockquote p {
  margin-bottom: 20px;
}

.post_body blockquote cite {
  font-size: 1.3rem;
}

/*--------------------------------------

	フォーム

--------------------------------------*/

.form {
  margin: 0 auto;
}

.mw_wp_form {
  margin-top: 60px;
  margin-bottom: 20px;
}

.mw_wp_form mw_wp_form_input p {
  text-align: center;
}

ul.myform {
  margin-bottom: 80px;
}

.privacy_check {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.6rem;
}

.privacy_check a {
  text-decoration: underline;
}

ul.myform li {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}

.plate-page-confirm-php ul.myform li {
  border-bottom: 1px solid #403d35;
}

ul.myform li span {
  display: inline-block;
  vertical-align: top;
}

ul.myform li span.title {
  font-size: 1.6rem;
  width: 35%;
  min-width: 190px;
  padding: 4px 20px 4px 0;
  display: flex;
  justify-content: space-between;
}

ul.myform li span.title .icon {
  font-size: 1.1rem;
  color: #fff;
  display: inline-block;
  padding: 3px 4px 3px 4px;
  line-height: 1;
  background: #403d35;
  border-radius: 2px;
  margin: 0 0 0 2px;
  vertical-align: baseline;
  align-self: center;
}

ul.myform li span.form {
  width: 65%;
}

ul.myform li span.error {
  display: block;
  margin: 5px 0 0 0;
}

.confirm ul.myform li span.title {
  padding: 0;
}

ul.myform li .form .text {
  display: block;
  font-size: 1.2rem;
  display: block;
  margin-top: 4px;
}

.contact_input {
  background: #fff;
  border: none;
  font-size: 16px;
  padding: 7px;
  width: 100%;
  /*	border-radius: 4px;*/
}

.form_content {
  width: 100%;
  display: block;
}

input.type {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.mwform-radio-field-text {
  vertical-align: middle;
}

.mwform-radio-field {
  padding: 8px 0;
  font-size: 1.6rem;
}

.submit_area {
  text-align: center;
}

.submit {
  background: #2f732e;
  color: #fff;
  font-size: 16px;
  width: 320px;
  padding: 20px;
  margin: 0 auto;

  cursor: pointer;

  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;

  border-radius: 50px;
  border: none;
}

.submit:hover {
  background: #403d35;
  color: #fff;
}

.contact_back {
  background: #403d35;

  color: #fff;
  font-size: 16px;
  width: 120px;
  padding: 20px;
  margin: 0 auto;

  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 0 20px;

  border-radius: 50px;
  border: none;
}

.contact_back:hover {
  background: #fff;
  color: #403d35;
}

.contact_message {
  border: 1px solid #403d35;
  padding: 30px;
  text-align: center;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0 0 0 0 !important;
}

.mwform-checkbox-field {
  min-width: 48%;
  padding: 5px 0 10px 0;
  font-size: 1.6rem;
}

.mwform-checkbox-field input {
  border: none;
  width: 15px;
  height: 15px;
}

.mw_wp_form select {
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  padding: 10px 32px 10px 10px;
  width: 100%;
  color: #000;
  cursor: pointer;
}

.checkboxes .mwform-radio-field-text {
  margin-right: 20px;
}

.mw_wp_form .vertical-item:first-child {
  margin-top: 0.5em;
}

.mw_wp_form .vertical-item {
  padding: 0;
  font-size: 1.6rem;
}

/*----------------------------------------------------------------------------------

	pagenavi

----------------------------------------------------------------------------------*/

.wp-pagenavi {
  text-align: center;
  width: 100%;
  line-height: 1.5;
  padding: 80px 0 100px 0;
}

.wp-pagenavi {
  /* 	margin: 20px auto 0 auto; */
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  padding: 4px 8px;
  background: #403d35;

  color: #fff;

  margin: 0 5px !important;
}

.wp-pagenavi a:hover {
  border: none;

  background: #fff;
  color: #403d35;
}

.wp-pagenavi span.current {
  border: none;

  background: #fff;
  color: #403d35;
  font-weight: normal;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 5px 11px !important;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  background: none;
  color: #403d35;
  transform: scale(0.75);
}

.wp-pagenavi span.extend {
  display: none;
}

.wp-pagenavi span.extend {
  display: none;
}

/* case page */

.case_page .list_content li .img_logo {
  padding: 0;
  height: auto;
  width: 100%;
  aspect-ratio: 5/4;
}
.case_page .list_content li .img_logo img {
  width: 68%;
  height: auto;
  object-fit: contain;
}

.case_page .list_content::after {
  display: none;
}

/*------------------------------------------------------------------------------------------------------------------------------------

	スマホここから

------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
    width: 100%;
  }

  body {
    font-size: 1.4rem;
  }

  body,
  html {
    min-width: 100%;
    height: 100%;
  }

  p {
    font-size: 1.4rem;
    text-align: left;
  }

  h1,
  h2,
  h3,
  h4 {
    font-size: 1.6rem;
  }

  .sp_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }

  .gmap {
    padding-top: 150%;
  }

  .st_simple {
    font-size: 2.4rem;
    margin: 16vw 0 6vw 0;
  }

  .st_simple:first-child {
    margin-top: 0;
  }

  .sst_simple {
    font-size: 2rem;
    margin: 10vw 0 4vw 0;
  }

  .sst_simple:first-child {
    margin-top: 0;
  }

  .ssst_simple {
    font-size: 1.8rem;
    margin: 6vw 0 2vw 0;
  }

  .ssst_simple:first-child {
    margin-top: 0;
  }

  /*--------------------------------------

	Flex

--------------------------------------*/

  .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .flex_end {
    align-content: flex-end;
    align-items: flex-end;
    align-self: flex-end;
  }

  .flex_center {
    align-content: center;
    align-items: center;
    align-self: center;
  }

  .flex .flex_child {
    margin-bottom: 8vw;
  }

  .flex .sp_wide {
    width: 100%;
  }

  .img_list li .img {
    margin: 0 0 3vw 0;
  }

  .img_list li .text {
    padding: 3vw;
  }

  /*--------------------------------------

	Wide / layout

--------------------------------------*/

  .section {
    margin-bottom: 12vw;
  }

  .component {
    margin-bottom: 12vw;
  }

  .wide_standard {
    padding: 0 8vw;
  }

  .wide_standard_sp {
    padding: 0;
  }

  .wide_max {
    padding: 0 5vw;
  }

  .wide_min {
    padding: 0 8vw;
  }

  .wide_1_4 {
    width: 45.5%;
  }

  .wide_1_4_w {
    width: 45.5%;
  }

  .wide_3_4 {
    width: 100%;
  }

  .wide_3_4_w {
    width: 100%;
  }

  .wide_1_3 {
    width: 45.5%;
  }

  .wide_1_3_w {
    width: 45.5%;
  }

  .wide_2_3 {
    width: 100%;
  }

  .wide_2_3_w {
    width: 100%;
  }

  .wide_1_2 {
    width: 100%;
  }

  .wide_1_2_w {
    width: 100%;
  }

  .wide_100 {
    width: 100%;
  }

  .wide_100 {
    width: 100%;
  }

  /*--------------------------------------

	header

--------------------------------------*/

  .toggle {
    display: block;
    position: fixed;
    z-index: 300;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    transition: 0.3s ease-in-out;
    opacity: 1;
  }

  .toggle span {
    display: block;
    position: absolute;
    background: #2f732e;
    transition: 0.3s ease-in-out;
    width: 12px;
    height: 1px;
    left: 19px;
  }

  .toggle span:first-child {
    top: 19px;
  }

  .toggle span:nth-child(2) {
    top: 26px;
  }

  .toggle.active span:first-child {
    transform: rotate(30deg);
    top: 22px;
  }

  .toggle.active span:nth-child(2),
  .toggle.active span:nth-child(3) {
    transform: rotate(-30deg);
    top: 22px;
  }

  header .navi,
  header .navi_sub {
    padding: 0;
    position: relative;
    z-index: 300;
  }

  /*

#menu:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #e8e8e8;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: 0.6s ease-in-out;
	opacity: 0;
}

header.normal #menu:before {
	opacity: 1;
}
*/

  header #menu {
    position: fixed;
    top: 0;
    right: -300px;

    left: auto;
    width: 300px;
    height: 100%;
    z-index: 200;
    transition: 0.3s ease-in-out;
    pointer-events: none;
    padding: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    background: #403d35;
  }

  header.normal #menu {
    right: 0;
    pointer-events: auto;
  }

  /*--------------------------------------

	header

--------------------------------------*/

  header {
    width: 100%;
    text-align: center;
  }

  header a {
    color: #fff;
  }

  header .logo {
    width: 105px;
    position: fixed;
    left: 50%;
    top: 35px;
    display: inline-block;
    margin: 0 0 0 -52px;
  }

  header.move .logo {
    left: 50%;
    top: 18px;
  }

  header:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background: #f9f6f4;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 105;
    transition: 0.4s ease-in-out;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }

  header.move:after {
    height: 50px;
  }

  header .navi {
    position: static;
  }

  header .navi ul {
    padding: 0;
    flex-direction: column;
  }

  header.move .navi ul {
    padding-top: 0;
  }

  header .navi ul li {
    display: block;
    font-size: 1.4rem;
    margin: 0 0;
  }

  header .navi ul li a {
    position: relative;
    padding: 15px 20px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #5a564a;
  }

  header .navi ul li.navi_home a:after {
    content: none !important;
  }

  header .navi_sub {
    width: 100%;

    text-align: left;
  }

  header .btn_contact {
    width: 100%;
  }

  header .btn_contact a {
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #2f732e;
    position: static;
    font-size: 1.2rem;
  }

  header .btn_contact a img {
    width: 12px;
    margin: 0 8px 0 0;
  }

  header .lang {
    border-radius: 30px;
    position: static;
    margin: 40px 0 20px 20px;
  }

  header .lang a {
    color: #403d35;
  }

  .sp_contact {
    display: block;
    position: fixed;
    z-index: 150;
    top: 0;
    right: 52px;
    width: 50px;
    height: 45px;
    transition: 0.3s ease-in-out;
    opacity: 1;
    background: url(images/common/icon_mail_black.svg) no-repeat center center;
    background-size: 12px;
  }

  .sp_contact:after {
    content: '';
    width: 0.6px;
    height: 25px;
    background: #d6d4d0;
    display: block;
    right: 0;
    top: 10px;
    position: absolute;
  }

  header.header_en .lang {
    position: fixed;
    top: 8px;
    right: 8px;
    pointer-events: auto;
    margin: 0;
  }

  /*--------------------------------------

	footer

--------------------------------------*/

  footer {
    background: #fff;
    padding: 6.5vw;
    position: relative;
  }

  footer .sitemap {
    font-size: 1.4rem;
    padding: 0;
    margin-bottom: 24px;
  }

  footer .sitemap ul {
    width: 50%;
    margin: 0 0 0 0;
  }

  footer .bottom {
    display: block;
    justify-content: space-between;
    align-content: flex-end;
    align-items: flex-end;
    flex-direction: row-reverse;
  }

  footer .bottom .logo {
    width: 140px;
    display: block;
    margin: 0 0 6vw 0;
  }

  footer .bottom p {
    font-size: 1.1rem;
  }

  .pagetop {
    font-size: 1.1rem;
    right: 4vw;
    bottom: 6vw;
  }

  /*--------------------------------------

	kv

--------------------------------------*/

  .key .typo {
    width: 82vw;
    top: -38vw;
    margin-left: -41vw;
  }

  /*ビジュアル*/

  .visual_area {
    padding: 0 0;
    height: 63vh;
    margin-top: 37vh;
    /*
	position: fixed;
	top: 0;
	left: 0;
*/
  }

  .home.show .visual_area {
    padding: 0 0;
  }

  .visual_inner {
    border-radius: 0;
  }

  .visual {
    height: 100%;
    margin-left: 0;
    background-size: 120% auto;
  }

  .home.show .visual {
    margin-left: 0;
    background-size: 120% auto;
  }

  .copy_sub {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .copy_sub:before {
    left: -1.2em;
  }

  .visual .copy .line {
    font-size: 2.4rem;
    padding-bottom: 6px;
    margin-bottom: 14px;
  }

  .laser {
    width: 0.6px;
  }

  /*--------------------------------------

	home service

--------------------------------------*/

  @keyframes ballanime {
    0% {
      transform: translateY(0) scale(1);
    }
    25% {
      transform: translateY(20px) scale(0.9);
    }
    50% {
      transform: translateY(0) scale(1);
    }
    75% {
      transform: translateY(20px) scale(0.9);
    }
    100% {
      transform: translateY(0) scale(1);
    }
  }

  .home_service .ball.sp_only {
    display: block;
  }

  .home_service .ball01 {
    width: 14.36vw;
    top: 20.19vw;
    left: 50.43vw;
  }

  .home_service .ball02 {
    width: 4.36vw;
    top: 16.43vw;
    left: 72.24vw;
  }

  .home_service .ball03 {
    width: 4.36vw;
    top: 32.34vw;
    left: 36.28vw;
  }

  .home_service .ball04 {
    width: 20.1vw;
    top: 50.34vw;
    left: 84.29vw;
  }

  .home_service .ball05 {
    width: 8.86vw;
    top: 70.5vw;
    left: 12.5vw;
  }

  .home_service .ball06 {
    width: 12.36vw;
    top: 87.19vw;
    left: 80.4vw;
  }

  .home_service .ball07 {
    width: 4.36vw;
    top: 120.7vw;
    left: 56.87vw;
  }

  .home_service .ball08 {
    width: 8.36vw;
    top: 90.14vw;
    left: 42.98vw;
  }

  .home_service .ball09 {
    width: 23.54vw;
    top: 120.56vw;
    left: 85.31vw;
  }

  .visual_area .ball10 {
    width: 48vw;
    top: auto;
    bottom: 38vw;
    left: -12vw;
  }

  .home_service .ball11 {
    width: 14.36vw;
    top: 180.19vw;
    left: 50.43vw;
  }

  .home_service .ball12 {
    width: 4.36vw;
    top: 176.43vw;
    left: 72.24vw;
  }

  .home_service .ball13 {
    width: 4.36vw;
    top: 192.34vw;
    left: 36.28vw;
  }

  .home_service .ball14 {
    width: 20.1vw;
    top: 210.34vw;
    left: 84.29vw;
  }

  .home_service .ball15 {
    width: 8.86vw;
    top: 230.5vw;
    left: 12.5vw;
  }

  .home_service .ball16 {
    width: 12.36vw;
    top: 247.19vw;
    left: 80.4vw;
  }

  .home_service .ball17 {
    width: 4.36vw;
    top: 270.7vw;
    left: 56.87vw;
  }

  .home_service .ball18 {
    width: 8.36vw;
    top: 240.14vw;
    left: 42.98vw;
  }

  .home_service .ball19 {
    width: 23.54vw;
    top: 280.56vw;
    left: 85.31vw;
  }

  .home_service_top {
    margin-bottom: 52vw;
  }

  .home_service {
    position: relative;
    padding-top: 28vw;
    padding-bottom: 21.33vw;
    margin-bottom: 0;
  }

  .home_service .typo {
    width: 75.46vw;
    margin-bottom: 13.33vw;
  }

  .home_service .typo .line {
    margin: 0 auto 2.6vw auto;
  }

  .home_service .typo .line01 {
    height: 16.06vw;
  }

  .home_service .typo .line02 {
    height: 15.06vw;
  }

  .home_service .typo .line .chara {
    transform: translateY(18vw) translateZ(0);
    /* 	opacity: 0; */
  }

  .home_service_top ul.flex li.wide_1_3 {
    width: 100%;
  }

  .home_service_top ul li {
    padding-left: 48px;
    position: relative;
    margin-bottom: 16vw;
  }

  .home_service_top ul li:before {
    width: 36px;
    height: 33px;
    margin: 0 0 0 0;
    position: absolute;
    left: 0;
    top: 0;
  }

  .home_service_top ul li .sst {
    font-size: 2rem;
    /*
	display: flex;
	align-content: center;
	align-items: center;
*/
    margin: 0 0 2vw 0;
  }

  .home_service_top ul li p {
    font-size: 1.4rem;
  }

  .home_service_bottom {
    position: relative;
    z-index: 100;
  }

  .home_service_bottom .copy {
    margin-bottom: 10vw;
    position: relative;
    z-index: 10;
  }

  .home_service_bottom .copy .st {
    text-align: right;
    margin-bottom: 4vw;
  }

  .home_service_bottom .copy .line {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }

  .home_service_bottom:before {
    margin-top: -70vw;
    left: -38vw;
    bottom: auto;
    width: 61.06vw;
    height: 61.06vw;
  }

  @keyframes blochanime {
    0% {
      transform: translateY(0) scale(1);
    }
    25% {
      transform: translateY(20px) scale(0.9);
    }
    50% {
      transform: translateY(0) scale(1);
    }
    75% {
      transform: translateY(20px) scale(0.9);
    }
    100% {
      transform: translateY(0) scale(1);
    }
  }

  /*list info*/

  .list_info li {
    margin: 0 0 8vw 0;
    padding: 0 0 4vw 0;
  }

  .list_info li:after {
    height: 0.6px;
    background: #d6d4d0;
  }

  .info_title .sub {
    flex-direction: column;
    gap: 4px;
    margin: 0 0 3vw 0;
  }

  .cate {
    min-width: 100px;
    margin-right: 10px;
  }

  .list_info .cate {
    font-size: 1.1rem;
    min-width: 90px;
  }

  .info_list .info_title .sub .date {
    font-size: 1.2rem;
  }

  .info_list .info_title .st {
    font-size: 1.8rem;
  }

  .info_list .info_title .sst {
    font-size: 1.8rem;
    margin: 0 0 10vw 0;
  }

  .info_title p {
    margin: 0 0 8vw 0;
    font-size: 1.2rem;
  }

  .info_title .sub_data {
    font-size: 1.1rem;
    margin-top: -6vw;
    margin-bottom: 8vw;
  }

  .info_title .link {
    font-size: 1.3rem;
  }

  .info_title .link a {
    margin: 0 20px 0 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .home_info {
    padding-bottom: 18vw;
  }

  /*Education Product */

  .list_content {
    margin-bottom: 10vw;
  }

  .list_content li {
    width: 100%;
    margin-bottom: 8vw;
  }

  .list_content li .img {
    margin-bottom: 10px;
  }

  .list_content li .img_logo {
    height: 48vw;
    padding: 0 10vw;
  }

  .list_content li .text {
    padding: 15px 10px;
  }

  .list_content li .sst {
    margin-bottom: 10px;
  }

  .post-type-archive-product .list_content li .sst.arrow {
    background-position: right 6px bottom;
  }

  .post-type-archive-product .list_content li .sst {
    font-size: 1.6rem;
  }

  .list_content li p {
    font-size: 1.4rem;
  }

  /*innovation*/

  .home_innovation {
    display: block;
    margin-bottom: 12vw;
  }

  .home_innovation:before {
    width: 100%;
    height: 14.66vw;
  }

  .home_innovation .title {
    width: 75.2vw;
    padding: 8vw 6vw;
  }

  .home_innovation .title img.pc_only {
    display: none;
  }

  .home_innovation .title img.sp_only {
    width: 100%;
    margin: 0 auto;
  }

  .home_innovation .list_info {
    width: 93vw;
    border-radius: 0 30px 30px 0;
    padding: 8.27vw 7vw 9.25vw 7vw;
  }

  .home_innovation .btn_area {
    width: 100%;
    text-align: center;
    margin-top: 12vw;
    padding: 0 0 12vw 0;

    border-bottom: 0.6px solid #d6d4d0;
  }

  .page-template-page-english .home_innovation {
    margin-bottom: 0;
  }

  .page-template-page-english .home_innovation .btn_area {
    border-bottom: none;
  }

  .backnumber .wide_1_4 {
    width: 100%;
  }

  .backnumber .title {
    font-size: 2.8rem;
    margin: 0 0 6vw 0;
  }

  .backnumber .btn_area {
    margin-top: 6vw;
    text-align: center;
    width: 100%;
  }

  .backnumber {
    padding-top: 12vw;
    padding-bottom: 16vw;
  }

  .entry {
    font-size: 1.4rem;
  }

  /*News*/

  .home_news {
    display: block;
    padding: 0 7vw;
  }

  .home_news .list_info {
    width: 100%;
  }

  .home_news .title {
    width: 100%;
  }

  .home_news .title img {
    width: 28.53vw;
  }

  .home_news .btn_area {
    width: 100%;
    text-align: center;
    margin-top: 12vw;
  }

  .page_title .cate {
    font-size: 1.1rem;
  }

  .page_title .date {
    font-size: 1.3rem;
  }

  .page_title .info_title .sub {
    margin-bottom: 20px;
  }

  .page_title .info_title .st,
  .page_title .info_title .sst {
    font-size: 2.4rem;
  }

  .list_info .info_title .st {
    font-size: 2rem;
  }

  .list_info .info_title .sst {
    font-size: 2rem;
  }

  .news_cat_nav a {
    font-size: 1.4rem;
  }

  /* solution scm page */
  .solution_scm_page h2 {
    padding: 8vw 0 6vw 0;
  }

  .solution_scm_page .title_text {
    margin-top: 0;
  }

  .page_title_cattop .title_solution {
    font-size: 4vw;
    margin-top: 0;
  }

  .solution_scm_page .solution_abstract {
    padding: 0;
  }

  .solution_scm_page .solution_abstract_list {
    padding: 0 2rem;
  }

  .solution_scm_page .case_container li .img_logo {
    margin: 3rem 0;
  }

  .hanging_indent {
    display: block;
    text-indent: -1.4rem;
  }

  .chat_box {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .chat_container {
    gap: 4rem;
  }

  .chat_img {
    width: 20%;
    height: auto;
  }

  .speech_bubble {
    margin-top: 3rem;
    margin-left: 0;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    text-align: left;
  }

  .speech_bubble::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    border: 1.5rem solid transparent;
    border-bottom: 2rem solid #fff;
  }

  .solution_abstract_img {
    width: 80%;
    margin: 0 auto 4rem;
  }

  .flow_container {
    flex-direction: column;
  }

  .flow_step {
    flex-direction: column;
    width: 100%;
  }

  .flow_circle {
    padding: 2rem 0;
    width: 70%;
    height: auto;
    border-radius: 1rem;
  }

  .flow_arrow {
    transform: rotate(90deg);
  }

  /*--------------------------------------

	jos slider

--------------------------------------*/

  /*
.jos_area {
	position: relative;
	padding-left: 8vw;
}

.jos {

	overflow: hidden;

	width: 100%;
	position: relative;
}

.jos_out {
	position: relative;
}

.jos_in {

	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.6s ease-in-out;
}
*/

  .jos_area {
    padding-left: 20px;
  }

  .jos {
  }

  .jos_ui {
    position: absolute;
    left: auto;
    right: 6vw;
    bottom: -50px;
  }

  /*あしらい*/

  .jos_child {
    padding: 6vw 8vw 12vw 8vw;
  }

  .jos_child .img {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .home_service_bottom .jos p {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .page-template-page-english .home_service_bottom .jos p {
    font-size: 1rem;
    line-height: 1.3;
  }

  .jos_ui span {
    width: 20px;
    height: 20px;
    background-size: 8px auto;
  }

  .jos_ui span.left {
    margin-right: 20px;
  }

  /*--------------------------------------

	下層ページ

--------------------------------------*/

  .page_title {
    margin: 6vw auto 12vw auto;
  }

  .page_title_post {
    width: 100vw;
    padding: 8vw 6vw;
    border-radius: 0;
  }

  .page_title_cattop .img {
    background-position-y: center;
  }

  .page_title_cattop .title {
    width: 59.17%;
    margin: -6vw auto 0 auto;
    position: relative;
    z-index: 10;
  }

  .page_title_cattop .logo {
    width: 80%;
    margin: -8vw auto 0 auto;
    padding: 0 12.22%;
    border-radius: 40px 40px 0 0;
  }

  .page_title_cattop .copy {
    font-size: 2.4rem;
    text-align: center;
    padding: 0 12vw;
  }

  .page_title_cattop .copy_margin {
    margin-top: 10vw;
  }

  .bg_black {
    background: #403d35;
  }

  .bg_black .title,
  .bg_black p {
    color: #fff;
  }

  /*table*/

  .post_body table th,
  .table_standard tr th {
    width: 25%;
    font-size: 1.2rem;
  }

  .post_body table td,
  .table_standard tr td {
    font-size: 1.2rem;
  }

  .page-template-page-careers .ssst_simple:nth-child(2) {
    padding-top: 0;
    margin-top: 6vw;
  }

  /*list*/

  .post_body ul {
    margin-bottom: 8vw;
  }

  .list_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .list_box li {
    background: #fff;
    border-radius: 10px;
    width: 48.5%;
    padding: 3vw 20px;
    text-align: center;

    margin-bottom: 0;
    margin-top: 1vw;
    width: 100%;
    margin-bottom: 2vw;
    font-size: 1.4rem;
    line-height: 1.5;
    align-self: center;
  }

  /*member*/

  .member_list .title {
    font-size: 2.4rem;
    margin-bottom: 4vw;
  }

  .member_list .en {
    font-size: 1.2rem;
  }

  .member_list .sholder {
    font-size: 1.6rem;
  }

  .cxo_list {
    grid-template-columns: 1fr;
    grid-gap: 12vw;
    margin-bottom: 12vw;
  }

  .cxo_list li .img {
    width: 100%;
    padding: 4vw 8vw;
  }

  .cxo_list li .text {
    padding-top: 6vw;
  }

  .other_list {
    margin: 0 0 90px;
    grid-template-columns: 1fr;
  }

  .other_list .text {
    margin-left: 0;
  }

  /*--------------------------------------

	投稿コンテンツ

--------------------------------------*/

  .post_body p {
    margin: 0 0 8vw 0;
  }

  .post_body h2 {
    font-size: 2rem;
    padding: 8vw 0 6vw 0;
    margin: 12vw 0 8vw 0;
  }

  .post_body h2:after {
    width: 40px;
    margin-left: -20px;
  }

  .post_body h3 {
    font-size: 1.8rem;
    margin: 10vw 0 4vw 0;
  }

  .post_body h3:before {
    width: 5vw;
    height: 1px;
    left: -8vw;
    top: 0.7em;
  }

  .post_body figure {
    padding: 10px 0;
    margin: 0 0 8vw 0;
  }

  .post_body blockquote {
    margin-bottom: 8vw;
  }

  .post_body blockquote p {
    margin-bottom: 4vw;
  }

  /*--------------------------------------

	フォーム

--------------------------------------*/

  input[type='submit'],
  input[type='button'],
  input[type='email'] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }

  input[type='submit'] {
    border-radius: 50px;
  }

  input[type='submit']::-webkit-search-decoration,
  input[type='button']::-webkit-search-decoration {
    display: none;
  }
  input[type='submit']::focus,
  input[type='button']::focus {
    outline-offset: -2px;
  }

  ul.myform {
    margin-bottom: 35px;
    padding-top: 10px;
  }

  ul.myform li {
    padding: 10px 0;
    display: block;
  }

  .plate-page-confirm-php ul.myform li {
    border-width: 0.6px;
  }

  ul.myform li span {
    display: block;
  }

  ul.myform li span.mwform-checkbox-field {
    display: inline-block;
    min-width: 48%;
    font-size: 1.2rem;
  }

  ul.myform li span.mwform-checkbox-field-text {
    display: inline;
  }

  ul.myform li span.mwform-radio-field-text {
    display: inline-block;
  }

  .mw_wp_form {
    margin-top: 0vw;
  }

  .page-template-page-confirm .mw_wp_form {
    margin-top: 0;
  }

  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }

  /*
.mwform-checkbox-field input,
.mwform-radio-field input {
	border: 0.7px solid #6a605b;
}
*/

  .mwform-radio-field {
    font-size: 1.4rem;
    padding: 0 0 10px 0;
  }

  .confirm ul.myform li span.title,
  ul.myform li span.title {
    width: 100%;
    padding: 0 0 3vw 0;
  }

  ul.myform li span.form {
    width: 100%;
  }

  ul.myform li span.title .icon {
    padding: 4px 3px 3px 3px;
  }

  .contact_input {
    font-size: 1.5rem;
  }

  .form_content {
    width: 100%;
    display: block;
  }

  .submit_area {
    text-align: center;
  }

  .submit {
    font-size: 1.5rem;
    width: 100%;
    border-radius: 50px;
  }

  .submit,
  .contact_back {
    font-size: 1.5rem;
    width: 100%;
    margin: 0 auto 30px auto;
  }

  .contact_back {
    width: 60%;
    padding: 10px;
    border-radius: 50px;
  }

  .mw_wp_form select {
    padding: 10px;
    font-size: 1.3rem;
  }

  ul.myform li .form .text {
    margin-top: 8px;
    font-size: 1.1rem;
  }

  .privacy_check {
    margin-bottom: 8vw;
    font-size: 1.4rem;
  }

  ul.myform,
  ul.myform li,
  .mw_wp_form select {
    border-width: 0.7px;
  }

  /*----------------------------------------------------------------------------------

	pagenavi

----------------------------------------------------------------------------------*/

  .wp-pagenavi_area {
    padding: 0 0;
  }

  .wp-pagenavi {
    border-width: 0.6px;
    padding: 8vw 0;
    margin: 0 auto 0 auto;
  }

  .wp-pagenavi span,
  .wp-pagenavi a {
    margin: 0 3px !important;
    display: inline-block;
    padding: 6px 13px !important;
    font-size: 1.2rem;
  }

  .wp-pagenavi span.pages {
    margin: 0 0 10px 0;
  }

  .wp-pagenavi a.last,
  .wp-pagenavi a.first {
    display: none;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .key .typo {
    width: 400px;
    top: -190px;
    margin-left: -200px;
  }
  .key .typo .line01 {
    height: 77px;
  }
}

.fit-logo {
  max-width: 100%;
  height: 100px;
  object-fit: contain;
}
