@charset "UTF-8";
.c-txt-lg {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 28px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 38px;
  }
}

.c-txt-lr {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lr {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lr {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lr {
    font-size: 36px;
  }
}

.c-txt-md {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-md {
    font-size: 24px;
  }
}

.c-txt-sm {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm {
    font-size: 20px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: rgb(14, 89, 139);
}
@media screen and (min-width: 600px) {
  .c-txt-xs {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-xs {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.mb-sm, .tab-cate, .p-blog .category-list, .p-blog__item, .p-blog__list, .c-works-sl__title, .c-works-sl__subtit, .cptu .category-list, .cptu__list, .c-access .g-map, .c-about__title {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .tab-cate, .p-blog .category-list, .p-blog__item, .p-blog__list, .c-works-sl__title, .c-works-sl__subtit, .cptu .category-list, .cptu__list, .c-access .g-map, .c-about__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .tab-cate, .p-blog .category-list, .p-blog__item, .p-blog__list, .c-works-sl__title, .c-works-sl__subtit, .cptu .category-list, .cptu__list, .c-access .g-map, .c-about__title {
    margin-bottom: 30px;
  }
}

.mb-md, .c-works-sl-slider, .c-works-sl-title, .c-access, .c-about {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-works-sl-slider, .c-works-sl-title, .c-access, .c-about {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-works-sl-slider, .c-works-sl-title, .c-access, .c-about {
    margin-bottom: 100px;
  }
}

.mb-lr, .c-works-sl__imgWrap {
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-works-sl__imgWrap {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-works-sl__imgWrap {
    margin-bottom: 120px;
  }
}

.c-container {
  padding: 0 6vw;
}
@media screen and (min-width: 600px) {
  .c-container {
    padding: 0 3vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container {
    padding: 0 12vw;
  }
}

html :where(img) {
  height: 100% !important;
  max-width: 100%;
}

/* header */
/* #header .logo {
  object-fit: contain;
  width: 100%;
}
#header > h2 {
  padding: 15px 15px 10px 20px;
  margin-bottom: 0;
  width: 200px;
}
@media (min-width: 992px) {
  #header > h2 {
    padding: 20px 20px 10px 50px;
  }
  #header .logo {
    width: 100%;
  }
}
.organization {
  margin-bottom: 60px;
}
@media (min-width: 960px) {
  .organization__img .view-sp {
    display: none;
  }
}
@media (max-width: 959px) {
  .organization__img .view-pc {
    display: none;
  }
} */
/* header */
#header .logo {
  -o-object-fit: contain;
     object-fit: contain;
  width: 337px;
  height: 63px;
  background-image: url(../images/common/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#header > h2 {
  padding: 5px 15px 10px 10px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #header .logo {
    width: 420px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  #header > h2 {
    padding: 20px;
  }
  p {
    font-size: 18px;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  justify-content: space-between;
  width: 100%;
  height: auto;
  align-items: center;
  /* text-align: center; */
  /* background-color:rgba(0, 0, 0); */
}

#pc-nav ul {
  display: flex;
  justify-content: center;
}

#pc-nav ul li a {
  display: block;
  padding: 20px 20px;
  transition: all 0.3s;
}

#pc-nav ul li a {
  color: white;
}

#pc-nav ul li a .ja {
  color: Black;
}

#pc-nav ul li a .en {
  color: white;
  font-size: 12px;
  display: block;
  text-align: center;
}

@media (max-width: 991px) {
  #pc-nav ul li a {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  #pc-nav {
    display: none;
  }
}
/* top_main */
.top-title {
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 2.5em;
  position: absolute;
  top: 36%;
  left: 5%;
  z-index: 3;
}

#slider {
  width: 100%;
}

.top_news_wrap {
  margin: 0 0 10px 20px;
}

.top_news-date {
  display: block;
  margin-top: 5px;
}

.top_news-tit {
  display: block;
  margin-top: 5px;
}

.top_main .tel {
  position: relative;
  padding-left: 25px;
}

.top_main__img {
  position: relative;
}

.top_main .tel::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  .top-title {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 6vw;
    padding: 0 3vw;
  }
}
@media (max-width: 767px) {
  .swiper-slide .view-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .swiper-slide .view-sp {
    display: none;
  }
  .top-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }
  #slider {
    width: 100%;
  }
  .top_main .Typing,
  h2 {
    white-space: nowrap;
  }
  .top_main .Typing {
    font-size: 24px;
    text-align: center;
  }
}
.top_main .Typing {
  font-size: 24px;
  text-align: center;
  /* ---- Fallback（古いブラウザ用の単色）---- */
  color: #6bd90d; /* 酸液グリーン */
  /* ---- グラデ文字（本体） ---- */
  background: radial-gradient(circle at 50% 40%, #d7ff00 0%, #9eff00 20%, #00ffa3 45%, #00d7ff 70%, #001a12 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* ---- ほんのり縁＋微グロー ---- */
  --edge: #9eff00; /* 縁の色（お好みで変更可） */
  --glow: rgba(0, 255, 163, 0.32); /* 外側グローの強さ */
  -webkit-text-stroke: 0.9px var(--edge);
  text-shadow: 0 0 1px var(--edge), 0 0 8px var(--glow);
}
@media (min-width: 960px) {
  .top_main .Typing {
    font-size: 46px;
  }
}

/* -webkit-text-stroke 非対応（Firefox等）用のフォールバック */
@supports not (-webkit-text-stroke: 1px #000) {
  .top_main .Typing {
    text-shadow: 1px 0 var(--edge), -1px 0 var(--edge), 0 1px var(--edge), 0 -1px var(--edge), 0 0 8px var(--glow);
  }
}
.top_main {
  position: relative;
  width: 100%;
}

.top_main_bottom {
  bottom: 0;
  justify-content: space-between;
}

.top_main_bottom > div:first-child .hours {
  line-height: 0.9em;
}

.top_main_bottom > div:first-child .hours span {
  font-size: 0.75em;
}

.top_main_bottom > div:last-child {
  width: 55%;
}

@media (max-width: 767px) {
  #slider .swiper-slide {
    height: 70vh;
  }
  .top_main > #slider {
    width: 100%;
  }
  .top_main_bottom > div:last-child {
    width: 100%;
    font-size: 0.8rem;
  }
  #pc-tel-nav {
    display: none !important;
  }
}
.vices {
  position: absolute;
  bottom: 30px;
}

@media (min-width: 960px) {
  .vices {
    left: 50px;
  }
}
/* top-price */
.top-price {
  padding: 50px 0;
}

.top-price__wrap {
  margin-bottom: 40px;
}

.top-price__wrap h3 {
  margin-bottom: 20px;
}

.top-price__wrap .desc {
  margin-bottom: 20px;
}

