@charset "UTF-8";

* {
	margin:0;
  padding:0;
  box-sizing: border-box;
}

/* ----------- 共通 ----------- */

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.05em;
  margin: 0 auto;
  padding: 0;
  background-color: #f1f1f1;
}
.fixed {
  overflow: hidden;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
p,a {
  line-height: 2em;
}
img {
  display: block;
  width: 100%;
}
.mini {
  font-size: 0.8em;
}
.target {
  text-decoration: underline;
  transition: 0.4s;
}
.target:hover {
  opacity: 0.8;
}
li {
  list-style-type: none;
}
h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0.095em;
}
h3 {
  font-size: 21px;
  letter-spacing: 0.09em;
  font-weight: 500;
  line-height: 1.2em;
}
h4 {
  font-size: 18px;
}
.content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 150px 6% 0;
  /* overflow-x: hidden; */
}
.content:last-child {
  margin-bottom: 150px;
}
a {
  color: #000;
  text-decoration: none;
}
.title {
  position: relative;
  margin-bottom: 40px;
  color: #000;
  padding-left: 40px;
}
.title span {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 20px;
  display: block;
  font-weight: 500;
}
.title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #000;
  width: 16px;
  height: 100%;
}
.title h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 70px;
  line-height: 1.2em;
  letter-spacing: 0.01em;
}
.title h2,.slide-in_inner {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-style: italic !important;
  font-weight: 500 !important;
  font-size: 70px !important;
  line-height: 1.2em !important;
  letter-spacing: 0.01em !important;
}
.title p {
  font-weight: 500;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0.095em;
}
main {
  position: relative;
  z-index: 2;
}
.link {
  margin-top: 30px;
  margin-left: 10px;
}
.link a {
  position: relative;
  display: inline-block;
  padding: 8px 30px;
  width: 100%;
  max-width: 280px;
  color: #ffffff;
  background-color: #000;
  /* border: 2px solid #000; */
  text-align: left;
  text-decoration: none;
  outline: none;
  transition: ease 0.4s;
  transform: skew(-20deg);
  overflow: hidden;
  z-index: 1;
}
.link_wt a {
  background-color: #fff;
  /* border: 2px solid #fff; */
  border: none;
  color: #000;
}
.link a:after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.link_wt a:after {
  background: #000;
}
.link a:hover {
  color: #000;
}
.link_wt a:hover {
  color: #fff;
}
.link a:hover::after {
  transform: scale(1, 1);
}
.link_in {
  transform: skew(20deg);
  text-align: center;
}
.link a .link_in span {
  position: relative;
	z-index: 3;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-align: center;
}
.link a .link_in:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  z-index: 9;
}
.link_wt a .link_in:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.link a:hover .link_in:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.link_wt a:hover .link_in:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.link a .link_in:before {
  position: absolute;
  content: '';
  right: -7.5px;
  top: 50%;
  box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  transform: translate(0, -50%);
}
.link_wt a .link_in:before {
	border: 1px solid #000;
}
.link a:hover .link_in:before {
	border: 1px solid #000;
}
.link_wt a:hover .link_in:before {
	border: 1px solid #fff;
}
.link a:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
 }
