@charset "utf-8";

/*
Theme Name: 株式会社MANUS
Author: hironori hashimoto
Author URI: https://new-create.com/
Description: 株式会社MANUSのオリジナルテンプレート
*/
html {
  font-size: 55%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
body {
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #333;
  background-color: #111;
/*   font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴシック Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic",
    YuGothic, sans-serif; */
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight:400;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
main{
    flex:1;
}
ul {
  list-style-type: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pc-block { display: block; }
.sp { display: none; }

@media only screen and (max-width: 559px) {
    .pc { display: none; }
    .sp { display: block; }
}

.logo_fadein{
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
	display:flex;
	justify-content:center;
	align-items:center;
}

.logo_fadein p {
/* 	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); */
	display: none;
	z-index: 9999;
	max-width: 400px;
	width:100%;
	margin:0 auto;
}
@media only screen and (max-width: 559px) {
	.logo_fadein p {
		max-width: 200px;
	}
}
/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/****************************
共通
****************************/
.page-up__link {
  text-align: center;
}
.page-up {
  color: #333;
  display: inline-block;
  transition: 0.3s;
  z-index: 23;
}
.page-up a{
  padding:25px 0px;
  letter-spacing: 0.2rem;
  color:#fff;
  font-family: 'Arapey', serif;
}
.page-up:hover {
  opacity: 0.6;
}

.en {
  font-family: 'Arapey', serif;
}
.jp {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴシック Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic",
    YuGothic, sans-serif;
  font-weight: 500;
}
section {
  padding: 6rem 0;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 560px) {
  section {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 960px) {
  section {
    padding: 5rem 0;
  }
}
.common-headline {
  font-size: 3.2rem;
  position: relative;
  color: #fff;
  margin-bottom: 1rem;
	padding-top: 2rem;
  font-family: 'Arapey', serif;
  overflow: hidden;
  letter-spacing: 0.45rem;
}
@media screen and (min-width: 560px) {
    .common-headline {
      font-size: 2.8rem;
    }
  }
@media screen and (min-width: 960px) {
  .common-headline {
    font-size: 4rem;
  }
}
/* .common-headline::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: #333;
	transform: translate3d(0%,0,0);
} */
/* .common-headline.show.done::before{
	animation: swipeRight .8s cubic-bezier(0.6,0,0.4,1);
	animation-fill-mode: forwards;
} */
.common-headline span {
  position: relative;
  z-index: 2;
}
.p-common__lead {
  font-size: 2rem;
  color: #01354a;
  margin-bottom: 2.4rem;
}
.common-description {
  margin: 5rem 0 4rem;
  text-align: center;
}
.btn05 a {
    background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
    border: 1px solid transparent;
    max-width: 400px;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.btn05 a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #333;
    transition: .3s;
}

.btn05 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #333;
    border-radius: 50%;
    transition: .3s;
}

.btn05 a:hover {
	opacity: 0.6;
}

.btn05 a:hover::before {
	background-color: #f2f2f2;
}

.btn05 a:hover::after {
	border: 1px solid #f2f2f2;
}

.common-link {
  margin: 0 auto;
  text-align: center;
  max-width: 360px;
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  font-family: 'Arapey', serif;
  transition: 0.3s;
  border: 4px solid #333;
}
.common-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 20em / 10);
  height: 100%;
  transform: translate3d(-130%, 0, 0) skewX(70deg);
  z-index: 0;
  background-color: #000;
  transition: 0.3s;
}
.common-link span{
  transition: .3s;
  z-index: 2;
  position: relative;
}
.common-link:hover span{
color:#fff;
}
.common-link:hover::before {
  transform: translate3d(0, 0, 0) skewX(0deg);
}
.common-link::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0%;
  right: 30px;
  z-index: 1;
  transition: 0.3s;
  display: block;
}
.common-link:hover::after {
  transform: translate3d(10px, 0, 0);
  right: 20px;
}
.common-link span {
  position: relative;
  z-index: 2;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
.common-ttl__block {
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
  color: #fff;
  background-color:#000;
  line-height: 1.4;
  padding: 5rem 0;
  position: relative;
  z-index: 0;
	    margin-top: 68px;
}
.common-ttl__block h2 span {
  display: block;
  font-size: 1.4rem;
}
.accent-color {
  color: #42455e;
}

.contact-common__block {
  z-index: 1;
}
.contact-common__block h3 {
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .contact-common__block h3 {
    font-size: 4rem;
  }
}
.contact-common__block h3 span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.4rem;
}
.contact-common__block p {
  margin-top: 2rem;
  padding: 0 4rem;
}
@media screen and (min-width: 960px) {
  .wpcf7 {
    max-width: 100%;
  }
}
.cform tr {
  display: block;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 560px) {
  .cform tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.cform th {
  display: block;
  margin-bottom: 1rem;
  text-align: left;
}
@media screen and (min-width: 560px) {
  .cform th {
    margin-bottom: 0;
    margin-right: 1rem;
    max-width: 20rem;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.cform td {
  width: 100%;
  display: block;
}
@media screen and (min-width: 560px) {
  .cform td {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
.mw_wp_form {
  margin: 6rem auto;
}
@media screen and (min-width: 560px) {
  .mw_wp_form {
    max-width: 960px;
    margin: 10rem auto;
  }
}
.contact-agreement__body {
  text-align: center;
  margin: 4rem auto;
}
.cform {
  margin: auto;
  width: 100%;
  color:#fff;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.cform [type="submit"] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #fff;
  border-bottom: solid 4px #b17c00;
  border-radius: 3px;
}
.cform option,
.cform textarea,
.cform input[type="text"],
.cform select,
.cform input[type="email"],
.cform input[type="search"],
.cform input[type="url"] {
  background-color: #fff;
  border: none;
  padding: 5px 10px;
  margin-bottom: 5px;
  width: 95%;
}
@media screen and (min-width: 560px) {
  .cform option,
  .cform textarea,
  .cform input[type="text"],
  .cform select,
  .cform input[type="email"],
  .cform input[type="search"],
  .cform input[type="url"] {
    width: 100%;
  }
}
/****************************
固定幅
****************************/
.wrap-1200 {
  max-width: 1232px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrap-960 {
  max-width: 992px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrap {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.common-sp__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .p-common__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-sp__inner{
	display:flex;
	gap:15px;
		margin-top:2rem;
}
.p-message__block .p-sp__inner{
	margin-left:auto;
	text-align:left;
	justify-content:flex-end;
}
.p-sp__inner i{
	font-size:3.2rem;
}
@media screen and (min-width: 560px) {
  .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.col-2 {
  margin-bottom: 6rem;
}
.col-4{
    margin-bottom: 4rem;
}
@media screen and (min-width: 560px) {
  .col-3 {
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .col-4{
    flex: 0 0 24.25%;
    max-width: 24.25%;
  }
  .col-2 {
    flex: 0 0 48.25%;
    max-width: 48.25%;
  }
}
/****************************
テキストアニメーション
****************************/
.motion-txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.motion-txt::after {
  content: "";
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #030303;
  transform: translate3d(-101%, 0, 0);
  transition-delay: 0.4s;
}
.show .motion-txt::after {
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.done .motion-txt::after {
  transition-property: transform;
  transition-duration: 1s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(103%, 0, 0);
}
.show .motion-txt:nth-child(2)::after {
  transition-delay: 0.3s;
}
.show .motion-txt:nth-child(3)::after {
  transition-delay: 0.4s;
}
.motion-txt .motion-inner {
  display: inline-block;
  opacity: 0;
}
.done .motion-txt .motion-inner {
  opacity: 1;
}

.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1.4s, transform 0.8s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.animation {
  overflow: hidden;
  position: relative;
}
.img-animation {
  animation: img-opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}
.img-animation::before {
  animation: img-animation 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
.is-fadeIn {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.is-fadeIn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  animation-delay: 0.3s;
}
@keyframes mask_fadeIn {
  0% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  45% {
    transform: none;
    transform-origin: 0 0;
  }
  50% {
    transform: none;
    transform-origin: 100% 0;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}
/****************************
ヘッダー
****************************/
.site-header {
  position: fixed;
  right: 0px;
  left: 0px;
  background: rgb(0 0 0 / 70%);
  width: 100%;
  height: 80px;
  z-index: 10;
  top: 0px;
}
.hamburger {
  width: 2em;
  height: 2em;
  position: absolute;
  top: 3em;
  right: 3em;
  z-index: 100;
  background: transparent;
  cursor: pointer;
}
.hamburger.is-active .hamburger--container .hamburger--bars {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before,
.hamburger.is-active .hamburger--container .hamburger--bars:after,
.hamburger.is-active .site-header.transform .hamburger .hamburger--bars {
  background: white;
}
.fixed-page .hamburger.is-active .hamburger--container .hamburger--bars {
  background: #fff;
}
.fixed-page .hamburger.is-active .hamburger--container .hamburger--bars:before,
.hamburger.is-active .hamburger--container .hamburger--bars:after {
  background: #fff;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before {
  left: 0.25em;
}
.hamburger.is-active .hamburger--container .hamburger--bars:after {
  left: -0.25em;
}
.hamburger.is-active {
  z-index: 101;
}
.site-header.transform .hamburger.is-active {
  z-index: 101;
}
.hamburger .hamburger--container {
  width: 100%;
  padding: 0.25em;
  position: relative;
}
.hamburger .hamburger--container .hamburger--bars {
  height: 2px;
  width: 2em;
  background: #fff;
  position: absolute;
  top: 0.9em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.fixed-page .hamburger .hamburger--container .hamburger--bars {
  background: #222;
}
.hamburger .hamburger--container .hamburger--bars:before,
.hamburger .hamburger--container .hamburger--bars:after {
  content: "";
  display: block;
  height: 2px;
  width: 2em;
  background: inherit;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before {
  top: -0.5em;
}
.hamburger .hamburger--container .hamburger--bars:after {
  top: 0.5em;
}
.logo {
  max-width:180px;
  z-index: 10;
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  .logo {
    max-width: 150px;
    z-index: 10;
    padding: 10px 10px 0px;
  }
}
@media screen and (max-width: 559px) {
  .logo {
    max-width: 130px;
  }
}
.logo a:hover {
  opacity: 0.6;
}
.logo img {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s linear 0.3s;
  transition: 0.3s linear 0.3s;
}
.l-header__contact {
  background: #0099b9;
  color: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0px;
  top: 0px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .l-header__contact {
    height: 80px;
    position: fixed;
    right: 0px;
    text-align: center;
    top: 0px;
  }
}
.l-header__contact i {
  display: block;
  font-size: 3rem;
}

.l-header__sns{
	width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0 auto;
    font-size: 1.8rem;
}
/****************************
フッター
****************************/
footer {
  color: #fff;
  text-align: center;
}
.p-footer__logo{
  background-color: #fff;
  padding:20px;
}
.p-footer__logo img{
  max-width: 140px;
  margin:0 auto;
}
footer .wrap-1200 {
  z-index: 10;
}
.footer-logo {
  max-width: 300px;
  margin: 0 auto 4rem;
}
.footer-logo a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .footer-logo {
    max-width: 35%;
  }
}
.p-footer__area{
  display: block;
  max-width: 800px;
  margin:0 auto;
  font-size:1.3rem;
}
.p-footer__area i{
    font-size: 2rem;
    vertical-align: middle;
}
@media screen and (min-width: 560px) {
  .p-footer__area{
    display: flex;
    justify-content: space-between;
  }
}
.p-footer__area li a{
  padding:20px 0px;
}
.ggmap {
  margin: 2rem 0;
}
.footer-sns__block {
  max-width: 100px;
  margin: 4rem auto 4rem;
  text-align: center;
}
.footer-sns__block li a {
  font-size: 4rem;
  display: inline-block;
}
copyright {
  display: block;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  background: #000;
}
footer .common-inner {
  align-items: center;
  padding-bottom: 8rem;
}
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:-120%;
    left:0;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background:#000;
    /*動き*/
  transition: .3s;
	color:#fff;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	text-align: center;
    width: 100%;
}
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center;
}

#g-nav li a{
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
	font-size:2rem;
}
#g-nav ul .l-header__sns .p-sp__inner{
	display:block;
}
@media screen and (min-width: 560px) {
	#g-nav ul .l-header__sns .p-sp__inner{
	justify-content:center;
		display:flex;
}
}
#g-nav ul .l-header__sns li a{
	font-size:1.6rem;
}
#g-nav ul .l-header__sns li i{
	font-size:1.5rem;
}
/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
	z-index: 9999;/*ボタンを最前面に*/
	top:14px;
	right: 10px;
	cursor: pointer;
	width: 50px;
	height:50px;
}

/*×に変化*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
  background-color: #fff;
    width: 45%;
  }
.openbtn1.active span{
	background-color:#fff;
}
.openbtn1 span:nth-of-type(1) {
  top:15px;
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
/****************************
トップ
****************************/
.top-hero {
  overflow: hidden;
	text-align:center;
  position: relative;
	display:flex;
	justify-content:center;
	align-items:center;
  height: 100vh;
  z-index: 0;
  /* background-image: url("images/mv.png"); */
}
@media screen and (max-width: 559px) {
	.top-hero {
		height:70vh;
	}
}
.p-top__catch-body{
	font-size:2rem;
	line-height: 2;
	margin-top::2.4rem;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 959px) {
	.p-top__catch-body{
		font-size:1.8rem;
	}
}
/* .top-hero::before{
  background-color: rgba(0, 0, 0, 0.5);
  content:'';
  position: absolute;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
} */
/* .top-hero::after{
	content:'';
	background-image: url("images/mv.png");
	background-size: cover;
  background-repeat: no-repeat;
  background-position: 39% 0%;
	z-index:1;
	height: 100vh;
    position: absolute;
    left: 0;
    right: 0px;
} */
/* @media (min-width: 960px) {
  .top-hero::after{
    background-position: 50% 0%;
  }
} */
/* .top-hero::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: translate3d(0%,0,0);
}
.top-hero.show.done::before{
	animation: swipeRight 1.1s cubic-bezier(0.6,0,0.4,1);
	animation-fill-mode: forwards;
}
@keyframes swipeRight {
	0% {
		transform: translate(0);
	}
	50%, 60% {
		transform: translate3d(100%,0,0);
	}
	100% {
		transform: translate3d(100%,0,0);
	}
} */
/* .top-hero__bg{
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 50%);
  z-index: 2;
} */
.top-hero__catch {
  color: #fff;
/*   position: absolute; */
/*   top: 50%;
  transform: translate(0%,0%); */
/*   left: 5%; */
	padding:0px 16px;
  text-align:center;
/* 	z-index:2; */
  animation: img-opacity 1s cubic-bezier(.4, 0, .2, 1) forwards;
  opacity: 0;
  animation-delay: .6s;
}
@keyframes img-opacity {
    0%{
        filter: blur(10px);
        transform: scale(1.2) translateZ(0);
    }
    100% {
        filter: blur(0px);
        transform: translateX(0%);
        opacity: 1;
      }
}

.top-hero__catch .show .motion-txt::after{
  transition-delay: .8s;
}
.top-hero__catch.done{
  transition-delay: .6s;
  opacity: 1;
}
.top-hero__catch h1 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  letter-spacing: 0.34rem;
	margin: 0 auto 50px;
}
@media screen and (max-width: 559px) {
  .top-hero__catch h1 {
    max-width:300px;
  }
}
/* .top-hero__catch p {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  padding: 0 10px;
} */
.scrollcont {
  padding: 80px 0 0;
  height: 175px;
  width: 20px;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 60%;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
  font-family: 'Arapey', serif;
  font-weight: 900;
	z-index:3;
}
/* .scroll::before {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  background:#fff;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 85px;
  left: 8px;
	z-index:3;
} */
.scroll::after {
  content: "";
	z-index:3;
  display: block;
  padding: 0;
  width: 1px;
  height: 90px;
  background: #fff;
  position: absolute;
  top: 175px;
  left: 8px;
  -webkit-animation: scroll 2.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation: scroll 2.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.scrollcont p {
  letter-spacing: 0.1em;
  font-size: 11px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  z-index:2;
}
@keyframes scroll {
  0%,
  6% {
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  33%,
  66% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  94%,
  100% {
    -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
  }
}
.p-top__block {
  margin-bottom: 4rem;
}
.p-top__image {
  max-width: 200px;
  margin:0 auto;
}
@media screen and (min-width: 560px) {
  .p-top__block {
    flex: 0 0 52%;
    max-width: 52%;
    margin-bottom: 0rem;
  }
  .p-top__image {
    flex: 0 0 45%;
    max-width: 45%;
    margin:0px;
  }
}
.top-about__body {
	color: #fff;
	margin-top: 2.5rem;
	line-height: 2;
	font-size: 2rem;
  font-weight: bold;
}
.p-top__name-inner {
  margin-left: auto;
  position: relative;
}
.p-top__name {
  text-align: right;
  color: #01354a;
  background: #fff;
  padding: 14px 20px;
  position: absolute;
  top: -60px;
  display: inline-block;
  right: 40px;
}
.p-top__name span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.service{
  /* background-image:url("/wp-content/themes/MANUS/images/service-bg.png"); */
  background-size:cover;
  position: relative;
  background-color: #000;;
}
.service::before{
  content:'';
  background-color:rgba(0, 0, 0, 0.7);
  position: absolute;
  left:0px;
  right:0px;
  top:0px;
  width:100%;
  height:100%;
}
.service .common-headline{
  text-align: center;
}
.p-service__inner {
  margin-top: 6rem;
  position: relative;
  z-index: 2;
  color: #fff;
}
.p-service__headline {
  padding: 28px 0px 15px;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  text-align: center;
}
.p-service__body{
    font-size: 1.8rem;
}
.p-service__block {
  position: relative;
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto;
}
.p-service__block h4{
    font-size:1.8rem;
    margin-bottom: 15px;
}
#particles-js {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
}
#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about {
  position: relative;
  padding:8rem 0px;
}
.loop_wrap{
  display: flex;
  /* animation: loop-slide 20s infinite linear 1s both; */
  font-size: 14.6vw;
  line-height: 1;
  color: #999;
  gap: 30px;
  white-space: nowrap;
  font-family: 'Arapey', serif;
  margin-bottom:4rem;

}
@media screen and (min-width: 560px) {
  .loop_wrap{
    font-size: 12rem;
  }
}
/* @keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
} */
.layer-01 {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.p-top__vision-inner{
	background:#fff;
	padding: 48px 20px 20px;
	border:1px solid #0099b9;
	position:relative;
	margin-top:60px;
}
@media screen and (min-width: 560px) {
	.p-top__vision-inner{
		padding: 62px 20px 20px;
	}
}
.p-top__vision{
	background-color:#0099b9;
	display:inline-block;
	font-size:3.2rem;
	font-style:italic;
	padding:0 10px;
	color:#fff;
	position:absolute;
	top:-20px;
	left:20px;
}
.top-vision__body{
	color:#0099b9;
	font-size:2rem;
}
/****************************
ビジョン
****************************/
.vision{
  background:#fff;
  text-align:center;;
}

/****************************
サービス
****************************/
.service .common-headline{
  text-align: center;
}
/****************************
代表挨拶
****************************/
.message{
  background-color: #111;
  color:#fff;
}
.p-message__image{
  margin-top:4.5rem;
}
.p-message__block{
  margin-top: 4.5rem;
}
@media screen and (min-width: 560px) {
.p-message__image{
  flex:0 0 48%;
  max-width: 48%;
}
.p-message__block{
  flex:0 0 50%;
  max-width: 50%;
}
}
.p-message__block p{
  margin-top: 2rem;
}
.p-message__name{
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
}
.p-message__headline{
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
    .p-message__headline{
        font-size: 2.4rem;
    }
}
/****************************
会社概要
****************************/
.corporate-table {
  width: 100%;
  border-collapse: collapse;
}
.p-company__block,
.p-company__map {
  margin-top: 5rem;
}
@media screen and (min-width: 560px) {
  .p-company__block {
    flex: 0 0 47%;
    max-width: 47%;
  }
  .p-company__map {
    flex: 0 0 44%;
    max-width: 44%;
  }
}
.corporate-table tr {
  border-bottom: 1px solid #cacaca;
  display: flex;
  padding: 2.5rem 1.5rem;
}
.corporate-table tr:first-child {
  border-top: 1px solid #cacaca;
}
.corporate-table tbody {
  display: block;
  width: 100%;
}
.corporate-table th {
  width: 30%;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 500;
}
.corporate-table td {
  width: 70%;
}
@media screen and (min-width: 560px) {
  .corporate-table th,
  .corporate-table td {
    padding: 1rem 3rem;
  }
}
.corporate-table td a {
  display: inline-block;
  margin-right: 15px;
}
.about{
    background-image:url("/wp-content/uploads/2022/05/about.jpg");
    background-size: cover;
    background-position: center;
    padding: 80px 0px 100px;
	background:#111;
}
.about .wrap-1480 {
  position: relative;
}

.about-logo {
  max-width: 60%;
  text-align: center;
  margin: 9rem auto 4rem;
}
.staff .wrap-1480 {
  position: relative;
}
@media screen and (min-width: 560px) {
  .staff .common-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 560px) {
  .staff .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
}
.event{
  background-color: #fff;
  padding:10rem 0px;
}
.event .common-headline{
  color:#333;
}
.top-event__list {
  margin: 4rem 0;
}
.top-event__list li a {
  border-bottom: 1px solid #cecece;
  padding: 24px 15px;
  position: relative;
}
.top-event__list li a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 35%;
  right: 20px;
  z-index: 1;
  transition: 0.3s;
  display: block;
  color: #42455e;
}
.top-event__list li a:hover {
  opacity: 0.6;
}
.top-event__list li a:hover::after {
  right: 10px;
}

/****************************
お問い合わせ
****************************/
.contact{
  /* background-image:url("/wp-content/themes/MANUS/contact-bg.png"); */
  background-size: cover;
  position: relative;
  background-color: #000;;
  padding:10rem 0px;
}
.contact::before{
  content:'';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}
.contact-form__body {
  margin: 8rem 0;
  text-align: center;
}
.contact-form__body a {
  display: inline-block;
  color: #42455e;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .mw_wp_form {
    max-width: 960px;
    margin: 0 auto;
  }
}
.mw_wp_form {
  margin: auto;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.mw_wp_form table {
  width: 100%;
}
.mw_wp_form [type="submit"] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #fff;
  border-bottom: solid 4px #b17c00;
  border-radius: 3px;
}
.mw_wp_form option,
.mw_wp_form textarea,
.mw_wp_form input[type="text"],
mw_wp_form select,
.mw_wp_form input[type="email"],
.mw_wp_form input[type="search"],
.mw_wp_form input[type="url"] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 5px 10px;
  margin-bottom: 5px;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .mw_wp_form option,
  .mw_wp_form textarea,
  .mw_wp_form input[type="text"],
  .mw_wp_form select,
  .mw_wp_form input[type="email"],
  .mw_wp_form input[type="search"],
  .mw_wp_form input[type="url"] {
    width: 100%;
  }
}
.required-srt {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 0 0.5em;
  font-size: 1.2rem;
  line-height: 2;
  margin-left: 1rem;
}
@media screen and (min-width: 960px) {
  .required-srt {
    margin-left: 0;
  }
}
.mw_wp_form input[type="submit"] {
  cursor: pointer;
  max-width: 400px;
  background-color: #333;
  padding: 24px 32px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  display: block;
  position: relative;
  transition: 0.3s;
  font-weight: 600;
  border: none;
}
.mw_wp_form input[type="submit"]:hover {
  opacity: 0.6;
}
.submit-btn input:hover {
  background: #fff;
  color: #00142c;
}
.form-btn__inner {
  margin-top: 4rem;
}
.caption {
  color: #999;
  margin-top: 5rem;
}
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
select::-ms-expand {
  display: block;
}
.submit-btn {
  cursor: pointer;
  max-width: 280px;
  background-color: #42455e;
  padding: 24px 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  position: relative;
  transition: 0.3s;
  font-weight: 600;
  border: none;
}
.submit-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 75%
  );
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
}
#wpcf7-modify {
  cursor: pointer;
  max-width: 280px;
  background-color: #fff;
  padding: 24px 32px;
  color: #ff9103 !important;
  border: 1px solid #ff9103 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  position: relative;
  transition: 0.3s;
  font-weight: 600;
  border: none;
}
.submit-btn:hover {
  opacity: 0.6;
}
.thanks-block {
  margin-bottom: 16rem;
  text-align: left;
}
.thanks-block h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .thanks-block {
    text-align: center;
  }
}
.thanks-text {
  line-height: 2.4;
}
.wpcf7 form .wpcf7-response-output {
  border-color: #42455e !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #fff;
  padding: 10px;
  border-color: #42455e !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #42455e !important;
}
/****************************
CMS-EVENT
****************************/
.event-content {
  margin-bottom: 6rem;
  color:#fff;
}
@media screen and (min-width: 960px) {
  .event-content {
    margin-bottom: 10rem;
  }
}
.event-content h2 {
	color:#fff;
    font-size: 2.4rem;
    border-bottom: 4px solid #fff;
    line-height: 1.5;
    margin: 2.4rem auto 3.6rem;
    display: block;
    font-weight: bold;
    padding-bottom: 2.4rem;
}
.event-content li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.25%;
  flex: 0 0 48.25%;
  max-width: 48.25%;
  margin-top: 4rem;
}
@media screen and (min-width: 960px) {
  .event-content li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
}
.event-content li p {
  font-size: 1.1rem;
  margin-top: 1rem;
}
.event-image__thumbnail {
  position: relative;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 1.5rem;
  height: 130px;
  background-color: #01354a;
}
@media screen and (min-width: 560px) {
  .event-image__thumbnail {
    height: 320px;
  }
}
@media screen and (min-width: 960px) {
  .event-image__thumbnail {
    height: 240px;
  }
}
.event-image__thumbnail img {
  background-color: #01354a;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-content li a:hover .event-image__thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
article .works-content p {
    line-height: 2.5;
    color:#fff;
}
article .works-content p a:hover{
	opacity: 0.6;
}
article .works-content p a{
    display: inline;
    color: #fff;
    text-decoration: underline;
}
article .works-content h3{
    background-color: #F1F2F3;
    font-size: 2rem;
    color: #fff;
	margin-top: 1.65rem;
    padding: 9px 15px;
    margin-bottom: 2rem;
    position: relative;
}
article .common-link span{
  color:#333;
}
/****************************
プライバシーポリシー
****************************/
.privacy-content__block {
  margin-top: 4.5rem;
}
.privacy-content__block h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #42455e;
}
.grecaptcha-badge { visibility: hidden; }
.wpcf7-list-item{
	padding:10px 0px;
}
.wpcf7-list-item{
  display: block!important;
}
/****************************
プロモーション事業
****************************/
.p-service__lead{
    text-align: center;
    margin-bottom: 6.5rem;
    position: relative;
}
.p-service__lead::after{
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    transform: skew(5px);
    background: #0099b9;
}
.p-service__lead p{
    font-family: 'Arapey', serif;
    color: rgba(0, 153, 185, 0.2);
    font-size:4rem;
    margin-bottom: 15px;
    line-height: 1.5;
    position: relative;
}
.p-service__lead h2{
    font-size:2rem;
}
.c-contact__inner{
    background-image: url("/wp-content/uploads/2022/05/contact-bg.jpg");
    background-size: cover;
    background-position: center;
    color:#fff;
    text-align: center;
    margin-top:8rem;
}
.c-contact__headline{
    font-family: 'Arapey', serif;
    font-size:4rem;
    margin-bottom: 1rem;
    text-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.c-contact__inner .common-link{
    margin-top:2rem;
}
.p-business__image{
    margin-bottom: 4rem;
}
@media screen and (min-width: 560px) {
.p-business__block{
    flex:0 0 45%;
    max-width: 45%;
}
.p-business__image{
    flex:0 0 40%;
    max-width: 40%;
    margin-bottom: 0px;
}
}
.p-business__headline{
    font-size:2.8rem;
    font-weight: bold;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 3rem;

}
@media screen and (min-width: 560px) {
    .p-business__headline{
        font-size:3.2rem;
    }
}
.p-business__headline span{
    background-color: #0099b9;
    color:#fff;
    padding:0px 5px;
    display: block;
    margin: 8px 0px;
    width: -moz-fit-content;
    width: fit-content;
}
.p-business__lead{
    font-size:2.4rem;
    font-weight: bold;
    border-left:4px solid #00142c;
    padding-left: 10px;
    margin-bottom:24px;
}
.p-business__block:first-child p{
    margin-bottom:40px;
}
.p-use__title{
    font-size:2rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #00142c;
    padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
.p-use__body{
    height:130px;
}
}
.p-use__list{
    background-color:#f3fdff;
    padding:40px 20px 20px;
    position: relative;
    margin-top: 4rem;
}
@media screen and (min-width: 960px) {
    .p-use__list{
        height:184px;
    }
}
.p-use__headline{
    font-style: italic;
    position: absolute;
    top: -16px;
    left: 10px;
    color: rgba(0, 153, 185, 0.2);
    font-size: 3.2rem;
    line-height: 1;
}
.p-use__spec{
    margin-top:3rem;
    border:1px solid #00142c;
    text-align: center;
    font-size:1.4rem;
    padding:10px 15px;
    margin-bottom:4rem;
}

.p-features__headline{
    text-align: center;
    font-size:1.8rem;
    margin-bottom: 10px;
}
.p-features__icon{
    text-align: center;
    max-width: 180px;
    margin:0 auto;
}
.p-shop__name{
    font-weight: bold;
    font-size:1.5rem;
    margin-top:2px;
    position: relative;
    display: inline-block;
    padding:5px 0px;
    border-bottom: 2px solid #0099b9;
}
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:100%;
    margin:0 auto;
	text-align:center;
}
.slick-dots{
	bottom:-56px!important;
}
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
.slider .slick-slide {
    margin:0 10px;
}
/* .slick-slide{
    margin-right: 1vw!important;
    margin-left: 1vw!important;
} */
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 15px;
    width: 15px;
	z-index:10;
}
@media screen and (min-width: 560px) {
	.slick-prev,
	.slick-next {
		height: 25px;
    width: 25px;
	}
}
.slick-prev {
    left: 25px;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: 25px;
    transform: rotate(45deg);
}
@media screen and (min-width: 560px) {
	.slick-prev {
		left: 20px;
	}
	.slick-next {
		right: 20px;
	}
}
.slick-next:before,
.slick-prev:before{
	content:none;
}
.c-contact__body{
    margin-bottom:10px;
    text-shadow: 0 5px 10px rgba(0, 0, 0, .5);
}
.p-contact__inner{
  position: relative;
  z-index: 2;
}
.p-contact__inner .p-common__inner{
  text-align: center;
  margin: 4rem 0px 8rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
}
.p-contact__link{
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    color: #fff;
    border-radius: 0;
    background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    padding:15px;
    max-width: 450px;
    margin:0 auto;
}
.p-contact__headline{
  color:#fff;
  margin-bottom:1.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.p-contact__link:hover{
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}