.top-price__wrap .desc .c-txt-sm {
  font-size: 18px;
}

.kozinmuke h3 {
  margin-bottom: 20px;
}

.kozinmuke__img {
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .top-price .c-container {
    display: flex;
    justify-content: space-between;
  }
  .top-price__wrap {
    width: 48%;
  }
  .kozinmuke {
    width: 48%;
  }
}
/* top_company */
.top_company_img {
  background-image: url(../images/home/company-2.jpg);
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 450px;
  background-size: cover;
  position: relative;
}

.Typing,
.description {
  position: relative;
  z-index: 10;
}

.top_company_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#top_company > div > div {
  max-width: 800px;
}

@media (max-width: 767px) {
  #top_company {
    background-size: cover;
  }
  #top_company .view-pc {
    display: none;
  }
  .top_company_img::before {
    /* 透過した黒を上から重ねるイメージ */
    background-color: rgba(0, 0, 0, 0.4);
    /* 自由に位置指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    /* z-index: -3; */
  }
}
@media (min-width: 768px) {
  #top_company .view-sp {
    display: none;
  }
  #top_company .view-pc {
    width: 40%;
    padding-left: 3rem;
  }
  .top_company_img {
    margin-right: -3rem;
    width: 60%;
  }
}
@media (min-width: 960px) {
  .top_news_wrap {
    display: flex;
    margin: 10px 0 10px 20px;
  }
  .top_news-tit {
    margin-left: 25px;
  }
  .top_main_bottom > .top_news-content.m-color {
    width: 60%;
    padding-bottom: 30px;
  }
}
/* top_service */
#top_business {
  color: white;
}

#gallery .bg::before {
  opacity: 0.3;
}

#gallery p {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  letter-spacing: 0.5em;
}

#gallery li a {
  height: 225px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

#gallery li a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#gallery .item04 img,
#gallery .item03 img {
  -o-object-fit: cover;
     object-fit: cover;
}

#gallery li p {
  font-weight: bold;
  color: #fff;
  z-index: 100;
  white-space: nowrap;
}

@media (min-width: 768px) {
  #top_business > div {
    text-align: end;
  }
  #gallery li a {
    height: 265px;
  }
}
@media (max-width: 767px) {
  #top_business > div:last-child {
    text-align: center;
  }
}
@media (min-width: 960px) {
  #gallery li {
    width: 25%;
  }
}
/* top_news */
#top_news > div > div:first-child > div {
  height: 100%;
}

#top_news li {
  border-bottom: 1px solid rgb(66, 66, 66);
}

.news-date {
  display: inline-block;
}

.news-tit {
  display: block;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .news-tit {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #top_news .col-lg-5 > div > div {
    display: none;
  }
  #top_news li > * {
    font-size: 0.8em;
  }
}
/* top_recruit */
#top_recruit::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 100%;
  margin-left: auto;
  background: #00447c;
  z-index: -1;
}

#top_recruit img {
  width: 55%;
  padding: 30px 10px 30px 0;
}

@media (max-width: 767px) {
  #top_recruit::before {
    width: 100%;
  }
  #top_recruit img {
    width: 100%;
    padding: 1rem;
  }
}
/* footer */
#footer {
  background: #514e4e;
  color: white;
}

#footer .logo {
  width: 20%;
  height: auto;
}

#footer .sns-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

#footer .address p,
#footer .address a {
  color: white;
}

.sns-ico {
  padding: 12px;
  background-color: rgb(245, 246, 248);
  display: inline-block;
  margin-right: 25px;
  border-radius: 100%;
  border: 1px solid rgb(230, 233, 238);
  box-shadow: 10px 10px 35px rgb(199, 199, 199);
}

.sns-link {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}

#sns01 a {
  background-image: url(../images/common/insta-black.png);
}

#sns02 a {
  background-image: url(../images/common/line.png);
}

#sns03 {
  margin-right: 0;
}

#sns03 a {
  background-image: url(../images/common/facebook-icon.svg);
}

@media (max-width: 991px) {
  #footer .logo {
    width: 10%;
  }
}
@media (max-width: 767px) {
  #footer > * {
    font-size: 0.8em;
  }
  #footer .logo {
    width: 70%;
    display: block;
    margin: 40px auto;
  }
  #footer .small {
    margin-bottom: 20px;
    font-size: 0.9rem;
  }
}
#footer ul i {
  color: #8c8c8c;
}

#footer li a {
  color: white;
}

#footer .flex {
  display: flex;
  justify-content: space-between;
}

#footer .flex .Img {
  width: 30%;
}

#footer .flex .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}

#footer .flex .address {
  width: 60%;
}

@media (min-width: 768px) {
  #footer .small {
    margin-right: 20px;
  }
}
@media (min-width: 960px) {
  #footer {
    padding: 2rem 20rem !important;
  }
  #footer .d-lg-flex {
    align-items: center;
  }
  #footer .logo {
    width: 35%;
  }
  #footer .address {
    display: flex;
    justify-content: space-between;
  }
  #footer .flex .Img img {
    width: 50%;
  }
}
.tit {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.tit .ja {
  font-size: 30px;
}

.tit .en {
  font-size: 18px;
  color: #347eaf;
}

/* company */
/* business */
.worries {
  padding: 10px 0 30px 0;
  /* background-image: url(../images/home/bg-1.jpg);
  background-size: cover; */
}

.worries h3 {
  text-align: center;
  font-size: 20px;
}

.worries h3 small {
  color: #69c0ef;
}

.worries ul {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
}

.worries li {
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.worries li::before {
  position: absolute;
  content: "1";
  font-size: 18px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 28px;
  top: 0px;
  left: -4px;
  background: #4a90e2;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
}

.worries li:nth-of-type(2)::before {
  content: "2";
}

.worries li:nth-of-type(3)::before {
  content: "3";
}

.worries li:nth-of-type(4)::before {
  content: "4";
}

@media (min-width: 960px) {
  .worries .c-container,
  .worries .c-points__desc {
    padding: 0 22vw;
  }
  .worries h3 {
    font-size: 26px;
  }
  .worries ul {
    padding: 60px 60px 20px 60px;
    font-size: 20px;
  }
  .worries li {
    padding-left: 70px;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .worries li::before {
    position: absolute;
    content: "1";
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: -10px;
    left: -4px;
  }
}
@media (min-width: 768px) {
  .business-item p {
    font-size: 1.2em;
  }
}
.business-item .num {
  font-size: 1.6em;
  margin: 0 10px;
  /* display: block; */
}

.business-contents > div {
  margin: 10rem 0 5rem 0;
}

.business-contents > div .more-btn {
  margin-bottom: 0 !important;
}

.Desc {
  margin-bottom: 30px;
  text-align: center;
  margin: 0 5vw;
}

@media (min-width: 960px) {
  .Desc {
    font-size: 30px;
  }
}
.cta h3 {
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

@media (min-width: 960px) {
  .cta h3 {
    font-size: 30px;
  }
}
.c-points__desc .item-tit {
  font-size: 18px;
}

.c-points__desc .num {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 28px;
  color: #347eaf;
  border-bottom: 2px solid #347eaf;
}

.c-points__desc .num-wrap {
  text-align: center;
}

.c-points__img {
  margin-bottom: 20px;
}

.c-flow-item .c-container,
.c-flow-item .c-points__desc,
.c-flow-item .c-business-item__desc {
  display: flex;
  justify-content: space-between;
}

.c-container,
.c-points__desc,
.c-business-item__desc {
  padding: 0 6vw;
}

@media (min-width: 768px) {
  .c-points li {
    display: flex;
    justify-content: space-between;
  }
  .c-points li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-points__img {
    width: 50%;
  }
  .c-points__desc {
    width: 50%;
  }
  .c-business-item {
    padding: 0 14vw;
  }
  .c-business__tit {
    height: 260px;
  }
}
@media screen and (min-width: 600px) {
  .c-container,
  .c-points__desc,
  .c-business-item__desc {
    padding: 0 3vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container,
  .c-points__desc,
  .c-business-item__desc {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container,
  .c-points__desc,
  .c-business-item__desc {
    padding: 0 8vw;
  }
}
/* インスタグラム */
#top_instagram {
  color: white;
}

#top_instagram .container {
  text-align: center;
}

.insta-tit {
  text-align: center;
  margin-bottom: 20px;
}

#sbi_images {
  margin-bottom: 40px;
}

#sb_instagram .sb_instagram_header {
  display: none;
}

.sbi_photo {
  background-repeat: no-repeat;
  background-size: cover;
}

.sbi_photo img {
  height: 100% !important;
}

#sb_instagram #sbi_images {
  display: flex;
  justify-content: space-between;
}

#sb_instagram #sbi_images .sbi_item {
  width: 33.3% !important;
}

