@charset "utf-8";
/*
Theme Name: arkhe_child
Template: arkhe
*/
/*font-family: "Jost", sans-serif;
font-family: "Noto Sans JP", sans-serif;
*/

.l-header__searchBtn {
  display: none !important;
}
@media not all and (min-width: 1000px) {
  .l-content {
    overflow-y: hidden;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: #0085C0;
  display: flex;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading__logo {
  position: absolute;
  top: 42%;
  opacity: 0;
  animation: logo_fade 1.5s 0.5s forwards;
  width: 175px;
  transform: translateY(-30px);
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .loading__logo {
    width: 150px;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
a {
  text-decoration: none;
  color: #4c7bb5;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
.color1 {
  color: #AA8743 !important;
}
.with100vw {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.with100vw .wp-block-group__inner-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100vw !important;
}
.width1200 {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .pc-max-width-600px {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .pc-max-width-800px {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.textR {
  text-align: right;
}
.textC {
  text-align: center;
}
.po-R {
  position: relative;
}
.imgBoderR15 img {
  border-radius: 15px;
}
.font-jp {
  font-family: 'Noto Serif JP', serif;
}
.font-en {
  font-family: "Jost";
}
.firstl:first-letter {
  color: #AA8743;
}
.fontW400 {
  font-weight: 400;
}
.fontW500 {
  font-weight: 500;
}
.mt30 {
  margin-top: 32px !important;
}
.mtv4 {
  margin-top: 4vh !important;
}
.mtv5 {
  margin-top: 5vh !important;
}
.mtv6 {
  margin-top: 6vh !important;
}
.mbv4 {
  margin-bottom: 4vh !important;
}
.mbv5 {
  margin-bottom: 5vh !important;
}
.mbv6 {
  margin-bottom: 6vh !important;
}
.mbv11 {
  margin-bottom: 11vh !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.gap0 {
  gap: 0 !important;
}
.gap1 {
  gap: 1rem !important;
}
@media screen and (min-width: 1000px) {
  .mb-pc-v4 {
    margin-bottom: 4vh;
  }
}
/*カラムの表示をスマホでは逆にする*/
@media screen and (max-width: 767px) {
  .reverse {
    flex-direction: column-reverse !important;
  }
}
.fade-in {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s, transform 2s;
}
.fade-in.show {
  opacity: 1;
  visibility: visible;
}
.fade-in.BtoT {
  transform: translateY(40px);
}
.fade-in.BtoT.show {
  transform: translateY(0px);
}
.fade-in.TtoB {
  transform: translateY(-40px);
}
.fade-in.TtoB.show {
  transform: translateY(0px);
}
.fade-in.RtoL {
  transform: translateX(40px);
}
.fade-in.RtoL.show {
  transform: translateY(0px);
}
.fade-in.LtoR {
  transform: translateX(-40px);
}
.fade-in.LtoR.show {
  transform: translateY(0px);
}
.scale-up {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.scale-up.show {
  opacity: 1;
  transform: scale(1);
}
.marker {
  background: linear-gradient(transparent 50%, rgb(228 242 251) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}
.marker.show {
  background-size: 100% 100%;
}
/*--メディア---------------------------*/
@media (max-width:768px) {
  .pc {
    display: none !important;
  }
  .pcbr br {
    display: none !important;
  }
  .sp-mt-0 {
    margin-bottom: 0px !important;
  }
  .sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .sp-font-25 {
    font-size: 2.5rem !important;
  }
  .sp-gap0 {
    gap: 0 !important;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .spbr br {
    display: none !important;
  }
  .pc-mb-0 {
    margin-bottom: 0px !important
  }
  .pc-mt-50 {
    margin-top: 50px !important;
  }
}
.border0 {
  border: 0 !important;
}
.borderB2 a {
  border-bottom: 2px solid;
}
.title-line-under {
  text-align: center;
  font-size: 1rem;
}
.title-line-under span {
  display: block;
  font-size: 2.55rem;
  letter-spacing: 0.6rem;
  color: #5685c0;
}
.title-line-under:after {
  display: block;
  position: relative;
  content: '';
  background: #5685c0;
  width: 30px;
  height: 1px;
  transform: rotate(90deg);
  margin: auto;
  bottom: -15px;
}
.titleBoderBoth {
  position: relative;
  color: inherit;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 1.2em;
  padding: 0;
}
.titleBoderBoth::before {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid currentColor;
  margin-right: 1em;
}
.titleBoderBoth::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid currentColor;
  margin-left: 1em;
}
.titlenami {
  width: 315px;
  margin-top: 0 !important;
}
.wp-social-link {
  background-color: #5685c0 !important;
}
.nowrap {
  white-space: nowrap
}
.is-content-justification-center {
  justify-content: center;
}
.is-content-justification-right {
  justify-content: right;
}
/*--header----------------*/
.l-header {
  padding: 1vh 0;
}
.l-header__body {
  padding-left: 3vw;
  padding-right: 3vw;
}
/* spロゴを左 */
@media (max-width: 999px) {
  .l-header__center {
    grid-area: left;
    padding: 8px 0;
    width: 200px;
  }
}
.c-gnav {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
}
.c-gnav__li > .c-gnav__a {
  padding: 10px 20px;
}
.c-gnav .__mainText {
  font-size: 1.15em;
}
.c-gnav .__subText {
  font-weight: bold;
  font-size: 12px;
  opacity: 1;
}
.c-gnav .sub-menu {
  background: #0085c1;
  border-radius: 15px;
  text-align: center;
}
.c-gnav .sub-menu .__mainText {
  font-size: 1em;
}
.c-gnav__depth1:before {
  background-color: #0185bf;
}
.gnav-contact a {
  border: 4px double #ac9871;
  color: #796847 !important;
  height: 50px !important;
  line-height: 30px;
  padding: 0 15px !important;
  margin-left: 15px;
  margin-right: 20px;
  font-size: 1.1em;
  top: 22px;
}
.gnav-contact a:hover {
  color: #333 !important;
  background: rgb(217 202 172 / 18%) !important;
}
.header-text {
  font-size: 0.8em;
  letter-spacing: 0.1rem;
}
.header-tel {
  color: #976b1a;
  font-size: 1.4em;
}
.header-tel .icon {
  width: 25px;
  margin-right: 5px;
}
/*---sp menu---*/
.p-drawer {
  background-color: #0085c0;
}
.p-drawer {
  background-image: url(/wp-content/uploads/img/logo-line.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .p-drawer {
    background-image: none;
  }
}
.d-menu-link a {
  color: #ffffff;
}
.d-menu-sns .wp-social-link {
  background: none !important;
}
@media (max-width:768px) {
  .d-menu-logo {
    max-width: 200px;
    margin: auto;
  }
  .d-menu-link {
    text-align: center;
  }
}
/*--Toppage----------------*/
#Top-visual {
  position: relative;
  padding: 0;
}
/*#Top-visual .wp-block-vk-blocks-slider-item{
    width: 100%;
}*/
@media screen and (min-width: 1000px) {
  #Top-visual {
    padding: 0;
  }
}
#Top-visual::before {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: -10px;
  width: 120px;
  height: 120px;
  z-index: 2;
  background-image: url(/wp-content/uploads/img/kamome-sp.svg);
  background-repeat: no-repeat;
  animation: bird-fly 5s ease-in-out infinite;
}
@keyframes bird-fly {
  0% {
    transform: translateY(0) rotate(9deg);
  }
  50% {
    transform: translateY(-20px) rotate(9deg);
  }
  100% {
    transform: translateY(0) rotate(9deg);
  }
}
#Top-visual .swiper {
  border-radius: 10px;
  left: 0;
}
#Top-visual h2 {
  position: absolute;
  display: block;
  left: 15vw;
  top: 4rem;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  font-size: 1.3em;
  z-index: 2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-shadow: 0px 0px 5px #000000;
}
#Top-visual h2 mark {
  padding: 0 1rem;
  box-shadow: -10px 10px rgb(165 198 219 / 78%);
}
@media screen and (min-width: 1000px) {
  #Top-visual {
    margin-top: 2.2rem !important;
  }
  #Top-visual::before {
    right: 30px;
    width: 250px;
    height: 200px;
    background-image: url(/wp-content/uploads/img/kamome.svg);
  }
  #Top-visual h2 {
    font-size: 1.7em;
    top: 5rem;
    left: 18vw;
  }
}

.img-p-b{
    background-position: bottom!important;
}
.nami {
  top: -30px;
  z-index: 1;
}
/*--TopNews--------*/
#TopNews {
  background-color: #0085c0;
  padding: 2vw 3vw 0.5vw;
  top: -55px;
  color: #FFFFFF;
  padding-bottom: 2rem;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  #TopNews {
    padding: 1.5vw 3vw 1vw;
  }
}
#TopNews .sp {
  margin-bottom: 0;
}
#TopNews a {
  color: #FFFFFF;
  text-decoration-line: none;
}
#TopNews .wp-block-columns {
  gap: 1rem !important;
}
#TopNews h2 {
  position: relative;
  z-index: 3;
}
#TopNews h2::before {
  content: "";
  position: relative;
  display: inline-block;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background-image: url(/wp-content/uploads/img/icon1.svg);
  background-repeat: no-repeat;
}
.TopNews {
  padding: 0 1rem;
}
.top-news-item {
  margin-bottom: 1rem;
}
.TopNews .date {
  margin: 0 0 5px;
}
.TopNews .new {
  display: inline-block;
  margin-right: 8px;
  padding: 0 0.5rem;
  font-size: 0.9rem;
  border: 1px solid;
}
.TopNews .title {
  width: 100%;
}
.news-link a:hover {
  background: #FFFFFF;
  color: #0085c0 !important;
}
@media screen and (min-width: 769px) {
  .top-news-item {
    margin-bottom: 0;
  }
  .TopNewsTitleBox {
    border-right: 1px solid #FFFFFF;
  }
  .TopNews .top-news-item p {
    display: inline-block;
  }
  .TopNews .top-news-item p {
    margin-right: 2vw;
    margin-bottom: 15px;
    line-height: 1.5;
    border-radius: 15px;
  }
}
#TopAbout {
  padding: 0 0.5rem;
  margin-top: 0;
}
.TopAbout-logo {
  height: 0px;
}
.TopAbout-logo::before {
  content: "";
  position: absolute;
  display: block;
  left: -5rem;
  bottom: -10px;
  width: 150vw;
  height: 60px;
  z-index: -2;
  background-image: url(/wp-content/uploads/img/topics-bg.svg);
  background-repeat: repeat-x;
  animation: scroll-background-mobile 10s linear infinite;
  background-size: 120%;
  margin: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .TopAbout-logo {
    height: 100px;
  }
  .TopAbout-logo::before {
    /*left: -5rem;
    top: 0px;
    width: 180%;
    height: 120px;
    background-repeat: repeat-x;
    animation: scroll-background-pc 70s linear infinite;
    background-size: 40%;*/
    left: 0;
    top: 0;
    height: 120px;
    background-repeat: repeat-x;
    animation: scroll-background-pc2 12s linear infinite;
    background-size: 78%;
    max-width: 100vw;
  }
}
@keyframes scroll-background-mobile {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 240% 0;
  }
}
@keyframes scroll-background-pc {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -240% 0;
  }
}
.top-about-item h2 {
  text-align: center;
  background: hwb(198.44deg 0% 24.71%);
  display: inline-block;
  color: #FFF;
  padding: 0 1rem;
  left: -1.8rem;
  position: relative;
  top: -15px;
  font-size: 1.25em;
}
.top-about-item {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px 0px rgb(219 238 246);
  padding: 2rem 1.2rem 2.5rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  max-width: 98%;
}
@media (min-width:769px) {
  .top-about-item h2 {
    left: -2.5rem;
  }
  .top-about-item {
    padding: 2rem 2rem 2.5rem;
    max-width: 99%;
  }
}
.Tbtn1 {
  position: absolute;
  bottom: -15px;
  right: -15px;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #0085c0;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  color: #0085c0;
  text-decoration: none;
  overflow: hidden;
  background-color: #FFFFFF;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.Tbtn1::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background-color: #0085c0;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease;
  z-index: 0;
}
.Tbtn1:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.Tbtn1:hover {
  color: #FFFFFF;
}
.Tbtn1 span {
  position: relative;
  z-index: 1;
}
/*--topTopics--*/
.Ttopics {
  border-radius: 20px 0 0 20px;
  width: 98vw;
  border-right: 0;
  margin-left: 2vw;
  padding: 6rem 1.2rem 8rem 0.5rem;
  background: #fbfdff;
}
@media (min-width:1000px) {
  .Ttopics {
    padding: 6rem 1rem 10rem;
  }
  .ark-block-tab {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .arkb-tabList__item {
    margin: 5px !important;
  }
}
@media (max-width:768px) {
  .arkb-tabList__item {
    flex-basis: 30% !important;
    margin: 3px !important;
  }
}
.ark-block-tab.is-style-box > .arkb-tabList .arkb-tabList__button {
  background-color: #5685c0 !important;
  color: #FFF;
}
.ark-block-tab.is-style-box > .arkb-tabList .arkb-tabList__button:hover {
  opacity: 0.8;
}
.ark-block-tab.is-style-box > .arkb-tabList .arkb-tabList__button[aria-selected=true] {
  background-color: #FF9800 !important;
}
.arkb-tabBody {
  padding: 1.5rem 0 !important;
}
.recent-posts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.recent-post-item {
  position: relative;
  flex: 0 0 calc(25% - 20px);
  box-sizing: border-box;
  border: 1px solid #5685c0;
  padding: 10px 10px 60px;
  box-shadow: 6px 6px #dff4ff;
  border-radius: 10px;
  background: #ffffff;
}
.post-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.post-thumbnail img {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
}
.post-thumbnail:hover img {
  transform: scale(1.2);
}
.post-details {
  margin-top: 10px;
}
.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.post-categories {
  font-size: 0.8rem;
}
.post-categories a {
  color: #ffffff;
  background: #5685c0;
  padding: 0.1rem 0.3rem;
}
.Ttopics-cat-id-3 a {
  background: #1e90ff;
}
.Ttopics-cat-id-4 a {
  background: #4bb7fa;
}
.Ttopics-cat-id-5 a {
  background: #f59301;
}
.Ttopics-cat-id-6 a {
  background: #9cc549;
}
.post-date {
  font-size: 0.8rem;
  text-align: right;
  color: #5685c0;
}
.post-title {
  font-size: 18px;
  margin: 10px 0;
}
.post-excerpt {
  font-size: 14px;
  margin-bottom: 10px;
}
.read-more-button {
  position: absolute;
  bottom: -15px;
  right: -10px;
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  line-height: 75px;
  font-size: 0.9rem;
  text-decoration: none;
  overflow: hidden;
  color: #FFFFFF;
  background-color: #5685c0;
  border: 1px solid #5685c0;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.read-more-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background-color: #FFFFFF;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease;
  z-index: 0;
}
.read-more-button:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.read-more-button:hover {
  color: #5685c0;
}
.read-more-button span {
  position: relative;
  z-index: 1;
}
.recent-post-item:nth-child(n+5) {
  visibility: hidden;
}
@media (max-width: 768px) {
  .recent-post-item {
    flex: 1 1 calc(45% - 20px);
    max-width: 45%;
  }
}
@media (max-width: 480px) {
  .recent-post-item {
    flex: 1 1 100% !important;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 10px 60px;
    max-width: 100%;
  }
  .post-thumbnail {
    flex: 0 0 30%;
    margin-right: 10px;
  }
  .post-thumbnail img {
    width: 100%;
    height: auto;
  }
  .post-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .post-title {
    font-size: 16px;
    margin: 5px 0;
  }
  .post-excerpt {
    font-size: 12px;
  }
  .read-more-button {
    margin-top: 10px;
    font-size: 12px;
    right: -8px;
    bottom: -8px;
  }
}
.button-hex2 {
  font-size: 14px;
  line-height: 38px;
  position: relative;
  z-index: 1;
  display: block;
  width: 150px;
  height: 38px;
  transition: .1s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  background-color: red;
}
.button-hex2:before, .button-hex2:after {
  position: absolute;
  top: 4px;
  width: 28px;
  height: 28px;
  content: '';
  transition: .1s ease-in-out;
  transform: perspective(12px);
  transform: rotate(45deg);
  border: 0;
  background-color: red;
}
.button-hex2:before {
  left: -16px;
  border-bottom: 2px solid red;
  border-left: 2px solid red;
}
.button-hex2:after {
  right: -16px;
  border-top: 2px solid red;
  border-right: 2px solid red;
}
.button-hex2:hover:before, .button-hex2:hover:after {
  background-color: #fff;
}
.button-hex2:hover {
  color: red;
  background-color: #fff;
}
/*--#TopCB--------------------------*/
.Tbnrsection {
  background: #5685c0;
  color: #FFF;
}
.wave-section {
  position: relative;
  padding: 20px;
}
.wave-section:before, .wave-section:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
}
.wave-section:before {
  top: -29px;
  background: url(/wp-content/uploads/img/bg1.svg) repeat-x;
}
.wave-section:after {
  bottom: -29px;
  background: url(/wp-content/uploads/img/bg2.svg) repeat-x;
}
.job-logo img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 0;
}
.fish-container {
}
.fish1 {
  position: absolute;
  top: -35px;
  right: 200px;
  width: 80px;
  height: auto;
  animation: moveFish 7s linear infinite;
}
.fish2 {
  position: absolute;
  bottom: 30px;
  left: 80px;
  width: 80px;
  height: auto;
  animation: moveFish 9s linear infinite;
}
.fish3 {
  position: absolute;
  top: 20px;
  right: 220px;
  width: 60px;
  height: auto;
  animation: moveFish 10s linear infinite;
}
@media (min-width: 1000px) {
  .fish1 {
    width: 100px;
    right: 30%;
  }
  .fish2 {
    width: 100px;
  }
  .fish3 {
    right: 25%;
  }
}
@keyframes moveFish {
  0% {
    transform: translateX(0) translateY(0) scaleX(1);
  }
  10% {
    transform: translateX(40px) translateY(-10px) scaleX(1);
  }
  20% {
    transform: translateX(80px) translateY(10px) scaleX(1);
  }
  40% {
    transform: translateX(180px) translateY(-10px) scaleX(1);
  }
  45% {
    transform: translateX(200px) translateY(0) scaleX(1);
  }
  46% {
    transform: translateX(200px) translateY(0) scaleX(-1);
  }
  50% {
    transform: translateX(180px) translateY(10px) scaleX(-1);
  }
  70% {
    transform: translateX(80px) translateY(-10px) scaleX(-1);
  }
  90% {
    transform: translateX(40px) translateY(10px) scaleX(-1);
  }
  100% {
    transform: translateX(0) translateY(0) scaleX(-1);
  }
}
.boat-anime-container {
  position: relative;
  top: -4.8rem;
}
.boat1 {
  position: absolute;
  top: -35px;
  right: 200px;
  width: 70px;
  height: auto;
  animation: moveBoat 10s linear infinite;
}
@media (min-width: 1000px) {
  .boat-anime-container {
    top: -5.8rem;
  }
  .boat1 {
    width: 90px;
    right: 25%;
  }
}
@keyframes moveBoat {
  0% {
    transform: translateX(0) translateY(0) scaleX(1);
  }
  10% {
    transform: translateX(40px) translateY(-5px) scaleX(1);
  }
  20% {
    transform: translateX(80px) translateY(8px) scaleX(1);
  }
  40% {
    transform: translateX(180px) translateY(-5px) scaleX(1);
  }
  45% {
    transform: translateX(200px) translateY(0) scaleX(1);
  }
  46% {
    transform: translateX(200px) translateY(0) scaleX(-1);
  }
  50% {
    transform: translateX(180px) translateY(8px) scaleX(-1);
  }
  70% {
    transform: translateX(80px) translateY(-5px) scaleX(-1);
  }
  90% {
    transform: translateX(40px) translateY(8px) scaleX(-1);
  }
  100% {
    transform: translateX(0) translateY(0) scaleX(-1);
  }
}
/*--#TopCompany----------------------------*/
#TopCompany {
  width: 96vw;
}
#TopCompany::after {
  content: "";
  position: absolute;
  top: 20%;
  width: 100%;
  height: 80%;
  background: url(/wp-content/uploads/img/bg3.svg) repeat;
  background-size: 60px;
  z-index: -1;
  opacity: 0.6;
}
#About-Tsuyazaki.wp-block-cover {
  padding: 1rem 0px !important;
}
@media (min-width: 1000px) {
  #TopCompany::after {
    top: 40%;
    height: 60%;
  }
}
/*--footer--*/
.footer-nami {
  margin-top: -5px !important;
}
@media (max-width: 768px) {
  .Fcontact-b1, .Fcontact-b2 {
    width: 80% !important;
  }
}
.Fcontact-b1 a {
  box-shadow: 0 4px 0 #43c3df;
}
.Fcontact-b2 a {
  box-shadow: 0 4px 0 #43c3df;
}
.Fcontact-b1 :hover, .Fcontact-b2 :hover {
  transform: translateY(4px);
  box-shadow: none;
  opacity: 1;
}
.l-footer__nav a {
  font-size: 0.9rem !important;
  margin-bottom: 0.2rem;
  color: #2968b7;
}
.l-footer__foot {
  margin-bottom: 3rem;
}