.title02 {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 50px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr th,table tr td {
  padding: 25px;
}
table tr th {
  width: 30%;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px solid  #000;
}
table tr td {
  width: 70%;
  border-bottom: 1px solid  #D9D9D9;
}

.fade {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.5s, transform 1.5s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

/* ----------- 共通 ここまで ----------- */

/* ----------- header ----------- */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 4%;
  background: #f7f7f763;
  position: relative;
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
}
header .logo img {
  width: 100%;
  max-width: 280px;
  margin: auto 0;
  display: block;
}
header .logo a {
  transition: 0.4s;
}
header .logo a:hover {
  opacity: 0.8;
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li {
  padding-right: 20px;
}
header nav ul li a {
  display: block;
  padding: 5px;
  margin: 5px 5px 9px 5px;
  padding-bottom: 1px;
  position: relative;
}

/* ----------- header ここまで ----------- */

/* ----------- footer ----------- */
#top_body footer {
  background-color: #fff;
}
footer {
  position: relative;
  z-index: 10;
}
footer a {
  color: #fff;
  transition: 0.4s;
}
footer a:hover {
  opacity: 0.8;
}
footer .footer_top {
  position: relative;
  padding-left: 6%;
}
footer .footer_top .recruit {
  display: none !important;
}
#recruit footer .footer_top .recruit {
  display: block !important;
}
#requirements footer .footer_top .recruit {
  display: block !important;
}
#recruit footer .footer_top .recruit.sp {
  display: none !important;
}
#requirements footer .footer_top .recruit.sp {
  display: none !important;
}
#recruit footer .footer_top .generally {
  display: none !important;
}
#requirements footer .footer_top .generally {
  display: none !important;
}
footer .footer_top:after {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: #000;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -2;
}
footer .footer_top .contact_in {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  color: #fff;
  margin-left: 50px;
  width: 100%;
  max-width: 300px;
}
#requirements footer .footer_top .contact_in {
  margin-left: 0;
  margin-right: 50px;
  right: 8vw;
}
footer .footer_top .contact_in .title {
  color: #fff;
  padding-left: 0;
}
footer .footer_top .contact_in .title:after {
  content: none;
}
footer .footer_top .pagetop a {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 1.5%;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding-top: 80px;
}
footer .footer_top .pagetop a:after {
  content: '';
	position: absolute;
	top: 0;
  left: 41%;
	width: 1px;
	height: 30px;
	background: #eee;
	animation: pathmove 1.6s ease-in-out infinite;
	opacity:0;
}
@keyframes pathmove {
  100% {
		height:0;
		top:50px;
		opacity: 0;
	}
	50% {
		height:30px;
		opacity: 1;
	}
  0% {
		height:0;
		top:0;
		opacity: 0;
	}
}
footer .footer_bottom {
  background-color: #000;
  color: #fff;
  padding: 50px 5% 50px 6%;
}
footer .footer_bottom .logo {
  margin-bottom: 10px;
  display: block;
}
footer .footer_bottom .logo img {
  width: 100%;
  margin: auto 0;
  display: block;
  max-width: 280px;
}
footer .footer_bottom ul {
  display: flex;
  justify-content: right;
  margin-bottom: 5px;
}
footer .footer_bottom ul li:last-child {
  padding-left: 20px;
}
#copyright {
  text-align: right;
  font-size: 0.8em;
}

/* ----------- footer ここまで ----------- */

/* ----------- 下層共通 ----------- */
.underlayer_top {
  position: relative;
  margin-top: 180px;
}
.underlayer_top .underlayer_top_title {
  text-align: left;
  position: relative;
  padding-left: 60px;
  margin: 0 6% 80px 6%;
}
.underlayer_top .underlayer_top_title:before {
  position: absolute;
  content: '';
  background-color: #000;
  width: 18px;
  height: 100%;
  left: 0;
}
.underlayer_top .underlayer_top_title h1 {
  font-weight: 500;
  font-size: 25px;
  line-height: 36px;
}
.underlayer_top .underlayer_top_title span {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 80px;
  line-height: 1.2em;
  display: block; 
}
.breadcrumbs {
  position: absolute;
  top: 105px;
  right: 6%;
  font-size: 15px;
}
.breadcrumbs ol {
  display:flex;
  white-space: nowrap;
  overflow-x: scroll;
}
.breadcrumbs ol li {
  list-style:none;
}
.breadcrumbs ol li:not(:last-child) {
  position:relative;
  padding-right:45px;
}
.breadcrumbs ol li:not(:last-child) ::after {
  content: ">";
  display: block;
  position: absolute;
  width: 10px;
  height: 15px;
  top: 0px;
  right: 15px;
}
.breadcrumbs ol li a {
  cursor:pointer;
}
.breadcrumbs ol li a:hover {
  opacity:.7;
}
.sb_title {
  position: relative;
  padding-left: 30px;
  margin-bottom: 50px;
  text-align: left;
}
.sb_title h2 {
  font-size: 30px;
  line-height: 1.4em;
}
.sb_title:before {
  content: '';
  background-color: #000;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 100%;
}
/* ----------- サイドナビ ----------- */
.side-nav {
  position: relative;
  z-index: 9;
}
#g-nav,#g-nav02 {
  position: absolute;
  top: 250px;
  right: 0;
  height: 800px;
  width: 4%;
  display: block;
  width: 4%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#g-nav.fixed,#g-nav02.fixed {
  position: fixed;
  overflow: inherit;
  top: 150px;
}
.side-nav ul {
  display: flex;
}
.side-nav ul li {
  position: relative;
  margin-top: 30px;
  padding-right: 3%;
}
.side-nav ul li:first-child {
  margin-top: 0;
}
.side-nav ul li a {
  color: #000;
  position: relative;
  opacity: 0.3;
  display: block;
  padding-bottom: 60px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
}
.side-nav ul li a:after {
  position: absolute;
  content: '';
  display: inline-block;
  height: 50px;
  width: 2px;
  background-color: #000;
  bottom: 0;
  left: 50%;
}

.side-nav ul li.current a {
  opacity: 1;
}
/* ----------- 下層共通 ここまで ----------- */