/* recruit */
#c-recruit {
  color: black;
}

.recruit-contents h3 {
  font-size: 1.3rem;
  margin-bottom: 30px;
}

.recruit-contents > div {
  border: 1px solid #ababab;
}

@media (max-width: 767px) {
  .recruit-contents p {
    font-size: 0.8rem;
  }
}
@media (min-width: 960px) {
  #top_instagram .container {
    text-align: center;
    padding: 0 8vw;
  }
}
/* news一覧 */
.news-contents {
  padding: 0 5vw;
  margin: 10vh 0 0 0;
  color: black;
}

@media (min-width: 768px) {
  .news-contents {
    padding: 0 10vw;
  }
}
.news-contents .news-item:first-child {
  border-top: 1px solid #ababab;
}

.news-contents .news-item {
  border-bottom: 1px solid #ababab;
}

.news-item span {
  font-size: 0.8rem;
}

.pagination {
  display: block;
}

.page-numbers {
  margin: 12vw 0;
}

.news-contents .page-numbers {
  margin: 12vw 0;
}

.news-contents .page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #272727;
}

.news-contents .page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgb(183, 234, 243) !important;
}

.news-contents .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 10vw;
  height: 10vw;
  border-radius: 100%;
  border: 1px solid #c4ccd1;
  background: #fff;
  margin: 0 1.3vw;
}

.news-contents .page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  padding-left: 20px;
  top: 0;
}

.news-contents .page-numbers:not(.next):not(.prev) .next::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/home/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .news-contents .page-numbers:not(.next):not(.prev) .next {
    display: none;
  }
}
@media (min-width: 768px) {
  .news-contents .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 40px;
    height: 40px;
  }
  .news-contents .page-numbers:not(.next):not(.prev) .next {
    top: 0;
  }
}
@media (min-width: 960px) {
  .news-contents .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
    color: #586166;
  }
  .news-contents .page-numbers:not(.next):not(.prev) .next {
    font-size: 1.4rem;
  }
  .news-contents .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
    height: 20px;
    width: 20px;
  }
}
/* news詳細 */
.c-news-sl {
  padding: 0 5vw;
}

.c-news-sl__tit {
  margin: 20px 0 0 0;
}

.c-news-sl__contents {
  line-height: 2;
}

.c-news-sl__date {
  padding: 10px 10px;
  display: inline-block;
  color: #fff;
}

.c-news-sl__title {
  font-size: 24px;
  padding: 12px 0;
}

@media (min-width: 600px) {
  .c-news-sl {
    padding: 0 10vw;
  }
  .c-news-sl__tit {
    margin: 60px 0 0 0;
  }
}
/* お問い合わせフォーム */
.c-contact {
  overflow: hidden;
}

.c-contact-text {
  margin-bottom: 30px;
}

.c-contact .contact-form {
  color: black;
  padding: 50px 0;
  text-align: center;
  background-color: #f4f5f7;
}

.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}

.c-contact .contact-form input,
.c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #2b2b2b;
  margin: 5px 0 15px 0;
}

.c-contact .contact-form textarea {
  margin-bottom: 0;
}

.c-contact .contact-form input {
  height: 45px;
}

.c-contact .contact-form select {
  width: 130px;
  height: 45px;
  border: 1px solid #2b2b2b;
}

.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 280px;
  margin-bottom: 0 !important;
}

.c-contact .contact-form dt {
  font-size: 14px;
}

.c-contact .contact-form dt p {
  display: inline;
}

.c-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}

.c-contact .contact-form .must::after {
  content: "*";
  font-size: 14px;
  color: #1d649e;
}

.c-contact .contact-form .free {
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}

.c-contact .contact-form .ct-request select {
  width: 100%;
}

.c-contact .contact-form .ct-flex {
  display: flex;
  justify-content: space-between;
  width: 280px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}

.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}

.c-contact .contact-form .ct-sex input {
  margin: 0;
}

.c-contact .contact-form .ct-sex select {
  height: 45px;
}

.c-contact .contact-form .ct-age {
  display: inline-block;
  text-align: left;
}

.c-contact .contact-form .ct-date {
  text-align: left;
  font-size: 14px;
}

.c-contact .contact-form .ct-date input {
  margin-top: 0;
  width: 130px;
}

.c-contact .contact-form .ct-time {
  text-align: left;
}

.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}

.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.c-contact .contact-form .ms-1 {
  color: #2180da;
  border-bottom: 1px solid #2180da;
}

.c-contact .contact-form .submit-btn {
  text-align: center;
}

.c-contact .contact-form .submit-btn input:disabled {
  border-color: #a0a0a0;
}

.c-contact .contact-form .submit-btn input {
  border-color: #2b2b2b;
  width: 70%;
  max-width: 320px;
}