/*--pagetop-------------------------------*/
.c-fixBtn {
  background: #ffffff;
  color: #0085c0;
  height: 50px;
  opacity: 1;
  width: 50px;
  border: 2px solid;
  border-radius: 50px;
  box-shadow: 2px 3px 0 #43c3df;
}
/*--スマホpagetop位置の調整--*/
@media only screen and (max-width:599px) {
  .p-fixBtnWrap {
    bottom: 8%;
  }
}
/*スマホのページ下部に固定メニュー*/
#sp-fixed-menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  opacity: 0.95;
  z-index: 50;
  font-weight: 500;
  color: #6e4d0d;
  padding: 5px 0px;
}
#sp-fixed-menu ul {
  display: flex;
  list-style: none;
  padding: 2px 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#sp-fixed-menu li {
  justify-content: center;
  align-items: center;
  width: 35%;
  margin: 0;
  padding: 7px 15px;
  font-size: 14px;
  border-radius: 5px 0;
}
#sp-fixed-menu li:first-child {
  background: #0085c0;
  width: 48%;
  margin-left: 5px;
  margin-right: 2px;
  box-shadow: 4px 4px 0 #43c3df;
}
#sp-fixed-menu li:last-child {
  background: #ef8337;
  width: 48%;
  box-shadow: 4px 4px 0 #ffb590;
}
#sp-fixed-menu img {
  width: 18px;
  margin-right: 5px;
}
#sp-fixed-menu li a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: none;
  line-height: 30px;
  letter-spacing: 0.2rem;
  font-size: 0.9rem;
}
/*PC固定メニュー*/
#pc-fixed-menu {
  position: fixed;
  top: 180px;
  left: 0px;
  width: 45px;
  z-index: 50;
}
#pc-fixed-menu ul {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
}
#pc-fixed-menu li {
  list-style: none;
  writing-mode: vertical-rl;
}
#pc-fixed-menu li a {
  display: block;
  margin-bottom: 1px;
  text-align: center;
  line-height: 100px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  padding: 20px 10px 10px;
  letter-spacing: 0.5em;
}
#pc-fixed-menu li a:hover {}
#pc-fixed-menu img {
  width: 22px;
}
.b1 a {
  background-color: #0085c0 !important;
}
.b1 a:hover {
  background-color: #f48135 !important;
}
#pc-fixed-menu li a span {
  line-height: 1.2em;
  display: block;
}
#pc-fixed-menu .web img {
  width: 20px;
}
/*----------固定ページ------page-template-default-----*/
.page .l-content__body::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  top: 30vh;
  background: url(/wp-content/uploads/img/bg4.svg) repeat-x;
}
.p-topArea {
  min-height: 32vh;
}
.p-topArea.-noimg {
  background: #0085c2;
}
.p-topArea__body {
  color: #FFFFFF;
  position: relative;
  z-index: 3;
  width: 80%;
  border-radius: 2px;
}
.p-topArea__body h1 {
  font-size: 1.8rem;
  font-weight: 500;
}
/*--company------------------------*/
#company {}
.company-contents1 {
  border-radius: 10px;
}
@media (max-width: 768px) {
.company-contents1 {
  margin-bottom: 5rem!important;
}
}