/* ----------- TOP ----------- */
.blue {
  color: #fff033;
}
.mv {
  position: relative;
  height: 100vh;
  overflow-x: hidden;
}
.mv .slide .swiper-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .swiper {
  width: 100%;
  height: 100%;
}
.mv .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .swiper-slide .swiper-img {
  display: block;
  width: 100%;
  height: 100%;
}
.mv .swiper-slide .swiper-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
/* .mv .swiper-slide .swiper-img01 img {
  object-position: center bottom;
}
.mv .swiper-slide .swiper-img02 img {
  object-position: center top;
} */
.mv .swiper-slide .swiper-img .sp {
  display: none !important;
}
/* .mv .swiper-slide-active img {
  animation: zoomUp 5s linear 0s normal both;
} */
.mv .swiper-slide-active .swiper-img,
.mv .swiper-slide-duplicate-active .swiper-img,
.mv .swiper-slide-prev .swiper-img {
  animation: zoomUp 5s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.mv .top_title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 999;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.mv .top_title h1 {
  font-size: 48px;
  transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
}
.fade-in-bottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
  0% {
     opacity: 0;
     transform: translate(-50%, -50%) translateY(20px);
  }
  100% {
     opacity: 1;
     transform: translate(-50%, -50%) translateY(0);
  }
}
.top01 {
  position: relative;
  color: #fff;
  max-width: 100% !important;
  padding: 0 !important;
}
.top01:before {
  content:'';
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100%;
  background-image: url("img/about_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.top01:after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  z-index: 2;
}
.top01_in {
  padding: 300px 3% 150px 6% !important;
}
.top01 .content_in {
  width: 60%;
  margin: 0 0 0 auto;
  max-width: 625px;
}
.top01 .content_in h2 {
  margin-bottom: 30px;
  margin-left: -16px;
}
.top01 .content_in p {
  line-height: 2.5em;
}
.top01 .title {
  position: absolute;
  top: 71px;
  right: 6%;
  padding-left: 0;
  padding-right: 40px;
  z-index: 9;
}
.top01 .title:after {
  right: 0;
  left: auto;
}
.top02 {
  max-width: 100%;
  background: url(img/bg_img.png) no-repeat;
  background-size: cover;
  padding: 0;
  background-color: #fff;
}
.top02 .flex_in {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 150px 0 150px 6%;
}
.top02 .left {
  width: calc(45% - 30px);
}
.top02 .right {
  width: calc(55% - 30px);
  color: #fff;
}
#business {
  padding-bottom: 0;
}
.s_content {
  width: 50%;
}
.s_content li {
  max-width: 500px;
  padding: var(--margin-big) 0;
  align-items: center;
  transition: all .3s ease;
}
.s_content a {
  transition: all .3s ease;
}
.s_content a:last-child {
  border-bottom: 1px solid;
}
.s_content a:hover li {
  background-color: #E6EBEE;
}
.s_contentt a:hover {
  background-color: var(--color-white);
  color: var(--color-accent);
}
.s_content .btn_circle {
  background-color: transparent;
}
.s_content .btn_circle svg{
  color: var(--color-accent);
}
.s_content a:hover .btn_circle {
  background-color: var(--color-accent);
}
.w-job-img {
  width: 50%;
  position: relative;
}
.w-job-img {
  position: relative;
  z-index: 999;
  width: 100%;
}
.w-job-img li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
}
.service_in_text {
  width: 85%;
  border-top: 1px solid #000;
  padding: 35px 20px;
  display: block;
  width: 100%;
  max-width: 500px;
  position: relative;
  transition: 0.2s;
}
.service_in_text span {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-style: italic !important;
  font-weight: 500 !important;
}
.s_content #service03 .service_in_text {
  border-bottom: 1px solid #000;
}
.w-job-img img {
  width: auto;
  height: 100%;
  border-top-left-radius: 100px;
}
.w-job-img li.show {
  opacity: 1;
  transform: none;
}
.img_nav {
  position: absolute;
  overflow: hidden;
  height: 100%;
  transition: 0.2s;
}
#service01.img_nav {
  background: url(img/service01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#service02.img_nav {
  background: url(img/service02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#service03.img_nav {
  background: url(img/service03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#service03 h3 {
  color: #000;
}
.hover_nav {
  position: relative;
}
.hover_nav:after {
  content: '';
  background: url(img/yajirushi.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.s_content a:hover .hover_nav:after {
  background: url(img/yajirushi_hover.svg) no-repeat;
  background-size: contain;
}
.img_nav {
  border-radius: 30px 0 0 30px;
}
.img_nav h3 {
  padding: 20px 30px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 3.325px;
  font-size: 28px;
}
.img_nav h3 span {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  padding-right: 10px;
  font-weight: 500;
  font-size: 70px;
  line-height: 94px;
  letter-spacing: 0.02em;
}
.img_nav .text {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(21, 36, 54, 0) 0%, #000000 57.81%);
  padding: 20px 30px;
  border-radius: 0 0 0 30px;
  width: 100%;
}
#service03 .text {
  background: none;
  color: #000;
}
.top02.pc .flex_in {
  display: flex;
}
.top02.sp .flex_in {
  display: none;
}
.service_content {
  height: 100%;
  min-height: 600px;
  border-radius: 30px 0 0 30px;
  position: relative;
  display: none;
}
.service_content h3 {
  padding: 20px 30px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 3.325px;
  font-size: 28px;
}
.service_content.service03 h3 {
  color: #000;
}
.service_content h3 span {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  padding-right: 10px;
  font-weight: 500;
  font-size: 70px;
  line-height: 94px;
  letter-spacing: 0.02em;
}
.service_content .text {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(21, 36, 54, 0) 0%, #000000 57.81%);
  padding:20px 30px;
  border-radius: 0 0 0 30px;
  width: 100%;
}
.top02 .link_block {
  margin-top: 100px;
}
.top02 .service01 {
  display: block;
  background: url(img/service01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.top02 .service02 {
  background: url(img/service02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.top02 .service03 {
  background: url(img/service03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.top02 .service_content {
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: 0.8s;
}
.top02 .service_content {
  overflow: hidden;
  position: relative;
}
.top02 .service_content:before{
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 70%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.top02 .link_block a {
  border-top: 1px solid #000;
  padding: 35px 20px;
  display: block;
  width: 100%;
  max-width: 500px;
  position: relative;
  transition: 0.2s;
}
.top02 .link_block a span {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
}
.top02 .link_block a:after {
  content: '';
  background: url(img/yajirushi.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.top02 .link_block_btn:last-child a {
  border-bottom: 1px solid #000;
}
.top02 .link_block a:hover {
  background-color: #E6EBEE;
}
.top02 .link_block a:hover:after {
  background: url(img/yajirushi_hover.svg) no-repeat;
  background-size: contain;
}
.slide_block01 {
  position: relative;
  background-color: #fff;
}
.slide_block01 .slide_bg {
  position: absolute;
  z-index: 999;
  height: 100%;
  /* コンテンツブロック */
  display: block;
  justify-self: unset;
  margin-top: 30px;
}
.slide_block .slide .swiper-wrapper {
  transition-timing-function: linear;
}
.slide_block .swiper {
  width: 100%;
  height: 100%;
}
.slide_block .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide_block .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.slide_block02 {
  margin-top: 0;
  display: flex;
  width: 100vw;
  height: 350px;
  overflow: hidden;
}
.slide_block02 img {
  width: auto;
  height: 100%;
}
.slide_block02 img:first-child {
  animation: loop 50s -25s linear infinite;
}
.slide_block02 img:last-child {
  animation: loop02 50s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop02 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.top03 {
  background: url(./img/bg_img02.png);
  background-size: cover;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0 !important;
  padding-bottom: 150px;
  background-color: #fff;
}
.top03 .link a {
  border: 2px solid #000;
}
.top03 .top03_in {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
.top03 .top03_in .left {
  width: calc(40% - 20px);
}
.top03 .top03_in .right {
  width: calc(60% - 20px);
}
.top03 .top03_in .right img {
  border-radius: 36px;
}

/* ----------- TOP ここまで ----------- */

/* ----------- 会社案内 ----------- */
.message {
  position: relative;
}
.message:after {
  position: absolute;
  content: '';
  background: url(img/irasuto04.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 443px;
  height: 453px;
  bottom: -60px;
  right: 0;
  opacity: 0.4;
}
.company01 .name {
  text-align: right;
  margin: auto 0 0 0;
  max-width: 700px;
  margin-top: 20px;
}
.company01 table .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.company01 table .flex .flex_block {
  width: calc(50% - 20px);
}
.company02 .flex {
  display: flex;
  justify-content: space-between;
}
.company02 .flex .left {
  width: calc(65% - 20px);
}
.company02 .flex .right {
  width: calc(35% - 20px);
}
.company02 table tr th {
  width: 150px;
}
.company02 table tr td {
  width: calc(100% - 150px);
}
.company03 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company03 .flex .block {
  width: calc(50% - 20px);
}
.company03 .flex .block p {
  margin-top: 5px;
}
.company03 .flex .block:nth-child(n + 3) {
  margin-top: 30px;
}
.company02_slide {
  margin-top: 50px;
}

/* ----------- 会社案内 ここまで ----------- */

/* ----------- 事業紹介 ----------- */
#service .main_in {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: url(./img/bg_img.png)no-repeat;
  background-size: contain;
}
#service .main_in .link a {
  border: 2px solid #000;
}
.ic_logo {
  max-width: 300px;
  margin-top: 10px;
}
.service01 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.service .service_top {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 150px 6% 0;
}
.service .service_top .left {
  width: calc(50% - 20px);
}
.service .service_top .right {
  width: calc(50% - 20px);
}
.service .service_top .right img {
  border-radius: 20px;
}
.service .example {
  background-color: #fff;
  padding: 100px 6% 100px 4%;
  margin-left: 6%;
  margin-top: 100px;
}
.service .example .swiper {
  position: relative;
}
.service .example .block .name {
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, #000000a6 0%, rgba(21, 36, 54, 0) 95.81%);
  color: #fff;
  width: 100%;
  padding: 10px 20px 20px 20px;
}
.service .example .example_in {
  max-width: 1400px;
  max-width: 0 auto;
}
.service .example h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  margin-bottom: 50px;
}
.service .example .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service .example .flex .block {
  width: calc(50% - 20px);
}
.service .example .flex .block .swiper-slide {
  cursor: pointer;
}
.service .example .flex .block img {
  user-select: none;
}
/* .service .example .flex .block .place {
  margin-top: 10px;
  color: #5A5A5A;
  font-size: 0.9em;
} */
.service .example .flex .block h3 {
  margin-top: 20px;
}
.service .example .flex .block:nth-child(n + 3) {
  margin-top: 50px;
}
.service02 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.service03 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.btn_block {
  display: flex;
  /* padding: 100px 6% 0; */
}
.btn_block .link {
  width: 100%;
  max-width: 280px;
}
.btn_block .link a .link_in:after {
  right: -1px;
  top: 47%;
  transform: translate(0, -50%) rotate(135deg);
}
.btn_block .link:nth-child(n + 2) {
  margin-left: 20px;
}
.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 25px !important;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
}

/* ----------- 事業紹介 ここまで ----------- */


/* ----------- 採用情報 ----------- */
.rc_title {
  text-align: center;
  margin-bottom: 50px;
}
.rc_title h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 70px;
  line-height: 1.1em;
  letter-spacing: 0.02em;
}
.rc_title p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.095em;
  color: #21477C;
}
.recruit01 {
  background: url(img/bg_img03.png) no-repeat;
  background-size: cover;
  overflow-x: hidden;
  padding: 200px 6%;
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
}
.recruit01_in {
  max-width: 1400px;
  margin: 0 auto;
}
.recruit01:after {
  position: absolute;
  bottom: 0;
  right: -20px;
  content: '';
  background: url(img/irasuto.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 540px;
  height: 365px;
}
.recruit01 h2 {
  color: #21477C;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.8em;
  position: relative;
  letter-spacing: 0.095em;
  margin-bottom: 20px;
}
.recruit01 h2:before {
  position: absolute;
  top: -101px;
  left: -61px;
  content: '';
  background: url(img/joinus.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 314px;
  height: 167px;
}
.recruit02_in {
  background-color: #fff;
  padding: 100px 4%;
}
.recruit02_in .flex {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.recruit02_in .flex:last-child {
  margin-top: 50px;
}
.recruit02_in .flex h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.6em;
  letter-spacing: 0.095em;
  color: #21477C;
  width: 40%;
  padding-left: 40px;
  position: relative;
}
.recruit02_in .flex h3:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  background: url(img/check.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 32px;
  display: inline-block;
}
.recruit02_in .flex p {
  width: 60%;
}
.recruit03 .flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  /* overflow-x: hidden; */
}
.recruit03 .flex:nth-child(n + 2) {
  margin-top: 50px;
}
.recruit03 .flex .img {
  width: 50%;
}
.recruit03 .flex .text {
  width: 52%;
  z-index: 9;
  background-color: #21477C;
  color: #fff;
  padding: 50px;
  position: absolute;
  right: 0;
}
.recruit03 .flex .text span {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 50px;
  display: block;
  margin-bottom: 30px;
}
.recruit03 .flex .text span:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: inline-block;
  background-color: #fff;
  height: 2px;
  width: 30px;
}
.recruit04 {
  text-align: center;
}
.recruit04 .flex {
  max-width: 1000px;
  margin: 50px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.recruit04 .flex .block {
  width: calc(100% / 4);
}
.recruit04 .flex .icon {
  width: 220px;
  height: 220px;
  background-color: #21477C;
  border: 10px solid #D9D9D9;
  border-radius: 20px;
  color: #fff;
  padding: 20px;
  position: relative;
  margin: 0 auto;
}
.recruit04 .flex .icon p {
  line-height: 1.5em;
}
.recruit04 .flex .icon img {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.recruit04 .flex .block:nth-child(n + 5) {
  margin-top: 30px;
}
.recruit04 .flex .icon_in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.recruit05 .recruit05_in {
  background: url(img/recruit_img.jpg) no-repeat;
  background-size: auto 100%;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}
.recruit05 .recruit05_in .block {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  padding: 150px 4%;
}
.requirements01 .tabs {
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
}
.requirements01 .tab_class {
  width: 30%;
  padding: 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-right: none;
  border: 1px solid #21477C;
  /* border-bottom: 1px solid #fff; */
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  z-index: 9;
  cursor: pointer;
}
.requirements01 .tab_class:nth-child(n + 3) {
  border-right: 1px solid #000;
}
.requirements01 input[name="tab_name"] {
  display: none;
}
.requirements01 input:checked + .tab_class {
  background-color: #21477C;
  border: 1px solid #21477C;
  color: #fff;
}
.requirements01 .content_class {
  display: none;
  padding: 50px 4%;
  width: 100%;
  border: 1px solid #000;
  border-top: none;
  background-color: #fff;
  position: relative;
}
.requirements01 .content_class:after {
  content: '';
  background: #000;
  height: 1px;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
}
.requirements01 input:checked + .tab_class + .content_class {
  display: block;
}
/* ----------- 採用情報 ここまで ----------- */

/* ----------- サイトマップ ----------- */
#sitemap .content ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
#sitemap .content ul li a {
  padding: 5px;
  display: block;
}
#sitemap .content ul li a:hover {
  opacity: 0.8;
}
#sitemap .content ul li::before {
  position: absolute;
  content: '';
  background-color: #006da2;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translate(0 , -50%);
}
#sitemap .content ul ul {
  margin-left: 20px;
}
/* ----------- サイトマップ ここまで ----------- */

/* ----------- プライバシーポリシー ----------- */
#policy .content p:nth-child(n + 2) {
  margin-top: 20px;
}
/* ----------- プライバシーポリシー ここまで ----------- */

@media (min-width: 1000px) {
  .company01 .target {
    padding-left: 10px;
  }
  #recruit footer .footer_top .contact_in {
    margin-left: 0;
    margin-right: 50px;
    right: 8vw;
  }
  header nav ul li a::before {
    background: #21477C;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  header nav ul li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
 }
/* ----------- レスポンシブ ----------- */
@media (min-width: 1400px) {
  .img_nav {
    border-radius: 30px;
  }
 }
 @media (min-width: 1000px) {
    .top_span01 {
      padding-right: 30px;
    }
  }
@media (max-width: 1000px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 18px;
  }
  .title h2, .title h1 {
    font-size: 50px !important;
  }
  .sb_title h2 {
    font-size: 25px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .content {
    padding: 100px 4% 0;
  }
  .link a {
    max-width: 300px;
  }
  table td:last-child {
    width: 100% !important;
  }
  .sb_title {
    padding-left: 25px;
  }
  table td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  table {
    width: 100%;
  }
  table tr th,
  table tr td {
    padding: 20px 5px;
    border-bottom: none;
    display: block;
    width: 100%;
  }
  table tr:first-child th {
    padding-top: 0;
  }
  table tr th {
    padding-bottom: 0;
  }
  table tr td {
    padding-top: 10px;
  }
  .title {
    margin-bottom: 30px;
  }

  /* ----------- ハンバーガーメニュー ----------- */
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 4% 15px 4%;
  }
  header .logo img {
    max-width: 230px;
  }
  header .logo_sp {
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
    margin-bottom: 40px;
  }
  header nav ul {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
  header nav ul li {
    padding-right: 0;
  }
  .el_humburger {
    position: absolute;
    top: 23px;
    right: 4%;
    width: 26px;
    height: auto;
    padding-top: 1px;
    box-sizing: border-box;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    pointer-events: auto;
  }
  .el_humburger > span {
    display: block;
    width: 100%;
    margin: 0 auto 6px;
    height: 3px;
    background: #006da2;
    transition: all 0.2s ease-in-out;
  }
  .el_humburger > span:last-child {
    margin-bottom: 0;
  }
  .js_humburgerOpen .el_humburger > span {
    background: #006da2;
  }
  .js_humburgerOpen .el_humburger > span.top {
    transform: translateY(9px) rotate(-45deg);
  }
  .js_humburgerOpen .el_humburger > span.middle {
    opacity: 0;
  }
  .js_humburgerOpen .el_humburger > span.bottom {
    transform: translateY(-9px) rotate(45deg);
  }
  .el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
  }
  .el_humburgerButton__close > span {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: #fff;
  }
  .el_humburgerButton__close > span.el_humburgerLineTop {
    transform: translateY(5px) rotate(-45deg);
  }
  .el_humburgerButton__close > span.el_humburgerLineBottom {
    transform: translateY(-6px) rotate(45deg);
  }
  .uq_spNavi {
    display: none;
  }
  .uq_spNavi.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 9999;
  }
  .uq_spNavi_screen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 0;
    margin-top: 0px;
    padding-top: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navigation {
    padding: 80px 4% 0;
    text-align: center;
  }
  .navigation li {
    margin-bottom: 20px;
  }
  .navigation li a {
    color: #000;
    text-decoration: none;
  }
  .js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .underlayer_top .pc {
    display: block;
  }
  .underlayer_top .sp {
    display: none;
  }
  /* ----------- ハンバーガーメニュー ここまで ----------- */
  
  /* ----------- 下層共通 ----------- */
  .underlayer_top .underlayer_top_title span {
    font-size: 60px;
  }
  .underlayer_top .underlayer_top_title {
    padding-left: 40px;
    margin: 0 4% 30px 4%;
  }
  .breadcrumbs {
    position: relative;
    top: 0;
    right: 0;
    padding: 20px 4%;
  }
  .underlayer_top .underlayer_top_title:before {
    width: 16px;
  }
  /* ----------- 下層共通 ここまで ----------- */

  /* ----------- TOP ----------- */
  .mv .top_title h1 {
    font-size: 41px;
    /* margin-left: 38px; */
  }
  .top01 .content_in {
    width: 100%;
  }
  .top02 {
    /* display: block; */
    padding-right: 0;
    padding: 150px 0 150px 4%;
  }
  .img_nav h3 span {
    font-size: 50px;
  }
  .top02 .right.pc {
    display: none !important;
  }
  .top02 .right.sp {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .top02 .right.sp a {
    color: #fff;
  }
  .top02 .right.sp .service02 {
    display: block;
    margin-top: 50px;
  }
  .top02 .service_content:after {
    content: '';
    background: url(img/yajirushi.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 45px;
    right: 20px;
    transform: none;
  }
  .top02 .service03:after {
    background: url(img/yajirushi_hover.svg) no-repeat;
    background-size: contain;
  }
  .top03 {
    padding-bottom: 150px;
  }
  .top02 .right.sp .service03 {
    display: block;
    margin-top: 50px;
    background-size: contain;
    background-color: #fff;
  }
  .top03 .top03_in {
    flex-wrap: wrap;
  }
  .top03 .top03_in .left {
    width: 100%;
    order: 2;
  }
  .top03 .top03_in .right {
    width: 100%;
    margin-bottom: 50px;
    order: 1;
  }
  .service_content h3 {
    padding: 20px;
    font-size: 22px;
  }
  .service_content h3 span {
    font-size: 42px;
  }

  /* ----------- TOPここまで ----------- */

  /* ----------- 会社案内 ----------- */
  .message {
    padding-bottom: 40px;
  }
  .message:after {
    width: 413px;
    height: 423px;
  }
  .company01 table .flex {
    display: block;
  }
  .company01 table .flex .flex_block {
    width: 100%;
  }
  .company01 table .flex .flex_block:nth-child(n + 2) {
    margin-top: 30px;
  }
  .company02 .flex {
    display: block;
  }
  .company02 .flex .left {
    width: 100%;
  }
  .company02 .flex .right {
    display: none;
  }
  .company03 .flex {
    display: block;
  }
  .company03 .flex .block {
    width: 100%;
  }
  .company03 .flex .block:nth-child(n + 2) {
    margin-top: 30px;
  }
  /* ----------- 会社案内 ここまで ----------- */

  /* ----------- 事業内容 ----------- */
  .btn_block {
    display: block;
  }
  .btn_block .link {
    width: 100%;
    max-width: 100%;
  }
  .btn_block .link:nth-child(n + 2) {
    margin-left: 0;
  }
  #service .service01,#service .service02,#service .service03 {
    padding: 100px 0 0;
  }
  .service .service_top {
    display: block;
    padding: 0 4%;
  }
  .service .service_top .left {
    width: 100%;
  }
  .service .service_top .right {
    width: 100%;
    margin-top: 30px;
  }
  .service .example {
    padding: 40px 4%;
    margin-left: 4%;
  }
  .service .example .flex {
    display: block;
  }
  .service .example .flex .block {
    width: 100%;
  }
  .service .example .flex .block:nth-child(n + 2) {
    margin-top: 30px;
  }

/* ----------- 事業内容 ここまで ----------- */

/* ----------- 採用情報 ----------- */
  .rc_title h2 {
    font-size: 50px;
  }
  .recruit01 {
    padding: 150px 4% 200px 5% !important;
  }
  .recruit01:after {
    width: 300px;
    height: 200px;
  }
  .recruit01 h2 {
    font-size: 25px;
    line-height: 1.5em;
  }
  .recruit01 h2:before {
    left: -32px;
    width: 206px;
    height: 133px;
  }
  .rc_title p {
    font-size: 20px;
  }
  .recruit02_in .flex {
    display: block;
  }
  .recruit02_in .flex h3 {
    width: 100%;
  }
  .recruit02_in .flex p {
    width: 100%;
  }
  .recruit02_in .flex h3 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
  .recruit02_in .flex h3:before {
    top: 4px;
    width: 27px;
    height: 27px;
  }
  .recruit03 .flex {
    display: block;
  }
  .recruit03 .flex .img {
    width: 90%;
  }
  .recruit03 .flex .text {
    width: calc(100% - 20px);
    position: relative;
    left: 20px;
    top: -20px;
    padding: 30px 20px;
    overflow-x: hidden;
  }
  .recruit03 .flex .text span {
    margin-bottom: 20px;
  }
  .slide_block02 {
    height: 250px;
  }
  #requirements .underlayer_top .underlayer_top_title span {
    font-size: 40px !important;
  }
  .requirements01 .tab_class {
    width: 50%;
  }
  #requirements footer .footer_top .contact_in {
    right: 0;
    width: auto;
  }

  /* ----------- 採用情報 ここまで ----------- */

  /* ----------- フッター ここまで ----------- */
  footer .footer_top {
    padding-left: 13%;
    overflow: hidden;
  }
  footer .footer_top .contact_in {
    top: 50px;
    margin-left: 30px;
    width: 100%;
    transform: none;
    max-width: 280px;
  }
  footer .footer_top .contact_in .title {
    margin-bottom: 20px !important;
  }
  footer .footer_top .contact_in .link {
    margin-top: 10px !important;
  }
  footer .footer_bottom {
    padding: 50px 4% 20px 4%;
  }
  footer .footer_bottom ul {
    justify-content: left;
    margin-bottom: 30px;
  }
  footer .footer_top .pagetop a {
    left: 1.5%;
  }
  footer .footer_top:after {
    top: 51%;
  }
  footer .footer_bottom .logo img {
    max-width: 230px;
  }
  #copyright {
    text-align: center;
  }
  /* ----------- フッター ここまで ----------- */
}
@media (max-width: 1000px) and (min-width: 768px) {
  .top02 .right.sp a {
    min-height: 800px;
  }
}
@media (max-width: 1122px) {
  .recruit04 .flex {
    justify-content: space-between;
  }
  .recruit04 .flex .block {
    width: calc(100% / 3);
  }
  .recruit04 .flex .block .icon {
    margin: 0 auto;
  }
  .recruit04 .flex .block:nth-child(n + 4) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .mv .swiper-slide .swiper-img .pc {
    display: none !important;
  }
  .mv .swiper-slide .swiper-img .sp {
    display: block !important;
  }
  .top01::before {
    background: url(img/about_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .top01_in {
    padding: 150px 4%;
  }
  .top02.pc .flex_in {
    display: none;
  }
  .top02.sp .flex_in {
    display: block;
  }
  .underlayer_top .pc {
    display: none;
  }
  .underlayer_top .sp {
    display: block;
  }
  .message {
    height: 100%;
  }
  .message:after {
    width: 413px;
    height: 423px;
    opacity: 0.3;
    bottom: -50px;
}
  #recruit footer .footer_top .recruit.pc {
    display: none !important;
  }
  #requirements footer .footer_top .recruit.pc {
    display: none !important;
  }
  #recruit footer .footer_top .recruit.sp {
    display: block !important;
  }
  #requirements footer .footer_top .recruit.sp {
    display: block !important;
  }
  .recruit04 .flex {
    flex-wrap: wrap;
  }
  .recruit04 .flex .block {
    width: calc(100% / 2);
  }
  .recruit04 .flex .block .icon {
    margin: 0 auto;
  }
  .recruit04 .flex .block:nth-child(n + 3) {
    margin-top: 30px;
  }
  .footer_top .pc {
    display: none !important;
  }
  .footer_top .sp {
    display: block !important;
    max-height: 400px;
    object-fit: cover;
    object-position: right bottom;
  }
}
@media (max-width: 530px) {
  .recruit04 .flex .block {
    width: 100%;
  }
  .recruit04 .flex .block:nth-child(n + 2) {
    margin-top: 30px;
  }
  .link a {
    max-width: 95%;
  }
  .service_content {
    min-height: 460px;
  }
}

/*========= 流れるテキスト ===============*/

/*全共通*/



.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: block;
  overflow: hidden;
  padding-right: 10px;
}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}