.c-contact .contact-form .ajax-loader {
  display: none;
}

.c-contact .contact-form .wpcf7-spinner {
  display: none;
}

@media (min-width: 600px) {
  .c-contact .contact-form .c-contact-text {
    font-size: 18px;
  }
  .c-contact .contact-form dt {
    font-size: 20px;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form select {
    width: 250px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 30px;
    width: 30px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 800px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 800px;
  }
  .c-contact .contact-form select {
    width: 380px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 25px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}

.c-contact #contact-tel {
  color: #272727;
  font-size: 20px;
  font-weight: bold;
}

.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}

#privacy-policy {
  margin-top: 50px;
}

.c-privacy .c-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
}

.c-privacy h3 {
  margin-bottom: 20px;
}

.c-privacy-item {
  margin-bottom: 30px;
}

/* サンクスページ */
.c-thanks {
  margin-top: 50px;
}

.c-thanks .c-title {
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
}

.c-thanks h3 {
  margin-bottom: 20px;
}

.c-thanks-item {
  margin-bottom: 30px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.c-business {
  background-color: #000000;
  padding: 30px 0;
}

.c-business__txt {
  text-align: center;
}

.c-business__desc {
  background-color: #393939;
  padding: 6%;
}

.c-business__desc h5 {
  border-bottom: 1px solid #fdfdfd;
  padding-bottom: 5px;
  font-size: 18px;
  margin: 20px 0 30px 0;
}

.c-business__desc li {
  margin-bottom: 10px;
  font-size: 15px;
}

.c-business__desc li::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  background-image: url(../images/common/icon-check-wh.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-business #business02 .c-business__tit {
  background-image: url(../images/home/img7.jpeg);
}

.c-business #business03 .c-business__tit {
  background-image: url(../images/home/img9.jpeg);
  background-position: bottom;
}

.c-business #business04 .c-business__tit {
  background-image: url(../images/home/img13.jpeg);
}

.c-business #business05 .c-business__tit {
  background-image: url(../images/home/img12.jpeg);
}

.c-business #business06 .c-business__tit {
  background-image: url(../images/home/img31.jpg);
  background-position: center;
}

.c-business__tit {
  position: relative;
  background-image: url(../images/home/img11.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
  padding: 72px 0;
  text-align: center;
}

.c-business__tit.bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #050514;
  opacity: 0.3;
  z-index: 100;
}

.c-business__tit .item-tit {
  position: relative;
  color: #fff;
  font-size: 24px;
  border-bottom: 1px solid #fff;
  z-index: 200;
  padding-bottom: 5px;
}

.c-business-item .c-title {
  margin-top: 0;
}

.c-business-item .c-title .en {
  font-size: 24px;
}

.c-business-item .c-title .en::before {
  height: 22px;
  width: 22px;
}