.company-contents1 img {
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.company-table table, .company-table td, .company-table th {
  border: 1.5px solid #5685c0 !important;
}
.company-table table {
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
}
.company-table .has-text-align-center {
  background-color: #5685c0;
  color: #ffffff;
  border-bottom-color: #FFF !important;
  width: 30%;
}
.company-table td {
  border-radius: 0;
  background: #f6fafe;
}
@media only screen and (max-width:599px) {
  .company-table td {
    font-size: 0.9rem;
  }
}
.company-2 .titlenami {
  width: 200px;
}
.titlenami2 {
  width: 200px !important;
}
/*---price---*/
@media (max-width: 480px) {
  .price-btn1 {
    font-size: 0.9rem;
  }
  .price1 .wp-block-buttons.wp-block-buttons, .price-btn1.wp-block-buttons.wp-block-buttons, .price2-btn.wp-block-buttons.wp-block-buttons {
    gap: 5px !important;
  }
  .price1-btn, .price2-btn {
    font-size: 0.8rem;
  }
}
.price1, .price2 {
  border: 3px solid #5685c0;
  padding: 4rem 20px;
  border-radius: 20px;
}
.price1-btn .wp-block-button__link, .price2-btn .wp-block-button__link {
  background: #f6fafe !important;
  color: #366caf !important;
}
.price1 .titlenami {
  width: 200px;
}
.price2 .titlenami {
  width: 280px;
}
#p1 thead th, #p2 thead th {
  background: #366caf;
  border-bottom: 3px solid #366caf;
}
#p1 h3, #p2 h3 {
  border-left: 5px solid #366caf;
  padding-left: 0.8rem;
  background: #f6fafe;
}
@media (max-width: 768px) {}
/*---licence-----------------*/
@media (max-width:768px) {
  #licence .arkb-tabList__item {
    flex-basis: 48% !important;
  }
}
.license-In {
  padding: 1rem;
  border: 2px solid #5685c0;
  border-radius: 10px;
}
@media (min-width:1000px) {
  .license-In {
    padding: 2rem;
  }
}
@media (max-width: 390px) {
  .license-In .vk_inline-font-size[data-fontsize="2.3rem"] {
    font-size: 2.1rem !important;
  }
}
.licence-text1 {
  border: 1px solid #9E9E9E;
  padding: 1rem;
  box-shadow: 3px 3px 5px #e5f7ff;
}
.licence-price {
  background: #FFF;
  padding: 0.5rem;
}
.licence-price h3 {
  background: #5685c0;
  color: #FFF;
}
.licence-price-text2 {
  border: 1px solid #5685c0;
  color: #3d6ead;
}
.licence-box2 {
  background: #f5fcff;
  padding: 0 1.2rem 2rem;
  max-width: 880px;
  margin: auto;
  margin-top: 40px !important;
  border-radius: 10px;
}
.licence-box2 h4 {
  position: relative;
  display: block;
  max-width: 300px;
  margin: auto;
  top: -10px;
  border-radius: 50px;
  background: #5685c0;
  color: #FFF;
}
.licence-box2-In {
  gap: 5px !important;
  max-width: 580px;
  margin: auto;
  border-bottom: 1px dashed #5685c0;
  padding-bottom: 0.8rem;
}
.licence-box2 .po-R mark {
display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    padding: 0 1rem;
}
.wp-block-file a{ color: #000;}
.wp-block-file .wp-block-file__button{
    background: #1e76e5;
    
}
/*---job--------------------*/
.page-id-27 #top_title_area, .page-id-27 .l-content__body::before {
  display: none;
}
@media (max-width:768px) {
  .page-id-27 .l-content__body {
    margin-top: 1rem;
  }
}
.job-img {
  border: 5px solid #5989c3;
  border-radius: 5px;
}
.job-img .wp-block-cover {
  padding: 0;
}
.job-img-text1 mark {
  padding: 0 8px;
}
.job-img-text2 {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 5px;
}
@media (max-width:480px) {
  .job-img-text1 {
    font-size: 1.3rem !important;
  }
  .job-img-text2 {
    font-size: 0.9rem !important;
  }
}
.job-in {
  background: #f5fcff;
  padding: 0 1.2rem 2rem;
  margin: auto;
  margin-top: 40px !important;
  border-radius: 10px;
}
.job-in h1 {
  position: relative;
  display: block;
  max-width: 300px;
  top: -10px;
  border-radius: 50px;
  background: #5685c0;
  color: #FFF;
}
.job-in h2 {
  padding: 0 10px;
}
.job-text-box {
  background: #FFFFFF;
  padding: 1rem;
  border-radius: 10px;
}
@media (min-width:1000px) {
  .job-text-box {
    padding: 4rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
/*--contact---------------*/
.contact-tel {
  border: 2px solid #0085c2;
  border-radius: 10px;
  padding: 2rem;
  max-width: 660px;
}
@media (min-width:782px) {
  .contact-tel.tel-link {
    text-align: left !important;
  }
}
.contact-form {
  background: #f5fcff;
  padding: 0 1.2rem 2rem;
  margin: auto;
  margin-top: 40px !important;
  border-radius: 10px;
}
.contact-form h2 {
  position: relative;
  display: block;
  max-width: 300px;
  top: -10px;
  border-radius: 50px;
  background: #5685c0;
  color: #FFF;
}
.contact-form-in {
  padding: 2rem 1.5rem !important;
}
.grecaptcha-badge{
    bottom: 110px!important;
}
/*--Form--------------*/
[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__number, [data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__number, [data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number, [data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__number, [data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__number {
  background: #5685c0;
}
.smf-error-messages {
  color: #c16b6c;
}
.smf-item__label__text mark {
  padding: 0 5px;
}
.smf-action .smf-button-control__control {
  background: #5685c0;
  border: 0px;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 0.5em;
  font-weight: 400;
  color: #FFFFFF;
  box-shadow: 2px 3px 0 #43c3df;
}
.Ppolicy {
  text-align: right;
  font-size: 0.9em;
}
.Ppolicy a {
  text-decoration: none;
}
[class*=is-style-ark-list-icon] > li:before {
  background-color: #00BCD4;
}
/*--Privacypolicy--*/
.privacy-policy {}
.privacy-policy h2 {
  position: relative;
  padding: 1.5rem 1rem;
  font-size: 1.2rem;
}
.privacy-policy h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*--sisetu------------------*/
.sisetu .title {
  position: relative;
  border-left: 5px solid #3071af;
  padding-left: 1.2rem;
  color: #3071af;
}
.sisetu .bey-img {
  border-radius: 10px;
}
/*--kaitori-----------------*/
.kaitori {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #0085c2;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 2px 3px 0 #43c3df;
}
/*--partspage--------------------*/
.marine-t-pars .item {
  border: 1px solid #ebebeb;
}
.m-p-btn a:hover {
  box-shadow: 0 0 0 .2rem rgba(171, 184, 195, .25);
  opacity: 1 !important;
}

@media (max-width: 480px) {
  .boat-list .recent-post-item {
    display: block !important;
  }
}
.boat-list .recent-post-item:nth-child(n+5){
    visibility: visible;
}
.category-parts-list .c-postMetas {
  display: none;
}
.parts-list-contents .titlenami {
  width: 220px;
}
/*--新中古艇詳細ページ--*/
.category-boats-list .c-postMetas {
  display: none;
}
.equipment-list .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
}
.equipment-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.equipment-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc(20% - 10px);
  list-style: none;
  padding: 8px;
  text-align: center;
  background-color: #4c7bb5;
  color: #FFFFFF;
  border-radius: 5px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .equipment-list li {
    flex: 0 0 calc(50% - 10px);
  }
}
/*アーカイブ共通*/
.p-postList .p-postList__title {
  font-weight: 500;
}
/*記事ページ共通*/
.p-entry__title .c-pageTitle__main {
  font-weight: 500;
}
.c-bottomSection__title, .c-secTitle, .c-widget > .wp-block-group > .wp-block-group__inner-container > h2, .c-widget__title, h2.widgettitle {
  font-weight: 500;
}
/*--catepage・singlepage--*/
.logo-anime {
  height: 0px;
}
.logo-anime::before {
  content: "";
  position: absolute;
  display: block;
  left: 0rem;
  bottom: -10px;
  width: 100vw;
  height: 60px;
  z-index: -2;
  background-image: url(/wp-content/uploads/img/topics-bg.svg);
  background-repeat: repeat-x;
  animation: scroll-background-mobile2 10s linear infinite;
  background-size: 120%;
  margin: 0;
  padding: 0;
  top: 100px;
}
@media (min-width: 769px) {
  .logo-anime {
    height: 100px;
  }
  .logo-anime::before {
    left: 0;
    top: 100px;
    height: 120px;
    background-repeat: repeat-x;
    animation: scroll-background-pc2 20s linear infinite;
    background-size: 68%;
    max-width: 100vw;
  }
}
@keyframes scroll-background-mobile2 {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 240% 0;
  }
}
@keyframes scroll-background-pc2 {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -240% 0;
  }
}
.title3 {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  border: 0.5px solid #4c7bb5;
  color: #4c7bb5;
  display: inline-block;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
  box-shadow: 2px 3px rgb(173 222 239 / 64%);
}
.p-entry__head, .p-archive__title {
  position: relative;
  padding-bottom: 1rem;
}
.p-entry__head::after, .p-archive__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #4c7bb5, #4c7bb5 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #4c7bb5, #4c7bb5 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-archive__title {
  text-align: center;
}
.p-archive__title h1, .p-entry__title h1 {
  color: #4c7bb5;
}
.post-tag ul {
  padding: 0;
}
.post-tag li {
  display: inline-block;
  /* background: #4c7bb9; */
  color: #4c7bb9;
  padding: 0 1rem;
  font-size: 0.8rem;
  border: 1px solid #4c7bb9;
  /* box-shadow: 2px 3px rgb(173 222 239 / 64%); */
}
.c-pnNav {
  border-top: 0.5px dashed #e3f2f7;
  padding-top: 2rem;
  /* margin-top: 2rem; */
}
.c-bottomSection__title {
  font-family: "Jost", sans-serif;
  color: #4c7bb5;
  letter-spacing: 0.2rem;
  font-weight: normal;
  font-size: 1.8rem;
  text-align: center;
}
.p-postList__title {
  color: #4c7bb5;
}
/*カテゴリー一覧のカテゴリ名を写真右上に表示*/
.p-postList.-type-card {
  position: relative;
}
.p-postList.-type-card .p-postList__link:hover .p-postList__body {
  opacity: 1;
}
.p-postList.-type-card .p-postList__body, .p-postList.-type-card .p-postList__meta {
  position: static;
}
.p-postList.-type-card .p-postList__meta {
  letter-spacing: 0.05em;
}
.p-postList.-type-card .p-postList__category {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--ark-color_bg); /* 色 */
  background-color: var(--ark-color_main); /* 色 */
  margin: 0;
  padding: 0.25em 1em;
  opacity: 1;
  border-radius: 0px;
}
.p-postList.-type-card .p-postList__category svg {
  display: none; 
}
.category-topics .p-postList.-type-card .p-postList__category, .category-3 .p-postList.-type-card .p-postList__category, .category-4 .p-postList.-type-card .p-postList__category, .category-5 .p-postList.-type-card .p-postList__category, .category-6 .p-postList.-type-card .p-postList__category {
  background-color: none !important;
  padding: 0 !important;
}
.p-postList__category [data-cat-id="3"] {
  background: #1e90ff;
  display: inline-block;
  padding: 0.25em 1em;
}
.p-postList__category [data-cat-id="4"] {
  background: #4bb7fa;
  display: inline-block;
  padding: 0.25em 1em;
}
.p-postList__category [data-cat-id="5"] {
  background: #f59301;
  display: inline-block;
  padding: 0.25em 1em;
}
.p-postList__category [data-cat-id="6"] {
  background: #9cc549;
  display: inline-block;
  padding: 0.25em 1em;
}
.o-text, .y-text {
  font-size: 0.8rem;
  color: #666666;
}
.price {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 1rem;
  background: #dff4ff;
}
.soldout-status {
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
  background: #f1f1f1;
  text-align: center;
  margin-top: 1rem;
}
/*--newslist--*/
.p-postList.-type-simple {
  border-top: 0px;
}
.p-postList.-type-simple .p-postList__link {
  border-bottom: 1px solid #f4f9ff;
}
.p-postList.-type-simple .p-postList__link:hover {
  background-color: #fbfdff;
}
.c-postTimes__item {
  letter-spacing: 0.1rem;
}
.category-link {
  margin-top: 3rem;
}
/* --swiper thumnail-- */
.slide-thumnail .swiper {
  max-width: 800px;
  width: 100%;
}
.slide-thumnail .swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-button-prev, .swiper-button-next {
  color: #FFF;
  background: #4c87ce;
  width: 20px;
  height: 60px;
  border-radius: 50px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 1rem;
}
.slide-thumnail .thumbnail-slider .swiper-slide {
  width: calc((100% / 4.5) - 2px)!important;
  flex-shrink: 0;
  margin-right: 0;
}
.slide-thumnail .main-slider .swiper-slide {
  width: 100%;
}
.post-price-box {
  border: 1px solid #4c7bb5;
  box-shadow: 5px 4px rgb(202 234 245);
  padding: 0.5rem;
  border-radius: 10px;
}
.post-contents {}
@media (max-width: 768px) {
  .post-text-contents1-in {
    gap: 0 !important;
  }
}
.-related .p-postList__item {
  border: 1px solid #4c7bb5;
  padding: 1rem !important;
  margin: 1rem !important;
  border-radius: 5px;
  box-shadow: 2px 3px rgb(173 222 239 / 65%);
}
.p-postList__title {
  font-weight: nomal !important;
}
.p-entry__foot .c-postTerms__link {
  background: #f5fbfd;
}

@media (min-width: 1000px) {
.-related .p-postList__item {
  margin: 0.3rem !important;
}
    [data-sidebar=off] .p-postList.-type-card .p-postList__item {
        flex-basis: calc(33.3% - 0.8rem);
    }
}

/*画像を左から右に出現*/
.img-LR {
  opacity: 0;
}
.img-LR.show {
  opacity: 1;
  visibility: visible;
}
.img-LR.show {
  animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}
.img-LR.show:before {
  animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #f6fafe;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
/*----------要素を隠してスクロールで見える------------*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0;
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5685c0;
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*右から左*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d5b7b7;
}
@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
.bgappearTrigger, .bgLRextendTrigger {
  opacity: 0;
}
/*ループ画像*/
.loopSlide {
  display: flex;
  width: 100vw;
  overflow: hidden;
}
.loopSlide img {
  width: auto;
  height: 100%;
}
.loopSlide img:first-child {
  animation: slide1 60s -30s linear infinite;
}
.loopSlide img:last-child {
  animation: slide2 60s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}