.c-business-item__desc {
  margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .c-business-item__desc,
  .c-business-item {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .c-business-item__desc,
  .c-business-item {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .c-points li {
    display: flex;
    justify-content: space-between;
  }
  .c-points li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-points__img {
    width: 50%;
  }
  .c-points__desc {
    width: 50%;
  }
  .c-business-item {
    padding: 0 17vw;
  }
  .c-business__tit {
    height: 260px;
  }
}
/* 料金案内 */
.c-about h2 {
  text-align: center;
  margin-bottom: 30px;
}
.c-about__title {
  text-align: center;
}
.c-about__desc dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.c-about__desc dl dt {
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .c-about__desc dl {
    margin-bottom: 20px;
    padding: 0 5vw 2vw 5vw;
  }
  .c-about__desc dl dt {
    display: inline-block;
    width: 150px;
    margin-bottom: 0;
  }
  .c-about__desc dl dd {
    display: inline-block;
  }
}

.c-access {
  margin-top: 50px;
}
.c-access .g-map {
  background-color: #404040;
  padding: 10px;
}
.c-access .g-map h3 {
  padding-left: 20px;
  border-left: 10px solid rgb(14, 89, 139);
}
@media (min-width: 960px) {
  .c-access .flex {
    display: flex;
    justify-content: space-between;
  }
  .c-access .flex .g-map {
    width: 48%;
  }
}

.gallery ul {
  display: flex;
  flex-wrap: wrap;
}
.gallery ul li {
  width: 33.333%;
}
.gallery ul li img {
  height: 141px !important;
}
@media (min-width: 600px) {
  .gallery ul li img {
    height: 300px !important;
  }
}
@media (min-width: 960px) {
  .gallery ul li {
    width: 19.99%;
  }
}

.cptu {
  padding: 60px 0;
  background-color: #353535;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cptu .p-title .en::before {
  display: none;
}
.cptu__item {
  box-shadow: 5px 5px 1px #055ec5;
  margin-bottom: 40px;
}
.cptu__item .thumbnail-wrap {
  display: flex;
  margin: 20px 0;
}
.cptu__item .thumbnail-img {
  width: 20%;
  margin-right: 20px;
}
.cptu__item a {
  color: rgb(24, 24, 24);
}
.cptu-wrap {
  padding: 20px;
  background-color: #fff;
  position: relative;
  height: 160px;
}
.cptu-wrap::before {
  position: absolute;
  right: 5px;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid rgb(14, 89, 139);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
}
.cptu__img {
  height: 150px;
  position: relative;
}
.cptu__img .cate-item {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(14, 89, 139);
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}
.cptu__date {
  color: rgb(14, 89, 139);
  letter-spacing: 2px;
}
.cptu .more-btn {
  margin-bottom: 10px;
}
.cptu .category-list h4 {
  text-align: center;
  color: #fff;
  background-color: rgb(14, 89, 139);
  padding: 10px 10px;
}
.cptu .category-list ul {
  padding: 10px 10px;
  background-color: #fff;
  margin-bottom: 30px;
}
.cptu .category-list ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  position: relative;
}
.cptu .category-list ul li::before {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid rgb(14, 89, 139);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.cptu .category-list ul li a {
  color: rgb(24, 24, 24);
}
@media (min-width: 960px) {
  .cptu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .cptu ul li {
    width: 28%;
    margin: 20px;
  }
  .cptu ul li .p-news__img {
    height: 220px;
  }
  .cptu .category-list {
    width: 50%;
  }
}

.cptu-top {
  padding-top: 120px;
}

.c-works-sl {
  margin-top: 120px;
}
.c-works-sl .label {
  background-color: rgb(14, 89, 139);
  padding: 4px 20px;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 10px;
}
.c-works-sl .txt {
  background-color: rgb(14, 89, 139);
  padding: 4px 20px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.c-works-sl .profile {
  margin-bottom: 30px;
}
.c-works-sl .dwn-arrow {
  position: relative;
  margin: 30px 0 80px 0;
  text-align: center;
  font-size: 22px;
}
.c-works-sl .dwn-arrow::before {
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  visibility: visible;
  margin-left: -12px;
  border-bottom: 3px solid rgb(14, 89, 139);
  border-right: 3px solid rgb(14, 89, 139);
  transform: rotate(45deg);
}
.c-works-sl-title p {
  padding-left: 5px;
  border-left: 18px solid rgb(14, 89, 139);
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 960px) {
  .c-works-sl-title p {
    font-size: 2rem;
  }
}
.c-works-sl__imgWrap {
  position: relative;
}
.c-works-sl__imgWrap::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/common/img_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: 100;
}
@media (min-width: 960px) {
  .c-works-sl__imgWrap::before {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.c-works-sl__img {
  position: relative;
  margin-bottom: 20px;
}
.c-works-sl__subtit {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 40px;
}
.c-works-sl__subtit::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 3px;
  width: 30px;
  background-color: rgb(14, 89, 139);
}
@media (min-width: 960px) {
  .c-works-sl__subtit {
    font-size: 22px;
  }
}
.c-works-sl__title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-left: 40px;
}
.c-works-sl__title::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 3px;
  width: 30px;
  background-color: rgb(14, 89, 139);
}
@media (min-width: 960px) {
  .c-works-sl__title {
    font-size: 26px;
  }
}
.c-works-sl-slider .mySwiper2 {
  position: relative;
}
.c-works-sl-slider .mySwiper2 .works-sl__img {
  margin-bottom: 0;
  height: auto;
}
.c-works-sl-slider .mySwiper2 .swiper-wrapper {
  position: relative;
  width: 100%;
}
.c-works-sl-slider .mySwiper2 .swiper-slide {
  opacity: 0;
}
.c-works-sl-slider .mySwiper2 .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-works-sl-slider .mySwiper2 .swiper-slide-active {
  opacity: 1;
}
.c-works-sl-slider .mySwiper {
  box-sizing: border-box;
}
.c-works-sl-slider .mySwiper .swiper-wrapper {
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.c-works-sl-slider .mySwiper .swiper-slide {
  width: 31% !important;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
  margin-bottom: 10px;
}
.c-works-sl-slider .mySwiper .swiper-slide .c-works-sl__img {
  height: 100px;
}
.c-works-sl-slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.c-works-sl-slider .swiper-button-prev, .c-works-sl-slider .swiper-button-next {
  position: absolute;
  background-color: rgb(24, 24, 24);
}
.c-works-sl-slider .swiper-button-prev::after, .c-works-sl-slider .swiper-button-next::after {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.c-works-sl-slider .swiper-button-prev {
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.c-works-sl-slider .swiper-button-next {
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-works-sl__link {
  text-align: right;
  margin-bottom: 50px;
  margin-top: 40px;
}
.c-works-sl__link a {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
@media (min-width: 960px) {
  .c-works-sl .c-container {
    margin: 0 8vw;
  }
  .c-works-sl__imgWrap {
    display: flex;
    justify-content: space-between;
  }
  .c-works-sl__imgWrap .c-works-sl__img {
    width: 44%;
    height: 200px;
  }
  .c-works-sl::before {
    transform: none;
  }
}
.c-works-sl .mySwiper2 .swiper-slide {
  width: 100% !important;
}

.cptu-bg {
  background-color: #000000;
}

.p-blog {
  padding: 30px 0 60px 0;
  background-color: #353535;
}
.p-blog .p-title .en::before {
  display: none;
}
.p-blog__item {
  box-shadow: 5px 5px 10px rgb(199, 199, 199);
}
.p-blog__item .thumbnail-wrap {
  display: flex;
  margin: 20px 0;
}
.p-blog__item .thumbnail-img {
  width: 20%;
  margin-right: 20px;
}
.p-blog__item a {
  color: rgb(24, 24, 24);
}
.p-blog-wrap {
  padding: 20px;
  background-color: #fff;
  position: relative;
  height: 160px;
}
.p-blog-wrap::before {
  position: absolute;
  right: 5px;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid rgb(14, 89, 139);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
}
.p-blog__img {
  height: 150px;
  position: relative;
}
.p-blog__img .cate-item {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(14, 89, 139);
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}
.p-blog__date {
  color: rgb(14, 89, 139);
  letter-spacing: 2px;
}
.p-blog .more-btn {
  margin-bottom: 10px;
}
.p-blog .category-list h4 {
  text-align: center;
  color: #fff;
  background-color: rgb(14, 89, 139);
  padding: 10px 10px;
}
.p-blog .category-list ul {
  padding: 10px 10px;
  background-color: #fff;
}
.p-blog .category-list ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  position: relative;
}
.p-blog .category-list ul li::before {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid rgb(14, 89, 139);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.p-blog .category-list ul li a {
  color: rgb(24, 24, 24);
}
@media (min-width: 960px) {
  .p-blog__list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-blog__list li {
    width: 28%;
    margin: 20px;
  }
  .p-blog__list li .p-blog__img {
    height: 220px;
  }
  .p-blog .category-list {
    width: 50%;
  }
}

.wp-block-heading {
  border-left: #21bbe6 7px solid;
  padding-left: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.swiper-container {
  overflow: visible !important;
  height: 55vh;
}
@media (min-width: 960px) {
  .swiper-container {
    height: 85vh;
  }
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide-active img {
  animation: zoom 4.5s forwards;
}

@keyframes zoom {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.p-header {
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 9px 10px 0 10px;
}
.p-header .logo__img h1 {
  color: rgb(24, 24, 24);
}
@media (min-width: 1200px) {
  .p-header .logo__img h1 {
    font-size: 40px;
  }
}
.p-header .logo {
  background-image: url(../images/common/logo06.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 171px;
  opacity: 1;
}
.p-header .mobile-button {
  position: fixed;
  top: 16px;
  right: 10px;
  z-index: 3000;
}
@media (max-width: 959px) {
  .p-header .pc-container {
    display: none;
  }
  .p-header .mobile-menu {
    display: none;
  }
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 8vh;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
  background-color: #fff;
}
.p-header .sp-navbtn .bnr_img {
  position: absolute;
  top: -26px;
}
.p-header .sp-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-header .sp-navbtn__container li {
  width: 49.5%;
  height: 100%;
  background-color: rgb(152, 181, 192);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header .sp-navbtn__container li .small {
  font-size: 60%;
  padding-left: 30px;
}
.p-header .sp-navbtn__container a {
  position: relative;
  color: rgb(24, 24, 24);
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  padding-top: 25px;
  font-size: 14px;
}
.p-header .sp-navbtn__container a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .sp-navbtn__container .sp2 {
  background-color: rgb(14, 89, 139);
}
.p-header .sp-navbtn__container .sp2 a::before {
  background-image: url(../images/common/ico-mail-wh.png);
}
.p-header .sp-navbtn__container .sp3 {
  background-color: #4dd05f;
}
.p-header .sp-navbtn__container .sp3 a::before {
  background-image: url(../images/common/icon_line_w.svg);
}
.p-header .sp-navbtn__container a:hover,
.p-header .sp-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .pc-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 10vh;
  width: 100%;
  z-index: 8000;
  transition: all 0.3s;
  background-color: #fff;
}
.p-header .pc-navbtn .bnr_img {
  position: absolute;
  top: -60px;
  width: 50%;
}
.p-header .pc-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-header .pc-navbtn__container li {
  width: 49.5%;
  height: 100%;
  background-color: rgb(152, 181, 192);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.p-header .pc-navbtn__container li p {
  font-size: 12px;
  padding-left: 35px;
}
.p-header .pc-navbtn__container .sp2 {
  background-color: rgb(14, 89, 139);
}
.p-header .pc-navbtn__container .sp2 a::before {
  background-image: url(../images/common/ico-mail-wh.png);
}
.p-header .pc-navbtn__container .sp3 {
  background-color: #4dd05f;
}
.p-header .pc-navbtn__container .sp3 a::before {
  display: none;
}
.p-header .pc-navbtn__container .sp3 a img {
  width: 65%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 50px;
  border: 4px solid #fff;
}
.p-header .pc-navbtn__container a {
  position: relative;
  color: rgb(24, 24, 24);
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding-left: 35px;
  height: 100%;
}
.p-header .pc-navbtn__container a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 25px;
  width: 25px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .pc-navbtn__container a:hover,
.p-header .pc-navbtn__container a:active {
  text-decoration: underline;
}
@media (max-width: 959px) {
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 100px;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: rgba(7, 88, 155, 0.5803921569);
    opacity: 0.92;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 14px;
    padding-top: 20px;
    padding-right: 2.6vw;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #fff;
  }
  .p-header .pc-container .pc-nav-item:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item small {
    color: rgb(14, 89, 139);
    display: block;
    text-align: center;
    font-size: 10px;
  }
  .p-header .pc-container .pc-contact {
    position: absolute;
    top: 2px;
    right: 10px;
  }
  .p-header .pc-container .pc-contact a {
    position: relative;
    background-color: rgb(14, 89, 139);
    padding: 8px 20px 8px 30px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-contact a:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-contact .pc-tel::before {
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    content: "";
    height: 18px;
    width: 18px;
    background-image: url(../images/common/tel-white.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-header .pc-container .pc-contact .pc-net::before {
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    content: "";
    height: 18px;
    width: 18px;
    background-image: url(../images/common/icon-link-1-white.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 15px 10px 8px 20px;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none;
  }
}
.p-header .hide.sp-navbtn {
  transform: translateY(100%);
  transition: all 0.4s;
}

@media (min-width: 960px) {
  .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 9000;
    width: 100%;
    background-color: rgba(11, 88, 152, 0.5803921569);
  }
  .pc-container .pc-nav-list {
    display: flex;
  }
  .pc-container .pc-nav {
    margin: 30px 0 0 0;
  }
  .pc-container .pc-nav-item {
    font-size: 16px;
    padding-top: 20px;
    padding-right: 2.5vw;
    transition: transform 0.3s;
  }
  .pc-container .pc-nav-item:hover {
    transform: translateY(5px);
    transition: transform 0.3s;
  }
  .pc-container .pc-nav-item a {
    color: #fff;
  }
  .pc-container .pc-nav-item small {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 10px;
  }
  .pc-container .pc-contact {
    position: absolute;
    top: 2px;
    right: 10px;
  }
  .pc-container .pc-contact a {
    position: relative;
    background-color: rgb(14, 89, 139);
    padding: 8px 20px 8px 30px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    transition: all 0 0.3s;
  }
  .pc-container .pc-contact a:hover {
    transform: translateY(4px);
    transition: all 0 0.3s;
  }
  .pc-container .pc-contact .pc-tel::before {
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    content: "";
    height: 18px;
    width: 18px;
    background-image: url(../images/common/tel-white.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .pc-container .pc-contact .pc-net::before {
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    content: "";
    height: 18px;
    width: 18px;
    background-image: url(../images/common/icon-link-1-white.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .pc-container .logo.logo-pc {
    height: 80px;
    width: 350px;
  }
  .pc-container .pc-nav-item small {
    font-size: 12px;
  }
  .pc-container .logo__img {
    display: inline-block;
    margin: 28px 10px 15px 40px;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.5s;
  z-index: 8000;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.mobile-menu__list {
  width: 100%;
  text-align: center;
  list-style: none;
  padding-top: 100px;
}
.mobile-menu__item {
  opacity: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #c7ecf7;
}
.mobile-menu__item a {
  color: rgb(24, 24, 24) !important;
}
.mobile-menu .contact-btn {
  padding: 0 10px;
}
.mobile-menu .contact-btn-list {
  display: flex;
  justify-content: space-between;
}
.mobile-menu .contact-btn-item {
  width: 48%;
  text-align: center;
}
.mobile-menu .contact-btn-item span {
  position: relative;
  font-size: 12px;
  color: #fff;
  padding: 40px 5px 10px 5px;
  display: block;
  background-color: rgb(24, 24, 24);
}
.mobile-menu .contact-btn-item span::before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.mobile-menu .contact-btn-item .tel::before {
  background-image: url(../images/common/tel-white.png);
}
.mobile-menu .contact-btn-item .mail::before {
  background-image: url(../images/common/ico-mail-wh.png);
}
.mobile-menu .contact-btn-item .insta::before {
  background-image: url(../images/common/icon-insta-white.png);
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: rgba(11, 88, 152, 0.5803921569);
}
.mobile-container .mobile-ico {
  position: absolute;
  top: 34%;
  right: 20%;
  height: 20px;
  width: 20px;
  background-image: url(../images/tel-gray.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0 0.3s;
}
.mobile-container .mobile-ico.inview {
  transition: all 0 0.3s;
  background-image: url(../images/tel-white.png);
}
.mobile-container .mobile-ico a {
  height: 100%;
  width: 100%;
  display: block;
}
.mobile-container .mobile-logo {
  position: absolute;
  top: 25%;
  left: 5%;
  height: 43px;
  width: 138px;
  background-image: url(../images/riv_logo-gray.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0 0.3s;
}
.mobile-container .mobile-logo.inview {
  transition: all 0 0.3s;
  background-image: url(../images/riv_logo-white.png);
}
.mobile-container .mobile-button {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 200;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
}
.mobile-container .mobile-menu__btn.inview > span {
  background-color: #fff;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 25px;
  height: 1px;
  display: block;
  margin-bottom: 9px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 9px;
  }
  .mobile-container .mobile-menu__btn span:nth-child(2) {
    width: 25px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  transform: none;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: #fff !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(10px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-10px) rotate(-135deg);
}

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 2.3s ease;
}

.clip-js2 {
  transition: all 4s ease;
}

.clip-js3 {
  transition: all 2s ease;
}

.clip-js-bg {
  transition: all 1.8s ease;
}
.clip-js-bg.skew {
  transition: all 1s ease;
  transform: translate(-60%, 60%);
}
.clip-js-bg.skew2 {
  transition: all 1s ease;
  transform: translate(60%, 60%);
}
.clip-js-bg.reveal.skew {
  transform: translate(0);
}
.clip-js-bg.reveal.skew2 {
  transform: translate(0);
}

#hoge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  margin: 0 auto;
  z-index: 6000;
}

.tab-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 3vw;
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 600px) {
  .tab-group {
    justify-content: center;
  }
}

.panel {
  display: none;
}

.panel2 {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 3px solid rgb(14, 89, 139);
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.tab-cate .tab {
  padding: 10px 5px;
  border: 1px solid rgb(255, 255, 255);
  font-weight: bold;
  color: rgb(255, 255, 255);
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  width: 43%;
  margin: 10px;
}
@media (min-width: 960px) {
  .tab-cate .tab {
    font-size: 20px;
    padding: 20px 20px;
    width: 30%;
  }
}
@media (min-width: 960px) {
  .tab-cate {
    padding-bottom: 17px;
  }
}

.tab.is-active {
  color: #fff;
  transition: all 0.2s ease-out;
  background-color: rgb(14, 89, 139);
  border: 1px solid rgb(14, 89, 139);
}

.panel.is-show {
  display: block;
}

.panel2.is-show2 {
  display: block;
}

.panel-group {
  padding: 2vw 0vw;
}

.name {
  margin-bottom: 10px;
}

.panel__item {
  width: 47%;
  padding: 3vw 0;
}
.panel__img {
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .panel__item {
    width: 30%;
    padding: 3vw 0;
  }
  .panel .name {
    font-size: 24px;
  }
  .panel .price {
    font-size: 24px;
  }
  .panel__img {
    margin-bottom: 15px;
  }
}

.appear.up .item {
  transform: translateY(20px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(20px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.5s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 3.5s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 4.5s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 5s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 5.5s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 6.5s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 7s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 7.5s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 8.5s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 9s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 9.5s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 10.5s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 11s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 11.5s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 12.5s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 13s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 13.5s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 14.5s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 15s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 15.5s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 16s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 16.5s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 17s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 17.5s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 18s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 18.5s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 19s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 19.5s;
}

.appear-l .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear-l.inview-l .item {
  opacity: 1;
  transform: none;
}
.appear-l.inview-l .item:nth-child(1) {
  transition-delay: 0.9s;
}
.appear-l.inview-l .item:nth-child(2) {
  transition-delay: 1.8s;
}
.appear-l.inview-l .item:nth-child(3) {
  transition-delay: 2.7s;
}
.appear-l.inview-l .item:nth-child(4) {
  transition-delay: 3.6s;
}
.appear-l.inview-l .item:nth-child(5) {
  transition-delay: 4.5s;
}
.appear-l.inview-l .item:nth-child(6) {
  transition-delay: 5.4s;
}
.appear-l.inview-l .item:nth-child(7) {
  transition-delay: 6.3s;
}
.appear-l.inview-l .item:nth-child(8) {
  transition-delay: 7.2s;
}
.appear-l.inview-l .item:nth-child(9) {
  transition-delay: 8.1s;
}
.appear-l.inview-l .item:nth-child(10) {
  transition-delay: 9s;
}
.appear-l.inview-l .item:nth-child(11) {
  transition-delay: 9.9s;
}
.appear-l.inview-l .item:nth-child(12) {
  transition-delay: 10.8s;
}
.appear-l.inview-l .item:nth-child(13) {
  transition-delay: 11.7s;
}
.appear-l.inview-l .item:nth-child(14) {
  transition-delay: 12.6s;
}
.appear-l.inview-l .item:nth-child(15) {
  transition-delay: 13.5s;
}
.appear-l.inview-l .item:nth-child(16) {
  transition-delay: 14.4s;
}
.appear-l.inview-l .item:nth-child(17) {
  transition-delay: 15.3s;
}
.appear-l.inview-l .item:nth-child(18) {
  transition-delay: 16.2s;
}
.appear-l.inview-l .item:nth-child(19) {
  transition-delay: 17.1s;
}
.appear-l.inview-l .item:nth-child(20) {
  transition-delay: 18s;
}
.appear-l.inview-l .item:nth-child(21) {
  transition-delay: 18.9s;
}
.appear-l.inview-l .item:nth-child(22) {
  transition-delay: 19.8s;
}
.appear-l.inview-l .item:nth-child(23) {
  transition-delay: 20.7s;
}
.appear-l.inview-l .item:nth-child(24) {
  transition-delay: 21.6s;
}
.appear-l.inview-l .item:nth-child(25) {
  transition-delay: 22.5s;
}
.appear-l.inview-l .item:nth-child(26) {
  transition-delay: 23.4s;
}
.appear-l.inview-l .item:nth-child(27) {
  transition-delay: 24.3s;
}
.appear-l.inview-l .item:nth-child(28) {
  transition-delay: 25.2s;
}
.appear-l.inview-l .item:nth-child(29) {
  transition-delay: 26.1s;
}
.appear-l.inview-l .item:nth-child(30) {
  transition-delay: 27s;
}
.appear-l.inview-l .item:nth-child(31) {
  transition-delay: 27.9s;
}
.appear-l.inview-l .item:nth-child(32) {
  transition-delay: 28.8s;
}
.appear-l.inview-l .item:nth-child(33) {
  transition-delay: 29.7s;
}
.appear-l.inview-l .item:nth-child(34) {
  transition-delay: 30.6s;
}
.appear-l.inview-l .item:nth-child(35) {
  transition-delay: 31.5s;
}
.appear-l.inview-l .item:nth-child(36) {
  transition-delay: 32.4s;
}
.appear-l.inview-l .item:nth-child(37) {
  transition-delay: 33.3s;
}
.appear-l.inview-l .item:nth-child(38) {
  transition-delay: 34.2s;
}
.appear-l.inview-l .item:nth-child(39) {
  transition-delay: 35.1s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2eaf3;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.ac-title.is-active {
  transition: all 3s;
}
.ac-title.is-active .i_box::after {
  height: 0;
  transition: all 0.3s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

@media (min-width: 600px) {
  .top-view {
    margin-bottom: 0;
  }
  .top-view .swiper-container {
    height: 60vh;
  }
  .p-message__desc {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .p-message__img-box {
    display: flex;
  }
  .p-message__img-item {
    height: 170px;
    width: 25%;
  }
  .p-about__container {
    display: flex;
    justify-content: space-between;
  }
  .p-about__img ul li:last-of-type {
    margin-top: 120px;
  }
  .p-about__txt {
    width: 40%;
  }
  .p-about__desc {
    font-size: 25px;
  }
  .p-about__img {
    width: 55%;
  }
  .p-feature__list {
    display: flex;
    justify-content: space-between;
  }
  .p-feature__item {
    width: 32%;
    padding: 20px;
  }
  .p-feature__item p {
    font-size: 14px;
  }
  .p-feature__item h3 {
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }
  .p-service .p-company {
    display: flex;
    align-items: center;
  }
  .p-service .p-company .p-service__img {
    height: 450px;
    width: 70%;
    margin-bottom: 0;
    margin-right: -4%;
  }
  .p-service .p-works2 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .p-service .p-works2 .p-service__img {
    height: 450px;
    width: 70%;
    margin-bottom: 0;
    margin-left: -2%;
  }
  .p-service .desc-box {
    position: relative;
    padding: 30px;
    width: 50%;
    background-color: rgb(252, 252, 252);
    z-index: 100;
  }
  .p-service .desc-box p {
    line-height: 1.5;
  }
  .p-service3 .p-company3 {
    display: flex;
    align-items: center;
  }
  .p-service3 .p-company3 .p-service__img {
    height: 450px;
    width: 70%;
    margin-bottom: 0;
    margin-right: -4%;
  }
  .p-service3 .p-works3 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .p-service3 .p-works3 .p-service3__img {
    height: 450px;
    width: 70%;
    margin-bottom: 0;
    margin-left: -2%;
  }
  .p-service3 .desc-box {
    position: relative;
    padding: 30px;
    width: 50%;
    background-color: rgb(252, 252, 252);
    z-index: 100;
  }
  .p-service3 .desc-box p {
    line-height: 1.5;
  }
  .c-flow-item .c-container {
    display: flex;
    justify-content: space-between;
  }
  .c-flow .item-wrap {
    width: 48%;
  }
  .c-flow .item-img {
    width: 48%;
  }
  .c-flow .view-sp {
    display: none;
  }
  .p-services2 ul {
    padding: 0 5vw;
  }
  .p-services2 ul li {
    width: 33%;
  }
  .p-services2__txt {
    width: 40%;
  }
  .p-voices ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-voices__item {
    width: 45%;
  }
  .p-voices .more-btn {
    display: block;
  }
  .p-news__list {
    background-color: rgb(252, 252, 252);
    margin-right: 100px;
    margin-left: 100px;
  }
  .p-contact__slider #js-infiniteslide img {
    width: 40%;
  }
  .p-contact__tel {
    text-align: center;
  }
  .p-footer__logo img {
    width: 25%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .c-company .c-container {
    padding: 0 10vw;
  }
  .c-company .c-policy__img {
    display: flex;
    justify-content: space-between;
  }
  .c-company .c-policy__img img {
    width: 48%;
    height: 300px;
  }
  .c-company .c-about__img {
    display: flex;
    justify-content: space-between;
  }
  .c-company .c-about__img img {
    width: 48%;
    height: 300px;
  }
  .c-works-wrap {
    display: flex;
    justify-content: space-between;
  }
  .c-works .c-features .c-container {
    display: flex;
    justify-content: space-between;
  }
  .c-works .c-features .c-title {
    width: 30%;
  }
  .c-works .c-features__desc {
    width: 65%;
  }
  .c-points li {
    display: flex;
    justify-content: space-between;
  }
  .c-points li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-points__img {
    width: 50%;
  }
  .c-points__desc {
    width: 50%;
  }
  .c-recruit .c-container {
    padding: 0 5vw;
  }
  .c-recruit ul {
    display: flex;
    justify-content: space-between;
  }
  .c-recruit ul li {
    width: 45%;
    line-height: 1;
  }
  .c-recruit ul .points-title {
    margin-bottom: 25px;
  }
  .c-recruit ul .points-title .c-txt-lr {
    line-height: 1.5;
    font-size: 18px;
  }
  .c-recruit ul .points-desc .c-txt-sm {
    font-size: 14px;
    line-height: 1.7;
  }
  .c-recruit .contents-recruit .c-table01 tr th {
    vertical-align: top;
    min-width: 200px;
  }
  .c-recruit .contents-recruit .c-table01 .u-view-sp {
    display: none;
  }
  .c-news {
    padding: 0;
  }
  .c-news .c-container {
    padding: 0 10vw;
  }
  .c-news__title {
    margin: 5vw 0;
    color: rgb(14, 89, 139);
  }
  .c-news__title .c-head01 {
    font-size: 2.5rem;
  }
  .c-news .p-footer__wrap {
    display: flex;
    justify-content: space-between;
  }
  .c-news .p-footer .p-open-time {
    margin: 0;
  }
  .c-news .p-footer .p-open-time__wrap {
    width: 90%;
  }
  .c-news .p-footer .p-open-time__table th:first-child {
    width: 9.8vw;
  }
  .c-news-sl__contents {
    padding: 10vw 0;
  }
  .c-news-sl .p-footer__wrap {
    display: flex;
    justify-content: space-between;
  }
  .c-news-sl .p-footer .p-open-time {
    margin: 0;
  }
  .c-news-sl .p-footer .p-open-time__wrap {
    width: 90%;
  }
  .c-news-sl .p-footer .p-open-time__table th:first-child {
    width: 9.8vw;
  }
  .sns-link ul li {
    width: 12%;
  }
}
@media (min-width: 960px) {
  .p-header .mobile-container {
    display: none;
  }
  .p-instagram .c-container {
    padding: 0 20vw;
  }
  .p-news {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .top-view .swiper-container {
    height: 100vh;
  }
  .p-message__img-item {
    height: 200px;
  }
  .p-feature__item {
    padding: 40px;
  }
  .p-about .c-container {
    margin-left: 10%;
  }
  .p-about__img ul li {
    height: 300px;
  }
  .c-company .c-container {
    padding: 0 18vw;
  }
  .c-recruit .c-container {
    padding: 0 18vw;
  }
  .c-recruit .recruit-message {
    margin: 0 -5vw;
    padding: 50px 0;
  }
  .c-recruit .recruit-message ul li .points-title {
    margin-bottom: 30px;
  }
  .c-recruit .recruit-message ul li .points-title .c-txt-lr {
    font-size: 22px;
  }
  .c-recruit .recruit-message ul li .points-desc .c-txt-sm {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */